namespace com.company.test; table Person { name:string; age:short; } root_type Person;