Mercurial > pub > Impl
view _test/Resources/types.xml @ 120:41e9d9ea3db5
Merge with 79cdd6c86409806bd1de092d9f0fb2b048775720
author | wizard |
---|---|
date | Mon, 07 Jun 2010 17:45:14 +0400 |
parents | c289ed9662ca |
children | d1676be8afcc |
line wrap: on
line source
<schema> <SimpleType type="email"> <RegExp message="Неверный формат %Node.name_no%">^\w+(\.\w+)*@$\w+(\.\w+)+</RegExp> </SimpleType> <SimpleType type="scalar"/> <SimpleType type="date" inflate="DateTime"> <Property name="timezone" optional="1"/> <Property name="locale" optional="1"/> </SimpleType> </schema>