Definition Type: Element
Name: nitf
Namespace: http://iptc.org/std/nitf/2006-03-01/
Containing Schema: nitf-3-3.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into body in schema nitf-3-3_xsd Drilldown into head in schema nitf-3-3_xsd Drilldown into class in schema nitf-3-3_xsd Drilldown into baselang in schema nitf-3-3_xsd Drilldown into change.time in schema nitf-3-3_xsd Drilldown into change.date in schema nitf-3-3_xsd Drilldown into version in schema nitf-3-3_xsd Drilldown into uno in schema nitf-3-3_xsd Drilldown into id in schema nitf-3-3_xsd Drilldown into globalNITFAttributes in schema nitf-3-3_xsdXSD Diagram of nitf in schema nitf-3-3_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.3//EN" />
        <attribute name="change.date" type="string" fixed="March 4, 2005" />
        <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 ns0:head 0 (1)
body ns0:body (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id ns0:id Optional
uno ns0:uno Optional
version ns0:version (Optional)
change.date ns0:change.date (Optional)
change.time ns0:change.time (Optional)
baselang ns0:baselang Optional
class ns0:class Optional