element -> <eVitals.19>
eVitals.19 Glasgow Coma Score-Eye Yes Yes The patient's Glasgow Coma Score Eye opening. E14_15 Required Airway Cardiac Arrest Pediatric STEMI Stroke Trauma Definitions now based on the National Trauma Data Standard (NTDS). Yes
Namespace:
Type:
Content:
simple, 2 attributes
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
Includes:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<eVitals.19
    PN
 = 
("8801019" | "8801023")
    NV
 = 
("7701001" | "7701003")
    >
   
Content: 
{ enumeration of xs:string }
</eVitals.19>
Simple Content Detail:
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)

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  GlasgowComaScoreEyes (extension)
      complexType
Derivation:
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eVitals.GlasgowComaScoreEye" name="eVitals.19" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="GlasgowComaScoreEyes">
<xs:attribute name="PN" use="optional">
<xs:simpleType>
<xs:union memberTypes="PN.Refused PN.UnableToComplete"/>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 2/2)
NV
Type:
Use:
optional
Attribute Value
"7701001" | "7701003"
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>

PN
Type:
Use:
optional
Attribute Value
"8801019" | "8801023"
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="PN" use="optional">
<xs:simpleType>
<xs:union memberTypes="PN.Refused PN.UnableToComplete"/>
</xs:simpleType>
</xs:attribute>