Enterprise¶
Overview¶
Class
An enterprise as defined by ISA 95.
Supertypes
Attributes (data)
| Name | Multiplicity | Type | 
|---|---|---|
| 0..1 | ||
| 0..1 | 
Implementation in Proteus Schema
The class is implemented as a Proteus XML element with RDL reference.
Tag: <PlantStructureItem>
RDL reference: ISA95 ENTERPRISE
ComponentClass: Isa95Enterprise
ComponentClassURI: http://data.posccaesar.org/rdl/RDS10418236543
Example
Implementation in Proteus Schema
<PlantStructureItem
    ID="enterprise1"
    ComponentClass="Isa95Enterprise"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS10418236543" ...>
  ...
</PlantStructureItem>
EnterpriseIdentificationCode¶
Attribute (data)
The identification code of the enterprise.
Multiplicity: 0..1
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: ENTERPRISE IDENTIFICATION CODE ASSIGNMENT CLASS
Name: EnterpriseIdentificationCodeAssignmentClass
Example
“C1248” (String)
Implementation in Proteus Schema
<PlantStructureItem
    ID="enterprise1"
    ComponentClass="Isa95Enterprise"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS10418236543" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="EnterpriseIdentificationCodeAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/EnterpriseIdentificationCodeAssignmentClass"
      Format="string"
      Value="C1248" />
    ...
  </GenericAttributes>
  ...
</PlantStructureItem>
EnterpriseName¶
Attribute (data)
The name of the enterprise.
Multiplicity: 0..1
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: ENTERPRISE NAME ASSIGNMENT CLASS
Name: EnterpriseNameAssignmentClass
Example
“CompAny Ltd.” (String)
Implementation in Proteus Schema
<PlantStructureItem
    ID="enterprise1"
    ComponentClass="Isa95Enterprise"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS10418236543" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="EnterpriseNameAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/EnterpriseNameAssignmentClass"
      Format="string"
      Value="CompAny Ltd." />
    ...
  </GenericAttributes>
  ...
</PlantStructureItem>