Definition Type: Element
Name: series
Namespace: http://iptc.org/std/NITF/2006-10-18/
Containing Schema: nitf-3-4.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into series.totalpart in schema nitf-3-4_xsd Drilldown into series.part in schema nitf-3-4_xsd Drilldown into series.name in schema nitf-3-4_xsd Drilldown into id in schema nitf-3-4_xsd Drilldown into globalNITFAttributes in schema nitf-3-4_xsdXSD Diagram of series in schema nitf-3-4_xsd (SportsML)
Collapse XSD Schema Code:
<element name="series">
    <complexType>
        <attributeGroup ref="nitf:globalNITFAttributes" />
        <attribute name="series.name" type="string" use="optional" />
        <attribute name="series.part" type="NMTOKEN" use="optional" default="0" />
        <attribute name="series.totalpart" type="NMTOKEN" use="optional" default="0" />
    </complexType>
</element>
Collapse Child Attributes:
Name Type Default Value Use
id nitf:id Optional
series.name nitf:series.name Optional
series.part nitf:series.part 0 Optional
series.totalpart nitf:series.totalpart 0 Optional