Author: jleroux
Date: Sat May 24 14:28:18 2014
New Revision: 1597308
URL:
http://svn.apache.org/r1597308Log:
Updates *all* dtds (missed one in last commit)
Modified:
ofbiz/site/dtds/entitymodel.xsd
Modified: ofbiz/site/dtds/entitymodel.xsd
URL:
http://svn.apache.org/viewvc/ofbiz/site/dtds/entitymodel.xsd?rev=1597308&r1=1597307&r2=1597308&view=diff==============================================================================
--- ofbiz/site/dtds/entitymodel.xsd (original)
+++ ofbiz/site/dtds/entitymodel.xsd Sat May 24 14:28:18 2014
@@ -499,7 +499,13 @@ under the License.
<xs:element name="extend-entity">
<xs:complexType>
<xs:sequence>
- <xs:element minOccurs="0" maxOccurs="unbounded" ref="field"/>
+ <xs:element minOccurs="0" maxOccurs="unbounded" ref="field">
+ <xs:annotation>
+ <xs:documentation>
+ Only overrides of type, colName, description and enable-audit-log are currently supported
+ </xs:documentation>
+ </xs:annotation>
+ </xs:element>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="relation"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="index"/>
</xs:sequence>