form.content

form uses "Block" excluding form

Complex Type Information

Model

p | h1 | h2 | h3 | h4 | h5 | h6 | div | ul | ol | dl | pre | hr | blockquote | address | fieldset | table | noscript | ins | del | script

Used By

Element form

Source

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