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

resources.schema.AddressSchema.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 Address -->
  <element name="Address">
    <complexType>
      <attribute name="kind" use="optional" value="other" >
        <simpleType>
          <restriction base="string">
            <enumeration value="email"/>
            <enumeration value="url"/>
            <enumeration value="phone"/>
            <enumeration value="ip"/>
            <enumeration value="postcode"/>
            <enumeration value="country"/>
            <enumeration value="complete"/>
          </restriction>
        </simpleType>   
      </attribute>
    </complexType>
  </element>
</schema>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy