[tdwg-tapir] Schema modification: r522 - trunk/protocol

tdwg-tapir at lists.tdwg.org tdwg-tapir at lists.tdwg.org
Thu May 4 16:10:06 CEST 2006


Author: markus
Date: 2006-05-04 16:10:04 +0200 (Thu, 04 May 2006)
New Revision: 522

Modified:
   trunk/protocol/tapir.xsd
Log:
use xsd:time for indexingPreference startTime.

Modified: trunk/protocol/tapir.xsd
===================================================================
--- trunk/protocol/tapir.xsd	2006-05-02 11:36:41 UTC (rev 521)
+++ trunk/protocol/tapir.xsd	2006-05-04 14:10:04 UTC (rev 522)
@@ -1456,11 +1456,9 @@
 			<xsd:element name="lastUpdated" type="xsd:dateTime" minOccurs="0"/>
 			<xsd:element name="indexingPreferences" minOccurs="0">
 				<xsd:complexType>
-					<xsd:sequence>
-						<xsd:element name="startTime" type="xsd:duration"/>
-						<xsd:element name="maxDuration" type="xsd:duration"/>
-						<xsd:element name="frequency" type="xsd:duration" minOccurs="0"/>
-					</xsd:sequence>
+					<xsd:attribute name="startTime" type="xsd:time"/>
+					<xsd:attribute name="maxDuration" type="xsd:duration"/>
+					<xsd:attribute name="frequency" type="xsd:duration" />
 				</xsd:complexType>
 			</xsd:element>
 			<xsd:element name="relatedEntities">





More information about the tdwg-tag mailing list