12-14-2011 02:43 PM
12-14-2011 03:15 PM
12-15-2011 04:14 AM
12-15-2011 04:25 AM
<model name="ecm4uChild:ecm4uChildModel" 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">
<version>1.1</version>
<imports>
<import uri="http://www.alfresco.org/model/dictionary/1.0" prefix="d"/>
<import uri="http://www.alfresco.org/model/content/1.0" prefix="cm"/>
<import uri="http://ecm4u.de/model/parent/1.0" prefix="ecm4uParent"/>
</imports>
<namespaces>
<namespace uri="http://ecm4u.de/model/child/1.1" prefix="ecm4uChild"/>
</namespaces>
<types>
<type name="ecm4uChild:InfoDoc">
<title>InfoDoc</title>
<description/>
<parent>cm:content</parent>
<mandatory-aspects>
<aspect>ecm4uParent:InfoAspect</aspect>
</mandatory-aspects>
</type>
</types>
<bean id="ecm4u.child" parent="dictionaryModelBootstrap" depends-on="ecm4u.parentBootstrap">
<property name="models">
<list>
<value>ecm4uChildModel.xml</value>
</list>
</property>
</bean>
02-01-2012 05:19 AM
10-19-2012 02:40 AM
12-10-2012 05:16 AM
<?xml version="1.0" encoding="UTF-8"?>
<model name="gtindet:gtindetailsmodel" 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">
<!– 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"/>
<!– Import Alfresco Data List Model Definitions –>
<import uri="http://www.alfresco.org/model/datalist/1.0" prefix="dl"/>
</imports>
<!– Introduction of new namespaces defined by this model –>
<namespaces>
<namespace uri="http://www.tescoplc.com/model/ucs/gtin/details/1.0" prefix="gtindet"/>
</namespaces>
<!– U C S T Y P E D E F I N I T I O N S –>
<types>
<!– Definition of new Content Type: Details Object Type –>
<type name="gtindet:object">
<title> Details Object</title>
<parent>cm:content</parent>
<properties>
<property name="gtindet:ID">
<description> Details ID</description>
<type>d:int</type>
<mandatory>true</mandatory>
</property>
<property name="gtindet:providerId">
<description> Provider ID</description>
<type>d:int</type>
<mandatory>true</mandatory>
</property>
<property name="gtindet:color">
<description> Details Color</description>
<type>d:text</type>
<mandatory>true</mandatory>
</property>
<property name="gtindet:weight">
<description> Details Weight</description>
<type>d:text</type>
<mandatory>true</mandatory>
</property>
</properties>
</type>
</types>
</model>
<?xml version="1.0" encoding="UTF-8"?>
<model name="gtinmain:gtinmainmodel" 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">
<!– 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"/>
<!– Import Alfresco Data List Model Definitions –>
<import uri="http://www.alfresco.org/model/datalist/1.0" prefix="dl"/>
<!– Import GTIN Details Model –>
<import uri="http://www.tescoplc.com/model/ucs/gtin/details/1.0" prefix="gtindet"/>
</imports>
<!– Introduction of new namespaces defined by this model –>
<namespaces>
<namespace uri="http://www.tescoplc.com/model/ucs/gtin/main/1.0" prefix="gtinmain"/>
</namespaces>
<!– U C S D E F I N I T I O N S –>
<types>
<!– Definition of new Content Type: Main Object Type –>
<type name="gtinmain:object">
<title> Main Object</title>
<parent>cm:content</parent>
<properties>
<property name="gtinmain:ID">
<description> Main ID</description>
<type>d:int</type>
<mandatory>true</mandatory>
</property>
<property name="gtinmain:Title">
<description> Main Title</description>
<type>d:text</type>
<mandatory>true</mandatory>
</property>
</properties>
<associations>
<child-association name="gtinmain:association">
<source>
<mandatory>true</mandatory>
<many>true</many>
</source>
<target>
<class>gtindet:object</class>
<mandatory>true</mandatory>
<many>true</many>
</target>
</child-association>
</associations>
</type>
</types>
</model>
07-27-2015 07:55 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.