XmlSchemaAnyAttribute.Namespace プロパティ
使用できる属性を格納している名前空間を取得または設定します。
Public Property Namespace As String
[C#]
public string Namespace {get; set;}
[C++]
public: __property String* get_Namespace();public: __property void set_Namespace(String*);
[JScript]
public function get Namespace() : String;public function set Namespace(String);
プロパティ値
使用できる属性の名前空間。既定値は ##any です。
省略可能。
解説
名前空間が指定されていない場合は、 ##any が既定値です。名前空間が指定されている場合は、次の表に示す値の 1 つである必要があります。
Namespace 値 | 説明 |
---|---|
##any | 任意の名前空間の要素を設定できます。 |
##other | anyAttribute 要素を格納している親要素の targetNamespace ではない任意の名前空間の要素を設定できます。 |
##local | 名前空間で限定されていない要素を設定できます。 |
##targetNamespace | anyAttribute 要素を格納している親要素の targetNamespace の要素を設定できます。 |
List of {URIs, ##targetNamespace, ##local} | 名前空間の空白で区切られたリストの要素を設定できます。このリストには、名前空間の URI 参照、 ##targetNamespace 、および ##local を含めることができます。 |
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
XmlSchemaAnyAttribute クラス | XmlSchemaAnyAttribute メンバ | System.Xml.Schema 名前空間