element <xsl:value-of> (global)
Namespace:
Type:
anonymous complexType (extension of xsl:sequence-constructor)
Content:
mixed (allows character data), 9 attributes, attr. wildcard, 3 elements, 2 elem. wildcards
Subst.Gr:
substitutes for xsl:instruction
Defined:
Includes:
definitions of 3 attributes
Used:
never
Component Diagram
XML Representation Summary
<xsl:value-of
   
 = 
list of xs:anyURI
 = 
(list of (xs:NCName | "#default") | "#all")
 = 
list of (xs:NCName | "#default")
 = 
 = 
 = 
 = 
 = 
 = 
("yes" | "no") : "no"
   
   
>
   
Content: 
</xsl:value-of>
May contain elements by substitutions (25):
May be included in elements by substitutions (26):
Anonymous Type Detail
Type Derivation Tree
      xsl:sequence-constructor (extension)
          complexType
XML Source (see within schema source)
<xs:element name="value-of" substitutionGroup="xsl:instruction">
<xs:complexType>
<xs:complexContent mixed="true">
<xs:extension base="xsl:sequence-constructor">
<xs:attribute name="select" type="xsl:expression"/>
<xs:attribute name="separator" type="xsl:avt"/>
<xs:attribute default="no" name="disable-output-escaping" type="xsl:yes-or-no"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 3/10)
disable-output-escaping
Type:
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"yes", "no"
Default:
"no"
XML Source (see within schema source)
<xs:attribute default="no" name="disable-output-escaping" type="xsl:yes-or-no"/>

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

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

XML schema documentation generated with FlexDoc/XML 1.12.5 using FlexDoc/XML XSDDoc 2.9.2 template set. All XSD diagrams generated by Oxygen XML Editor via FlexDoc/XML OxygenXML Integration.