element -> <dContact.06>
dContact.06 Agency Contact City No Yes The city of the EMS contact's mailing address. D02_05 Recommended The city should be the mailing address for each contact type for the EMS agency. The EMS agency primary address information (e.g., City) should be entered for the Agency Contact Type (dContact.05) “EMS Agency Director/Chief/Lead Administrator/CEO”. <br/><br/>City codes are based on GNIS Feature Class. The primary Feature Class to use is "Civil" with "Populated Place" and "Military" code as additional options. <br/><br/>Definitions for each GNIS City Feature Class can be found on the GNIS Codes website. <br/><br/>GNIS Codes Website: http://geonames.usgs.gov/domestic/download_data.htm
Namespace:
Type:
anonymous (extension of CityGnisCode)
Content:
simple, 1 attribute
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<dContact.06
    NV
 = 
("7701001" | "7701003" | "7701005")
    >
   
Content: 
{ xs:positiveInteger }
</dContact.06>
Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:positiveInteger (restriction)
  CityGnisCode (extension)
      complexType
Derivation:
extension of CityGnisCode
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dContact.AgencyContactCity" minOccurs="0" name="dContact.06" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="CityGnisCode">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
NV
Type:
Use:
optional
Attribute Value
"7701001" | "7701003" | "7701005"
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:simpleType>
</xs:attribute>