Uses the Component:ServiceContractStatusType
Status of the service contract
Table 6.98. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
StatusTypeCode |
Defines the type of status that occured. | 0..1 | Field | scl:StatusTypeEnumeratedType | |
StatusCode |
A code identifying the reason for a 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.98. ServiceContractStatus
<ServiceContractStatus> <StatusTypeCode>......</StatusTypeCode> [0..1] <StatusCode>......</StatusCode> [0..1] <StatusText>......</StatusText> [0..1] </ServiceContractStatus>