<?xml version="1.0"?>
<!--
IPTC - International Press Telecommunications Council
20 Garrick Street, London WC2E 9BT, United Kingdom
www.iptc.org
NITF XSD Version 3.6
November 3rd, 2010

See bottom of this file to view Non-Exclusive License
Agreement for International Press Telecommunications
Council, which applies to this specification (including
this file and all of its companion documents).

Modifications since NITF 3.5:
Added support for foreign namespaces:
- Added any attributes in globalNITFAttributes and commonNITFAttributes
- Allowed any element into head, body, docdata, body.head, block, enriched text, after body, media, body.end
-->
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:nitf="http://iptc.org/std/NITF/2006-10-18/" targetNamespace="http://iptc.org/std/NITF/2006-10-18/" version="3.6" xml:lang="en">
	<import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
	<annotation>
		<appinfo>NITF Core</appinfo>
		<documentation>The core schema for the News Industry Text Format.</documentation>
		<documentation>Date of creation of this XML Schema document version: 2012-01-12 (xml_lang error fixed)</documentation>
	</annotation>
	<include schemaLocation="nitf-3-6-ruby-include.xsd"/>
	<attributeGroup name="globalNITFAttributes">
		<attribute name="id" type="ID" use="optional">
			<annotation>
				<documentation>An XML-specific identifier for the element.</documentation>
			</annotation>
		</attribute>
		<anyAttribute namespace="##other" processContents="lax"/>
	</attributeGroup>
	<attributeGroup name="commonNITFAttributes">
		<attribute name="id" type="ID" use="optional">
			<annotation>
				<documentation>An XML-specific identifier for the element.</documentation>
			</annotation>
		</attribute>
		<attribute name="class" type="string" use="optional">
			<annotation>
				<documentation>An open placeholder for categorization.</documentation>
			</annotation>
		</attribute>
		<attribute name="style" type="string" use="optional">
			<annotation>
				<documentation>An open placeholder for reference by an external stylesheet.</documentation>
			</annotation>
		</attribute>
		<attribute ref="xml:lang" use="optional">
			<annotation>
				<documentation>Language value governed by RFC3066. Example: en-US.</documentation>
			</annotation>
		</attribute>
		<anyAttribute namespace="##other" processContents="lax"/>
	</attributeGroup>
	<attributeGroup name="cellAlign">
		<attribute name="align" use="optional">
			<annotation>
				<documentation>Alignment of text in the cell or column group.</documentation>
			</annotation>
			<simpleType>
				<restriction base="string">
					<enumeration value="left"/>
					<enumeration value="center"/>
					<enumeration value="right"/>
					<enumeration value="justify"/>
					<enumeration value="char"/>
				</restriction>
			</simpleType>
		</attribute>
		<attribute name="char" type="string" use="optional">
			<annotation>
				<documentation>HTML formatting attribute.</documentation>
			</annotation>
		</attribute>
		<attribute name="charoff" type="string" use="optional">
			<annotation>
				<documentation>HTML formatting attribute.</documentation>
			</annotation>
		</attribute>
	</attributeGroup>
	<attributeGroup name="cellVAlign">
		<attribute name="valign" use="optional">
			<annotation>
				<documentation>Vertical alignment of text in the cell or column group.</documentation>
			</annotation>
			<simpleType>
				<restriction base="string">
					<enumeration value="top"/>
					<enumeration value="middle"/>
					<enumeration value="bottom"/>
					<enumeration value="baseline"/>
				</restriction>
			</simpleType>
		</attribute>
	</attributeGroup>
	<group name="enrichedText">
		<choice>
			<element ref="nitf:chron"/>
			<element ref="nitf:classifier"/>
			<element ref="nitf:copyrite"/>
			<element ref="nitf:event"/>
			<element ref="nitf:function"/>
			<element ref="nitf:location"/>
			<element ref="nitf:money"/>
			<element ref="nitf:num"/>
			<element ref="nitf:object.title"/>
			<element ref="nitf:org"/>
			<element ref="nitf:person"/>
			<element ref="nitf:postaddr"/>
			<element ref="nitf:virtloc"/>
			<element ref="nitf:a"/>
			<element ref="nitf:br"/>
			<element ref="nitf:em"/>
			<element ref="nitf:lang"/>
			<element ref="nitf:pronounce"/>
			<element ref="nitf:q"/>
			<any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded">
				<annotation>
					<documentation>Extension point for provider-defined properties from other namespaces</documentation>
				</annotation>
			</any>
		</choice>
	</group>
	<group name="blockContent">
		<choice>
			<element ref="nitf:p"/>
			<element ref="nitf:hl2"/>
			<element ref="nitf:table"/>
			<element ref="nitf:nitf-table"/>
			<element ref="nitf:media"/>
			<element ref="nitf:ol"/>
			<element ref="nitf:ul"/>
			<element ref="nitf:dl"/>
			<element ref="nitf:bq"/>
			<element ref="nitf:fn"/>
			<element ref="nitf:note"/>
			<element ref="nitf:pre"/>
			<element ref="nitf:hr"/>
		</choice>
	</group>
	<element name="nitf">
		<annotation>
			<documentation>
				Partial description	The root element for NITF.
				Full description	News Industry Text Format instance. Holds head and body.
			</documentation>
		</annotation>
		<complexType>
			<sequence>
				<element ref="nitf:head" minOccurs="0"/>
				<element ref="nitf:body"/>
				<any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded">
					<annotation>
						<documentation>Extension point for provider-defined properties from other namespaces</documentation>
					</annotation>
				</any>
			</sequence>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="uno" type="string" use="optional">
				<annotation>
					<documentation>
						The universally unique identifier for the document.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="version" type="string" fixed="-//IPTC//DTD NITF 3.6//EN">
				<annotation>
					<documentation>
						This DTD's formal public identifier.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="change.date" type="string" fixed="September 11, 2009">
				<annotation>
					<documentation>
						Date when this DTD was last changed.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="change.time" type="string" fixed="12:26">
				<annotation>
					<documentation>
						Time when this DTD was last changed.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="baselang" type="string" use="optional">
				<annotation>
					<documentation>
						Base language for document. Uses en-US (per ISO 639 and 3166).
					</documentation>
				</annotation>
			</attribute>
			<attribute name="class" type="NMTOKENS" use="optional">
				<annotation>
					<documentation>
						An open placeholder for categorization.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="head">
		<annotation>
			<documentation>
				Partial description	Holds metadata about the document as a whole.
				Full description	Generally does not hold information for direct display to user. Portions of the metadata, though, are often rendered to augment an article.
			</documentation>
		</annotation>
		<complexType>
			<sequence>
				<element ref="nitf:title" minOccurs="0">
					<annotation>
						<documentation>
							Partial description	Document Title.
							Full description	Often displayed within a result-list after a search finds this article.
						</documentation>
					</annotation>
				</element>
				<element ref="nitf:meta" minOccurs="0" maxOccurs="unbounded">
					<annotation>
						<documentation>
							Partial description	A construct for sending generic metadata.
							Full description	Normally is undisplayed.
						</documentation>
					</annotation>
				</element>
				<element ref="nitf:tobject" minOccurs="0">
					<annotation>
						<documentation>
							Partial description	Subject code.
							Full description	Used to identify the type of the news material, based on a Subject Code system.
						</documentation>
					</annotation>
				</element>
				<element ref="nitf:iim" minOccurs="0">
					<annotation>
						<documentation>
							Partial description	IIM Record 2 Data Container.
							Full description	Location for IIM Record 2 DataSet information.
						</documentation>
					</annotation>
				</element>
				<element ref="nitf:docdata" minOccurs="0">
					<annotation>
						<documentation>
							Partial description		Document metadata.
							Full description		Container for metadata information about this particular document.
						</documentation>
					</annotation>
				</element>
				<element ref="nitf:pubdata" minOccurs="0" maxOccurs="unbounded">
					<annotation>
						<documentation>
							Partial description	Information about specific instance of an item's publication.
							Full description	Contains metadata about how the particular news object was used in a specific instance.
						</documentation>
					</annotation>
				</element>
				<element ref="nitf:revision-history" minOccurs="0" maxOccurs="unbounded">
					<annotation>
						<documentation>
							Partial description	Information about the creative history of the document; also used as an audit trail.
							Full description	Includes who made changes, when the changes were made, and why.
						</documentation>
					</annotation>
				</element>
				<any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded">
					<annotation>
						<documentation>Extension point for provider-defined properties from other namespaces</documentation>
					</annotation>
				</any>
			</sequence>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
		</complexType>
	</element>
	<element name="title">
		<annotation>
			<documentation>
				Partial description	Document Title.
				Full description	Often displayed within a result-list after a search finds this article.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="type" use="optional">
				<annotation>
					<documentation>
						A categorization for title. (Controlled vocabulary.)
					</documentation>
				</annotation>
				<simpleType>
					<restriction base="string">
						<enumeration value="main"/>
						<enumeration value="subtitle"/>
						<enumeration value="parttitle"/>
						<enumeration value="alternate"/>
						<enumeration value="abbrev"/>
						<enumeration value="other"/>
					</restriction>
				</simpleType>
			</attribute>
		</complexType>
	</element>
	<element name="meta">
		<annotation>
			<documentation>
				Partial description	A construct for sending generic metadata.
				Full description	Normally is undisplayed.
			</documentation>
		</annotation>
		<complexType>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="http-equiv" type="NMTOKEN" use="optional">
				<annotation>
					<documentation>
						HTTP response header name.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="name" type="NMTOKEN" use="optional">
				<annotation>
					<documentation>
						Name used for this piece of metadata.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="content" type="string" use="required">
				<annotation>
					<documentation>
						Content associated with the specified name.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="tobject">
		<annotation>
			<documentation>
				Partial description	Subject code.
				Full description	Used to identify the type of the news material, based on a Subject Code system.
			</documentation>
		</annotation>
		<complexType>
			<sequence>
				<element ref="nitf:tobject.property" minOccurs="0" maxOccurs="unbounded"/>
				<element ref="nitf:tobject.subject" minOccurs="0" maxOccurs="unbounded"/>
			</sequence>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="tobject.type" type="string" use="optional" default="news">
				<annotation>
					<documentation>
						Expanded from News, Data, and Advisory. See NewsML topic set.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="tobject.property">
		<annotation>
			<documentation>
				Partial description	Subject code property.
				Full description	Assigns a property to the object type.
			</documentation>
		</annotation>
		<complexType>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="tobject.property.type" type="string" use="optional" default="current">
				<annotation>
					<documentation>
						Includes such items as analysis, feature, and obituary.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="tobject.subject">
		<annotation>
			<documentation>
				Partial description	Assigns subject information to news material based on a Subject Code system.
				Full description	A three-tiered hierarchy consisting of broad subjects, secondary topics (Subject Matter), and tertiary topics (Subject Detail).
			</documentation>
		</annotation>
		<complexType>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="tobject.subject.ipr" type="string" use="optional" default="IPTC">
				<annotation>
					<documentation>
						Information provider reference.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="tobject.subject.refnum" type="NMTOKEN" use="required">
				<annotation>
					<documentation>
						Eight-digit reference number for all three levels.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="tobject.subject.code" type="string" use="optional">
				<annotation>
					<documentation>
						Three-letter code for the subject type. This attribute is deprecated.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="tobject.subject.type" type="string" use="optional">
				<annotation>
					<documentation>
						First-tier subject description.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="tobject.subject.matter" type="string" use="optional">
				<annotation>
					<documentation>
						Second-tier subject description.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="tobject.subject.detail" type="string" use="optional">
				<annotation>
					<documentation>
						Third-tier subject description.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="iim">
		<annotation>
			<documentation>
				Partial description	IIM Record 2 Data Container.
				Full description	Location for IIM Record 2 DataSet information.
			</documentation>
		</annotation>
		<complexType>
			<sequence>
				<element ref="nitf:ds" minOccurs="0" maxOccurs="unbounded"/>
			</sequence>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="ver" type="NMTOKEN" use="optional">
				<annotation>
					<documentation>
						IIM version number.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="ds">
		<annotation>
			<documentation>
				Partial description	IIM Record 2 dataset information.
				Full description	IIM Record 2 dataset information (Record 2 Only).
			</documentation>
		</annotation>
		<complexType>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="num" type="NMTOKEN" use="required">
				<annotation>
					<documentation>
						IIM field number.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="value" type="string" use="optional">
				<annotation>
					<documentation>
						IIM field value.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="docdata">
		<annotation>
			<documentation>
				Partial description		Document metadata.
				Full description		Container for metadata information about this particular document.
			</documentation>
		</annotation>
		<complexType>
			<choice minOccurs="0" maxOccurs="unbounded">
				<element ref="nitf:correction"/>
				<element ref="nitf:evloc"/>
				<element ref="nitf:doc-id"/>
				<element ref="nitf:del-list"/>
				<element ref="nitf:urgency"/>
				<element ref="nitf:fixture"/>
				<element ref="nitf:date.issue"/>
				<element ref="nitf:date.release"/>
				<element ref="nitf:date.expire"/>
				<element ref="nitf:doc-scope"/>
				<element ref="nitf:series"/>
				<element ref="nitf:ed-msg"/>
				<element ref="nitf:du-key"/>
				<element ref="nitf:doc.copyright"/>
				<element ref="nitf:doc.rights"/>
				<element ref="nitf:key-list"/>
				<element ref="nitf:identified-content"/>
				<any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded">
					<annotation>
						<documentation>Extension point for provider-defined properties from other namespaces</documentation>
					</annotation>
				</any>
			</choice>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="management-status" type="string" use="optional">
				<annotation>
					<documentation>
						Defines whether this document is a cancellation of a previous doc, and other news management properties. Allowed values are usable,embargoed,withheld,canceled.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="management-doc-idref" type="string" use="optional">
				<annotation>
					<documentation>
						Used in conjunction with management-status. Details which document the current one is an update to, etc.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="management-idref-status" type="string" use="optional">
				<annotation>
					<documentation>
						When a management-doc-idref is specified, this attribute contains the new status for that referenced document. Allowed values are usable,embargoed,withheld,canceled.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="correction">
		<annotation>
			<documentation>
				Partial description	Correction information.
				Full description	Indicates that the item is a correction to a previously published document.
			</documentation>
		</annotation>
		<complexType>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="info" type="string" use="optional">
				<annotation>
					<documentation>
						Contains actual message or instructions regarding the correction.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="id-string" type="string" use="optional">
				<annotation>
					<documentation>
						Document identification string, such as UNO or doc-id.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="regsrc" type="string" use="optional">
				<annotation>
					<documentation>
						Identifies the source of the correction.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<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>
	<element name="doc-id">
		<annotation>
			<documentation>
				Partial description	Registered identification for document.
				Full description	Character string that provides a unique, persistent identification for a document.
			</documentation>
		</annotation>
		<complexType>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="regsrc" type="string" use="optional">
				<annotation>
					<documentation>
						Identifies the source of the document or action.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="id-string" type="string" use="optional">
				<annotation>
					<documentation>
						Document identification string.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="del-list">
		<annotation>
			<documentation>
				Partial description	Delivery trail of delivery services.
				Full description	Holds an ordered list of the distribution services that have been involved in the delivery of the document.
			</documentation>
		</annotation>
		<complexType>
			<sequence minOccurs="0" maxOccurs="unbounded">
				<element ref="nitf:from-src"/>
			</sequence>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
		</complexType>
	</element>
	<element name="from-src">
		<annotation>
			<documentation>
				Partial description	Delivery service identifier.
				Full description	Identifier used to track the transmission path of the document throughout the delivery process.
			</documentation>
		</annotation>
		<complexType>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="src-name" type="string" use="optional">
				<annotation>
					<documentation>
						The entity moving the document.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="level-number" type="string" use="optional">
				<annotation>
					<documentation>
						The position in the transmission path that the src-name occurred.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="urgency">
		<annotation>
			<documentation>
				Partial description	News importance.
				Full description	Can be used to set the priority for distribution but does not set the actual distribution priority.
			</documentation>
		</annotation>
		<complexType>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="ed-urg" type="NMTOKEN" use="optional">
				<annotation>
					<documentation>
						1=most, 5=normal, 8=least.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="fixture">
		<annotation>
			<documentation>
				Partial description	Specification for named document, such as Heard on the Street or On Language.
				Full description	Provides a consistent reference to a document whose content is refreshed periodically.
			</documentation>
		</annotation>
		<complexType>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="fix-id" type="string" use="optional">
				<annotation>
					<documentation>
						The name of the fixture.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="date.issue">
		<annotation>
			<documentation>
				Partial description	Date/time document was issued.
				Full description	If not provided, it is assumed to be on receipt.
			</documentation>
		</annotation>
		<complexType>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="norm" type="string" use="optional">
				<annotation>
					<documentation>
						Date/time value normalized to ISO 8601: YYYYMMDDTHHMMSS-HHMM (preferred) YYYYMMDDTHHMMSSZ (alternative). Use YYYYMMDD000000-HHMM when no time is available. Before the HHMM time, the - or + character may be used.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="date.release">
		<annotation>
			<documentation>
				Partial description	Date/time document is available to be released.
				Full description	If not provided, it is assumed to be on receipt.
			</documentation>
		</annotation>
		<complexType>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="norm" type="string" use="optional">
				<annotation>
					<documentation>
						Date/time value normalized to ISO 8601: YYYYMMDDTHHMMSS-HHMM (preferred) YYYYMMDDTHHMMSSZ (alternative). Use YYYYMMDDT000000-HHMM when no time is available
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="date.expire">
		<annotation>
			<documentation>
				Partial description	Date/time at which the document has no validity.
				Full description	If not provided, it is assumed to be infinity.
			</documentation>
		</annotation>
		<complexType>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="norm" type="string" use="optional">
				<annotation>
					<documentation>
						Date/time value normalized to ISO 8601: YYYYMMDDTHHMMSS-HHMM (preferred) YYYYMMDDTHHMMSSZ (alternative). Use YYYYMMDD000000-HHMM when no time is available
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="doc-scope">
		<annotation>
			<documentation>
				Partial description	Indicates an area where the document may be of interest.
				Full description	Where a non-category interest may be specified. These are often geographic in origin, such as Pacific Northwest.
			</documentation>
		</annotation>
		<complexType>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="scope" type="string" use="optional">
				<annotation>
					<documentation>
						Halfway between a Keyword and a Category.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="series">
		<annotation>
			<documentation>
				Partial description	Series information.
				Full description	Identification of an article within a series of related articles.
			</documentation>
		</annotation>
		<complexType>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="series.name" type="string" use="optional">
				<annotation>
					<documentation>
						The name of the series.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="series.part" type="NMTOKEN" use="optional" default="0">
				<annotation>
					<documentation>
						Numeric order of this article within the series.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="series.totalpart" type="NMTOKEN" use="optional" default="0">
				<annotation>
					<documentation>
						Total or expected number of articles in the series; use 0 if unknown or indefinite.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="ed-msg">
		<annotation>
			<documentation>
				Partial description	Non-publishable editorial message from provider or editor of item.
				Full description	Place where an information provider can send a note to the editor about the contents of the story.
			</documentation>
		</annotation>
		<complexType>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="msg-type" type="string" use="optional">
				<annotation>
					<documentation>
						The type of message. Providers are urged to use consistent values.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="info" type="string" use="optional">
				<annotation>
					<documentation>
						Contains the actual message for the editorial message.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="du-key">
		<annotation>
			<documentation>
				Partial description	Dynamic Use Key, created daily. Has tree structure indicated by defined form.
				Full description	Provides a mechanism for grouping and updating versions of stories. The du-key is unique to a story during a period fixed by the provider. After the time has elapsed, the reference is available for reuse.
			</documentation>
		</annotation>
		<complexType>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="generation" type="NMTOKEN" use="optional">
				<annotation>
					<documentation>
						Number indicating the du-key generation level. This number increments with each instance of a story that uses the same du-key.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="part" type="NMTOKEN" use="optional">
				<annotation>
					<documentation>
						The part within the dynamic use key structure.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="version" type="NMTOKEN" use="optional">
				<annotation>
					<documentation>
						Version of a particular use of the dynamic-use key.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="key" type="string" use="optional">
				<annotation>
					<documentation>
						Contains the actual key value.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="doc.copyright">
		<annotation>
			<documentation>
				Partial description	Copyright information for document header.
				Full description	A metadata location for the information about the year and holder of the document copyright. This information should be consistant with information in the copyrite tag.
			</documentation>
		</annotation>
		<complexType>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="year" type="NMTOKEN" use="optional">
				<annotation>
					<documentation>
						Year of the document copyright.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="holder" type="string" use="optional">
				<annotation>
					<documentation>
						Holder of the copyright.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="doc.rights">
		<annotation>
			<documentation>
				Partial description	Rights information for use of the document.
				Full description	Used when the rights holder is not the same as the copyright holder. This information should be consistant with that in the series of rights tags.
			</documentation>
		</annotation>
		<complexType>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="owner" type="string" use="optional">
				<annotation>
					<documentation>
						The owner of the specified rights.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="startdate" type="string" use="optional">
				<annotation>
					<documentation>
						For asserted rights. Date/time value normalized to ISO 8601: YYYYMMDDTHHMMSS-HHMM (preferred) YYYYMMDDTHHMMSSZ (alternative). Use YYYYMMDD000000-HHMM when no time is available
					</documentation>
				</annotation>
			</attribute>
			<attribute name="enddate" type="string" use="optional">
				<annotation>
					<documentation>
						For specified document rights. Date/time value normalized to ISO 8601: YYYYMMDDTHHMMSS-HHMM (preferred) YYYYMMDDTHHMMSSZ (alternative). Use YYYYMMDD000000-HHMM when no time is available
					</documentation>
				</annotation>
			</attribute>
			<attribute name="agent" type="string" use="optional">
				<annotation>
					<documentation>
						The rights agent.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="geography" type="string" use="optional">
				<annotation>
					<documentation>
						Geographic area where rights are asserted.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="location-code" type="string" use="optional">
				<annotation>
					<documentation>
						Coded location from standard list.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="code-source" type="string" use="optional">
				<annotation>
					<documentation>
						Source of coded list information.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="type" type="string" use="optional">
				<annotation>
					<documentation>
						Kind of rights being asserted.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="limitations" type="string" use="optional">
				<annotation>
					<documentation>
						Limitations associated with document rights.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="key-list">
		<annotation>
			<documentation>
				Partial description	List of keywords.
				Full description	Holds a list of keywords about the document.
			</documentation>
		</annotation>
		<complexType>
			<sequence minOccurs="0" maxOccurs="unbounded">
				<element ref="nitf:keyword"/>
			</sequence>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
		</complexType>
	</element>
	<element name="keyword">
		<annotation>
			<documentation>
				Partial description	Keyword. Can also be a phrase.
				Full description	Holds the keyword or phrase itself.
			</documentation>
		</annotation>
		<complexType>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="key" type="string" use="optional">
				<annotation>
					<documentation>
						The actual keyword.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="identified-content">
		<annotation>
			<documentation>
				Partial description	Holds content identifiers that can apply to document as a whole.
				Full description	The elements this holds also appear in paragraphs. Note that its children should be EMPTY
			</documentation>
		</annotation>
		<complexType>
			<choice minOccurs="0" maxOccurs="unbounded">
				<element ref="nitf:person"/>
				<element ref="nitf:org"/>
				<element ref="nitf:location"/>
				<element ref="nitf:event"/>
				<element ref="nitf:function"/>
				<element ref="nitf:object.title"/>
				<element ref="nitf:virtloc"/>
				<element ref="nitf:classifier"/>
			</choice>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
		</complexType>
	</element>
	<element name="pubdata">
		<annotation>
			<documentation>
				Partial description	Information about specific instance of an item's publication.
				Full description	Contains metadata about how the particular news object was used in a specific instance.
			</documentation>
		</annotation>
		<complexType>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="type" use="optional">
				<annotation>
					<documentation>
						Transport medium, such as print, streaming video or broadcast.
					</documentation>
				</annotation>
				<simpleType>
					<restriction base="string">
						<enumeration value="print"/>
						<enumeration value="audio"/>
						<enumeration value="video"/>
						<enumeration value="web"/>
						<enumeration value="appliance"/>
						<enumeration value="other"/>
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="item-length" type="string" use="optional">
				<annotation>
					<documentation>
						Length of the item; see also unit-of-measure.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="unit-of-measure" type="string" use="optional">
				<annotation>
					<documentation>
						Measure associated with the length of the item; see also item-length. Sample values include word, character, byte, inch, pica, cm, hour, minute, second, other.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="date.publication" type="string" use="optional">
				<annotation>
					<documentation>
						For date object was used. Date/time value normalized to ISO 8601: YYYYMMDDTHHMMSS-HHMM (preferred) YYYYMMDDTHHMMSSZ (alternative). Use YYYYMMDD000000-HHMM when no time is available
					</documentation>
				</annotation>
			</attribute>
			<attribute name="name" type="string" use="optional">
				<annotation>
					<documentation>
						Title of the publication.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="issn" type="string" use="optional">
				<annotation>
					<documentation>
						The International Standard Serial Number (ISSN) of the publication in which the news object occurred.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="volume" type="string" use="optional">
				<annotation>
					<documentation>
						Volume of the publication in which the information appeared.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="number" type="string" use="optional">
				<annotation>
					<documentation>
						Publication number, often associated with a volume number.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="issue" type="string" use="optional">
				<annotation>
					<documentation>
						The name of the issue of the publication where the news object occurred. Examples include June, fall, Olympic Special, year-end, etc.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="edition.name" type="string" use="optional">
				<annotation>
					<documentation>
						Name of the edition in which the news object was distributed.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="edition.area" type="string" use="optional">
				<annotation>
					<documentation>
						Area / zone where news object was distributed.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="position.section" type="string" use="optional">
				<annotation>
					<documentation>
						Named section of a publication where a news object appeared, such as Science, Sports, Weekend, etc.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="position.sequence" type="string" use="optional">
				<annotation>
					<documentation>
						Where a news object appeared among a list of items; often the page number.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="ex-ref" type="string" use="optional">
				<annotation>
					<documentation>
						External reference to the rendering of the news object as published, in the form of a URL or URN.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="revision-history">
		<annotation>
			<documentation>
				Partial description	Information about the creative history of the document; also used as an audit trail.
				Full description	Includes who made changes, when the changes were made, and why.
			</documentation>
		</annotation>
		<complexType>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="name" type="string" use="optional">
				<annotation>
					<documentation>
						Name of the person who made the revision (usually editor or reporter).
					</documentation>
				</annotation>
			</attribute>
			<attribute name="function" use="optional">
				<annotation>
					<documentation>
						Job function of individual performing revision.
					</documentation>
				</annotation>
				<simpleType>
					<restriction base="string">
						<enumeration value="writer-author"/>
						<enumeration value="editor"/>
						<enumeration value="producer"/>
						<enumeration value="archivist"/>
						<enumeration value="videographer"/>
						<enumeration value="graphic-artist"/>
						<enumeration value="photographer"/>
						<enumeration value="statistician"/>
						<enumeration value="other"/>
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="norm" type="string" use="optional">
				<annotation>
					<documentation>
						Date of the revision. Date/time value normalized to ISO 8601: YYYYMMDDTHHMMSS-HHMM (preferred) YYYYMMDDTHHMMSSZ (alternative). Use YYYYMMDD000000-HHMM when no time is available
					</documentation>
				</annotation>
			</attribute>
			<attribute name="comment" type="string" use="optional">
				<annotation>
					<documentation>
						Reason for the revision.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="body">
		<annotation>
			<documentation>
				Partial description	The content portion of the NITF document.
				Full description	All items within body are meant for display to the user.
			</documentation>
		</annotation>
		<complexType>
			<sequence>
				<element ref="nitf:body.head" minOccurs="0"/>
				<element ref="nitf:body.content" minOccurs="0" maxOccurs="unbounded"/>
				<element ref="nitf:body.end" minOccurs="0"/>
			</sequence>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
		</complexType>
	</element>
	<element name="body.head">
		<annotation>
			<documentation>
				Partial description	Metadata intended to be displayed to the reader.
				Full description	Holds content such as headline, byline, etc.
			</documentation>
		</annotation>
		<complexType>
			<sequence>
				<element ref="nitf:hedline" minOccurs="0" maxOccurs="unbounded"/>
				<element ref="nitf:note" minOccurs="0" maxOccurs="unbounded"/>
				<element ref="nitf:rights" minOccurs="0"/>
				<element ref="nitf:byline" minOccurs="0" maxOccurs="unbounded"/>
				<element ref="nitf:distributor" minOccurs="0"/>
				<element ref="nitf:dateline" minOccurs="0" maxOccurs="unbounded"/>
				<element ref="nitf:abstract" minOccurs="0" maxOccurs="unbounded"/>
				<element ref="nitf:series" minOccurs="0"/>
				<any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded">
					<annotation>
						<documentation>Extension point for provider-defined properties from other namespaces</documentation>
					</annotation>
				</any>
			</sequence>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
		</complexType>
	</element>
	<element name="hedline">
		<annotation>
			<documentation>
				Partial description	Container for main headline and subheadlines.
				Full description	Provides a generally-dependable component for display in search results.
			</documentation>
		</annotation>
		<complexType>
			<sequence>
				<element ref="nitf:hl1"/>
				<element ref="nitf:hl2" minOccurs="0" maxOccurs="unbounded"/>
			</sequence>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
		</complexType>
	</element>
	<element name="hl1">
		<annotation>
			<documentation>
				Partial description	Headline 1 (main-headline).
				Full description	The primary headline of the story.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<choice minOccurs="0" maxOccurs="unbounded">
				<group ref="nitf:enrichedText"/>
			</choice>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
		</complexType>
	</element>
	<element name="hl2">
		<annotation>
			<documentation>
				Partial description	Headline 2 (sub-headline)
				Full description	A subordinate headline for the article.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<choice minOccurs="0" maxOccurs="unbounded">
				<group ref="nitf:enrichedText"/>
			</choice>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
		</complexType>
	</element>
	<element name="note">
		<annotation>
			<documentation>
				Partial description	Document cautionary note.
				Full description	Potentially publishable.
			</documentation>
		</annotation>
		<complexType>
			<sequence maxOccurs="unbounded">
				<element ref="nitf:body.content"/>
			</sequence>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
			<attribute name="noteclass" use="optional">
				<annotation>
					<documentation>
						The class of note. Copyright, endnote, etc. (Controlled vocabulary.)
					</documentation>
				</annotation>
				<simpleType>
					<restriction base="string">
						<enumeration value="cpyrt"/>
						<enumeration value="end"/>
						<enumeration value="hd"/>
						<enumeration value="editorsnote"/>
						<enumeration value="trademk"/>
						<enumeration value="undef"/>
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="type" use="optional" default="std">
				<annotation>
					<documentation>
						Standards, Publishable Advisory, Non-Publishable Advisory.
					</documentation>
				</annotation>
				<simpleType>
					<restriction base="string">
						<enumeration value="std"/>
						<enumeration value="pa"/>
						<enumeration value="npa"/>
					</restriction>
				</simpleType>
			</attribute>
		</complexType>
	</element>
	<element name="rights">
		<annotation>
			<documentation>
				Partial description	Information on rights holder.
				Full description	Rights to news material other than the copyrights, such as archival, syndication, or distribution.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<choice minOccurs="0" maxOccurs="unbounded">
				<element ref="nitf:rights.owner"/>
				<element ref="nitf:rights.startdate"/>
				<element ref="nitf:rights.enddate"/>
				<element ref="nitf:rights.agent"/>
				<element ref="nitf:rights.geography"/>
				<element ref="nitf:rights.type"/>
				<element ref="nitf:rights.limitations"/>
			</choice>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
		</complexType>
	</element>
	<element name="rights.owner">
		<annotation>
			<documentation>
				Partial description	Rights owner
				Full description	Owner of the rights to the material.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="contact" type="string" use="optional">
				<annotation>
					<documentation>
						Contact information for the owner.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="rights.startdate">
		<annotation>
			<documentation>
				Partial description	Rights start date.
				Full description	Initial reference date for material rights.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="norm" type="string" use="optional">
				<annotation>
					<documentation>
						Date/time value normalized to ISO 8601: YYYYMMDDTHHMMSS-HHMM (preferred) YYYYMMDDTHHMMSSZ (alternative). Use YYYYMMDD000000-HHMM when no time is available
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="rights.enddate">
		<annotation>
			<documentation>
				Partial description	Rights end date.
				Full description	Terminal reference date for material rights.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="norm" type="string" use="optional">
				<annotation>
					<documentation>
						Date/time value normalized to ISO 8601: YYYYMMDDTHHMMSS-HHMM (preferred) YYYYMMDDTHHMMSSZ (alternative). Use YYYYMMDD000000-HHMM when no time is available
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="rights.agent">
		<annotation>
			<documentation>
				Partial description	Rights agent.
				Full description	Name of the agent that holds the rights to the material.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="contact" type="string" use="optional">
				<annotation>
					<documentation>
						Contact information for the agent.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="rights.geography">
		<annotation>
			<documentation>
				Partial description	Area to which rights apply.
				Full description	A geographic area.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="location-code" type="string" use="optional">
				<annotation>
					<documentation>
						Coded location from standard list.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="code-source" type="string" use="optional">
				<annotation>
					<documentation>
						Source for the location code.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="rights.type">
		<annotation>
			<documentation>
				Partial description	Type of rights claimed.
				Full description	Type of material rights claimed (such as distribution).
			</documentation>
		</annotation>
		<complexType mixed="true">
			<attributeGroup ref="nitf:globalNITFAttributes"/>
		</complexType>
	</element>
	<element name="rights.limitations">
		<annotation>
			<documentation>
				Partial description	Limitations (exclusive / nonexclusive) of rights.
				Full description	Limitation on use of material rights.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<attributeGroup ref="nitf:globalNITFAttributes"/>
		</complexType>
	</element>
	<element name="byline">
		<annotation>
			<documentation>
				Partial description	Container for byline information.
				Full description	Can either be structured with direct specification of the responsible person / entity and their title or unstructured text can be provided.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<choice minOccurs="0" maxOccurs="unbounded">
				<element ref="nitf:person"/>
				<element ref="nitf:byttl"/>
				<element ref="nitf:location"/>
				<element ref="nitf:virtloc"/>
			</choice>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
		</complexType>
	</element>
	<element name="byttl">
		<annotation>
			<documentation>
				Partial description	Byline title. Often contains an organization.
				Full description	Title of the person, or entity associated with the byline and a specified person.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<choice minOccurs="0" maxOccurs="unbounded">
				<element ref="nitf:org"/>
			</choice>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
		</complexType>
	</element>
	<element name="distributor">
		<annotation>
			<documentation>
				Partial description	Information distributor.
				Full description	May or may not be the owner or creator.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<choice minOccurs="0" maxOccurs="unbounded">
				<element ref="nitf:org"/>
			</choice>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
		</complexType>
	</element>
	<element name="dateline">
		<annotation>
			<documentation>
				Partial description	Container for dateline information.
				Full description	The date and location where the story was created.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<choice minOccurs="0" maxOccurs="unbounded">
				<element ref="nitf:location"/>
				<element ref="nitf:story.date"/>
			</choice>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
		</complexType>
	</element>
	<element name="story.date">
		<annotation>
			<documentation>
				Partial description	Date of story.
				Full description	Printable date.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="norm" type="string" use="optional">
				<annotation>
					<documentation>
						Date/time value normalized to ISO 8601: YYYYMMDDTHHMMSS-HHMM (preferred) YYYYMMDDTHHMMSSZ (alternative). Use YYYYMMDD000000-HHMM when no time is available
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="abstract">
		<annotation>
			<documentation>
				Partial description	Story abstract
				Full description	summary or synopsis of the contents of the document.
			</documentation>
		</annotation>
		<complexType>
			<choice maxOccurs="unbounded">
				<group ref="nitf:blockContent"/>
			</choice>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
		</complexType>
	</element>
	<element name="copyrite">
		<annotation>
			<documentation>
				Partial description	Container for copyright information.
				Full description	A displayable statement about who owns the copyright to the article.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<choice minOccurs="0" maxOccurs="unbounded">
				<element ref="nitf:copyrite.year"/>
				<element ref="nitf:copyrite.holder"/>
			</choice>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
		</complexType>
	</element>
	<element name="copyrite.year">
		<annotation>
			<documentation>
				Partial description	Copyright year
				Full description	The year the copyright ownership was established.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<attributeGroup ref="nitf:globalNITFAttributes"/>
		</complexType>
	</element>
	<element name="copyrite.holder">
		<annotation>
			<documentation>
				Partial description	Copyright holder.
				Full description	The name of the holder of the copyright.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<attributeGroup ref="nitf:globalNITFAttributes"/>
		</complexType>
	</element>
	<element name="body.content">
		<annotation>
			<documentation>
				Partial description	Actual body content.
				Full description	Holds paragraphs, lists, tables, media, and other containers.
			</documentation>
		</annotation>
		<complexType>
			<choice minOccurs="0" maxOccurs="unbounded">
				<element ref="nitf:block"/>
				<group ref="nitf:blockContent"/>
			</choice>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
		</complexType>
	</element>
	<element name="block">
		<annotation>
			<documentation>
				Partial description	A group of related containers.
				Full description	This container can be used to organize a set of related containers, such as a sidebar.
			</documentation>
		</annotation>
		<complexType>
			<sequence>
				<sequence minOccurs="0">
					<element ref="nitf:tobject" minOccurs="0"/>
					<element ref="nitf:key-list" minOccurs="0"/>
					<element ref="nitf:classifier" minOccurs="0" maxOccurs="unbounded"/>
					<element ref="nitf:byline" minOccurs="0"/>
					<element ref="nitf:dateline" minOccurs="0"/>
					<element ref="nitf:copyrite" minOccurs="0"/>
					<element ref="nitf:abstract" minOccurs="0" maxOccurs="unbounded"/>
				</sequence>
				<choice minOccurs="0" maxOccurs="unbounded">
					<group ref="nitf:blockContent"/>
				</choice>
				<sequence minOccurs="0">
					<element ref="nitf:datasource" minOccurs="0"/>
				</sequence>
				<any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded">
					<annotation>
						<documentation>Extension point for provider-defined properties from other namespaces</documentation>
					</annotation>
				</any>
			</sequence>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
		</complexType>
	</element>
	<element name="p">
		<annotation>
			<documentation>
				Partial description	Paragraph.
				Full description	An organized set of sentences.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<choice minOccurs="0" maxOccurs="unbounded">
				<group ref="nitf:enrichedText"/>
			</choice>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
			<attribute name="lede" type="string" use="optional">
				<annotation>
					<documentation>
						Indicates that the paragraph is the lead paragraph(s) to the news object. Either true or false.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="summary" type="string" use="optional">
				<annotation>
					<documentation>
						Indicates that the associated paragraphs form a summary. Either true or false.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="optional-text" type="string" use="optional">
				<annotation>
					<documentation>
						Indicates that the paragraph could be considered optional. Either true or false.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="table">
		<annotation>
			<documentation>
				Partial description	Table of data.
				Full description	Form is like the form of HTML tables.
			</documentation>
		</annotation>
		<complexType>
			<sequence>
				<element ref="nitf:caption" minOccurs="0"/>
				<choice>
					<element ref="nitf:col" minOccurs="0"/>
					<element ref="nitf:colgroup" minOccurs="0"/>
				</choice>
				<element ref="nitf:thead" minOccurs="0"/>
				<element ref="nitf:tfoot" minOccurs="0"/>
				<choice>
					<element ref="nitf:tbody"/>
					<element ref="nitf:tr" minOccurs="0" maxOccurs="unbounded"/>
				</choice>
			</sequence>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
			<attribute name="tabletype" type="ENTITY" use="optional">
				<annotation>
					<documentation>
						Holds style information.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="align" use="optional">
				<annotation>
					<documentation>
						Where the table should appear with respect to surrounding text. (Controlled vocabulary.)
					</documentation>
				</annotation>
				<simpleType>
					<restriction base="string">
						<enumeration value="left"/>
						<enumeration value="center"/>
						<enumeration value="right"/>
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="width" type="string" use="optional">
				<annotation>
					<documentation>
						Width of the table, in pixels.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="cols" type="NMTOKEN" use="optional">
				<annotation>
					<documentation>
						Number of columns in the table.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="border" type="string" use="optional">
				<annotation>
					<documentation>
						Describes how the border (if any) should be rendered.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="frame" use="optional">
				<annotation>
					<documentation>
						Specification of which parts of the frame around the table should be rendered.
					</documentation>
				</annotation>
				<simpleType>
					<restriction base="string">
						<enumeration value="void"/>
						<enumeration value="above"/>
						<enumeration value="below"/>
						<enumeration value="hsides"/>
						<enumeration value="lhs"/>
						<enumeration value="rhs"/>
						<enumeration value="vsides"/>
						<enumeration value="box"/>
						<enumeration value="border"/>
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="rules" use="optional">
				<annotation>
					<documentation>
						Indicates the use of rules/lines between rows and columns.
					</documentation>
				</annotation>
				<simpleType>
					<restriction base="string">
						<enumeration value="none"/>
						<enumeration value="basic"/>
						<enumeration value="rows"/>
						<enumeration value="cols"/>
						<enumeration value="all"/>
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="cellspacing" type="string" use="optional">
				<annotation>
					<documentation>
						A measurement of the number of pixels between cells.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="cellpadding" type="string" use="optional">
				<annotation>
					<documentation>
						A measurement of the number of pixels between a cell's border and its text.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="media">
		<annotation>
			<documentation>
				Partial description	Generalized media object.
				Full description	Used to package up a reference to an image, audio, video, etc. with its caption and credit.
			</documentation>
		</annotation>
		<complexType>
			<sequence>
				<element ref="nitf:media-metadata" minOccurs="0" maxOccurs="unbounded"/>
				<sequence maxOccurs="unbounded">
					<element ref="nitf:media-reference"/>
					<element ref="nitf:media-object" minOccurs="0"/>
				</sequence>
				<element ref="nitf:media-caption" minOccurs="0" maxOccurs="unbounded"/>
				<element ref="nitf:media-producer" minOccurs="0" maxOccurs="unbounded"/>
				<any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded">
					<annotation>
						<documentation>Extension point for provider-defined properties from other namespaces</documentation>
					</annotation>
				</any>
			</sequence>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
			<attribute name="media-type" type="string" use="required">
				<annotation>
					<documentation>
						text | audio | image | video | data | application | other (Controlled vocabulary.)
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="media-reference">
		<annotation>
			<documentation>
				Partial description	Reference to an external media object, OR to its following media-object.
				Full description	Points to any object, such as photo, audio, video and text; or to executable files.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="source" type="string" use="optional">
				<annotation>
					<documentation>
						URL or other unique ID for external media file.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="name" type="string" use="optional">
				<annotation>
					<documentation>
						Alternate name or description of the object.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="mime-type" type="string" use="optional">
				<annotation>
					<documentation>
						Mime-type for the external media file.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="coding" type="string" use="optional">
				<annotation>
					<documentation>
						How the information is coded.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="time" type="string" use="optional">
				<annotation>
					<documentation>
						Length of time that the media file plays.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="time-unit-of-measure" type="string" use="optional">
				<annotation>
					<documentation>
						Units in which the time attribute is measured.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="outcue" type="string" use="optional">
				<annotation>
					<documentation>
						Provides information about the spoken information that ends an audio clip.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="source-credit" type="string" use="optional">
				<annotation>
					<documentation>
						Indicates the source of the information.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="copyright" type="string" use="optional">
				<annotation>
					<documentation>
						Copyright owner.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="alternate-text" type="string" use="optional">
				<annotation>
					<documentation>
						Plain-text description that can serve as a substitute for the media object.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="height" type="NMTOKEN" use="optional">
				<annotation>
					<documentation>
						Height of the media object.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="width" type="NMTOKEN" use="optional">
				<annotation>
					<documentation>
						Width of the media object.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="units" use="optional">
				<annotation>
					<documentation>
						Units used for width and height. Default is pixels.
					</documentation>
				</annotation>
				<simpleType>
					<restriction base="string">
						<enumeration value="pixels"/>
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="imagemap" type="string" use="optional">
				<annotation>
					<documentation>
						Indication for whether the media object has an affiliated imagemap.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="noflow" use="optional">
				<annotation>
					<documentation>
						Indicates if information can flow around figure.
					</documentation>
				</annotation>
				<simpleType>
					<restriction base="string">
						<enumeration value="noflow"/>
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="data-location" type="string" use="optional">
				<annotation>
					<documentation>
						Alternative, though discouraged, way to store ID for external media file.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="media-metadata">
		<annotation>
			<documentation>
				Partial description	Generic metadata placeholder.
				Full description	Used when the attributes of media-reference do not suffice.
			</documentation>
		</annotation>
		<complexType>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="name" type="string" use="required">
				<annotation>
					<documentation>
						Name of the metadata item.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="value" type="string" use="optional">
				<annotation>
					<documentation>
						Value of the metadata item.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="media-object">
		<annotation>
			<documentation>
				Partial description	Inline media data.
				Full description	Holds binary information, or some other encoded format.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<attributeGroup ref="nitf:commonNITFAttributes"/>
			<attribute name="encoding" type="string" use="required">
				<annotation>
					<documentation>
						Format the encoded data is in.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="media-caption">
		<annotation>
			<documentation>
				Partial description	Text describing media.
				Full description	Often rendered beneath a photo or video.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<choice minOccurs="0" maxOccurs="unbounded">
				<group ref="nitf:enrichedText"/>
				<group ref="nitf:blockContent"/>
			</choice>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
		</complexType>
	</element>
	<element name="media-producer">
		<annotation>
			<documentation>
				Partial description	Byline of media producer.
				Full description	Also used as a credit for the media.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<choice minOccurs="0" maxOccurs="unbounded">
				<group ref="nitf:enrichedText"/>
			</choice>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
		</complexType>
	</element>
	<element name="ol">
		<annotation>
			<documentation>
				Partial description	Ordered list.
				Full description	Holds list items.
			</documentation>
		</annotation>
		<complexType>
			<sequence maxOccurs="unbounded">
				<element ref="nitf:li"/>
			</sequence>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
			<attribute name="seqnum" type="NMTOKEN" use="optional">
				<annotation>
					<documentation>Sequence number within an ordered list.</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="ul">
		<annotation>
			<documentation>
				Partial description	Unordered list.
				Full description	Holds list items.
			</documentation>
		</annotation>
		<complexType>
			<sequence maxOccurs="unbounded">
				<element ref="nitf:li"/>
			</sequence>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
		</complexType>
	</element>
	<element name="li">
		<annotation>
			<documentation>
				Partial description	List item.
				Full description	Holds content that is presented within a list.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<choice minOccurs="0" maxOccurs="unbounded">
				<group ref="nitf:enrichedText"/>
				<group ref="nitf:blockContent"/>
			</choice>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
		</complexType>
	</element>
	<element name="dl">
		<annotation>
			<documentation>
				Partial description	Definition list.
				Full description	Holds terms and their definitions.
			</documentation>
		</annotation>
		<complexType>
			<choice maxOccurs="unbounded">
				<element ref="nitf:dt"/>
				<element ref="nitf:dd"/>
			</choice>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
		</complexType>
	</element>
	<element name="dt">
		<annotation>
			<documentation>
				Partial description	Definition term.
				Full description	Holds the content that is to be defined.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<choice minOccurs="0" maxOccurs="unbounded">
				<group ref="nitf:enrichedText"/>
			</choice>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
		</complexType>
	</element>
	<element name="dd">
		<annotation>
			<documentation>
				Partial description	Definition data.
				Full description	Holds the definition of the term.
			</documentation>
		</annotation>
		<complexType>
			<choice minOccurs="0" maxOccurs="unbounded">
				<group ref="nitf:enrichedText"/>
				<group ref="nitf:blockContent"/>
				<element ref="nitf:block"/>
			</choice>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
		</complexType>
	</element>
	<element name="bq">
		<annotation>
			<documentation>
				Partial description	Block quote.
				Full description	An extended quotation.
			</documentation>
		</annotation>
		<complexType>
			<sequence minOccurs="0" maxOccurs="unbounded">
				<element ref="nitf:block" maxOccurs="unbounded"/>
				<element ref="nitf:credit" minOccurs="0"/>
			</sequence>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
			<attribute name="nowrap" use="optional">
				<annotation>
					<documentation>
						Directive not to wrap text in the cell.
					</documentation>
				</annotation>
				<simpleType>
					<restriction base="string">
						<enumeration value="nowrap"/>
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="quote-source" type="string" use="optional">
				<annotation>
					<documentation>
						Source of a quote.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="credit">
		<annotation>
			<documentation>
				Partial description	Names the source of the block quote.
				Full description	Provides attribution for a block quote.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<choice minOccurs="0" maxOccurs="unbounded">
				<group ref="nitf:enrichedText"/>
			</choice>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
		</complexType>
	</element>
	<element name="fn">
		<annotation>
			<documentation>
				Partial description	Footnote.
				Full description	Notes that are often rendered at the end of a document.
			</documentation>
		</annotation>
		<complexType>
			<sequence maxOccurs="unbounded">
				<element ref="nitf:body.content"/>
			</sequence>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
		</complexType>
	</element>
	<element name="pre">
		<annotation>
			<documentation>
				Partial description	Preformatted information.
				Full description	Carriage returns and fixed-width spacing should be maintained.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<attributeGroup ref="nitf:commonNITFAttributes"/>
		</complexType>
	</element>
	<element name="hr">
		<annotation>
			<documentation>
				Partial description	Horizontal rule.
				Full description	A rendered divider between sections of text.
			</documentation>
		</annotation>
		<complexType>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
		</complexType>
	</element>
	<element name="datasource">
		<annotation>
			<documentation>
				Partial description	Source of the information grouped in a block element.
				Full description	Cites the source of block content. Allowed only at end of block.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<attributeGroup ref="nitf:globalNITFAttributes"/>
		</complexType>
	</element>
	<element name="caption">
		<annotation>
			<documentation>
				Partial description	Text for the caption of a table.
				Full description	Appears only within the table element.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<choice minOccurs="0" maxOccurs="unbounded">
				<group ref="nitf:enrichedText"/>
				<group ref="nitf:blockContent"/>
			</choice>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
			<attribute name="align" use="optional">
				<annotation>
					<documentation>
						Alignment of the text in the caption.
					</documentation>
				</annotation>
				<simpleType>
					<restriction base="string">
						<enumeration value="top"/>
						<enumeration value="bottom"/>
						<enumeration value="left"/>
						<enumeration value="right"/>
					</restriction>
				</simpleType>
			</attribute>
		</complexType>
	</element>
	<element name="col">
		<annotation>
			<documentation>
				Partial description	Column.
				Full description	Used to specify formatting for a table column.
			</documentation>
		</annotation>
		<complexType>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
			<attribute name="span" type="NMTOKEN" use="optional" default="1">
				<annotation>
					<documentation>
						Number of columns a header cell spans.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="width" type="string" use="optional">
				<annotation>
					<documentation>
						Width of the column, in pixels.
					</documentation>
				</annotation>
			</attribute>
			<attributeGroup ref="nitf:cellAlign"/>
			<attributeGroup ref="nitf:cellVAlign"/>
		</complexType>
	</element>
	<element name="colgroup">
		<annotation>
			<documentation>
				Partial description	Column group.
				Full description	Used to specify formatting for a table column.
			</documentation>
		</annotation>
		<complexType>
			<sequence>
				<element ref="nitf:col" maxOccurs="unbounded"/>
			</sequence>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
			<attributeGroup ref="nitf:cellAlign"/>
			<attributeGroup ref="nitf:cellVAlign"/>
		</complexType>
	</element>
	<element name="thead">
		<annotation>
			<documentation>
				Partial description	Table heading.
				Full description	Used to group rows that can consistently be displayed atop a table.
			</documentation>
		</annotation>
		<complexType>
			<sequence>
				<element ref="nitf:tr" maxOccurs="unbounded"/>
			</sequence>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
			<attributeGroup ref="nitf:cellAlign"/>
			<attributeGroup ref="nitf:cellVAlign"/>
		</complexType>
	</element>
	<element name="tbody">
		<annotation>
			<documentation>
				Partial description	Table body.
				Full description	Holds the bulk of the data rows of a table.
			</documentation>
		</annotation>
		<complexType>
			<sequence>
				<element ref="nitf:tr" maxOccurs="unbounded"/>
			</sequence>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
			<attributeGroup ref="nitf:cellAlign"/>
			<attributeGroup ref="nitf:cellVAlign"/>
		</complexType>
	</element>
	<element name="tfoot">
		<annotation>
			<documentation>
				Partial description	Table footer.
				Full description	Used to group rows that can consistently be displayed below a table.
			</documentation>
		</annotation>
		<complexType>
			<sequence>
				<element ref="nitf:tr" maxOccurs="unbounded"/>
			</sequence>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
			<attributeGroup ref="nitf:cellAlign"/>
			<attributeGroup ref="nitf:cellVAlign"/>
		</complexType>
	</element>
	<element name="tr">
		<annotation>
			<documentation>
				Partial description	Table row.
				Full description	Holds cells of a table.
			</documentation>
		</annotation>
		<complexType>
			<choice maxOccurs="unbounded">
				<element ref="nitf:th"/>
				<element ref="nitf:td"/>
			</choice>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
			<attributeGroup ref="nitf:cellAlign"/>
			<attributeGroup ref="nitf:cellVAlign"/>
		</complexType>
	</element>
	<element name="th">
		<annotation>
			<documentation>
				Partial description	Table header cell.
				Full description	Holds content intended to be a label.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<choice minOccurs="0" maxOccurs="unbounded">
				<group ref="nitf:enrichedText"/>
				<group ref="nitf:blockContent"/>
			</choice>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
			<attribute name="axis" type="string" use="optional">
				<annotation>
					<documentation>
						HTML formatting attribute.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="axes" type="string" use="optional">
				<annotation>
					<documentation>
						HTML formatting attribute.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="nowrap" use="optional">
				<annotation>
					<documentation>
						Directive not to wrap text in the cell.
					</documentation>
				</annotation>
				<simpleType>
					<restriction base="string">
						<enumeration value="nowrap"/>
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="rowspan" type="NMTOKEN" use="optional">
				<annotation>
					<documentation>
						Number of horizontal rows a cell spans.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="colspan" type="NMTOKEN" use="optional">
				<annotation>
					<documentation>
						Number of vertical columns a cell spans.
					</documentation>
				</annotation>
			</attribute>
			<attributeGroup ref="nitf:cellAlign"/>
			<attributeGroup ref="nitf:cellVAlign"/>
		</complexType>
	</element>
	<element name="td">
		<annotation>
			<documentation>
				Partial description	Table data cell.
				Full description	Holds content intended to be data.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<choice minOccurs="0" maxOccurs="unbounded">
				<group ref="nitf:enrichedText"/>
				<group ref="nitf:blockContent"/>
			</choice>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
			<attribute name="axis" type="string" use="optional">
				<annotation>
					<documentation>
						HTML formatting attribute.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="axes" type="string" use="optional">
				<annotation>
					<documentation>
						HTML formatting attribute.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="nowrap" use="optional">
				<annotation>
					<documentation>
						Directive not to wrap text in the cell.
					</documentation>
				</annotation>
				<simpleType>
					<restriction base="string">
						<enumeration value="nowrap"/>
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="rowspan" type="NMTOKEN" use="optional">
				<annotation>
					<documentation>
						Number of horizontal rows a cell spans.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="colspan" type="NMTOKEN" use="optional">
				<annotation>
					<documentation>
						Number of vertical columns a cell spans.
					</documentation>
				</annotation>
			</attribute>
			<attributeGroup ref="nitf:cellAlign"/>
			<attributeGroup ref="nitf:cellVAlign"/>
		</complexType>
	</element>
	<element name="chron">
		<annotation>
			<documentation>
				Partial description	Date and time.
				Full description	Used to normalize inline date and time references.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<attributeGroup ref="nitf:commonNITFAttributes"/>
			<attribute name="norm" type="string" use="optional">
				<annotation>
					<documentation>
						Date/time value normalized to ISO 8601: YYYYMMDDTHHMMSS-HHMM (preferred) YYYYMMDDTHHMMSSZ (alternative). Use YYYYMMDD000000-HHMM when no time is available
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="event">
		<annotation>
			<documentation>
				Partial description	An event.
				Full description	An activity that is considered newsworthy.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<choice minOccurs="0" maxOccurs="unbounded">
				<element ref="nitf:alt-code"/>
			</choice>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
			<attribute name="start-date" type="string" use="optional">
				<annotation>
					<documentation>
						When the event is set to start. Date/time value normalized to ISO 8601: YYYYMMDDTHHMMSS-HHMM (preferred) YYYYMMDDTHHMMSSZ (alternative). Use YYYYMMDD000000-HHMM when no time is available
					</documentation>
				</annotation>
			</attribute>
			<attribute name="end-date" type="string" use="optional">
				<annotation>
					<documentation>
						When the event is set to end. Date/time value normalized to ISO 8601: YYYYMMDDTHHMMSS-HHMM (preferred) YYYYMMDDTHHMMSSZ (alternative). Use YYYYMMDD000000-HHMM when no time is available
					</documentation>
				</annotation>
			</attribute>
			<attribute name="idsrc" type="string" use="optional">
				<annotation>
					<documentation>
						The source (taxonomy) for the element's value attribute.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="value" type="string" use="optional">
				<annotation>
					<documentation>
						The code or symbol for the element.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="function">
		<annotation>
			<documentation>
				Partial description	Role played by a person.
				Full description	Can be either a description, such as interior decorator, or a formal title, such as president, chairman, owner, captain, manager.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<choice minOccurs="0" maxOccurs="unbounded">
				<element ref="nitf:alt-code"/>
			</choice>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="idsrc" type="string" use="optional">
				<annotation>
					<documentation>
						The source (taxonomy) for the element's value attribute.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="value" type="string" use="optional">
				<annotation>
					<documentation>
						The code or symbol for the element.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="location">
		<annotation>
			<documentation>
				Partial description	Significant place mentioned in an article.
				Full description	Used to normalize locations.
			</documentation>
		</annotation>
		<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">
				<annotation>
					<documentation>
						The code or symbol for the element.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="code-source" type="string" use="optional">
				<annotation>
					<documentation>
						The source (taxonomy) for the element's location-code.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="sublocation">
		<annotation>
			<documentation>
				Partial description	Named region within city or state.
				Full description	Generic holder for more detailed location information.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<choice minOccurs="0" maxOccurs="unbounded">
				<element ref="nitf:alt-code"/>
			</choice>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
			<attribute name="location-code" type="string" use="optional">
				<annotation>
					<documentation>
						The code or symbol for the element.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="code-source" type="string" use="optional">
				<annotation>
					<documentation>
						The source (taxonomy) for the element's location-code.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="city">
		<annotation>
			<documentation>
				Partial description	City, town, village, etc.
				Full description	Used to normalize city, town names.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<choice minOccurs="0" maxOccurs="unbounded">
				<element ref="nitf:alt-code"/>
			</choice>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
			<attribute name="city-code" type="string" use="optional">
				<annotation>
					<documentation>
						The code or symbol for the element.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="code-source" type="string" use="optional">
				<annotation>
					<documentation>
						The source (taxonomy) for the element's city-code.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="state">
		<annotation>
			<documentation>
				Partial description	State or province or region.
				Full description	Used to normalize these locations.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<choice minOccurs="0" maxOccurs="unbounded">
				<element ref="nitf:alt-code"/>
			</choice>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
			<attribute name="state-code" type="string" use="optional">
				<annotation>
					<documentation>
						The code or symbol for the element.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="code-source" type="string" use="optional">
				<annotation>
					<documentation>
						The source (taxonomy) for the element's state-code.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="region">
		<annotation>
			<documentation>
				Partial description	Geographic area.
				Full description	Used to normalize regions.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<choice minOccurs="0" maxOccurs="unbounded">
				<element ref="nitf:alt-code"/>
			</choice>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
			<attribute name="region-code" type="string" use="optional">
				<annotation>
					<documentation>
						The code or symbol for the element.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="code-source" type="string" use="optional">
				<annotation>
					<documentation>
						The source (taxonomy) for the element's region-code.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="country">
		<annotation>
			<documentation>
				Partial description	Geographic area with a government.
				Full description	Used to normalize countries.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<choice minOccurs="0" maxOccurs="unbounded">
				<element ref="nitf:alt-code"/>
			</choice>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
			<attribute name="iso-cc" type="string" use="optional">
				<annotation>
					<documentation>
						Country code as specified in ISO 3166.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="money">
		<annotation>
			<documentation>
				Partial description	Monetary item.
				Full description	Used to identify units of money.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<attributeGroup ref="nitf:commonNITFAttributes"/>
			<attribute name="unit" type="string" use="optional">
				<annotation>
					<documentation>
						The currency used.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="date" type="string" use="optional">
				<annotation>
					<documentation>
						Date when this currency value was quoted. Date/time value normalized to ISO 8601: YYYYMMDDTHHMMSS-HHMM (preferred) YYYYMMDDTHHMMSSZ (alternative). Use YYYYMMDD000000-HHMM when no time is available
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="num">
		<annotation>
			<documentation>
				Partial description	Numeric data.
				Full description	Used to normalize numbers.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<choice minOccurs="0" maxOccurs="unbounded">
				<element ref="nitf:frac"/>
				<element ref="nitf:sub"/>
				<element ref="nitf:sup"/>
			</choice>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
			<attribute name="units" type="string" use="optional">
				<annotation>
					<documentation>
						Units the number is in.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="decimal-ch" type="string" use="optional">
				<annotation>
					<documentation>
						Character used to separate decimalized portion.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="thousands-ch" type="string" use="optional">
				<annotation>
					<documentation>
						Character to separate thousands groups.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="frac">
		<annotation>
			<documentation>
				Partial description	Fraction.
				Full description	Separates the numerator from the denominator.
			</documentation>
		</annotation>
		<complexType>
			<sequence>
				<element ref="nitf:numer"/>
				<element ref="nitf:frac-sep" minOccurs="0"/>
				<element ref="nitf:denom"/>
			</sequence>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
		</complexType>
	</element>
	<element name="numer">
		<annotation>
			<documentation>
				Partial description	Fraction numerator.
				Full description	The top part of a fraction.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<attributeGroup ref="nitf:globalNITFAttributes"/>
		</complexType>
	</element>
	<element name="frac-sep">
		<annotation>
			<documentation>
				Partial description	Fraction separator.
				Full description	Holds the preferred character, normally a slash.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<attributeGroup ref="nitf:globalNITFAttributes"/>
		</complexType>
	</element>
	<element name="denom">
		<annotation>
			<documentation>
				Partial description	Fraction denominator.
				Full description	The bottom part of a fraction.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<attributeGroup ref="nitf:globalNITFAttributes"/>
		</complexType>
	</element>
	<element name="sub">
		<annotation>
			<documentation>
				Partial description	Subscript.
				Full description	Generally rendered in small type and vertically aligned lower than the main text.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<attributeGroup ref="nitf:commonNITFAttributes"/>
		</complexType>
	</element>
	<element name="sup">
		<annotation>
			<documentation>
				Partial description	Superscript.
				Full description	Generally rendered in small type and vertically aligned higher than the main text.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<attributeGroup ref="nitf:commonNITFAttributes"/>
		</complexType>
	</element>
	<element name="object.title">
		<annotation>
			<documentation>
				Partial description	Title of inline object such as book, song, artwork, etc.
				Full description	Used to normalize these values.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<choice minOccurs="0" maxOccurs="unbounded">
				<element ref="nitf:alt-code"/>
			</choice>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
			<attribute name="idsrc" type="string" use="optional">
				<annotation>
					<documentation>
						The source (taxonomy) for the element's value.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="value" type="string" use="optional"/>
		</complexType>
	</element>
	<element name="org">
		<annotation>
			<documentation>
				Partial description	Organization.
				Full description	Used for companies (both private and public) and non-profits.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<choice minOccurs="0" maxOccurs="unbounded">
				<element ref="nitf:alt-code"/>
			</choice>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
			<attribute name="idsrc" type="string" use="optional">
				<annotation>
					<documentation>
						The source (taxonomy) for the element's value.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="value" type="string" use="optional">
				<annotation>
					<documentation>
						The code or symbol for the element.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="alt-code">
		<annotation>
			<documentation>
				Partial description	An alternate symbol for the phrase.
				Full description	Used when an item has more than one symbol behind it.
			</documentation>
		</annotation>
		<complexType>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="idsrc" type="string" use="required">
				<annotation>
					<documentation>
						The source (taxonomy) for the element's value.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="value" type="string" use="required">
				<annotation>
					<documentation>
						An alternate code or symbol for the element.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="person">
		<annotation>
			<documentation>
				Partial description	Human individual.
				Full description	Used to normalize people. If person has one name, like Cher or Madonna, use name.given.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<choice minOccurs="0" maxOccurs="unbounded">
				<element ref="nitf:name.given"/>
				<element ref="nitf:name.family"/>
				<element ref="nitf:function"/>
				<element ref="nitf:alt-code"/>
			</choice>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
			<attribute name="idsrc" type="string" use="optional">
				<annotation>
					<documentation>
						The source (taxonomy) for the element's value.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="value" type="string" use="optional">
				<annotation>
					<documentation>
						The code or symbol for the element.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="gender" use="optional">
				<annotation>
					<documentation>
						either male or female
					</documentation>
				</annotation>
				<simpleType>
					<restriction base="string">
						<enumeration value="male"/>
						<enumeration value="female"/>
					</restriction>
				</simpleType>
			</attribute>
		</complexType>
	</element>
	<element name="name.given">
		<annotation>
			<documentation>
				Partial description	Given name.
				Full description	In the U.S., the first name of an individual. Also used if person has only one name.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<attributeGroup ref="nitf:commonNITFAttributes"/>
		</complexType>
	</element>
	<element name="name.family">
		<annotation>
			<documentation>
				Partial description	Family name.
				Full description	In the U.S., the last name of an individual.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<attributeGroup ref="nitf:commonNITFAttributes"/>
		</complexType>
	</element>
	<element name="postaddr">
		<annotation>
			<documentation>
				Partial description	Mailing address.
				Full description	Used to deliver mail.
			</documentation>
		</annotation>
		<complexType>
			<sequence>
				<element ref="nitf:addressee"/>
				<element ref="nitf:delivery.point" minOccurs="0"/>
				<choice minOccurs="0" maxOccurs="unbounded">
					<element ref="nitf:postcode"/>
					<element ref="nitf:delivery.office"/>
					<element ref="nitf:region"/>
					<element ref="nitf:country"/>
				</choice>
			</sequence>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
		</complexType>
	</element>
	<element name="virtloc">
		<annotation>
			<documentation>
				Partial description	Virtual Location.
				Full description	A location in cyberspace.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<choice minOccurs="0" maxOccurs="unbounded">
				<element ref="nitf:alt-code"/>
			</choice>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
			<attribute name="idsrc" type="string" use="optional">
				<annotation>
					<documentation>
						The source (taxonomy) for the element's value attribute.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="value" type="string" use="optional">
				<annotation>
					<documentation>
						The code or symbol for the element.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="a">
		<annotation>
			<documentation>
				Partial description	Anchor for hypertext links.
				Full description	Allows users to traverse to other documents.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<choice minOccurs="0" maxOccurs="unbounded">
				<group ref="nitf:enrichedText"/>
			</choice>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
			<attribute name="href" type="string" use="optional">
				<annotation>
					<documentation>
						URL for where the hypertext anchor leads.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="name" type="string" use="optional">
				<annotation>
					<documentation>
						Alternate name or description of the link, such as Link to News Item.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="rel" type="NMTOKEN" use="optional">
				<annotation>
					<documentation>
						Specifies the relationship from the source to the target.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="rev" type="NMTOKEN" use="optional">
				<annotation>
					<documentation>
						Specifies the relationship from the target to the source.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="title" type="string" use="optional">
				<annotation>
					<documentation>
						Title for the document to be linked to.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="br">
		<annotation>
			<documentation>
				Partial description	Forced line break.
				Full description	Often used within headlines.
			</documentation>
		</annotation>
		<complexType>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
		</complexType>
	</element>
	<element name="em">
		<annotation>
			<documentation>
				Partial description	Emphasis.
				Full description	Can be rendered as bold, italics, or another style.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<choice minOccurs="0" maxOccurs="unbounded">
				<group ref="nitf:enrichedText"/>
			</choice>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
		</complexType>
	</element>
	<element name="lang">
		<annotation>
			<documentation>
				Partial description	Language identifier.
				Full description	Used to separate inline changes of language.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<choice minOccurs="0" maxOccurs="unbounded">
				<group ref="nitf:enrichedText"/>
			</choice>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
			<attribute name="idsrc" type="string" use="optional">
				<annotation>
					<documentation>
						The source (taxonomy) for the element's value attribute. Often: ISO 639/RFC 1766.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="value" type="string" use="optional">
				<annotation>
					<documentation>
						The code or symbol for the element. Example: fr-ca.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="pronounce">
		<annotation>
			<documentation>
				Partial description	Pronunciation Information.
				Full description	Used to elaborate on how a term is spoken.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<choice minOccurs="0" maxOccurs="unbounded">
				<group ref="nitf:enrichedText"/>
			</choice>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
			<attribute name="guide" type="string" use="optional">
				<annotation>
					<documentation>
						Source used to create pronunciation.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="phonetic" type="string" use="optional">
				<annotation>
					<documentation>
						Phonetic pronunciation of an phrase.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="q">
		<annotation>
			<documentation>
				Partial description	Quotation.
				Full description	Words directly attributed to an individual.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<choice minOccurs="0" maxOccurs="unbounded">
				<group ref="nitf:enrichedText"/>
			</choice>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
			<attribute name="quote-source" type="string" use="optional">
				<annotation>
					<documentation>
						Who said or wrote the quotation.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="addressee">
		<annotation>
			<documentation>
				Partial description	Person or organization to whom the postal item is being sent.
				Full description	Used in a postal address.
			</documentation>
		</annotation>
		<complexType>
			<sequence>
				<element ref="nitf:person"/>
				<element ref="nitf:function" minOccurs="0"/>
				<element ref="nitf:care.of" minOccurs="0"/>
			</sequence>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
		</complexType>
	</element>
	<element name="care.of">
		<annotation>
			<documentation>
				Partial description	Poste restante.
				Full description	An alternative receiver of the postal item.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<attributeGroup ref="nitf:globalNITFAttributes"/>
		</complexType>
	</element>
	<element name="delivery.point">
		<annotation>
			<documentation>
				Partial description	Street, PO Box No.
				Full description	Precise point of delivery.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<choice minOccurs="0" maxOccurs="unbounded">
				<element ref="nitf:br"/>
			</choice>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="point-code" type="string" use="optional">
				<annotation>
					<documentation>
						Coded location for a delivery point.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="code-source" type="string" use="optional">
				<annotation>
					<documentation>
						Source of coded list information.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="postcode">
		<annotation>
			<documentation>
				Partial description	Postal code.
				Full description	Used by postal agency to improve delivery efficiency.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="code-source" type="string" use="optional">
				<annotation>
					<documentation>
						Source of coded list information.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="delivery.office">
		<annotation>
			<documentation>
				Partial description	Postal city or town.
				Full description	Where the post office is located.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<choice minOccurs="0" maxOccurs="unbounded">
				<element ref="nitf:br"/>
			</choice>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="office-code" type="string" use="optional">
				<annotation>
					<documentation>
						Coded location of office from referenced coded source.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="code-source" type="string" use="optional">
				<annotation>
					<documentation>
						Source of coded list information.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="body.end">
		<annotation>
			<documentation>
				Partial description	Information at the end of an article body
				Full description	Holds a tagline and/or a bibliography.
			</documentation>
		</annotation>
		<complexType>
			<sequence>
				<element ref="nitf:tagline" minOccurs="0"/>
				<element ref="nitf:bibliography" minOccurs="0"/>
				<any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded">
					<annotation>
						<documentation>Extension point for provider-defined properties from other namespaces</documentation>
					</annotation>
				</any>
			</sequence>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
		</complexType>
	</element>
	<element name="tagline">
		<annotation>
			<documentation>
				Partial description	A byline at the end of a story.
				Full description	Example: Stuart Myles contributed to this article.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<choice minOccurs="0" maxOccurs="unbounded">
				<group ref="nitf:enrichedText"/>
			</choice>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
			<attribute name="type" use="optional" default="std">
				<annotation>
					<documentation>
						Standard, publishable-advisory, non-publishable advisory.
					</documentation>
				</annotation>
				<simpleType>
					<restriction base="string">
						<enumeration value="std"/>
						<enumeration value="pa"/>
						<enumeration value="npa"/>
					</restriction>
				</simpleType>
			</attribute>
		</complexType>
	</element>
	<element name="bibliography">
		<annotation>
			<documentation>
				Partial description	Free-form bibliographic data.
				Full description	Used to elaborate on the source of information.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<attributeGroup ref="nitf:commonNITFAttributes"/>
		</complexType>
	</element>
	<element name="classifier">
		<annotation>
			<documentation>
				Partial description	Generic holder for metadata. Could be used by researchers and archivists to qualify documents.
				Full description	May be used inline (as localized phrase, atop a block (as localized section), or in docdata (for document as a whole).
			</documentation>
		</annotation>
		<complexType mixed="true">
			<choice minOccurs="0" maxOccurs="unbounded">
				<element ref="nitf:alt-code"/>
			</choice>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
			<attribute name="type" type="string" use="optional">
				<annotation>
					<documentation>
						Type of classifier. Example is concept.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="idsrc" type="string" use="optional">
				<annotation>
					<documentation>
						The source (taxonomy) for the element's value.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="value" type="string" use="optional">
				<annotation>
					<documentation>
						The code or symbol for the element.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="nitf-table">
		<annotation>
			<documentation>
				Partial description	A holder for a table, and content-filled metadata.
				Full description	May contain the classic NITF table, or a custom table.
			</documentation>
		</annotation>
		<complexType>
			<sequence>
				<element ref="nitf:nitf-table-metadata"/>
				<choice>
					<element ref="nitf:table"/>
					<element ref="nitf:custom-table"/>
					<element ref="nitf:table-reference"/>
				</choice>
			</sequence>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
		</complexType>
	</element>
	<element name="custom-table">
		<annotation>
			<documentation>
				Partial description	A holder for a namespaced XML fragment for custom-tagged data, or for an alternative set of non-parser-breaking content.
				Full description	Used when publisher wants to surround the fragment with NITF metadata.
			</documentation>
		</annotation>
		<complexType mixed="true">
			<attributeGroup ref="nitf:commonNITFAttributes"/>
		</complexType>
	</element>
	<element name="table-reference">
		<annotation>
			<documentation>
				Partial description	A pointer to a table that is elsewhere in the document.
				Full description	Can be used when the table is buried deep inside the included namespaced fragment.
			</documentation>
		</annotation>
		<complexType>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="idref" type="string" use="required">
				<annotation>
					<documentation>
						Holds an ID for the actual table.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="nitf-table-metadata">
		<annotation>
			<documentation>
				Partial description	A holder for a namespaced XML fragment for custom-tagged data.
				Full description	Used when publisher wants to surround the fragment with NITF metadata.
			</documentation>
		</annotation>
		<complexType>
			<sequence>
				<element ref="nitf:nitf-table-summary" minOccurs="0"/>
				<choice maxOccurs="unbounded">
					<element ref="nitf:nitf-colgroup"/>
					<element ref="nitf:nitf-col"/>
				</choice>
			</sequence>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
			<attribute name="subclass" type="string" use="optional">
				<annotation>
					<documentation>
						A further refinement of the class attribute.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="idsrc" type="string" use="optional">
				<annotation>
					<documentation>
						The source (taxonomy) for the element's value attribute.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="value" type="string" use="optional">
				<annotation>
					<documentation>
						The code or symbol for the particular table.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="status" use="optional">
				<annotation>
					<documentation>
						Measure of finality of the values of the table. Interim is the end of a logical break. snap-shot is any point in time.
					</documentation>
				</annotation>
				<simpleType>
					<restriction base="string">
						<enumeration value="pre"/>
						<enumeration value="snap-shot"/>
						<enumeration value="interim"/>
						<enumeration value="final"/>
						<enumeration value="official"/>
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="column-count" type="string" use="optional">
				<annotation>
					<documentation>
						Number of columns in the entire table.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="row-count" type="string" use="optional">
				<annotation>
					<documentation>
						Number of rows in the entire table.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="nitf-table-summary">
		<annotation>
			<documentation>
				Partial description	Textual description of the table.
				Full description	May describe intent of table and how it may be represented. Should be managed like a non-publishable editors note.
			</documentation>
		</annotation>
		<complexType>
			<sequence>
				<element ref="nitf:p" minOccurs="0" maxOccurs="unbounded"/>
			</sequence>
			<attributeGroup ref="nitf:commonNITFAttributes"/>
		</complexType>
	</element>
	<element name="nitf-colgroup">
		<annotation>
			<documentation>
				Partial description	A collection of nitf-col elements.
				Full description	Used when table repeats columns of a particular type.
			</documentation>
		</annotation>
		<complexType>
			<sequence maxOccurs="unbounded">
				<element ref="nitf:nitf-col"/>
			</sequence>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="idsrc" type="string" use="optional">
				<annotation>
					<documentation>
						The source (taxonomy) for the element's value attribute.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="value" type="string" use="optional">
				<annotation>
					<documentation>
						The code or symbol for the particular column.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="occurrences" type="string" use="optional">
				<annotation>
					<documentation>
						Indicates how many times the colgroup occurs. Default is 1.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
	<element name="nitf-col">
		<annotation>
			<documentation>
				Partial description	A holder for a namespaced XML fragment for custom-tagged data.
				Full description	Used when publisher wants to surround the fragment with NITF metadata.
			</documentation>
		</annotation>
		<complexType>
			<attributeGroup ref="nitf:globalNITFAttributes"/>
			<attribute name="idsrc" type="string" use="optional">
				<annotation>
					<documentation>
						The source (taxonomy) for the element's value attribute.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="value" type="string" use="optional">
				<annotation>
					<documentation>
						The code or symbol for the particular column.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="occurrences" type="string" use="optional">
				<annotation>
					<documentation>
						Indicates how many times the col occurs. Default is 1.
					</documentation>
				</annotation>
			</attribute>
			<attribute name="data-type" use="optional">
				<annotation>
					<documentation>
						The general type of data within the column.
					</documentation>
				</annotation>
				<simpleType>
					<restriction base="string">
						<enumeration value="text"/>
						<enumeration value="number"/>
						<enumeration value="graphic"/>
						<enumeration value="other"/>
					</restriction>
				</simpleType>
			</attribute>
			<attribute name="data-format" type="string" use="optional">
				<annotation>
					<documentation>
						An expanded definition of the data, based on the data-type.
					</documentation>
				</annotation>
			</attribute>
		</complexType>
	</element>
</schema>
<!--
IPTC - International Press Telecommunications Council
Royal Albert House, Windsor, Berkshire SL4 1BE, England
www.iptc.org

Non-Exclusive License Agreement for International Press
Telecommunications Council Specifications and Related Documentation

IMPORTANT: International Press Telecommunications Council (IPTC)
standard specifications for news (the Specifications) and supporting
software, documentation, technical reports, web sites and other
material related to the Specifications (the Materials) including the
document accompanying this license (the Document), whether in a paper
or electronic format, are made available to you subject to the terms
stated below. By obtaining, using and/or copying the Specifications or
Materials, you (the licensee) agree that you have read, understood,
and will comply with the following terms and conditions.

1. The Specifications and Materials are licensed for use only on the
condition that you agree to be bound by the terms of this license.
Subject to this and other licensing requirements contained herein, you
may, on a non-exclusive basis, use the Specifications and Materials.

2. The IPTC openly provides the Specifications and Materials for
voluntary use by individuals, partnerships, companies, corporations,
organizations and any other entity for use at the entity's own risk.
This disclaimer, license and release is intended to apply to the IPTC,
its officers, directors, agents, representatives, members,
contributors, affiliates, contractors, or co-venturers acting jointly
or severally.

3. The Document and translations thereof may be copied and furnished
to others, and derivative works that comment on or otherwise explain
it or assist in its implementation may be prepared, copied, published
and distributed, in whole or in part, without restriction of any kind,
provided that the copyright and license notices and references to the
IPTC appearing in the Document and the terms of this Specifications
License Agreement are included on all such copies and derivative
works. Further, upon the receipt of written permission from the IPTC,
the Document may be modified for the purpose of developing
applications that use IPTC Specifications or as required to translate
the Document into languages other than English.

4. Any use, duplication, distribution, or exploitation of the Document
and Specifications and Materials in any manner is at your own risk.

5. NO WARRANTY, EXPRESSED OR IMPLIED, IS MADE REGARDING THE ACCURACY,
ADEQUACY, COMPLETENESS, LEGALITY, RELIABILITY OR USEFULNESS OF ANY
INFORMATION CONTAINED IN THE DOCUMENT OR IN ANY SPECIFICATION OR OTHER
PRODUCT OR SERVICE PRODUCED OR SPONSORED BY THE IPTC. THE DOCUMENT AND
THE INFORMATION CONTAINED HEREIN AND INCLUDED IN ANY SPECIFICATION OR
OTHER PRODUCT OR SERVICE OF THE IPTC IS PROVIDED ON AN "AS IS" BASIS.
THE IPTC DISCLAIMS ALL WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING, BUT NOT LIMITED TO, ANY ACTUAL OR ASSERTED WARRANTY OF NON-
INFRINGEMENT OF PROPRIETARY RIGHTS, MERCHANTABILITY, OR FITNESS FOR A
PARTICULAR PURPOSE. NEITHER THE IPTC NOR ITS CONTRIBUTORS SHALL BE
HELD LIABLE FOR ANY IMPROPER OR INCORRECT USE OF INFORMATION. NEITHER
THE IPTC NOR ITS CONTRIBUTORS ASSUME ANY RESPONSIBILITY FOR ANYONE'S
USE OF INFORMATION PROVIDED BY THE IPTC. IN NO EVENT SHALL THE IPTC OR
ITS CONTRIBUTORS BE LIABLE TO ANYONE FOR DAMAGES OF ANY KIND,
INCLUDING BUT NOT LIMITED TO, COMPENSATORY DAMAGES, LOST PROFITS, LOST
DATA OR ANY FORM OF SPECIAL, INCIDENTAL, INDIRECT, CONSEQUENTIAL OR
PUNITIVE DAMAGES OF ANY KIND WHETHER BASED ON BREACH OF CONTRACT OR
WARRANTY, TORT, PRODUCT LIABILITY OR OTHERWISE.

6. The IPTC takes no position regarding the validity or scope of any
Intellectual Property or other rights that might be claimed to pertain
to the implementation or use of the technology described in the
Document or the extent to which any license under such rights might or
might not be available. The IPTC does not represent that it has made
any effort to identify any such rights. Copies of claims of rights
made available for publication, assurances of licenses to be made
available, or the result of an attempt made to obtain a general
license or permission for the use of such proprietary rights by
implementers or users of the Specifications and Materials, can be
obtained from the Managing Director of the IPTC.

7. By using the Specifications and Materials including the Document in
any manner or for any purpose, you release the IPTC from all
liabilities, claims, causes of action, allegations, losses, injuries,
damages, or detriments of any nature arising from or relating to the
use of the Specifications, Materials or any portion thereof. You
further agree not to file a lawsuit, make a claim, or take any other
formal or informal legal action against the IPTC, resulting from your
acquisition, use, duplication, distribution, or exploitation of the
Specifications, Materials or any portion thereof. Finally, you hereby
agree that the IPTC is not liable for any direct, indirect, special or
consequential damages arising from or relating to your acquisition,
use, duplication, distribution, or exploitation of the Specifications,
Materials or any portion thereof.

8. Specifications and Materials may be downloaded or copied provided
that ALL copies retain the ownership, copyright and license notices.

9. Materials may not be edited, modified, or presented in a context
that creates a misleading or false impression or statement as to the
positions, actions, or statements of the IPTC.

10. The name and trademarks of the IPTC may not be used in
advertising, publicity, or in relation to products or services and
their names without the specific, written prior permission of the
IPTC. Any permitted use of the trademarks of the IPTC, whether
registered or not, shall be accompanied by an appropriate mark and
attribution, as agreed with the IPTC.

11. Specifications may be extended by both members and non-members to
provide additional functionality (Extended Specifications) provided
that there is a clear recognition of the IPTC IP and its ownership in
the Extended Specifications and the related documentation and provided
that the extensions are clearly identified and provided that a
perpetual license is granted by the creator of the Extended
Specifications for other members and non-members to use the Extended
Specifications and to continue extensions of the Extended
Specifications. The IPTC does not waive any of its rights in the
Specifications and Materials in this context. The Extended
Specifications may be considered the intellectual property of their
creator. The IPTC expressly disclaims any responsibility for damage
caused by an extension to the Specifications.

12. Specifications and Materials may be included in derivative work of
both members and non-members provided that there is a clear
recognition of the IPTC IP and its ownership in the derivative work
and its related documentation. The IPTC does not waive any of its
rights in the Specifications and Materials in this context. Derivative
work in its entirety may be considered the intellectual property of
the creator of the work .The IPTC expressly disclaims any
responsibility for damage caused when its IP is used in a derivative
context.

13. This Specifications License Agreement is perpetual subject to your
conformance to the terms of this Agreement. The IPTC may terminate
this Specifications License Agreement immediately upon your breach of
this Agreement and, upon such termination you will cease all use,
duplication, distribution, and/or exploitation in any manner of the
Specifications and Materials.

14. This Specifications License Agreement reflects the entire
agreement of the parties regarding the subject matter hereof and
supersedes all prior agreements or representations regarding such
matters, whether written or oral. To the extent any portion or
provision of this Specifications License Agreement is found to be
illegal or unenforceable, then the remaining provisions of this
Specifications License Agreement will remain in full force and effect
and the illegal or unenforceable provision will be construed to give
it such effect as it may properly have that is consistent with the
intentions of the parties.

15. This Specifications License Agreement may only be modified in
writing signed by an authorized representative of the IPTC.

16. This Specifications License Agreement is governed by the law of
United Kingdom, as such law is applied to contracts made and fully
performed in the United Kingdom. Any disputes arising from or relating
to this Specifications License Agreement will be resolved in the
courts of the United Kingdom. You consent to the jurisdiction of such
courts over you and covenant not to assert before such courts any
objection to proceeding in such forums.

IF YOU DO NOT AGREE TO THESE TERMS YOU MUST CEASE ALL USE OF THE
SPECIFICATIONS AND MATERIALS NOW. IF YOU HAVE ANY QUESTIONS ABOUT
THESE TERMS, PLEASE CONTACT THE MANAGING DIRECTOR OF THE INTERNATIONAL
PRESS TELECOMMUNICATION COUNCIL. AS OF THE DATE OF THIS REVISION OF
THIS SPECIFICATIONS LICENSE AGREEMENT YOU MAY CONTACT THE IPTC at
http://www.iptc.org.

License agreement version of: 30 January 2006
-->
