Definition Type: Element
Name: newsCoverage
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NewsML-G2_2.23-spec-All-Core.xsd
Abstract
Documentation:
Information about the planned and delivered news coverage of the news provider. This information is aimed at the editorial staff of the receiver
Collapse XSD Schema Diagram:
Drilldown into delivery in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into planning in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into id in schema newsml-g2_2_23-spec-all-core_xsdXSD Diagram of newsCoverage in schema newsml-g2_2_23-spec-all-core_xsd (News Markup Language (NewsML) - Core)
Collapse XSD Schema Code:
<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="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: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: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: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:anyAttribute namespace="##other" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
planning nsB:planning (1) unbounded
delivery nsB:delivery 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsB:id Optional
<anyAttribute> Allowed namespace: '##other'