it.cnr.contab.logs.bulk.Batch_controlBulkInfo.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright (C) 2019 Consiglio Nazionale delle Ricerche ~ ~ This program is free software: you can redistribute it and/or modify ~ it under the terms of the GNU Affero General Public License as ~ published by the Free Software Foundation, either version 3 of the ~ License, or (at your option) any later version. ~ ~ This program is distributed in the hope that it will be useful, ~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ GNU Affero General Public License for more details. ~ ~ You should have received a copy of the GNU Affero General Public License ~ along with this program. If not, see <https://www.gnu.org/licenses/>. --> <bulkInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://contab.cnr.it/schema/SIGLA" xsi:schemaLocation="https://contab.cnr.it/schema/SIGLA https://contab.cnr.it/schema/SIGLA/BulkInfo_1_5.xsd"> <fieldProperty name="utente" property="utente" maxLength="20" inputSize="20" inputType="TEXT" label="Utente" caseSensitiveSearch="false" /> <fieldProperty name="ds_batch" property="ds_batch" maxLength="50" inputSize="50" rows="2" cols="25" inputType="TEXTAREA" label="Descrizione" nullable="false" caseSensitiveSearch="false" /> <fieldProperty name="fl_attivato" property="fl_attivato" inputType="CHECKBOX" label="Attivo" /> <fieldProperty name="procedura" property="procedura" inputType="SEARCHTOOL" label="Procedura" nullable="false" formName="searchtool" /> <fieldProperty name="dt_partenza" property="dt_partenza" inputSize="20" inputType="TEXT" label="Data e ora" nullable="false" formatName="timestamp" /> <fieldProperty name="intervallo" property="intervallo" inputSize="20" inputType="TEXT" label="Intervallo" /> <fieldProperty name="intervallo_calcolato" property="intervallo_calcolato" inputSize="20" inputType="TEXT" nullable="false" label="Intervallo" /> <fieldProperty name="tipo_intervallo" property="tipo_intervallo" keysProperty="tipo_intervalloKeys" inputType="SELECT" nullable="false" label="Unità intervallo" /> <formFieldProperty name="ds_batch" /> <formFieldProperty name="procedura" /> <formFieldProperty name="dt_partenza" /> <formFieldProperty name="intervallo_calcolato" /> <formFieldProperty name="tipo_intervallo" /> <columnFieldProperty name="utente" /> <columnFieldProperty name="ds_batch" /> <columnFieldProperty name="fl_attivato" /> <columnFieldProperty name="dt_partenza" /> <columnFieldProperty name="intervallo_calcolato" /> <columnFieldProperty name="tipo_intervallo" /> </bulkInfo>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy