simpleType metaDirectionValues
type restriction of xs:string
properties
base xs:string
used by
attribute meta/@dir
facets
Kind Value Annotation
enumeration rtl
appinfo
right-to-left
enumeration ltr
appinfo
left-to-right
annotation
appinfo
metaDirectionValues are allowed enumeration values for meta element direction attribute.
source <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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy