HHH-7450 simplify composite id's key-property and key-many-to-one property

This commit is contained in:
Strong Liu 2012-07-16 17:23:34 +08:00
parent de1d647a62
commit c1f7fd4d13
1 changed files with 5 additions and 0 deletions

View File

@ -344,6 +344,11 @@ arbitrary number of queries, and import declarations of arbitrary classes.
<xs:sequence>
<xs:element name="meta" minOccurs="0" maxOccurs="unbounded" type="meta-element"/>
<xs:choice maxOccurs="unbounded">
<xs:annotation>
<xs:appinfo>
<simplify:as-element-property/>
</xs:appinfo>
</xs:annotation>
<xs:element name="key-property" type="key-property-element"/>
<xs:element name="key-many-to-one" type="key-many-to-one-element"/>
</xs:choice>