em:ParkCategoryCodeSimpleType

simpleType ParkCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/5.0/

Definition

A data type for the Parks types

Diagram

Enumerations

ValueDefinition
AthleticAthletic
MarinaMarina
OtherOther
ParkPark

XML Schema

<xs:simpleType name="ParkCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the Parks types
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Athletic">
<xs:annotation>
<xs:documentation>
Athletic
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Marina">
<xs:annotation>
<xs:documentation>
Marina
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
Other
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Park">
<xs:annotation>
<xs:documentation>
Park
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>