System.Xml.Schema.XmlSchema.TargetNamespace Property

Gets or sets the Uniform Resource Identifier (URI) of the schema target namespace.

Syntax

[System.Xml.Serialization.XmlAttribute("targetNamespace", DataType="anyURI")]
public string TargetNamespace { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The XmlSchema.TargetNamespace is the namespace of all schema components in this schema as well as any schema included using the include element. Included schemas must either have the same target namespace as the containing schema or have no target namespace specified.

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