The <cxxVariableAccessSpecifier> element specifies the level of access the variable has.
The <cxxVariableAccessSpecifier> element must contain the attributes name and value. By default name is set to "access" and cannot be altered. The value attribute can be one of three values, public, protected and private. The default for value is "public".
<cxxVariableAccessSpecifier> has no child elements.
<cxxVariableAccessSpecifier value="private" />