http://maven.apache.org/FML/1.0.1
complexType Flow

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

Documentation
      "Flow" mixes block and inline and is used for list items etc.
      
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) | isindex | fieldset | table) | form | (a | ((br | span | bdo) | (object | applet | img | map | iframe | source | macro) ) | ((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) ) )*
</...>


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