XmlSchemaAttribute.SchemaType Propriedade

Definição

Obtém ou define o tipo de atributo para um tipo simples.

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

Valor da propriedade

XmlSchemaSimpleType

O tipo simples definido neste esquema.

Comentários

SchemaTypeName e SchemaType as propriedades não podem ser definidas ao mesmo tempo.

Aplica-se a