XmlSchemaAttributeGroupRef.RefName Property

Definition

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.

Applies to