-
-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Labels
Description
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>