Skip to content

Instantly share code, notes, and snippets.

@vojto
Created March 5, 2013 14:58
Show Gist options
  • Select an option

  • Save vojto/5090882 to your computer and use it in GitHub Desktop.

Select an option

Save vojto/5090882 to your computer and use it in GitHub Desktop.
# Oddelenie
entity Oddelenie {
nazov : string required, length 5 30
kod : string required, length 1 4
uroven : real
}
# Zamestnanec
entity Zamestnanec {
meno : string required, length 2 30
priezvisko : string required, length 2 30
vek : integer
}
reference Zamestnanec Oddelenie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment