BriquettingRoller

Overview

Class

An element of an Agglomerator that compresses bulk material into briquettes.

Supertypes

Attributes (data)

Name

Multiplicity

Type

Diameter

0..1

NullableLength

MaterialOfConstructionCode

0..1

NullableString

StageIdentifier

0..1

NullableString

Implementation in Proteus Schema

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

Tag: <Equipment>

RDL reference: BRIQUETTING ROLLER

ComponentClass: BriquettingRoller

Example

Implementation in Proteus Schema

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

Diameter

Attribute (data)

The diameter of the BriquettingRoller.

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 briquettingRoller1 represents a BriquettingRoller with a Diameter of 20.0 cm.

Implementation in Proteus Schema

<Equipment
    ID="briquettingRoller1"
    ComponentClass="BriquettingRoller"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/BriquettingRoller" ...>
  ...
  <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 BriquettingRoller.

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

StageIdentifier

Attribute (data)

The stage identifier of the BriquettingRoller.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: StageIdentifierAssignmentClass

Example

“s1” (String)

Implementation in Proteus Schema

<Equipment
    ID="briquettingRoller1"
    ComponentClass="BriquettingRoller"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/BriquettingRoller" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="StageIdentifierAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/StageIdentifierAssignmentClass"
      Format="string"
      Value="s1" />
    ...
  </GenericAttributes>
  ...
</Equipment>