element -> <eCad.AgencyGroup>
Group Tag to hold EMS agency number and name
Namespace:
Type:
anonymous complexType
Content:
complex, 2 elements
Defined:
locally within eCAD complexType in eCAD_v3.xsd; see XML source
Includes:
definitions of 2 elements
Content Model Diagram
XML Representation Summary
<eCad.AgencyGroup>
   
Content: 
eCad.07?, eCad.08?
</eCad.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="eCad.eResponse.AgencyGroup" minOccurs="0" name="eCad.AgencyGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="eCad.eResponse.EMSAgencyNumber" minOccurs="0" name="eCad.07" type="EMSAgencyNumber"/>
<xs:element id="eCad.eResponse.EMSAgencyName" minOccurs="0" name="eCad.08">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="EMSAgencyName"/>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined in this component only; 2/2)
eCad.07
Type:
EMSAgencyNumber, simple content
eCad.07 eResponse.01 EMS Agency Number No No The state-assigned provider number of the responding agency E02_01 Optional 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="eCad.eResponse.EMSAgencyNumber" minOccurs="0" name="eCad.07" type="EMSAgencyNumber"/>

eCad.08
Type:
anonymous (extension of EMSAgencyName), simple content
eCad.08 eResponse.02 EMS Agency Name No No EMS Agency Name Optional 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="eCad.eResponse.EMSAgencyName" minOccurs="0" name="eCad.08">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="EMSAgencyName"/>
</xs:simpleContent>
</xs:complexType>
</xs:element>