03-28-2011 03:42 AM
<namespace uri="http://www.alfresco.com/model/test-model/1.0" prefix="test"/>
<import uri="http://www.alfresco.com/model/test-model/1.0" prefix="test"/>
<mandatory-aspects>
<aspect>test:testaspect</aspect>
</mandatory-aspects>
03-28-2011 08:17 AM
03-29-2011 06:54 AM
03-30-2011 04:12 AM
<?xml version="1.0" encoding="UTF-8"?>
<!– Definition of Knowledge Base Model –>
<model name="test:testmodel" xmlns="http://www.alfresco.org/model/dictionary/1.0">
<!– Optional meta-data about the model –>
<description>test Model</description>
<author>Henri Lämsä</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"/>
</imports>
<!– Introduction of new namespaces defined by this model –>
<namespaces>
<namespace uri="http://www.alfresco.com/model/test/1.0" prefix="test"/>
</namespaces>
<aspects>
<!– Definition of new Content Aspect: Knowledge Base Document –>
<aspect name="test:asiakirja">
<title>Asiakirja</title>
<properties>
<property name="test:dateAccepted">
<type>d:date</type>
</property>
<property name="test:dateGathered">
<type>d:date</type>
</property>
<property name="test:dateValid">
<type>d:date</type>
</property>
<property name="test:authenticityChecker">
<type>d:text</type>
</property>
<property name="test:authenticityDate">
<type>d:date</type>
</property>
<property name="test:authenticityDescription">
<type>d:mltext</type>
</property>
<property name="test:signatureDescription">
<type>d:text</type>
</property>
<property name="test:coverage">
<type>d:text</type>
</property>
<property name="test:coverageJurisdiction">
<type>d:text</type>
</property>
<property name="test:coverageSpatial">
<type>d:text</type>
</property>
<property name="test:coverageTemporal">
<type>d:text</type>
</property>
<property name="test:audience">
<type>d:text</type>
</property>
<property name="test:source">
<type>d:text</type>
</property>
<property name="test:rights">
<type>d:text</type>
</property>
<property name="test:relationRequires">
<type>d:text</type>
</property>
<property name="test:relationIsPartOf">
<type>d:text</type>
</property>
<property name="test:relationIsFormatOf">
<type>d:text</type>
</property>
<property name="test:relationIsVersionOf">
<type>d:text</type>
</property>
<property name="test:relationIsRedactionOf">
<type>d:text</type>
</property>
<property name="test:protectionClass">
<type>d:text</type>
</property>
<property name="test:alternativeTitle">
<type>d:text</type>
</property>
<property name="test:version">
<type>d:text</type>
</property>
</properties>
</aspect>
</aspects>
</model>
<?xml version="1.0" encoding="UTF-8"?>
<model name="wf:workflow" xmlns="http://www.alfresco.org/model/dictionary/1.0">
<imports>
<import uri="http://www.alfresco.org/model/dictionary/1.0" prefix="d"/>
<import uri="http://www.alfresco.org/model/bpm/1.0" prefix="bpm"/>
</imports>
<namespaces>
<namespace uri="http://www.alfresco.org/model/workflow/1.0" prefix="wf"/>
</namespaces>
<types>
<type name="wf:submitAdhocTask">
<parent>bpm:startTask</parent>
<properties>
<property name="wf:notifyMe">
<type>d:boolean</type>
<default>false</default>
</property>
</properties>
<mandatory-aspects>
<aspect>bpm:assignee</aspect>
<aspect>wf:task</aspect>
</mandatory-aspects>
</type>
<type name="wf:adhocTask">
<parent>bpm:workflowTask</parent>
</type>
<type name="wf:completedAdhocTask">
<parent>bpm:workflowTask</parent>
</type>
</types>
<aspects>
<aspect name="wf:task">
<title>Toimenpide</title>
<properties>
<property name="wf:dateFinished">
<title>Päättymispvm</title>
<type>d:date</type>
</property>
<property name="wf:electronicNotificationAcceptionDate">
<title>Suostumusajankohta</title>
<type>d:date</type>
</property>
<property name="wf:electronicNotificationAcceptionDescription">
<title>Suostumuskuvaus</title>
<type>d:mltext</type>
</property>
<property name="wf:electronicNotificationNotificationPeriodStart">
<title>Tiedoksiantoperiodiin alkamispvm</title>
<type>d:date</type>
</property>
<property name="wf:electronicNotificationNotificationPeriodEnd">
<title>Tiedoksiantoperiodiin loppumispvm</title>
<type>d:date</type>
</property>
<property name="wf:electronicNotificationDelivered">
<title>Tiedoksiannon hakeminen</title>
<type>d:date</type>
</property>
</properties>
</aspect>
</aspects>
</model>
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.