Current section
Files
Jump to
Current section
Files
priv/erp.uno/kvs/person.kvs
module person kvs
import kvs/location.kvs
import kvs/organization.kvs
record Person
begin id = seq 10 : term
| cn = [] : [] + binary
| name = [] : [] + binary
| displayName = [] : [] + binary
| location = [] : ERP.Loc
| hours = 0 : integer
| type = [] : term end