[ Team LiB ] Previous Section Next Section

XmlSchemaChoiceSystem.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.

Hierarchy

System.Object XmlSchemaObject XmlSchemaAnnotated XmlSchemaParticle XmlSchemaGroupBase XmlSchemaChoice

    [ Team LiB ] Previous Section Next Section