Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
76c3cd04
Commit
76c3cd04
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2003-11-26 16:21:27 by szach] added comment pointing out a bug with anyType builtin
Original author: szach Date: 2003-11-26 16:21:27+00:00
parent
34c8f889
Changes
1
Show whitespace changes
Inline
Side-by-side
schema/schema_builtin.ml
View file @
76c3cd04
...
...
@@ -422,7 +422,7 @@ let fill () = (* fill "builtins" hashtbl *)
reg
"anySimpleType"
(
primitive
"anySimpleType"
,
Builtin_defs
.
string
,
validate_string
);
alias
"anyType"
"anySimpleType"
;
alias
"anyType"
"anySimpleType"
;
(* TODO BUG HERE *)
reg
"string"
(
primitive
"string"
,
Builtin_defs
.
string
,
validate_string
);
reg
"decimal"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment