Schema Central > NIEM 2.0 > LandXML-1.1.xsd > land:Pipe
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

land:Pipe

Each Pipe within a Pipes collection element will have a unique  "name" attribute.
The pipe type is determined by the existance of one of the following elements: CircPipe, ElliPipe or RectPipe.
The "startRef and "endRef" attributes reference Struct "name" values.
The start and end invert elevations for the pipe are defined in the Invert elements of referenced structures.
Since a struct may have more than one Invert element, the Invert "pipeRef" attribute is used to select the correct invert element.

Element information

Type: Anonymous

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
name [1..1]xsd:string
refEnd [1..1]land:structNameRef
refStart [1..1]land:structNameRef
desc [0..1]xsd:string
length [0..1]xsd:double
oID [0..1]xsd:string
slope [0..1]xsd:double
state [0..1]land:stateType

Used in

Sample instance

<land:Pipe name="string" refEnd="string" refStart="string">
   <land:CircPipe diameter="1.0">
      <land:Feature>
         <!--any element-->
      </land:Feature>
   </land:CircPipe>
   <land:PipeFlow flowIn="1.0">
      <land:Feature>
         <!--any element-->
      </land:Feature>
   </land:PipeFlow>
   <land:Center>Any text, intermingled with:1.0 1.0</land:Center>
   <land:Feature>
      <!--any element-->
   </land:Feature>
</land:Pipe>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com