Definition Type: Element
Name: note
Namespace: http://iptc.org/std/NITF/2006-10-18/
Containing Schema: nitf-3-4.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into body.content in schema nitf-3-4_xsd Drilldown into type in schema nitf-3-4_xsd Drilldown into noteclass in schema nitf-3-4_xsd Drilldown into lang in schema xml_xsd Drilldown into style in schema nitf-3-4_xsd Drilldown into class in schema nitf-3-4_xsd Drilldown into id in schema nitf-3-4_xsd Drilldown into commonNITFAttributes in schema nitf-3-4_xsdXSD Diagram of note in schema nitf-3-4_xsd (SportsML)
Collapse XSD Schema Code:
<element name="note">
    <complexType>
        <sequence maxOccurs="unbounded">
            <element ref="nitf:body.content" />
        </sequence>
        <attributeGroup ref="nitf:commonNITFAttributes" />
        <attribute name="noteclass" use="optional">
            <simpleType>
                <restriction base="string">
                    <enumeration value="cpyrt" />
                    <enumeration value="end" />
                    <enumeration value="hd" />
                    <enumeration value="editorsnote" />
                    <enumeration value="trademk" />
                    <enumeration value="undef" />
                </restriction>
            </simpleType>
        </attribute>
        <attribute name="type" use="optional" default="std">
            <simpleType>
                <restriction base="string">
                    <enumeration value="std" />
                    <enumeration value="pa" />
                    <enumeration value="npa" />
                </restriction>
            </simpleType>
        </attribute>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
body.content nitf:body.content (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nitf:id Optional
class nitf:class Optional
style nitf:style Optional
lang nsA:lang Optional
noteclass nitf:noteclass Optional
type nitf:type std Optional