NamespaceDeclarations Element
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 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
Concepts
Authoring Desired Configuration Management Configuration Baselines and Configuration Items