RepairOrderStatus

Uses the Component:ServiceContractStatusType

Indicates the status of a repair order.

Fields and Components

Table 6.96. 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.94. RepairOrderStatus

<RepairOrderStatus>
     <StatusTypeCode>......</StatusTypeCode>     [0..1]
     <StatusCode>......</StatusCode>     [0..1]
     <StatusText>......</StatusText>     [0..1]
</RepairOrderStatus>