Author: jford
Date: Sat Feb  3 08:38:17 2007
New Revision: 503230

URL: http://svn.apache.org/viewvc?view=rev&rev=503230
Log:
More updates for validation

Modified:
    portals/jetspeed-2/trunk/etc/xsd/link.xsd

Modified: portals/jetspeed-2/trunk/etc/xsd/link.xsd
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/etc/xsd/link.xsd?view=diff&rev=503230&r1=503229&r2=503230
==============================================================================
--- portals/jetspeed-2/trunk/etc/xsd/link.xsd (original)
+++ portals/jetspeed-2/trunk/etc/xsd/link.xsd Sat Feb  3 08:38:17 2007
@@ -25,7 +25,9 @@
         <xs:element ref="tns:url"/>
         <xs:element minOccurs="0" maxOccurs="unbounded" ref="tns:metadata"/>
       </xs:sequence>
-      <xs:attribute name="target" use="required" type="xs:string"/>
+      <xs:attribute name="target" use="optional" type="xs:string"/>
+      <xs:attribute name="skin" use="optional" type="xs:string"/>
+      <xs:attribute name="hidden" use="optional" type="xs:boolean"/>
     </xs:complexType>
   </xs:element>
   <xs:element name="title" type="xs:string"/>



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

Reply via email to