nitf:doc.rights

Partial description	Rights information for use of the document.
Full description	Used when the rights holder is not the same as the copyright holder. This information should be consistant with that in the series of rights tags.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
agent string optional
The rights agent.
code-source string optional
Source of coded list information.
enddate string optional
For specified document rights. Date/time value normalized to ISO 8601: YYYYMMDDTHHMMSS-HHMM (preferred) YYYYMMDDTHHMMSSZ (alternative). Use YYYYMMDD000000-HHMM when no time is available
geography string optional
Geographic area where rights are asserted.
id ID optional
An XML-specific identifier for the element.
limitations string optional
Limitations associated with document rights.
location-code string optional
Coded location from standard list.
owner string optional
The owner of the specified rights.
startdate string optional
For asserted rights. Date/time value normalized to ISO 8601: YYYYMMDDTHHMMSS-HHMM (preferred) YYYYMMDDTHHMMSSZ (alternative). Use YYYYMMDD000000-HHMM when no time is available
type string optional
Kind of rights being asserted.
Wildcard: ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/NITF/2006-10-18/'

Used By

Element nitf:docdata

Source

<element name="doc.rights">
  <annotation>
    <documentation>Partial description Rights information for use of the document. Full description Used when the rights holder is not the same as the copyright holder. This information should be consistant with that in the series of rights tags.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="nitf:globalNITFAttributes"/>
    <attribute name="owner" type="string" use="optional">
      <annotation>
        <documentation>The owner of the specified rights.</documentation>
      </annotation>
    </attribute>
    <attribute name="startdate" type="string" use="optional">
      <annotation>
        <documentation>For asserted rights. 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="enddate" type="string" use="optional">
      <annotation>
        <documentation>For specified document rights. 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="agent" type="string" use="optional">
      <annotation>
        <documentation>The rights agent.</documentation>
      </annotation>
    </attribute>
    <attribute name="geography" type="string" use="optional">
      <annotation>
        <documentation>Geographic area where rights are asserted.</documentation>
      </annotation>
    </attribute>
    <attribute name="location-code" type="string" use="optional">
      <annotation>
        <documentation>Coded location from standard list.</documentation>
      </annotation>
    </attribute>
    <attribute name="code-source" type=