Author: hboutemy
Date: Thu Nov 29 11:29:55 2007
New Revision: 599553
URL: http://svn.apache.org/viewvc?rev=599553&view=rev
Log:
[DOXIA-136] add support for namespace and flat list
Modified:
maven/doxia/doxia/branches/doxia-1.0-alpha-x/doxia-modules/doxia-module-fml/src/main/mdo/fml.mdo
Modified:
maven/doxia/doxia/branches/doxia-1.0-alpha-x/doxia-modules/doxia-module-fml/src/main/mdo/fml.mdo
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/branches/doxia-1.0-alpha-x/doxia-modules/doxia-module-fml/src/main/mdo/fml.mdo?rev=599553&r1=599552&r2=599553&view=diff
==============================================================================
---
maven/doxia/doxia/branches/doxia-1.0-alpha-x/doxia-modules/doxia-module-fml/src/main/mdo/fml.mdo
(original)
+++
maven/doxia/doxia/branches/doxia-1.0-alpha-x/doxia-modules/doxia-module-fml/src/main/mdo/fml.mdo
Thu Nov 29 11:29:55 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><faqs></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.