![JAR search and dependency download from the Maven repository](/logo.png)
resources.schema.PersonSchema.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of annie Show documentation
Show all versions of annie Show documentation
ANNIE is a general purpose information extraction system that
provides the building blocks of many other GATE applications.
<?xml version="1.0"?> <schema xmlns="http://www.w3.org/2000/10/XMLSchema"> <!-- XSchema definition for Person --> <element name="Person"> <complexType> <attribute name="gender" use="optional"> <simpleType> <restriction base="string"> <enumeration value="male"/> <enumeration value="female"/> </restriction> </simpleType> </attribute> </complexType> </element> </schema>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy