<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>
|