Definition Type: Element
Name: nitf
Namespace: http://iptc.org/std/NITF/2006-10-18/
Containing Schema: nitf-3-4.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into body in schema nitf-3-4_xsd Drilldown into head in schema nitf-3-4_xsd Drilldown into class in schema nitf-3-4_xsd Drilldown into baselang in schema nitf-3-4_xsd Drilldown into change.time in schema nitf-3-4_xsd Drilldown into change.date in schema nitf-3-4_xsd Drilldown into version in schema nitf-3-4_xsd Drilldown into uno 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 in schema nitf-3-4_xsd (SportsML)
Collapse XSD Schema Code:
<element name="nitf">
    <complexType>
        <sequence>
            <element ref="nitf:head" minOccurs="0" />
            <element ref="nitf:body" />
        </sequence>
        <attributeGroup ref="nitf:globalNITFAttributes" />
        <attribute name="uno" type="string" use="optional" />
        <attribute name="version" type="string" fixed="-//IPTC//DTD NITF 3.4//EN" />
        <attribute name="change.date" type="string" fixed="October 18, 2006" />
        <attribute name="change.time" type="string" fixed="19:30" />
        <attribute name="baselang" type="string" use="optional" />
        <attribute name="class" type="NMTOKENS" use="optional" />
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
head nitf:head 0 (1)
body nitf:body (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nitf:id Optional
uno nitf:uno Optional
version nitf:version (Optional)
change.date nitf:change.date (Optional)
change.time nitf:change.time (Optional)
baselang nitf:baselang Optional
class nitf:class Optional