The <cxxEnumerationAccessSpecifier> element describes the access specifier for the enumeration.
The element contains the optional name and value attributes. The name attribute can only be set to "access". The value attribute must be either public, protected or private, it defaults to "public".
<cxxEnumerationAccessSpecifier value="public"/>