This topic has not yet been rated - Rate this topic

XmlSchemaAnyAttribute.Namespace Property

Gets or sets the namespaces containing the attributes that can be used.

Namespace:  System.Xml.Schema
Assembly:  System.Xml (in System.Xml.dll)
public string Namespace { get; set; }

Property Value

Type: System.String
Namespaces for attributes that are available for use. The default is ##any.
Optional.

If no namespace is specified, ##any is the default. If the namespace is specified, it must be one of the values shown in the following table.

Namespace value

Description

##any

Elements from any namespace can be present.

##other

Elements from any namespace that is not the targetNamespace of the parent element containing the anyAttribute element can be present.

##local

Elements that are not qualified with a namespace can be present.

##targetNamespace

Elements from the targetNamespace of the parent element containing the anyAttribute element can be present.

List of {URIs, ##targetNamespace, ##local}

Elements from a space-delimited list of namespaces can be present. The list can contain the following: Uniform Resource Identifier (URI) references of namespaces, ##targetNamespace, and ##local.

.NET Framework

Supported in: 4.5, 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.