XmlSchemaComplexContentRestriction.BaseTypeName Właściwość

Definicja

Pobiera lub ustawia nazwę typu złożonego, z którego ten typ jest uzyskiwany przez ograniczenie.

public:
 property System::Xml::XmlQualifiedName ^ BaseTypeName { System::Xml::XmlQualifiedName ^ get(); void set(System::Xml::XmlQualifiedName ^ value); };
public System.Xml.XmlQualifiedName BaseTypeName { get; set; }
member this.BaseTypeName : System.Xml.XmlQualifiedName with get, set
Public Property BaseTypeName As XmlQualifiedName

Wartość właściwości

XmlQualifiedName

Nazwa typu złożonego, z którego ten typ jest uzyskiwany przez ograniczenie.

Uwagi

Wartość musi być wartością QName. Jest to nazwa typu złożonego określonego przez atrybut restriction podstawowy elementu.

Dotyczy