The XPathExpressionType simple type, in Configuration Manager 2007, defines a valid XPath expression as specified by the XPath standard, which is defined by W3C XML Path Language documentation (http://go.microsoft.com/fwlink/?LinkId=111738).
<xs:simpleType name="XPathExpressionType"> <xs:restriction base="string" > <xs:minLength value="1" /> </xs:restriction> </xs:simpleType> |
See Also
Send comments about this topic to Microsoft.