November 2003
Intermediate to advanced
476 pages
14h 38m
English
XmlSchemaSequence — System.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.
System.Object → XmlSchemaObject
→ XmlSchemaAnnotated
→ XmlSchemaParticle →
XmlSchemaGroupBase →
XmlSchemaSequence