Uses the Component:CASEType
Customer arbitration information associated with job
Table 6.71. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| CaseTypeCode |
Type of Customer Arbitration Intervention or legal action | 1..1 | Field | scl:CaseTypeEnumeratedType | |
| CaseNumberString |
Case number | 0..1 | Field | qdt:StringType | |
| CaseOpenDate |
Case open date | 0..1 | Field | udt:DateType | |
| CaseReasonDescription |
Case Reason Description | 0..* | Field | udt:TextType | |
| CaseReasonNarrative |
Case Reason Narrative | 0..1 | Field | udt:TextType | |
| CaseOwnerName |
Case Owner | 0..1 | Field | udt:NameType |
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.69. CASE
<CASE>
<CaseTypeCode>......</CaseTypeCode> [1..1]
<CaseNumberString>......</CaseNumberString> [0..1]
<CaseOpenDate>......</CaseOpenDate> [0..1]
<CaseReasonDescription>......</CaseReasonDescription> [0..*]
<CaseReasonNarrative>......</CaseReasonNarrative> [0..1]
<CaseOwnerName>......</CaseOwnerName> [0..1]
</CASE>