Mercurial > pub > site.implab
diff schemas/login.xml @ 7:fa7a99c2d079
dox library templates and schemas
author | sergey |
---|---|
date | Wed, 14 May 2014 01:22:21 +0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/schemas/login.xml Wed May 14 01:22:21 2014 +0400 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<schema> + <ComplexNode name="login"> + <NodeSet> + <SimpleNode name="login" control="controls/input" display="вход"> + <RegExp>^\w+$</RegExp> + </SimpleNode> + <SimpleNode name="password" control="controls/input" inputType="password" display="пароль" /> + </NodeSet> + </ComplexNode> +</schema> \ No newline at end of file