Inline

"Inline" covers inline or "text-level" element

Complex Type Information

Model

a | br | span | bdo | object | applet | img | map | iframe | tt | i | b | u | s | strike | big | small | font | basefont | em | strong | dfn | code | q | samp | kbd | var | cite | abbr | acronym | sub | sup | input | select | textarea | label | button | ins | del | script

Used By

Elements abbr, acronym, b, bdo, big, caption, cite, code, dfn, dt, em, font, h1, h2, h3, h4, h5, h6, i, kbd, label, legend, p, q, s, samp, small, span, strike, strong, sub, sup, tt, u, var

Source

<xs:complexType name="Inline" mixed="true">
  <xs:annotation>
    <xs:documentation>"Inline" covers inline or "text-level" element</xs:documentation>
  </xs:annotation>
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:group ref="inline"/>
    <xs:group ref="misc.inline"/>
  </xs:choice>
</xs:complexType>