http://maven.apache.org/FML/1.0.1
complexType button.content

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://maven.apache.org/FML/1.0.1}button.content (restriction)

Documentation
      button uses "Flow" but excludes a, form, form controls, iframe
      
Properties
This component is not nillable.

Model
<...>
(p | (h1 | h2 | h3 | h4 | h5) | 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) ) )*
</...>


Nested Element Summary
 abbr
          
 acronym
          
 address
          
 applet
          
 b
          
 basefont
          
 bdo
          
 big
          
 blockquote
          
 br
          
 center
          
 cite
          
 code
          
 del
          
 dfn
          
 dir
          
 div
          
 dl
          
 em
          
 font
          
 h1
          
 h2
          
 h3
          
 h4
          
 h5
          
 hr
          
 i
          
 img
          
 ins
          
 kbd
          
 map
          
 menu
          
 noframes
          
 noscript
          
 object
          
 ol
          
 p
          
 pre
          
 q
          
 s
          
 samp
          
 script
          
 small
          
 span
          
 strike
          
 strong
          
 sub
          
 sup
          
 table
          
 tt
          
 u
          
 ul
          
 var
          
Source
<xs:complexType mixed="true" name="button.content">
<xs:choice maxOccurs="unbounded" minOccurs="0">
<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>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.