Definition Type: Element
Name: Location
Containing Schema: NewsML_1.2.xsd
Abstract
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 ================================================================================
Collapse XSD Schema Diagram:
Drilldown into Property in schema newsml_1_2_xsd Drilldown into lang in schema xml_xsd Drilldown into Topic in schema newsml_1_2_xsd Drilldown into DateAndTime in schema newsml_1_2_xsd Drilldown into HowPresent in schema newsml_1_2_xsd Drilldown into Confidence in schema newsml_1_2_xsd Drilldown into Importance in schema newsml_1_2_xsd Drilldown into AssignedBy in schema newsml_1_2_xsd Drilldown into assignment in schema newsml_1_2_xsd Drilldown into Euid in schema newsml_1_2_xsd Drilldown into Duid in schema newsml_1_2_xsd Drilldown into localid in schema newsml_1_2_xsdXSD Diagram of Location in schema newsml_1_2_xsd (News Markup Language (NewsML))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Property Property 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
Duid Duid (Optional)
Euid Euid (Optional)
AssignedBy AssignedBy (Optional)
Importance Importance (Optional)
Confidence Confidence (Optional)
HowPresent HowPresent (Optional)
DateAndTime DateAndTime (Optional)
Topic Topic (Optional)
lang nsA:lang Optional