simpleType "EMDtoAgencyServiceArea"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"1213001"
 - 
No
"1213003"
 - 
Yes, 100% of the EMS Agency's Service Area
"1213005"
 - 
Yes, Less than 100% of the EMS Agency's Service Area

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Indication as to whether Emergency Medical Dispatch is provided to the EMS Agency's Service Area.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  EMDtoAgencyServiceArea
Derivation:
restriction of xs:string
Facets:
enumeration:
"1213001"
 - 
No
"1213003"
 - 
Yes, 100% of the EMS Agency's Service Area
"1213005"
 - 
Yes, Less than 100% of the EMS Agency's Service Area
XML Source (w/o annotations (4); see within schema source)
<xs:simpleType name="EMDtoAgencyServiceArea">
<xs:restriction base="xs:string">
<xs:enumeration value="1213001"/>
<xs:enumeration value="1213003"/>
<xs:enumeration value="1213005"/>
</xs:restriction>
</xs:simpleType>