Definition Type: Element
Name: nitf-col
Namespace: http://iptc.org/std/NITF/2006-10-18/
Containing Schema: nitf-3-4.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into data-format in schema nitf-3-4_xsd Drilldown into data-type in schema nitf-3-4_xsd Drilldown into occurrences in schema nitf-3-4_xsd Drilldown into value in schema nitf-3-4_xsd Drilldown into idsrc 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 nitf-col in schema nitf-3-4_xsd (SportsML)
Collapse XSD Schema Code:
<element name="nitf-col">
    <complexType>
        <attributeGroup ref="nitf:globalNITFAttributes" />
        <attribute name="idsrc" type="string" use="optional" />
        <attribute name="value" type="string" use="optional" />
        <attribute name="occurrences" type="string" use="optional" />
        <attribute name="data-type" use="optional">
            <simpleType>
                <restriction base="string">
                    <enumeration value="text" />
                    <enumeration value="number" />
                    <enumeration value="graphic" />
                    <enumeration value="other" />
                </restriction>
            </simpleType>
        </attribute>
        <attribute name="data-format" type="string" use="optional" />
    </complexType>
</element>
Collapse Child Attributes:
Name Type Default Value Use
id nitf:id Optional
idsrc nitf:idsrc Optional
value nitf:value Optional
occurrences nitf:occurrences Optional
data-type nitf:data-type Optional
data-format nitf:data-format Optional