Uses the Component:InternalPayType
The InternalPay Component represents information about Internal pay work performed on vehicle.
Table 6.115. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| DepartmentType |
Identifies the internal department who is paying for work | 0..* | Field | udt:TextType | |
| DepartmentDescription |
Description of the internal department(s) paying for work | 0..* | Field | udt:TextType | |
| DataCollectionStatus |
Indicates status of data for the record it appears on | 0..1 | Field | udt:IndicatorType | |
| CodesAndCommentsExpanded |
Codes and Comments related to Internal Pay | 0..1 | Component | CodesAndCommentsExpandedType | |
| Splits |
Internal Pay Splits total | 0..1 | Component | SplitsType | |
| RentLoaner |
Rent Loaner related to Internal Pay | 0..* | Component | RentLoanerType | |
| ServiceComponents |
Service Components related to Internal Pay | 0..* | Component | ServiceComponentsType | |
| Transportation |
Transportation related to Internal Pay | 0..* | Component | TransportationType | |
| Sublet |
Sublet related to Internal Pay | 0..* | Component | SubletType | |
| Job |
Jobs related to Internal Pay | 0..* | Component | JobType | |
| JobReferback |
Job Referback related to Internal Pay | 0..* | Component | JobReferbackType |
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.113. InternalPay
<InternalPay>
<DepartmentType>......</DepartmentType> [0..*]
<DepartmentDescription>......</DepartmentDescription> [0..*]
<DataCollectionStatus>......</DataCollectionStatus> [0..1]
<CodesAndCommentsExpanded>......</CodesAndCommentsExpanded> [0..1]
<Splits>......</Splits> [0..1]
<RentLoaner>......</RentLoaner> [0..*]
<ServiceComponents>......</ServiceComponents> [0..*]
<Transportation>......</Transportation> [0..*]
<Sublet>......</Sublet> [0..*]
<Job>......</Job> [0..*]
<JobReferback>......</JobReferback> [0..*]
</InternalPay>