simpleType "xsl:validation-type"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"strict", "lax", "preserve", "strip"

Known Direct Subtypes (1):
All Direct / Indirect Based Attributes (8):
Known Usage Locations
Annotation
Describes different ways of type-annotating an element or attribute.
Type Definition Detail
Type Derivation Tree
xs:anySimpleType (restriction)
  xs:string (restriction)
      xs:normalizedString (restriction)
          xs:token (restriction)
              xsl:validation-type
Derivation:
restriction of xs:token
Facets:
enumeration:
"strict", "lax", "preserve", "strip"
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="validation-type">
<xs:restriction base="xs:token">
<xs:enumeration value="strict"/>
<xs:enumeration value="lax"/>
<xs:enumeration value="preserve"/>
<xs:enumeration value="strip"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.