Skip to content
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 ;
}
Clone this wiki locally