PressureVessel¶
Overview¶
Class
A vessel intended to withstand external and/or internal pressure (from http://data.posccaesar.org/rdl/RDS427229).
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: PRESSURE VESSEL
ComponentClass: PressureVessel
ComponentClassURI: http://data.posccaesar.org/rdl/RDS427229
Example
Implementation in Proteus Schema
<Equipment
    ID="pressureVessel1"
    ComponentClass="PressureVessel"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS427229" ...>
  ...
</Equipment>
CylinderLength¶
Attribute (data)
The cylinder length of the PressureVessel.
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 pressureVessel1 represents a PressureVessel with a CylinderLength of 2.0 m.
Implementation in Proteus Schema
<Equipment
    ID="pressureVessel1"
    ComponentClass="PressureVessel"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS427229" ...>
  ...
  <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>