Revision: 17154
          http://sourceforge.net/p/gate/code/17154
Author:   markagreenwood
Date:     2013-12-01 16:44:44 +0000 (Sun, 01 Dec 2013)
Log Message:
-----------
removed the hidden autoinstance schemas and added a single schema file that 
will load all the ANNIE schemas in one go

Modified Paths:
--------------
    gate/trunk/plugins/ANNIE/creole.xml

Added Paths:
-----------
    gate/trunk/plugins/ANNIE/resources/schema/ANNIE-Schemas.xml

Modified: gate/trunk/plugins/ANNIE/creole.xml
===================================================================
--- gate/trunk/plugins/ANNIE/creole.xml 2013-12-01 16:43:15 UTC (rev 17153)
+++ gate/trunk/plugins/ANNIE/creole.xml 2013-12-01 16:44:44 UTC (rev 17154)
@@ -2,48 +2,7 @@
 <!-- $Id$ -->
 <!-- creole.xml directory file for ANNIE Processing resources -->
 <CREOLE-DIRECTORY>
-       <!-- LANGUAGE RESOURCES -->
 
-       <!-- Annotation schema -->
-       <RESOURCE>
-               <CLASS>gate.creole.AnnotationSchema</CLASS>             
-
-               <HIDDEN-AUTOINSTANCE>
-                       <PARAM NAME="xmlFileUrl"
-                               VALUE="resources/schema/AddressSchema.xml" />
-               </HIDDEN-AUTOINSTANCE>
-               <HIDDEN-AUTOINSTANCE>
-                       <PARAM NAME="xmlFileUrl"
-                               VALUE="resources/schema/DateSchema.xml" />
-               </HIDDEN-AUTOINSTANCE>
-               <HIDDEN-AUTOINSTANCE>
-                       <PARAM NAME="xmlFileUrl"
-                               VALUE="resources/schema/IdentifierSchema.xml" />
-               </HIDDEN-AUTOINSTANCE>
-               <HIDDEN-AUTOINSTANCE>
-                       <PARAM NAME="xmlFileUrl"
-                               VALUE="resources/schema/PersonSchema.xml" />
-               </HIDDEN-AUTOINSTANCE>
-               <HIDDEN-AUTOINSTANCE>
-                       <PARAM NAME="xmlFileUrl"
-                               VALUE="resources/schema/LocationSchema.xml" />
-               </HIDDEN-AUTOINSTANCE>
-               <HIDDEN-AUTOINSTANCE>
-                       <PARAM NAME="xmlFileUrl" 
VALUE="resources/schema/MoneySchema.xml" />
-               </HIDDEN-AUTOINSTANCE>
-               <HIDDEN-AUTOINSTANCE>
-                       <PARAM NAME="xmlFileUrl"
-                               VALUE="resources/schema/OrganizationSchema.xml" 
/>
-               </HIDDEN-AUTOINSTANCE>
-               <HIDDEN-AUTOINSTANCE>
-                       <PARAM NAME="xmlFileUrl"
-                               VALUE="resources/schema/PercentSchema.xml" />
-               </HIDDEN-AUTOINSTANCE>
-               <HIDDEN-AUTOINSTANCE>
-                       <PARAM NAME="xmlFileUrl" 
VALUE="resources/schema/SentenceSchema.xml" />
-               </HIDDEN-AUTOINSTANCE>
-       </RESOURCE>
-
        <!-- PROCESSING RESOURCES -->
 
        <!-- creole.xml for the Unicode tokeniser -->

Added: gate/trunk/plugins/ANNIE/resources/schema/ANNIE-Schemas.xml
===================================================================
--- gate/trunk/plugins/ANNIE/resources/schema/ANNIE-Schemas.xml                 
        (rev 0)
+++ gate/trunk/plugins/ANNIE/resources/schema/ANNIE-Schemas.xml 2013-12-01 
16:44:44 UTC (rev 17154)
@@ -0,0 +1,13 @@
+<?xml version="1.0" ?>
+<schema xmlns="http://www.w3.org/2000/10/XMLSchema";>
+  <include schemaLocation="AddressSchema.xml" />
+  <include schemaLocation="DateSchema.xml" />
+  <include schemaLocation="IdentifierSchema.xml" />
+  <include schemaLocation="LocationSchema.xml" />
+  <include schemaLocation="MoneySchema.xml" />
+  <include schemaLocation="OrganizationSchema.xml" />
+  <include schemaLocation="PercentSchema.xml" />
+  <include schemaLocation="PersonSchema.xml" />
+  <include schemaLocation="PhoneSchema.xml" />
+  <include schemaLocation="SentenceSchema.xml" />
+</schema>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to