<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>