MetaData¶
Overview¶
Class
A container for meta data about a DexpiModel.
Supertypes
Attributes (data)
Name |
Multiplicity |
Type |
---|---|---|
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
Implementation in Proteus Schema
The class is implemented as a Proteus XML element with RDL reference.
Tag: <MetaData>
RDL reference: META DATA
ComponentClass: MetaData
ComponentClassURI: http://sandbox.dexpi.org/rdl/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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: APPROVAL DATE REPRESENTATION ASSIGNMENT CLASS
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
Type: MultiLanguageString
Implementation in Proteus Schema
The attribute is implemented as a set of DEXPI generic attributes for multi-language string values.
RDL reference: APPROVAL DESCRIPTION ASSIGNMENT CLASS
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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: APPROVER NAME ASSIGNMENT CLASS
Name: ApproverNameAssignmentClass
AttributeURI: http://sandbox.dexpi.org/rdl/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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: ARCHIVE NUMBER ASSIGNMENT CLASS
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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: BLOCK NAME ASSIGNMENT CLASS
Name: BlockNameAssignmentClass
AttributeURI: http://sandbox.dexpi.org/rdl/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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: BLOCK NUMBER ASSIGNMENT CLASS
Name: BlockNumberAssignmentClass
AttributeURI: http://sandbox.dexpi.org/rdl/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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: CHECKER NAME ASSIGNMENT CLASS
Name: CheckerNameAssignmentClass
AttributeURI: http://sandbox.dexpi.org/rdl/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.
RDL reference: CONFIDENTIALITY SPECIALIZATION
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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: CREATION DATE REPRESENTATION ASSIGNMENT CLASS
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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: CREATOR NAME ASSIGNMENT CLASS
Name: CreatorNameAssignmentClass
AttributeURI: http://sandbox.dexpi.org/rdl/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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: DESIGNER NAME ASSIGNMENT CLASS
Name: DesignerNameAssignmentClass
AttributeURI: http://sandbox.dexpi.org/rdl/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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: DRAFTER NAME ASSIGNMENT CLASS
Name: DrafterNameAssignmentClass
AttributeURI: http://sandbox.dexpi.org/rdl/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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: DRAWING NAME ASSIGNMENT CLASS
Name: DrawingNameAssignmentClass
AttributeURI: http://data.posccaesar.org/rdl/RDS2102503531
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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: DRAWING NUMBER ASSIGNMENT CLASS
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
Type: MultiLanguageString
Implementation in Proteus Schema
The attribute is implemented as a set of DEXPI generic attributes for multi-language string values.
RDL reference: DRAWING SUB TITLE ASSIGNMENT CLASS
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&I" />
...
</GenericAttributes>
...
</MetaData>
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
<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
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
<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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: FILE NAME ASSIGNMENT CLASS
Name: FileNameAssignmentClass
AttributeURI: http://sandbox.dexpi.org/rdl/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
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
<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
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
<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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: LAST MODIFICATION DATE REPRESENTATION ASSIGNMENT CLASS
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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: LOCATION NAME ASSIGNMENT CLASS
Name: LocationNameAssignmentClass
AttributeURI: http://sandbox.dexpi.org/rdl/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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: PLANT AREA IDENTIFICATION CODE ASSIGNMENT CLASS
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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: AREA ISA95 NAME ASSIGNMENT CLASS
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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: PLANT SECTION IDENTIFICATION CODE ASSIGNMENT CLASS
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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: PLANT SECTION NAME ASSIGNMENT CLASS
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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: PLANT SYSTEM IDENTIFICATION CODE ASSIGNMENT CLASS
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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: PLANT SYSTEM NAME ASSIGNMENT CLASS
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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: PLANT TRAIN IDENTIFICATION CODE ASSIGNMENT CLASS
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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: PLANT TRAIN NAME ASSIGNMENT CLASS
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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: PROCESS CELL IDENTIFICATION CODE ASSIGNMENT CLASS
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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: PROCESS CELL NAME ASSIGNMENT CLASS
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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: PROCESS PLANT IDENTIFICATION CODE ASSIGNMENT CLASS
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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: PROCESS PLANT NAME ASSIGNMENT CLASS
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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: PROJECT NAME ASSIGNMENT CLASS
Name: ProjectNameAssignmentClass
AttributeURI: http://sandbox.dexpi.org/rdl/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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: PROJECT NUMBER ASSIGNMENT CLASS
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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: PROJECT RANGE NUMBER ASSIGNMENT CLASS
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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: REPLACED DRAWING ASSIGNMENT CLASS
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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: RESPONSIBLE DEPARTMENT NAME ASSIGNMENT CLASS
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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: REVISION NUMBER ASSIGNMENT CLASS
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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: SHEET FORMAT ASSIGNMENT CLASS
Name: SheetFormatAssignmentClass
AttributeURI: http://sandbox.dexpi.org/rdl/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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: SHEET NUMBER ASSIGNMENT CLASS
Name: SheetNumberAssignmentClass
AttributeURI: http://sandbox.dexpi.org/rdl/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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: SITE IDENTIFICATION CODE ASSIGNMENT CLASS
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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: SITE NAME ASSIGNMENT CLASS
Name: SiteNameAssignmentClass
AttributeURI: http://sandbox.dexpi.org/rdl/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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: SUB PROJECT NAME ASSIGNMENT CLASS
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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: SUB PROJECT NUMBER ASSIGNMENT CLASS
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
Type: NullableInteger
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for integer values.
RDL reference: TOTAL NUMBER OF SHEETS
Name: TotalNumberOfSheets
AttributeURI: http://sandbox.dexpi.org/rdl/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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: UNIT IDENTIFICATION CODE ASSIGNMENT CLASS
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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: UNIT ISA95 NAME ASSIGNMENT CLASS
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>