Mercurial > pub > Impl
annotate _test/Resources/types.xml @ 359:833e663796c4
TTView: added view variable to pass rendering context between controls
TTView: display function renamed to display_for
WebResource: resources now marked with roles for searching a desired resource by a role in the resource chain
author | sergey |
---|---|
date | Mon, 25 Nov 2013 02:19:31 +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> |