nitf:series

Partial description	Series information.
Full description	Identification of an article within a series of related articles.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id ID optional
An XML-specific identifier for the element.
series.name string optional
The name of the series.
series.part NMTOKEN 0 optional
Numeric order of this article within the series.
series.totalpart NMTOKEN 0 optional
Total or expected number of articles in the series; use 0 if unknown or indefinite.
Wildcard: ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/NITF/2006-10-18/'

Used By

Source

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

Sample