Author: jleroux
Date: Sun Oct 25 11:15:39 2015 New Revision: 1710427 URL: http://svn.apache.org/viewvc?rev=1710427&view=rev Log: Updates xds files Modified: ofbiz/site/dtds/entitygroup.xsd ofbiz/site/dtds/entitymodel.xsd ofbiz/site/dtds/fieldtypemodel.xsd ofbiz/site/dtds/test-suite.xsd ofbiz/site/dtds/widget-common.xsd ofbiz/site/dtds/widget-form.xsd Modified: ofbiz/site/dtds/entitygroup.xsd URL: http://svn.apache.org/viewvc/ofbiz/site/dtds/entitygroup.xsd?rev=1710427&r1=1710426&r2=1710427&view=diff ============================================================================== --- ofbiz/site/dtds/entitygroup.xsd (original) +++ ofbiz/site/dtds/entitygroup.xsd Sun Oct 25 11:15:39 2015 @@ -18,7 +18,7 @@ specific language governing permissions under the License. --> <!-- - * This is the DTD for the Open For Business Generic Entity Model field type definition XML file. + * This is the DTD for the Apache OFBiz Generic Entity Model field type definition XML file. --> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"> <!-- ====================== Root Element ======================= --> Modified: ofbiz/site/dtds/entitymodel.xsd URL: http://svn.apache.org/viewvc/ofbiz/site/dtds/entitymodel.xsd?rev=1710427&r1=1710426&r2=1710427&view=diff ============================================================================== --- ofbiz/site/dtds/entitymodel.xsd (original) +++ ofbiz/site/dtds/entitymodel.xsd Sun Oct 25 11:15:39 2015 @@ -18,7 +18,7 @@ specific language governing permissions under the License. --> <!-- - *This is the DTD for the Open For Business Generic Entity Model entity definition XML file. + *This is the DTD for the Apache OFBiz Generic Entity Model entity definition XML file. *This DTD is meant to be as simple as possible, and is modelled from the standard ejb deployment descriptor ejb-jar.xml. --> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"> Modified: ofbiz/site/dtds/fieldtypemodel.xsd URL: http://svn.apache.org/viewvc/ofbiz/site/dtds/fieldtypemodel.xsd?rev=1710427&r1=1710426&r2=1710427&view=diff ============================================================================== --- ofbiz/site/dtds/fieldtypemodel.xsd (original) +++ ofbiz/site/dtds/fieldtypemodel.xsd Sun Oct 25 11:15:39 2015 @@ -44,7 +44,7 @@ under the License. or PreparedStatement setXxx methods). </xs:documentation></xs:annotation> <!-- Developers Note: SQL type to Java type mapping taken from - http://java.sun.com/j2se/1.4.2/docs/guide/jdbc/getstart/mapping.html --> + https://docs.oracle.com/javase/1.5.0/docs/guide/jdbc/getstart/mapping.html --> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="byte[]"> Modified: ofbiz/site/dtds/test-suite.xsd URL: http://svn.apache.org/viewvc/ofbiz/site/dtds/test-suite.xsd?rev=1710427&r1=1710426&r2=1710427&view=diff ============================================================================== --- ofbiz/site/dtds/test-suite.xsd (original) +++ ofbiz/site/dtds/test-suite.xsd Sun Oct 25 11:15:39 2015 @@ -95,6 +95,15 @@ under the License. <xs:attribute type="xs:string" name="service-name" use="required"/> </xs:attributeGroup> + <xs:element name="webdriver-test" substitutionGroup="TestCaseTypes"> + <xs:complexType> + <xs:attributeGroup ref="attlist.webdriver-test"/> + </xs:complexType> + </xs:element> + <xs:attributeGroup name="attlist.webdriver-test"> + <xs:attribute type="xs:string" name="location" use="required"/> + </xs:attributeGroup> + <xs:element name="simple-method-test" substitutionGroup="TestCaseTypes"> <xs:complexType> <xs:attributeGroup ref="attlist.simple-method-test"/> Modified: ofbiz/site/dtds/widget-common.xsd URL: http://svn.apache.org/viewvc/ofbiz/site/dtds/widget-common.xsd?rev=1710427&r1=1710426&r2=1710427&view=diff ============================================================================== --- ofbiz/site/dtds/widget-common.xsd (original) +++ ofbiz/site/dtds/widget-common.xsd Sun Oct 25 11:15:39 2015 @@ -607,14 +607,13 @@ under the License. <xs:documentation> If selected the hidden-form type will be used if the url-mode is intra-app and the request specified has an event, otherwise the anchor type will be used, - except if the ajax-window mode is specified. + except if the layered-modal mode is specified. </xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="anchor" /> <xs:enumeration value="hidden-form" /> - <!-- FIXME: This is not a link type. It indicates the target window should be a popup dialog. --> - <xs:enumeration value="ajax-window" /> + <xs:enumeration value="layered-modal" /> </xs:restriction> </xs:simpleType> </xs:attribute> Modified: ofbiz/site/dtds/widget-form.xsd URL: http://svn.apache.org/viewvc/ofbiz/site/dtds/widget-form.xsd?rev=1710427&r1=1710426&r2=1710427&view=diff ============================================================================== --- ofbiz/site/dtds/widget-form.xsd (original) +++ ofbiz/site/dtds/widget-form.xsd Sun Oct 25 11:15:39 2015 @@ -167,7 +167,10 @@ under the License. </xs:attribute> <xs:attribute type="xs:string" name="override-list-size"> <xs:annotation> - <xs:documentation>The total number of rows in the original list (used for pagination). If not specified, the size of the list will be used. Accepts ${} notation.</xs:documentation> + <xs:documentation>The total number of rows in the original list (used for pagination). + If not specified, the size of the list will be used. Accepts ${} notation. + You may use any value, true makes sense, when using performFindList, but one value must be passed. + </xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute type="xs:string" name="paginate-first-label"> |
Free forum by Nabble | Edit this page |