simpleType "GlasgowComaScoreEyes"
Namespace:
Defined:
globally in eVitals_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"1"
 - 
No eye movement when assessed (All Age Groups)
"2"
 - 
Opens Eyes to painful stimulation (All Age Groups)
"3"
 - 
Opens Eyes to verbal stimulation (All Age Groups)
"4"
 - 
Opens Eyes spontaneously (All Age Groups)

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The patient's Glasgow Coma Score Eye opening.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  GlasgowComaScoreEyes
Derivation:
restriction of xs:string
Facets:
enumeration:
"1"
 - 
No eye movement when assessed (All Age Groups)
"2"
 - 
Opens Eyes to painful stimulation (All Age Groups)
"3"
 - 
Opens Eyes to verbal stimulation (All Age Groups)
"4"
 - 
Opens Eyes spontaneously (All Age Groups)
XML Source (w/o annotations (5); see within schema source)
<xs:simpleType name="GlasgowComaScoreEyes">
<xs:restriction base="xs:string">
<xs:enumeration value="1"/>
<xs:enumeration value="2"/>
<xs:enumeration value="3"/>
<xs:enumeration value="4"/>
</xs:restriction>
<!--GlasgowComaScoreMotor-->
</xs:simpleType>