| | XmlSchemaGroupBase | System.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. HierarchySystem.Object  XmlSchemaObject  XmlSchemaAnnotated  XmlSchemaParticle  XmlSchemaGroupBase  |