http://maven.apache.org/FML/1.0.1
element question

Documentation
1.0.0
        A faq question element.
      
Properties
This component is not nillable.

Model
<question>
(((tt | i | b | u | s | strike) | (big | small | font | basefont) )* , ((em | strong | dfn | code | q | samp | kbd | var | cite | abbr | acronym) | (sub | sup) )* )
</question>


Nested Element Summary
 abbr
          
 acronym
          
 b
          
 basefont
          
 big
          
 cite
          
 code
          
 dfn
          
 em
          
 font
          
 i
          
 kbd
          
 q
          
 s
          
 samp
          
 small
          
 strike
          
 strong
          
 sub
          
 sup
          
 tt
          
 u
          
 var
          
Source
<xs:element name="question">
<xs:complexType mixed="true">
<xs:sequence>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="fontstyle"/>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="phrase"/>
</xs:sequence>
</xs:complexType>
</xs:element>


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