2.2.2.1.11 ReturnPayloadWrapper Element

The ReturnPayloadWrapper element contains data in a service response.

 <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="urn:groove.net"/>
  <xs:element name="ReturnPayloadWrapper">
  <xs:complexType>
   <xs:sequence>
   <xs:element xmlns:g="urn:groove.net" ref="g:SE"/>
   </xs:sequence>
  </xs:complexType>
  </xs:element>
 </xs:schema>

The referenced "g:SE" element is specified in section 2.2.2.1.13. The SE element MUST be prefixed with "g:" where "g" stands for the namespace "xmlns:g="urn:groove.net".