simpleType metaDirectionChoices
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute meta/@dir
facets
Kind Value Annotation
enumeration rtl
appinfo
right-to-left
enumeration ltr
appinfo
left-to-right
annotation
appinfo
metaDirectionChoices are strictly allowed enumeration values for meta element direction field. Bounded, no additional values are allowed.
source <xs:simpleType name="metaDirectionChoices">
 
<xs:annotation>
   
<xs:appinfo>metaDirectionChoices are strictly allowed enumeration values for meta element direction field. Bounded, no additional values are allowed.</xs:appinfo>
   
<xs:documentation source="https://www.w3.org/TR/html4/struct/dirlang.html#adef-dir"/>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<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