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

[DDC-2426] Missing length attribute in doctrine-mapping.xsd for <id> tag.

This commit is contained in:
Benjamin Eberlei 2013-05-04 12:58:06 +02:00
parent 59fff4ddef
commit 9adc45767d

View File

@ -345,6 +345,7 @@
<xs:attribute name="name" type="xs:NMTOKEN" use="required" />
<xs:attribute name="type" type="xs:NMTOKEN" />
<xs:attribute name="column" type="xs:NMTOKEN" />
<xs:attribute name="length" type="xs:NMTOKEN" />
<xs:attribute name="association-key" type="xs:boolean" default="false" />
<xs:attribute name="column-definition" type="xs:string" />
<xs:anyAttribute namespace="##other"/>