element <xsl:sort> (global)
Namespace:
Type:
anonymous complexType (extension of xsl:sequence-constructor)
Content:
mixed (allows character data), 13 attributes, attr. wildcard, 3 elements, 2 elem. wildcards
Defined:
Includes:
definitions of 7 attributes
Used:
Component Diagram
XML Representation Summary
<xsl:sort
   
 = 
list of xs:anyURI
 = 
(list of (xs:NCName | "#default") | "#all")
 = 
list of (xs:NCName | "#default")
 = 
 = 
 = 
 = 
 = 
 = 
xs:string : "text"
 = 
xs:string : "ascending"
 = 
 = 
 = 
("yes" | "no")
   
   
>
   
Content: 
</xsl:sort>
Included in content model of elements (4):
May contain elements by substitutions (25):
Known Usage Locations
Anonymous Type Detail
Type Derivation Tree
      xsl:sequence-constructor (extension)
          complexType
XML Source (see within schema source)
<xs:element name="sort">
<xs:complexType>
<xs:complexContent mixed="true">
<xs:extension base="xsl:sequence-constructor">
<xs:attribute name="select" type="xsl:expression"/>
<xs:attribute name="lang" type="xsl:avt"/>
<xs:attribute default="text" name="data-type" type="xsl:avt"/>
<xs:attribute default="ascending" name="order" type="xsl:avt"/>
<xs:attribute name="case-order" type="xsl:avt"/>
<xs:attribute name="collation" type="xsl:avt"/>
<xs:attribute name="stable" type="xsl:yes-or-no"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 7/14)
case-order
Type:
Use:
optional
Attribute Value
XML Source (see within schema source)
<xs:attribute name="case-order" type="xsl:avt"/>

collation
Type:
Use:
optional
Attribute Value
XML Source (see within schema source)
<xs:attribute name="collation" type="xsl:avt"/>

data-type
Type:
Use:
optional
Attribute Value
Default:
"text"
XML Source (see within schema source)
<xs:attribute default="text" name="data-type" type="xsl:avt"/>

lang
Type:
Use:
optional
Attribute Value
XML Source (see within schema source)
<xs:attribute name="lang" type="xsl:avt"/>

order
Type:
Use:
optional
Attribute Value
Default:
"ascending"
XML Source (see within schema source)
<xs:attribute default="ascending" name="order" type="xsl:avt"/>

select
Type:
Use:
optional
Attribute Value
Pattern:
.+
XML Source (see within schema source)
<xs:attribute name="select" type="xsl:expression"/>

stable
Type:
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"yes", "no"
XML Source (see within schema source)
<xs:attribute name="stable" type="xsl:yes-or-no"/>

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.