The NamespacePrefixType simple type, in Configuration Manager 2007, is the prefix used in XPathExpression.
This is a basic type definition and is subject to change as validation of allowed values is improved.
<xs:simpleType name="NamespacePrefixType"> <xs:restriction base="string" > <xs:minLength value="1" /> </xs:restriction> </xs:simpleType> |
See Also
Send comments about this topic to Microsoft.