Definition Type: Element
Name: itemCount
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NAR_1.8-spec-Framework-Power.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Number of planned G2 items of this kind expressed by a range.
Collapse XSD Schema Diagram:
Drilldown into rangeto in schema nar_1_8-spec-framework-power_xsd Drilldown into rangefrom in schema nar_1_8-spec-framework-power_xsd Drilldown into modified in schema nar_1_8-spec-framework-power_xsd Drilldown into creator in schema nar_1_8-spec-framework-power_xsd Drilldown into id in schema nar_1_8-spec-framework-power_xsd Drilldown into editAttributes in schema nar_1_8-spec-framework-power_xsdXSD Diagram of itemCount in schema nar_1_8-spec-framework-power_xsd (EventsML - News Exchange Format - Power)
Collapse XSD Schema Code:
<xs:element name="itemCount" minOccurs="0">
    <xs:annotation>
        <xs:documentation>Number of planned G2 items of this kind expressed by a range.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attributeGroup ref="editAttributes" />
        <xs:attribute name="rangefrom" type="xs:nonNegativeInteger" use="required" />
        <xs:attribute name="rangeto" type="xs:positiveInteger" use="required" />
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id Optional
creator nsA:creator Optional
modified nsA:modified Optional
rangefrom nsA:rangefrom Required
rangeto nsA:rangeto Required