element -> <eScene.09>
eScene.09 Incident Location Type Yes Yes The kind of location where the incident happened E08_07 Required Airway Cardiac Arrest Pediatric Response STEMI Stroke Trauma Code list is represented in ICD-10-CM. Reference the NEMSIS Suggested Lists at: http://nemsis.org/v3/resources.html <br/><br/>ICD-10-CM <br/>Website - <a href="http://uts.nlm.nih.gov" target="_blank">http://uts.nlm.nih.gov</a> <br/>Product - UMLS Metathesaurus
Namespace:
Type:
Content:
simple, 1 attribute
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
locally within eScene complexType in eScene_v3.xsd; see XML source
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<eScene.09
    NV
 = 
("7701001" | "7701003")
    >
   
Content: 
{ xs:string }
</eScene.09>
Simple Content Detail:
Pattern:
Y92\.[0-9]{1,3}
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  IncidentLocationType (extension)
      complexType
Derivation:
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eScene.IncidentLocationType" name="eScene.09" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="IncidentLocationType">
<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; 1/1)
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>