nitf:title

Partial description	Document Title.
Full description	Often displayed within a result-list after a search finds this article.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id ID optional
An XML-specific identifier for the element.
type restriction of string optional
A categorization for title. (Controlled vocabulary.)
Wildcard: ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/NITF/2006-10-18/'

Used By

Element nitf:head

Source

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

Sample