MetaData

Overview

Class

A container for meta data about a DexpiModel.

Supertypes

Attributes (data)

Name

Multiplicity

Type

ApprovalDateRepresentation

0..1

NullableString

ApprovalDescription

0..1

MultiLanguageString

ApproverName

0..1

NullableString

ArchiveNumber

0..1

NullableString

BlockName

0..1

NullableString

BlockNumber

0..1

NullableString

CheckerName

0..1

NullableString

Confidentiality

0..1

ConfidentialityClassification

CreationDateRepresentation

0..1

NullableString

CreatorName

0..1

NullableString

DesignerName

0..1

NullableString

DrafterName

0..1

NullableString

DrawingName

0..1

NullableString

DrawingNumber

0..1

NullableString

DrawingSubTitle

0..1

MultiLanguageString

EnterpriseIdentificationCode

0..1

NullableString

EnterpriseName

0..1

NullableString

FileName

0..1

NullableString

IndustrialComplexIdentificationCode

0..1

NullableString

IndustrialComplexName

0..1

NullableString

LastModificationDateRepresentation

0..1

NullableString

LocationName

0..1

NullableString

PlantAreaIdentificationCode

0..1

NullableString

PlantAreaName

0..1

NullableString

PlantSectionIdentificationCode

0..1

NullableString

PlantSectionName

0..1

NullableString

PlantSystemIdentificationCode

0..1

NullableString

PlantSystemName

0..1

NullableString

PlantTrainIdentificationCode

0..1

NullableString

PlantTrainName

0..1

NullableString

ProcessCellIdentificationCode

0..1

NullableString

ProcessCellName

0..1

NullableString

ProcessPlantIdentificationCode

0..1

NullableString

ProcessPlantName

0..1

NullableString

ProjectName

0..1

NullableString

ProjectNumber

0..1

NullableString

ProjectRangeNumber

0..1

NullableString

ReplacedDrawing

0..1

NullableString

ResponsibleDepartmentName

0..1

NullableString

RevisionNumber

0..1

NullableString

SheetFormat

0..1

NullableString

SheetNumber

0..1

NullableString

SiteIdentificationCode

0..1

NullableString

SiteName

0..1

NullableString

SubProjectName

0..1

NullableString

SubProjectNumber

0..1

NullableString

TotalNumberOfSheets

0..1

NullableInteger

UnitIdentificationCode

0..1

NullableString

UnitName

0..1

NullableString

Implementation in Proteus Schema

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

Tag: <MetaData>

RDL reference: META DATA

ComponentClass: MetaData

Example

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
</MetaData>

ApprovalDateRepresentation

Attribute (data)

A representation of the approval date of the drawing. The format of the representation is not prescribed.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: ApprovalDateRepresentationAssignmentClass

Example

“2016-04-01” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="ApprovalDateRepresentationAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/ApprovalDateRepresentationAssignmentClass"
      Format="string"
      Value="2016-04-01" />
    ...
  </GenericAttributes>
  ...
</MetaData>

ApprovalDescription

Attribute (data)

A description of the approval of the drawing.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a set of DEXPI generic attributes for multi-language string values.

Name: ApprovalDescriptionAssignmentClass

Example

Language

Value

en

approved

de

genehmigt

(MultiLanguageString with 2 SingleLanguageStrings)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="ApprovalDescriptionAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/ApprovalDescriptionAssignmentClass"
      Format="string"
      Language="en"
      Value="approved" />
    <GenericAttribute
      Name="ApprovalDescriptionAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/ApprovalDescriptionAssignmentClass"
      Format="string"
      Language="de"
      Value="genehmigt" />
    ...
  </GenericAttributes>
  ...
</MetaData>

ApproverName

Attribute (data)

The name of the approver of the drawing.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: ApproverNameAssignmentClass

Example

“A. P. Prover” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="ApproverNameAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/ApproverNameAssignmentClass"
      Format="string"
      Value="A. P. Prover" />
    ...
  </GenericAttributes>
  ...
</MetaData>

ArchiveNumber

