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