land:PipeNetwork
This element contains one "Structs" collection element and one "Pipes" collection element.
keyRef is a Schema validation mechanism that ensures that the "structRef" and "pipeRef" attribute values have corresponding Pipe and Struct "name" values"
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:Structs [1..1]
- land:Pipes [1..1]
- 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
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
name | [1..1] | xsd:string | ||
pipeNetType | [1..1] | land:pipeNetworkType | ||
alignmentRef | [0..1] | land:alignmentNameRef | ||
desc | [0..1] | xsd:string | ||
oID | [0..1] | xsd:string | ||
state | [0..1] | land:stateType |
Used in
- Anonymous type of element land:PipeNetworks
Sample instance
<land:PipeNetwork name="string" pipeNetType="sanitary"> <land:Structs> <land:Units> <land:Metric areaUnit="hectare" linearUnit="millimeter" volumeUnit="cubicMeter" temperatureUnit="celsius" pressureUnit="HPA"/> </land:Units> <land:Struct name="string"> <land:Center>Any text, intermingled with:1.0 1.0</land:Center> <land:CircStruct diameter="1.0">... </land:CircStruct> <land:Invert elev="1.0" flowDir="in" refPipe="string"/> <land:StructFlow lossIn="1.0" lossOut="1.0">... </land:StructFlow> <land:Feature> <!--any element--> </land:Feature> </land:Struct> <land:Feature> <!--any element--> </land:Feature> </land:Structs> <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:CircPipe> <land:PipeFlow flowIn="1.0">... </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> <land:Feature> <!--any element--> </land:Feature> </land:PipeNetwork>