SieveElement

Overview

Class

A screening unit that is a component of a sieve.

Supertypes

Attributes (data)

Name

Multiplicity

Type

Efficiency

0..1

NullablePercentage

MaterialOfConstructionCode

0..1

NullableString

ScreeningArea

0..1

NullableArea

StageIdentifier

0..1

NullableString

UpperLimitPermeableParticleDiameter

0..1

NullableLength

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>

RDL reference: SIEVE ELEMENT

ComponentClass: SieveElement

Example

Implementation in Proteus Schema

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

Chamber

Attribute (reference)

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

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

Efficiency

Attribute (data)

The efficiency of the SieveElement.

Multiplicity: 0..1

Implementation in Proteus Schema

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

RDL reference: EFFICIENCY

Name: Efficiency

Example

The instance sieveElement1 represents a SieveElement with an Efficiency of 90.0 ???.

Implementation in Proteus Schema

<Equipment
    ID="sieveElement1"
    ComponentClass="SieveElement"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/SieveElement" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="Efficiency"
      AttributeURI="http://data.posccaesar.org/rdl/RDS362654"
      Format="double"
      Value="90.0"
      Units="Percent"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1317959" />
    ...
  </GenericAttributes>
  ...
</Equipment>

MaterialOfConstructionCode

Attribute (data)

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

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

ScreeningArea

Attribute (data)

The filter area of the SieveElement.

Multiplicity: 0..1

Implementation in Proteus Schema

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

RDL reference: SCREENING AREA

Name: ScreeningArea

Example

The instance sieveElement1 represents a SieveElement with a ScreeningArea of 6.0 m2.

Implementation in Proteus Schema

<Equipment
    ID="sieveElement1"
    ComponentClass="SieveElement"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/SieveElement" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="ScreeningArea"
      AttributeURI="http://sandbox.dexpi.org/rdl/ScreeningArea"
      Format="double"
      Value="6.0"
      Units="MetreSquared"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1358009" />
    ...
  </GenericAttributes>
  ...
</Equipment>

StageIdentifier

Attribute (data)

The stage identifier of the SieveElement.

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="sieveElement1"
    ComponentClass="SieveElement"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/SieveElement" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="StageIdentifierAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/StageIdentifierAssignmentClass"
      Format="string"
      Value="s1" />
    ...
  </GenericAttributes>
  ...
</Equipment>

UpperLimitPermeableParticleDiameter

Attribute (data)

The maximum of the particle size passing through the SieveElement.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: UpperLimitPermeableParticleDiameter

Example

The instance sieveElement1 represents a SieveElement with an UpperLimitPermeableParticleDiameter of 400.0 µm.

Implementation in Proteus Schema

<Equipment
    ID="sieveElement1"
    ComponentClass="SieveElement"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/SieveElement" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="UpperLimitPermeableParticleDiameter"
      AttributeURI="http://sandbox.dexpi.org/rdl/UpperLimitPermeableParticleDiameter"
      Format="double"
      Value="400.0"
      Units="Micrometre"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1351529" />
    ...
  </GenericAttributes>
  ...
</Equipment>