Tank¶
Overview¶
Class
A vessel intended to contain fluid for storage. Typically a receiving or collecting function for further distribution. Typically with a vertical and cylindrical or square shape and a flat or conical bottom (from http://data.posccaesar.org/rdl/RDS445139).
Supertypes
Attributes (data)
| Name | Multiplicity | Type | 
|---|---|---|
| 0..1 | 
Implementation in Proteus Schema
The class is implemented as a Proteus XML element with RDL reference.
Tag: <Equipment>
RDL reference: TANK
ComponentClass: Tank
ComponentClassURI: http://data.posccaesar.org/rdl/RDS445139
Example
Implementation in Proteus Schema
<Equipment
    ID="tank1"
    ComponentClass="Tank"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS445139" ...>
  ...
</Equipment>
CylinderLength¶
Attribute (data)
The cylinder length of the Tank.
Multiplicity: 0..1
Type: NullableLength
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: CYLINDER LENGTH
Name: CylinderLength
AttributeURI: http://sandbox.dexpi.org/rdl/CylinderLength
Example
The instance tank1 represents a Tank with a CylinderLength of 2.0 m.
Implementation in Proteus Schema
<Equipment
    ID="tank1"
    ComponentClass="Tank"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS445139" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="CylinderLength"
      AttributeURI="http://sandbox.dexpi.org/rdl/CylinderLength"
      Format="double"
      Value="2.0"
      Units="Metre"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1332674" />
    ...
  </GenericAttributes>
  ...
</Equipment>