Author: eglynn
Date: Thu May 29 12:24:18 2008
New Revision: 661440

URL: http://svn.apache.org/viewvc?rev=661440&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/trunk/rt/ws/policy/src/main/resources/schemas/policy.xsd

Modified: cxf/trunk/rt/ws/policy/src/main/resources/schemas/policy.xsd
URL: 
http://svn.apache.org/viewvc/cxf/trunk/rt/ws/policy/src/main/resources/schemas/policy.xsd?rev=661440&r1=661439&r2=661440&view=diff
==============================================================================
--- cxf/trunk/rt/ws/policy/src/main/resources/schemas/policy.xsd (original)
+++ cxf/trunk/rt/ws/policy/src/main/resources/schemas/policy.xsd Thu May 29 
12:24:18 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