03-25-2014 09:31 AM
<type name="xyz:cutsomType">
<title>Type title</title>
<parent>cm:content</parent>
<properties>
<property name="xyz:prop1">
<type>d:text</type>
<mandatory>false</mandatory>
<multiple>false</multiple>
</property>
<property name="xyz:prop2">
<type>d:text</type>
<mandatory>false</mandatory>
<multiple>false</multiple>
<constraints>
<constraint ref="xyz:constraint1" />
</constraints>
</property>
</properties>
</type>
<constraint name="xyz:constraint1" type="LIST">
<parameter name="allowedValues">
<list>
<value></value>
<value>AB XYZ</value>
<value>CD IJK</value>
<value>EF OPQ</value>
</list>
</parameter>
</constraint>
TYPE: "xyz:cutsomType" AND xyz:prop2: "CD IJK"
03-25-2014 10:07 AM
03-25-2014 10:37 AM
03-26-2014 09:48 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.