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

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

Model
<faq
  id = xs:string>
(question, answer )
</faq>


Nested Element Summary
 answer
          1.0.0 The answer of this faq element.  
 question
          1.0.0 The question of this faq element.  

Attribute Summary
 xs:stringid
          1.0.0 The identifier of this faq element.  

Attribute Detail

id

1.0.0 The identifier of this faq element.

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:element name="faq">
<xs:complexType mixed="true">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" ref="question">
</xs:element>
<xs:element maxOccurs="1" minOccurs="1" ref="answer">
</xs:element>
</xs:sequence>
<xs:attribute name="id" type="xs:string">
</xs:attribute>
</xs:complexType>
</xs:element>


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