Compartir a través de


XmlSchemaElement.SchemaType Propiedad

Definición

Obtiene o establece el tipo del elemento. Puede ser un tipo complejo o un tipo simple.

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

Valor de propiedad

El tipo del elemento.

Comentarios

Para declarar un elemento mediante una definición o complexType existentesimpleType, use la SchemaType propiedad para especificar el tipo existente. Si RefName el atributo está presente, los complexTypeelementos , simpleType, key, keyrefy unique y nillable, fixeddefault, form, blocky SchemaType no pueden estar presentes.

Se aplica a