単純型の基本値を取得または設定します。
Public Property BaseType As XmlSchemaSimpleType
[C#]
public XmlSchemaSimpleType BaseType {get; set;}
[C++]
public: __property XmlSchemaSimpleType* get_BaseType();public: __property void set_BaseType(XmlSchemaSimpleType*);
[JScript]
public function get BaseType() : XmlSchemaSimpleType;public function set BaseType(XmlSchemaSimpleType);
プロパティ値
単純型の基本値。
解説
基本値は QName である必要があります。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
XmlSchemaSimpleContentRestriction クラス | XmlSchemaSimpleContentRestriction メンバ | System.Xml.Schema 名前空間