+ add cache-ref to region definitions

+ make name attribute mandatory
SGF-10
SGF-12
SGF-13
This commit is contained in:
costin
2010-08-26 17:42:16 +03:00
parent 91b38c4a78
commit b234194a6c

View File

@@ -124,13 +124,20 @@ arbitrarily pick one.
</xsd:element>
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string">
<xsd:attribute name="name" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation><![CDATA[
The name of the region.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="cache-ref" type="xsd:string" default="cache" use="optional">
<xsd:annotation>
<xsd:documentation><![CDATA[
The name of the bean defining the GemFire cache (by default 'cache').
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
<xsd:element name="replicated-region">