comparison _test/Resources/types.xml @ 102:cf3b6ef2be22

Schema beta version
author wizard
date Fri, 07 May 2010 08:05:23 +0400
parents d8dc6cad3f55
children c289ed9662ca
comparison
equal deleted inserted replaced
101:d8dc6cad3f55 102:cf3b6ef2be22
1 <schema> 1 <schema>
2 <SimpleType type="email" nativeType="SCALAR"> 2 <SimpleType type="email" nativeType="SCALAR">
3 <RegExp message="Неверный формат %Node.name_no%">^\w+(\.\w+)*@$\w+(\.\w+)+</RegExp> 3 <RegExp message="Неверный формат %Node.name_no%">^\w+(\.\w+)*@$\w+(\.\w+)+</RegExp>
4 <Property name='locale'/>
4 </SimpleType> 5 </SimpleType>
5 <SimpleType type="scalar" nativeType="SCALAR"/> 6 <SimpleType type="scalar" nativeType="SCALAR"/>
6 <SimpleType type="date" nativeType="DateTime"> 7 <SimpleType type="date" nativeType="DateTime">
7 <Property name="timezone" optional="1"/> 8 <Property name="timezone" optional="1"/>
8 <Property name="locale" optional="1"/> 9 <Property name="locale" optional="1"/>