simpleType "XrefTextStyle"
Namespace:
Defined:
globally in pretext.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"local", "global", "hybrid", "type-local", "type-global", "type-hybrid", "phrase-global", "phrase-hybrid", "title", "custom"

All Direct / Indirect Based Attributes (2):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  XrefTextStyle
Derivation:
restriction of xs:token
Facets:
enumeration:
"local", "global", "hybrid", "type-local", "type-global", "type-hybrid", "phrase-global", "phrase-hybrid", "title", "custom"
XML Source (see within schema source)
<xs:simpleType name="XrefTextStyle">
<xs:restriction base="xs:token">
<xs:enumeration value="local"/>
<xs:enumeration value="global"/>
<xs:enumeration value="hybrid"/>
<xs:enumeration value="type-local"/>
<xs:enumeration value="type-global"/>
<xs:enumeration value="type-hybrid"/>
<xs:enumeration value="phrase-global"/>
<xs:enumeration value="phrase-hybrid"/>
<xs:enumeration value="title"/>
<xs:enumeration value="custom"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with FlexDoc/XML 1.12.5 using FlexDoc/XML XSDDoc 2.9.2 template set