04-22-2009 06:23 AM
<type name="my:nc">
<title>My content</title>
<parent>cm:content</parent>
<properties>
<property name="my:level">
<type>d:text</type>
<mandatory>true</mandatory>
<constraints>
<constraint type="LIST">
<parameter name="allowedValues">
<list>
<value>A</value>
<value>B</value>
<value>C</value>
</list>
</parameter>
</constraint>
</constraints>
</property>
<property name="my:description">
<type>d:text</type>
<mandatory>true</mandatory>
</property>
</properties>
<associations>
<child-association name="my:nc2v">
<source>
<mandatory>false</mandatory>
<many>false</many>
</source>
<target>
<class>my:ckvi</class>
<mandatory>true</mandatory>
<many>false</many>
</target>
</child-association>
</associations>
</type>
<config evaluator="string-compare" condition="Content Wizards">
<content-types>
<!– <type name="my:sop" /> –>
<type name="my:nc" />
</content-types>
</config>
….
<config evaluator="node-type" condition="my:nc">
<property-sheet>
<show-property name="my:level" show-in-edit-mode="true" />
<show-property name="my:description" show-in-edit-mode="true" />
<show-child-association name="my:nc2v" show-in-edit-mode="true"/>
</property-sheet>
</config>
A system error happened during the operation: Found 1 integrity violations: The association child multiplicity has been violated: Source Node: workspace://SpacesStore/55b22865-065b-4fb0-b1fa-5905225bc315 Association: Association[ class=ClassDef[name={http://www.mymodel.com/model/content/1.0}nc], name={http://www.mymodel.com/model/content/1.0}nc2v, target class={http://www.mymodel.com/model/content/1.0}ckvi, source role=null, target role=null] Required child Multiplicity: 1..1 Actual child Multiplicity: 0
05-07-2009 11:21 AM
05-13-2009 03:55 AM
10-07-2010 04:42 AM
10-11-2010 02:10 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.