November 2003
Intermediate to advanced
476 pages
14h 38m
English
XmlSchemaGroupRef — System.Xml.Schema (system.xml.dll) class
public class XmlSchemaGroupRef : XmlSchemaParticle { // Public Constructors public XmlSchemaGroupRef( ); // Public Instance Properties public XmlSchemaGroupBase Particle{get; } public XmlQualifiedName RefName{set; get; } }
This type represents the
xs:group when used as a reference to a globally
defined group. Its RefName property contains the
System.Xml.XmlQualifiedName of the
xs:group element being referenced.
System.Object → XmlSchemaObject
→ XmlSchemaAnnotated
→ XmlSchemaParticle →
XmlSchemaGroupRef