button.content

button uses "Flow" but excludes a, form and form controls

Complex Type Information

Model

p | h1 | h2 | h3 | h4 | h5 | h6 | div | ul | ol | dl | pre | hr | blockquote | address | table | br | span | bdo | map | object | img | tt | i | b | big | small | em | strong | dfn | code | q | samp | kbd | var | cite | abbr | acronym | sub | sup | noscript | ins | del | script

Used By

Element button

Source

<xs:complexType name="button.content" mixed="true">
  <xs:annotation>
    <xs:documentation>button uses "Flow" but excludes a, form and form controls</xs:documentation>
  </xs:annotation>
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element ref="p"/>
    <xs:group ref="heading"/>
    <xs:element ref="div"/>
    <xs:group ref="lists"/>
    <xs:group ref="blocktext"/>
    <xs:element ref="table"/>
    <xs:group ref="special"/>
    <xs:group ref="fontstyle"/>
    <xs:group ref="phrase"/>
    <xs:group ref="misc"/>
  </xs:choice>
</xs:complexType>