MeasuringElement¶
Overview¶
Class
An artefact used for the measurement of a Property.
Supertypes
Subtypes
Attributes (data)
Name |
Multiplicity |
Type |
---|---|---|
0..1 |
Implementation in Proteus Schema
The class is implemented as a Proteus XML element with RDL reference.
Tag: <MeasuringSystemComponent>
RDL reference: MEASURING ELEMENT
ComponentClass: MeasuringElement
ComponentClassURI: http://sandbox.dexpi.org/rdl/MeasuringElement
Example
Implementation in Proteus Schema
<MeasuringSystemComponent
ID="measuringElement1"
ComponentClass="MeasuringElement"
ComponentClassURI="http://sandbox.dexpi.org/rdl/MeasuringElement" ...>
...
</MeasuringSystemComponent>
SubTagName¶
Attribute (data)
The sub tag name of the MeasuringElement.
Multiplicity: 0..1
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: SUB TAG NAME ASSIGNMENT CLASS
Name: SubTagNameAssignmentClass
AttributeURI: http://sandbox.dexpi.org/rdl/SubTagNameAssignmentClass
Example
“ST1” (String)
Implementation in Proteus Schema
<MeasuringSystemComponent
ID="measuringElement1"
ComponentClass="MeasuringElement"
ComponentClassURI="http://sandbox.dexpi.org/rdl/MeasuringElement" ...>
...
<GenericAttributes Set="DexpiAttributes" ...>
<GenericAttribute
Name="SubTagNameAssignmentClass"
AttributeURI="http://sandbox.dexpi.org/rdl/SubTagNameAssignmentClass"
Format="string"
Value="ST1" />
...
</GenericAttributes>
...
</MeasuringSystemComponent>