XPathNamespaceDeclarationType Complex Type
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
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 |
The namespace prefix used in the XPathExpression. |
See Also
Concepts
Authoring Desired Configuration Management Configuration Baselines and Configuration Items