DDC-806: XSD requires an id element before the first field element #993

Open
opened 2026-01-22 12:58:17 +01:00 by admin · 0 comments
Owner

Originally created by @doctrinebot on GitHub (Sep 15, 2010).

Originally assigned to: @beberlei on GitHub.

Jira issue originally created by user m.strehl:

The entity element in doctrine-mapping.xsd requires an element id in front of the first element field.

This leads to invalid XML files, where a inherited class doesn't need an ID on its own, but inherits one from its parent.

In the examples in the documentation,
http://www.doctrine-project.org/projects/orm/2.0/docs/reference/xml-mapping/en#xml-element-reference:defining-fields
the code, too, has no id element in front of the first field elements.

A minimal example, showing the inheritance problem, too, is attached. The validation error occurs on the field element of the "Cat" entity.

Originally created by @doctrinebot on GitHub (Sep 15, 2010). Originally assigned to: @beberlei on GitHub. Jira issue originally created by user m.strehl: The entity element in doctrine-mapping.xsd requires an element id in front of the first element field. This leads to invalid XML files, where a inherited class doesn't need an ID on its own, but inherits one from its parent. In the examples in the documentation, http://www.doctrine-project.org/projects/orm/2.0/docs/reference/xml-mapping/en#xml-element-reference:defining-fields the code, too, has no id element in front of the first field elements. A minimal example, showing the inheritance problem, too, is attached. The validation error occurs on the field element of the "Cat" entity.
admin added the Bug label 2026-01-22 12:58:17 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#993