Uses the Component:PartMovementType
Part Movement component. Used to define to the part demand by PDC
Table 6.23. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| PDCName |
Text description of the PDC. | 0..1 | Field | udt:TextType | |
| UOMCode |
Unit of measure code | 0..1 | Field | scl:UOMEnumeratedType | |
| ItemQuantity |
Quantity of part number | 0..1 | Field | sqdt:QuantityType | |
| MovementPeriodMeasure |
Length of time | 0..1 | Field | sqdt:PeriodMeasureType | |
| PackageQuantity |
Dealer (e.g) cost of the surcharge. | 0..1 | Field | sqdt:QuantityType |
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.23. PartMovement
<PartMovement>
<PDCName>......</PDCName> [0..1]
<UOMCode>......</UOMCode> [0..1]
<ItemQuantity>......</ItemQuantity> [0..1]
<MovementPeriodMeasure>......</MovementPeriodMeasure> [0..1]
<PackageQuantity>......</PackageQuantity> [0..1]
</PartMovement>