annotate _test/Resources/form.xml @ 134:44977efed303

Significant performance optimizations Fixed recursion problems due converting objects to JSON Added cache support for the templates Added discovery feature for the web methods
author wizard
date Mon, 21 Jun 2010 02:39:53 +0400
parents df6b4f054957
children d1676be8afcc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
49
16ada169ca75 migrating to the Eclipse IDE
wizard@linux-odin.local
parents: 15
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
16ada169ca75 migrating to the Eclipse IDE
wizard@linux-odin.local
parents: 15
diff changeset
2 <schema>
99
6dd659f6f66c Minor changes, DOM schema is in development (in the aspect of a forms)
wizard
parents: 49
diff changeset
3 <Include source="types.xml"/>
6dd659f6f66c Minor changes, DOM schema is in development (in the aspect of a forms)
wizard
parents: 49
diff changeset
4 <ComplexNode name="user">
100
df6b4f054957 Schema in progress
wizard
parents: 99
diff changeset
5 <NodeSet
df6b4f054957 Schema in progress
wizard
parents: 99
diff changeset
6 messageMin="треюуется указать %Schema.display_blame%"
df6b4f054957 Schema in progress
wizard
parents: 99
diff changeset
7 messageMax="%Schema.display% не может встречаться более %Schema.maxOccur% раз"
df6b4f054957 Schema in progress
wizard
parents: 99
diff changeset
8 messageUnexpected="неизвестный параметр %Node.nodeName%"
df6b4f054957 Schema in progress
wizard
parents: 99
diff changeset
9 >
df6b4f054957 Schema in progress
wizard
parents: 99
diff changeset
10 <Node name="name" type="scalar" display="имя" display_blame="имя"/>
df6b4f054957 Schema in progress
wizard
parents: 99
diff changeset
11 <Node name="email" type="email" display="электронная почта" display_blame="электронную почту" />
df6b4f054957 Schema in progress
wizard
parents: 99
diff changeset
12 <Node name="fullName" type="scalar" display="полное имя" diplay_blame="полное имя"/>
df6b4f054957 Schema in progress
wizard
parents: 99
diff changeset
13 <Node name="birthDate" type="date" display="дата рождения" display_blame="дату рождения"/>
df6b4f054957 Schema in progress
wizard
parents: 99
diff changeset
14 <Node name="gender" type="scalar" display="пол" display_blame="пол"/>
df6b4f054957 Schema in progress
wizard
parents: 99
diff changeset
15 <Node name="region" type="region" display="ваш регион" display_blame="ваш регион"/>
99
6dd659f6f66c Minor changes, DOM schema is in development (in the aspect of a forms)
wizard
parents: 49
diff changeset
16 </NodeSet>
6dd659f6f66c Minor changes, DOM schema is in development (in the aspect of a forms)
wizard
parents: 49
diff changeset
17 </ComplexNode>
49
16ada169ca75 migrating to the Eclipse IDE
wizard@linux-odin.local
parents: 15
diff changeset
18 </schema>
16ada169ca75 migrating to the Eclipse IDE
wizard@linux-odin.local
parents: 15
diff changeset
19