simpleType "xsl:sequence-type"
Namespace:
Defined:
Used:
Simple Content Model
xs:token
Simple Content Restrictions:
Pattern:
.+

All Direct / Indirect Based Attributes (5):
xsl:function/@as, xsl:variable/@as,
Known Usage Locations
Annotation
The description of a data type, conforming to the
SequenceType production defined in the XPath 2.0 Recommendation
Type Definition Detail
Type Derivation Tree
xs:anySimpleType (restriction)
  xs:string (restriction)
      xs:normalizedString (restriction)
          xs:token (restriction)
              xsl:sequence-type
Derivation:
restriction of xs:token
Facets:
pattern:
.+
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="sequence-type">
<xs:restriction base="xs:token">
<xs:pattern value=".+"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.