<xs:simpleType name="metaDirectionValues">
<xs:annotation>
<xs:appinfo>metaDirectionValues are allowed enumeration values for meta element direction attribute.</xs:appinfo>
<xs:documentation source="http://www.w3.org/TR/html4/struct/dirlang.html#adef-dir"/>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="rtl">
<xs:annotation>
<xs:appinfo>right-to-left</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ltr">
<xs:annotation>
<xs:appinfo>left-to-right</xs:appinfo>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType> |