System.Xml.Schema.XmlSchemaElement.QualifiedName Property

Gets the actual qualified name for the given element.

Syntax

[System.Xml.Serialization.XmlIgnore]
public System.Xml.XmlQualifiedName QualifiedName { get; }

Value

Documentation for this section has not yet been entered.

Remarks

XmlSchemaElement.QualifiedName is the name that a ref attribute refers to. The qualified name consists of the NCName of the element. For example, element name = "NCName", and the prefix used to describe the targetNamespace of the schema. This property holds the post-compilation value of the QualifiedName property.

Requirements

Namespace: System.Xml.Schema
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0