XmlSchemaSimpleTypeList.ItemType Propriedade

Definição

Obtém ou define o elemento simpleType que é derivado do tipo especificado pelo valor base.

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

Valor da propriedade

XmlSchemaSimpleType

O tipo de item para o elemento de tipo simples.

Comentários

O valor base deve ser um QName. O uso de ItemTypeName e ItemType são mutuamente exclusivos.

Aplica-se a