QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
id | xs:ID | optional |
Element | dt |
<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> |