Author: eglynn
Date: Thu May 29 12:25:57 2008
New Revision: 661441

URL: http://svn.apache.org/viewvc?rev=661441&view=rev
Log:
Added an id attribute to the schema declaration for the <policies> feature, so 
as to allow this element to be Spring-loaded in standalone form, i.e decoupled 
from a <jaxws:client> or <jaxws:endpoint> bean. 

Modified:
    cxf/branches/2.0.x-fixes/rt/ws/policy/src/main/resources/schemas/policy.xsd

Modified: 
cxf/branches/2.0.x-fixes/rt/ws/policy/src/main/resources/schemas/policy.xsd
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.0.x-fixes/rt/ws/policy/src/main/resources/schemas/policy.xsd?rev=661441&r1=661440&r2=661441&view=diff
==============================================================================
--- cxf/branches/2.0.x-fixes/rt/ws/policy/src/main/resources/schemas/policy.xsd 
(original)
+++ cxf/branches/2.0.x-fixes/rt/ws/policy/src/main/resources/schemas/policy.xsd 
Thu May 29 12:25:57 2008
@@ -61,6 +61,7 @@
       </xsd:sequence>
       <xsd:attribute name="ignoreUnknownAssertions" type="xsd:boolean" 
default="false"/>
       <xsd:attribute name="namespace" type="xsd:string"/>
+      <xsd:attribute name="id" type="xsd:string"/>
     </xsd:complexType>
   </xsd:element>
   


Reply via email to