em:BeachComponentCodeSimpleType

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

Definition

A data type that specifies the common types of facilities eligible under Public Asssistence category C.

Diagram

Enumerations

ValueDefinition
BathHouseBath House
BeachBeach
BermsBerms
BoardwalkBoardwalk
ComfortStationComfort Station
DunesDunes
OtherOther
ParkingParking

XML Schema

<xs:simpleType name="BeachComponentCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type that specifies the common types of facilities eligible under Public Asssistence category C.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="BathHouse">
<xs:annotation>
<xs:documentation>
Bath House
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Beach">
<xs:annotation>
<xs:documentation>
Beach
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Berms">
<xs:annotation>
<xs:documentation>
Berms
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Boardwalk">
<xs:annotation>
<xs:documentation>
Boardwalk
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ComfortStation">
<xs:annotation>
<xs:documentation>
Comfort Station
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Dunes">
<xs:annotation>
<xs:documentation>
Dunes
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
Other
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Parking">
<xs:annotation>
<xs:documentation>
Parking
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>