element <dAgency.07>
<nemsisTacDoc> <number>dAgency.07</number> <name>EMS Agency Census Tracts</name> <national>Yes</national> <state>Yes</state> <definition>The US census tracts in which the EMS agency formally provides service.</definition> <v2Number/> <usage>Required</usage> <comment>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/>Census Tract Data Website (files and descriptions): <a>http://www.census.gov/geo/www/2010census/tract_rel/tract_rel.html</a></comment> <v3Changes/> </nemsisTacDoc>
Namespace:
Type:
anonymous (extension of CensusTracts)
Content:
simple, 4 attributes
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
Includes:
definitions of 4 attributes
Content Model Diagram
XML Representation Summary
<dAgency.07
    CurrentStatus
 = 
("A" | "I")
    CurrentStatusDate
 = 
xs:dateTime
    NV
 = 
("7701001" | "7701003")
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ xs:string }
</dAgency.07>
Simple Content Detail:
MaxLength:
15
MinLength:
1

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="CurrentStatus" type="Status" use="required"/>
<xs:attribute name="CurrentStatusDate" type="DateTimeType" use="required"/>
<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; 4/4)
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"/>

CurrentStatus
Type:
Use:
required
Attribute Value
enumeration of xs:string
Enumeration:
"A"
 - 
Active
"I"
 - 
Inactive
XML Source (see within schema source)
<xs:attribute name="CurrentStatus" type="Status" use="required"/>

CurrentStatusDate
Type:
Use:
required
Attribute Value
xs:dateTime
MaxInclusive:
2050-01-01T00:00:00-00:00
MinInclusive:
1950-01-01T00:00:00-00:00
Pattern:
[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}(\.\d+)?(\+|-)[0-9]{2}:[0-9]{2}
XML Source (see within schema source)
<xs:attribute name="CurrentStatusDate" type="DateTimeType" use="required"/>

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>