em:SpillwayCategoryCodeSimpleType
simpleType SpillwayCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type for the common dam spillway types
Diagram
Enumerations
Value | Definition |
Chute | Chute |
Ogee | Ogee |
Other | Other |
Shaft | Shaft |
SideChannel | Side Channel |
Siphon | Siphon |
XML Schema
<xs:simpleType name="SpillwayCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the common dam spillway types</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Chute">
<xs:annotation>
<xs:documentation>
Chute</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Ogee">
<xs:annotation>
<xs:documentation>
Ogee</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
Other</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Shaft">
<xs:annotation>
<xs:documentation>
Shaft</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SideChannel">
<xs:annotation>
<xs:documentation>
Side Channel</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Siphon">
<xs:annotation>
<xs:documentation>
Siphon</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>