simpleType "CardiacArrest"
Namespace:
Defined:
globally in eArrest_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"3001001"
 - 
No
"3001003"
 - 
Yes, Prior to EMS Arrival
"3001005"
 - 
Yes, After EMS Arrival

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Indication of the presence of a cardiac arrest at any time.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  CardiacArrest
Derivation:
restriction of xs:string
Facets:
enumeration:
"3001001"
 - 
No
"3001003"
 - 
Yes, Prior to EMS Arrival
"3001005"
 - 
Yes, After EMS Arrival
XML Source (w/o annotations (4); see within schema source)
<xs:simpleType name="CardiacArrest">
<xs:restriction base="xs:string">
<xs:enumeration value="3001001"/>
<xs:enumeration value="3001003"/>
<xs:enumeration value="3001005"/>
</xs:restriction>
</xs:simpleType>