element -> <dAgency.AgencyServiceGroup>
Group Tag to hold info about the Agency's service information
Namespace:
Type:
anonymous complexType
Content:
complex, 1 attribute, 4 elements
Defined:
locally within dAgency complexType in dAgency_v3.xsd; see XML source
Includes:
definitions of 1 attribute, 4 elements
Content Model Diagram
XML Representation Summary
<dAgency.AgencyServiceGroup
    CorrelationID
 = 
xs:string
    >
   
Content: 
dAgency.05, dAgency.06+, dAgency.07+, dAgency.08+
</dAgency.AgencyServiceGroup>
Content model elements (4):
XML Source (w/o annotations (5); see within schema source)
<xs:element id="dAgency.AgencyServiceGroup" maxOccurs="unbounded" name="dAgency.AgencyServiceGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="dAgency.EMSAgencyServiceAreaStates" name="dAgency.05">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ANSIStateCode"/>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="dAgency.EMSAgencyServiceAreaCountyies" maxOccurs="unbounded" name="dAgency.06">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ANSICountyCode">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="dAgency.EMSAgencyCensusTracts" maxOccurs="unbounded" name="dAgency.07" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="CensusTracts">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="dAgency.EMSAgencyServiceAreaZIPCodes" maxOccurs="unbounded" name="dAgency.08" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ZIP">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</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; 4/4)
dAgency.05
Type:
anonymous (extension of ANSIStateCode), simple content
dAgency.05 EMS Agency Service Area States Yes Yes The states in which the EMS Agency provides services including the state associated with the EMS Agency Number. Mandatory Each state is captured as a group where the EMS agency provides service. The group includes dAgency.05, dAgency.06, dAgency.07, and Agency.08. <br/><br/>Element added to document all of the states in which the EMS agency provides services. Each state listed is associated with the counties, census tracts, and ZIP codes within the EMS Agency Service Area for each state. <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="dAgency.EMSAgencyServiceAreaStates" name="dAgency.05">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ANSIStateCode"/>
</xs:simpleContent>
</xs:complexType>
</xs:element>

dAgency.06
Type:
anonymous (extension of ANSICountyCode), simple content
dAgency.06 EMS Agency Service Area County(ies) Yes Yes The county(ies) within each state for which the agency formally provides service. D01_04 Mandatory Airway Cardiac Arrest Pediatric Response STEMI Stroke Trauma Each state listed is associated with the counties, census tracts, and ZIP codes within the EMS Agency Service Area for each state. County codes are based on ISO/ANSI codes. It is a 5-digit code based on state (2-digit) and county (3-digit). <br/><br/>GNIS Codes Website: <a>http://geonames.usgs.gov/domestic/download_data.htm</a>
Simple Content
xs:string
Pattern:
[0-9]{5}
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dAgency.EMSAgencyServiceAreaCountyies" maxOccurs="unbounded" name="dAgency.06">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ANSICountyCode">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

dAgency.07
Type:
anonymous (extension of CensusTracts), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
dAgency.07 EMS Agency Census Tracts Yes Yes The US census tracts in which the EMS agency formally provides service. Required This data element was added to better document the service area of the EMS Agency. Each state listed is associated with the counties, census tracts, and ZIP codes within the EMS Agency Service Area for each state. <br/><br/>The format of the census tract number must be an 11-digit number, based upon the 2010 census, using the pattern: <br/>2-digit State Code 3-digit County Code 6-digit Census Tract Number (no decimal) <br/><br/>Example: NEMSIS TAC office (UT, Salt Lake County, Census Tract - located at 295 Chipeta Way, Salt Lake City, UT) 49035101400 <br/><br/>Census Tract Data Website (files and descriptions): <a href="http://www.census.gov/geo/maps-data/data/tract_rel_download.html" target="_blank">http://www.census.gov/geo/maps-data/data/tract_rel_download.html</a>
Simple Content
xs:string
Pattern:
[0-9]{11}
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dAgency.EMSAgencyCensusTracts" maxOccurs="unbounded" name="dAgency.07" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="CensusTracts">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

dAgency.08
Type:
anonymous (extension of ZIP), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
dAgency.08 EMS Agency Service Area ZIP Codes Yes Yes The ZIP codes for the EMS Agency's service area. Required Airway Cardiac Arrest Pediatric Response STEMI Stroke Trauma This data element was added to better document the service area of the EMS Agency. Each state listed is associated with the counties, census tracts, and ZIP codes within the EMS Agency Service Area for each state. <br/><br/>Zip Codes Product Website: <a>https://www.zipcodedownload.com/Products/Product/Z5Commercial/Standard/Overview/</a> <br/>Product: USA - 5-digit ZIP Code Database, Commercial Edition
Simple Content
xs:string
Pattern:
[0-9]{5}|[0-9]{5}-[0-9]{4}|[0-9]{5}-[0-9]{5}|[A-Z][0-9][A-Z] [0-9][A-Z][0-9]
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dAgency.EMSAgencyServiceAreaZIPCodes" maxOccurs="unbounded" name="dAgency.08" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ZIP">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>