Author: adrianc
Date: Fri Jul 20 09:48:33 2012
New Revision: 1363697
URL:
http://svn.apache.org/viewvc?rev=1363697&view=revLog:
Updated entitymodel schema.
Modified:
ofbiz/site/dtds/entitymodel.xsd
Modified: ofbiz/site/dtds/entitymodel.xsd
URL:
http://svn.apache.org/viewvc/ofbiz/site/dtds/entitymodel.xsd?rev=1363697&r1=1363696&r2=1363697&view=diff==============================================================================
--- ofbiz/site/dtds/entitymodel.xsd (original)
+++ ofbiz/site/dtds/entitymodel.xsd Fri Jul 20 09:48:33 2012
@@ -92,6 +92,15 @@ under the License.
<xs:attribute name="never-cache" default="false" type="boolean"/>
<xs:attribute name="never-check" default="false" type="boolean"/>
<xs:attribute name="auto-clear-cache" default="true" type="boolean"/>
+ <xs:attribute name="redefinition" type="boolean">
+ <xs:annotation>
+ <xs:documentation>
+ Indicates if this entity redefines an existing entity.
+ When set to "true" it will suppress "Entity is defined more than once" warnings.
+ Defaults to "false".
+ </xs:documentation>
+ </xs:annotation>
+ </xs:attribute>
<xs:attribute name="title" type="xs:string"/>
<xs:attribute name="copyright" type="xs:string"/>
<xs:attribute name="author" type="xs:string"/>