simpleType "BorderThickness"
Namespace:
Defined:
globally in pretext.xsd; see XML source
Used:
at 14 locations
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"none", "minor", "medium", "major"

All Direct / Indirect Based Attributes (14):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  BorderThickness
Derivation:
restriction of xs:token
Facets:
enumeration:
"none", "minor", "medium", "major"
XML Source (see within schema source)
<xs:simpleType name="BorderThickness">
<xs:restriction base="xs:token">
<xs:enumeration value="none"/>
<xs:enumeration value="minor"/>
<xs:enumeration value="medium"/>
<xs:enumeration value="major"/>
</xs:restriction>
</xs:simpleType>

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