HHH-7450 simplify composite-element-element
This commit is contained in:
parent
c1f7fd4d13
commit
2eb320b9c6
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue