summaryrefslogtreecommitdiff
path: root/data/schemata
AgeCommit message (Collapse)Author
2015-04-15Further simplify the schema.Daniil Baturin
Make extends an attribute. Remove nodeList tag.
2015-04-15Simplify the interface definition schema.Daniil Baturin
1. Don't distinguish name and value constraints, they have exact same structure. 2. Don't use individual error messages for all constraints. If they work like OR, it makes little sense. 3. Move most of data from arguments to tag bodies.
2015-04-13Import XML schemata from the prototype.Daniil Baturin