Sitecore reference talk about some attributes you can use in Query, including @@templatename, @@id and @@parentid etc.
parentid doesn't seem to work - /sitecore/content//*[@@parentid!=''] never returns any result. While /sitecore/content//*[@@templatename!=''] works fine. Sitecore version is 6.5 and 6.6.
Has anyone been able to query with @@parentid? ( Perhaps it uses Ancestor/Descendant table and I'm missing data?? - just a guess )