07-15-2009 09:04 AM
<?xml version="1.0" encoding="UTF-8"?>
<!– Custom Model –>
<!– Note: This model is pre-configured to load at startup of the Repository. So, all custom –>
<!– types and aspects added here will automatically be registered –>
<model name="custom:customModel" xmlns="http://www.alfresco.org/model/dictionary/1.0">
<!– Optional meta-data about the model –>
<description>Custom Model</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>
<!– Introduction of new namespaces defined by this model –>
<!– NOTE: The following namespace custom.model should be changed to reflect your own namespace –>
<namespaces>
<namespace uri="custom.model" prefix="custom"/>
</namespaces>
<types>
<type name="custom:coPoststukkenDMO">
<title>PoststukkenDMO</title>
<parent>cm:content</parent>
<properties>
<property name="custom:VerzendDatum">
<title>VerzendDatum</title>
<type>d:text</type>
</property>
<property name="custom:ScanDatum">
<title>ScanDatum</title>
<type>d:text</type>
</property>
<property name="custom:VerzenddatumA">
<title>VerzenddatumA</title>
<type>d:text</type>
</property>
<property name="custom:DocumentName">
<title>DocumentName</title>
<type>d:text</type>
</property>
</properties>
</type>
</types>
<aspects>
<aspect name="custom:aPoststukken">
<title>PoststukkenDMO</title>
<properties>
<property name="custom:Email">
<title>Email</title>
<type>d:text</type>
</property>
<property name="custom:Huisnummer">
<title>Huisnummer</title>
<type>d:text</type>
</property>
<property name="custom:Plaatsnaam">
<title>Plaatsnaam</title>
<type>d:text</type>
</property>
<property name="custom:Straatnaam">
<title>Straatnaam</title>
<type>d:text</type>
</property>
<property name="custom:Postcode">
<title>Postcode</title>
<type>d:text</type>
</property>
<property name="custom:Toevoeging">
<title>Toevoeging</title>
<type>d:text</type>
</property>
<property name="custom:AchterNaam">
<title>AchterNaam</title>
<type>d:text</type>
</property>
<property name="custom:Voorletters">
<title>Voorletters</title>
<type>d:text</type>
</property>
<property name="custom:Tussenvoegsel">
<title>Tussenvoegsel</title>
<type>d:text</type>
</property>
</properties>
</aspect>
</aspects>
</model>
07-22-2009 04:13 AM
08-18-2009 10:31 AM
10-12-2009 07:53 AM
11-21-2009 09:14 AM
11-24-2009 10:38 AM
12-03-2009 01:24 AM
01-12-2010 04:16 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.