|
148 | 148 | <xs:choice minOccurs="0" maxOccurs="unbounded">
|
149 | 149 | <xs:element name="entity-result" type="orm:entity-result"/>
|
150 | 150 | <xs:element name="column-result" type="orm:column-result"/>
|
151 |
| - <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other"/> |
152 | 151 | </xs:choice>
|
153 | 152 | <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other"/>
|
154 | 153 | </xs:choice>
|
|
226 | 225 |
|
227 | 226 | <xs:complexType name="mapped-superclass" >
|
228 | 227 | <xs:complexContent>
|
229 |
| - <xs:extension base="orm:entity"> |
230 |
| - <xs:choice minOccurs="0" maxOccurs="unbounded"> |
231 |
| - <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other"/> |
232 |
| - </xs:choice> |
233 |
| - <xs:anyAttribute namespace="##other"/> |
234 |
| - </xs:extension> |
| 228 | + <xs:extension base="orm:entity"/> |
235 | 229 | </xs:complexContent>
|
236 | 230 | </xs:complexType>
|
237 | 231 |
|
238 | 232 | <xs:complexType name="embeddable">
|
239 | 233 | <xs:complexContent>
|
240 |
| - <xs:extension base="orm:entity"> |
241 |
| - <xs:choice minOccurs="0" maxOccurs="unbounded"> |
242 |
| - <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other"/> |
243 |
| - </xs:choice> |
244 |
| - </xs:extension> |
| 234 | + <xs:extension base="orm:entity"/> |
245 | 235 | </xs:complexContent>
|
246 | 236 | </xs:complexType>
|
247 | 237 |
|
|
565 | 555 | <xs:choice minOccurs="0" maxOccurs="1">
|
566 | 556 | <xs:element name="join-column" type="orm:join-column"/>
|
567 | 557 | <xs:element name="join-columns" type="orm:join-columns"/>
|
568 |
| - <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other"/> |
569 | 558 | </xs:choice>
|
570 | 559 | <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other"/>
|
571 | 560 | </xs:choice>
|
|
583 | 572 | <xs:choice minOccurs="0" maxOccurs="1">
|
584 | 573 | <xs:element name="join-column" type="orm:join-column"/>
|
585 | 574 | <xs:element name="join-columns" type="orm:join-columns"/>
|
586 |
| - <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other"/> |
587 | 575 | </xs:choice>
|
588 | 576 | <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other"/>
|
589 | 577 | </xs:choice>
|
|
0 commit comments