applied a patch from Peter Jacobi to solve a problem when compiling with

* hash.c: applied a patch from Peter Jacobi to solve a problem
  when compiling with the Watcom C on Win32
* result/schemas/*.err: the change of hashing algo generated
  permutations in the output
Daniel
This commit is contained in:
Daniel Veillard 2002-06-18 07:58:35 +00:00
parent 5f7f991ab7
commit 153120c4b7
44 changed files with 166 additions and 144 deletions

View File

@ -1,3 +1,10 @@
Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
* hash.c: applied a patch from Peter Jacobi to solve a problem
when compiling with the Watcom C on Win32
* result/schemas/*.err: the change of hashing algo generated
permutations in the output
Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
* hash.c: applied patch from Sander Vesik improving the quality of

18
hash.c
View File

@ -507,9 +507,25 @@ xmlHashLookup3(xmlHashTablePtr table, const xmlChar *name,
*
* Scan the hash @table and applied @f to each value.
*/
typedef struct {
xmlHashScanner hashscanner;
void *data;
} stubData;
static void
stubHashScannerFull (void *payload, void *data, const xmlChar *name,
const xmlChar *name2, const xmlChar *name3
) {
stubData *stubdata = (stubData *) data;
stubdata->hashscanner (payload, stubdata->data, (xmlChar *) name);
}
void
xmlHashScan(xmlHashTablePtr table, xmlHashScanner f, void *data) {
xmlHashScanFull (table, (xmlHashScannerFull) f, data);
stubData stubdata;
stubdata.data = data;
stubdata.hashscanner = f;
xmlHashScanFull (table, stubHashScannerFull, &stubdata);
}
/**

View File

@ -1,6 +1,6 @@
Type of all2 : ./test/schemas/all_0.xsd:5 :elements
Type of all2 : ./test/schemas/all_0.xsd:5 :elements
Type of anontype1 : ./test/schemas/all_0.xsd:4 :elements
Type of all2 : ./test/schemas/all_0.xsd:5 :elements
Building content model for doc
Content model of doc:
regexp: '(null)'

View File

@ -1,6 +1,6 @@
Type of all2 : ./test/schemas/all_0.xsd:5 :elements
Type of all2 : ./test/schemas/all_0.xsd:5 :elements
Type of anontype1 : ./test/schemas/all_0.xsd:4 :elements
Type of all2 : ./test/schemas/all_0.xsd:5 :elements
Building content model for doc
Content model of doc:
regexp: '(null)'

View File

@ -1,6 +1,6 @@
Type of all2 : ./test/schemas/all_0.xsd:5 :elements
Type of all2 : ./test/schemas/all_0.xsd:5 :elements
Type of anontype1 : ./test/schemas/all_0.xsd:4 :elements
Type of all2 : ./test/schemas/all_0.xsd:5 :elements
Building content model for doc
Content model of doc:
regexp: '(null)'

View File

@ -1,6 +1,6 @@
Type of all2 : ./test/schemas/all_0.xsd:5 :elements
Type of all2 : ./test/schemas/all_0.xsd:5 :elements
Type of anontype1 : ./test/schemas/all_0.xsd:4 :elements
Type of all2 : ./test/schemas/all_0.xsd:5 :elements
Building content model for doc
Content model of doc:
regexp: '(null)'

View File

@ -1,6 +1,6 @@
Type of all2 : ./test/schemas/all_0.xsd:5 :elements
Type of all2 : ./test/schemas/all_0.xsd:5 :elements
Type of anontype1 : ./test/schemas/all_0.xsd:4 :elements
Type of all2 : ./test/schemas/all_0.xsd:5 :elements
Building content model for doc
Content model of doc:
regexp: '(null)'

View File

@ -1,6 +1,6 @@
Type of all2 : ./test/schemas/all_0.xsd:5 :elements
Type of all2 : ./test/schemas/all_0.xsd:5 :elements
Type of anontype1 : ./test/schemas/all_0.xsd:4 :elements
Type of all2 : ./test/schemas/all_0.xsd:5 :elements
Building content model for doc
Content model of doc:
regexp: '(null)'

View File

@ -1,6 +1,6 @@
Type of all2 : ./test/schemas/all_1.xsd:5 :elements
Type of all2 : ./test/schemas/all_1.xsd:5 :elements
Type of anontype1 : ./test/schemas/all_1.xsd:4 :elements
Type of all2 : ./test/schemas/all_1.xsd:5 :elements
Building content model for doc
Content model of doc:
regexp: '(null)'

View File

@ -1,6 +1,6 @@
Type of all2 : ./test/schemas/all_1.xsd:5 :elements
Type of all2 : ./test/schemas/all_1.xsd:5 :elements
Type of anontype1 : ./test/schemas/all_1.xsd:4 :elements
Type of all2 : ./test/schemas/all_1.xsd:5 :elements
Building content model for doc
Content model of doc:
regexp: '(null)'

View File

@ -1,6 +1,6 @@
Type of all2 : ./test/schemas/all_1.xsd:5 :elements
Type of all2 : ./test/schemas/all_1.xsd:5 :elements
Type of anontype1 : ./test/schemas/all_1.xsd:4 :elements
Type of all2 : ./test/schemas/all_1.xsd:5 :elements
Building content model for doc
Content model of doc:
regexp: '(null)'

View File

@ -1,6 +1,6 @@
Type of all2 : ./test/schemas/all_1.xsd:5 :elements
Type of all2 : ./test/schemas/all_1.xsd:5 :elements
Type of anontype1 : ./test/schemas/all_1.xsd:4 :elements
Type of all2 : ./test/schemas/all_1.xsd:5 :elements
Building content model for doc
Content model of doc:
regexp: '(null)'

View File

@ -1,6 +1,6 @@
Type of all2 : ./test/schemas/all_1.xsd:5 :elements
Type of all2 : ./test/schemas/all_1.xsd:5 :elements
Type of anontype1 : ./test/schemas/all_1.xsd:4 :elements
Type of all2 : ./test/schemas/all_1.xsd:5 :elements
Building content model for doc
Content model of doc:
regexp: '(null)'

View File

@ -1,6 +1,6 @@
Type of all2 : ./test/schemas/all_1.xsd:5 :elements
Type of all2 : ./test/schemas/all_1.xsd:5 :elements
Type of anontype1 : ./test/schemas/all_1.xsd:4 :elements
Type of all2 : ./test/schemas/all_1.xsd:5 :elements
Building content model for doc
Content model of doc:
regexp: '(null)'

View File

@ -1,7 +1,7 @@
Type of choice 3 : ./test/schemas/choice_0.xsd:6 :elements
Type of sequence 2 : ./test/schemas/choice_0.xsd:5 :elements
Type of anontype1 : ./test/schemas/choice_0.xsd:4 :elements
Type of sequence 2 : ./test/schemas/choice_0.xsd:5 :elements
Type of choice 3 : ./test/schemas/choice_0.xsd:6 :elements
Building content model for doc
Content model of doc:
regexp: '(null)'

View File

@ -1,7 +1,7 @@
Type of choice 3 : ./test/schemas/choice_0.xsd:6 :elements
Type of sequence 2 : ./test/schemas/choice_0.xsd:5 :elements
Type of anontype1 : ./test/schemas/choice_0.xsd:4 :elements
Type of sequence 2 : ./test/schemas/choice_0.xsd:5 :elements
Type of choice 3 : ./test/schemas/choice_0.xsd:6 :elements
Building content model for doc
Content model of doc:
regexp: '(null)'

View File

@ -1,7 +1,7 @@
Type of choice 3 : ./test/schemas/choice_0.xsd:6 :elements
Type of sequence 2 : ./test/schemas/choice_0.xsd:5 :elements
Type of anontype1 : ./test/schemas/choice_0.xsd:4 :elements
Type of sequence 2 : ./test/schemas/choice_0.xsd:5 :elements
Type of choice 3 : ./test/schemas/choice_0.xsd:6 :elements
Building content model for doc
Content model of doc:
regexp: '(null)'

View File

@ -1,7 +1,7 @@
Type of choice 3 : ./test/schemas/choice_0.xsd:6 :elements
Type of sequence 2 : ./test/schemas/choice_0.xsd:5 :elements
Type of anontype1 : ./test/schemas/choice_0.xsd:4 :elements
Type of sequence 2 : ./test/schemas/choice_0.xsd:5 :elements
Type of choice 3 : ./test/schemas/choice_0.xsd:6 :elements
Building content model for doc
Content model of doc:
regexp: '(null)'

View File

@ -1,7 +1,7 @@
Type of choice 3 : ./test/schemas/choice_0.xsd:6 :elements
Type of sequence 2 : ./test/schemas/choice_0.xsd:5 :elements
Type of anontype1 : ./test/schemas/choice_0.xsd:4 :elements
Type of sequence 2 : ./test/schemas/choice_0.xsd:5 :elements
Type of choice 3 : ./test/schemas/choice_0.xsd:6 :elements
Building content model for doc
Content model of doc:
regexp: '(null)'

View File

@ -1,7 +1,7 @@
Type of choice 3 : ./test/schemas/choice_0.xsd:6 :elements
Type of sequence 2 : ./test/schemas/choice_0.xsd:5 :elements
Type of anontype1 : ./test/schemas/choice_0.xsd:4 :elements
Type of sequence 2 : ./test/schemas/choice_0.xsd:5 :elements
Type of choice 3 : ./test/schemas/choice_0.xsd:6 :elements
Building content model for doc
Content model of doc:
regexp: '(null)'

View File

@ -1,7 +1,7 @@
Type of choice 3 : ./test/schemas/choice_0.xsd:6 :elements
Type of sequence 2 : ./test/schemas/choice_0.xsd:5 :elements
Type of anontype1 : ./test/schemas/choice_0.xsd:4 :elements
Type of sequence 2 : ./test/schemas/choice_0.xsd:5 :elements
Type of choice 3 : ./test/schemas/choice_0.xsd:6 :elements
Building content model for doc
Content model of doc:
regexp: '(null)'

View File

@ -1,7 +1,7 @@
Type of choice 3 : ./test/schemas/choice_1.xsd:6 :elements
Type of sequence 2 : ./test/schemas/choice_1.xsd:5 :elements
Type of anontype1 : ./test/schemas/choice_1.xsd:4 :elements
Type of sequence 2 : ./test/schemas/choice_1.xsd:5 :elements
Type of choice 3 : ./test/schemas/choice_1.xsd:6 :elements
Building content model for doc
Content model of doc:
regexp: '(null)'

View File

@ -1,7 +1,7 @@
Type of choice 3 : ./test/schemas/choice_1.xsd:6 :elements
Type of sequence 2 : ./test/schemas/choice_1.xsd:5 :elements
Type of anontype1 : ./test/schemas/choice_1.xsd:4 :elements
Type of sequence 2 : ./test/schemas/choice_1.xsd:5 :elements
Type of choice 3 : ./test/schemas/choice_1.xsd:6 :elements
Building content model for doc
Content model of doc:
regexp: '(null)'

View File

@ -1,7 +1,7 @@
Type of choice 3 : ./test/schemas/choice_1.xsd:6 :elements
Type of sequence 2 : ./test/schemas/choice_1.xsd:5 :elements
Type of anontype1 : ./test/schemas/choice_1.xsd:4 :elements
Type of sequence 2 : ./test/schemas/choice_1.xsd:5 :elements
Type of choice 3 : ./test/schemas/choice_1.xsd:6 :elements
Building content model for doc
Content model of doc:
regexp: '(null)'

View File

@ -1,7 +1,7 @@
Type of choice 3 : ./test/schemas/choice_1.xsd:6 :elements
Type of sequence 2 : ./test/schemas/choice_1.xsd:5 :elements
Type of anontype1 : ./test/schemas/choice_1.xsd:4 :elements
Type of sequence 2 : ./test/schemas/choice_1.xsd:5 :elements
Type of choice 3 : ./test/schemas/choice_1.xsd:6 :elements
Building content model for doc
Content model of doc:
regexp: '(null)'

View File

@ -1,7 +1,7 @@
Type of choice 3 : ./test/schemas/choice_1.xsd:6 :elements
Type of sequence 2 : ./test/schemas/choice_1.xsd:5 :elements
Type of anontype1 : ./test/schemas/choice_1.xsd:4 :elements
Type of sequence 2 : ./test/schemas/choice_1.xsd:5 :elements
Type of choice 3 : ./test/schemas/choice_1.xsd:6 :elements
Building content model for doc
Content model of doc:
regexp: '(null)'

View File

@ -1,7 +1,7 @@
Type of choice 3 : ./test/schemas/choice_1.xsd:6 :elements
Type of sequence 2 : ./test/schemas/choice_1.xsd:5 :elements
Type of anontype1 : ./test/schemas/choice_1.xsd:4 :elements
Type of sequence 2 : ./test/schemas/choice_1.xsd:5 :elements
Type of choice 3 : ./test/schemas/choice_1.xsd:6 :elements
Building content model for doc
Content model of doc:
regexp: '(null)'

View File

@ -1,7 +1,7 @@
Type of choice 3 : ./test/schemas/choice_1.xsd:6 :elements
Type of sequence 2 : ./test/schemas/choice_1.xsd:5 :elements
Type of anontype1 : ./test/schemas/choice_1.xsd:4 :elements
Type of sequence 2 : ./test/schemas/choice_1.xsd:5 :elements
Type of choice 3 : ./test/schemas/choice_1.xsd:6 :elements
Building content model for doc
Content model of doc:
regexp: '(null)'

View File

@ -1,7 +1,7 @@
Type of choice 3 : ./test/schemas/choice_2.xsd:6 :elements
Type of sequence 2 : ./test/schemas/choice_2.xsd:5 :elements
Type of anontype1 : ./test/schemas/choice_2.xsd:4 :elements
Type of sequence 2 : ./test/schemas/choice_2.xsd:5 :elements
Type of choice 3 : ./test/schemas/choice_2.xsd:6 :elements
Building content model for doc
Content model of doc:
regexp: '(null)'

View File

@ -1,7 +1,7 @@
Type of choice 3 : ./test/schemas/choice_2.xsd:6 :elements
Type of sequence 2 : ./test/schemas/choice_2.xsd:5 :elements
Type of anontype1 : ./test/schemas/choice_2.xsd:4 :elements
Type of sequence 2 : ./test/schemas/choice_2.xsd:5 :elements
Type of choice 3 : ./test/schemas/choice_2.xsd:6 :elements
Building content model for doc
Content model of doc:
regexp: '(null)'

View File

@ -1,7 +1,7 @@
Type of choice 3 : ./test/schemas/choice_2.xsd:6 :elements
Type of sequence 2 : ./test/schemas/choice_2.xsd:5 :elements
Type of anontype1 : ./test/schemas/choice_2.xsd:4 :elements
Type of sequence 2 : ./test/schemas/choice_2.xsd:5 :elements
Type of choice 3 : ./test/schemas/choice_2.xsd:6 :elements
Building content model for doc
Content model of doc:
regexp: '(null)'

View File

@ -1,7 +1,7 @@
Type of choice 3 : ./test/schemas/choice_2.xsd:6 :elements
Type of sequence 2 : ./test/schemas/choice_2.xsd:5 :elements
Type of anontype1 : ./test/schemas/choice_2.xsd:4 :elements
Type of sequence 2 : ./test/schemas/choice_2.xsd:5 :elements
Type of choice 3 : ./test/schemas/choice_2.xsd:6 :elements
Building content model for doc
Content model of doc:
regexp: '(null)'

View File

@ -1,7 +1,7 @@
Type of choice 3 : ./test/schemas/choice_2.xsd:6 :elements
Type of sequence 2 : ./test/schemas/choice_2.xsd:5 :elements
Type of anontype1 : ./test/schemas/choice_2.xsd:4 :elements
Type of sequence 2 : ./test/schemas/choice_2.xsd:5 :elements
Type of choice 3 : ./test/schemas/choice_2.xsd:6 :elements
Building content model for doc
Content model of doc:
regexp: '(null)'

View File

@ -1,7 +1,7 @@
Type of choice 3 : ./test/schemas/choice_2.xsd:6 :elements
Type of sequence 2 : ./test/schemas/choice_2.xsd:5 :elements
Type of anontype1 : ./test/schemas/choice_2.xsd:4 :elements
Type of sequence 2 : ./test/schemas/choice_2.xsd:5 :elements
Type of choice 3 : ./test/schemas/choice_2.xsd:6 :elements
Building content model for doc
Content model of doc:
regexp: '(null)'

View File

@ -1,7 +1,7 @@
Type of choice 3 : ./test/schemas/choice_2.xsd:6 :elements
Type of sequence 2 : ./test/schemas/choice_2.xsd:5 :elements
Type of anontype1 : ./test/schemas/choice_2.xsd:4 :elements
Type of sequence 2 : ./test/schemas/choice_2.xsd:5 :elements
Type of choice 3 : ./test/schemas/choice_2.xsd:6 :elements
Building content model for doc
Content model of doc:
regexp: '(null)'

View File

@ -1,29 +1,29 @@
Type of restriction 7 : ./test/schemas/date_0.xsd:23 :empty
Type of restriction 9 : ./test/schemas/date_0.xsd:31 :empty
Type of simpletype14 : ./test/schemas/date_0.xsd:54 :simple
Type of restriction 15 : ./test/schemas/date_0.xsd:55 :empty
Type of simpletype22 : ./test/schemas/date_0.xsd:87 :simple
Type of restriction 24 : ./test/schemas/date_0.xsd:102 :empty
Type of restriction 5 : ./test/schemas/date_0.xsd:15 :empty
Type of simpletype14 : ./test/schemas/date_0.xsd:54 :simple
Type of holidays : ./test/schemas/date_0.xsd:98 :simple
Type of choice 3 : ./test/schemas/date_0.xsd:11 :elements
Type of simpletype4 : ./test/schemas/date_0.xsd:14 :simple
Type of restriction 17 : ./test/schemas/date_0.xsd:64 :empty
Type of restriction 7 : ./test/schemas/date_0.xsd:23 :empty
Type of simpletype16 : ./test/schemas/date_0.xsd:63 :simple
Type of simpletype6 : ./test/schemas/date_0.xsd:22 :simple
Type of restriction 19 : ./test/schemas/date_0.xsd:72 :empty
Type of restriction 9 : ./test/schemas/date_0.xsd:31 :empty
Type of simpletype18 : ./test/schemas/date_0.xsd:71 :simple
Type of simpletype8 : ./test/schemas/date_0.xsd:30 :simple
Type of restriction 11 : ./test/schemas/date_0.xsd:39 :empty
Type of restriction 5 : ./test/schemas/date_0.xsd:15 :empty
Type of simpletype12 : ./test/schemas/date_0.xsd:46 :simple
Type of restriction 23 : ./test/schemas/date_0.xsd:88 :empty
Type of simpletype20 : ./test/schemas/date_0.xsd:79 :simple
Type of sequence 2 : ./test/schemas/date_0.xsd:10 :elements
Type of anontype1 : ./test/schemas/date_0.xsd:9 :elements
Type of simpletype6 : ./test/schemas/date_0.xsd:22 :simple
Type of simpletype10 : ./test/schemas/date_0.xsd:38 :simple
Type of restriction 21 : ./test/schemas/date_0.xsd:80 :empty
Type of restriction 13 : ./test/schemas/date_0.xsd:47 :empty
Type of simpletype20 : ./test/schemas/date_0.xsd:79 :simple
Type of restriction 19 : ./test/schemas/date_0.xsd:72 :empty
Type of simpletype8 : ./test/schemas/date_0.xsd:30 :simple
Type of simpletype18 : ./test/schemas/date_0.xsd:71 :simple
Type of holidays : ./test/schemas/date_0.xsd:98 :simple
Type of restriction 11 : ./test/schemas/date_0.xsd:39 :empty
Type of simpletype16 : ./test/schemas/date_0.xsd:63 :simple
Type of sequence 2 : ./test/schemas/date_0.xsd:10 :elements
Type of simpletype12 : ./test/schemas/date_0.xsd:46 :simple
Type of restriction 23 : ./test/schemas/date_0.xsd:88 :empty
Type of choice 3 : ./test/schemas/date_0.xsd:11 :elements
Type of restriction 17 : ./test/schemas/date_0.xsd:64 :empty
Type of restriction 24 : ./test/schemas/date_0.xsd:102 :empty
Building content model for date
Content model of date:
regexp: '(null)'

View File

@ -1,35 +1,35 @@
compilation error: file ./test/schemas/dur_0.xsd line 67 element minOccurs
Restriction restriction 16 has unexpected content
compilation error
Schemas: element year2 have both type and subtype
compilation error
Schemas: element second1 have both type and subtype
Schemas: element year1 have both type and subtype
compilation error
Schemas: element second2 have both type and subtype
compilation error
Schemas: element month1 have both type and subtype
compilation error
Schemas: element month2 have both type and subtype
Schemas: element year2 have both type and subtype
compilation error
Schemas: element year1 have both type and subtype
Type of restriction 15 : ./test/schemas/dur_0.xsd:55 :empty
Type of restriction 5 : ./test/schemas/dur_0.xsd:14 :empty
Type of simpletype14 : ./test/schemas/dur_0.xsd:54 :simple
Type of restriction 16 : ./test/schemas/dur_0.xsd:66 :empty
Type of choice 3 : ./test/schemas/dur_0.xsd:11 :elements
Type of simpletype4 : ./test/schemas/dur_0.xsd:13 :simple
Schemas: element second1 have both type and subtype
compilation error
Schemas: element month2 have both type and subtype
Type of restriction 7 : ./test/schemas/dur_0.xsd:22 :empty
Type of simpletype6 : ./test/schemas/dur_0.xsd:21 :simple
Type of restriction 9 : ./test/schemas/dur_0.xsd:30 :empty
Type of simpletype8 : ./test/schemas/dur_0.xsd:29 :simple
Type of restriction 11 : ./test/schemas/dur_0.xsd:38 :empty
Type of sequence 2 : ./test/schemas/dur_0.xsd:10 :elements
Type of anontype1 : ./test/schemas/dur_0.xsd:9 :elements
Type of simpletype10 : ./test/schemas/dur_0.xsd:37 :simple
Type of restriction 13 : ./test/schemas/dur_0.xsd:47 :empty
Type of simpletype14 : ./test/schemas/dur_0.xsd:54 :simple
Type of restriction 15 : ./test/schemas/dur_0.xsd:55 :empty
Type of simpletype4 : ./test/schemas/dur_0.xsd:13 :simple
Type of restriction 5 : ./test/schemas/dur_0.xsd:14 :empty
Type of simpletype12 : ./test/schemas/dur_0.xsd:46 :simple
Type of MSD : ./test/schemas/dur_0.xsd:65 :simple
Type of sequence 2 : ./test/schemas/dur_0.xsd:10 :elements
Type of simpletype12 : ./test/schemas/dur_0.xsd:46 :simple
Type of anontype1 : ./test/schemas/dur_0.xsd:9 :elements
Type of simpletype6 : ./test/schemas/dur_0.xsd:21 :simple
Type of simpletype10 : ./test/schemas/dur_0.xsd:37 :simple
Type of restriction 13 : ./test/schemas/dur_0.xsd:47 :empty
Type of simpletype8 : ./test/schemas/dur_0.xsd:29 :simple
Type of restriction 11 : ./test/schemas/dur_0.xsd:38 :empty
Type of restriction 16 : ./test/schemas/dur_0.xsd:66 :empty
Type of sequence 2 : ./test/schemas/dur_0.xsd:10 :elements
Type of choice 3 : ./test/schemas/dur_0.xsd:11 :elements
Building content model for duration
Content model of duration:
regexp: '(null)'
@ -190,7 +190,6 @@ xmlSchemaValidateCallback: month1, month1, month1
xmlSchemaValidateCallback: month2, month2, month2
xmlSchemaValidateCallback: year1, year1, year1
xmlSchemaValidateCallback: year1, year1, year1
Unimplemented block at xmlschemastypes.c:1253
xmlSchemaValidateCallback: year2, year2, year2
xmlSchemaValidateCallback: month3, month3, month3
Element duration content check succeeded

View File

@ -1,7 +1,7 @@
Type of restriction 3 : ./test/schemas/empty_0.xsd:6 :empty
Type of complexContent 2 : ./test/schemas/empty_0.xsd:5 :empty
Type of complexContent 2 : ./test/schemas/empty_0.xsd:5 :empty
Type of anontype1 : ./test/schemas/empty_0.xsd:4 :empty
Type of complexContent 2 : ./test/schemas/empty_0.xsd:5 :empty
Type of restriction 3 : ./test/schemas/empty_0.xsd:6 :empty
Building content model for internationalPrice
Content model of internationalPrice:

View File

@ -1,13 +1,13 @@
Type of sequence 4 : ./test/schemas/extension0_0.xsd:13 :elements
Type of sequence 4 : ./test/schemas/extension0_0.xsd:13 :elements
Type of sequence 1 : ./test/schemas/extension0_0.xsd:4 :elements
Type of personName : ./test/schemas/extension0_0.xsd:3 :elements
Type of extension 3 : ./test/schemas/extension0_0.xsd:12 :elements
Type of extension 3 : ./test/schemas/extension0_0.xsd:12 :elements
Type of complexContent 2 : ./test/schemas/extension0_0.xsd:11 :elements
Type of complexContent 2 : ./test/schemas/extension0_0.xsd:11 :elements
Type of extendedName : ./test/schemas/extension0_0.xsd:10 :elements
Type of personName : ./test/schemas/extension0_0.xsd:3 :elements
Type of complexContent 2 : ./test/schemas/extension0_0.xsd:11 :elements
Type of extension 3 : ./test/schemas/extension0_0.xsd:12 :elements
Type of sequence 4 : ./test/schemas/extension0_0.xsd:13 :elements
Type of sequence 1 : ./test/schemas/extension0_0.xsd:4 :elements
Building content model for addressee
Content model of addressee:

View File

@ -1,12 +1,12 @@
Type of sequence 3 : ./test/schemas/item_0.xsd:12 :elements
Type of restriction 5 : ./test/schemas/item_0.xsd:16 :empty
Type of simpletype4 : ./test/schemas/item_0.xsd:15 :simple
Type of SKU : ./test/schemas/item_0.xsd:5 :simple
Type of restriction 8 : ./test/schemas/item_0.xsd:30 :empty
Type of simpletype7 : ./test/schemas/item_0.xsd:29 :simple
Type of restriction 1 : ./test/schemas/item_0.xsd:6 :empty
Type of simpletype4 : ./test/schemas/item_0.xsd:15 :simple
Type of restriction 5 : ./test/schemas/item_0.xsd:16 :empty
Type of sequence 3 : ./test/schemas/item_0.xsd:12 :elements
Type of anontype2 : ./test/schemas/item_0.xsd:11 :elements
Type of sequence 3 : ./test/schemas/item_0.xsd:12 :elements
Type of simpletype7 : ./test/schemas/item_0.xsd:29 :simple
Type of restriction 1 : ./test/schemas/item_0.xsd:6 :empty
Type of SKU : ./test/schemas/item_0.xsd:5 :simple
Building content model for Item
Content model of Item:
regexp: '(null)'

View File

@ -1,12 +1,12 @@
Type of sequence 3 : ./test/schemas/item_1.xsd:12 :elements
Type of restriction 5 : ./test/schemas/item_1.xsd:16 :empty
Type of simpletype4 : ./test/schemas/item_1.xsd:15 :simple
Type of SKU : ./test/schemas/item_1.xsd:5 :simple
Type of restriction 9 : ./test/schemas/item_1.xsd:34 :empty
Type of simpletype8 : ./test/schemas/item_1.xsd:33 :simple
Type of restriction 1 : ./test/schemas/item_1.xsd:6 :empty
Type of simpletype4 : ./test/schemas/item_1.xsd:15 :simple
Type of restriction 5 : ./test/schemas/item_1.xsd:16 :empty
Type of sequence 3 : ./test/schemas/item_1.xsd:12 :elements
Type of anontype2 : ./test/schemas/item_1.xsd:11 :elements
Type of sequence 3 : ./test/schemas/item_1.xsd:12 :elements
Type of simpletype8 : ./test/schemas/item_1.xsd:33 :simple
Type of restriction 1 : ./test/schemas/item_1.xsd:6 :empty
Type of SKU : ./test/schemas/item_1.xsd:5 :simple
Building content model for Item
Content model of Item:
regexp: '(null)'

View File

@ -1,10 +1,10 @@
Unable to lookup type nonPositiveInteger:http://www.w3.org/2001/XMLSchemaSchemas: element size type nonPositiveInteger not found
Type of sequence 3 : ./test/schemas/length2_0.xsd:6 :elements
Type of sequence 3 : ./test/schemas/length2_0.xsd:6 :elements
Type of restriction 2 : ./test/schemas/length2_0.xsd:5 :elements
Type of complexContent 1 : ./test/schemas/length2_0.xsd:4 :elements
Type of length2 : ./test/schemas/length2_0.xsd:3 :elements
Type of sequence 3 : ./test/schemas/length2_0.xsd:6 :elements
Type of complexContent 1 : ./test/schemas/length2_0.xsd:4 :elements
Type of length2 : ./test/schemas/length2_0.xsd:3 :elements
Type of restriction 2 : ./test/schemas/length2_0.xsd:5 :elements
Building content model for depth
Content model of depth:

View File

@ -1,40 +1,52 @@
Type of sequence 3 : ./test/schemas/po0_0.xsd:21 :elements
Type of sequence 4 : ./test/schemas/po0_0.xsd:31 :elements
Type of sequence 6 : ./test/schemas/po0_0.xsd:34 :elements
Type of anontype5 : ./test/schemas/po0_0.xsd:33 :elements
Type of sequence 1 : ./test/schemas/po0_0.xsd:12 :elements
Type of PurchaseOrderType : ./test/schemas/po0_0.xsd:11 :elements
Type of sequence 6 : ./test/schemas/po0_0.xsd:34 :elements
Type of SKU : ./test/schemas/po0_0.xsd:53 :simple
Type of restriction 8 : ./test/schemas/po0_0.xsd:38 :empty
Type of sequence 4 : ./test/schemas/po0_0.xsd:31 :elements
Type of Items : ./test/schemas/po0_0.xsd:30 :elements
Type of restriction 8 : ./test/schemas/po0_0.xsd:38 :empty
Type of simpletype7 : ./test/schemas/po0_0.xsd:37 :simple
Type of restriction 10 : ./test/schemas/po0_0.xsd:54 :empty
Type of sequence 1 : ./test/schemas/po0_0.xsd:12 :elements
Type of sequence 3 : ./test/schemas/po0_0.xsd:21 :elements
Type of USAddress : ./test/schemas/po0_0.xsd:20 :elements
Building content model for shipTo
Content model of shipTo:
Type of sequence 6 : ./test/schemas/po0_0.xsd:34 :elements
Type of anontype5 : ./test/schemas/po0_0.xsd:33 :elements
Type of sequence 3 : ./test/schemas/po0_0.xsd:21 :elements
Type of restriction 10 : ./test/schemas/po0_0.xsd:54 :empty
Type of sequence 4 : ./test/schemas/po0_0.xsd:31 :elements
Type of sequence 6 : ./test/schemas/po0_0.xsd:34 :elements
Type of simpletype7 : ./test/schemas/po0_0.xsd:37 :simple
Type of sequence 1 : ./test/schemas/po0_0.xsd:12 :elements
Type of SKU : ./test/schemas/po0_0.xsd:53 :simple
Building content model for purchaseOrder
Content model of purchaseOrder:
regexp: '(null)'
5 atoms:
00 atom: string once 'name'
01 atom: string once 'street'
02 atom: string once 'city'
03 atom: string once 'state'
04 atom: string once 'zip'
6 states:
4 atoms:
00 atom: string once 'shipTo'
01 atom: string once 'billTo'
02 atom: string once 'comment'
03 atom: string once 'items'
5 states:
state: 0, 1 transitions:
trans: atom 0, to 1
state: 1, 1 transitions:
trans: atom 1, to 2
state: 2, 1 transitions:
state: 2, 3 transitions:
trans: atom 2, to 3
trans: removed
trans: atom 3, to 4
state: 3, 1 transitions:
trans: atom 3, to 4
state: 4, 1 transitions:
trans: atom 4, to 5
state: FINAL 5, 0 transitions:
state: FINAL 4, 0 transitions:
0 counters:
Building content model for items
Content model of items:
regexp: '(null)'
1 atoms:
00 atom: string once 'item'
2 states:
state: FINAL 0, 2 transitions:
trans: atom 0, to 1
trans: removed
state: FINAL 1, 2 transitions:
trans: removed
trans: atom 0, to 1
0 counters:
Building content model for item
Content model of item:
@ -61,26 +73,27 @@ Content model of item:
trans: removed
state: FINAL 5, 0 transitions:
0 counters:
Building content model for purchaseOrder
Content model of purchaseOrder:
Building content model for shipTo
Content model of shipTo:
regexp: '(null)'
4 atoms:
00 atom: string once 'shipTo'
01 atom: string once 'billTo'
02 atom: string once 'comment'
03 atom: string once 'items'
5 states:
5 atoms:
00 atom: string once 'name'
01 atom: string once 'street'
02 atom: string once 'city'
03 atom: string once 'state'
04 atom: string once 'zip'
6 states:
state: 0, 1 transitions:
trans: atom 0, to 1
state: 1, 1 transitions:
trans: atom 1, to 2
state: 2, 3 transitions:
state: 2, 1 transitions:
trans: atom 2, to 3
trans: removed
trans: atom 3, to 4
state: 3, 1 transitions:
trans: atom 3, to 4
state: FINAL 4, 0 transitions:
state: 4, 1 transitions:
trans: atom 4, to 5
state: FINAL 5, 0 transitions:
0 counters:
Building content model for billTo
Content model of billTo:
@ -104,19 +117,6 @@ Content model of billTo:
trans: atom 4, to 5
state: FINAL 5, 0 transitions:
0 counters:
Building content model for items
Content model of items:
regexp: '(null)'
1 atoms:
00 atom: string once 'item'
2 states:
state: FINAL 0, 2 transitions:
trans: atom 0, to 1
trans: removed
state: FINAL 1, 2 transitions:
trans: removed
trans: atom 0, to 1
0 counters:
xmlSchemaValidateCallback: shipTo, shipTo, shipTo
xmlSchemaValidateCallback: name, name, name
xmlSchemaValidateCallback: street, street, street

View File

@ -1,13 +1,13 @@
Type of sequence 4 : ./test/schemas/restriction0_0.xsd:13 :elements
Type of sequence 4 : ./test/schemas/restriction0_0.xsd:13 :elements
Type of restriction 3 : ./test/schemas/restriction0_0.xsd:12 :elements
Type of complexContent 2 : ./test/schemas/restriction0_0.xsd:11 :elements
Type of complexContent 2 : ./test/schemas/restriction0_0.xsd:11 :elements
Type of simpleName : ./test/schemas/restriction0_0.xsd:10 :elements
Type of sequence 1 : ./test/schemas/restriction0_0.xsd:4 :elements
Type of personName : ./test/schemas/restriction0_0.xsd:3 :elements
Type of sequence 1 : ./test/schemas/restriction0_0.xsd:4 :elements
Type of sequence 4 : ./test/schemas/restriction0_0.xsd:13 :elements
Type of restriction 3 : ./test/schemas/restriction0_0.xsd:12 :elements
Type of complexContent 2 : ./test/schemas/restriction0_0.xsd:11 :elements
Type of restriction 3 : ./test/schemas/restriction0_0.xsd:12 :elements
Type of sequence 4 : ./test/schemas/restriction0_0.xsd:13 :elements
Type of sequence 1 : ./test/schemas/restriction0_0.xsd:4 :elements
Type of complexContent 2 : ./test/schemas/restriction0_0.xsd:11 :elements
Type of simpleName : ./test/schemas/restriction0_0.xsd:10 :elements
Building content model for who
Content model of who:
regexp: '(null)'