[ Team LiB ] Previous Section Next Section

XmlSchemaGroupBaseSystem.Xml.Schema (system.xml.dll)   abstract class 

public abstract class XmlSchemaGroupBase : XmlSchemaParticle {
// Protected Constructors
   protected XmlSchemaGroupBase( );  
// Public Instance Properties
   public abstract XmlSchemaObjectCollection Items{get; } 
}

This type is the base class from which the xs:all, xs:choice, and xs:sequence schema elements derive. Its Items property returns an XmlSchemaObjectCollection of XmlSchemaElement that constitutes its content.

Hierarchy

System.Object XmlSchemaObject XmlSchemaAnnotated XmlSchemaParticle XmlSchemaGroupBase

    [ Team LiB ] Previous Section Next Section