element <dAgency.08>
<nemsisTacDoc> <number>dAgency.08</number> <name>EMS Agency Service Area ZIP Codes</name> <national>Yes</national> <state>Yes</state> <definition>The ZIP codes for the EMS Agency's service area.</definition> <v2Number/> <usage>Required</usage> <performanceMeasuresGroup> <performanceMeasure>Airway</performanceMeasure> <performanceMeasure>Cardiac Arrest</performanceMeasure> <performanceMeasure>Pediatric</performanceMeasure> <performanceMeasure>Response</performanceMeasure> <performanceMeasure>STEMI</performanceMeasure> <performanceMeasure>Stroke</performanceMeasure> <performanceMeasure>Trauma</performanceMeasure> </performanceMeasuresGroup> <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/>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</comment> <v3Changes/> </nemsisTacDoc>
Namespace:
Type:
anonymous (extension of ZIP)
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.08
    CurrentStatus
 = 
("A" | "I")
    CurrentStatusDate
 = 
xs:dateTime
    CorrelationID
 = 
xs:string
    NV
 = 
("7701001" | "7701003")
    >
   
Content: 
{ xs:string }
</dAgency.08>
Simple Content Detail:
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]

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  ZIP (extension)
      complexType
Derivation:
extension of ZIP
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="CurrentStatus" type="Status" use="required"/>
<xs:attribute name="CurrentStatusDate" type="DateTimeType" use="required"/>
<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>
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>