XmlSchemaSimpleContent.Content プロパティ
アセンブリ: System.Xml (system.xml.dll 内)

Dim instance As XmlSchemaSimpleContent Dim value As XmlSchemaContent value = instance.Content instance.Content = value
public: virtual property XmlSchemaContent^ Content { XmlSchemaContent^ get () override; void set (XmlSchemaContent^ value) override; }
/** @property */ public XmlSchemaContent get_Content () /** @property */ public void set_Content (XmlSchemaContent value)
public override function get Content () : XmlSchemaContent public override function set Content (value : XmlSchemaContent)
XmlSchemaSimpleContentRestriction クラスまたは XmlSchemaSimpleContentExtension クラスに格納される内容。


simpleContent 要素を使用すると、次の要素宣言は、要素の内容を単一の属性 (sizing) を持つ decimal 型として定義する complexType を格納します。
<xs:element name="shoeSize"> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:decimal"> <xs:attribute name="sizing"> <xs:restriction base="xs:string"> <xs:enumeration value="US"/> <xs:enumeration value="European"/> <xs:enumeration value="UK"/> <xs:enumeration value="Japan"/> </xs:restriction> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element>

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からXmlSchemaSimpleContent.Content プロパティを検索する場合は、下記のリンクをクリックしてください。

- XmlSchemaSimpleContent.Content プロパティのページへのリンク