Definition Type: Element
Name: planning
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NAR_1.9-spec-All-Core.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Details about the planned news coverage by a specific kind of G2 item.
Collapse XSD Schema Diagram:
Drilldown into edNote in schema nar_1_9-spec-all-core_xsdXSD Diagram of planning in schema nar_1_9-spec-all-core_xsd (News Architecture (NAR) - Core)
Collapse XSD Schema Code:
<xs:element name="planning">
    <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:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
edNote nsA:edNote 0 unbounded