element -> <dAgencyGroup>
Namespace:
Type:
anonymous complexType
Content:
complex, 3 elements
Defined:
Includes:
definitions of 3 elements
Content Model Diagram
XML Representation Summary
<dAgencyGroup>
   
Content: 
dAgency.01?, dAgency.02?, dAgency.03?
</dAgencyGroup>
Content model elements (3):
Included in content model of elements (1):
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="dAgencyGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="dAgency.EMSAgencyUniqueStateID" minOccurs="0" name="dAgency.01" type="EMSAgencyStateID"/>
<xs:element id="dAgency.EMSAgencyNumber" minOccurs="0" name="dAgency.02">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="EMSAgencyNumber"/>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="dAgency.EMSAgencyName" minOccurs="0" name="dAgency.03" 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; 3/3)
dAgency.01
Type:
EMSAgencyStateID, simple content
dAgency.01 EMS Agency Unique State ID Yes Yes The unique ID assigned to the EMS Agency which is associated with all state licensure numbers and information. Mandatory Airway Cardiac Arrest Pediatric Response STEMI Stroke Trauma This may be the EMS Agency Name or a unique number assigned by the state EMS office. This is required to document multiple license types and numbers associated with the same EMS Agency.
Simple Content
xs:string
maxLength:
50
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dAgency.EMSAgencyUniqueStateID" minOccurs="0" name="dAgency.01" type="EMSAgencyStateID"/>

dAgency.02
Type:
anonymous (extension of EMSAgencyNumber), simple content
dAgency.02 EMS Agency Number Yes Yes The state-assigned provider number of the responding agency D01_01 Mandatory Airway Cardiac Arrest Pediatric Response STEMI Stroke Trauma This is the primary identifier for the entire Demographic Section. Each of the Demographic sections must be associated with an EMS Agency Number. An EMS Agency can have more than one Agency Number within a state. This reflects the ability for an EMS Agency to have a different number for each service type or location (based on state implementation). The EMS Agency Number in dAgency.02 can be used to auto-populate eResponse.01 EMS Agency Number in the EMS Event section.
Simple Content
xs:string
maxLength:
15
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dAgency.EMSAgencyNumber" minOccurs="0" name="dAgency.02">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="EMSAgencyNumber"/>
</xs:simpleContent>
</xs:complexType>
</xs:element>

dAgency.03
Type:
anonymous (extension of EMSAgencyName), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
dAgency.03 EMS Agency Name No Yes The formal name of the agency. D01_02 Recommended Airway Cardiac Arrest Pediatric Response STEMI Stroke Trauma
Simple Content
xs:string
maxLength:
100
minLength:
2
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dAgency.EMSAgencyName" minOccurs="0" name="dAgency.03" 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>