Definition Type: Element
Name: PipeNetwork
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
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"
Collapse XSD Schema Diagram:
Drilldown into Feature in schema landxml-1_1_xsd Drilldown into Pipes in schema landxml-1_1_xsd Drilldown into Structs in schema landxml-1_1_xsd Drilldown into state in schema landxml-1_1_xsd Drilldown into oID in schema landxml-1_1_xsd Drilldown into desc in schema landxml-1_1_xsd Drilldown into alignmentRef in schema landxml-1_1_xsd Drilldown into pipeNetType in schema landxml-1_1_xsd Drilldown into name in schema landxml-1_1_xsdXSD Diagram of PipeNetwork in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="PipeNetwork">
    <xs:annotation>
        <xs:documentation>This element contains one "Structs" collection element and one "Pipes" collection element.</xs:documentation>
        <xs:documentation>keyRef is a Schema validation mechanism that ensures that the "structRef" and "pipeRef" attribute values have corresponding Pipe and Struct "name" values"</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="Structs" />
            <xs:element ref="Pipes" />
            <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attribute name="name" type="xs:string" use="required" />
        <xs:attribute name="pipeNetType" type="pipeNetworkType" use="required" />
        <xs:attribute name="alignmentRef" type="alignmentNameRef" />
        <xs:attribute name="desc" type="xs:string" />
        <xs:attribute name="oID" type="xs:string" />
        <xs:attribute name="state" type="stateType" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Structs land:Structs (1) (1)
Pipes land:Pipes (1) (1)
Feature land:Feature 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
name land:name Required
pipeNetType land:pipeNetType Required
alignmentRef land:alignmentRef (Optional)
desc land:desc (Optional)
oID land:oID (Optional)
state land:state (Optional)