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.
Hierarchy
System.Object XmlSchemaObject
XmlSchemaAnnotated
XmlSchemaGroup
|