ff14bot.NeoProfiles.Tags Namespace
You can also create your own by creating a .cs file in Plugins\OrderBotTags folder : you create a class with attribute XMLAttribute("NameOfTag"), the class uses ProfileBehavior as base class (so public class NameOfClass : ProfileBehavior { /* ... class definition ... */ }). There are many ways to set them up. Look at ExBuddy for examples.