2.2.3.7 Enumerate

The element wsen:Enumerate is defined in [WSENUM] section 3.1.

As a profile of [WSENUM], the element wsen:EndTo MUST NOT be present as a child of wsen:Enumerate.

As a profile of [WSENUM], the element wsen:Expires MUST NOT be present as a child of wsen:Enumerate.

  
 wsen:Enumerate/wsen:Filter

As a profile of [WSENUM], the element wsen:Filter (section 2.2.3.12) MUST be present as a child of wsen:Enumerate.

  
 wsen:Enumerate/rm:LocalePreferences

As an extension to [WSENUM], the element rm:LocalePreferences (section 2.2.3.14) MUST be present as a child of wsen:Enumerate.

  
 Wsen:Enumerate/wsen:MaxElements

As an extension to [WSENUM], the element wsen:MaxElements MUST be present as a child of wsen:Enumerate. The element wsen:MaxElements is defined in [WSENUM] section 3.2.

  
 wsen:Enumerate/wsen:MaxCharacters

As an extension to [WSENUM], the element wsen:MaxCharacters MUST be present as a child of wsen:Enumerate. The element wsen:MaxCharacters is defined in [WSENUM] section 3.2.

  
 wsen:Enumerate/rm:Sorting

As an extension to [WSENUM], the element rm:Sorting (section 2.2.3.24) MUST be present as a child of wsen:Enumerate.

  
 wsen:Enumerate/rm:Selection

As an extension to [WSENUM], the element rm:Selection (section 2.2.3.23) MUST be present one or more times as a child of wsen:Enumerate.

  
 <?xml version="1.0" encoding="utf-8"?>
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:wsen="http://schemas.xmlsoap.org/ws/2004/09/enumeration" xmlns:rm="http://schemas.microsoft.com/2006/11/ResourceManagement" targetNamespace="http://schemas.xmlsoap.org/ws/2004/09/enumeration">
   <xs:element name="Enumerate">
     <xs:complexType>
       <xs:sequence>
         <xs:element ref="wsen:Filter" minOccurs="1" maxOccurs="1" />
         <xs:element ref="rm:LocalePreferences" minOccurs="1" maxOccurs="1"/>
         <xs:element ref="wsen:MaxElements" minOccurs="1" maxOccurs="1"/>
         <xs:element ref="wsen:MaxCharacters" minOccurs="1" maxOccurs="1"/>
         <xs:element ref="rm:Sorting" minOccurs="1" maxOccurs="1"/>
         <xs:element ref="rm:Selection" minOccurs="1" maxOccurs="unbounded"/>
  
       </xs:sequence>
     </xs:complexType>
   </xs:element>
 </xs:schema>