<lid>
(Language ID for Phonetic Guide)
This element specifies the language which shall be for this phonetic guide.
example:
<w:rubyPr> … <w:lid w:val="ja-JP"/> … </w:rubyPr>
The <lid>
property is ja-JP
for the phonetic guide, so the phonetic guide is specified to be Japanese. ]
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies an ISO 639-1 letter code or 4 digit hexadecimal code for a specific language. This code is interpreted in the context of the parent XML element. The possible values for this attribute are defined by the ST_Lang simple type (§2.18.51). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Lang">
<attribute name="val" type="ST_Lang" use="required"/>
</complexType>