You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ludovic Chaboud edited this page Mar 25, 2015
·
2 revisions
Telosys Tools DSL
Syntax
Employee {
id : integer {@Id}; // the id
firstName : string ;
birthDate : date ;
country : Country ;
}
Country {
code: string {@Id}; // the id
label: string ;
}