Definition Type: Element
Name: Invert
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into refPipe in schema landxml-1_1_xsd Drilldown into flowDir in schema landxml-1_1_xsd Drilldown into elev in schema landxml-1_1_xsd Drilldown into desc in schema landxml-1_1_xsdXSD Diagram of Invert in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="Invert">
    <xs:annotation>
        <xs:documentation />
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="desc" type="xs:string" />
        <xs:attribute name="elev" type="xs:double" use="required" />
        <xs:attribute name="flowDir" type="inOut" use="required" />
        <xs:attribute name="refPipe" type="pipeNameRef" use="required" />
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
desc land:desc (Optional)
elev land:elev Required
flowDir land:flowDir Required
refPipe land:refPipe Required