Definition Type: Element
Name: Phonetics
Namespace: http://schemas.microsoft.com/project
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: mspdi.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
The phonetic spelling of the resource name. For use with Japanese only.
Collapse XSD Schema Diagram:
XSD Diagram of Phonetics in schema mspdi_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="Phonetics" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>The phonetic spelling of the resource name.  For use with Japanese only.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="512" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>
Collapse Facets:
Facet Value
MaxLength 512