element -> <eResponse.03>
eResponse.03 Incident Number Yes Yes The incident number assigned by the 911 Dispatch System E02_02 Required This number can be used to associate multiple EMS responses, dispatch information, and other information to the same EMS event or patient.
Namespace:
Type:
Content:
simple, 1 attribute
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:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<eResponse.03
    NV
 = 
("7701001" | "7701003")
    >
   
Content: 
{ xs:string }
</eResponse.03>
Simple Content Detail:
MaxLength:
50
MinLength:
3

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