Definition Type: Element
Name: nitf-table-metadata
Namespace: http://iptc.org/std/NITF/2006-10-18/
Containing Schema: nitf-3-4.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into nitf-col in schema nitf-3-4_xsd Drilldown into nitf-colgroup in schema nitf-3-4_xsd Drilldown into nitf-table-summary in schema nitf-3-4_xsd Drilldown into row-count in schema nitf-3-4_xsd Drilldown into column-count in schema nitf-3-4_xsd Drilldown into status in schema nitf-3-4_xsd Drilldown into value in schema nitf-3-4_xsd Drilldown into idsrc in schema nitf-3-4_xsd Drilldown into subclass 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 nitf-table-metadata in schema nitf-3-4_xsd (SportsML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
nitf-table-summary nitf:nitf-table-summary 0 (1)
nitf-colgroup nitf:nitf-colgroup (1) (1)
nitf-col nitf:nitf-col (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
subclass nitf:subclass Optional
idsrc nitf:idsrc Optional
value nitf:value Optional
status nitf:status Optional
column-count nitf:column-count Optional
row-count nitf:row-count Optional