simpleType "GlasgowComaScoreVerbal"
Namespace:
Defined:
globally in eVitals_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"1"
 - 
No verbal/vocal response (All Age Groups)
"2"
 - 
Incomprehensible sounds (>2 Years); Inconsolable, agitated
"3"
 - 
Inappropriate words (>2 Years); Inconsistently consolable, moaning
"4"
 - 
Confused (>2 Years); Cries but is consolable, inappropriate interactions
"5"
 - 
Oriented (>2 Years); Smiles, oriented to sounds, follows objects, interacts

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The patient's Glasgow Coma Score Verbal.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  GlasgowComaScoreVerbal
Derivation:
restriction of xs:string
Facets:
enumeration:
"1"
 - 
No verbal/vocal response (All Age Groups)
"2"
 - 
Incomprehensible sounds (>2 Years); Inconsolable, agitated
"3"
 - 
Inappropriate words (>2 Years); Inconsistently consolable, moaning
"4"
 - 
Confused (>2 Years); Cries but is consolable, inappropriate interactions
"5"
 - 
Oriented (>2 Years); Smiles, oriented to sounds, follows objects, interacts
XML Source (w/o annotations (6); see within schema source)
<xs:simpleType name="GlasgowComaScoreVerbal">
<xs:restriction base="xs:string">
<xs:enumeration value="1"/>
<xs:enumeration value="2"/>
<xs:enumeration value="3"/>
<xs:enumeration value="4"/>
<xs:enumeration value="5"/>
</xs:restriction>
<!--GlasgowComaScoreEyes-->
</xs:simpleType>