1
0
mirror of synced 2024-12-05 03:06:05 +03:00

Options not respected for ID Fields in XML Mapping Driver (XSD update)

XSD update.

The same bug of the yaml driver: see http://www.doctrine-project.org/jira/browse/DDC-2661
This commit is contained in:
Eduardo 2013-10-09 23:49:39 +02:00 committed by Benjamin Eberlei
parent 7c8350094e
commit f183d25a33

View File

@ -350,6 +350,7 @@
<xs:element name="generator" type="orm:generator" minOccurs="0" />
<xs:element name="sequence-generator" type="orm:sequence-generator" minOccurs="0" maxOccurs="1" />
<xs:element name="custom-id-generator" type="orm:custom-id-generator" minOccurs="0" maxOccurs="1" />
<xs:element name="options" type="orm:options" minOccurs="0" />
<xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other"/>
</xs:sequence>
<xs:attribute name="name" type="xs:NMTOKEN" use="required" />