nitf:tobject.subject

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

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id ID optional
An XML-specific identifier for the element.
tobject.subject.code string optional
Three-letter code for the subject type. This attribute is deprecated.
tobject.subject.detail string optional
Third-tier subject description.
tobject.subject.ipr string IPTC optional
Information provider reference.
tobject.subject.matter string optional
Second-tier subject description.
tobject.subject.refnum NMTOKEN required
Eight-digit reference number for all three levels.
tobject.subject.type string optional
First-tier subject description.
Wildcard: ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/NITF/2006-10-18/'

Used By

Element nitf:tobject

Source

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

Sample