次の方法で共有


XmlSchemaSimpleType.Content プロパティ

定義

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

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; }
public System.Xml.Schema.XmlSchemaSimpleTypeContent Content { get; set; }
member this.Content : System.Xml.Schema.XmlSchemaSimpleTypeContent with get, set
Public Property Content As XmlSchemaSimpleTypeContent

プロパティ値

XmlSchemaSimpleTypeContent

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

注釈

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

単純型 [説明]
Restriction 単純型の値の範囲を、継承された単純型の値のサブセットに制限します。
List 空白で区切られた、継承した単純型の値リストを含む単純型を定義します。
Union 複数の継承した単純型の値の共用体を含む単純型を定義します。

適用対象