comparison _test/Resources/types.xml @ 180:d1676be8afcc

Перекодировка в utf-8
author sourcer
date Fri, 30 Dec 2011 23:40:00 +0300
parents c289ed9662ca
children
comparison
equal deleted inserted replaced
179:b3d91ff7aea9 180:d1676be8afcc
1 <schema> 1 <schema>
2 <SimpleType type="email"> 2 <SimpleType type="email">
3 <RegExp message="Неверный формат %Node.name_no%">^\w+(\.\w+)*@$\w+(\.\w+)+</RegExp> 3 <RegExp message="Неверный формат %Node.name_no%">^\w+(\.\w+)*@$\w+(\.\w+)+</RegExp>
4 </SimpleType> 4 </SimpleType>
5 <SimpleType type="scalar"/> 5 <SimpleType type="scalar" />
6 <SimpleType type="date" inflate="DateTime"> 6 <SimpleType type="date" inflate="DateTime">
7 <Property name="timezone" optional="1"/> 7 <Property name="timezone" optional="1" />
8 <Property name="locale" optional="1"/> 8 <Property name="locale" optional="1" />
9 </SimpleType> 9 </SimpleType>
10 </schema> 10 </schema>