element -> <eResponse.24>
eResponse.24 Additional Response Mode Descriptors Yes Yes The documentation of response mode techniques used for this EMS response. Required Airway Cardiac Arrest Pediatric Response STEMI Stroke Trauma Descriptors have been added to better describe the EMS Response. This includes information on whether the EMS event was schedule or unscheduled.
Namespace:
Type:
Content:
simple, 2 attributes
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
locally within eResponse complexType in eResponse_v3.xsd; see XML source
Includes:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<eResponse.24
    NV
 = 
("7701001" | "7701003")
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ enumeration of xs:string }
</eResponse.24>
Simple Content Detail:
Enumeration:
"2224001"
 - 
Intersection Navigation-Against Normal Light Patterns
"2224003"
 - 
Intersection Navigation-With Automated Light Changing Technology
"2224005"
 - 
Intersection Navigation-With Normal Light Patterns
"2224007"
 - 
Scheduled
"2224009"
 - 
Speed-Enhanced per Local Policy
"2224011"
 - 
Speed-Normal Traffic
"2224013"
 - 
Unscheduled
"2224015"
 - 
Lights and Sirens
"2224017"
 - 
Lights and No Sirens
"2224019"
 - 
No Lights or Sirens
"2224021"
 - 
Initial No Lights or Sirens, Upgraded to Lights and Sirens
"2224023"
 - 
Initial Lights and Sirens, Downgraded to No Lights or Sirens
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
      complexType
Derivation:
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eResponse.AdditionalResponseModeDescriptors" maxOccurs="unbounded" name="eResponse.24" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="EMSAdditionalResponseMode">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</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"
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>