DDC-2426: XML Mapping XSD: Missing length attribute for complexType id #3043

Closed
opened 2026-01-22 14:10:41 +01:00 by admin · 1 comment
Owner

Originally created by @doctrinebot on GitHub (May 3, 2013).

Originally assigned to: @beberlei on GitHub.

Jira issue originally created by user amoore:

The xsd file for the doctrine XML mapping specification does not allow the complexType id to contain a length property.

This prevents IDEs from giving proper auto-completion for the element.

To fix, simply add the following at line 332 of the xsd:

<xs:attribute name="length" type="xs:NMTOKEN" />
Originally created by @doctrinebot on GitHub (May 3, 2013). Originally assigned to: @beberlei on GitHub. Jira issue originally created by user amoore: The xsd file for the doctrine XML mapping specification does not allow the complexType id to contain a length property. This prevents IDEs from giving proper auto-completion for the <id> element. To fix, simply add the following at line 332 of the xsd: ``` <xs:attribute name="length" type="xs:NMTOKEN" /> ```
admin added the Bug label 2026-01-22 14:10:41 +01:00
admin closed this issue 2026-01-22 14:10:42 +01:00
Author
Owner

@doctrinebot commented on GitHub (May 4, 2013):

Issue was closed with resolution "Fixed"

@doctrinebot commented on GitHub (May 4, 2013): Issue was closed with resolution "Fixed"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#3043