Author: jleroux
Date: Mon May 8 14:16:37 2017
New Revision: 1794377
URL:
http://svn.apache.org/viewvc?rev=1794377&view=revLog:
Documented: Remove unnecessary field types
(OFBIZ-9351)
Removes the reference to id-ne similar field types. They will be removed and
replaced by simple id field types.
Modified:
ofbiz/ofbiz-framework/trunk/framework/entity/dtd/entitymodel.xsd
Modified: ofbiz/ofbiz-framework/trunk/framework/entity/dtd/entitymodel.xsd
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/entity/dtd/entitymodel.xsd?rev=1794377&r1=1794376&r2=1794377&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/framework/entity/dtd/entitymodel.xsd (original)
+++ ofbiz/ofbiz-framework/trunk/framework/entity/dtd/entitymodel.xsd Mon May 8 14:16:37 2017
@@ -159,8 +159,6 @@ under the License.
<xs:annotation>
<xs:documentation>
This makes the field NOT NULL on the database (like primary key fields).
- It's possible to use an id-ne similiar field type.
- But rows can be added from outside of ofbiz (e.g. database manager, third party programm, etc).
This uses the ability of a database to set not null constraints.
Defaults to false.
</xs:documentation>