comparison _test/Resources/types.xml @ 100:df6b4f054957

Schema in progress Added simple mailer
author wizard
date Thu, 06 May 2010 00:54:17 +0400
parents 6dd659f6f66c
children d8dc6cad3f55
comparison
equal deleted inserted replaced
99:6dd659f6f66c 100:df6b4f054957
1 <schema> 1 <schema>
2 <SimpleType name="email" nativeType="SCALAR"/> 2 <SimpleType type="email" nativeType="SCALAR">
3 <RegExp message="Неверный формат %Node.name_no%">^\w+(\.\w+)*@$\w+(\.\w+)+</RegExp>
4 </SimpleType>
3 <SimpleType name="scalar" nativeType="SCALAR"/> 5 <SimpleType name="scalar" nativeType="SCALAR"/>
4 <SimpleType name="date" nativeType="DateTime"/> 6 <SimpleType name="date" nativeType="DateTime"/>
5 </schema> 7 </schema>