element -> <dAgency.06>
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>
Namespace:
Type:
anonymous (extension of ANSICountyCode)
Content:
simple, 1 attribute
Defined:
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<dAgency.06
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ xs:string }
</dAgency.06>
Simple Content Detail:
Pattern:
[0-9]{5}

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  ANSICountyCode (extension)
      complexType
Derivation:
extension of ANSICountyCode
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>
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"/>