PipingNode

Overview

Class

A possible connection point for a PipingConnection.

Supertypes

Attributes (data)

Name

Multiplicity

Type

NominalDiameterNumericalValueRepresentation

0..1

NullableString

NominalDiameterRepresentation

0..1

NullableString

NominalDiameterStandard

0..1

NominalDiameterStandardClassification

NominalDiameterTypeRepresentation

0..1

NullableString

Implementation in Proteus Schema

The class is implemented using the Proteus element <Node>. The value of the Proteus XML attribute Type must be "process".

See also the Proteus implementation of the Nodes attribute of PipingNodeOwner.

Example

Implementation in Proteus Schema

<Node
    ID="pipingNode1"
    Type="process">
  ...
</Node>

NominalDiameterNumericalValueRepresentation

Attribute (data)

A readable representation of the numerical value of the nominal diameter of the PipingNode, without any type or unit of measure.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Example

“25” (String)

Implementation in Proteus Schema

<Node
    ID="pipingNode1"
    Type="process">
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="NominalDiameterNumericalValueRepresentationAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/NominalDiameterNumericalValueRepresentationAssignmentClass"
      Format="string"
      Value="25" />
    ...
  </GenericAttributes>
  ...
</Node>

NominalDiameterRepresentation

Attribute (data)

A readable representation of the nominal diameter of the PipingNode. It normally contains a numerical value and a type or unit of measure.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: NominalDiameterRepresentationAssignmentClass

Example

“DN 25” (String)

Implementation in Proteus Schema

<Node
    ID="pipingNode1"
    Type="process">
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="NominalDiameterRepresentationAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/NominalDiameterRepresentationAssignmentClass"
      Format="string"
      Value="DN 25" />
    ...
  </GenericAttributes>
  ...
</Node>

NominalDiameterStandard

Attribute (data)

The nominal diameter of the PipingNode, given as a reference to a nominal diameter standard and value.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: NominalDiameterStandardSpecialization

Example

DN 25 (DIN 2448) (NominalDiameterStandardClassification::Din2448ObjectDn25)

Implementation in Proteus Schema

<Node
    ID="pipingNode1"
    Type="process">
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="NominalDiameterStandardSpecialization"
      AttributeURI="http://sandbox.dexpi.org/rdl/NominalDiameterStandardSpecialization"
      Format="anyURI"
      Value="Din2448ObjectDn25"
      ValueURI="http://sandbox.dexpi.org/rdl/Din2448ObjectDn25" />
    ...
  </GenericAttributes>
  ...
</Node>

NominalDiameterTypeRepresentation

Attribute (data)

A readable representation of the type or unit of measure of the nominal diameter of the PipingNode.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: NominalDiameterTypeRepresentationAssignmentClass

Example

“DN” (String)

Implementation in Proteus Schema

<Node
    ID="pipingNode1"
    Type="process">
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="NominalDiameterTypeRepresentationAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/NominalDiameterTypeRepresentationAssignmentClass"
      Format="string"
      Value="DN" />
    ...
  </GenericAttributes>
  ...
</Node>