svn commit: r474778 - in /incubator/ofbiz/site/dtds: TC-1025_schema_10_xpdl.xsd entitymodel.xsd jcl.dtd service-eca.xsd simple-methods.xsd site-conf.xsd widget-form.xsd widget-screen.xsd widget-tree.xsd xpdl-1.0-schema.xsd xpdl.dtd

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r474778 - in /incubator/ofbiz/site/dtds: TC-1025_schema_10_xpdl.xsd entitymodel.xsd jcl.dtd service-eca.xsd simple-methods.xsd site-conf.xsd widget-form.xsd widget-screen.xsd widget-tree.xsd xpdl-1.0-schema.xsd xpdl.dtd

jonesde
Author: jonesde
Date: Tue Nov 14 05:12:04 2006
New Revision: 474778

URL: http://svn.apache.org/viewvc?view=rev&rev=474778
Log:
Updated web site dtd/xsd files

Removed:
    incubator/ofbiz/site/dtds/TC-1025_schema_10_xpdl.xsd
    incubator/ofbiz/site/dtds/jcl.dtd
    incubator/ofbiz/site/dtds/xpdl-1.0-schema.xsd
    incubator/ofbiz/site/dtds/xpdl.dtd
Modified:
    incubator/ofbiz/site/dtds/entitymodel.xsd
    incubator/ofbiz/site/dtds/service-eca.xsd
    incubator/ofbiz/site/dtds/simple-methods.xsd
    incubator/ofbiz/site/dtds/site-conf.xsd
    incubator/ofbiz/site/dtds/widget-form.xsd
    incubator/ofbiz/site/dtds/widget-screen.xsd
    incubator/ofbiz/site/dtds/widget-tree.xsd

Modified: incubator/ofbiz/site/dtds/entitymodel.xsd
URL: http://svn.apache.org/viewvc/incubator/ofbiz/site/dtds/entitymodel.xsd?view=diff&rev=474778&r1=474777&r2=474778
==============================================================================
--- incubator/ofbiz/site/dtds/entitymodel.xsd (original)
+++ incubator/ofbiz/site/dtds/entitymodel.xsd Tue Nov 14 05:12:04 2006
@@ -333,6 +333,7 @@
     <xs:attributeGroup name="attlist.complex-alias-field">
         <xs:attribute type="xs:string" name="entity-alias" use="required"/>
         <xs:attribute type="xs:string" name="field" use="required"/>
+        <xs:attribute type="xs:string" name="default-value"/>
         <xs:attribute name="function">
             <xs:simpleType>
                 <xs:restriction base="xs:token">

Modified: incubator/ofbiz/site/dtds/service-eca.xsd
URL: http://svn.apache.org/viewvc/incubator/ofbiz/site/dtds/service-eca.xsd?view=diff&rev=474778&r1=474777&r2=474778
==============================================================================
--- incubator/ofbiz/site/dtds/service-eca.xsd (original)
+++ incubator/ofbiz/site/dtds/service-eca.xsd Tue Nov 14 05:12:04 2006
@@ -18,7 +18,7 @@
     <xs:element name="service-eca">
         <xs:complexType>
             <xs:sequence>
-                <xs:element maxOccurs="unbounded" ref="eca"/>
+                <xs:element minOccurs="0" maxOccurs="unbounded" ref="eca"/>
             </xs:sequence>
         </xs:complexType>
     </xs:element>

Modified: incubator/ofbiz/site/dtds/simple-methods.xsd
URL: http://svn.apache.org/viewvc/incubator/ofbiz/site/dtds/simple-methods.xsd?view=diff&rev=474778&r1=474777&r2=474778
==============================================================================
--- incubator/ofbiz/site/dtds/simple-methods.xsd (original)
+++ incubator/ofbiz/site/dtds/simple-methods.xsd Tue Nov 14 05:12:04 2006
@@ -535,17 +535,6 @@
         <xs:attribute type="xs:string" name="map-name" use="required"/>
         <xs:attribute type="xs:string" name="to-map-name"/>
     </xs:attributeGroup>
-    <xs:element name="field-to-field" substitutionGroup="EnvOperations">
-        <xs:complexType>
-            <xs:attributeGroup ref="attlist.field-to-field"/>
-        </xs:complexType>
-    </xs:element>
-    <xs:attributeGroup name="attlist.field-to-field">
-        <xs:attribute type="xs:string" name="map-name"/>
-        <xs:attribute type="xs:string" name="field-name" use="required"/>
-        <xs:attribute type="xs:string" name="to-map-name"/>
-        <xs:attribute type="xs:string" name="to-field-name"/>
-    </xs:attributeGroup>
     <xs:element name="field-to-list" substitutionGroup="EnvOperations">
         <xs:complexType>
             <xs:attributeGroup ref="attlist.field-to-list"/>
@@ -622,35 +611,6 @@
             </xs:simpleType>
         </xs:attribute>
     </xs:attributeGroup>
