element -> <DemographicGroup>
Demographic information related to this agency
Namespace:
Type:
anonymous complexType
Content:
complex, 3 elements
Defined:
Includes:
definitions of 3 elements
Content Model Diagram
XML Representation Summary
<DemographicGroup>
   
Content: 
dAgency.01, dAgency.02, dAgency.04
</DemographicGroup>
Content model elements (3):
Included in content model of elements (1):
XML Source (w/o annotations (4); see within schema source)
<xs:element id="DemographicGroup" name="DemographicGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="EMSDataset.EMSAgencyUniqueStateID" name="dAgency.01" type="EMSAgencyStateID"/>
<xs:element id="EMSDataset.EMSAgencyNumber" name="dAgency.02">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="EMSAgencyNumber"/>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="EMSDataset.EMSAgencyState" name="dAgency.04">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ANSIStateCode"/>
</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="EMSDataset.EMSAgencyUniqueStateID" 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).
Simple Content
xs:string
maxLength:
15
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element id="EMSDataset.EMSAgencyNumber" name="dAgency.02">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="EMSAgencyNumber"/>
</xs:simpleContent>
</xs:complexType>
</xs:element>

dAgency.04
Type:
anonymous (extension of ANSIStateCode), simple content
dAgency.04 EMS Agency State Yes Yes The state/territory which assigned the EMS agency number. D01_03 Mandatory Airway Cardiac Arrest Pediatric Response STEMI Stroke Trauma This has been clarified to reflect that it is the state in which the EMS Agency resides and the state associated with the EMS Agency number. <br/><br/>GNIS Codes Website: <a>http://geonames.usgs.gov/domestic/download_data.htm</a>
Simple Content
xs:string
Pattern:
[0-9]{2}
XML Source (w/o annotations (1); see within schema source)
<xs:element id="EMSDataset.EMSAgencyState" name="dAgency.04">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ANSIStateCode"/>
</xs:simpleContent>
</xs:complexType>
</xs:element>