PartMovement

Uses the Component:PartMovementType

Part Movement component. Used to define to the part demand by PDC

Fields and Components

Table 6.23. Fields and Components

Name Description Occurrence Type Data Type User Notes
PDCName

Text description of the PDC.

0..1Field udt:TextType  
UOMCode

Unit of measure code

0..1Field scl:UOMEnumeratedType  
ItemQuantity

Quantity of part number

0..1Field sqdt:QuantityType  
MovementPeriodMeasure

Length of time

0..1Field sqdt:PeriodMeasureType  
PackageQuantity

Dealer (e.g) cost of the surcharge.

0..1Field sqdt:QuantityType  

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

<PartMovement>
     <PDCName>......</PDCName>     [0..1]
     <UOMCode>......</UOMCode>     [0..1]
     <ItemQuantity>......</ItemQuantity>     [0..1]
     <MovementPeriodMeasure>......</MovementPeriodMeasure>     [0..1]
     <PackageQuantity>......</PackageQuantity>     [0..1]
</PartMovement>