Definition Type: ComplexType
Name: CT_SmartTagPr
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-workbook.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into show in schema sml-workbook_xsd Drilldown into embed in schema sml-workbook_xsdXSD Diagram of CT_SmartTagPr in schema sml-workbook_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_SmartTagPr">
    <xsd:attribute name="embed" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Embed SmartTags</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="show" type="ST_SmartTagShow" use="optional" default="all">
        <xsd:annotation>
            <xsd:documentation>Show Smart Tags</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
embed nsM:embed false Optional
show nsM:show all Optional
Collapse Derivation Tree:
Collapse References:
nsM:smartTagPr