nitf:pubdata

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.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
date.publication string optional
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
edition.area string optional
Area / zone where news object was distributed.
edition.name string optional
Name of the edition in which the news object was distributed.
ex-ref string optional
External reference to the rendering of the news object as published, in the form of a URL or URN.
id ID optional
An XML-specific identifier for the element.
issn string optional
The International Standard Serial Number (ISSN) of the publication in which the news object occurred.
issue string optional
The name of the issue of the publication where the news object occurred. Examples include June, fall, Olympic Special, year-end, etc.
item-length string optional
Length of the item; see also unit-of-measure.
name string optional
Title of the publication.
number string optional
Publication number, often associated with a volume number.
position.section string optional
Named section of a publication where a news object appeared, such as Science, Sports, Weekend, etc.
position.sequence string optional
Where a news object appeared among a list of items; often the page number.
type restriction of string optional
Transport medium, such as print, streaming video or broadcast.
unit-of-measure string optional
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.
volume string optional
Volume of the publication in which the information appeared.
Wildcard: ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/NITF/2006-10-18/'

Used By

Element nitf:head

Source

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

Sample