stariy95 commented on code in PR #559:
URL: https://github.com/apache/cayenne/pull/559#discussion_r1088860541
##########
cayenne-server/src/main/resources/org/apache/cayenne/schema/11/dbimport.xsd:
##########
@@ -73,6 +71,8 @@
<xs:complexType name="container" abstract="true">
<xs:sequence>
+ <xs:element name="catalog" minOccurs="0" maxOccurs="unbounded"
type="dbi:catalog"/>
Review Comment:
This change would allow to place `schema` and `catalog` tags inside any type
that inherits from `container`. And that includes `schema` that shouldn't allow
that.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]