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

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

Documentation
      "Inline" covers inline or "text-level" element
      
Properties
This component is not nillable.

Model
<...>
((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) ) | (ins | del | script) )*
</...>


Nested Element Summary
 a
          
 abbr
          
 acronym
          
 applet
          
 b
          
 basefont
          
 bdo
          
 big
          
 br
          
 button
          
 cite
          
 code
          
 del
          
 dfn
          
 em
          
 font
          
 i
          
 iframe
          
 img
          
 input
          
 ins
          
 kbd
          
 label
          
 macro
          
 map
          
 object
          
 q
          
 s
          
 samp
          
 script
          
 select
          
 small
          
 source
          
 span
          
 strike
          
 strong
          
 sub
          
 sup
          
 textarea
          
 tt
          
 u
          
 var
          
Source
<xs:complexType mixed="true" name="Inline">
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:group ref="inline"/>
<xs:group ref="misc.inline"/>
</xs:choice>
</xs:complexType>


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