Uses the Component:TankType
A large, often metallic container for holding or storing liquids or gases.
Table 6.52. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
TankUsageCode |
The purpose or usage of this tank. | 1..1 | Field | sqdt:TankUsageCodeType | |
TankMaterialCode |
The type of Material the Tank is constructed from. | 0..1 | Field | sqdt:TankMaterialCodeType | |
TankCapacityMeasure |
How much the tank can hold. | 0..1 | Field | sqdt:VolumeMeasureType | |
TankCountNumeric |
The number of tanks. | 0..1 | Field | udt:NumericType | |
UsagePreference |
Precedence, advantage, or choice of one person or thing over another. | 0..1 | Component | PreferenceABIEType | |
TankSerialString |
Unique identifier for the tank. | 0..1 | Field | udt:IdentifierType |
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.52. Tank
<Tank> <TankUsageCode>......</TankUsageCode> [1..1] <TankMaterialCode>......</TankMaterialCode> [0..1] <TankCapacityMeasure>......</TankCapacityMeasure> [0..1] <TankCountNumeric>......</TankCountNumeric> [0..1] <UsagePreference>......</UsagePreference> [0..1] <TankSerialString>......</TankSerialString> [0..1] </Tank>