Name

XmlSchemaSequence — System.Xml.Schema (system.xml.dll)    class 

Synopsis

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

Get .NET & XML now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.