Elements | bType/sup, dtType/sup, iType/sup, invention-titleType/sup, oType/sup, othercitType/sup, sup, uType/sup |
<xs:complexType name="supType" 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:element name="sup2" type="exch:sup2Type"/> <xs:element name="sub2" type="exch:sub2Type"/> </xs:choice> </xs:complexType> |