nitf:evloc

Partial description	Event location.
Full description	Where an event took place (as opposed to where the story was written).

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
city string optional
City or municipality name.
county-dist string optional
County or district name.
id ID optional
An XML-specific identifier for the element.
iso-cc string optional
Country code as specified in ISO 3166.
state-prov string optional
State or province where the event occurred.
Wildcard: ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/NITF/2006-10-18/'

Used By

Element nitf:docdata

Source

<element name="evloc">
  <annotation>
    <documentation>Partial description Event location. Full description Where an event took place (as opposed to where the story was written).</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="nitf:globalNITFAttributes"/>
    <attribute name="iso-cc" type="string" use="optional">
      <annotation>
        <documentation>Country code as specified in ISO 3166.</documentation>
      </annotation>
    </attribute>
    <attribute name="state-prov" type="string" use="optional">
      <annotation>
        <documentation>State or province where the event occurred.</documentation>
      </annotation>
    </attribute>
    <attribute name="county-dist" type="string" use="optional">
      <annotation>
        <documentation>County or district name.</documentation>
      </annotation>
    </attribute>
    <attribute name="city" type="string" use="optional">
      <annotation>
        <documentation>City or municipality name.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>

Sample