element -> <eScene.ResponderGroup>
Group Tag to hold info from all responders to the scene.
Namespace:
Type:
anonymous complexType
Content:
complex, 1 attribute, 3 elements
Defined:
locally within eScene complexType in eScene_v3.xsd; see XML source
Includes:
definitions of 1 attribute, 3 elements
Content Model Diagram
XML Representation Summary
<eScene.ResponderGroup
    CorrelationID
 = 
xs:string
    >
   
Content: 
eScene.02?, eScene.03?, eScene.04?
</eScene.ResponderGroup>
Content model elements (3):
Included in content model of elements (1):
XML Source (w/o annotations (4); see within schema source)
<xs:element id="eScene.ResponderGroup" maxOccurs="unbounded" minOccurs="0" name="eScene.ResponderGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="eScene.OtherEMSorPublicSafetyAgenciesatScene" minOccurs="0" name="eScene.02" type="OtherEMSAgenciesAtScene"/>
<xs:element id="eScene.OtherPublicSafetyorEMSAgencyIDNumber" minOccurs="0" name="eScene.03" type="EMSAgencyID"/>
<xs:element id="eScene.TypeofOtherServiceatScene" minOccurs="0" name="eScene.04" type="OtherServicesAtScene"/>
</xs:sequence>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
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"/>
Content Element Detail (all declarations; defined in this component only; 3/3)
eScene.02
Type:
OtherEMSAgenciesAtScene, simple content
eScene.02 Other EMS or Public Safety Agencies at Scene No No Other EMS agency names that were at the scene, if any E08_01 Optional
Simple Content
xs:string
maxLength:
100
minLength:
2
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eScene.OtherEMSorPublicSafetyAgenciesatScene" minOccurs="0" name="eScene.02" type="OtherEMSAgenciesAtScene"/>

eScene.03
Type:
EMSAgencyID, simple content
eScene.03 Other EMS or Public Safety Agency ID Number No No The ID number for the EMS Agency or Other Public Safety listed in eScene.02 Optional The ID should be the state ID (license number) for the EMS agency or ID number for the law enforcement. This may be an ID assigned by the state or created by the EMS agency.
Simple Content
xs:string
maxLength:
25
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eScene.OtherPublicSafetyorEMSAgencyIDNumber" minOccurs="0" name="eScene.03" type="EMSAgencyID"/>

eScene.04
Type:
OtherServicesAtScene, simple content
eScene.04 Type of Other Service at Scene No No The type of public safety or EMS service associated with Other Agencies on Scene E08_02 Optional Associated with each Other Service in eScene.02
Simple Content
enumeration of xs:string
Enumeration:
"2704001"
 - 
EMS Mutual Aid
"2704003"
 - 
Fire
"2704005"
 - 
First Responder
"2704007"
 - 
Hazmat
"2704009"
 - 
Law
"2704011"
 - 
Other
"2704013"
 - 
Other EMS Agency
"2704015"
 - 
Other Health Care Provider
"2704017"
 - 
Rescue
"2704019"
 - 
Utilities
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eScene.TypeofOtherServiceatScene" minOccurs="0" name="eScene.04" type="OtherServicesAtScene"/>