Definition Type: ComplexType
Name: choose
Namespace: http://www.w3.org/1999/XSL/Transform
Containing Schema: xslt.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into otherwise in schema xslt_xsd Drilldown into when in schema xslt_xsd Drilldown into space in schema xml_xsdXSD Diagram of choose in schema xslt_xsd (XSL Transformations)
Collapse XSD Schema Code:
<xs:complexType name="choose">
    <xs:sequence>
        <xs:element minOccurs="1" maxOccurs="unbounded" name="when" type="when" />
        <xs:element minOccurs="0" maxOccurs="1" name="otherwise" type="otherwise" />
    </xs:sequence>
    <xs:attribute ref="xml:space" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
when xsl:when 1 unbounded
otherwise xsl:otherwise 0 1
Collapse Child Attributes:
Name Type Default Value Use
space nsA:space (Optional)
Collapse Derivation Tree:
Collapse References:
xsl:choose