2.3.1.37 VersioningSubRequestType

The VersioningSubRequestType complex type contains information about a versioning subrequest. The SubRequestType definition from which VersioningSubRequestType is extended is defined in section 2.2.4.5.

 <xs:complexType name="VersioningSubRequestType">
    <xs:complexContent>
      <xs:extension base="tns:SubRequestType">
        <xs:sequence minOccurs="1" maxOccurs="1">
          <xs:element name="SubRequestData" type="tns:VersioningSubRequestDataType" />
        </xs:sequence>
        <xs:attribute name="Type" type="tns:SubRequestAttributeType" use="required" fixed="Versioning" />
      </xs:extension>
    </xs:complexContent>
 </xs:complexType>

SubRequestData: A VersioningSubRequestDataType that specifies the data or input parameters needed for processing the versioning subrequest. VersioningSubRequestDataType is defined in section 2.3.1.36

Type: A SubRequestAttributeType that specifies the type of the subrequest. The Type attribute MUST be set to "Versioning" for a versioning subrequest. SubRequestAttributeType is defined in section 2.2.5.11.