Author: aheritier
Date: Thu Sep 15 16:28:35 2005
New Revision: 289345

URL: http://svn.apache.org/viewcvs?rev=289345&view=rev
Log:
Add key attributes for i18n

Modified:
    
maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/xsd/maven-navigation-1.10.xsd
    maven/maven-1/plugins/trunk/xdoc/src/xsd/maven-navigation.xsd

Modified: 
maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/xsd/maven-navigation-1.10.xsd
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/xsd/maven-navigation-1.10.xsd?rev=289345&r1=289344&r2=289345&view=diff
==============================================================================
--- 
maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/xsd/maven-navigation-1.10.xsd
 (original)
+++ 
maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/xsd/maven-navigation-1.10.xsd
 Thu Sep 15 16:28:35 2005
@@ -27,7 +27,15 @@
       <xs:attribute name="name" type="xs:string"/>

     </xs:complexType>

   </xs:element>

-  <xs:element name="title" type="xs:string"/>

+  <xs:element name="title">

+    <xs:complexType>

+      <xs:simpleContent>

+        <xs:extension base="xs:string">

+          <xs:attribute name="key" type="xs:string" use="optional"/>

+        </xs:extension>

+      </xs:simpleContent>

+    </xs:complexType>

+  </xs:element>

   <xs:element name="head"/>

   <xs:element name="body">

     <xs:complexType>

@@ -59,6 +67,7 @@
       </xs:sequence>

       <xs:attribute name="name" type="xs:string"/>

       <xs:attribute name="type" type="xs:string"/>

+      <xs:attribute name="key" type="xs:string"/>

       <!-- type is an optional entry that defines where the menu is destined 
for.

           Values - left-header (default), left-footer -->

     </xs:complexType>

@@ -70,6 +79,7 @@
         <xs:element ref="item" minOccurs="0" maxOccurs="unbounded"/>

       </xs:sequence>

       <xs:attribute name="name" type="xs:string"/>

+      <xs:attribute name="key" type="xs:string"/>

       <xs:attribute name="href" type="xs:string"/>

       <xs:attribute name="collapse" type="xs:boolean"/>

       <xs:attribute name="target" type="xs:string"/>


Modified: maven/maven-1/plugins/trunk/xdoc/src/xsd/maven-navigation.xsd
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/src/xsd/maven-navigation.xsd?rev=289345&r1=289344&r2=289345&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/src/xsd/maven-navigation.xsd (original)
+++ maven/maven-1/plugins/trunk/xdoc/src/xsd/maven-navigation.xsd Thu Sep 15 
16:28:35 2005
@@ -27,7 +27,15 @@
       <xs:attribute name="name" type="xs:string"/>

     </xs:complexType>

   </xs:element>

-  <xs:element name="title" type="xs:string"/>

+  <xs:element name="title">

+    <xs:complexType>

+      <xs:simpleContent>

+        <xs:extension base="xs:string">

+          <xs:attribute name="key" type="xs:string" use="optional"/>

+        </xs:extension>

+      </xs:simpleContent>

+    </xs:complexType>

+  </xs:element>

   <xs:element name="head"/>

   <xs:element name="body">

     <xs:complexType>

@@ -59,6 +67,7 @@
       </xs:sequence>

       <xs:attribute name="name" type="xs:string"/>

       <xs:attribute name="type" type="xs:string"/>

+      <xs:attribute name="key" type="xs:string"/>

       <!-- type is an optional entry that defines where the menu is destined 
for.

           Values - left-header (default), left-footer -->

     </xs:complexType>

@@ -70,6 +79,7 @@
         <xs:element ref="item" minOccurs="0" maxOccurs="unbounded"/>

       </xs:sequence>

       <xs:attribute name="name" type="xs:string"/>

+      <xs:attribute name="key" type="xs:string"/>

       <xs:attribute name="href" type="xs:string"/>

       <xs:attribute name="collapse" type="xs:boolean"/>

       <xs:attribute name="target" type="xs:string"/>




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to