共用方式為


XmlSchemaAnyAttribute.Namespace 屬性

定義

取得或設定包含可使用之屬性的命名空間。

public:
 property System::String ^ Namespace { System::String ^ get(); void set(System::String ^ value); };
public string? Namespace { get; set; }
public string Namespace { get; set; }
member this.Namespace : string with get, set
Public Property Namespace As String

屬性值

可供使用之屬性的命名空間。 預設值為 ##any。 自選。

備註

如果未指定命名空間,則 ##any 為預設值。 如果指定命名空間,它必須是下表所示的其中一個值。

命名空間值 描述
##any 任何命名空間的專案都可以存在。
##other 任何不是包含 anyAttribute 專案之父元素 targetNamespace 命名空間的專案都可以存在。
##local 沒有命名空間限定的專案可以存在。
##targetNamespace 可以存在包含 anyAttribute 專案之父元素 targetNamespace 的專案。
List of {URIs, ##targetNamespace, ##local} 命名空間以空格分隔清單的專案可以存在。 此清單可以包含下列專案:命名空間、##targetNamespace##local的統一資源識別元 (URI) 參考。

適用於