3.1.4.7.2.3 RegistrationRequest

This element is the actual content of the protocol client’s RegistrationSoapIn SOAP message. All of its attributes and child elements MUST be ignored by the protocol server.

 <s:element name="RegistrationRequest">
   <s:complexType>
     <s:sequence>
       <s:any minOccurs="0" maxOccurs="unbounded" processContents="skip"/>
     </s:sequence>
     <s:anyAttribute processContents="skip"/>
   </s:complexType>
 </s:element>