November 2003
Intermediate to advanced
476 pages
14h 38m
English
XmlSchemaChoice — System.Xml.Schema (system.xml.dll) class
public class XmlSchemaChoice : XmlSchemaGroupBase { // Public Constructors public XmlSchemaChoice( ); // Public Instance Properties public override XmlSchemaObjectCollection Items{get; } // overrides XmlSchemaGroupBase }
This
type represents the xs:choice compositor. Its
Items property provides read-only access to an
XmlSchemaObjectCollection containing any number of
XmlSchemaElement,
XmlSchemaGroupRef,
XmlSchemaChoice,
XmlSchemaSequence, or
XmlSchemaAny objects.
System.Object → XmlSchemaObject
→ XmlSchemaAnnotated
→ XmlSchemaParticle →
XmlSchemaGroupBase →
XmlSchemaChoice