<xsd:element name="Results" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">This element contains the transaction processing status and conditions.
NOTE: If any processing conditions have ocurred, there will be a compensation (human intervention) or resend indicator.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:attribute name="failureInd" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">When TRUE, a transport, validation, application and/or business logic condition has ocurred.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="status" use="required">
<xsd:annotation>
<xsd:documentation xml:lang="en">The status of the transaction processing.
1. If Complete, the transaction was processed with no business warnings or errors generated.
2. If NotProcessed, a condition ocurred and the failureInd will be TRUE.
3. If Incomplete, a condition ocurred that prevented the completion of the requested action.
4. If Unknown, a condition has ocurred and either the retryInd or compensationInd may be set to TRUE.</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="Enum_ProcessingStatus" />
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="retryInd" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">When the failureInd is TRUE and the retryInd is TRUE, a condition has ocurred that does not require human intervention and the transaction may be resent.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="compensationInd" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation xml:lang="en">When the failureInd is TRUE and this compensationInd is TRUE, a condition has ocurred that may require human intervention.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="moreDataToken" type="String_Medium" use="prohibited">
<xsd:annotation>
<xsd:documentation xml:lang="en">The response returns this attribute if there was additional data. The text value should be echoed in this request to indicate where to begin the next block of data.TIED to biz warnings and errors.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
|