Hello
I'm a great fan of CAM and one day tried to do some cleaning and see what buildings are CAMeLots and which are not. Well, as You are aware many old lots are not. However, PIMX categories are "standard" ones, i.e. R$, CO$$, etc., so basically CAMeLots and non-CAMeLots go into one category and You have to manually check Occupant Groups.
Since the categories are coded in new_properties.xml, it should be be possible to add new ones and expand the tree. So, I did some modifications to the file, and here are results.



Of course, You'd rather not use it for creating descriptors (unless You now which stage it's gonna be), but it is a great help in viewing, validating and updating (i.e. Recompute function to get the proper values for the building)
Here is the sample code I added. Not complicated

Each sub-category needs such one with proper Occupant Groups codes.
<CATEGORY Name="CO$$ CAMeLot 10" ID="0x6c8fbbf8" ParentID="0x6c8fbbf5">
<HELP>
This selection will filter the display to only show Commercial Office Medium Wealth plug-ins.
</HELP>
<FILTERS>
<NEEDED ID="0xaa1dd396" Value="0xB5C00AC0"/>
<NEEDED ID="0xaa1dd396" Value="0xB5C00AC2"/>
</FILTERS>
<PROPERTIES>
<PROPERTY ID="0xaa1dd396" Set="0x00001001,0x00013320,0xB5C00AC0,0xB5C00AC2,0x00002000,0x00002001,0x00002002,0x00002003"/> <!--OccupantGroups-->
<PROPERTY ID="0x2a499f85" Eval="QueryForCAMCommercial"/> <!--Query Examplar -->
</PROPERTIES>
</CATEGORY>
Anyone interested in the whole file, I'd be happy to post it here if You just tell me how to attach a file to a message... 
I attach an extract of new_properties.xml with definitions for Residentials and Commercial Office (I did those two categories as for now).
G.
[2010.03.13] Changes
- I added Industry - but only Anchor. Mech & Out are not very popular

and also not "camelotted" (never seen one).
- Started Comm Services - as for now it splits into CAM and non-CAM.
- Updated the Query - now when You recompute it assigns the CAM Query if it's a camelot. BUT the queries need to be defined in settings.ini
QueryForCAMResidential = 0xca1ca1c4
QueryForCAMCommercial = 0xca1ca1c3
QueryForCAMIndustrial = 0xca1ca1c2
This time I attach the whole xml (too much to extract). Changes are marked with comments. There also changes to Landmark section (described in separate post).
G.