Uses the Component:MinimumAcknowledgementStatusType
Status information for a particular line.
Table 6.35. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| StatusTypeCode |
Defines the type of status that occured. EX: S-Success, E-Error, W-Warning, I-Info, A-Abort | 0..1 | Field | scl:StatusTypeEnumeratedType | |
| StatusCode |
A code identifying the reason for the status message. | 0..1 | Field | scl:StatusCodeEnumeratedType | |
| StatusText |
Descriptive status text. | 0..1 | Field | udt: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 6.35. LineStatus
<LineStatus>
<StatusTypeCode>......</StatusTypeCode> [0..1]
<StatusCode>......</StatusCode> [0..1]
<StatusText>......</StatusText> [0..1]
</LineStatus>