element <xsl:processing-instruction> (global)
Namespace:
Type:
anonymous complexType (extension of xsl:sequence-constructor)
Content:
mixed (allows character data), 8 attributes, attr. wildcard, 3 elements, 2 elem. wildcards
Subst.Gr:
substitutes for xsl:instruction
Defined:
Includes:
definitions of 2 attributes
Used:
never
Component Diagram
XML Representation Summary
<xsl:processing-instruction
   
 = 
list of xs:anyURI
 = 
(list of (xs:NCName | "#default") | "#all")
 = 
list of (xs:NCName | "#default")
 = 
 = 
 = 
 = 
 = 
   
   
>
   
Content: 
</xsl:processing-instruction>
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="processing-instruction" substitutionGroup="xsl:instruction">
<xs:complexType>
<xs:complexContent mixed="true">
<xs:extension base="xsl:sequence-constructor">
<xs:attribute name="name" type="xsl:avt" use="required"/>
<xs:attribute name="select" type="xsl:expression"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 2/9)
name
Type:
Use:
required
Attribute Value
XML Source (see within schema source)
<xs:attribute name="name" type="xsl:avt" use="required"/>

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

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.