misc.inline

these can only occur at block level

Element Group Information

Model

Children: del, ins, script

Used By

Element Group misc
Complex Types Inline, a.content, pre.content
Elements a, abbr, acronym, address, b, bdo, big, caption, cite, code, dfn, dt, em, font, h1, h2, h3, h4, h5, h6, i, kbd, label, legend, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, u, var

Source

<xs:group name="misc.inline">
  <xs:annotation>
    <xs:documentation>these can only occur at block level</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element ref="ins"/>
    <xs:element ref="del"/>
    <xs:element ref="script"/>
  </xs:choice>
</xs:group>