Chamber¶
Overview¶
Class
A physical object that is an enclosed space (from http://data.posccaesar.org/rdl/RDS903151421).
Supertypes
Attributes (data)
| Name | Multiplicity | Type | 
|---|---|---|
| 0..1 | ||
| 0..1 | ||
| 0..1 | ||
| 0..1 | ||
| 0..1 | ||
| 0..1 | ||
| 0..1 | ||
| 0..1 | ||
| 0..1 | ||
| 0..1 | ||
| 0..1 | ||
| 0..1 | ||
| 0..1 | ||
| 0..1 | ||
| 0..1 | 
Implementation in Proteus Schema
The class is implemented as a Proteus XML element with RDL reference.
Tag: <Equipment>
RDL reference: CHAMBER
ComponentClass: Chamber
ComponentClassURI: http://data.posccaesar.org/rdl/RDS903151421
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
Type: MultiLanguageString
Implementation in Proteus Schema
The attribute is implemented as a set of DEXPI generic attributes for multi-language string values.
RDL reference: CHAMBER DESCRIPTION ASSIGNMENT CLASS
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.
RDL reference: CHAMBER FUNCTION SPECIALIZATION
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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: CHAMBER FUNCTION ASSIGNMENT CLASS
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
Type: NullableLength
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
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
Type: NullableLength
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: INSIDE DIAMETER
Name: InsideDiameter
AttributeURI: http://data.posccaesar.org/rdl/RDS357209
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
Type: NullableLength
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
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
Type: NullablePressureGauge
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: LOWER LIMIT DESIGN PRESSURE
Name: LowerLimitDesignPressure
AttributeURI: http://data.posccaesar.org/rdl/RDS360674
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
Type: NullableTemperature
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: LOWER LIMIT DESIGN TEMPERATURE
Name: LowerLimitDesignTemperature
AttributeURI: http://data.posccaesar.org/rdl/RDS360494
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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: MATERIAL OF CONSTRUCTION CODE ASSIGNMENT CLASS
Name: MaterialOfConstructionCodeAssignmentClass
AttributeURI: http://data.posccaesar.org/rdl/RDS1460719741
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
Type: NullableLength
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: NOMINAL DIAMETER
Name: NominalDiameter
AttributeURI: http://data.posccaesar.org/rdl/RDS366794
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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: NOMINAL DIAMETER TYPE REPRESENTATION ASSIGNMENT CLASS
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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: SUB TAG NAME ASSIGNMENT CLASS
Name: SubTagNameAssignmentClass
AttributeURI: http://sandbox.dexpi.org/rdl/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
Type: NullablePressureGauge
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: UPPER LIMIT DESIGN PRESSURE
Name: UpperLimitDesignPressure
AttributeURI: http://data.posccaesar.org/rdl/RDS1470835011
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
Type: NullableTemperature
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: UPPER LIMIT DESIGN TEMPERATURE
Name: UpperLimitDesignTemperature
AttributeURI: http://data.posccaesar.org/rdl/RDS360449
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
Type: NullableLength
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
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>