Akron | 27ae9ec | 2015-06-23 00:43:21 +0200 | [diff] [blame^] | 1 | define(function () { |
| 2 | return [ |
| 3 | ['author', 'string'], |
| 4 | ['biblEditionStatement', 'string'], |
| 5 | ['corpusAuthor', 'string'], |
| 6 | ['corpusEditor', 'string'], |
| 7 | ['corpusSigle', 'string'], |
| 8 | ['corpusSubTitle', 'string'], |
| 9 | ['corpusTitle', 'string'], |
| 10 | ['creationDate', 'date'], |
| 11 | ['docAuthor', 'string'], |
| 12 | ['docEditor', 'string'], |
| 13 | ['docSigle', 'string'], |
| 14 | ['docSubTitle', 'string'], |
| 15 | ['docTitle', 'string'], |
| 16 | ['editor', 'string'], |
| 17 | ['fileEditionStatement', 'string'], |
| 18 | ['keywords', 'string'], |
| 19 | ['language', 'string'], |
| 20 | ['license', 'string'], |
| 21 | ['pages', 'string'], |
| 22 | ['pubDate', 'date'], |
| 23 | ['publisher', 'string'], |
| 24 | ['pubPlace', 'date'], |
| 25 | ['reference', 'string'], |
| 26 | ['subTitle', 'string'], |
| 27 | ['textClass', 'string'], |
| 28 | ['textColumn', 'string'], |
| 29 | ['textDomain', 'string'], |
| 30 | ['textSigle', 'string'], |
| 31 | ['textType', 'string'], |
| 32 | ['textTypeArt', 'string'], |
| 33 | ['textTypeRef', 'string'], |
| 34 | ['title', 'string'] |
| 35 | ] |
| 36 | }); |