em:Cat-DPurposeCategoryCodeSimpleType
simpleType Cat-DPurposeCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type for the common purposes for water control facilities .
Diagram
Enumerations
Value | Definition |
Agricultural | Agricultural |
FloodControl | Flood Control |
Hydropower | Hydropower |
Navigation | Navigation |
Other | Other |
Recreation | Recreation |
WaterSupply | Water Supply |
XML Schema
<xs:simpleType name="Cat-DPurposeCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the common purposes for water control facilities .</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Agricultural">
<xs:annotation>
<xs:documentation>
Agricultural</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FloodControl">
<xs:annotation>
<xs:documentation>
Flood Control</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Hydropower">
<xs:annotation>
<xs:documentation>
Hydropower</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Navigation">
<xs:annotation>
<xs:documentation>
Navigation</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
Other</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Recreation">
<xs:annotation>
<xs:documentation>
Recreation</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="WaterSupply">
<xs:annotation>
<xs:documentation>
Water Supply</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>