Commit ca2faba1 authored by romanb's avatar romanb

[2.0] Small correction to enforce join-column or join-columns in many-to-one in the XSD.

parent 674e9bee
......@@ -233,7 +233,7 @@
<xs:complexType name="many-to-one">
<xs:sequence>
<xs:element name="cascade" type="orm:cascade-type" minOccurs="0" />
<xs:choice minOccurs="0" maxOccurs="1">
<xs:choice minOccurs="1" maxOccurs="1">
<xs:element name="join-column" type="orm:join-column"/>
<xs:element name="join-columns" type="orm:join-columns"/>
</xs:choice>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment