oType

Complex Type Information

Model

b | i | smallcaps | sup | sub
Children: b, i, smallcaps, sub, sup

Attributes

QName Type Fixed Default Use Inheritable Annotation
ostyle restriction of xs:token single optional

Used By

Source

<xs:complexType name="oType" 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="smallcaps" type="exch:smallcapsType"/>
    <xs:element name="sup" type="exch:supType"/>
    <xs:element name="sub" type="exch:subType"/>
  </xs:choice>
  <xs:attribute name="ostyle" default="single">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="single"/>
        <xs:enumeration value="double"/>
        <xs:enumeration value="dash"/>
        <xs:enumeration value="dots"/>
        <xs:enumeration value="leftarrow"/>
        <xs:enumeration value="rightarrow"/>
        <xs:enumeration value="leftrightarrow"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:complexType>