CASE

Uses the Component:CASEType

Customer arbitration information associated with job

Fields and Components

Table 6.71. Fields and Components

Name Description Occurrence Type Data Type User Notes
CaseTypeCode

Type of Customer Arbitration Intervention or legal action

1..1Field scl:CaseTypeEnumeratedType  
CaseNumberString

Case number

0..1Field qdt:StringType  
CaseOpenDate

Case open date

0..1Field udt:DateType  
CaseReasonDescription

Case Reason Description

0..*Field udt:TextType  
CaseReasonNarrative

Case Reason Narrative

0..1Field udt:TextType  
CaseOwnerName

Case Owner

0..1Field udt:NameType  

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.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>