Mercurial > pub > Impl
annotate _test/Resources/types.xml @ 307:2da2564f115d
*TTView: fixed memory leak
author | cin |
---|---|
date | Thu, 18 Apr 2013 02:21:28 +0400 |
parents | d1676be8afcc |
children |
rev | line source |
---|---|
99
6dd659f6f66c
Minor changes, DOM schema is in development (in the aspect of a forms)
wizard
parents:
diff
changeset
|
1 <schema> |
103 | 2 <SimpleType type="email"> |
180 | 3 <RegExp message="Неверный формат %Node.name_no%">^\w+(\.\w+)*@$\w+(\.\w+)+</RegExp> |
100 | 4 </SimpleType> |
180 | 5 <SimpleType type="scalar" /> |
103 | 6 <SimpleType type="date" inflate="DateTime"> |
180 | 7 <Property name="timezone" optional="1" /> |
8 <Property name="locale" optional="1" /> | |
101 | 9 </SimpleType> |
180 | 10 </schema> |