DATACMNS-12 - Adapted namespace XSD to latest changes Spring Data Commons.

Added necessary attribute groups.
This commit is contained in:
Oliver Gierke
2011-01-26 17:52:39 +02:00
parent 2cd7b74264
commit 29e770a9f7

View File

@@ -58,6 +58,7 @@ The host to connect to a MongoDB server. Default is localhost
</xsd:documentation> </xsd:documentation>
</xsd:annotation> </xsd:annotation>
</xsd:attribute> </xsd:attribute>
<xsd:attributeGroup ref="repository:repository-attributes" />
</xsd:extension> </xsd:extension>
</xsd:complexContent> </xsd:complexContent>
</xsd:complexType> </xsd:complexType>
@@ -70,6 +71,7 @@ The host to connect to a MongoDB server. Default is localhost
<xsd:element name="repository" minOccurs="0" maxOccurs="unbounded" type="mongo-repository" /> <xsd:element name="repository" minOccurs="0" maxOccurs="unbounded" type="mongo-repository" />
</xsd:sequence> </xsd:sequence>
<xsd:attribute name="mongo-template-ref" type="mongoTemplateRef" /> <xsd:attribute name="mongo-template-ref" type="mongoTemplateRef" />
<xsd:attributeGroup ref="repository:repository-attributes" />
</xsd:extension> </xsd:extension>
</xsd:complexContent> </xsd:complexContent>
</xsd:complexType> </xsd:complexType>