2.2.3.1 DataType

The element <rm:Data> is derived from xs:string and MUST be the string literal "String".

 <?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:element name="Key">
     <xs:simpleType>
       <xs:restriction base="xs:string">
         <xs:enumeration value="String"/>
       </xs:restriction>
     </xs:simpleType>
   </xs:element>
 </xs:schema>