Definition Type: ComplexType
Name: processing-instruction
Namespace: http://www.w3.org/1999/XSL/Transform
Containing Schema: xslt.xsd
Abstract False
Documentation:
Collapse XSD Schema Diagram:
Drilldown into space Drilldown into name Drilldown into fallback Drilldown into message Drilldown into variable Drilldown into copy Drilldown into text Drilldown into if Drilldown into choose Drilldown into number Drilldown into copy-of Drilldown into value-of Drilldown into for-each Drilldown into apply-imports Drilldown into call-template Drilldown into apply-templatesXSD Diagram of processing-instruction
Collapse XSD Schema Code:
<xs:complexType name="processing-instruction" mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="char-instructions" />
    </xs:choice>
    <xs:attribute name="name" type="xs:string" use="required" />
    <xs:attribute ref="xml:space" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
apply-templates xsl:apply-templates (1) (1)
call-template xsl:call-template (1) (1)
apply-imports xsl:apply-imports (1) (1)
for-each xsl:for-each (1) (1)
value-of xsl:value-of (1) (1)
copy-of xsl:copy-of (1) (1)
number xsl:number (1) (1)
choose xsl:choose (1) (1)
if xsl:if (1) (1)
text xsl:text (1) (1)
copy xsl:copy (1) (1)
variable xsl:variable (1) (1)
message xsl:message (1) (1)
fallback xsl:fallback (1) (1)
<xs:any> ##other (1) (1)
<xs:group> xsl:char-instructions (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
name xsl:name Required
space xsl:space (Optional)
Collapse Derivation Tree:
Collapse References:
xsl:processing-instruction
Collapse Comments:
blog comments powered by Disqus