November 2003
Intermediate to advanced
476 pages
14h 38m
English
XmlSchemaGroup — System.Xml.Schema (system.xml.dll) class
public class XmlSchemaGroup : XmlSchemaAnnotated { // Public Constructors public XmlSchemaGroup( ); // Public Instance Properties public string Name{set; get; } public XmlSchemaGroupBase Particle{set; get; } }
This type represents the
definition of an xs:group schema element. Its
Name property allows access to its
name attribute, and its
Particle property allows access to the
XmlSchemaGroupBase instance that represents its
content.
System.Object → XmlSchemaObject
→ XmlSchemaAnnotated
→ XmlSchemaGroup