<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="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="editAttributes" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element ref="itemClass" minOccurs="0" />
<xs:element name="assignedTo" type="Flex1PartyPropType" minOccurs="0">
<xs:annotation>
<xs:documentation>The party which is assigned to cover the event and produce the planned G2 item.</xs:documentation>
</xs:annotation>
</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 will be distributed.</xs:documentation>
</xs:annotation>
</xs:element>
<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:group ref="DescriptiveMetadataGroup" 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</xs:documentation>
</xs:annotation>
</xs:any>
</xs:sequence>
<xs:attributeGroup ref="editAttributes" />
<xs:attribute name="role" type="QCodeType">
<xs:annotation>
<xs:documentation>A refinement of the semantics of the property</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:anyAttribute namespace="##other" />
</xs:complexType>
</xs:element>
|