BaseQuantity

Uses the Component:BaseQuantityType

Generic Quantity Component.

Fields and Components

Table 6.26. Fields and Components

Name Description Occurrence Type Data Type User Notes
QuantityTypeCode

Quantity type code enumeration.

0..1Field scl:PartQuantityEnumeratedType  
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.33. BaseQuantity

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