The example in this section defines two different types of related attributes, Thickness and Dimension, that share a category named Paper. You can accomplish this by defining a static global in the implementation file shared by all of these attributes. It is not necessary to export the category, so it need not appear in the interface.
const TToken gPaperCategory = TToken(TStandardText("Paper Category"));