Define primitive types using Xcore type syntax and use string conversion definition to apply WHERE rules and other constraints. ``` type IfcInteger wraps int create { Interger.parseInt(it); } convert { it.toString(); } ```