While creating Features, Web Parts, Web Service calls or Site Templates or even basic DataViews at many places you required to have some short of reference chart mostly to write CAML related stuff.
So after having my few hours I created this handy reference sheet useful at many places.
You can use this sheet at many places like “BaseType” values (just below) are always useful as part of SPSiteDataQuery :
<Lists BaseType=’0′ MaxListLimit=’0′/> or similar goes for “Server Template”
<Lists ServerTemplate=’303′ MaxListLimit=’0′/>
Another handy example is “FieldType” again which is useful in CAML queries.
<FieldRef Name=’MyLookupField’/><Value Type=’Lookup’>
Endless possibilities. Be patient to load this huge page (And sincere apology forSMALL fonts, hard to fit in screen)
Don’t forget to comment back If I am missing something that should be here too .