// Entity Sitzplatz #BaseModel Sitzplatz { id: int { @Id @AutoIncremented @ObjectType } ; row: Sitzreihe { } ; position: int { @NotNull } ; }