o added XSD for Modello and fix it

git-svn-id: https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk@738082 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/mdo/httpbean.mdo b/src/main/mdo/httpbean.mdo
index 1da9eca..08a7960 100644
--- a/src/main/mdo/httpbean.mdo
+++ b/src/main/mdo/httpbean.mdo
@@ -19,7 +19,7 @@
 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">
   <id>http</id>
   <name>HttpBean</name>
   <description>Bean for supported HTTP parameters.</description>
diff --git a/src/main/mdo/linkcheck.mdo b/src/main/mdo/linkcheck.mdo
index a7ea062..c3a03ac 100644
--- a/src/main/mdo/linkcheck.mdo
+++ b/src/main/mdo/linkcheck.mdo
@@ -19,7 +19,7 @@
 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">
   <id>linkcheck</id>
   <name>LinkcheckModel</name>
   <description>Model for the linkcheck report.</description>
@@ -30,14 +30,14 @@
     </default>
   </defaults>
   <classes>
-    <class rootElement="true" xml.tagName="linkcheck">
+    <class rootElement="true">
       <name>LinkcheckModel</name>
       <description><![CDATA[
          The <code>&lt;linkcheck&gt;</code> element is the root of the linkcheck descriptor.
       ]]></description>
       <version>1.0.0</version>
       <fields>
-        <field xml.listStyle="flat">
+        <field>
           <name>files</name>
           <description><![CDATA[
             List of <code>&lt;file&gt;</code> elements.