Attribute (data)

The archive number of the drawing.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: ArchiveNumberAssignmentClass

Example

“XY923-463” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="ArchiveNumberAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/ArchiveNumberAssignmentClass"
      Format="string"
      Value="XY923-463" />
    ...
  </GenericAttributes>
  ...
</MetaData>

BlockName

Attribute (data)

The name of the related block.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: BlockNameAssignmentClass

Example

“a block” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="BlockNameAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/BlockNameAssignmentClass"
      Format="string"
      Value="a block" />
    ...
  </GenericAttributes>
  ...
</MetaData>

BlockNumber

Attribute (data)

The number of the related block.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: BlockNumberAssignmentClass

Example

“B987-654” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="BlockNumberAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/BlockNumberAssignmentClass"
      Format="string"
      Value="B987-654" />
    ...
  </GenericAttributes>
  ...
</MetaData>

CheckerName

Attribute (data)

The name of the checker of the drawing.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: CheckerNameAssignmentClass

Example

“C. Hecker” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="CheckerNameAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/CheckerNameAssignmentClass"
      Format="string"
      Value="C. Hecker" />
    ...
  </GenericAttributes>
  ...
</MetaData>

Confidentiality

Attribute (data)

The confidentiality classification of the drawing.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: ConfidentialitySpecialization

Example

confidential (ConfidentialityClassification::ConfidentialInformation)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="ConfidentialitySpecialization"
      AttributeURI="http://sandbox.dexpi.org/rdl/ConfidentialitySpecialization"
      Format="anyURI"
      Value="ConfidentialInformation"
      ValueURI="http://data.posccaesar.org/rdl/RDS4316590816" />
    ...
  </GenericAttributes>
  ...
</MetaData>

CreationDateRepresentation

Attribute (data)

A representation of the creation date of the drawing. The format of the representation is not prescribed.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: CreationDateRepresentationAssignmentClass

Example

“2016-04-01” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="CreationDateRepresentationAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/CreationDateRepresentationAssignmentClass"
      Format="string"
      Value="2016-04-01" />
    ...
  </GenericAttributes>
  ...
</MetaData>

CreatorName

Attribute (data)

The name of the creator of the drawing.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: CreatorNameAssignmentClass

Example

“A. Creator” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="CreatorNameAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/CreatorNameAssignmentClass"
      Format="string"
      Value="A. Creator" />
    ...
  </GenericAttributes>
  ...
</MetaData>

DesignerName

Attribute (data)

The name of the designer of the drawing.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: DesignerNameAssignmentClass

Example

“D. E. Signer” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DesignerNameAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/DesignerNameAssignmentClass"
      Format="string"
      Value="D. E. Signer" />
    ...
  </GenericAttributes>
  ...
</MetaData>

DrafterName

Attribute (data)

The name of the drafter of the drawing.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: DrafterNameAssignmentClass

Example

“D. Rafter” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DrafterNameAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/DrafterNameAssignmentClass"
      Format="string"
      Value="D. Rafter" />
    ...
  </GenericAttributes>
  ...
</MetaData>

DrawingName

Attribute (data)

The drawing name.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: DrawingNameAssignmentClass

Example

“DEXPI example PID” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DrawingNameAssignmentClass"
      AttributeURI="http://data.posccaesar.org/rdl/RDS2102503531"
      Format="string"
      Value="DEXPI example PID" />
    ...
  </GenericAttributes>
  ...
</MetaData>

DrawingNumber

Attribute (data)

The drawing number.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: DrawingNumberAssignmentClass

Example

“123/A93” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DrawingNumberAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/DrawingNumberAssignmentClass"
      Format="string"
      Value="123/A93" />
    ...
  </GenericAttributes>
  ...
</MetaData>

DrawingSubTitle

Attribute (data)

The subtitle of the drawing.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a set of DEXPI generic attributes for multi-language string values.

Name: DrawingSubTitleAssignmentClass

Example

Language

Value

en

DEXPI Example PID

de

DEXPI Beispiel-R&I

