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