element -> <eResponse.AgencyGroup>
Group Tag to hold EMS agency number and name
Namespace:
Type:
anonymous complexType
Content:
complex, 2 elements
Defined:
locally within eResponse complexType in eResponse_v3.xsd; see XML source
Includes:
definitions of 2 elements
Content Model Diagram
XML Representation Summary
<eResponse.AgencyGroup>
   
Content: 
eResponse.01, eResponse.02?
</eResponse.AgencyGroup>
Content model elements (2):
Included in content model of elements (1):
XML Source (w/o annotations (3); see within schema source)
<xs:element id="eResponse.AgencyGroup" name="eResponse.AgencyGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="eResponse.EMSAgencyNumber" name="eResponse.01" type="EMSAgencyNumber"/>
<xs:element id="eResponse.EMSAgencyName" minOccurs="0" name="eResponse.02" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="EMSAgencyName">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined in this component only; 2/2)
eResponse.01
Type:
EMSAgencyNumber, simple content
eResponse.01 EMS Agency Number Yes Yes The state-assigned provider number of the responding agency E02_01 Mandatory Airway Cardiac Arrest Pediatric Response STEMI Stroke Trauma The EMS Agency Number in eResponse.01 can auto-populate from dAgency.02 EMS Agency Number in the demographic section.
Simple Content
xs:string
maxLength:
15
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eResponse.EMSAgencyNumber" name="eResponse.01" type="EMSAgencyNumber"/>

eResponse.02
Type:
anonymous (extension of EMSAgencyName), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
eResponse.02 EMS Agency Name No Yes EMS Agency Name Recommended Added to better identify the EMS Agency associated with the EMS event.
Simple Content
xs:string
maxLength:
100
minLength:
2
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eResponse.EMSAgencyName" minOccurs="0" name="eResponse.02" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="EMSAgencyName">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>