[tdwg-tapir] r887 - tapir/dev/schema

svn at rs.tdwg.org svn at rs.tdwg.org
Sat Feb 24 00:59:52 CET 2007


Author: RenatoDeGiovanni
Date: 2007-02-24 00:59:45 +0100 (Sat, 24 Feb 2007)
New Revision: 887

Modified:
   tapir/dev/schema/tapir.xsd
Log:
Added missing XML Schema capability for xsd:include.


Modified: tapir/dev/schema/tapir.xsd
===================================================================
--- tapir/dev/schema/tapir.xsd	2007-02-22 23:24:12 UTC (rev 886)
+++ tapir/dev/schema/tapir.xsd	2007-02-23 23:59:45 UTC (rev 887)
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0"?>
 <!-- $Id$ -->
 <xsd:schema targetNamespace="http://rs.tdwg.org/tapir/1.0" 
 	xmlns="http://rs.tdwg.org/tapir/1.0" 
@@ -1089,6 +1089,9 @@
 			<xsd:element name="import" minOccurs="0">
 				<xsd:complexType/>
 			</xsd:element>
+			<xsd:element name="include" minOccurs="0">
+				<xsd:complexType/>
+			</xsd:element>
 			<xsd:element name="references" minOccurs="0">
 				<xsd:annotation>
 					<xsd:documentation>The global use of the tags grouped here when locally




More information about the tdwg-tag mailing list