06-05-2009 07:36 AM
06-08-2009 06:30 AM
06-09-2009 07:49 AM
06-09-2009 08:35 AM
<type name="afwf:checkCodeOut">
<parent>afwf:changableStatus</parent>
<mandatory-aspects>
<aspect>afwf:borrowCheckOut</aspect>
</mandatory-aspects>
</type>
…
<aspects>
<aspect name="afwf:borrowCheckOut">
<title>Check Item Code Out</title>
<properties>
<property name="afwf:checkItemCodeOut">
<type>d:text</type>
<mandatory>true</mandatory>
<constraints>
<constraint ref="af:numericCode" />
<constraint ref="af:itemCodeLenght" />
</constraints>
</property>
</properties>
</aspect>
</aspects>
<constraint name="af:numericCode" type="REGEX">
<parameter name="expression"><value>[0-9]*</value></parameter>
<parameter name="requiresMatch"><value>true</value></parameter>
</constraint>
<constraint name="af:itemCodeLenght" type="LENGTH">
<parameter name="minLength"><value>7</value></parameter>
<parameter name="maxLength"><value>7</value></parameter>
</constraint>
06-09-2009 01:39 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.