Skip to content

Commit

Permalink
[DDC-2426] Missing length attribute in doctrine-mapping.xsd for <id> …
Browse files Browse the repository at this point in the history
…tag.
  • Loading branch information
beberlei committed May 4, 2013
1 parent 59fff4d commit 9adc457
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doctrine-mapping.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down

0 comments on commit 9adc457

Please sign in to comment.