Partial description A holder for a namespaced XML fragment for custom-tagged data. Full description Used when publisher wants to surround the fragment with NITF metadata. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
class | string | optional |
|
||||
column-count | string | optional |
|
||||
id | ID | optional |
|
||||
idsrc | string | optional |
|
||||
row-count | string | optional |
|
||||
status | restriction of string | optional |
|
||||
style | string | optional |
|
||||
subclass | string | optional |
|
||||
value | string | 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 | nitf:nitf-table |
<element name="nitf-table-metadata"> <annotation> <documentation>Partial description A holder for a namespaced XML fragment for custom-tagged data. Full description Used when publisher wants to surround the fragment with NITF metadata.</documentation> </annotation> <complexType> <sequence> <element ref="nitf:nitf-table-summary" minOccurs="0"/> <choice maxOccurs="unbounded"> <element ref="nitf:nitf-colgroup"/> <element ref="nitf:nitf-col"/> </choice> </sequence> <attributeGroup ref="nitf:commonNITFAttributes"/> <attribute name="subclass" type="string" use="optional"> <annotation> <documentation>A further refinement of the class attribute.</documentation> </annotation> </attribute> <attribute name="idsrc" type="string" use="optional"> <annotation> <documentation>The source (taxonomy) for the element's value attribute.</documentation> </annotation> </attribute> <attribute name="value" type="string" use="optional"> <annotation> <documentation>The code or symbol for the particular table.</documentation> </annotation> </attribute> <attribute name="status" use="optional"> <annotation> <documentation>Measure of finality of the values of the table. Interim is the end of a logical break. snap-shot is any point in time.</documentation> </annotation> <simpleType> <restriction base="string"> <enumeration value="pre"/> <enumeration value="snap-shot"/> <enumeration value="interim"/> <enumeration value="final"/> <enumeration value="official"/> </restriction> </simpleType> </attribute> <attribute name="column-count" type="string" use="optional"> <annotation> <documentation>Number of columns in the entire table.</documentation> </annotation> </attribute> <attribute name="row-count" type="string" use="optional"> <annotation> <documentation>Number of rows in the entire table.</documentation> </annotation> </attribute> </complexType> </element> |