<xs:element name="delivery">
<xs:annotation>
<xs:documentation>A set of references to G2 items which have been delivered under this news coverage definition.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="deliveredItemRef" maxOccurs="unbounded" type="Link1Type">
<xs:annotation>
<xs:documentation>A reference to a G2 item which has been delivered under this news coverage definition.</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 delivery - from any other namespace</xs:documentation>
</xs:annotation>
</xs:any>
</xs:sequence>
<xs:attributeGroup ref="commonPowerAttributes" />
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
</xs:element>
|