inline

Element Group Information

Model

a | br | span | bdo | map | object | img | tt | i | b | big | small | em | strong | dfn | code | q | samp | kbd | var | cite | abbr | acronym | sub | sup | input | select | textarea | label | button

Used By

Complex Types Flow, Inline
Elements abbr, acronym, address, b, bdo, big, caption, cite, code, dd, del, dfn, div, dt, em, fieldset, h1, h2, h3, h4, h5, h6, i, ins, kbd, label, legend, li, object, p, q, samp, small, span, strong, sub, sup, td, th, tt, var

Source

<xs:group name="inline">
  <xs:choice>
    <xs:element ref="a"/>
    <xs:group ref="special"/>
    <xs:group ref="fontstyle"/>
    <xs:group ref="phrase"/>
    <xs:group ref="inline.forms"/>
  </xs:choice>
</xs:group>