PartQuantityGroup

Uses the Component:PartQuantityGroupType

This group is used to describe all of the quantity types in the PartsInventoryLine.

Fields and Components

Table 6.40. Fields and Components

Name Description Occurrence Type Data Type User Notes
QuantityDescription

Description of the type of quantity e.g., QuantityOnHand, QuantitySold.

0..1Field scl:PartQuantityEnumeratedType  
Quantity

Part Quantity.

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

<PartQuantityGroup>
     <QuantityDescription>......</QuantityDescription>     [0..1]
     <Quantity>......</Quantity>     [0..1]
</PartQuantityGroup>