IndustrialComplex

Overview

Class

An industrial complex as defined by ISO 10209:2012.

Supertypes

Attributes (data)

Name

Multiplicity

Type

IndustrialComplexIdentificationCode

0..1

NullableString

IndustrialComplexName

0..1

NullableString

Attributes (reference)

Name

Multiplicity

Type

ParentStructure

0..1

IndustrialComplexParentStructure

Implementation in Proteus Schema

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

Tag: <PlantStructureItem>

ComponentClass: 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

Implementation in Proteus Schema

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

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

Implementation in Proteus Schema

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

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.

Multiplicity: 0..1

Opposite multiplicity: 0..*

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 />