Equipment

Overview

Abstract class

An apparatus or machine.

Supertypes

Subtypes

Attributes (data)

Name

Multiplicity

Type

EquipmentDescription

0..1

MultiLanguageString

Attributes (composition)

Name

Multiplicity

Type

DryingChambers

*

DryingChamber

GearBoxes

*

GearBox

Motors

*

MotorAsComponent

SprayNozzles

*

SprayNozzle

Implementation in Proteus Schema

The class is implemented as a Proteus XML element with RDL reference. As Equipment is abstract, there is no RDL reference for the class itself; the RDL reference depends on the concrete subclass.

Tag: <Equipment>

ComponentClass: depending on subclass

ComponentClassURI: depending on subclass

Example

As Equipment is abstract, we consider Vessel as an arbitrary concrete subclass.

Implementation in Proteus Schema

<Equipment
    ID="vessel1"
    ComponentClass="Vessel"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS414674" ...>
  ...
</Equipment>

DryingChambers

Attribute (composition)

The DryingChambers of the Equipment.

Multiplicity: *

Opposite multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented using the XML hierarchy of the Proteus file: The element for the attribute value (a DryingChamber) is a child of the <Equipment> element for the attribute owner (an Equipment).

Example

As the owner type Equipment is abstract, we consider Vessel as an arbitrary concrete subclass.

Implementation in Proteus Schema

<Equipment
    ID="vessel1"
    ComponentClass="Vessel"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS414674" ...>
  ...
  <Equipment
      ID="dryingChamber1"
      ComponentClass="DryingChamber"
      ComponentClassURI="http://sandbox.dexpi.org/rdl/DryingChamber" ...>
    ...
  <Equipment />
  ...
<Equipment />

EquipmentDescription

Attribute (data)

A short description of the Equipment in natural language.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: EquipmentDescriptionAssignmentClass

Example

As the owning class Equipment is abstract, we consider Vessel as an arbitrary concrete subclass.

Language

Value

de

Prozessgaskühler

en

process gas cooler

(MultiLanguageString with 2 SingleLanguageStrings)

Implementation in Proteus Schema

<Equipment
    ID="vessel1"
    ComponentClass="Vessel"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS414674" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="EquipmentDescriptionAssignmentClass"
      AttributeURI="http://data.posccaesar.org/rdl/RDS2181987301"
      Format="string"
      Language="de"
      Value="Prozessgaskühler" />
    <GenericAttribute
      Name="EquipmentDescriptionAssignmentClass"
      AttributeURI="http://data.posccaesar.org/rdl/RDS2181987301"
      Format="string"
      Language="en"
      Value="process gas cooler" />
    ...
  </GenericAttributes>
  ...
</Equipment>

GearBoxes

Attribute (composition)

The gear boxes that are components of the Equipment.

Multiplicity: *

Type: GearBox

Opposite multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented using the XML hierarchy of the Proteus file: The element for the attribute value (a GearBox) is a child of the <Equipment> element for the attribute owner (an Equipment).

Example

As the owner type Equipment is abstract, we consider Vessel as an arbitrary concrete subclass.

Implementation in Proteus Schema

<Equipment
    ID="vessel1"
    ComponentClass="Vessel"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS414674" ...>
  ...
  <Equipment
      ID="gearBox1"
      ComponentClass="Gearbox"
      ComponentClassURI="http://data.posccaesar.org/rdl/RDS889514" ...>
    ...
  <Equipment />
  ...
<Equipment />

Motors

Attribute (composition)

The motors that are components of the Equipment.

Multiplicity: *

Opposite multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented using the XML hierarchy of the Proteus file: The element for the attribute value (a MotorAsComponent) is a child of the <Equipment> element for the attribute owner (an Equipment).

Example

As the owner type Equipment is abstract, we consider Vessel as an arbitrary concrete subclass.

Implementation in Proteus Schema

<Equipment
    ID="vessel1"
    ComponentClass="Vessel"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS414674" ...>
  ...
  <Equipment
      ID="motorAsComponent1"
      ComponentClass="MotorAsComponent"
      ComponentClassURI="http://sandbox.dexpi.org/rdl/MotorAsComponent" ...>
    ...
  <Equipment />
  ...
<Equipment />

SprayNozzles

Attribute (composition)

The SprayNozzles of the Equipment.

Multiplicity: *

Opposite multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented using the XML hierarchy of the Proteus file: The element for the attribute value (a SprayNozzle) is a child of the <Equipment> element for the attribute owner (an Equipment).

Example

As the owner type Equipment is abstract, we consider Vessel as an arbitrary concrete subclass.

Implementation in Proteus Schema

<Equipment
    ID="vessel1"
    ComponentClass="Vessel"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS414674" ...>
  ...
  <Equipment
      ID="sprayNozzle1"
      ComponentClass="SprayNozzle"
      ComponentClassURI="http://data.posccaesar.org/rdl/RDS5855670" ...>
    ...
  <Equipment />
  ...
<Equipment />