cmis.model.common.sigla-commons-aspectModel.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="sigla_commons_aspect:sigla_commons_aspectModel" 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>SIGLA extension Content Model - Dati Comuni</description> <author>Gianfranco Gasparro</author> <version>1.1</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" /> </imports> <!-- Introduction of new namespaces defined by this model --> <namespaces> <namespace uri="http://www.cnr.it/model/sigla/commons_aspect/" prefix="sigla_commons_aspect" /> </namespaces> <aspects> <aspect name="sigla_commons_aspect:utente_applicativo_sigla"> <title>Utente Applicativo</title> <properties> <property name="sigla_commons_aspect:utente_applicativo"> <title>Utente Applicativo</title> <type>d:text</type> </property> </properties> </aspect> <aspect name="sigla_commons_aspect:terzi"> <title>Terzi</title> <properties> <property name="sigla_commons_aspect:terzi_cd_terzo"> <title>Codice Terzo</title> <type>d:text</type> </property> </properties> </aspect> <aspect name="sigla_commons_aspect:terzi_pf"> <title>Persona Fisica</title> <parent>sigla_commons_aspect:terzi</parent> <properties> <property name="sigla_commons_aspect:terzi_pf_cognome"> <title>Cognome</title> <type>d:text</type> </property> <property name="sigla_commons_aspect:terzi_pf_nome"> <title>Nome</title> <type>d:text</type> </property> <property name="sigla_commons_aspect:terzi_pf_codfis"> <title>Codice fiscale</title> <type>d:text</type> </property> </properties> </aspect> <aspect name="sigla_commons_aspect:terzi_pg"> <title>Persona Giuridica</title> <parent>sigla_commons_aspect:terzi</parent> <properties> <property name="sigla_commons_aspect:terzi_pg_denominazione"> <title>Ragione Sociale</title> <type>d:text</type> </property> <property name="sigla_commons_aspect:terzi_pg_pariva"> <title>Partita Iva</title> <type>d:text</type> </property> </properties> </aspect> <aspect name="sigla_commons_aspect:cds_origine"> <title>CDS di origine</title> <properties> <property name="sigla_commons_aspect:cds_origine_codice"> <title>Codice CDS</title> <type>d:text</type> </property> <property name="sigla_commons_aspect:cds_origine_descrizione"> <title>Descrizione CDS</title> <type>d:text</type> </property> </properties> </aspect> <aspect name="sigla_commons_aspect:uo_origine"> <title>UO di origine</title> <properties> <property name="sigla_commons_aspect:uo_origine_codice"> <title>Codice UO</title> <type>d:text</type> </property> <property name="sigla_commons_aspect:uo_origine_descrizione"> <title>Descrizione UO</title> <type>d:text</type> </property> </properties> </aspect> <aspect name="sigla_commons_aspect:applicativo"> <title>Applicativo Gestione</title> <properties> <property name="sigla_commons_aspect:applicativo_nome"> <title>Nome Applicativo</title> <type>d:text</type> </property> <property name="sigla_commons_aspect:applicativo_numero_versione"> <title>Numero Versione Applicativo</title> <type>d:text</type> </property> </properties> </aspect> </aspects> </model>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy