Index: Zend_Navigation-Pages-Common.xml
--- Zend_Navigation-Pages-Common.xml Ausgangspunkt (BASE)
+++ Zend_Navigation-Pages-Common.xml Lokal geändert (ausgehend von LOCAL)
@@ -89,6 +89,32 @@
                 </row>
 
                 <row>
+                    <entry><code>accesskey</code></entry>
+                    <entry><type>String</type></entry>
+                    <entry><constant>NULL</constant></entry>
+
+                    <entry>
+                        This attribute assigns an access key to an <code>A</code> element.
+                        An access key is a single character from the document character set.
+                    </entry>
+                </row>
+
+                <row>
+                    <entry><code>fragment</code></entry>
+                    <entry><type>String</type></entry>
+                    <entry><constant>NULL</constant></entry>
+
+                    <entry>
+                        The fragment identifier (anchor identifier) pointing to 
+                        an anchor within a resource that is subordinate to another, 
+                        primary resource. The fragment identifier introduced by 
+                        a hash mark '#'.
+                        Example: http://www.example.org/foo.html#bar 
+                        ('bar' is the fragment identifier)
+                    </entry>
+                </row>
+
+                <row>
                     <entry><code>rel</code></entry>
                     <entry><type>Array</type></entry>
                     <entry><methodname>array()</methodname></entry>
