XmlSchemaElement.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 reference name of an element declared in this schema (or another schema indicated by the specified namespace).
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, setPublic Property RefName As XmlQualifiedNameProperty Value
The reference name of the element.
Remarks
The RefName must be a QName. The RefName can include a namespace prefix. If RefName attribute is present, all complexType, simpleType, key, keyref, unique, nillable, default, fixed, form, block, and type must be absent. If RefName is present, minOccurs, maxOccurs, and id are allowed. To declare an element using an existing element definition, use the RefName attribute to specify the existing element definition.
The value cannot be set if the containing element is the schema element.