The <cxxUnionAccessSpecifier> element describes the level of access the union allows.
The <cxxUnionAccessSpecifier> element does not have any children. <cxxUnionAccessSpecifier> uses the attribute value to describe the level of access a union has. value can be set to "public", "protected" or "private"; the default is "public".
<cxxUnionAccessSpecifier value="public"/>