aboutsummaryrefslogtreecommitdiff
path: root/generator/node_modules/xmlbuilder/lib/Derivation.js
blob: ae3d9517f458215fa510254fc2138c7e9dc261f4 (plain)
1
2
3
4
5
6
7
8
9
10
// Generated by CoffeeScript 2.4.1
(function() {
  module.exports = {
    Restriction: 1,
    Extension: 2,
    Union: 4,
    List: 8
  };

}).call(this);