<?xml version="1.0" encoding="UTF-8"?>
<model name="lbt:lbtModel" xmlns="http://www.alfresco.org/model/dictionary/1.0">
<description></description>
<author></author>
<version>1.0</version>
<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>
<namespaces>
<!– Define a Namespace for my new definitions –>
<namespace uri="lbt.model" prefix="lbt"/>
</namespaces>
<!– Type and Aspect definitions go here –>
<types>
<type name="lbt:doc">
<title>Documenti LBT</title>
<parent>cm:content</parent>
</type>
<type name="lbt:clientiDoc">
<title>Documenti LBT</title>
<parent>lbt:doc</parent>
<properties>
<property name="lbt:RagioneSociale">
<type>d:text</type>
</property>
<property name="lbt:CapitaleSociale">
<type>d:text</type>
</property>
<property name="lbt:PartitaIva">
<type>d:text</type>
</property>
<property name="lbt:Telefono">
<type>d:text</type>
</property>
</properties>
</type>
</types>
</model>
<config evaluator="node-type" condition="lbt:clientiDoc">
<property-sheet>
<show-property name="mimetype" display-label-id="content_type"
component-generator="MimeTypeSelectorGenerator" />
<show-property name="size" display-label-id="size"
converter="org.alfresco.faces.ByteSizeConverter"
show-in-edit-mode="false" />
<show-property name="lbt:RagioneSociale" />
<show-property name="lbt:CapitaleSociale" />
</property-sheet>
</config>
<config evaluator="string-compare" condition="Content Wizards">
<content-types>
<type name="lbt:clientiDoc" />
</content-types>
</config>
Archive content from product discussions in Italian.
This group is now closed and content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.