ServiceContractStatus

Uses the Component:ServiceContractStatusType

Status of the service contract

Fields and Components

Table 6.98. Fields and Components

Name Description Occurrence Type Data Type User Notes
StatusTypeCode

Defines the type of status that occured.

0..1Field scl:StatusTypeEnumeratedType  
StatusCode

A code identifying the reason for a status message.

0..1Field scl:StatusCodeEnumeratedType  
StatusText

Descriptive status text.

0..1Field udt:TextType  

Sample XML

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>