Compartir vía


XmlSchemaAttribute.AttributeSchemaType Propiedad

Definición

Obtiene un objeto XmlSchemaSimpleType que representa el tipo del atributo basado en SchemaType o SchemaTypeName del atributo.

public:
 property System::Xml::Schema::XmlSchemaSimpleType ^ AttributeSchemaType { System::Xml::Schema::XmlSchemaSimpleType ^ get(); };
public System.Xml.Schema.XmlSchemaSimpleType? AttributeSchemaType { get; }
public System.Xml.Schema.XmlSchemaSimpleType AttributeSchemaType { get; }
member this.AttributeSchemaType : System.Xml.Schema.XmlSchemaSimpleType
Public ReadOnly Property AttributeSchemaType As XmlSchemaSimpleType

Valor de propiedad

XmlSchemaSimpleType

Un objeto XmlSchemaSimpleType.

Comentarios

Esta propiedad es una propiedad del conjunto de información posterior a la validación del esquema.

Se aplica a