<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>
|