annotate _test/Resources/types.xml @ 197:6b1dda998839

Added IMPL::declare, IMPL::require, to simplify module definitions IMPL::Transform now admires object inheritance while searching for the transformation Added HTTP some exceptions IMPL::Web::Application::RestResource almost implemented
author sergey
date Thu, 19 Apr 2012 02:10:02 +0400
parents d1676be8afcc
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
c289ed9662ca Schema beta 2
wizard
parents: 102
diff changeset
2 <SimpleType type="email">
180
d1676be8afcc Перекодировка в utf-8
sourcer
parents: 103
diff changeset
3 <RegExp message="Неверный формат %Node.name_no%">^\w+(\.\w+)*@$\w+(\.\w+)+</RegExp>
100
df6b4f054957 Schema in progress
wizard
parents: 99
diff changeset
4 </SimpleType>
180
d1676be8afcc Перекодировка в utf-8
sourcer
parents: 103
diff changeset
5 <SimpleType type="scalar" />
103
c289ed9662ca Schema beta 2
wizard
parents: 102
diff changeset
6 <SimpleType type="date" inflate="DateTime">
180
d1676be8afcc Перекодировка в utf-8
sourcer
parents: 103
diff changeset
7 <Property name="timezone" optional="1" />
d1676be8afcc Перекодировка в utf-8
sourcer
parents: 103
diff changeset
8 <Property name="locale" optional="1" />
101
d8dc6cad3f55 Schema in progress
wizard
parents: 100
diff changeset
9 </SimpleType>
180
d1676be8afcc Перекодировка в utf-8
sourcer
parents: 103
diff changeset
10 </schema>