You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2012/10/25 22:32:34 UTC

svn commit: r1402323 - /db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/orm/step2.xml

Author: tfischer
Date: Thu Oct 25 20:32:34 2012
New Revision: 1402323

URL: http://svn.apache.org/viewvc?rev=1402323&view=rev
Log:
TORQUE-238: Fix schema links in Tutorial

Modified:
    db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/orm/step2.xml

Modified: db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/orm/step2.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/orm/step2.xml?rev=1402323&r1=1402322&r2=1402323&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/orm/step2.xml (original)
+++ db/torque/torque4/trunk/torque-site/src/site/xdoc/tutorial/orm/step2.xml Thu Oct 25 20:32:34 2012
@@ -219,8 +219,10 @@
 <p>
   Another common mistake is to forget that XML is
   <b>case-sensitive</b>.  All of the elements and
-  attributes must be specified according to the 
-  <a href="../../documentation/modules/templates/database-4-0-strict.xsd">XML Schema</a>
+  attributes must be specified according to either the 
+  <a href="../../documentation/modules/templates/database-4-0-strict.xsd">strict Schema XSD</a>
+  or the
+  <a href="../../documentation/modules/templates/database-4-0.xsd">Schema XSD</a>
   for the database schema.  In addition, you should
   include the XML declaration and XML schema specification
   in your database schema file.
@@ -230,7 +232,7 @@
 <p>
   For additional information on
   the XML elements and attributes, please refer to the
-  <a href="../../documentation/modules/templates/database-4-0-strict.xsd">
+  <a href="../../documentation/modules/templates/database-4-0.xsd">
   Torque Schema XSD</a>.
 </p>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org