We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is the correct way to define allowed children class ins XML? Docs say:
<doctrine-mapping> <document class="ContentFolder"> <child-class>Article</child-class> <child-class>Page</child-class> <!-- ... --> </document> </doctrine-mapping>
Schema says:
<xs:complexType name="child-class"> <xs:attribute name="name" type="xs:string"/> </xs:complexType>
The text was updated successfully, but these errors were encountered:
looking at https://github.com/doctrine/phpcr-odm/blob/master/tests/Doctrine/Tests/ODM/PHPCR/Mapping/Model/xml/Doctrine.Tests.ODM.PHPCR.Mapping.Model.ChildClassesObject.dcm.xml i think the schema is right and the doc is wrong. do you want to fix the doc?
Sorry, something went wrong.
No branches or pull requests
What is the correct way to define allowed children class ins XML?
Docs say:
Schema says:
The text was updated successfully, but these errors were encountered: