Uses the Component:PartQuantityGroupType
This group is used to describe all of the quantity types in the PartsInventoryLine.
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..1 | Field | scl:PartQuantityEnumeratedType | |
| Quantity |
Part Quantity. | 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.40. PartQuantityGroup
<PartQuantityGroup>
<QuantityDescription>......</QuantityDescription> [0..1]
<Quantity>......</Quantity> [0..1]
</PartQuantityGroup>