Uses the Component:BaseQuantityType
Generic Quantity Component.
Table 6.26. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
QuantityTypeCode |
Quantity type code enumeration. | 0..1 | Field | scl:PartQuantityEnumeratedType | |
OtherQuantityTypeCode |
Other Quantity type code. | 0..1 | Field | oag:CodeType | |
Quantity |
Quantity. | 0..1 | Field | sqdt:QuantityType | |
Description |
Quantity Description. | 0..1 | Field | oag:TextType |
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>