QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
name | xsd:string | optional |
<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> |