You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Jacques Le Roux <ja...@les7arts.com> on 2007/01/16 08:56:17 UTC

Re: svn commit: r496594 - /ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd

Sorry for this one David, from the old doc I thought it was missing. Of course I should have ask you, I will remember !

Jacques

----- Original Message ----- 
From: <jo...@apache.org>
To: <co...@ofbiz.apache.org>
Sent: Tuesday, January 16, 2007 6:29 AM
Subject: svn commit: r496594 - /ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd


> Author: jonesde
> Date: Mon Jan 15 21:29:35 2007
> New Revision: 496594
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=496594
> Log:
> Changed entity-name attribute on find-by-primary-key element back to be optional
> 
> 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?view=diff&rev=496594&r1=496593&r2=496594
> ==============================================================================
> --- ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd (original)
> +++ ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd Mon Jan 15 21:29:35 2007
> @@ -1583,7 +1583,7 @@
>          </xs:complexType>
>      </xs:element>
>      <xs:attributeGroup name="attlist.find-by-primary-key">
> -        <xs:attribute type="xs:string" name="entity-name" use="required">
> +        <xs:attribute type="xs:string" name="entity-name" use="optional">
>              <xs:annotation>
>                  <xs:documentation>
>                      The name of the entity to find an instance of.
>