[ Team LiB ] Previous Section Next Section

XmlSchemaSequenceSystem.Xml.Schema (system.xml.dll)    class 

public class XmlSchemaSequence : XmlSchemaGroupBase {
// Public Constructors
   public XmlSchemaSequence( );  
// Public Instance Properties
   public override XmlSchemaObjectCollection Items{get; }             // overrides XmlSchemaGroupBase
}

This type represents the xs:sequence XML Schema compositor. This type is used to specify an ordered list of other schema elements, an XmlSchemaObjectCollection of which is accessible through its Items property.

Hierarchy

System.Object XmlSchemaObject XmlSchemaAnnotated XmlSchemaParticle XmlSchemaGroupBase XmlSchemaSequence

    [ Team LiB ] Previous Section Next Section