The XPathNamespaceDeclarationType complex type, in Configuration Manager 2007, defines the (prefix, namespace) pairs in the Declaration element to indicate the prefixes and their associated namespaces as used in the XPathExpression.

<xs:complexType name="XPathNamespaceDeclarationType">
	<xs:attribute name="Prefix"
		type="NamespacePrefixType"
		use="required"
	 />
	<xs:attribute name="Namespace"
		type="anyURI"
		use="required"
	 />
</xs:complexType>

Attributes

Name Type Description

Namespace

anyURI

The target XML namespace that is associated with the schema document.

Prefix

NamespacePrefixType

The namespace prefix used in the XPathExpression.

See Also


Send comments about this topic to Microsoft.