Flow

"Flow" mixes block and inline and is used for list items etc.

Complex Type Information

Model

p | h1 | h2 | h3 | h4 | h5 | h6 | div | ul | ol | dl | pre | hr | blockquote | address | fieldset | table | form | 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 | noscript | ins | del | script

Used By

Elements dd, del, div, ins, li, td, th

Source

<xs:complexType name="Flow" mixed="true">
  <xs:annotation>
    <xs:documentation>"Flow" mixes block and inline and is used for list items etc.</xs:documentation>
  </xs:annotation>
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:group ref="block"/>
    <xs:element ref="form"/>
    <xs:group ref="inline"/>
    <xs:group ref="misc"/>
  </xs:choice>
</xs:complexType>