Author: vsiveton
Date: Thu Jan 22 05:04:26 2009
New Revision: 736630
URL: http://svn.apache.org/viewvc?rev=736630&view=rev
Log:
o specified namespace in decoration.mdo
o clarify Menu#inherit description
Modified:
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo
Modified:
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo?rev=736630&r1=736629&r2=736630&view=diff
==============================================================================
---
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo
(original)
+++
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo
Thu Jan 22 05:04:26 2009
@@ -19,7 +19,8 @@
under the License.
-->
-<model>
+<model xmlns="http://modello.codehaus.org/MODELLO/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://modello.codehaus.org/MODELLO/1.0.0
http://modello.codehaus.org/xsd/modello-1.0.0.xsd"
+ xsd.namespace="http://maven.apache.org/DECORATION/1.0.0"
xsd.target-namespace="http://maven.apache.org/DECORATION/1.0.0">
<id>decoration</id>
<name>Decoration</name>
<description><![CDATA[
@@ -412,7 +413,7 @@
<field xml.attribute="true">
<name>inherit</name>
<description><![CDATA[
- The way in which the menu is inherited.
+ The way in which the menu is inherited. Can be one of :
<code>top</code>, <code>bottom</code>.
]]></description>
<version>1.0.0</version>
<type>String</type>