* structure 'PolicyCheck': used in policycheck_view
The widget offering users to test for validity of a given 'policy_code'.
* structure 'PolicyList': used in policylist_view
imported lists of policy data collections
* structure 'PolicyData': used in policydata_view
PolicyData is a structure of 'PolicyElemnts'.
The latter will store the basic datatype elements (field: 'policy_code'),
as a dynamic growable vector.
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>