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