Mercurial > pub > Impl
annotate _test/Resources/form.xml @ 99:6dd659f6f66c
Minor changes, DOM schema is in development (in the aspect of a forms)
author | wizard |
---|---|
date | Wed, 05 May 2010 17:33:55 +0400 |
parents | _test/Resources/form.schema@16ada169ca75 |
children | df6b4f054957 |
rev | line source |
---|---|
49 | 1 <?xml version="1.0" encoding="UTF-8"?> |
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"> |
6dd659f6f66c
Minor changes, DOM schema is in development (in the aspect of a forms)
wizard
parents:
49
diff
changeset
|
5 <NodeSet> |
6dd659f6f66c
Minor changes, DOM schema is in development (in the aspect of a forms)
wizard
parents:
49
diff
changeset
|
6 <Node name="name" type="scalar"/> |
6dd659f6f66c
Minor changes, DOM schema is in development (in the aspect of a forms)
wizard
parents:
49
diff
changeset
|
7 <Node name="email" type="email"/> |
6dd659f6f66c
Minor changes, DOM schema is in development (in the aspect of a forms)
wizard
parents:
49
diff
changeset
|
8 <Node name="fullName" type="scalar"/> |
6dd659f6f66c
Minor changes, DOM schema is in development (in the aspect of a forms)
wizard
parents:
49
diff
changeset
|
9 <Node name="birthDate" type="date"/> |
6dd659f6f66c
Minor changes, DOM schema is in development (in the aspect of a forms)
wizard
parents:
49
diff
changeset
|
10 <Node name="gender" type="scalar"/> |
6dd659f6f66c
Minor changes, DOM schema is in development (in the aspect of a forms)
wizard
parents:
49
diff
changeset
|
11 <Node name="region" type="region"/> |
6dd659f6f66c
Minor changes, DOM schema is in development (in the aspect of a forms)
wizard
parents:
49
diff
changeset
|
12 </NodeSet> |
6dd659f6f66c
Minor changes, DOM schema is in development (in the aspect of a forms)
wizard
parents:
49
diff
changeset
|
13 </ComplexNode> |
49 | 14 </schema> |
15 |