simpleType "GlasgowComaScoreMotor"
Namespace:
Defined:
globally in eVitals_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"1"
 - 
No Motor Response (All Age Groups)
"2"
 - 
Extension to pain (All Age Groups)
"3"
 - 
Flexion to pain (All Age Groups)
"4"
 - 
Withdrawal from pain (All Age Groups)
"5"
 - 
Localizing pain (All Age Groups)
"6"
 - 
Obeys commands (>2Years); Appropriate response to stimulation

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The patient's Glasgow Coma Score Motor.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  GlasgowComaScoreMotor
Derivation:
restriction of xs:string
Facets:
enumeration:
"1"
 - 
No Motor Response (All Age Groups)
"2"
 - 
Extension to pain (All Age Groups)
"3"
 - 
Flexion to pain (All Age Groups)
"4"
 - 
Withdrawal from pain (All Age Groups)
"5"
 - 
Localizing pain (All Age Groups)
"6"
 - 
Obeys commands (>2Years); Appropriate response to stimulation
XML Source (w/o annotations (7); see within schema source)
<xs:simpleType name="GlasgowComaScoreMotor">
<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:enumeration value="6"/>
</xs:restriction>
<!--ECGMethod-->
</xs:simpleType>