2.3.1.38 VersioningSubResponseDataType

The VersioningSubResponseDataType complex type contains no additional data beyond the SubResponseDataGenericType that it extends. SubResponseDataGenericType is defined in section 2.2.4.6.

 <xs:complexType name="VersioningSubResponseDataType">
    <xs:sequence minOccurs="0" maxOccurs="1">
       <xs:sequence minOccurs="0" maxOccurs="1">
          <xs:element name="UserTable" type="tns:VersioningUserTableType"/>
       </xs:sequence>
      <xs:element name="Versions" type="tns:VersioningVersionListType"/>
   </xs:sequence>
 </xs:complexType>

UserTable: An element of type VersioningUserTableType (section 2.3.1.40) that specifies data for the users represented in the version list. The UserTable element MUST be included in the response if the SubResponseType of the parent VersioningSubResponseType is of type "GetVersionList."

Versions: An element of type VersioningVersionListType (section 2.3.1.41) that specifies the list of versions of this file that exist on the server. The Versions element MUST be included in the response if the SubResponseType of the parent VersioningSubResponseType is of type "GetVersionList."