@@ -435,7 +435,7 @@ arbitrary number of queries, and import declarations of arbitrary classes.
435
435
<xs : attribute name =" check" type =" xs:string" /> <!-- default: none -->
436
436
<xs : attribute name =" collection-type" type =" xs:string" />
437
437
<xs : attribute name =" element-class" type =" xs:string" />
438
- <xs : attribute name =" embed-xml" default = " true " type =" xs:boolean" />
438
+ <xs : attribute name =" embed-xml" type =" xs:boolean" /> <!-- default="true" -- >
439
439
<xs : attribute name =" fetch" type =" fetch-attribute-with-subselect" />
440
440
<xs : attribute name =" inverse" default =" false" type =" xs:boolean" />
441
441
<xs : attribute name =" mutable" default =" true" type =" xs:boolean" />
@@ -479,7 +479,7 @@ arbitrary number of queries, and import declarations of arbitrary classes.
479
479
<xs : attribute name =" catalog" type =" xs:string" /> <!-- default: none -->
480
480
<xs : attribute name =" check" type =" xs:string" /> <!-- default: none -->
481
481
<xs : attribute name =" collection-type" type =" xs:string" />
482
- <xs : attribute name =" embed-xml" default = " true " type =" xs:boolean" />
482
+ <xs : attribute name =" embed-xml" type =" xs:boolean" /> <!-- default="true" -- >
483
483
<xs : attribute name =" fetch" type =" fetch-attribute-with-subselect" />
484
484
<xs : attribute name =" inverse" default =" false" type =" xs:boolean" />
485
485
<xs : attribute name =" lazy" type =" lazy-attribute-with-extra" />
@@ -748,7 +748,7 @@ arbitrary number of queries, and import declarations of arbitrary classes.
748
748
<xs : attribute name =" catalog" type =" xs:string" /> <!-- default: none -->
749
749
<xs : attribute name =" check" type =" xs:string" /> <!-- default: none -->
750
750
<xs : attribute name =" collection-type" type =" xs:string" />
751
- <xs : attribute name =" embed-xml" default = " true " type =" xs:boolean" />
751
+ <xs : attribute name =" embed-xml" type =" xs:boolean" /> <!-- default="true" -- >
752
752
<xs : attribute name =" fetch" type =" fetch-attribute-with-subselect" />
753
753
<xs : attribute name =" lazy" type =" lazy-attribute-with-extra" />
754
754
<xs : attribute name =" mutable" default =" true" type =" xs:boolean" />
@@ -954,7 +954,7 @@ arbitrary number of queries, and import declarations of arbitrary classes.
954
954
<xs : attribute name =" catalog" type =" xs:string" /> <!-- default: none -->
955
955
<xs : attribute name =" check" type =" xs:string" /> <!-- default: none -->
956
956
<xs : attribute name =" collection-type" type =" xs:string" />
957
- <xs : attribute name =" embed-xml" default = " true " type =" xs:boolean" />
957
+ <xs : attribute name =" embed-xml" type =" xs:boolean" /> <!-- default="true" -- >
958
958
<xs : attribute name =" fetch" type =" fetch-attribute-with-subselect" />
959
959
<xs : attribute name =" inverse" default =" false" type =" xs:boolean" />
960
960
<xs : attribute name =" lazy" type =" lazy-attribute-with-extra" />
@@ -1022,7 +1022,7 @@ arbitrary number of queries, and import declarations of arbitrary classes.
1022
1022
</xs : sequence >
1023
1023
<xs : attribute name =" class" type =" xs:string" />
1024
1024
<xs : attribute name =" column" type =" xs:string" />
1025
- <xs : attribute name =" embed-xml" default = " true " type =" xs:boolean" />
1025
+ <xs : attribute name =" embed-xml" type =" xs:boolean" /> <!-- default="true" -- >
1026
1026
<xs : attribute name =" entity-name" type =" xs:string" />
1027
1027
<xs : attribute name =" fetch" type =" fetch-attribute" />
1028
1028
<xs : attribute name =" foreign-key" type =" xs:string" />
@@ -1053,7 +1053,7 @@ arbitrary number of queries, and import declarations of arbitrary classes.
1053
1053
<xs : attribute name =" cascade" type =" xs:string" />
1054
1054
<xs : attribute name =" class" type =" xs:string" />
1055
1055
<xs : attribute name =" column" type =" xs:string" />
1056
- <xs : attribute name =" embed-xml" default = " true " type =" xs:boolean" />
1056
+ <xs : attribute name =" embed-xml" type =" xs:boolean" /> <!-- default="true" -- >
1057
1057
<xs : attribute name =" entity-name" type =" xs:string" />
1058
1058
<xs : attribute name =" fetch" type =" fetch-attribute" />
1059
1059
<xs : attribute name =" foreign-key" type =" xs:string" />
@@ -1187,7 +1187,7 @@ arbitrary number of queries, and import declarations of arbitrary classes.
1187
1187
<xs : attribute name =" catalog" type =" xs:string" /> <!-- default: none -->
1188
1188
<xs : attribute name =" check" type =" xs:string" /> <!-- default: none -->
1189
1189
<xs : attribute name =" collection-type" type =" xs:string" />
1190
- <xs : attribute name =" embed-xml" default = " true " type =" xs:boolean" />
1190
+ <xs : attribute name =" embed-xml" type =" xs:boolean" /> <!-- default="true" -- >
1191
1191
<xs : attribute name =" fetch" type =" fetch-attribute-with-subselect" />
1192
1192
<xs : attribute name =" inverse" default =" false" type =" xs:boolean" />
1193
1193
<xs : attribute name =" lazy" type =" lazy-attribute-with-extra" />
@@ -1245,7 +1245,7 @@ arbitrary number of queries, and import declarations of arbitrary classes.
1245
1245
element type of a collection and specifies a one-to-many relational model -->
1246
1246
<xs : complexType name =" one-to-many-element" >
1247
1247
<xs : attribute name =" class" type =" xs:string" />
1248
- <xs : attribute name =" embed-xml" default = " true " type =" xs:boolean" />
1248
+ <xs : attribute name =" embed-xml" type =" xs:boolean" /> <!-- default="true" -- >
1249
1249
<xs : attribute name =" entity-name" type =" xs:string" />
1250
1250
<xs : attribute name =" node" type =" xs:string" />
1251
1251
<xs : attribute name =" not-found" default =" exception" type =" not-found-attribute" />
@@ -1264,7 +1264,7 @@ arbitrary number of queries, and import declarations of arbitrary classes.
1264
1264
<xs : attribute name =" cascade" type =" xs:string" />
1265
1265
<xs : attribute name =" class" type =" xs:string" />
1266
1266
<xs : attribute name =" constrained" default =" false" type =" xs:boolean" />
1267
- <xs : attribute name =" embed-xml" default = " true " type =" xs:boolean" />
1267
+ <xs : attribute name =" embed-xml" type =" xs:boolean" /> <!-- default="true" -- >
1268
1268
<xs : attribute name =" entity-name" type =" xs:string" />
1269
1269
<xs : attribute name =" fetch" type =" fetch-attribute" />
1270
1270
<xs : attribute name =" foreign-key" type =" xs:string" />
@@ -1315,7 +1315,7 @@ arbitrary number of queries, and import declarations of arbitrary classes.
1315
1315
<xs : attribute name =" catalog" type =" xs:string" /> <!-- default: none -->
1316
1316
<xs : attribute name =" check" type =" xs:string" /> <!-- default: none -->
1317
1317
<xs : attribute name =" collection-type" type =" xs:string" />
1318
- <xs : attribute name =" embed-xml" default = " true " type =" xs:boolean" />
1318
+ <xs : attribute name =" embed-xml" type =" xs:boolean" /> <!-- default="true" -- >
1319
1319
<xs : attribute name =" fetch" type =" fetch-attribute-with-subselect" />
1320
1320
<xs : attribute name =" mutable" default =" true" type =" xs:boolean" />
1321
1321
<xs : attribute name =" name" use =" required" type =" xs:string" />
@@ -1502,7 +1502,7 @@ arbitrary number of queries, and import declarations of arbitrary classes.
1502
1502
<xs : attribute name =" catalog" type =" xs:string" /> <!-- default: none -->
1503
1503
<xs : attribute name =" check" type =" xs:string" /> <!-- default: none -->
1504
1504
<xs : attribute name =" collection-type" type =" xs:string" />
1505
- <xs : attribute name =" embed-xml" default = " true " type =" xs:boolean" />
1505
+ <xs : attribute name =" embed-xml" type =" xs:boolean" /> <!-- default="true" -- >
1506
1506
<xs : attribute name =" fetch" type =" fetch-attribute-with-subselect" />
1507
1507
<xs : attribute name =" inverse" default =" false" type =" xs:boolean" />
1508
1508
<xs : attribute name =" lazy" type =" lazy-attribute-with-extra" />
0 commit comments