Definition Type: Element
Name: output-character
Namespace: http://www.w3.org/1999/XSL/Transform
Type: xsl:element-only-versioned-element-type
Containing Schema: schema-for-xslt20.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into xpath-default-namespace in schema schema-for-xslt20_xsd Drilldown into use-when in schema schema-for-xslt20_xsd Drilldown into extension-element-prefixes in schema schema-for-xslt20_xsd Drilldown into exclude-result-prefixes in schema schema-for-xslt20_xsd Drilldown into default-collation in schema schema-for-xslt20_xsd Drilldown into version in schema schema-for-xslt20_xsd Drilldown into element-only-versioned-element-type in schema schema-for-xslt20_xsd Drilldown into string in schema schema-for-xslt20_xsd Drilldown into character in schema schema-for-xslt20_xsdXSD Diagram of output-character in schema schema-for-xslt20_xsd (XSL Transformations)
Collapse XSD Schema Code:
<xs:element name="output-character">
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="xsl:element-only-versioned-element-type">
                <xs:attribute name="character" type="xsl:char" use="required" />
                <xs:attribute name="string" type="xs:string" use="required" />
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
default-collation xsl:default-collation (Optional)
exclude-result-prefixes xsl:exclude-result-prefixes (Optional)
extension-element-prefixes xsl:extension-element-prefixes (Optional)
use-when xsl:use-when (Optional)
xpath-default-namespace xsl:xpath-default-namespace (Optional)
version xsl:version Optional
character xsl:character Required
string xsl:string Required
<anyAttribute> Allowed namespace: '##other'
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree: