03-08-2012 05:33 PM
03-08-2012 05:45 PM
03-08-2012 07:04 PM
<?xml version="1.0" encoding="UTF-8"?>
<!– –>
<!– EFiling Filings Content Model –>
<!– –>
<model name="efile:contentmodel" 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 file:/C:/Alfresco%20Code/book-website-chapters-1.0.0-SNAPSHOT/chapter05/modelSchema.xsd">
–>
<!– Metadata about the model –>
<description>EFiling Filing Event Content Model</description>
<author>URL Integration</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>
<!– Define the URI and Prefix for this content model –>
<namespaces>
<namespace uri="http://www.urlintegration.com/efiling/documentmanagementsystem/model/dictionary/1.0" prefix="ef"/>
</namespaces>
<!– Define constraints –>
<constraints>
<!– Ensures that one of the allowed values is assigned –>
<constraint name="efile:attachmenttype_constraint" type="LIST">
<parameter name="allowedValues">
<list>
<value>Exhibit</value>
<value>Other</value>
</list>
</parameter>
</constraint>
</constraints>
<!– Content Types –>
<types>
<type name="efile:space">
<title>Lake County Efiling Document Management System</title>
<parent>cm:folder</parent>
</type>
<type name="efile:FilingDocumentAttachment">
<title>Document Attachment</title>
<parent>efile:FilingDocument</parent>
<properties>
<property name="efile:AttachmentCategory">
<title>Attachment Type</title>
<type>d:text</type>
<default>Other</default>
<constraints>
<constraint ref="efile:attachmenttype_constraint"/>
</constraints>
</property>
</properties>
</type>
<type name="efile:FilingDocument">
<title>Filing Document</title>
<parent>cm:content</parent>
<properties>
<property name="efile:DocID">
<title>Document ID</title>
<type>d:text</type>
</property>
<property name="efile:CMSID">
<title>Document CMS ID</title>
<type>d:text</type>
</property>
<property name="efile:SequenceNumber">
<title>Sequence Number</title>
<type>d:text</type>
</property>
<property name="efile:DocumentType">
<title>Document Type</title>
<type>d:text</type>
</property>
<property name="efile:DocumentSubType">
<title>Document Type</title>
<type>d:text</type>
</property>
<child-association name="efile:documentAttachments">
<target>
<class>efile:FilingDocumentAttachment</class>
<mandatory>false</mandatory>
<many>true</many>
</target>
</child-association>
</properties>
</type>
</types>
<!– Aspects –>
<aspects>
<!– Marks a content item as a KB Article –>
<aspect name="efile:FilingEvent">
<title>Filing</title>
<properties>
<!– Adds a new metadata property to the KB article –>
<!– Constrains the value –>
<property name="efile:CaseNumber">
<title>Case Number</title>
<type>d:text</type>
<mandatory>true</mandatory>
</property>
</properties>
<associations>
<child-association name="efile:eventDocuments">
<target>
<class>efile:FilingDocument</class>
<mandatory>false</mandatory>
<many>true</many>
</target>
<duplicate>true</duplicate>
</child-association>
</associations>
</aspect>
</aspects>
</model>
03-09-2012 04:30 PM
03-14-2012 12:47 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.