Specifies a phonetic hint text to be associated with the data in a cell.
      
<phonetictext
	visible="xsd:string"
/>
    | Element type | Anonymous | 
| Namespace | urn:schemas-microsoft-com:office:excel | 
| Schema name | XML Spreadsheet 2000 | 
None.
| Attribute | Type | Required | Description | Possible Values | 
|---|---|---|---|---|
| visible | Anonymous | optional | Specifies whether phonetic hint text is displayed. | 
 | 
      
<xsd:element name="phonetictext" >
  <xsd:complexType>
    <xsd:attribute name="visible" default="true" use="optional" form="qualified">
      <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>