-    <xs:element name="env-to-env" substitutionGroup="EnvOperations">
-        <xs:complexType>
-            <xs:attributeGroup ref="attlist.env-to-env"/>
-        </xs:complexType>
-    </xs:element>
-    <xs:attributeGroup name="attlist.env-to-env">
-        <xs:attribute type="xs:string" name="env-name" use="required"/>
-        <xs:attribute type="xs:string" name="to-env-name" use="required"/>
-    </xs:attributeGroup>
-    <xs:element name="env-to-field" substitutionGroup="EnvOperations">
-        <xs:complexType>
-            <xs:attributeGroup ref="attlist.env-to-field"/>
-        </xs:complexType>
-    </xs:element>
-    <xs:attributeGroup name="attlist.env-to-field">
-        <xs:attribute type="xs:string" name="env-name" use="required"/>
-        <xs:attribute type="xs:string" name="field-name"/>
-        <xs:attribute type="xs:string" name="map-name"/>
-    </xs:attributeGroup>
-    <xs:element name="field-to-env" substitutionGroup="EnvOperations">
-        <xs:complexType>
-            <xs:attributeGroup ref="attlist.field-to-env"/>
-        </xs:complexType>
-    </xs:element>
-    <xs:attributeGroup name="attlist.field-to-env">
-        <xs:attribute type="xs:string" name="field-name" use="required"/>
-        <xs:attribute type="xs:string" name="map-name"/>
-        <xs:attribute type="xs:string" name="env-name"/>
-    </xs:attributeGroup>
     <xs:element name="string-append" substitutionGroup="EnvOperations">
         <xs:annotation><xs:documentation>NOTE: the prefix and suffix will only be used IFF the current string and the string to be appended are both not empty</xs:documentation></xs:annotation>
         <xs:complexType>
@@ -665,18 +625,6 @@
         <xs:attribute type="xs:string" name="prefix"/>
         <xs:attribute type="xs:string" name="suffix"/>
     </xs:attributeGroup>
-    <xs:element name="string-to-field" substitutionGroup="EnvOperations">
-        <xs:complexType>
-            <xs:attributeGroup ref="attlist.string-to-field"/>
-        </xs:complexType>
-    </xs:element>
-    <xs:attributeGroup name="attlist.string-to-field">
-        <xs:attribute type="xs:string" name="string" use="required"/>
-        <xs:attribute type="xs:string" name="map-name"/>
-        <xs:attribute type="xs:string" name="field-name" use="required"/>
-        <xs:attribute type="xs:string" name="arg-list-name"/>
-        <xs:attribute type="xs:string" name="message-field-name"/>
-    </xs:attributeGroup>
     <xs:element name="string-to-list" substitutionGroup="EnvOperations">
         <xs:complexType>
             <xs:attributeGroup ref="attlist.string-to-list"/>
@@ -1004,6 +952,14 @@
                 </xs:restriction>
             </xs:simpleType>
         </xs:attribute>
+        <xs:attribute name="ignore-case" default="false">
+            <xs:simpleType>
+                <xs:restriction base="xs:token">
+                    <xs:enumeration value="true"/>
+                    <xs:enumeration value="false"/>
+                </xs:restriction>
+            </xs:simpleType>
+        </xs:attribute>
     </xs:attributeGroup>
     <xs:element name="condition-object">
         <xs:complexType>
@@ -1445,6 +1401,15 @@
             </xs:sequence>
         </xs:complexType>
     </xs:element>
+    <xs:element name="while" substitutionGroup="IfOtherOperations">
+        <xs:annotation><xs:documentation>While loop operation, uses the same condition element as the if operation.</xs:documentation></xs:annotation>
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element ref="condition"/>
+                <xs:element ref="then"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
     <xs:element name="condition">
         <xs:complexType>
             <xs:group ref="IfConditions"/>
@@ -1804,22 +1769,6 @@
     <xs:attributeGroup name="attlist.number">
         <xs:attribute type="xs:string" name="value" use="required"/>
     </xs:attributeGroup>
-    <xs:element name="while-compare" substitutionGroup="ControlOperations">
-        <xs:complexType>
-            <xs:sequence>
-                <xs:group minOccurs="0" maxOccurs="unbounded" ref="AllOperations"/>
-            </xs:sequence>
-            <xs:attributeGroup ref="attlist.while-compare"/>
-            <xs:attributeGroup ref="attlist.operatorRequired"/>
-            <xs:attributeGroup ref="attlist.typeDefaultString"/>
-        </xs:complexType>
-    </xs:element>
-    <xs:attributeGroup name="attlist.while-compare">
-        <xs:attribute type="xs:string" name="map-name"/>
-        <xs:attribute type="xs:string" name="field-name" use="required"/>
-        <xs:attribute type="xs:string" name="value" use="required"/>
-        <xs:attribute type="xs:string" name="format"/>
-    </xs:attributeGroup>                
     <!--
         ======================================================
         ========== The Simple Map Processor Section ==========

