simpleType "EMSAgencyTimeZone"
Namespace:
Defined:
globally in dAgency_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"1027001"
 - 
All other time zones
"1027003"
 - 
GMT-04:00 Atlantic Time
"1027005"
 - 
GMT-05:00 Eastern Time
"1027007"
 - 
GMT-06:00 Central Time
"1027009"
 - 
GMT-07:00 Mountain Time
"1027011"
 - 
GMT-08:00 Pacific Time
"1027013"
 - 
GMT-09:00 Alaska
"1027015"
 - 
GMT-10:00 Hawaii
"1027017"
 - 
GMT-11:00 Midway Island, Samoa

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The time zone for the EMS Agency.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  EMSAgencyTimeZone
Derivation:
restriction of xs:string
Facets:
enumeration:
"1027001"
 - 
All other time zones
"1027003"
 - 
GMT-04:00 Atlantic Time
"1027005"
 - 
GMT-05:00 Eastern Time
"1027007"
 - 
GMT-06:00 Central Time
"1027009"
 - 
GMT-07:00 Mountain Time
"1027011"
 - 
GMT-08:00 Pacific Time
"1027013"
 - 
GMT-09:00 Alaska
"1027015"
 - 
GMT-10:00 Hawaii
"1027017"
 - 
GMT-11:00 Midway Island, Samoa
XML Source (w/o annotations (10); see within schema source)
<xs:simpleType name="EMSAgencyTimeZone">
<xs:restriction base="xs:string">
<xs:enumeration value="1027001"/>
<xs:enumeration value="1027003"/>
<xs:enumeration value="1027005"/>
<xs:enumeration value="1027007"/>
<xs:enumeration value="1027009"/>
<xs:enumeration value="1027011"/>
<xs:enumeration value="1027013"/>
<xs:enumeration value="1027015"/>
<xs:enumeration value="1027017"/>
</xs:restriction>
</xs:simpleType>