(MultiLanguageString with 2 SingleLanguageStrings)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DrawingSubTitleAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/DrawingSubTitleAssignmentClass"
      Format="string"
      Language="en"
      Value="DEXPI Example PID" />
    <GenericAttribute
      Name="DrawingSubTitleAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/DrawingSubTitleAssignmentClass"
      Format="string"
      Language="de"
      Value="DEXPI Beispiel-R&amp;I" />
    ...
  </GenericAttributes>
  ...
</MetaData>

EnterpriseIdentificationCode

Attribute (data)

The identification code of the enterprise.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: EnterpriseIdentificationCodeAssignmentClass

Example

“C1248” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="EnterpriseIdentificationCodeAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/EnterpriseIdentificationCodeAssignmentClass"
      Format="string"
      Value="C1248" />
    ...
  </GenericAttributes>
  ...
</MetaData>

EnterpriseName

Attribute (data)

The name of the enterprise.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: EnterpriseNameAssignmentClass

Example

“CompAny Ltd.” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="EnterpriseNameAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/EnterpriseNameAssignmentClass"
      Format="string"
      Value="CompAny Ltd." />
    ...
  </GenericAttributes>
  ...
</MetaData>

FileName

Attribute (data)

The file name of the drawing.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: FileNameAssignmentClass

Example

“DEXPI_example_PID.xml.” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="FileNameAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/FileNameAssignmentClass"
      Format="string"
      Value="DEXPI_example_PID.xml." />
    ...
  </GenericAttributes>
  ...
</MetaData>

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

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="IndustrialComplexIdentificationCodeAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/IndustrialComplexIdentificationCodeAssignmentClass"
      Format="string"
      Value="I-Chain" />
    ...
  </GenericAttributes>
  ...
</MetaData>

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

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="IndustrialComplexNameAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/IndustrialComplexNameAssignmentClass"
      Format="string"
      Value="Isophorone Chain" />
    ...
  </GenericAttributes>
  ...
</MetaData>

LastModificationDateRepresentation

Attribute (data)

A representation of the last modification date of the drawing. The format of the representation is not prescribed.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: LastModificationDateRepresentationAssignmentClass

Example

“2016-04-02” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="LastModificationDateRepresentationAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/LastModificationDateRepresentationAssignmentClass"
      Format="string"
      Value="2016-04-02" />
    ...
  </GenericAttributes>
  ...
</MetaData>

LocationName

Attribute (data)

The location name.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: LocationNameAssignmentClass

Example

“C1248.” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="LocationNameAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/LocationNameAssignmentClass"
      Format="string"
      Value="C1248." />
    ...
  </GenericAttributes>
  ...
</MetaData>

PlantAreaIdentificationCode

Attribute (data)

The identification code of the plant area according to ISA-95..

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: PlantAreaIdentificationCodeAssignmentClass

Example

“F4” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="PlantAreaIdentificationCodeAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/PlantAreaIdentificationCodeAssignmentClass"
      Format="string"
      Value="F4" />
    ...
  </GenericAttributes>
  ...
</MetaData>

PlantAreaName

Attribute (data)

The name of the plant area according to ISA-95.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: AreaIsa95NameAssignmentClass

Example

“Area F4” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="AreaIsa95NameAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/AreaIsa95NameAssignmentClass"
      Format="string"
      Value="Area F4" />
    ...
  </GenericAttributes>
  ...
</MetaData>

PlantSectionIdentificationCode

Attribute (data)

The identification code of the plant section.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: PlantSectionIdentificationCodeAssignmentClass

Example

“10” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="PlantSectionIdentificationCodeAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/PlantSectionIdentificationCodeAssignmentClass"
      Format="string"
      Value="10" />
    ...
  </GenericAttributes>
  ...
</MetaData>

PlantSectionName

Attribute (data)

The name of the plant section.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: PlantSectionNameAssignmentClass

Example

“Utilities” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="PlantSectionNameAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/PlantSectionNameAssignmentClass"
      Format="string"
      Value="Utilities" />
    ...
  </GenericAttributes>
  ...
