+ update schema to allow shorter cache-listener declarations SGF-10 SGF-12 SGF-13

This commit is contained in:
costin
2010-08-27 16:14:29 +03:00
parent 8a24987daf
commit d599751099

View File

@@ -95,7 +95,7 @@ other thread for accessing the region and not waiting for it to complete its tas
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:any namespace="##other" minOccurs="0" processContents="skip">
<xsd:any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="skip">
<xsd:annotation>
<xsd:documentation><![CDATA[
Inner bean definition of the cache loader.