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