Definition Type: ComplexType
Name: CT_CellSmartTags
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-sheet.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into cellSmartTag in schema sml-sheet_xsd Drilldown into r in schema sml-sheet_xsdXSD Diagram of CT_CellSmartTags in schema sml-sheet_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_CellSmartTags">
    <xsd:sequence>
        <xsd:element name="cellSmartTag" type="CT_CellSmartTag" minOccurs="1" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Cell Smart Tag</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="r" type="ST_CellRef" use="required">
        <xsd:annotation>
            <xsd:documentation>Reference</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
cellSmartTag nsM:cellSmartTag 1 unbounded
Collapse Child Attributes:
Name Type Default Value Use
r nsM:r Required
Collapse Derivation Tree:
Collapse References:
nsM:cellSmartTags