The values for entityLists are taken from in Table 2-1, given here. The values for attributeLists are found at the same location.
entityLists = {
{"any","movie","album","allArtist","podcast","musicVideo","mix","audiobook","tvSeason","allTrack"},
{"any","audiobookAuthor","audiobook"},
{"any","ebook"},
{"any","movieArtist","movie"},
{"any","musicArtist", "musicTrack", "album", "musicVideo", "mix", "song"},
{"any","genreIndex","artistTerm","albumTerm","ratingIndex","songTerm"},
{"any","podcastAuthor","podcast"},
{"any","genreIndex","artistTerm","shortFilmTerm","ratingIndex","descriptionTerm"},
{"any","software","iPadSoftware","macSoftware"},
{"any","tvEpisode","tvSeason"}
};
attributeLists = {
{"any","actorTerm","languageTerm","allArtistTerm","tvEpisodeTerm","shortFilmTerm",
"directorTerm","releaseYearTerm","titleTerm","featureFilmTerm","ratingIndex",
"keywordsTerm","descriptionTerm","authorTerm","genreIndex","mixTerm",
"allTrackTerm","artistTerm","composerTerm","tvSeasonTerm","producerTerm",
"ratingTerm","songTerm","movieArtistTerm","showTerm","movieTerm","albumTerm"
},
{"any","titleTerm", "authorTerm", "genreIndex", "ratingIndex"},
{"any"},
{"any","actorTerm","genreIndex","artistTerm","shortFilmTerm","producerTerm","ratingTerm",
"directorTerm","releaseYearTerm","featureFilmTerm","movieArtistTerm","movieTerm",
"ratingIndex","descriptionTerm"
},
{"any","mixTerm","genreIndex","artistTerm","composerTerm","albumTerm","ratingIndex","songTerm"},
{"any","genreIndex","artistTerm","albumTerm","ratingIndex","songTerm"},
{"any","titleTerm","languageTerm","authorTerm","genreIndex","artistTerm","ratingIndex",
"keywordsTerm","descriptionTerm"
},
{"any","genreIndex","artistTerm","shortFilmTerm","ratingIndex","descriptionTerm"},
{"any","softwareDeveloper"},
{"any","genreIndex","tvEpisodeTerm","showTerm","tvSeasonTerm","ratingIndex","descriptionTerm"}
};
aaEntities = Associative Array(mediaValues,entityLists);
aaAttributes = Associative Array(mediaValues,attributeLists);
any is added as the first element of all lists to correspond to any item from the list.