PrimaryElement

Overview

Class

An artefact that converts the input variable into a signal suitable for measurement.

Supertypes

Subtypes

Attributes (data)

Name

Multiplicity

Type

SubTagName

0..1

NullableString

Implementation in Proteus Schema

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

Tag: <ProcessSignalGeneratingSystemComponent>

RDL reference: PRIMARY ELEMENT

ComponentClass: PrimaryElement

Example

Implementation in Proteus Schema

<ProcessSignalGeneratingSystemComponent
    ID="primaryElement1"
    ComponentClass="PrimaryElement"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/PrimaryElement" ...>
  ...
</ProcessSignalGeneratingSystemComponent>

SubTagName

Attribute (data)

The sub tag name of the PrimaryElement.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: SubTagNameAssignmentClass

Example

“ST1” (String)

Implementation in Proteus Schema

<ProcessSignalGeneratingSystemComponent
    ID="primaryElement1"
    ComponentClass="PrimaryElement"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/PrimaryElement" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="SubTagNameAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/SubTagNameAssignmentClass"
      Format="string"
      Value="ST1" />
    ...
  </GenericAttributes>
  ...
</ProcessSignalGeneratingSystemComponent>