em:SpillwayCategoryCodeSimpleType

simpleType SpillwayCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.0/

Definition

A data type for the common dam spillway types

Diagram

Enumerations

ValueDefinition
ChuteChute
OgeeOgee
OtherOther
ShaftShaft
SideChannelSide Channel
SiphonSiphon

XML Schema

<xs:simpleType name="SpillwayCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the common dam spillway types
</xs:documentation>
</xs:annotation>
<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>