Simple Type pc:PageTypeSimpleType

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

Type restriction of string
Facets
enumeration front-cover
enumeration back-cover
enumeration title
enumeration table-of-contents
enumeration index
enumeration content
enumeration blank
enumeration other
Used by
Source
<simpleType name="PageTypeSimpleType">
  <restriction base="string">
    <enumeration value="front-cover"/>
    <enumeration value="back-cover"/>
    <enumeration value="title"/>
    <enumeration value="table-of-contents"/>
    <enumeration value="index"/>
    <enumeration value="content"/>
    <enumeration value="blank"/>
    <enumeration value="other"/>
  </restriction>
</simpleType>