Definition Type: Element
Name: phonetictext
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
Abstract
Documentation:
Specifies a phonetic hint text to be associated with the data in a cell.
Collapse XSD Schema Diagram:
Drilldown into visible in schema excel_xsdXSD Diagram of phonetictext in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="phonetictext">
    <xsd:annotation>
        <xsd:documentation>Specifies a phonetic hint text to be associated with the data in a cell.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:attribute name="visible" default="true" use="optional" form="qualified">
            <xsd:annotation>
                <xsd:documentation>Specifies whether phonetic hint text is displayed.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="true" />
                    <xsd:enumeration value="false" />
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:attribute>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
visible x:visible true Optional