cmis.model.richieste.ordini-richieste-model.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/>. --> <!-- Definition of new Model --> <model name="ordini_richieste:ordini_richieste_model" 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"> <!-- Optional meta-data about the model --> <description>Richieste Ordini Acquisto extension Content Model - Richieste</description> <author>Gianfranco Gasparro</author> <version>1.0</version> <!-- Imports are required to allow references to definitions in other models --> <imports> <!-- Import Alfresco Dictionary Definitions --> <import uri="http://www.alfresco.org/model/dictionary/1.0" prefix="d" /> <!-- Import Alfresco Content Domain Model Definitions --> <import uri="http://www.alfresco.org/model/content/1.0" prefix="cm" /> <import uri="http://www.cnr.it/str/org/1.0/" prefix="strorg" /> <import uri="http://www.cnr.it/model/sigla/commons_aspect/" prefix="sigla_commons_aspect" /> </imports> <!-- Introduction of new namespaces defined by this model --> <namespaces> <namespace uri="http://www.cnr.it/model/ordini/richieste/cmis" prefix="ordini_richieste" /> </namespaces> <types> <type name="ordini_richieste:main"> <title>Dati Generali Documento Richiesta</title> <description>Dati Generali Documento Richiesta</description> <parent>cm:folder</parent> <properties> <property name="ordini_richieste:anno"> <title>Anno</title> <type>d:int</type> </property> <property name="ordini_richieste:numero"> <title>Numero Richiesta</title> <type>d:long</type> </property> <property name="ordini_richieste:cd_unita_operativa"> <title>Descrizione Richiesta</title> <type>d:text</type> </property> <property name="ordini_richieste:cd_numeratore"> <title>Descrizione Richiesta</title> <type>d:text</type> </property> <property name="ordini_richieste:oggetto"> <title>Descrizione Richiesta</title> <type>d:text</type> </property> </properties> <mandatory-aspects> <aspect>sigla_commons_aspect:utente_applicativo_sigla</aspect> </mandatory-aspects> </type> </types> </model>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy