em:Cat-DCategoryCodeSimpleType
simpleType Cat-DCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type for the Water Control Facilities (Cat-D) types.
Diagram
Enumerations
Value | Definition |
DamsReservoirs | Dams and Reservoirs |
DrainageNav | Drainage Channels and Navigational Waterways |
IrrigationFacilities | Irrigation Facilities |
Levees | Levees |
Other | Other |
PumpingFacilities | Pumping Facilities |
RetentionDetention | Sediment/Debris Retention/Detension Basins |
ShorelineProtection | Coastal Shoreline Protection Devices |
XML Schema
<xs:simpleType name="Cat-DCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the Water Control Facilities (Cat-D) types.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="DamsReservoirs">
<xs:annotation>
<xs:documentation>
Dams and Reservoirs</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DrainageNav">
<xs:annotation>
<xs:documentation>
Drainage Channels and Navigational Waterways</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="IrrigationFacilities">
<xs:annotation>
<xs:documentation>
Irrigation Facilities</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Levees">
<xs:annotation>
<xs:documentation>
Levees</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
Other</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PumpingFacilities">
<xs:annotation>
<xs:documentation>
Pumping Facilities</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RetentionDetention">
<xs:annotation>
<xs:documentation>
Sediment/Debris Retention/Detension Basins</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ShorelineProtection">
<xs:annotation>
<xs:documentation>
Coastal Shoreline Protection Devices</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>