InventoryQuantity

Uses the Component:InventoryQuantityType

Generic Quantity Component.

Fields and Components

Table 6.33. Fields and Components

Name Description Occurrence Type Data Type User Notes
QuantityTypeCode

Quantity type code enumeration.

0..1Field scl:InventoryQuantityEnumeratedType  
OtherQuantityTypeCode

Other Quantity type code.

0..1Field oag:CodeType  
Quantity

Quantity.

0..1Field sqdt:QuantityType  
Description

Quantity Description.

0..1Field oag:TextType  

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. InventoryQuantity

<InventoryQuantity>
     <QuantityTypeCode>......</QuantityTypeCode>     [0..1]
     <OtherQuantityTypeCode>......</OtherQuantityTypeCode>     [0..1]
     <Quantity>......</Quantity>     [0..1]
     <Description>......</Description>     [0..1]
</InventoryQuantity>