simpleType "EMDPerformed"
Namespace:
Defined:
globally in eDispatch_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"2302001"
 - 
No
"2302003"
 - 
Yes, With Pre-Arrival Instructions
"2302005"
 - 
Yes, Without Pre-Arrival Instructions
"2302007"
 - 
Yes, Unknown if Pre-Arrival Instructions Given

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Indication of whether Emergency Medical Dispatch was performed for this EMS event.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  EMDPerformed
Derivation:
restriction of xs:string
Facets:
enumeration:
"2302001"
 - 
No
"2302003"
 - 
Yes, With Pre-Arrival Instructions
"2302005"
 - 
Yes, Without Pre-Arrival Instructions
"2302007"
 - 
Yes, Unknown if Pre-Arrival Instructions Given
XML Source (w/o annotations (5); see within schema source)
<xs:simpleType name="EMDPerformed">
<xs:restriction base="xs:string">
<xs:enumeration value="2302001"/>
<xs:enumeration value="2302003"/>
<xs:enumeration value="2302005"/>
<xs:enumeration value="2302007"/>
</xs:restriction>
</xs:simpleType>