Added comment and removed commented out section.

This commit is contained in:
Lyndon Adams
2013-01-29 15:00:10 +00:00
parent 48f59be384
commit 7c1c69dbc7

View File

@@ -2442,7 +2442,13 @@ Specifies the maximum memory in MB to allocate for the queue
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="parallel" type="xsd:string"></xsd:attribute>
<xsd:attribute name="parallel" type="xsd:string">
<xsd:annotation>
<xsd:documentation><![CDATA[
A value of "false" or "true" that specifies the type of queue GemFire creates, serial or parallel.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attributeGroup>
<!-- -->
<xsd:complexType name="gatewayReceiverType">
@@ -2626,11 +2632,6 @@ The id of the cache - default is gemfireCache
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<!--
<xsd:attribute name="parallel" default="false"
type="xsd:string">
</xsd:attribute>
-->
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>