em:DrainageNavigationShapeCodeSimpleType

simpleType DrainageNavigationShapeCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/5.0/

Definition

A data type for the common shape of drainage basins or navigable waterways

Diagram

Enumerations

ValueDefinition
OtherOther
RectangularRectangular
TrapezoidalTrapezoidal
VDitchV Ditch

XML Schema

<xs:simpleType name="DrainageNavigationShapeCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the common shape of drainage basins or navigable waterways
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
Other
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Rectangular">
<xs:annotation>
<xs:documentation>
Rectangular
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Trapezoidal">
<xs:annotation>
<xs:documentation>
Trapezoidal
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VDitch">
<xs:annotation>
<xs:documentation>
V Ditch
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>