19 linhas
681 B
XML
Arquivo Executável
19 linhas
681 B
XML
Arquivo Executável
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
Document : qualifiers.xml
|
|
Created on : december 21, 2010, 1:57 Am
|
|
Author : felipenmoura
|
|
Description:
|
|
This file describes the words that may be used as qualifiers
|
|
-->
|
|
<root>
|
|
<must>precisa,dever,precisar,demandar,necessitar</must>
|
|
<may>poder</may>
|
|
<notnull>obrigatório,not null,notnull,não nulo,requerido,required,necessário</notnull>
|
|
<of>de,do,da,dos,das</of>
|
|
<be>é,são,será,serão,está,estar,estão,estarão,estará</be>
|
|
<key>chave,key,pk,indice,índice</key>
|
|
<coma>e,quanto</coma>
|
|
<unique>unico,único,isolado,isolada,isoladamente</unique>
|
|
<brake>todo,cada,qualquer,enquanto</brake>
|
|
</root> |