<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>
|