Element | invention-title |
<xs:complexType name="invention-titleType" mixed="true"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="b" type="exch:bType"/> <xs:element name="i" type="exch:iType"/> <xs:element name="u" type="exch:uType"/> <xs:element name="o" type="exch:uType"/> <xs:element name="sup" type="exch:supType"/> <xs:element name="sub" type="exch:subType"/> </xs:choice> <xs:attribute name="id" type="xs:ID"/> <xs:attribute name="lang" type="xs:string"/> </xs:complexType> |