OperatedValveReference¶
Overview¶
Class
A reference to an OperatedValve.
Supertypes
Attributes (data)
Name |
Multiplicity |
Type |
---|---|---|
0..1 |
Attributes (reference)
Name |
Multiplicity |
Type |
---|---|---|
0..1 |
Implementation in Proteus Schema
The class is implemented as a Proteus XML element with RDL reference.
Tag: <ActuatingSystemComponent>
RDL reference: OPERATED VALVE REFERENCE
ComponentClass: OperatedValveReference
ComponentClassURI: http://sandbox.dexpi.org/rdl/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
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
<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.
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 />