Uses the Component:TankType
A large, often metallic container for holding or storing liquids or gases.
Table 6.26. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
TankUsage |
The purpose or usage of this tank. | 1..1 | Field | sqdt:TankUsageCodeType | |
TankMaterial |
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 | |
TankCount |
The number of tanks. | 0..1 | Field | oag:NumberType | |
UsagePreference |
Precedence, advantage, or choice of one person or thing over another. | 0..1 | Component | oag:PreferenceBaseType | |
TankSerial |
Unique identifier for the tank. | 0..1 | Field | oag:OpenIDType |
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.32. Tank
<Tank> <TankUsage>......</TankUsage> [1..1] <TankMaterial>......</TankMaterial> [0..1] <TankCapacityMeasure>......</TankCapacityMeasure> [0..1] <TankCount>......</TankCount> [0..1] <UsagePreference>......</UsagePreference> [0..1] <TankSerial>......</TankSerial> [0..1] </Tank>