SedimentalCentrifugeDrum

Overview

Class

A SedimentalCentrifugeDrum is a drum and a component of a SedimentalCentrifuge.

Supertypes

Attributes (data)

Name

Multiplicity

Type

Diameter

0..1

NullableLength

MaterialOfConstructionCode

0..1

NullableString

Attributes (reference)

Name

Multiplicity

Type

Chamber

0..1

Chamber

Implementation in Proteus Schema

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

Tag: <Equipment>

ComponentClass: SedimentalCentrifugeDrum

Example

Implementation in Proteus Schema

<Equipment
    ID="sedimentalCentrifugeDrum1"
    ComponentClass="SedimentalCentrifugeDrum"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/SedimentalCentrifugeDrum" ...>
  ...
</Equipment>

Chamber

Attribute (reference)

The Chamber in which the SedimentalCentrifugeDrum is located, if applicable. The Chamber must be a component of the same object as the SedimentalCentrifugeDrum.

Multiplicity: 0..1

Type: Chamber

Opposite multiplicity: 0..*

Implementation in Proteus Schema

The attribute is implemented using Proteus <Association> elements.

Association type for the attribute ower: "is located in"

Opposite association type: "is the location of"

Example

Implementation in Proteus Schema

<Equipment
    ID="sedimentalCentrifugeDrum1"
    ComponentClass="SedimentalCentrifugeDrum"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/SedimentalCentrifugeDrum" ...>
  ...
  <Association
    Type="is located in"
    ItemID="chamber1" />
  ...
<Equipment />
...
<Equipment
    ID="chamber1"
    ComponentClass="Chamber"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS903151421" ...>
  ...
  <Association
    Type="is the location of"
    ItemID="sedimentalCentrifugeDrum1" />
  ...
<Equipment />

Diameter

Attribute (data)

The diameter of the SedimentalCentrifugeDrum.

Multiplicity: 0..1

Implementation in Proteus Schema

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

RDL reference: DIAMETER

Name: Diameter

Example

The instance sedimentalCentrifugeDrum1 represents a SedimentalCentrifugeDrum with a Diameter of 20.0 cm.

Implementation in Proteus Schema

<Equipment
    ID="sedimentalCentrifugeDrum1"
    ComponentClass="SedimentalCentrifugeDrum"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/SedimentalCentrifugeDrum" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="Diameter"
      AttributeURI="http://data.posccaesar.org/rdl/RDS350954"
      Format="double"
      Value="20.0"
      Units="Centimetre"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1318004" />
    ...
  </GenericAttributes>
  ...
</Equipment>

MaterialOfConstructionCode

Attribute (data)

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

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="sedimentalCentrifugeDrum1"
    ComponentClass="SedimentalCentrifugeDrum"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/SedimentalCentrifugeDrum" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="MaterialOfConstructionCodeAssignmentClass"
      AttributeURI="http://data.posccaesar.org/rdl/RDS1460719741"
      Format="string"
      Value="1.4306" />
    ...
  </GenericAttributes>
  ...
</Equipment>