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

ValueDefinition
ConcreteArchConcrete Arch
ConcreteButressConcrete Buttress
ConcreteGravityConcrete Gravity
EarthEmbankmentEarth Embankment
FacedRockConcrete Faced Rock Fill
FillEmbankmentEarth and Rock Fill Embankment
OtherOther

XML Schema

<xs:simpleType name="DamCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the types of Dam/Reservoir.
</xs:documentation>
</xs:annotation>
<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>