</MetaData>

PlantSystemIdentificationCode

Attribute (data)

The identification code of the plant system.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: PlantSystemIdentificationCodeAssignmentClass

Example

“X123” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="PlantSystemIdentificationCodeAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/PlantSystemIdentificationCodeAssignmentClass"
      Format="string"
      Value="X123" />
    ...
  </GenericAttributes>
  ...
</MetaData>

PlantSystemName

Attribute (data)

The name of the plant system.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: PlantSystemNameAssignmentClass

Example

“System X123” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="PlantSystemNameAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/PlantSystemNameAssignmentClass"
      Format="string"
      Value="System X123" />
    ...
  </GenericAttributes>
  ...
</MetaData>

PlantTrainIdentificationCode

Attribute (data)

The identification code of the plant train.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: PlantTrainIdentificationCodeAssignmentClass

Example

“T456” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="PlantTrainIdentificationCodeAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/PlantTrainIdentificationCodeAssignmentClass"
      Format="string"
      Value="T456" />
    ...
  </GenericAttributes>
  ...
</MetaData>

PlantTrainName

Attribute (data)

The name of the plant train.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: PlantTrainNameAssignmentClass

Example

“Train T456” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="PlantTrainNameAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/PlantTrainNameAssignmentClass"
      Format="string"
      Value="Train T456" />
    ...
  </GenericAttributes>
  ...
</MetaData>

ProcessCellIdentificationCode

Attribute (data)

The identification code of the related process cell according to ISA-95.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: ProcessCellIdentificationCodeAssignmentClass

Example

“PC123” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="ProcessCellIdentificationCodeAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/ProcessCellIdentificationCodeAssignmentClass"
      Format="string"
      Value="PC123" />
    ...
  </GenericAttributes>
  ...
</MetaData>

ProcessCellName

Attribute (data)

The name of the related process cell according to ISA-95.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: ProcessCellNameAssignmentClass

Example

“a process cell” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="ProcessCellNameAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/ProcessCellNameAssignmentClass"
      Format="string"
      Value="a process cell" />
    ...
  </GenericAttributes>
  ...
</MetaData>

ProcessPlantIdentificationCode

Attribute (data)

The identification code of the process plant.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: ProcessPlantIdentificationCodeAssignmentClass

Example

“ABC” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="ProcessPlantIdentificationCodeAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/ProcessPlantIdentificationCodeAssignmentClass"
      Format="string"
      Value="ABC" />
    ...
  </GenericAttributes>
  ...
</MetaData>

ProcessPlantName

Attribute (data)

The name of the process plant.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: ProcessPlantNameAssignmentClass

Example

“ABC Plant” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="ProcessPlantNameAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/ProcessPlantNameAssignmentClass"
      Format="string"
      Value="ABC Plant" />
    ...
  </GenericAttributes>
  ...
</MetaData>

ProjectName

Attribute (data)

The name of the related project.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: ProjectNameAssignmentClass

Example

“a project” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="ProjectNameAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/ProjectNameAssignmentClass"
      Format="string"
      Value="a project" />
    ...
  </GenericAttributes>
  ...
</MetaData>

ProjectNumber

Attribute (data)

The number of the related project.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: ProjectNumberAssignmentClass

Example

“P3.1415” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="ProjectNumberAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/ProjectNumberAssignmentClass"
      Format="string"
      Value="P3.1415" />
    ...
  </GenericAttributes>
  ...
</MetaData>

ProjectRangeNumber

Attribute (data)

The range number of the related project.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: ProjectRangeNumberAssignmentClass

Example

“PR321” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="ProjectRangeNumberAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/ProjectRangeNumberAssignmentClass"
      Format="string"
      Value="PR321" />
    ...
  </GenericAttributes>
  ...
</MetaData>

ReplacedDrawing

Attribute (data)

The drawing replaced by this drawing.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: ReplacedDrawingAssignmentClass

Example

“D321” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="ReplacedDrawingAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/ReplacedDrawingAssignmentClass"
      Format="string"
      Value="D321" />
    ...
  </GenericAttributes>
  ...
