Elements | subType/sup2, sup2, supType/sup2 |
<xs:complexType name="sup2Type" mixed="true"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="b" type="exch:bType"/> <xs:element name="u" type="exch:uType"/> <xs:element name="i" type="exch:iType"/> <xs:element name="o" type="exch:oType"/> </xs:choice> </xs:complexType> |