em:DrainageNavigationMaterialCodeSimpleType
simpleType DrainageNavigationMaterialCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.1/
Definition
A data type for the common types of material used to construct drainage basins or navigable waterways
Diagram
Enumerations
| Value | Definition | 
| Concrete | Concrete | 
| EarthFill | Earth Fill | 
| Geotextiles | Geotextiles | 
| Other | Other | 
| Riprap | Riprap | 
| RockFill | Rock Fill | 
XML Schema
<xs:simpleType name="DrainageNavigationMaterialCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the common types of material used to construct drainage basins or navigable waterways</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<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="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>