button.content

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

Complex Type Information

Model

p | h1 | h2 | h3 | h4 | h5 | h6 | div | ul | ol | dl | menu | dir | pre | hr | blockquote | address | center | noframes | table | br | span | bdo | object | applet | img | map | tt | i | b | u | s | strike | big | small | font | basefont | 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, form controls, iframe</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:element ref="br"/>
    <xs:element ref="span"/>
    <xs:element ref="bdo"/>
    <xs:element ref="object"/>
    <xs:element ref="applet"/>
    <xs:element ref="img"/>
    <xs:element ref="map"/>
    <xs:group ref="fontstyle"/>
    <xs:group ref="phrase"/>
    <xs:group ref="misc"/>
  </xs:choice>
</xs:complexType>