Udostępnij za pośrednictwem


XmlSchemaElement.SchemaType Właściwość

Definicja

Pobiera lub ustawia typ elementu. Może to być typ złożony lub prosty.

public:
 property System::Xml::Schema::XmlSchemaType ^ SchemaType { System::Xml::Schema::XmlSchemaType ^ get(); void set(System::Xml::Schema::XmlSchemaType ^ value); };
public System.Xml.Schema.XmlSchemaType? SchemaType { get; set; }
public System.Xml.Schema.XmlSchemaType SchemaType { get; set; }
member this.SchemaType : System.Xml.Schema.XmlSchemaType with get, set
Public Property SchemaType As XmlSchemaType

Wartość właściwości

XmlSchemaType

Typ elementu.

Uwagi

Aby zadeklarować element przy użyciu istniejącej simpleType lub complexType definicji, użyj SchemaType właściwości , aby określić istniejący typ. Jeśli RefName atrybut jest obecny, atrybuty , keyref``key``simpleType``complexTypei nillable``unique , fixed``form``default``blocki SchemaType nie mogą być obecne.

Dotyczy