<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>
|