Pipe

Overview

Class

An elementary piece of piping, i.e., not interrupted by any item.

Supertypes

Implementation in Proteus Schema

A Pipe is implemented as a <CenterLine> element within a <PipingNetworkSegment> element.

The SourceItem, SourceNode, TargetItem, and TargetNode attributes inherited from PipingConnection are not directly implemented in Proteus Schema. They are rather given implicitly by the order of <CenterLine> and other elements in the <PipingNetworkSegment>. For details, see the Proteus Schema specification.

Example

Implementation in Proteus Schema

<PipingNetworkSegment
    ID="pipingNetworkSegment1"
    ComponentClass="PipingNetworkSegment"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS267704">
  ...
  <!--
    Only  a <CenterLine> whose parent is a <PipingNetworkSegment>
    implements a DEXPI Pipe.
  -->
  <CenterLine ...>
    ...
  </CenterLine>
  ...
</PipingNetworkSegment>