blob: f188e10a4163af39ca094aafcfcc991ef9cef5ce [file] [log] [blame]
<typeSystemDescription
xmlns="http://uima.apache.org/resourceSpecifier">
<!--
***************************************************************
* 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.
***************************************************************
-->
<name>FsVarsTypeSystem</name>
<description>FsVariables type system</description>
<version>0.1</version>
<vendor>The Apache Software Foundation</vendor>
<types>
<typeDescription>
<name>org.apache.uima.FsVariable</name>
<description>
The type whose instances represent FS variables
</description>
<supertypeName>uima.tcas.Annotation</supertypeName>
<features>
<featureDescription>
<name>name</name>
<description>The name of the variable</description>
<rangeTypeName>uima.cas.String</rangeTypeName>
</featureDescription>
<featureDescription>
<name>type</name>
<description>The type of the variable</description>
<rangeTypeName>uima.cas.String</rangeTypeName>
</featureDescription>
<featureDescription>
<name>value</name>
<description>The value of the variable</description>
<rangeTypeName>uima.cas.TOP</rangeTypeName>
</featureDescription>
</features>
</typeDescription>
</types>
</typeSystemDescription>