XmlSchemaSimpleTypeList.ItemType Vlastnost

Definice

Získá nebo nastaví simpleType prvek, který je odvozen z typu zadaného základní hodnotou.

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

Hodnota vlastnosti

XmlSchemaSimpleType

Typ položky pro prvek jednoduchého typu.

Poznámky

Základní hodnota musí být QName. Použití ItemTypeName a ItemType vzájemně se vylučují.

Platí pro