bType

Complex Type Information

Model

i | u | o | smallcaps | sup | sub
Children: i, o, smallcaps, sub, sup, u

Used By

Source

<xs:complexType name="bType" mixed="true">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element name="i" type="exch:iType"/>
    <xs:element name="u" type="exch:uType"/>
    <xs:element name="o" type="exch:oType"/>
    <xs:element name="smallcaps" type="exch:smallcapsType"/>
    <xs:element name="sup" type="exch:supType"/>
    <xs:element name="sub" type="exch:subType"/>
  </xs:choice>
</xs:complexType>