em:DrainageNavigationShapeCodeSimpleType
simpleType DrainageNavigationShapeCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type for the common shape of drainage basins or navigable waterways
Diagram
Enumerations
Value | Definition |
Other | Other |
Rectangular | Rectangular |
Trapezoidal | Trapezoidal |
VDitch | V 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:restriction base="xs:token">
<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>