DATADOC-42 - Provide option for configuring replica sets using the Mongo namespace (partial work)

This commit is contained in:
Mark Pollack
2011-05-24 00:57:03 -04:00
parent 43925c9cf6
commit c6c3dfef15

View File

@@ -257,23 +257,6 @@ The Mongo driver options
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<!--
<xsd:sequence minOccurs="0" maxOccurs="1">
<xsd:element name="replica-set" type="replicaSetType">
<xsd:annotation>
<xsd:documentation><![CDATA[
The Mongo Replica set database addresses
]]></xsd:documentation>
<xsd:appinfo>
<tool:annotation>
<tool:exports type="com.mongodb.MongoOptions"/>
</tool:annotation>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
-->
<xsd:attribute name="id" type="xsd:ID" use="optional">
<xsd:annotation>
<xsd:documentation><![CDATA[
@@ -294,6 +277,13 @@ The host to connect to a MongoDB server. Default is localhost
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="replica-set" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation><![CDATA[
The comma delimited list of host:port entries to use for replica set/pairs.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
<xsd:complexType name="optionsType">