[kde-services-devel] r487 - trunk/hotstuff/schemas

josef at new.kstuff.org josef at new.kstuff.org
Fri Nov 7 14:04:54 CET 2008


Author: josef
Date: 2008-11-07 14:04:53 +0100 (Fri, 07 Nov 2008)
New Revision: 487

Modified:
   trunk/hotstuff/schemas/ghns.xsd
Log:
- preview is actually an optional field (detected by smajewsky)



Modified: trunk/hotstuff/schemas/ghns.xsd
===================================================================
--- trunk/hotstuff/schemas/ghns.xsd	2008-11-07 12:57:53 UTC (rev 486)
+++ trunk/hotstuff/schemas/ghns.xsd	2008-11-07 13:04:53 UTC (rev 487)
@@ -63,7 +63,7 @@
 <xsd:element name="version" type="xsd:string"/>
 <xsd:element name="releasedate" type="xsd:date"/>
 <xsd:element name="summary" type="GHNSSummaryType" maxOccurs="unbounded"/>
-<xsd:element name="preview" type="GHNSPreviewType" maxOccurs="unbounded"/>
+<xsd:element name="preview" type="GHNSPreviewType" maxOccurs="unbounded" minOccurs="0"/>
 <xsd:element name="payload" type="GHNSPayloadType" maxOccurs="unbounded"/>
 <xsd:element name="rating" type="xsd:int" minOccurs="0"/>
 <xsd:element name="downloads" type="xsd:int" minOccurs="0"/>
@@ -80,7 +80,7 @@
 <xsd:element name="version" type="xsd:string"/>
 <xsd:element name="releasedate" type="xsd:date"/>
 <xsd:element name="summary" type="GHNSSummaryType" maxOccurs="unbounded"/>
-<xsd:element name="preview" type="GHNSPreviewType" maxOccurs="unbounded"/>
+<xsd:element name="preview" type="GHNSPreviewType" maxOccurs="unbounded" minOccurs="0"/>
 <xsd:element name="payload" type="GHNSPayloadType" maxOccurs="unbounded"/>
 <xsd:element name="rating" type="xsd:int"/>
 <xsd:element name="downloads" type="xsd:int"/>



More information about the kde-services-devel mailing list