element -> <dAgency.07>
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>
Namespace:
Type:
anonymous (extension of CensusTracts)
Content:
simple, 2 attributes
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
Includes:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<dAgency.07
    NV
 = 
("7701001" | "7701003")
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ xs:string }
</dAgency.07>
Simple Content Detail:
Pattern:
[0-9]{11}

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  CensusTracts (extension)
      complexType
Derivation:
extension of CensusTracts
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>
Attribute Detail (all declarations; defined in this component only; 2/2)
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"/>

NV
Type:
Use:
optional
Attribute Value
"7701001" | "7701003"
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>