land:Watersheds
The collection of watershed regions for the surface.
Element information
Namespace: http://www.landxml.org/schema/LandXML-1.1
Schema document: external/landxml/1.1/LandXML-1.1.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- land:Watershed [1..*] The watershed region contains a 2D north/east or 3D north/east/elev list of points that define the boundary.A watershed is identified by the "name" attribute.It may have 1 or more Outlet elements.
- land:Feature [0..*] Used to include additional information that is not explicitly defined by the LandXML schema, Feature may contain one or more Property, DocFileRef or nested Feature elements. NOTE: to allow any valid content, the explicit definitions for Property, DocFileRef and Feature have been commented out, but are still expected in common use.Each Property element defines one piece of data.
Attributes
None
Used in
- Anonymous type of element land:Surface
Sample instance
<land:Watersheds> <land:Watershed name="string"> <land:PntList2D>1.0 1.0</land:PntList2D> <land:Outlet>Any text, intermingled with:1.0 1.0</land:Outlet> <land:Feature> <!--any element--> </land:Feature> </land:Watershed> <land:Feature> <!--any element--> </land:Feature> </land:Watersheds>