XmlSchemaAttributeGroupRef.RefName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the name of the referenced attributeGroup
element.
public:
property System::Xml::XmlQualifiedName ^ RefName { System::Xml::XmlQualifiedName ^ get(); void set(System::Xml::XmlQualifiedName ^ value); };
public System.Xml.XmlQualifiedName RefName { get; set; }
member this.RefName : System.Xml.XmlQualifiedName with get, set
Public Property RefName As XmlQualifiedName
Property Value
The name of the referenced attribute group. The value must be a QName.
Remarks
This is the name of the attribute group whose attributes are to be included in an attribute group or a complex type. When a complex type or attribute group includes an attribute group, it is the name of the included attribute group that is used for the ref
attribute.
The value must be a QName.