# Example of a data-structure with # # different count of tables, id-fields testprddb: # database product: _character: inventory _header: - prdid - descript - objtype - factor prdid: id: "t:1" acceptance: norm type: int nullable: n descript: id: "b:1" acceptance: exist type: string nullable: n objtype: id: n acceptance: norm type: string nullable: y factor: id: n acceptance: norm type: float nullable: y