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