Partial description Document cautionary note. Full description Potentially publishable. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
class | string | optional |
|
||||
id | ID | optional |
|
||||
noteclass | restriction of string | optional |
|
||||
style | string | optional |
|
||||
type | restriction of string | std | optional |
|
|||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/NITF/2006-10-18/' |
Element Group | nitf:blockContent |
Element | nitf:body.head |
<element name="note"> <annotation> <documentation>Partial description Document cautionary note. Full description Potentially publishable.</documentation> </annotation> <complexType> <sequence maxOccurs="unbounded"> <element ref="nitf:body.content"/> </sequence> <attributeGroup ref="nitf:commonNITFAttributes"/> <attribute name="noteclass" use="optional"> <annotation> <documentation>The class of note. Copyright, endnote, etc. (Controlled vocabulary.)</documentation> </annotation> <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"> <annotation> <documentation>Standards, Publishable Advisory, Non-Publishable Advisory.</documentation> </annotation> <simpleType> <restriction base="string"> <enumeration value="std"/> <enumeration value="pa"/> <enumeration value="npa"/> </restriction> </simpleType> </attribute> </complexType> </element> |