TransferType

Uses the Component:TransferType

The TransferType component represents information about the part being transferred from a specific dealer location to a specific dealer location as well as information about the particular dealer location from and to which a part is being transferred.

Fields and Components

Table 6.8. Fields and Components

Name Description Occurrence Type Data Type User Notes
TransferFromType

The TransferFromType component represents information about the part being transferred from a specific dealer location as well as information about that particular dealer location.

1..1ComponentTransferFromType 
TransferToType

The TransferFromType component represents information about the part being transferred to a specific dealer location as well as information about the particular dealer location to which the part is being transferred.

1..*ComponentTransferToType 

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

<TransferType>
     <TransferFromType>......</TransferFromType>     [1..1]
     <TransferToType>......</TransferToType>     [1..*]
</TransferType>