land:Pipes
Element information
Namespace: http://www.landxml.org/schema/LandXML-1.1
Schema document: external/landxml/1.1/LandXML-1.1.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- land:Units [0..1] All angular and direction values default to radians unless otherwise noted. Angular values, expressed in the specified Units.angleUnit are measured counter-clockwise from east=0. Horizontal directions, expressed in the specified Units.directionUnit are measured counter-clockwise from 0 degrees = north
- land:Pipe [1..*] 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.
- land:Feature [0..*] Used to include additional information that is not explicitly defined by the LandXML schema, Feature may contain one or more Property, DocFileRef or nested Feature elements. NOTE: to allow any valid content, the explicit definitions for Property, DocFileRef and Feature have been commented out, but are still expected in common use.Each Property element defines one piece of data.
Attributes
None
Identity constraints
Type | Name | Selector | Field(s) |
---|---|---|---|
unique | uPipeName | Pipe | @name |
Used in
- Anonymous type of element land:PipeNetwork
Sample instance
<land:Pipes> <land:Units> <land:Metric areaUnit="hectare" linearUnit="millimeter" volumeUnit="cubicMeter" temperatureUnit="celsius" pressureUnit="HPA"/> </land:Units> <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> <land:Feature> <!--any element--> </land:Feature> </land:Pipes>