You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ay...@apache.org on 2013/04/17 12:58:08 UTC

svn commit: r858811 - /websites/production/cxf/content/schemas/configuration/wsrm-manager-types.xsd

Author: ay
Date: Wed Apr 17 10:58:08 2013
New Revision: 858811

Log:
add maxSequences attribute in ws-rm destinationPolicy schema (CXF-4968)

Modified:
    websites/production/cxf/content/schemas/configuration/wsrm-manager-types.xsd

Modified: websites/production/cxf/content/schemas/configuration/wsrm-manager-types.xsd
==============================================================================
--- websites/production/cxf/content/schemas/configuration/wsrm-manager-types.xsd (original)
+++ websites/production/cxf/content/schemas/configuration/wsrm-manager-types.xsd Wed Apr 17 10:58:08 2013
@@ -78,6 +78,14 @@
                 </xs:documentation>
             </xs:annotation>      
         </xs:attribute>
+        <xs:attribute name="maxSequences" type="xs:int" use="optional" default="0">
+            <xs:annotation>
+                <xs:documentation>
+                    The maximum number of sequences that can be held active. A value of
+                    0 indicates there is no limit.
+                </xs:documentation>
+            </xs:annotation>      
+        </xs:attribute>
     </xs:complexType>
     
     <xs:complexType name="DestinationPolicyType">
@@ -110,6 +118,14 @@
             </xs:annotation>      
         </xs:attribute>
         
+        <xs:attribute name="maxSequences" type="xs:int" use="optional" default="0">
+            <xs:annotation>
+                <xs:documentation>
+                    The maximum number of sequences that can be held active. A value of
+                    0 indicates there is no limit.
+                </xs:documentation>
+            </xs:annotation>      
+        </xs:attribute>
     </xs:complexType>
 
     <xs:complexType name="SequenceTerminationPolicyType">