<xs:element name="planningItem">
<xs:annotation>
<xs:documentation>An Item containing information about the planning and delivery of news coverage</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="AnyItemType">
<xs:sequence>
<xs:element name="contentMeta" type="ContentMetadataAcDType" minOccurs="0">
<xs:annotation>
<xs:documentation>Content Metadata for a Planning Item</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="assert" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="inlineRef" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="derivedFrom" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="newsCoverageSet" minOccurs="0" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|