simpleType "AEDUse"
Namespace:
Defined:
globally in eArrest_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"3007001"
 - 
No
"3007003"
 - 
Yes, Applied without Defibrillation
"3007005"
 - 
Yes, With Defibrillation

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Documentation of AED use Prior to EMS Arrival
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  AEDUse
Derivation:
restriction of xs:string
Facets:
enumeration:
"3007001"
 - 
No
"3007003"
 - 
Yes, Applied without Defibrillation
"3007005"
 - 
Yes, With Defibrillation
XML Source (w/o annotations (4); see within schema source)
<xs:simpleType name="AEDUse">
<xs:restriction base="xs:string">
<xs:enumeration value="3007001"/>
<xs:enumeration value="3007003"/>
<xs:enumeration value="3007005"/>
</xs:restriction>
</xs:simpleType>