System.Xml.Schema.XmlSchemaAny.Namespace Property

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

Syntax

[System.Xml.Serialization.XmlAttribute("namespace")]
public string Namespace { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

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.

##any

Elements from any namespace can be present.

##other

Elements from any namespace that is not the targetNamespace of the parent element containing the any 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 any 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.

Requirements

Namespace: System.Xml.Schema
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0