land:PipeNetworks
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:PipeNetwork [1..*] 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"
- 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 |
---|---|---|---|---|
desc | [0..1] | xsd:string | ||
name | [0..1] | xsd:string | ||
state | [0..1] | land:stateType |
Identity constraints
Type | Name | Selector | Field(s) |
---|---|---|---|
unique | uPipeNetName | PipeNetwork | @name |
Used in
- Anonymous type of element land:LandXML
Sample instance
<land:PipeNetworks> <land:PipeNetwork name="string" pipeNetType="sanitary"> <land:Structs> <land:Units>... </land:Units> <land:Struct name="string">... </land:Struct> <land:Feature> <!--any element--> </land:Feature> </land:Structs> <land:Pipes> <land:Units>... </land:Units> <land:Pipe name="string" refEnd="string" refStart="string">... </land:Pipe> <land:Feature> <!--any element--> </land:Feature> </land:Pipes> <land:Feature> <!--any element--> </land:Feature> </land:PipeNetwork> <land:Feature> <!--any element--> </land:Feature> </land:PipeNetworks>