CT_Choose

Complex Type Information

Model

Children: else, if

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xsd:string optional

Used By

Source

<xsd:complexType name="CT_Choose">
  <xsd:sequence>
    <xsd:element name="if" type="CT_When" maxOccurs="unbounded"/>
    <xsd:element name="else" type="CT_Otherwise" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attribute name="name" type="xsd:string" use="optional" default=""/>
</xsd:complexType>