From 8651f5365c182ce5c52fe1cdc2b9d72b2ecc34e2 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Wed, 17 Apr 2002 09:06:27 +0000 Subject: a bit of work on Schemas try to make it more useful changed the Schemas * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h: a bit of work on Schemas * testSchemas.c: try to make it more useful * test/schemas/* result/schemas/* Makefile.am: changed the Schemas regression test procedure, started adding a few samples Daniel --- result/schemas/choice_0_4.err | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 result/schemas/choice_0_4.err (limited to 'result/schemas/choice_0_4.err') diff --git a/result/schemas/choice_0_4.err b/result/schemas/choice_0_4.err new file mode 100644 index 00000000..87ec6fbb --- /dev/null +++ b/result/schemas/choice_0_4.err @@ -0,0 +1,23 @@ +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 +Building content model for doc +Content model of doc: + regexp: '(null)' +2 atoms: + 00 atom: string once 'a' + 01 atom: string once 'b' +4 states: + state: 0, 2 transitions: + trans: atom 0, to 2 + trans: atom 1, to 3 + state: FINAL 1, 0 transitions: + state: FINAL 2, 1 transitions: + trans: removed + state: FINAL 3, 1 transitions: + trans: removed +0 counters: +Building content model for a +Building content model for b +Element doc content check failed -- cgit v1.2.1