Condividi tramite


XmlSchemaElement.SchemaType Proprietà

Definizione

Ottiene o imposta il tipo dell'elemento. Può essere sia un tipo complesso che un tipo semplice.

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

Valore della proprietà

XmlSchemaType

Tipo dell'elemento.

Commenti

Per dichiarare un elemento usando una definizione o complexType esistente, utilizzare la SchemaType proprietà per specificare il tipo esistentesimpleType. Se RefName l'attributo è presente, key``complexType``keyref``simpleTypee elementi e unique nillable``fixed``form``default``block, e SchemaType attributi non possono essere presenti.

Si applica a