Definition Type: Element
Name: table
Namespace: http://www.ACORD.org/standards/Support/xml/v1.0
Containing Schema: acord-doc.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into tbody in schema acord-doc_xsd Drilldown into tfoot in schema acord-doc_xsd Drilldown into thead in schema acord-doc_xsd Drilldown into colgroup in schema acord-doc_xsd Drilldown into col in schema acord-doc_xsd Drilldown into caption in schema acord-doc_xsd Drilldown into cellpadding in schema acord-doc_xsd Drilldown into cellspacing in schema acord-doc_xsd Drilldown into rules in schema acord-doc_xsd Drilldown into frame in schema acord-doc_xsd Drilldown into border in schema acord-doc_xsd Drilldown into summary in schema acord-doc_xsd Drilldown into width in schema acord-doc_xsd Drilldown into id in schema acord-doc_xsd Drilldown into LinkSupport in schema acord-doc_xsdXSD Diagram of table in schema acord-doc_xsd (Acord - Property & Casualty/Surety Standards Program)
Collapse XSD Schema Code:
<xsd:element name="table">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="caption" minOccurs="0" />
            <xsd:choice>
                <xsd:element ref="col" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="colgroup" minOccurs="0" maxOccurs="unbounded" />
            </xsd:choice>
            <xsd:element ref="thead" minOccurs="0" />
            <xsd:element ref="tfoot" minOccurs="0" />
            <xsd:element ref="tbody" maxOccurs="unbounded" />
        </xsd:sequence>
        <xsd:attributeGroup ref="LinkSupport" />
        <xsd:attribute name="width" type="xsd:string" />
        <xsd:attribute name="summary" type="xsd:string" />
        <xsd:attribute name="border" type="xsd:string" />
        <xsd:attribute name="frame">
            <xsd:simpleType>
                <xsd:restriction base="xsd:NMTOKEN">
                    <xsd:enumeration value="void" />
                    <xsd:enumeration value="above" />
                    <xsd:enumeration value="below" />
                    <xsd:enumeration value="hsides" />
                    <xsd:enumeration value="lhs" />
                    <xsd:enumeration value="rhs" />
                    <xsd:enumeration value="vsides" />
                    <xsd:enumeration value="box" />
                    <xsd:enumeration value="border" />
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:attribute>
        <xsd:attribute name="rules">
            <xsd:simpleType>
                <xsd:restriction base="xsd:NMTOKEN">
                    <xsd:enumeration value="none" />
                    <xsd:enumeration value="groups" />
                    <xsd:enumeration value="rows" />
                    <xsd:enumeration value="cols" />
                    <xsd:enumeration value="all" />
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:attribute>
        <xsd:attribute name="cellspacing" type="xsd:string" />
        <xsd:attribute name="cellpadding" type="xsd:string" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
caption nsB:caption 0 (1)
col nsB:col 0 unbounded
colgroup nsB:colgroup 0 unbounded
thead nsB:thead 0 (1)
tfoot nsB:tfoot 0 (1)
tbody nsB:tbody (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsB:id (Optional)
width nsB:width (Optional)
summary nsB:summary (Optional)
border nsB:border (Optional)
frame nsB:frame (Optional)
rules nsB:rules (Optional)
cellspacing nsB:cellspacing (Optional)
cellpadding nsB:cellpadding (Optional)