Simple Type pc:ReadingDirectionSimpleType

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Diagram

Type restriction of string
Facets
enumeration left-to-right
enumeration right-to-left
enumeration top-to-bottom
enumeration bottom-to-top
Used by
Source
<simpleType name="ReadingDirectionSimpleType">
  <restriction base="string">
    <enumeration value="left-to-right"/>
    <enumeration value="right-to-left"/>
    <enumeration value="top-to-bottom"/>
    <enumeration value="bottom-to-top"/>
  </restriction>
</simpleType>