07-11-2006 10:40 AM
07-11-2006 11:52 AM
08-03-2006 05:07 AM
<constraints>
<constraint name="my:status" type="LIST">
<parameter name="allowedValues">
<list>
<value>Ready</value>
<value>Steady</value>
<value>Go</value>
</list>
</parameter>
</constraint>
</constraints>Puis on associe la contrainte à la méta donnée.<property name="my:status">
<type>d:text</type>
<constraints>
<constraint ref="my:status" />
</constraints>
</property>Il faut absolument déclarer les contraintes avant la définition des types, sinon cela ne marche pas.
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.