Definition Type: Element
Name: PipeFlow
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Feature in schema landxml-1_1_xsd Drilldown into velocityCritical in schema landxml-1_1_xsd Drilldown into timeInlet in schema landxml-1_1_xsd Drilldown into slopeCritical in schema landxml-1_1_xsd Drilldown into runoffCoeff in schema landxml-1_1_xsd Drilldown into intensity in schema landxml-1_1_xsd Drilldown into hglUp in schema landxml-1_1_xsd Drilldown into hglDown in schema landxml-1_1_xsd Drilldown into depthCritical in schema landxml-1_1_xsd Drilldown into desc in schema landxml-1_1_xsd Drilldown into areaCatchment in schema landxml-1_1_xsd Drilldown into flowIn in schema landxml-1_1_xsdXSD Diagram of PipeFlow in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="PipeFlow">
    <xs:annotation>
        <xs:documentation />
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attribute name="flowIn" type="xs:double" use="required" />
        <xs:attribute name="areaCatchment" type="xs:double" />
        <xs:attribute name="desc" type="xs:string" />
        <xs:attribute name="depthCritical" type="xs:double" />
        <xs:attribute name="hglDown" type="xs:double" />
        <xs:attribute name="hglUp" type="xs:double" />
        <xs:attribute name="intensity" type="xs:double" />
        <xs:attribute name="runoffCoeff" type="xs:double" />
        <xs:attribute name="slopeCritical" type="xs:double" />
        <xs:attribute name="timeInlet" type="xs:double" />
        <xs:attribute name="velocityCritical" type="xs:double" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Feature land:Feature 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
flowIn land:flowIn Required
areaCatchment land:areaCatchment (Optional)
desc land:desc (Optional)
depthCritical land:depthCritical (Optional)
hglDown land:hglDown (Optional)
hglUp land:hglUp (Optional)
intensity land:intensity (Optional)
runoffCoeff land:runoffCoeff (Optional)
slopeCritical land:slopeCritical (Optional)
timeInlet land:timeInlet (Optional)
velocityCritical land:velocityCritical (Optional)