2.2.5.5 FilterDialectType
The simple type rm:FilterDialectType derives from xs:anyURI and requires that the URI be:
-
http://schemas.microsoft.com/2006/11/XPathFilterDialect <?xml version="1.0" encoding="utf-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://schemas.microsoft.com/2006/11/ResourceManagement"> <xs:simpleType name="FilterDialectType"> <xs:restriction base="xs:anyURI"> <xs:enumeration value="http://schemas.microsoft.com/2006/11/XPathFilterDialect"/> </xs:restriction> </xs:simpleType> </xs:schema>