em:DamCategoryCodeSimpleType
simpleType DamCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.1/
Definition
A data type for the types of Dam/Reservoir.
Diagram
Enumerations
| Value | Definition | 
| ConcreteArch | Concrete Arch | 
| ConcreteButress | Concrete Buttress | 
| ConcreteGravity | Concrete Gravity | 
| EarthEmbankment | Earth Embankment | 
| FacedRock | Concrete Faced Rock Fill | 
| FillEmbankment | Earth and Rock Fill Embankment | 
| Other | Other | 
XML Schema
<xs:simpleType name="DamCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the types of Dam/Reservoir.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="ConcreteArch">
<xs:annotation>
<xs:documentation>
Concrete Arch</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ConcreteButress">
<xs:annotation>
<xs:documentation>
Concrete Buttress</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ConcreteGravity">
<xs:annotation>
<xs:documentation>
Concrete Gravity</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="EarthEmbankment">
<xs:annotation>
<xs:documentation>
Earth Embankment</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FacedRock">
<xs:annotation>
<xs:documentation>
Concrete Faced Rock Fill</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FillEmbankment">
<xs:annotation>
<xs:documentation>
Earth and Rock Fill Embankment</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
Other</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>