// Entity Sitzreihe #BaseModel Sitzreihe { id: int { @Id @AutoIncremented @ObjectType } ; hall: Kinosaal { } ; position: int { @NotNull } ; category: Sitzkategorie { } ; }