All Downloads are FREE. Search and download functionalities are using the official Maven repository.

resources.schema.LocationSchema.xml Maven / Gradle / Ivy

Go to download

ANNIE is a general purpose information extraction system that provides the building blocks of many other GATE applications.

There is a newer version: 9.1
Show newest version
<?xml version="1.0"?>
<schema xmlns="http://www.w3.org/2000/10/XMLSchema">
  <!-- XSchema deffinition for Location -->
  <element name="Location">
    <complexType>
      <attribute name="locType" use="optional" value="other">
        <simpleType>
          <restriction base="string">
            <enumeration value="region"/>
            <enumeration value="airport"/>
            <enumeration value="city"/>
            <enumeration value="country"/>
            <enumeration value="country"/>
            <enumeration value="province"/>
            <enumeration value="other"/>
          </restriction>
        </simpleType>   
      </attribute>
    </complexType>
  </element>
</schema>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy