type | restriction of xs:NMTOKEN | |||||||||||||
properties |
|
|||||||||||||
used by |
|
|||||||||||||
facets |
|
|||||||||||||
annotation |
|
|||||||||||||
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.web3d.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> |