Author: jleroux
Date: Tue Jan 29 05:42:17 2008
New Revision: 616310
URL:
http://svn.apache.org/viewvc?rev=616310&view=revLog:
Fix another error about duplicate type (should have been simple-type specific enumeration only)
Modified:
ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd
Modified: ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd?rev=616310&r1=616309&r2=616310&view=diff==============================================================================
--- ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd (original)
+++ ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd Tue Jan 29 05:42:17 2008
@@ -5068,7 +5068,7 @@
</xs:documentation>
</xs:annotation>
</xs:attribute>
- <xs:attribute type="xs:string" name="period-align-start">
+ <xs:attribute name="period-align-start">
<xs:annotation>
<xs:documentation>
Align the returned date to the start of the chosen adjustment between year, month, week or day.
@@ -5083,7 +5083,7 @@
</xs:restriction>
</xs:simpleType>
</xs:attribute>
- <xs:attribute type="xs:string" name="period-align-end">
+ <xs:attribute name="period-align-end">
<xs:annotation>
<xs:documentation>
Align the returned date to the end of the chosen adjustment between year, month, week or day.