annotate _test/Resources/types.xml @ 100:df6b4f054957

Schema in progress Added simple mailer
author wizard
date Thu, 06 May 2010 00:54:17 +0400
parents 6dd659f6f66c
children d8dc6cad3f55
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>
100
df6b4f054957 Schema in progress
wizard
parents: 99
diff changeset
2 <SimpleType type="email" nativeType="SCALAR">
df6b4f054957 Schema in progress
wizard
parents: 99
diff changeset
3 <RegExp message="Неверный формат %Node.name_no%">^\w+(\.\w+)*@$\w+(\.\w+)+</RegExp>
df6b4f054957 Schema in progress
wizard
parents: 99
diff changeset
4 </SimpleType>
99
6dd659f6f66c Minor changes, DOM schema is in development (in the aspect of a forms)
wizard
parents:
diff changeset
5 <SimpleType name="scalar" nativeType="SCALAR"/>
6dd659f6f66c Minor changes, DOM schema is in development (in the aspect of a forms)
wizard
parents:
diff changeset
6 <SimpleType name="date" nativeType="DateTime"/>
6dd659f6f66c Minor changes, DOM schema is in development (in the aspect of a forms)
wizard
parents:
diff changeset
7 </schema>