System.Xml.Schema.XmlSchemaChoice.Items Property

Gets the collection of the elements contained with the compositor (choice): XmlSchemaElement, XmlSchemaGroupRef, XmlSchemaChoice, XmlSchemaSequence, or 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