ATL Attributes: requires_category

Specifies the required component categories of the target class

Syntax

[
    define_attribute = "requires_category",
    argument_list = "requires_category",
    help_string = "Specifies the required component categories of the target class",
    usage = eCoClassUsage,
    group = eComGroup,
    repeatable = true,
    shipping = true,
    variable_args = true
];

Documentation Error

The product documentation says this attribute is not repeatable. Mind you, the documentation then proceeds to talk of the component categories—in the plural—that are required by the target class.