The NamespaceDeclarations element is used to declare the namespace declaration for the XML, Xpath setting. Any namespaces that are declared with this element can be used in the XPath expression that is used to discover the setting.

<xs:element name="NamespaceDeclarations">
	<xs:complexType>
		<xs:sequence>
			<xs:element name="NamespaceDeclaration"
				type="XPathNamespaceDeclarationType"
				minOccurs="0"
				maxOccurs="unbounded"
			 />
		</xs:sequence>
	</xs:complexType>
</xs:element>

Child Elements

Element Type Description

NamespaceDeclaration

XPathNamespaceDeclarationType

Declaration of a single XML namespace and prefix used in the XPath expression that discovers a setting.

See Also


Send comments about this topic to Microsoft.