IndustrialComplex¶
Overview¶
Class
An industrial complex as defined by ISO 10209:2012.
Supertypes
Attributes (data)
| Name | Multiplicity | Type | 
|---|---|---|
| 0..1 | ||
| 0..1 | 
Attributes (reference)
| Name | Multiplicity | Type | 
|---|---|---|
| 0..1 | 
Implementation in Proteus Schema
The class is implemented as a Proteus XML element with RDL reference.
Tag: <PlantStructureItem>
RDL reference: INDUSTRIAL COMPLEX ISO10209 2012
ComponentClass: IndustrialComplexIso102092012
ComponentClassURI: http://sandbox.dexpi.org/rdl/IndustrialComplexIso102092012
Example
Implementation in Proteus Schema
<PlantStructureItem
    ID="industrialComplex1"
    ComponentClass="IndustrialComplexIso102092012"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/IndustrialComplexIso102092012" ...>
  ...
</PlantStructureItem>
IndustrialComplexIdentificationCode¶
Attribute (data)
The identification code of the industrial complex.
Multiplicity: 0..1
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: INDUSTRIAL COMPLEX IDENTIFICATION CODE ASSIGNMENT CLASS
Name: IndustrialComplexIdentificationCodeAssignmentClass
Example
“I-Chain” (String)
Implementation in Proteus Schema
<PlantStructureItem
    ID="industrialComplex1"
    ComponentClass="IndustrialComplexIso102092012"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/IndustrialComplexIso102092012" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="IndustrialComplexIdentificationCodeAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/IndustrialComplexIdentificationCodeAssignmentClass"
      Format="string"
      Value="I-Chain" />
    ...
  </GenericAttributes>
  ...
</PlantStructureItem>
IndustrialComplexName¶
Attribute (data)
The name of the industrial complex.
Multiplicity: 0..1
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: INDUSTRIAL COMPLEX NAME ASSIGNMENT CLASS
Name: IndustrialComplexNameAssignmentClass
Example
“Isophorone Chain” (String)
Implementation in Proteus Schema
<PlantStructureItem
    ID="industrialComplex1"
    ComponentClass="IndustrialComplexIso102092012"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/IndustrialComplexIso102092012" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="IndustrialComplexNameAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/IndustrialComplexNameAssignmentClass"
      Format="string"
      Value="Isophorone Chain" />
    ...
  </GenericAttributes>
  ...
</PlantStructureItem>
ParentStructure¶
Attribute (reference)
A superordinate structure of which the IndustrialComplex is a part.
Implementation in Proteus Schema
The attribute is implemented using Proteus <Association> elements.
Association type for the attribute ower: "is a part of"
Opposite association type: "is a collection including"
Example
Implementation in Proteus Schema
<PlantStructureItem
    ID="industrialComplex1"
    ComponentClass="IndustrialComplexIso102092012"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/IndustrialComplexIso102092012" ...>
  ...
  <Association
    Type="is a part of"
    ItemID="enterprise1" />
  ...
<PlantStructureItem />
...
<PlantStructureItem
    ID="enterprise1"
    ComponentClass="Isa95Enterprise"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS10418236543" ...>
  ...
  <Association
    Type="is a collection including"
    ItemID="industrialComplex1" />
  ...
<PlantStructureItem />