Definition Type: Element
Name: table
Namespace: http://iptc.org/std/NITF/2006-10-18/
Containing Schema: nitf-3-4.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into tr in schema nitf-3-4_xsd Drilldown into tbody in schema nitf-3-4_xsd Drilldown into tfoot in schema nitf-3-4_xsd Drilldown into thead in schema nitf-3-4_xsd Drilldown into colgroup in schema nitf-3-4_xsd Drilldown into col in schema nitf-3-4_xsd Drilldown into caption in schema nitf-3-4_xsd Drilldown into cellpadding in schema nitf-3-4_xsd Drilldown into cellspacing in schema nitf-3-4_xsd Drilldown into rules in schema nitf-3-4_xsd Drilldown into frame in schema nitf-3-4_xsd Drilldown into border in schema nitf-3-4_xsd Drilldown into cols in schema nitf-3-4_xsd Drilldown into width in schema nitf-3-4_xsd Drilldown into align in schema nitf-3-4_xsd Drilldown into tabletype 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 table in schema nitf-3-4_xsd (SportsML)
Collapse XSD Schema Code:
<element name="table">
    <complexType>
        <sequence>
            <element ref="nitf:caption" minOccurs="0" />
            <choice>
                <element ref="nitf:col" minOccurs="0" />
                <element ref="nitf:colgroup" minOccurs="0" />
            </choice>
            <element ref="nitf:thead" minOccurs="0" />
            <element ref="nitf:tfoot" minOccurs="0" />
            <choice>
                <element ref="nitf:tbody" />
                <element ref="nitf:tr" minOccurs="0" maxOccurs="unbounded" />
            </choice>
        </sequence>
        <attributeGroup ref="nitf:commonNITFAttributes" />
        <attribute name="tabletype" type="ENTITY" use="optional" />
        <attribute name="align" use="optional">
            <simpleType>
                <restriction base="string">
                    <enumeration value="left" />
                    <enumeration value="center" />
                    <enumeration value="right" />
                </restriction>
            </simpleType>
        </attribute>
        <attribute name="width" type="string" use="optional" />
        <attribute name="cols" type="NMTOKEN" use="optional" />
        <attribute name="border" type="string" use="optional" />
        <attribute name="frame" use="optional">
            <simpleType>
                <restriction base="string">
                    <enumeration value="void" />
                    <enumeration value="above" />
                    <enumeration value="below" />
                    <enumeration value="hsides" />
                    <enumeration value="lhs" />
                    <enumeration value="rhs" />
                    <enumeration value="vsides" />
                    <enumeration value="box" />
                    <enumeration value="border" />
                </restriction>
            </simpleType>
        </attribute>
        <attribute name="rules" use="optional">
            <simpleType>
                <restriction base="string">
                    <enumeration value="none" />
                    <enumeration value="basic" />
                    <enumeration value="rows" />
                    <enumeration value="cols" />
                    <enumeration value="all" />
                </restriction>
            </simpleType>
        </attribute>
        <attribute name="cellspacing" type="string" use="optional" />
        <attribute name="cellpadding" type="string" use="optional" />
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
caption nitf:caption 0 (1)
col nitf:col 0 (1)
colgroup nitf:colgroup 0 (1)
thead nitf:thead 0 (1)
tfoot nitf:tfoot 0 (1)
tbody nitf:tbody (1) (1)
tr nitf:tr 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nitf:id Optional
class nitf:class Optional
style nitf:style Optional
lang nsA:lang Optional
tabletype nitf:tabletype Optional
align nitf:align Optional
width nitf:width Optional
cols nitf:cols Optional
border nitf:border Optional
frame nitf:frame Optional
rules nitf:rules Optional
cellspacing nitf:cellspacing Optional
cellpadding nitf:cellpadding Optional