Information structure to make a reference to a picture. categorize where it appears, Then add data elements to the categories. To simplify organizing picture files. By creating a structure For each file that can be sorted into multiple categories. And contain definitions of data elements within these categories. All in one structure that can represent an inventory of pictures and all the details that are defined in each instance of this structure (each instance will be a new picture reference). And each instance of the structure would be the the same structure but different picture references and different information. We need this structure. To sort information and create a universal system for which our pictures are stored and given data. If a picture falls into more than one category, We define the categories after we reference the picture. The picture is not duplicated, and each category is represented (here is two categories. but you can imagine more)
So a data structure simplifies information handling. And a general structure can be used for each instance of a picture. And use the same structure to store all informations for Each picture. As an inventory of reference. The user can access through what is displayed through these references and informations. Avoids duplicates by listing the pictures categories in the structure, instead of accessing the same picture two different times.
only one picture reference per data structure. But each reference can have multiple categories, which then define and store the data elements of each category. For each single picture reference. (each structure represents the categories and information of one picture reference). And the structure is re used to input data for other picture references. The definition of categories. Includes the picture in multiple places, If it appears there. But only one reference to one picture file. The data structure indicates the number of categories the picture appears in.
for each picture there is this same data structure, and values that determine things about each picture. The values would have to be inputted individually for each structure
such that,
Picture (x)
has categories (y,z,q)
with information for each category