2.2.4.7 SelectionType

The complex type rm:SelectionType defines element rm:Selection (section 2.2.3.23). The complex type includes a sequence of identity attribute names to use in selection.

 <?xml version="1.0" encoding="utf-8"?>
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:rm="http://schemas.microsoft.com/2006/11/ResourceManagement" targetNamespace="http://schemas.microsoft.com/2006/11/ResourceManagement">
   <xs:complexType name="SelectionType">
     <xs:sequence>
       <xs:element name="string" type="rm:AttributeTypeXmlType" minOccurs="1" maxOccurs="unbounded"/>
     </xs:sequence>
   </xs:complexType>
 </xs:schema>
  

The simple type rm:AttributeTypeXmlType is defined in section 2.2.5.2.