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

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

Documentation
      pre uses "Inline" excluding img, object, applet, big, small,
      font, or basefont
      
Properties
This component is not nillable.

Model
<...>
(a | (br | span | bdo) | (tt | i | b | u | s | strike) | (em | strong | dfn | code | q | samp | kbd | var | cite | abbr | acronym) | (input | select | textarea | label | button) | (ins | del | script) )*
</...>


Nested Element Summary
 a
          
 abbr
          
 acronym
          
 b
          
 bdo
          
 br
          
 button
          
 cite
          
 code
          
 del
          
 dfn
          
 em
          
 i
          
 input
          
 ins
          
 kbd
          
 label
          
 q
          
 s
          
 samp
          
 script
          
 select
          
 span
          
 strike
          
 strong
          
 textarea
          
 tt
          
 u
          
 var
          
Source
<xs:complexType mixed="true" name="pre.content">
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="a"/>
<xs:group ref="special.basic"/>
<xs:group ref="fontstyle.basic"/>
<xs:group ref="phrase.basic"/>
<xs:group ref="inline.forms"/>
<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.