Definition Type: ComplexType
Name: CT_CellSmartTag
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-sheet.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into cellSmartTagPr in schema sml-sheet_xsd Drilldown into xmlBased in schema sml-sheet_xsd Drilldown into deleted in schema sml-sheet_xsd Drilldown into type in schema sml-sheet_xsdXSD Diagram of CT_CellSmartTag in schema sml-sheet_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_CellSmartTag">
    <xsd:sequence>
        <xsd:element name="cellSmartTagPr" minOccurs="0" maxOccurs="unbounded" type="CT_CellSmartTagPr">
            <xsd:annotation>
                <xsd:documentation>Smart Tag Properties</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="type" type="xsd:unsignedInt" use="required">
        <xsd:annotation>
            <xsd:documentation>Smart Tag Type Index</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="deleted" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Deleted</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="xmlBased" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>XML Based</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
cellSmartTagPr nsM:cellSmartTagPr 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
type nsM:type Required
deleted nsM:deleted false Optional
xmlBased nsM:xmlBased false Optional
Collapse Derivation Tree:
Collapse References:
nsM:cellSmartTag