XmlSchemaAttributeGroupRef | System.Xml.Schema (system.xml.dll) class |
public class XmlSchemaAttributeGroupRef : XmlSchemaAnnotated {
// Public Constructors
public XmlSchemaAttributeGroupRef( );
// Public Instance Properties
public XmlQualifiedName RefName{set; get; }
} | |
This type represents an
xs:attributeGroup element, as a reference to a
global attributeGroup definition. Its
RefName property can be used to get or set the
ref attribute, which contains the qualified name
of the xs:attributeGroup XML Schema element to
which this element refers.
Hierarchy
System.Object XmlSchemaObject
XmlSchemaAnnotated
XmlSchemaAttributeGroupRef
|