supType

Complex Type Information

Model

b | u | i | o | sup2 | sub2
Children: b, i, o, sub2, sup2, u

Used By

Source

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