Definition Type: Element
Name: Outlet
Namespace: http://www.landxml.org/schema/LandXML-1.1
Type: land:PointType3dReq
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
Identifies a drain point from the watershed with a space delimited "northing easting elevation" value. If it drains to another known watershed, then the name of that watershed is identified by the "refWs" attribute.
Collapse XSD Schema Diagram:
Drilldown into role in schema landxml-1_1_xsd Drilldown into timeStamp in schema landxml-1_1_xsd Drilldown into DTMAttribute in schema landxml-1_1_xsd Drilldown into pointGeometry in schema landxml-1_1_xsd Drilldown into pntRef in schema landxml-1_1_xsd Drilldown into state in schema landxml-1_1_xsd Drilldown into code in schema landxml-1_1_xsd Drilldown into desc in schema landxml-1_1_xsd Drilldown into name in schema landxml-1_1_xsd Drilldown into PointType3dReq in schema landxml-1_1_xsd Drilldown into refWS in schema landxml-1_1_xsdXSD Diagram of Outlet in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="Outlet">
    <xs:annotation>
        <xs:documentation>Identifies a drain point from the watershed with a space delimited "northing easting elevation" value.</xs:documentation>
        <xs:documentation>If it drains to another known watershed, then the name of that watershed is identified by the "refWs" attribute.</xs:documentation>
    </xs:annotation>
    <xs:complexType mixed="true">
        <xs:simpleContent>
            <xs:extension base="PointType3dReq">
                <xs:attribute name="refWS" type="waterShedNameRef" />
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
name land:name (Optional)
desc land:desc (Optional)
code land:code (Optional)
state land:state (Optional)
pntRef land:pntRef (Optional)
pointGeometry land:pointGeometry (Optional)
DTMAttribute land:DTMAttribute (Optional)
timeStamp land:timeStamp Optional
role land:role Optional
refWS land:refWS (Optional)
Collapse Derivation Tree: