dtType

Complex Type Information

Model

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

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional

Used By

Element dt

Source

<xs:complexType name="dtType" 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="sup" type="exch:supType"/>
    <xs:element name="sub" type="exch:subType"/>
    <xs:element name="smallcaps" type="exch:smallcapsType"/>
  </xs:choice>
  <xs:attribute name="id" type="xs:ID"/>
</xs:complexType>