<element name="nitf-table-metadata">
<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" />
<attribute name="idsrc" type="string" use="optional" />
<attribute name="value" type="string" use="optional" />
<attribute name="status" use="optional">
<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" />
<attribute name="row-count" type="string" use="optional" />
</complexType>
</element>
|