Author: tfischer
Date: Fri Sep 10 03:20:28 2010
New Revision: 995653
URL: http://svn.apache.org/viewvc?rev=995653&view=rev
Log:
- TORQUE-127: fix schema documentation
Modified:
db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/xsd/database-4-0.xsd
Modified:
db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/xsd/database-4-0.xsd
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/xsd/database-4-0.xsd?rev=995653&r1=995652&r2=995653&view=diff
==============================================================================
---
db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/xsd/database-4-0.xsd
(original)
+++
db/torque/torque4/trunk/torque-templates/src/main/resources/org/apache/torque/templates/xsd/database-4-0.xsd
Fri Sep 10 03:20:28 2010
@@ -182,7 +182,7 @@ to primitive.
<xs:annotation>
<xs:documentation xml:lang="en">
Defines the defaultIdMethod to use with tables which do not have an idMethod
-attribute defined. This attribute has 4 possible values, they are:
+attribute defined. This attribute has 3 possible values, they are:
- idbroker
Torque's software based id broker system
@@ -385,8 +385,8 @@ i.e. it needs to be the superclass.
<xs:attribute name="idMethod" use="optional" type="idMethodType">
<xs:annotation>
<xs:documentation xml:lang="en">
-Defines the defaultIdMethod to use with tables which do not have an idMethod
-attribute defined. This attribute has 4 possible values, they are:
+Defines the id method to automatically generate ids for this table.
+This attribute has 3 possible values, they are:
- idbroker
Torque's software based id broker system
@@ -394,8 +394,6 @@ attribute defined. This attribute has 4
The SQL Server's native autoincrement / identifier process
- none
Don't try to auto assign id numbers
-- null
- Use the value previously set or the default value.
</xs:documentation>
</xs:annotation>
</xs:attribute>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]