element Watershed
diagram LandXML-1.2Doc_p200.png
namespace http://www.landxml.org/schema/LandXML-1.2
properties
content complex
children PntList2D PntList3D Outlet Feature
used by
element Watersheds
attributes
Name  Type  Use  Default  Fixed  annotation
namexs:stringrequired      
areaxs:double      
descxs:string      
annotation
documentation
The watershed region contains a 2D north/east or 3D north/east/elev list of points that define the boundary.
documentation
A watershed is identified by the "name" attribute.
documentation
It may have 1 or more Outlet elements.
source <xs:element name="Watershed">
 
<xs:annotation>
   
<xs:documentation>The watershed region contains a 2D north/east or 3D north/east/elev list of points that define the boundary.</xs:documentation>
   
<xs:documentation>A watershed is identified by the "name" attribute.</xs:documentation>
   
<xs:documentation>It may have 1 or more Outlet elements.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:choice>
       
<xs:element ref="PntList2D"/>
       
<xs:element ref="PntList3D"/>
       
<!-- Here PntList2D represents 2D planametric coordinate pairs expressed as space delimited Northing Easting pairs. -->
     
</xs:choice>
     
<xs:element ref="Outlet" minOccurs="0" maxOccurs="unbounded"/>
     
<xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded"/>
   
</xs:sequence>
   
<xs:attribute name="name" type="xs:string" use="required"/>
   
<xs:attribute name="area" type="xs:double"/>
   
<xs:attribute name="desc" type="xs:string"/>
 
</xs:complexType>
</xs:element>

attribute Watershed/@name
type xs:string
properties
isRef 0
use required
source <xs:attribute name="name" type="xs:string" use="required"/>

attribute Watershed/@area
type xs:double
properties
isRef 0
source <xs:attribute name="area" type="xs:double"/>

attribute Watershed/@desc
type xs:string
properties
isRef 0
source <xs:attribute name="desc" type="xs:string"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy