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

Documentation
1.0
        A part element of the faqs element.
      
Properties
This component is not nillable.

Model
<part
  id = xs:string>
(title?, faq+ )
</part>


Nested Element Summary
 faq
          1.0.0 Required faq element for this part element.  
 title
          1.0.0 Optional title for this part element.  

Attribute Summary
 xs:stringid
          1.0.0 The identifier for this part element.  

Attribute Detail

id

1.0.0 The identifier for this part element.

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:element name="part">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" ref="title">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="1" ref="faq">
</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.