<xs:simpleType name="metaDirectionValues">
<xs:annotation>
<xs:appinfo>metaDirectionValues are allowed enumeration values for meta tag direction attribute.</xs:appinfo>
<xs:documentation />
</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>
|