cmis.model.ordini.ordini-acq-attachmentModel.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/>. --> <model name="ordini_acq_attachment:ordini_acq_attachmentModel" xmlns="http://www.alfresco.org/model/dictionary/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.alfresco.org/model/dictionary/1.0 modelSchema.xsd"> <description>Sigla Dynamic Model</description> <author>gianfranco.gasparro</author> <version>1.0</version> <imports> <import uri="http://www.alfresco.org/model/dictionary/1.0" prefix="d" /> <import uri="http://www.alfresco.org/model/content/1.0" prefix="cm" /> </imports> <namespaces> <namespace uri="http://www.cnr.it/model/ordini/acq/attachment/cmis" prefix="ordini_acq_attachment" /> </namespaces> <types> <type name="ordini_acq_attachment:document"> <title>Allegati all'Ordine di Acquisto</title> <description>Allegati all'Ordine di Acquisto</description> <parent>cm:content</parent> <properties> <property name="ordini_acq_attachment:original_name"> <title>Nome Originale del File</title> <description>Nome Originale del File</description> <type>d:text</type> </property> <property name="ordini_acq_attachment:id_sigla"> <title>Id Collegato</title> <description>Id Collegato</description> <type>d:text</type> </property> </properties> </type> </types> <aspects> <aspect name="ordini_acq_attachment:stampa"> <title>Stampa Ordine di Acquisto</title> <description>Stampa Ordine di Acquisto</description> </aspect> <aspect name="ordini_acq_attachment:allegato_generico"> <title>Allegato Generico Ordine di Acquisto</title> <description>Allegato Generico Ordine di Acquisto</description> </aspect> <aspect name="ordini_acq_attachment:bando"> <title>Bando</title> <description>Bando</description> </aspect> <aspect name="ordini_acq_attachment:decisione_a_contrattare"> <title>Decisione a Contrattare</title> <description>Decisione a Contrattare</description> </aspect> <aspect name="ordini_acq_attachment:decreto_nomina"> <title>Decreto di nomina</title> <description>Decreto di nomina</description> </aspect> <aspect name="ordini_acq_attachment:atto_esito_controllo"> <title>Atto esito Controllo</title> <description>Atto esito Controllo</description> </aspect> <aspect name="ordini_acq_attachment:capitolato"> <title>Capitolato</title> <description>Capitolato</description> </aspect> <aspect name="ordini_acq_attachment:dichiarazione_altri_rapporti"> <title>Dichiarazione di altri rapporti</title> <description>Dichiarazione di altri rapporti</description> </aspect> </aspects> </model>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy