form.content

form uses "Flow" excluding form

Complex Type Information

Model

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

Used By

Element form

Source

<xs:complexType name="form.content" mixed="true">
  <xs:annotation>
    <xs:documentation>form uses "Flow" excluding form</xs:documentation>
  </xs:annotation>
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:group ref="block"/>
    <xs:group ref="inline"/>
    <xs:group ref="misc"/>
  </xs:choice>
</xs:complexType>