em:LeveeMaterialCodeSimpleType
simpleType LeveeMaterialCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type for the common materials used for levee construction.
Diagram
Enumerations
Value | Definition |
Asphault | Asphault |
CMP | CMP |
Concrete | Concrete |
EarthFill | Earth Fill |
Geotextiles | Geotextiles |
Gravel | Gravel |
Other | Other |
Riprap | Riprap |
RockFill | Rock Fill |
XML Schema
<xs:simpleType name="LeveeMaterialCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the common materials used for levee construction.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Asphault">
<xs:annotation>
<xs:documentation>
Asphault</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CMP">
<xs:annotation>
<xs:documentation>
CMP</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Concrete">
<xs:annotation>
<xs:documentation>
Concrete</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="EarthFill">
<xs:annotation>
<xs:documentation>
Earth Fill</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Geotextiles">
<xs:annotation>
<xs:documentation>
Geotextiles</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Gravel">
<xs:annotation>
<xs:documentation>
Gravel</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
Other</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Riprap">
<xs:annotation>
<xs:documentation>
Riprap</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RockFill">
<xs:annotation>
<xs:documentation>
Rock Fill</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>