Author: tommaso
Date: Tue Aug 23 07:40:24 2011
New Revision: 1160572
URL: http://svn.apache.org/viewvc?rev=1160572&view=rev
Log:
[CLEREZZA-625] - committed the TypeSystem descriptor
Added:
incubator/clerezza/trunk/parent/uima/uima.utils/src/main/resources/META-INF/ClerezzaUIMATypeSystemDescriptor.xml
Added:
incubator/clerezza/trunk/parent/uima/uima.utils/src/main/resources/META-INF/ClerezzaUIMATypeSystemDescriptor.xml
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/uima/uima.utils/src/main/resources/META-INF/ClerezzaUIMATypeSystemDescriptor.xml?rev=1160572&view=auto
==============================================================================
---
incubator/clerezza/trunk/parent/uima/uima.utils/src/main/resources/META-INF/ClerezzaUIMATypeSystemDescriptor.xml
(added)
+++
incubator/clerezza/trunk/parent/uima/uima.utils/src/main/resources/META-INF/ClerezzaUIMATypeSystemDescriptor.xml
Tue Aug 23 07:40:24 2011
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+
+-->
+<typeSystemDescription xmlns="http://uima.apache.org/resourceSpecifier">
+ <name>ClerezzaUIMATypeSystemDescriptor</name>
+ <description></description>
+ <version>1.0</version>
+ <vendor>ASF</vendor>
+ <types>
+ <typeDescription>
+ <name>org.apache.clerezza.uima.utils.ts.ClerezzaBaseAnnotation</name>
+ <description></description>
+ <supertypeName>uima.tcas.Annotation</supertypeName>
+ <features>
+ <featureDescription>
+ <name>uri</name>
+ <description/>
+ <rangeTypeName>uima.cas.String</rangeTypeName>
+ </featureDescription>
+ </features>
+ </typeDescription>
+ <typeDescription>
+ <name>org.apache.clerezza.uima.utils.ts.ClerezzaBaseEntity</name>
+ <description></description>
+ <supertypeName>uima.cas.TOP</supertypeName>
+ <features>
+ <featureDescription>
+ <name>uri</name>
+ <description></description>
+ <rangeTypeName>uima.cas.String</rangeTypeName>
+ </featureDescription>
+ <featureDescription>
+ <name>references</name>
+ <description/>
+ <rangeTypeName>uima.cas.FSList</rangeTypeName>
+
<elementType>org.apache.clerezza.uima.utils.ts.ClerezzaBaseAnnotation</elementType>
+ <multipleReferencesAllowed>false</multipleReferencesAllowed>
+ </featureDescription>
+ <featureDescription>
+ <name>label</name>
+ <description/>
+ <rangeTypeName>uima.cas.String</rangeTypeName>
+ </featureDescription>
+ </features>
+ </typeDescription>
+ </types>
+</typeSystemDescription>