pre.content

pre uses "Inline" excluding img, object, applet, big, small,
font, or basefont

Complex Type Information

Model

a | br | span | bdo | tt | i | b | u | s | strike | em | strong | dfn | code | q | samp | kbd | var | cite | abbr | acronym | input | select | textarea | label | button | ins | del | script

Used By

Element pre

Source

<xs:complexType name="pre.content" mixed="true">
  <xs:annotation>
    <xs:documentation>pre uses "Inline" excluding img, object, applet, big, small, font, or basefont</xs:documentation>
  </xs:annotation>
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element ref="a"/>
    <xs:group ref="special.basic"/>
    <xs:group ref="fontstyle.basic"/>
    <xs:group ref="phrase.basic"/>
    <xs:group ref="inline.forms"/>
    <xs:group ref="misc.inline"/>
  </xs:choice>
</xs:complexType>