Definition Type: Element
Name: tfoot
Namespace: http://www.ACORD.org/standards/Support/xml/v1.0
Containing Schema: acord-doc.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into tr in schema acord-doc_xsd Drilldown into valign in schema acord-doc_xsd Drilldown into charoff in schema acord-doc_xsd Drilldown into char in schema acord-doc_xsd Drilldown into align in schema acord-doc_xsd Drilldown into id in schema acord-doc_xsd Drilldown into LinkSupport in schema acord-doc_xsdXSD Diagram of tfoot in schema acord-doc_xsd (Acord - Property & Casualty/Surety Standards Program)
Collapse XSD Schema Code:
<xsd:element name="tfoot">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="tr" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
        <xsd:attributeGroup ref="LinkSupport" />
        <xsd:attribute name="align">
            <xsd:simpleType>
                <xsd:restriction base="xsd:NMTOKEN">
                    <xsd:enumeration value="left" />
                    <xsd:enumeration value="center" />
                    <xsd:enumeration value="right" />
                    <xsd:enumeration value="justify" />
                    <xsd:enumeration value="char" />
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:attribute>
        <xsd:attribute name="char" type="xsd:string" />
        <xsd:attribute name="charoff" type="xsd:string" />
        <xsd:attribute name="valign">
            <xsd:simpleType>
                <xsd:restriction base="xsd:NMTOKEN">
                    <xsd:enumeration value="top" />
                    <xsd:enumeration value="middle" />
                    <xsd:enumeration value="bottom" />
                    <xsd:enumeration value="baseline" />
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:attribute>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
tr nsB:tr 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsB:id (Optional)
align nsB:align (Optional)
char nsB:char (Optional)
charoff nsB:charoff (Optional)
valign nsB:valign (Optional)