Definition Type: Element
Name: StructFlow
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 widthGutter in schema landxml-1_1_xsd Drilldown into slopeGutter in schema landxml-1_1_xsd Drilldown into slopeSurf in schema landxml-1_1_xsd Drilldown into localDepression in schema landxml-1_1_xsd Drilldown into hglOut in schema landxml-1_1_xsd Drilldown into hglIn in schema landxml-1_1_xsd Drilldown into desc in schema landxml-1_1_xsd Drilldown into lossOut in schema landxml-1_1_xsd Drilldown into lossIn in schema landxml-1_1_xsdXSD Diagram of StructFlow in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="StructFlow">
    <xs:annotation>
        <xs:documentation />
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attribute name="lossIn" type="xs:double" use="required" />
        <xs:attribute name="lossOut" type="xs:double" use="required" />
        <xs:attribute name="desc" type="xs:string" />
        <xs:attribute name="hglIn" type="xs:double" />
        <xs:attribute name="hglOut" type="xs:double" />
        <xs:attribute name="localDepression" type="xs:double" />
        <xs:attribute name="slopeSurf" type="xs:double" />
        <xs:attribute name="slopeGutter" type="xs:double" />
        <xs:attribute name="widthGutter" 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
lossIn land:lossIn Required
lossOut land:lossOut Required
desc land:desc (Optional)
hglIn land:hglIn (Optional)
hglOut land:hglOut (Optional)
localDepression land:localDepression (Optional)
slopeSurf land:slopeSurf (Optional)
slopeGutter land:slopeGutter (Optional)
widthGutter land:widthGutter (Optional)