%multi-lang-atts; Multi-lingual Attributes

Attribute list used in many elements to add the multi-lingual attributes to any element (except <article>) that already had the @xml:lang attribute.
Declaration
<!ENTITY % multi-lang-atts
            "lang-group IDREF                             #IMPLIED
             lang-translate
                        (yes | no)                        #IMPLIED
             %lang-focus-atts;
             %lang-source-atts;
             %lang-variant-atts;"                                    >
Expanded Declaration

lang-group IDREF #IMPLIED lang-translate (yes | no) #IMPLIED lang-focus (primary | secondary | undefined | custom) #IMPLIED lang-focus-custom CDATA #IMPLIED lang-source (author | editor | translator | machine | custom) #IMPLIED lang-source-custom CDATA #IMPLIED lang-variant (original | translation | interpretation | transcription | transliteration | phonetic | spoken | unknown | custom) #IMPLIED lang-variant-custom CDATA #IMPLIED