OperatedValveReference

Overview

Class

A reference to an OperatedValve.

Supertypes

Attributes (data)

Name

Multiplicity

Type

SubTagName

0..1

NullableString

Attributes (reference)

Name

Multiplicity

Type

Valve

0..1

OperatedValve

Implementation in Proteus Schema

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

Tag: <ActuatingSystemComponent>

ComponentClass: OperatedValveReference

Example

Implementation in Proteus Schema

<ActuatingSystemComponent
    ID="operatedValveReference1"
    ComponentClass="OperatedValveReference"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/OperatedValveReference" ...>
  ...
</ActuatingSystemComponent>

SubTagName

Attribute (data)

The sub tag name of the OperatedValveReference.

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

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

Valve

Attribute (reference)

The actual valve referenced by the OperatedValveReference.

Multiplicity: 0..1

Opposite multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented using Proteus <Association> elements.

Association type for the attribute ower: "refers to"

Opposite association type: "is referenced by"

Example

Implementation in Proteus Schema

<ActuatingSystemComponent
    ID="operatedValveReference1"
    ComponentClass="OperatedValveReference"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/OperatedValveReference" ...>
  ...
  <Association
    Type="refers to"
    ItemID="operatedValve1" />
  ...
<ActuatingSystemComponent />
...
<PipingComponent
    ID="operatedValve1"
    ComponentClass="OperatedValve"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS11141590" ...>
  ...
  <Association
    Type="is referenced by"
    ItemID="operatedValveReference1" />
  ...
<PipingComponent />