Imported Upstream version 1.5
[routino] / xml / routino-tagging.xsd
index 7df6dae..2193de0 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!-- ============================================================
-     $Header: /home/amb/routino/xml/RCS/routino-tagging.xsd,v 1.1 2010/05/18 18:35:01 amb Exp $
+     $Header: /home/amb/routino/xml/RCS/routino-tagging.xsd,v 1.3 2010/09/17 17:40:55 amb Exp $
 
      An XML Schema Definition for the Routino tagging rules XML format
 
@@ -32,6 +32,9 @@
   <!-- The second level node, way and relation tagging rules -->
 
   <xsd:complexType name="NodeType">
+    <xsd:sequence>
+      <xsd:element name="if" type="IfType" minOccurs="0" maxOccurs="unbounded"/>
+    </xsd:sequence>
   </xsd:complexType>
 
   <xsd:complexType name="WayType">
@@ -41,6 +44,9 @@
   </xsd:complexType>
 
   <xsd:complexType name="RelationType">
+    <xsd:sequence>
+      <xsd:element name="if" type="IfType" minOccurs="0" maxOccurs="unbounded"/>
+    </xsd:sequence>
   </xsd:complexType>
 
   <!-- The if tag and its contents -->