8000 [DoctrineBundle] added auto-mapping support in XSD · beenalee/symfony@6431881 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6431881

Browse files
committed
[DoctrineBundle] added auto-mapping support in XSD
1 parent c846990 commit 6431881

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Bundle/DoctrineBundle/Resources/config/schema/doctrine-1.0.xsd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
<xsd:element name="metadata-cache-driver" type="metadata_cache_driver" minOccurs="0" maxOccurs="1" />
7272
</xsd:choice>
7373

74+
<xsd:attribute name="auto-mapping" type="xsd:string" />
7475
<xsd:attribute name="default-entity-manager" type="xsd:string" />
7576
<xsd:attribute name="default-connection" type="xsd:string" />
7677

@@ -99,6 +100,7 @@
99100
<xsd:element name="hydrator" type="type" minOccurs="0" maxOccurs="unbounded" />
100101
</xsd:choice>
101102

103+
<xsd:attribute name="auto-mapping" type="xsd:string" />
102104
<xsd:attribute name="connection" type="xsd:string" />
103105
<xsd:attribute name="name" type="xsd:string" />
104106
<xsd:attribute name="result-cache-driver" type="xsd:string" />

0 commit comments

Comments
 (0)
0