element -> <eScene.18>
eScene.18 Incident State Yes Yes The state, territory, or province where the patient was found or to which the unit responded (or best approximation) E08_14 Required Airway Cardiac Arrest Pediatric Response STEMI Stroke Trauma Based on the ANSI State Code.<br/><br/>GNIS Codes Website: <a>http://geonames.usgs.gov/domestic/download_data.htm</a>
Namespace:
Type:
anonymous (extension of ANSIStateCode)
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.18
    NV
 = 
("7701001" | "7701003")
    >
   
Content: 
{ xs:string }
</eScene.18>
Simple Content Detail:
Pattern:
[0-9]{2}

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  ANSIStateCode (extension)
      complexType
Derivation:
extension of ANSIStateCode
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eScene.IncidentState" name="eScene.18" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ANSIStateCode">
<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>