Definition Type: Element
Name: delivery
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NewsML-G2_2.23-spec-All-Core.xsd
Abstract
Documentation:
A set of references to G2 items which have been delivered under this news coverage definition.
Collapse XSD Schema Diagram:
Drilldown into deliveredItemRef in schema newsml-g2_2_23-spec-all-core_xsdXSD Diagram of delivery in schema newsml-g2_2_23-spec-all-core_xsd (News Markup Language (NewsML) - Core)
Collapse XSD Schema Code:
<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" type="LinkType" maxOccurs="unbounded">
                <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:anyAttribute namespace="##other" processContents="lax" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
deliveredItemRef nsB:deliveredItemRef (1) unbounded
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'