Definition Type: Element
Name: location
Namespace: http://iptc.org/std/nitf/2006-03-01/
Containing Schema: nitf-3-3.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into alt-code in schema nitf-3-3_xsd Drilldown into country in schema nitf-3-3_xsd Drilldown into region in schema nitf-3-3_xsd Drilldown into state in schema nitf-3-3_xsd Drilldown into city in schema nitf-3-3_xsd Drilldown into sublocation in schema nitf-3-3_xsd Drilldown into code-source in schema nitf-3-3_xsd Drilldown into location-code in schema nitf-3-3_xsd Drilldown into lang in schema xml_xsd Drilldown into style in schema nitf-3-3_xsd Drilldown into class in schema nitf-3-3_xsd Drilldown into id in schema nitf-3-3_xsd Drilldown into commonNITFAttributes in schema nitf-3-3_xsdXSD Diagram of location in schema nitf-3-3_xsd (SportsML)
Collapse XSD Schema Code:
<element name="location">
    <complexType mixed="true">
        <choice minOccurs="0" maxOccurs="unbounded">
            <element ref="nitf:sublocation" />
            <element ref="nitf:city" />
            <element ref="nitf:state" />
            <element ref="nitf:region" />
            <element ref="nitf:country" />
            <element ref="nitf:alt-code" />
        </choice>
        <attributeGroup ref="nitf:commonNITFAttributes" />
        <attribute name="location-code" type="string" use="optional" />
        <attribute name="code-source" type="string" use="optional" />
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
sublocation ns0:sublocation (1) (1)
city ns0:city (1) (1)
state ns0:state (1) (1)
region ns0:region (1) (1)
country ns0:country (1) (1)
alt-code ns0:alt-code (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id ns0:id Optional
class ns0:class Optional
style ns0:style Optional
lang nsA:lang Optional
location-code ns0:location-code Optional
code-source ns0:code-source Optional