2.2.5.1 AscendingType

The simple type rm:AscendingType derives from xs:string and MUST be the string literal "true".

 <?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="AscendingType">
     <xs:restriction base="xs:string">
       <xs:enumeration value="true"/>
     </xs:restriction>
   </xs:simpleType>
 </xs:schema>