2.2.3.10 SubResponse

Within a Response element for each SubRequest element that is in a Request element of a cell storage service request message, there MUST be a corresponding SubResponse element. The SubResponse element specifies the success or failure of processing the corresponding SubRequest element. In the case of success, the SubResponse element specifies the information requested as part of the SubRequest element. In the case of failure, the error code attribute in a SubResponse element specifies the error code result returned during processing of the SubRequest element. The error code attribute is defined in section 2.2.4.8.

SubResponseElementGenericType is defined in section 2.2.4.7. Each SubResponse element MUST have zero or one SubResponseData elements. The SubResponseData element is defined in section 2.2.3.11.

 <xs:element name="SubResponse" type="tns:SubResponseElementGenericType" />