</MetaData>

ResponsibleDepartmentName

Attribute (data)

The name of the department responsible for the drawing.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: ResponsibleDepartmentNameAssignmentClass

Example

“R2-D2” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="ResponsibleDepartmentNameAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/ResponsibleDepartmentNameAssignmentClass"
      Format="string"
      Value="R2-D2" />
    ...
  </GenericAttributes>
  ...
</MetaData>

RevisionNumber

Attribute (data)

The revision number of the drawing.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: RevisionNumberAssignmentClass

Example

“R2.2” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="RevisionNumberAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/RevisionNumberAssignmentClass"
      Format="string"
      Value="R2.2" />
    ...
  </GenericAttributes>
  ...
</MetaData>

SheetFormat

Attribute (data)

The sheet format.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: SheetFormatAssignmentClass

Example

“DIN A3” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="SheetFormatAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/SheetFormatAssignmentClass"
      Format="string"
      Value="DIN A3" />
    ...
  </GenericAttributes>
  ...
</MetaData>

SheetNumber

Attribute (data)

The sheet number of the drawing.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: SheetNumberAssignmentClass

Example

“2a” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="SheetNumberAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/SheetNumberAssignmentClass"
      Format="string"
      Value="2a" />
    ...
  </GenericAttributes>
  ...
</MetaData>

SiteIdentificationCode

Attribute (data)

The identification code of the site.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: SiteIdentificationCodeAssignmentClass

Example

“DC” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="SiteIdentificationCodeAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/SiteIdentificationCodeAssignmentClass"
      Format="string"
      Value="DC" />
    ...
  </GenericAttributes>
  ...
</MetaData>

SiteName

Attribute (data)

The name of the site.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: SiteNameAssignmentClass

Example

“Dexpi City” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="SiteNameAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/SiteNameAssignmentClass"
      Format="string"
      Value="Dexpi City" />
    ...
  </GenericAttributes>
  ...
</MetaData>

SubProjectName

Attribute (data)

The name of the related sub-project.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: SubProjectNameAssignmentClass

Example

“a sub-project” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="SubProjectNameAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/SubProjectNameAssignmentClass"
      Format="string"
      Value="a sub-project" />
    ...
  </GenericAttributes>
  ...
</MetaData>

SubProjectNumber

Attribute (data)

The number of the related sub-project.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: SubProjectNumberAssignmentClass

Example

“P3.1415-SP2” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="SubProjectNumberAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/SubProjectNumberAssignmentClass"
      Format="string"
      Value="P3.1415-SP2" />
    ...
  </GenericAttributes>
  ...
</MetaData>

TotalNumberOfSheets

Attribute (data)

The total number of sheets.

Multiplicity: 0..1

Implementation in Proteus Schema

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

RDL reference: TOTAL NUMBER OF SHEETS

Name: TotalNumberOfSheets

Example

4 (Integer)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="TotalNumberOfSheets"
      AttributeURI="http://sandbox.dexpi.org/rdl/TotalNumberOfSheets"
      Format="integer"
      Value="4" />
    ...
  </GenericAttributes>
  ...
</MetaData>

UnitIdentificationCode

Attribute (data)

The identification code of the related unit according to ISA-95.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: UnitIdentificationCodeAssignmentClass

Example

“U-923-463” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="UnitIdentificationCodeAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/UnitIdentificationCodeAssignmentClass"
      Format="string"
      Value="U-923-463" />
    ...
  </GenericAttributes>
  ...
</MetaData>

UnitName

Attribute (data)

The name of the related unit according to ISA-95.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: UnitIsa95NameAssignmentClass

Example

“a unit” (String)

Implementation in Proteus Schema

<MetaData
    ID="metaData1"
    ComponentClass="MetaData"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MetaData" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="UnitIsa95NameAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/UnitIsa95NameAssignmentClass"
      Format="string"
      Value="a unit" />
    ...
  </GenericAttributes>
  ...
</MetaData>