Mercurial > pub > Impl
annotate _test/Resources/types.xml @ 101:d8dc6cad3f55
Schema in progress
author | wizard |
---|---|
date | Thu, 06 May 2010 17:55:59 +0400 |
parents | df6b4f054957 |
children | cf3b6ef2be22 |
rev | line source |
---|---|
99
6dd659f6f66c
Minor changes, DOM schema is in development (in the aspect of a forms)
wizard
parents:
diff
changeset
|
1 <schema> |
100 | 2 <SimpleType type="email" nativeType="SCALAR"> |
3 <RegExp message="Неверный формат %Node.name_no%">^\w+(\.\w+)*@$\w+(\.\w+)+</RegExp> | |
4 </SimpleType> | |
101 | 5 <SimpleType type="scalar" nativeType="SCALAR"/> |
6 <SimpleType type="date" nativeType="DateTime"> | |
7 <Property name="timezone" optional="1"/> | |
8 <Property name="locale" optional="1"/> | |
9 </SimpleType> | |
99
6dd659f6f66c
Minor changes, DOM schema is in development (in the aspect of a forms)
wizard
parents:
diff
changeset
|
10 </schema> |