InternalPay

Uses the Component:InternalPayType

The InternalPay Component represents information about Internal pay work performed on vehicle.

Fields and Components

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..1Field udt:IndicatorType  
CodesAndCommentsExpanded

Codes and Comments related to Internal Pay

0..1ComponentCodesAndCommentsExpandedType 
Splits

Internal Pay Splits total

0..1ComponentSplitsType 
RentLoaner

Rent Loaner related to Internal Pay

0..*ComponentRentLoanerType 
ServiceComponents

Service Components related to Internal Pay

0..*ComponentServiceComponentsType 
Transportation

Transportation related to Internal Pay

0..*ComponentTransportationType 
Sublet

Sublet related to Internal Pay

0..*ComponentSubletType 
Job

Jobs related to Internal Pay

0..*ComponentJobType 
JobReferback

Job Referback related to Internal Pay

0..*ComponentJobReferbackType 

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