Modified: incubator/ofbiz/site/dtds/site-conf.xsd
URL: http://svn.apache.org/viewvc/incubator/ofbiz/site/dtds/site-conf.xsd?view=diff&rev=474778&r1=474777&r2=474778
==============================================================================
--- incubator/ofbiz/site/dtds/site-conf.xsd (original)
+++ incubator/ofbiz/site/dtds/site-conf.xsd Tue Nov 14 05:12:04 2006
@@ -157,6 +157,14 @@
         <xs:attribute type="xs:string" name="type" use="required"/>
         <xs:attribute type="xs:string" name="path"/>
         <xs:attribute type="xs:string" name="invoke"/>
+        <xs:attribute name="global-transaction" default="true">
+            <xs:simpleType>
+                <xs:restriction base="xs:token">
+                    <xs:enumeration value="true"/>
+                    <xs:enumeration value="false"/>
+                </xs:restriction>
+            </xs:simpleType>
+        </xs:attribute>
     </xs:attributeGroup>
     <xs:element name="response">
         <xs:complexType>
@@ -172,6 +180,7 @@
                     <xs:enumeration value="view"/>
                     <xs:enumeration value="request"/>
                     <xs:enumeration value="request-redirect"/>
+                    <xs:enumeration value="request-redirect-noparam"/>
                     <xs:enumeration value="url"/>
                 </xs:restriction>
             </xs:simpleType>

Modified: incubator/ofbiz/site/dtds/widget-form.xsd
URL: http://svn.apache.org/viewvc/incubator/ofbiz/site/dtds/widget-form.xsd?view=diff&rev=474778&r1=474777&r2=474778
==============================================================================
--- incubator/ofbiz/site/dtds/widget-form.xsd (original)
+++ incubator/ofbiz/site/dtds/widget-form.xsd Tue Nov 14 05:12:04 2006
@@ -113,6 +113,9 @@
         <xs:attribute type="xs:string" name="paginate-index-field">
             <xs:annotation><xs:documentation>The name of the parameter that specifies what the current page is in a list form with multiple pages. The default is VIEW_INDEX Accepts ${} notation.</xs:documentation></xs:annotation>
         </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:annotation>
+        </xs:attribute>
         <xs:attribute type="xs:string" name="paginate-previous-label">
             <xs:annotation><xs:documentation>Text to display for the [Previous] button in a form with pagination. Defaults to "Previous". Accepts ${} notation.</xs:documentation></xs:annotation>
         </xs:attribute>
@@ -1224,6 +1227,14 @@
             </xs:simpleType>
         </xs:attribute>
         <xs:attribute name="ignore-if-empty" default="false">
+            <xs:simpleType>
+                <xs:restriction base="xs:token">
+                    <xs:enumeration value="true"/>
+                    <xs:enumeration value="false"/>
+                </xs:restriction>
+            </xs:simpleType>
+        </xs:attribute>
+        <xs:attribute name="ignore-case" default="false">
             <xs:simpleType>
                 <xs:restriction base="xs:token">
                     <xs:enumeration value="true"/>

Modified: incubator/ofbiz/site/dtds/widget-screen.xsd
URL: http://svn.apache.org/viewvc/incubator/ofbiz/site/dtds/widget-screen.xsd?view=diff&rev=474778&r1=474777&r2=474778
==============================================================================
--- incubator/ofbiz/site/dtds/widget-screen.xsd (original)
+++ incubator/ofbiz/site/dtds/widget-screen.xsd Tue Nov 14 05:12:04 2006
@@ -629,6 +629,14 @@
                 </xs:restriction>
             </xs:simpleType>
         </xs:attribute>
+        <xs:attribute name="ignore-case" default="false">
+            <xs:simpleType>
+                <xs:restriction base="xs:token">
+                    <xs:enumeration value="true"/>
+                    <xs:enumeration value="false"/>
+                </xs:restriction>
+            </xs:simpleType>
+        </xs:attribute>
     </xs:attributeGroup>
     <xs:element name="condition-object">
         <xs:complexType>

Modified: incubator/ofbiz/site/dtds/widget-tree.xsd
URL: http://svn.apache.org/viewvc/incubator/ofbiz/site/dtds/widget-tree.xsd?view=diff&rev=474778&r1=474777&r2=474778
==============================================================================
--- incubator/ofbiz/site/dtds/widget-tree.xsd (original)
+++ incubator/ofbiz/site/dtds/widget-tree.xsd Tue Nov 14 05:12:04 2006
@@ -485,6 +485,22 @@
                 </xs:restriction>
             </xs:simpleType>
         </xs:attribute>
+        <xs:attribute name="ignore-if-empty" default="false">
+            <xs:simpleType>
+                <xs:restriction base="xs:token">
+                    <xs:enumeration value="true"/>
+                    <xs:enumeration value="false"/>
+                </xs:restriction>
+            </xs:simpleType>
+        </xs:attribute>
+        <xs:attribute name="ignore-case" default="false">
+            <xs:simpleType>
+                <xs:restriction base="xs:token">
+                    <xs:enumeration value="true"/>
+                    <xs:enumeration value="false"/>
+                </xs:restriction>
+            </xs:simpleType>
+        </xs:attribute>
     </xs:attributeGroup>
 
     <!-- ================ CONDITIONS ================ -->