<xsd:complexType name="CT_Language">
<xsd:attribute name="val" type="ST_Lang" use="optional">
<xsd:annotation>
<xsd:documentation>Latin Language</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="eastAsia" type="ST_Lang" use="optional">
<xsd:annotation>
<xsd:documentation>East Asian Language</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="bidi" type="ST_Lang" use="optional">
<xsd:annotation>
<xsd:documentation>Complex Script Language</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|