Uses the Component:AcknowledgementStatusType
Table 7.7. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| StatusType |
Defines the type of status that occured. EX: S-Success, E-Error, W-Warning, I-Info, A-Abort | 0..1 | Field | scl:StatusTypeEnumeratedType | |
| Status |
A code identifying the reason for the status message. | 0..1 | Field | scl:StatusCodeEnumeratedType | |
| StatusText |
Descriptive status text. | 0..1 | Field | oag:TextType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 7.7. AcknowledgementStatus
<AcknowledgementStatus>
<StatusType>......</StatusType> [0..1]
<Status>......</Status> [0..1]
<StatusText>......</StatusText> [0..1]
</AcknowledgementStatus>