This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
group: library example | |
description[[ | |
* the relation _Benutzer_ contains basic information about the users of the library. | |
* the relation _Leiht_aus_ contains the borrowing information of the users. | |
* the relation _Exemplar_ contains the book copies with their signatures and ISBN numbers. | |
* the relation _Buch_ contains the book information with their ISBN numbers, titles, and languages. | |
]] | |
Benutzer = { | |
Bid, Vorname |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
group: Regatta | |
Bootsklasse = { | |
Klasse:string, Bauart:string | |
'Folkeboot' , 'Holz' | |
'H-Boot' , 'GFK' | |
'Optimist' , 'GFK' | |
'Pirat' , 'Holz' | |
} |