Definition Type: Element
Name: itemSet
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NAR_1.3-spec-NewsMessage-Core.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
The set of items to be exchanged.
Collapse XSD Schema Diagram:
XSD Diagram of itemSet in schema nar_1_3-spec-newsmessage-core_xsd (EventsML - News Exchange Format)
Collapse XSD Schema Code:
<xs:element name="itemSet">
    <xs:annotation>
        <xs:documentation>The set of items to be exchanged.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:any namespace="http://iptc.org/std/nar/2006-10-01/" processContents="lax" maxOccurs="unbounded">
                <xs:annotation>
                    <xs:documentation>Any item from the IPTC News Architecture 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
<xs:any> Allowed namespace: 'http://iptc.org/std/nar/2006-10-01/' (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'
Collapse Comments:
blog comments powered by Disqus