Mercurial > pub > Impl
view Schema/schema.def @ 148:e6447ad85cb4
DOM objects now have a schema and schemaSource properties
RegExp now can launder data
Improved post to DOM transformation (multiple values a now supported)
Added new axes to navigation queries: ancestor and descendant
minor changes and bug fixes
author | wizard |
---|---|
date | Mon, 16 Aug 2010 08:26:44 +0400 |
parents | 16ada169ca75 |
children |
line wrap: on
line source
syntax ::= header[ class ...] name ::= <\w>+ column_name ::= {<\w>+|<[><^[]>+<]>} type ::= name [<\<> template_list <\>>] type_definition ::= name [<\<> args_list <\>>] args_list ::= name [, name ...] db_type ::= <\w>+[(<\d>+[,<\d>+])] template_list ::= type[, type ...] mapping ::= column_name [as db_type] property ::= type name[ =<\>> mapping] comment ::= #<^\n>*<\n>[ #<^\n>*<\n>...] property_list ::= property ; [comment] [property ; [comment] ...] base_types ::= type [, type ...] value_type ::= value class ::= [comment][value_type ]type_definition [: base_types] <{> [comment] [property_list] <}> header_value ::= {*<^;>+ {;<\n>| header_value}|<^\n>+[;]} header_prop ::= name = header_value file_name ::=<\w./>+ include_item ::= include ( file_name )[;] header ::=[ {header_prop|include_item} ...]