2.2.5.29 SupportedClients Element

The SupportedClients XML element is used to specify the level of support for clients on the WSRM server. It is the root element of XML documents that are used in WSRM method parameters.

 <xs:element name="SupportedClients">
   <xs:complexType>
     <xs:choice
       maxOccurs="unbounded"
       minOccurs="0"
     >
       <xs:element name="Client"
         nillable="true"
       >
         <xs:complexType name="Client">
           <xs:simpleContent>
             <xs:extension
               base="xs:string"
              />
           </xs:simpleContent>
         </xs:complexType>
       </xs:element>
     </xs:choice>
   </xs:complexType>
 </xs:element>

Child Elements

Element

Type

Description

Client

Client

A string that identifies the level of support for clients, expressed as a supported clients option (section 2.2.2.9).