CrusherElement¶
Overview¶
Class
A functional component of a Crusher.
Supertypes
Attributes (data)
| Name | Multiplicity | Type | 
|---|---|---|
| 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: CRUSHER UNIT
ComponentClass: CrusherUnit
ComponentClassURI: http://sandbox.dexpi.org/rdl/CrusherUnit
Example
Implementation in Proteus Schema
<Equipment
    ID="crusherElement1"
    ComponentClass="CrusherUnit"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/CrusherUnit" ...>
  ...
</Equipment>
CrusherElementType¶
Attribute (data)
The type of the CrusherElement.
Multiplicity: 0..1
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: CRUSHER ELEMENT TYPE ASSIGNMENT CLASS
Name: CrusherElementTypeAssignmentClass
Example
“Cone Crusher” (String)
Implementation in Proteus Schema
<Equipment
    ID="crusherElement1"
    ComponentClass="CrusherUnit"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/CrusherUnit" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="CrusherElementTypeAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/CrusherElementTypeAssignmentClass"
      Format="string"
      Value="Cone Crusher" />
    ...
  </GenericAttributes>
  ...
</Equipment>
MaterialOfConstructionCode¶
Attribute (data)
A code that gives the material of construction of the CrusherElement.
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="crusherElement1"
    ComponentClass="CrusherUnit"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/CrusherUnit" ...>
  ...
  <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 CrusherElement.
Multiplicity: 0..1
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: STAGE IDENTIFIER ASSIGNMENT CLASS
Name: StageIdentifierAssignmentClass
Example
“s1” (String)
Implementation in Proteus Schema
<Equipment
    ID="crusherElement1"
    ComponentClass="CrusherUnit"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/CrusherUnit" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="StageIdentifierAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/StageIdentifierAssignmentClass"
      Format="string"
      Value="s1" />
    ...
  </GenericAttributes>
  ...
</Equipment>