XmlSchemaSimpleType.Content プロパティ

定義

XmlSchemaSimpleTypeUnionXmlSchemaSimpleTypeList、またはXmlSchemaSimpleTypeRestrictionのいずれかを取得または設定します。

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

プロパティ値

XmlSchemaSimpleTypeUnionXmlSchemaSimpleTypeList、またはXmlSchemaSimpleTypeRestrictionのいずれか。

注釈

次の表に、単純型を定義する方法を示します。

単純なタイプ Description
Restriction 単純型の値の範囲を、継承された単純型の値のサブセットに制限します。
List 継承された単純型の値の空白で区切られたリストを含む単純型を定義します。
Union 2 つ以上の継承された単純型の値の和集合を含む単純型を定義します。

適用対象