<xs:element name="Location">
<xs:annotation>
<xs:documentation>
=========================== Location (version 1.1)=============================
An indication of the location somehow relevant to the NewsItem. Type of the
location (the nature of its relation to the NewsItem) is specified using the
HowPresent attribute that is part of the %assignment; entity (e.g.
DateLine, Event, etc). Logical components of the location's definition (eg Country) are specified
using the Property child elements with the FormalName attributes taken from the IPTC normative controlled
vocabulary. In addition, if the location in question exists as a single Topic, the optional Topic attribute may be
used as a direct pointer to that Topic. The pointer may take the form of an http URL or a NewsML
URN, or a # character followed by the value of the Duid attribute of a Topic element in the current document
================================================================================
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="Property" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attributeGroup ref="localid" />
<xs:attributeGroup ref="assignment" />
<xs:attribute name="Topic" type="xs:string" />
<xs:attribute ref="xml:lang" use="optional" />
</xs:complexType>
</xs:element>
|