Definition Type: ComplexType
Name: CT_Tables
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-externalConnections.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into x in schema sml-externalconnections_xsd Drilldown into s in schema sml-externalconnections_xsd Drilldown into m in schema sml-externalconnections_xsd Drilldown into count in schema sml-externalconnections_xsdXSD Diagram of CT_Tables in schema sml-externalconnections_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_Tables">
    <xsd:choice minOccurs="1" maxOccurs="unbounded">
        <xsd:element name="m" type="CT_TableMissing">
            <xsd:annotation>
                <xsd:documentation>No Value</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="s" type="CT_XStringElement">
            <xsd:annotation>
                <xsd:documentation>Character Value</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="x" type="CT_Index">
            <xsd:annotation>
                <xsd:documentation>Index</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
    <xsd:attribute name="count" use="optional" type="xsd:unsignedInt">
        <xsd:annotation>
            <xsd:documentation>Count of Tables</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
m nsM:m (1) (1)
s nsM:s (1) (1)
x nsM:x (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
count nsM:count Optional
Collapse Derivation Tree:
Collapse References:
nsM:tables