XmlSchemaSimpleTypeList.ItemType プロパティ

定義

基本値で指定した型から派生する simpleType 要素を取得または設定します。

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

プロパティ値

単純型要素の項目の型。

注釈

基本値は QName である必要があります。 と ItemTypeItemTypeName使用は相互に排他的です。

適用対象