em:WaterStorageCodeSimpleType

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

Definition

A data type for the water storage types

Diagram

Enumerations

ValueDefinition
DistributionDistribution
StorageStorage

XML Schema

<xs:simpleType name="WaterStorageCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the water storage types
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Distribution">
<xs:annotation>
<xs:documentation>
Distribution
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Storage">
<xs:annotation>
<xs:documentation>
Storage
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>