Chamber

Overview

Class

A physical object that is an enclosed space (from http://data.posccaesar.org/rdl/RDS903151421).

Supertypes

Attributes (data)

Name

Multiplicity

Type

ChamberDescription

0..1

MultiLanguageString

ChamberFunction

0..1

ChamberFunctionClassification

ChamberFunctionRepresentation

0..1

NullableString

Height

0..1

NullableLength

InsideDiameter

0..1

NullableLength

Length

0..1

NullableLength

LowerLimitDesignPressure

0..1

NullablePressureGauge

LowerLimitDesignTemperature

0..1

NullableTemperature

MaterialOfConstructionCode

0..1

NullableString

NominalDiameter

0..1

NullableLength

NominalDiameterTypeRepresentation

0..1

NullableString

SubTagName

0..1

NullableString

UpperLimitDesignPressure

0..1

NullablePressureGauge

UpperLimitDesignTemperature

0..1

NullableTemperature

Width

0..1

NullableLength

Implementation in Proteus Schema

The class is implemented as a Proteus XML element with RDL reference.

Tag: <Equipment>

RDL reference: CHAMBER

ComponentClass: Chamber

Example

Implementation in Proteus Schema

<Equipment
    ID="chamber1"
    ComponentClass="Chamber"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS903151421" ...>
  ...
</Equipment>

ChamberDescription

Attribute (data)

The description of the Chamber.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a set of DEXPI generic attributes for multi-language string values.

Name: ChamberDescriptionAssignmentClass

Example

Language

Value

en

jacket chamber

(MultiLanguageString with 1 SingleLanguageString)

Implementation in Proteus Schema

<Equipment
    ID="chamber1"
    ComponentClass="Chamber"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS903151421" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="ChamberDescriptionAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/ChamberDescriptionAssignmentClass"
      Format="string"
      Language="en"
      Value="jacket chamber" />
    ...
  </GenericAttributes>
  ...
</Equipment>

ChamberFunction

Attribute (data)

A specialization indicating the function of the Chamber.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for enumeration values.

Name: ChamberFunctionSpecialization

Example

heating (ChamberFunctionClassification::Heating)

Implementation in Proteus Schema

<Equipment
    ID="chamber1"
    ComponentClass="Chamber"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS903151421" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="ChamberFunctionSpecialization"
      AttributeURI="http://sandbox.dexpi.org/rdl/ChamberFunctionSpecialization"
      Format="anyURI"
      Value="Heating"
      ValueURI="http://data.posccaesar.org/rdl/RDS9666872" />
    ...
  </GenericAttributes>
  ...
</Equipment>

ChamberFunctionRepresentation

Attribute (data)

A short textual description of the function of the Chamber.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for string values.

Name: ChamberFunctionAssignmentClass

Example

“cooling” (String)

Implementation in Proteus Schema

<Equipment
    ID="chamber1"
    ComponentClass="Chamber"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS903151421" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="ChamberFunctionAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/ChamberFunctionAssignmentClass"
      Format="string"
      Value="cooling" />
    ...
  </GenericAttributes>
  ...
</Equipment>

Height

Attribute (data)

The height of the Chamber.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for physical quantities.

RDL reference: HEIGHT

Name: Height

Example

The instance chamber1 represents a Chamber with a Height of 220.0 cm.

Implementation in Proteus Schema

<Equipment
    ID="chamber1"
    ComponentClass="Chamber"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS903151421" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="Height"
      AttributeURI="http://data.posccaesar.org/rdl/RDS357704"
      Format="double"
      Value="220.0"
      Units="Centimetre"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1318004" />
    ...
  </GenericAttributes>
  ...
</Equipment>

InsideDiameter

Attribute (data)

The inside diameter of the Chamber.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for physical quantities.

RDL reference: INSIDE DIAMETER

Name: InsideDiameter

Example

The instance chamber1 represents a Chamber with an InsideDiameter of 60.0 cm.

Implementation in Proteus Schema

<Equipment
    ID="chamber1"
    ComponentClass="Chamber"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS903151421" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="InsideDiameter"
      AttributeURI="http://data.posccaesar.org/rdl/RDS357209"
      Format="double"
      Value="60.0"
      Units="Centimetre"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1318004" />
    ...
  </GenericAttributes>
  ...
</Equipment>

Length

Attribute (data)

The length of the Chamber.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for physical quantities.

RDL reference: LENGTH

Name: Length

Example

The instance chamber1 represents a Chamber with a Length of 160.0 cm.

Implementation in Proteus Schema

<Equipment
    ID="chamber1"
    ComponentClass="Chamber"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS903151421" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="Length"
      AttributeURI="http://data.posccaesar.org/rdl/RDS373094"
      Format="double"
      Value="160.0"
      Units="Centimetre"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1318004" />
    ...
  </GenericAttributes>
  ...
</Equipment>

LowerLimitDesignPressure

Attribute (data)

The lower limit for the pressure for which the Chamber is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for physical quantities.

Name: LowerLimitDesignPressure

Example

The instance chamber1 represents a Chamber with a LowerLimitDesignPressure of -0.5 bar.

Implementation in Proteus Schema

<Equipment
    ID="chamber1"
    ComponentClass="Chamber"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS903151421" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="LowerLimitDesignPressure"
      AttributeURI="http://data.posccaesar.org/rdl/RDS360674"
      Format="double"
      Value="-0.5"
      Units="Bar"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1314539" />
    ...
  </GenericAttributes>
  ...
</Equipment>

LowerLimitDesignTemperature

Attribute (data)

The lower limit for the temperature for which the Chamber is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for physical quantities.

Name: LowerLimitDesignTemperature

Example

The instance chamber1 represents a Chamber with a LowerLimitDesignTemperature of -45.0 °C.

Implementation in Proteus Schema

<Equipment
    ID="chamber1"
    ComponentClass="Chamber"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS903151421" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="LowerLimitDesignTemperature"
      AttributeURI="http://data.posccaesar.org/rdl/RDS360494"
      Format="double"
      Value="-45.0"
      Units="DegreeCelsius"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1322684" />
    ...
  </GenericAttributes>
  ...
</Equipment>

MaterialOfConstructionCode

Attribute (data)

A code that gives the material of construction of the Chamber.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for string values.

Name: MaterialOfConstructionCodeAssignmentClass

Example

“1.4306” (String)

Implementation in Proteus Schema

<Equipment
    ID="chamber1"
    ComponentClass="Chamber"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS903151421" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="MaterialOfConstructionCodeAssignmentClass"
      AttributeURI="http://data.posccaesar.org/rdl/RDS1460719741"
      Format="string"
      Value="1.4306" />
    ...
  </GenericAttributes>
  ...
</Equipment>

NominalDiameter

Attribute (data)

The nominal diameter of the Chamber, given as a length. See also NominalDiameterTypeRepresentation.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for physical quantities.

RDL reference: NOMINAL DIAMETER

Name: NominalDiameter

Example

The instance chamber1 represents a Chamber with a NominalDiameter of 80.0 cm.

Implementation in Proteus Schema

<Equipment
    ID="chamber1"
    ComponentClass="Chamber"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS903151421" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="NominalDiameter"
      AttributeURI="http://data.posccaesar.org/rdl/RDS366794"
      Format="double"
      Value="80.0"
      Units="Centimetre"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1318004" />
    ...
  </GenericAttributes>
  ...
</Equipment>

NominalDiameterTypeRepresentation

Attribute (data)

A readable representation of the type or unit of measure of the nominal diameter of the Chamber.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for string values.

Name: NominalDiameterTypeRepresentationAssignmentClass

Example

“DN” (String)

Implementation in Proteus Schema

<Equipment
    ID="chamber1"
    ComponentClass="Chamber"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS903151421" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="NominalDiameterTypeRepresentationAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/NominalDiameterTypeRepresentationAssignmentClass"
      Format="string"
      Value="DN" />
    ...
  </GenericAttributes>
  ...
</Equipment>

SubTagName

Attribute (data)

The sub tag name of the Chamber.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for string values.

Name: SubTagNameAssignmentClass

Example

“ST1” (String)

Implementation in Proteus Schema

<Equipment
    ID="chamber1"
    ComponentClass="Chamber"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS903151421" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="SubTagNameAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/SubTagNameAssignmentClass"
      Format="string"
      Value="ST1" />
    ...
  </GenericAttributes>
  ...
</Equipment>

UpperLimitDesignPressure

Attribute (data)

The upper limit for the pressure for which the Chamber is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for physical quantities.

Name: UpperLimitDesignPressure

Example

The instance chamber1 represents a Chamber with an UpperLimitDesignPressure of 60.0 bar.

Implementation in Proteus Schema

<Equipment
    ID="chamber1"
    ComponentClass="Chamber"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS903151421" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="UpperLimitDesignPressure"
      AttributeURI="http://data.posccaesar.org/rdl/RDS1470835011"
      Format="double"
      Value="60.0"
      Units="Bar"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1314539" />
    ...
  </GenericAttributes>
  ...
</Equipment>

UpperLimitDesignTemperature

Attribute (data)

The upper limit for the temperature for which the Chamber is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for physical quantities.

Name: UpperLimitDesignTemperature

Example

The instance chamber1 represents a Chamber with an UpperLimitDesignTemperature of 100.0 °C.

Implementation in Proteus Schema

<Equipment
    ID="chamber1"
    ComponentClass="Chamber"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS903151421" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="UpperLimitDesignTemperature"
      AttributeURI="http://data.posccaesar.org/rdl/RDS360449"
      Format="double"
      Value="100.0"
      Units="DegreeCelsius"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1322684" />
    ...
  </GenericAttributes>
  ...
</Equipment>

Width

Attribute (data)

The width of the Chamber.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for physical quantities.

RDL reference: WIDTH

Name: Width

Example

The instance chamber1 represents a Chamber with a Width of 180.0 cm.

Implementation in Proteus Schema

<Equipment
    ID="chamber1"
    ComponentClass="Chamber"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS903151421" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="Width"
      AttributeURI="http://data.posccaesar.org/rdl/RDS361709"
      Format="double"
      Value="180.0"
      Units="Centimetre"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1318004" />
    ...
  </GenericAttributes>
  ...
</Equipment>