06-10-2009 11:33 AM
<property name="sia:Country">
<type>d:country</type>
<mandatory>true</mandatory>
</property>
<!– INSTEAD OF –>
<property name="sia:Country">
<type>d:text</type>
<mandatory>true</mandatory>
</property>
<property name="sia:Country">
<type>my:country</type>
<mandatory>true</mandatory>
</property>
06-18-2009 05:52 PM
<constraints>
<constraint name="sia:countryList" type="LIST">
<parameter name="allowedValues">
<list>
<value>China</value>
<value>Spain</value>
<value>Turkey</value>
…SNIP…
</list>
</parameter>
</constraint>
</constraints>
<aspects>
<aspect>
…SNIP…
<property name="sia:country">
<type>d:text</type>
<constraints>
<constraint ref="sia:countryList" />
</constraints>
</property>
</aspect>
</aspects>07-06-2009 11:58 AM
07-10-2009 04:32 PM
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.