em:ParkCategoryCodeSimpleType
simpleType ParkCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type for the Parks types
Diagram
Enumerations
Value | Definition |
Athletic | Athletic |
Marina | Marina |
Other | Other |
Park | Park |
XML Schema
<xs:simpleType name="ParkCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the Parks types</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<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>