em:WaterTreatmentCategoryCodeSimpleType
simpleType WaterTreatmentCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.1/
Definition
A data type for water based collection and distribution types
Diagram
Enumerations
| Value | Definition | 
| WasteWaterCollection | Storm Water/Wastewater Collection and Distribution | 
| WasteWaterTreatment | Storm Water/Wastewater Treatment | 
| WaterCollection | Water Collection and Distribution | 
| WaterTreatment | Water Treatment | 
XML Schema
<xs:simpleType name="WaterTreatmentCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for water based collection and distribution types</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="WasteWaterCollection">
<xs:annotation>
<xs:documentation>
Storm Water/Wastewater Collection and Distribution</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="WasteWaterTreatment">
<xs:annotation>
<xs:documentation>
Storm Water/Wastewater Treatment</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="WaterCollection">
<xs:annotation>
<xs:documentation>
Water Collection and Distribution</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="WaterTreatment">
<xs:annotation>
<xs:documentation>
Water Treatment</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>