newsCoverage

Information about the planned and delivered news coverage of the news provider.
This information is aimed at the editorial staff of the receiver

Element Information

Model

planning+ , delivery{0,1} , newsCoverageExtProperty* , ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'

Attributes

QName Type Fixed Default Use Inheritable Annotation
creator QCodeType optional
If the attribute is empty, specifies which entity (person, organisation or system) will edit the property - expressed by a QCode. If the attribute is non-empty, specifies which entity (person, organisation or system) has edited the property.
creatoruri IRIType optional
If the attribute is empty, specifies which entity (person, organisation or system) will edit the property - expressed by a URI. If the attribute is non-empty, specifies which entity (person, organisation or system) has edited the property.
custom xs:boolean optional
If set to true the corresponding property was added to the G2 Item for a specific customer or group of customers only. The default value of this property is false which applies when this attribute is not used with the property.
how QCodeType optional
Indicates by which means the value was extracted from the content - expressed by a QCode
howuri IRIType optional
Indicates by which means the value was extracted from the content - expressed by a URI
id xs:ID optional
The local identifier of the element which MUST be persistent for all versions of the item, i.e. for its entire lifecycle.
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
why QCodeType optional
Why the metadata has been included - expressed by a QCode
whyuri IRIType optional
Why the metadata has been included - expressed by a URI
Wildcard: ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'

Used By

Element newsCoverageSet

Source

<xs:element name="newsCoverage">
  <xs:annotation>
    <xs:documentation>Information about the planned and delivered news coverage of the news provider. This information is aimed at the editorial staff of the receiver</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="planning" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Details about the planned news coverage by a specific kind of G2 item.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="g2contentType" minOccurs="0">
              <xs:annotation>
                <xs:documentation>The kind of planned G2 item(s)</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:simpleContent>
                  <xs:extension base="xs:string">
                    <xs:attributeGroup ref="commonPowerAttributes"/>
                  </xs:extension>
                </xs:simpleContent>
              </xs:complexType>
            </xs:element>
            <xs:element ref="itemClass" minOccurs="0">
              <xs:annotation>
                <xs:documentation>The nature of the G2 item, set in accordance with the structure of its content.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="itemCount" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Number of planned G2 items of this kind expressed by a range.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:attributeGroup ref="commonPowerAttributes"/>
                <xs:attribute name="rangefrom" type="xs:nonNegativeInteger" use="required"/>
                <xs:attribute name="rangeto" type="xs:positiveInteger" use="required"/>
              </xs:complexType>
            </xs:element>
            <xs:element name="assignedTo" minOccurs="0" maxOccurs="unbounded">
              <xs:annotation>
                <xs:documentation>The party which is assigned to cover the event and produce the planned G2 item.</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:complexContent>
                  <xs:extension base="Flex1PartyPropType">
                    <xs:attribute name="coversfrom" type="xs:dateTime">
                      <xs:annotation>
                        <xs:documentation>The starting date (and optionally, the time) by which this property applies to the news coverage planning</xs:documentation>
                      </xs:annotation>
                    </xs:attribute>
                    <xs:attribute name="coversto" type="xs:dateTime">
                      <xs:annotation>
                        <xs:documentation>The end date (and optionally, the time) by which this property applies to the news coverage planning</xs:documentation>
                      </xs:annotation>
                    </xs:attribute>
                  </xs:extension>
                </xs:complexContent>
              </xs:complexType>
            </xs:element>
            <xs:element name="scheduled" type="ApproximateDateTimePropType" minOccurs="0">
              <xs:annotation>
                <xs:documentation>The scheduled time of delivery for the planned G2 item(s).</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="service" type="QualPropType" minOccurs="0" maxOccurs="unbounded">
              <xs:annotation>
                <xs:documentation>An editorial service by which the planned G2 item(s) will be distributed.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:group ref="DescriptiveMetadataGroup" minOccurs="0"/>
            <xs:element name="edNote" type="BlockType" minOccurs="0" maxOccurs="unbounded">
              <xs:annotation>
                <xs:documentation>Additional natural language information about the planned coverage addressed to the editorial people receiving and processing the item.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="newsContentCharacteristics" minOccurs="0">
              <xs:annotation>
                <xs:documentation>The characteristics of the content of a News Item</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:attributeGroup ref="commonPowerAttributes"/>
                <xs:attributeGroup ref="newsContentCharacteristics"/>
              </xs:complexType>
            </xs:element>
            <xs:element name="planningExtProperty" type="Flex2ExtPropType" minOccurs="0" maxOccurs="unbounded">
              <xs:annotation>
                <xs:documentation>Extension Property; the semantics are defined by the concept referenced by the rel attribute. The semantics of the Extension Property must have the same scope as the parent property.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded">
              <xs:annotation>
                <xs:documentation>Extension point for any provider specific properties for news coverage planning - from any other namespace</xs:documentation>
              </xs:annotation>
            </xs:any>
          </xs:sequence>
          <xs:attributeGroup ref="commonPowerAttributes"/>
          <xs:attribute name="coversfrom" type="xs:dateTime">
            <xs:annotation>
              <xs:documentation>The starting date (and optionally, the time) by which this property applies to the news coverage planning</xs:documentation>
            </xs:annotation>
          </xs:attribute>
          <xs:attribute name="coversto" type="xs:dateTime">
            <xs:annotation>
              <xs:documentation>The end date (and optionally, the time) by which this property applies to the news coverage planning</xs:documentation>
            </xs:annotation>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element ref="delivery" minOccurs="0"/>
      <xs:element name="newsCoverageExtProperty" type="Flex2ExtPropType" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Extension Property; the semantics are defined by the concept referenced by the rel attribute. The semantics of the Extension Property must have the same scope as the parent property.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Extension point for any provider specific properties for news coverage - from any other namespace</xs:documentation>
        </xs:annotation>
      </xs:any>
    </xs:sequence>
    <xs:attribute name="id" type="xs:ID" use="optional">
      <xs:annotation>
        <xs:documentation>The local identifier of the element which MUST be persistent for all versions of the item, i.e. for its entire lifecycle.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="creator" type="QCodeType" use="optional">
      <xs:annotation>
        <xs:documentation>If the attribute is empty, specifies which entity (person, organisation or system) will edit the property - expressed by a QCode. If the attribute is non-empty, specifies which entity (person, organisation or system) has edited the property.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="creatoruri" type="IRIType" use="optional">
      <xs:annotation>
        <xs:documentation>If the attribute is empty, specifies which entity (person, organisation or system) will edit the property - expressed by a URI. If the attribute is non-empty, specifies which entity (person, organisation or system) has edited the property.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="modified" type="DateOptTimeType" use="optional">
      <xs:annotation>
        <xs:documentation>The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="custom" type="xs:boolean" use="optional">
      <xs:annotation>
        <xs:documentation>If set to true the corresponding property was added to the G2 Item for a specific customer or group of customers only. The default value of this property is false which applies when this attribute is not used with the property.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="how" type="QCodeType" use="optional">
      <xs:annotation>
        <xs:documentation>Indicates by which means the value was extracted from the content - expressed by a QCode</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="howuri" type="IRIType" use="optional">
      <xs:annotation>
        <xs:documentation>Indicates by which means the value was extracted from the content - expressed by a URI</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="why" type="QCodeType" use="optional">
      <xs:annotation>
        <xs:documentation>Why the metadata has been included - expressed by a QCode</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="whyuri" type="IRIType" use="optional">
      <xs:annotation>
        <xs:documentation>Why the metadata has been included - expressed by a URI</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:anyAttribute namespace="##other"/>
  </xs:complexType>
</xs:element>

Sample