Author: jonesde
Date: Tue Oct 17 04:25:15 2006 New Revision: 464904 URL: http://svn.apache.org/viewvc?view=rev&rev=464904 Log: Removed the definitions of the operations that have been deprecated for a while now; these will still work, but we'll get errors/warnings about them when running and when editing the files, making them easier and faster to spot and eliminate; this step is part of the more general pre-release cleanup effort Modified: incubator/ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd Modified: incubator/ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd?view=diff&rev=464904&r1=464903&r2=464904 ============================================================================== --- incubator/ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd (original) +++ incubator/ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd Tue Oct 17 04:25:15 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> @@ -664,18 +624,6 @@ <xs:attribute type="xs:string" name="arg-list-name"/> <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> |
Free forum by Nabble | Edit this page |