cmis.model.richieste.ordini-richieste-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_richieste_attachment:ordini_richieste_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/richieste/attachment/cmis" prefix="ordini_richieste_attachment" /> </namespaces> <types> <type name="ordini_richieste_attachment:document"> <title>Allegati alla Richiesta</title> <description>Allegati alla Richiesta</description> <parent>cm:content</parent> <properties> <property name="ordini_richieste_attachment:original_name"> <title>Nome Originale del File</title> <description>Nome Originale del File</description> <type>d:text</type> </property> <property name="ordini_richieste_attachment:id_sigla"> <title>Id Collegato</title> <description>Id Collegato</description> <type>d:text</type> </property> </properties> </type> </types> <aspects> <aspect name="ordini_richieste_attachment:stampa"> <title>Stampa Richiesta Acquisto</title> <description>Stampa Richiesta Acquisto</description> </aspect> <aspect name="ordini_richieste_attachment:allegati"> <title>Allegati alla Richiesta</title> <description>Allegati alla Richiesta</description> </aspect> <aspect name="ordini_richieste_attachment:allegati_dettaglio"> <title>Allegati collegati alla riga della Richiesta</title> <description>Allegati collegati alla riga della Richiesta</description> </aspect> </aspects> </model>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy