Tank

Uses the Component:TankType

A large, often metallic container for holding or storing liquids or gases.

Fields and Components

Table 6.26. Fields and Components

Name Description Occurrence Type Data Type User Notes
TankUsage

The purpose or usage of this tank.

1..1Field sqdt:TankUsageCodeType  
TankMaterial

The type of Material the Tank is constructed from.

0..1Field sqdt:TankMaterialCodeType  
TankCapacityMeasure

How much the tank can hold.

0..1Field sqdt:VolumeMeasureType  
TankCount

The number of tanks.

0..1Field oag:NumberType  
UsagePreference

Precedence, advantage, or choice of one person or thing over another.

0..1Componentoag:PreferenceBaseType 
TankSerial

Unique identifier for the tank.

0..1Field oag:OpenIDType  

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