System.Xml.Schema.XmlSchemaSequence.Items Property

The elements contained within the compositor. Collection of System.Xml.Schema.XmlSchemaElement, System.Xml.Schema.XmlSchemaGroupRef, System.Xml.Schema.XmlSchemaChoice, System.Xml.Schema.XmlSchemaSequence, or System.Xml.Schema.XmlSchemaAny.

Syntax

[System.Xml.Serialization.XmlElement("element", typeof(System.Xml.Schema.XmlSchemaElement))]
[System.Xml.Serialization.XmlElement("group", typeof(System.Xml.Schema.XmlSchemaGroupRef))]
[System.Xml.Serialization.XmlElement("choice", typeof(System.Xml.Schema.XmlSchemaChoice))]
[System.Xml.Serialization.XmlElement("sequence", typeof(System.Xml.Schema.XmlSchemaSequence))]
[System.Xml.Serialization.XmlElement("any", typeof(System.Xml.Schema.XmlSchemaAny))]
public override XmlSchemaObjectCollection Items { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Xml.Schema
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0