2.3.1.25 EditorsTableSubResponseType

The EditorsTableSubResponseType complex type contains information about the success or failure in processing an EditorsTable (section 3.1.4.8) subrequest. In the case of failure, the ErrorCode attribute that is part of a SubResponse element specifies the error code result for this subrequest. The ErrorCode attribute is specified in section 2.2.4.8. The SubResponseType definition from which EditorsTableSubResponseType is extended is defined in section 2.2.4.8.

 <xs:complexType name="EditorsTableSubResponseType">
   <xs:complexContent>
     <xs:extension base="tns:SubResponseType">
        <xs:sequence minOccurs="0" maxOccurs="1">
           <xs:element name="SubResponseData">
             <xs:complexType>
               <xs:complexContent>
                 <xs:restriction base="xs:anyType"/>
               </xs:complexContent>
             </xs:complexType>
           </xs:element>
         </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

SubResponseData: It MUST be an empty element without any attributes. As part of processing the EditorsTable subrequest, the SubResponseData element MUST be sent as part of the SubResponse element in a cell storage service response message only if the following condition is true:

  • The ErrorCode attribute that is part of the SubResponse element is set to a value of "Success".

The protocol server sets the value of the ErrorCode attribute to "Success" only if the protocol server succeeds in processing the editors table subrequest. ErrorCode is specified in 2.2.4.8.