12-05-2013 04:04 AM
Caused by: org.jibx.runtime.JiBXException: Expected "{http://www.alfresco.org/model/dictionary/1.0}property" end tag, found "{http://www.alfresco.org/model/dictionary/1.0}title" start tag (line 805, col 15)
<type name="kaad:departmentPosition">
<title>Position</title>
<description>Job position in the department</description>
<parent>cm:content</parent>
<properties>
<property name="kaad:departmentJobType">
<title>Job Type</title>
<type>d:text</type>
<constraints>
<constraint ref="kaad:allowedEmployeeJobType" />
</constraints>
</property>
</properties>
<overrides>
<property name="cm:name">
<title>Name</title>
<type>d:int</type>
<mandatory enforced="true">true</mandatory>
<index enabled="true">
<atomic>true</atomic>
<stored>false</stored>
<tokenised>both</tokenised>
</index>
<constraints>
<constraint ref="cm:filename" />
</constraints>
</property>
</overrides>
</type>
12-05-2013 04:20 AM
12-05-2013 05:09 AM
<type name="kaad:departmentPosition">
<title>Position</title>
<description>Job position in the department</description>
<parent>cm:content</parent>
<properties>
<property name="kaad:departmentJobType">
<title>Job Type</title>
<type>d:text</type>
<constraints>
<constraint ref="kaad:allowedEmployeeJobType" />
</constraints>
</property>
</properties>
<overrides>
<property name="cm:name">
<title>Custom Name</title>
<type>d:test</type>
<mandatory enforced="true">true</mandatory>
<index enabled="true">
<atomic>true</atomic>
<stored>false</stored>
<tokenised>both</tokenised>
</index>
<constraints>
<constraint ref="cm:filename" />
</constraints>
</property>
</overrides>
</type>
12-05-2013 06:13 AM
<xs:complexType name="propertyOverride">
<xs:sequence>
<xs:element name="mandatory" type="xs:boolean"
maxOccurs="1" minOccurs="0" />
<xs:element name="default" type="xs:string"
maxOccurs="1" minOccurs="0" />
<xs:element name="constraints" maxOccurs="1"
minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="constraint" type="dd:constraint"
maxOccurs="unbounded" minOccurs="1" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="dd:name" />
</xs:complexType>
12-05-2013 06:41 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.