<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>
|