HHH-7450 simplify composite-element-element

This commit is contained in:
Strong Liu 2012-07-16 17:25:29 +08:00
parent c1f7fd4d13
commit 2eb320b9c6
1 changed files with 5 additions and 0 deletions

View File

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