Packages

FT FormalTalk ERP.UNO Compiler

Current section

Files

Jump to
ft priv kvs person.kvs
Raw

priv/kvs/person.kvs

module person kvs
import location
import organization
record Person
begin id = seq 10 : term
| cn = [] : [] + binary
| name = [] : [] + binary
| displayName = [] : [] + binary
| location = [] : ERP.Loc
| hours = 0 : integer
| type = [] : term end