2.3.1.32 GetVersionsSubResponseType

The GetVersionsSubResponseType complex type contains information about the success or failure in processing the GetVersions subrequest. In the case of success, it contains information requested as part of the GetVersions subrequest. In the case of failure, the ErrorCode attribute that is part of a SubResponse element specifies the error code result for this subrequest. ErrorCode is specified in section 2.2.4.8. The SubResponseType definition from which GetVersionsSubResponseType is extended is defined in section 2.2.4.8.

 <xs:complexType name="GetVersionsSubResponseType">
   <xs:complexContent>
     <xs:extension base="tns:SubResponseType">
       <xs:sequence minOccurs="0" maxOccurs="1">
          <xs:element ref="tns:GetVersionsResponse"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

GetVersionsResponse: An element that specifies information about a file's versions, as specified in [MS-VERSS] section 3.1.4.3.2.2.