em:ParksComponentCodeSimpleType
simpleType ParksComponentCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.1/
Definition
A data type for the Parks Components
Diagram
Enumerations
| Value | Definition | 
| AthleticFields | Athletic Fields | 
| Bleachers | Bleachers | 
| Buildings | Buildings | 
| Docks | Docks | 
| Lighting | Lighting | 
| Other | Other | 
| Parking | Parking | 
| Piers | Piers | 
| Playground | Playground | 
| Pools | Pools | 
XML Schema
<xs:simpleType name="ParksComponentCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the Parks Components</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="AthleticFields">
<xs:annotation>
<xs:documentation>
Athletic Fields</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Bleachers">
<xs:annotation>
<xs:documentation>
Bleachers</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Buildings">
<xs:annotation>
<xs:documentation>
Buildings</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Docks">
<xs:annotation>
<xs:documentation>
Docks</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Lighting">
<xs:annotation>
<xs:documentation>
Lighting</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:enumeration value="Piers">
<xs:annotation>
<xs:documentation>
Piers</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Playground">
<xs:annotation>
<xs:documentation>
Playground</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Pools">
<xs:annotation>
<xs:documentation>
Pools</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>