element -> <eAirway.01>
eAirway.01 Indications for Invasive Airway No Yes The clinical indication for performing invasive airway management. Recommended Airway Added to better document airway management.
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
<eAirway.01
    NV
 = 
("7701001" | "7701003" | "7701005")
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ enumeration of xs:string }
</eAirway.01>
Simple Content Detail:
Enumeration:
"4001001"
 - 
Adequate Airway Reflexes/Effort, Potential for Compromise
"4001003"
 - 
Airway Reflex Compromised
"4001005"
 - 
Apnea or Agonal Respirations
"4001007"
 - 
Illness Involving Airway
"4001009"
 - 
Injury Involving Airway
"4001011"
 - 
Other
"4001013"
 - 
Ventilatory Effort Compromised

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  AirwayIndications (extension)
      complexType
Derivation:
extension of AirwayIndications
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eAirway.IndicationsforInvasiveAirway" maxOccurs="unbounded" minOccurs="0" name="eAirway.01" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="AirwayIndications">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 2/2)
CorrelationID
Type:
Use:
optional
Attribute Value
xs:string
MaxLength:
255
MinLength:
0
XML Source (see within schema source)
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>

NV
Type:
Use:
optional
Attribute Value
"7701001" | "7701003" | "7701005"
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:simpleType>
</xs:attribute>