Author: hboutemy
Date: Thu Nov 29 11:57:03 2007
New Revision: 599564

URL: http://svn.apache.org/viewvc?rev=599564&view=rev
Log:
[DOXIA-136] add support for namespace and flat list

Modified:
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/main/mdo/fml.mdo

Modified: 
maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/main/mdo/fml.mdo
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/main/mdo/fml.mdo?rev=599564&r1=599563&r2=599564&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/main/mdo/fml.mdo 
(original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/main/mdo/fml.mdo 
Thu Nov 29 11:57:03 2007
@@ -19,7 +19,7 @@
 under the License.
 -->
 
-<model>
+<model xsd.namespace="http://maven.apache.org/FML/1.0.0"; 
xsd.target-namespace="http://maven.apache.org/FML/1.0.0";>
   <id>fml</id>
   <name>Fml</name>
   <description><![CDATA[
@@ -36,7 +36,7 @@
     </default>
   </defaults>
   <classes>
-    <class rootElement="true" xml.tagName="faqs">
+    <class rootElement="true" xml.tagName="faqs" xsd.compositor="sequence">
       <name>Faqs</name>
       <description><![CDATA[
          The <code>&lt;faqs&gt;</code> element is the root of the FML 
descriptor.
@@ -78,7 +78,7 @@
         </field>
       </fields>
     </class>
-    <class>
+    <class xsd.compositor="sequence">
       <name>Part</name>
       <description><![CDATA[
         FAQ part.
@@ -117,7 +117,7 @@
         </field>
       </fields>
     </class>
-    <class>
+    <class xsd.compositor="sequence">
       <name>Faq</name>
       <description><![CDATA[
         A Faq.


Reply via email to