2.2.5.3 DialectType
The simple type rm:DialectType derives from xs:anyURI and requires that the URI be set to:
-
http://schemas.microsoft.com/2006/11/ResourceManagement/Dialect/IdentityAttributeType-20080602 <?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="DialectType"> <xs:restriction base="xs:anyURI"> <xs:enumeration value="http://schemas.microsoft.com/2006/11/ResourceManagement/Dialect/IdentityAttributeType-20080602"/> </xs:restriction> </xs:simpleType> </xs:schema>