Definition Type: Element
Name: newsCoverage
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: EventsML-G2_1.1-spec-Framework-Core.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Information about the intended coverage by the news provider of this event information. This information is aimed at the editorial staff of the receiver
Collapse XSD Schema Diagram:
Drilldown into edNote in schema eventsml-g2_1_1-spec-framework-core_xsdXSD Diagram of newsCoverage in schema eventsml-g2_1_1-spec-framework-core_xsd (EventsML - News Exchange Format)
Collapse XSD Schema Code:
<xs:element name="newsCoverage">
    <xs:annotation>
        <xs:documentation>Information about the intended coverage by the news provider of this event information.
This information is aimed at the editorial staff of the receiver</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</xs:documentation>
                </xs:annotation>
            </xs:any>
        </xs:sequence>
        <xs:anyAttribute namespace="##other" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
edNote nsA:edNote 0 unbounded
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'
Collapse Comments:
blog comments powered by Disqus