2.3.1.6 CoauthSubRequestType

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

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

SubRequestData: A CoauthSubRequestDataType that specifies the data or input parameters needed for processing the coauthoring subrequest. CoauthSubRequestDataType is defined in section 2.3.1.5.

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