Mercurial > pub > Impl
diff _test/Resources/form.schema @ 49:16ada169ca75
migrating to the Eclipse IDE
author | wizard@linux-odin.local |
---|---|
date | Fri, 26 Feb 2010 10:49:21 +0300 |
parents | 16795016e70b |
children |
line wrap: on
line diff
--- a/_test/Resources/form.schema Fri Feb 26 01:43:42 2010 +0300 +++ b/_test/Resources/form.schema Fri Feb 26 10:49:21 2010 +0300 @@ -1,58 +1,58 @@ -<?xml version="1.0" encoding="UTF-8"?> -<schema> - <Include src="forms.schema"/> - <Form - type="Form" - dataPolicy="AddOrUpdate" - dataType="App::Data::User" - messageMin="Вы не заполнили %Node.formLabel_blame%" - > - <Name - formLabel="Имя" - formLabel_blame="имя" - formLabel_no="имени" - type="EditBox" - /> - <!-- Опциональный элемент --> - <Nick - formLabel="Прозвище" - formLabel_no="прозвища" - minOccur="0" - type="EditBox" - > - <RegExp>\w{4,10}</RegExp> - </Nick> - <Role - dataType="App::Data::Role" - dataSource="roles" - formLabel="Роль" - formLabel_blame="роль" - type="MultiSelect" - maxOccur="unbounded" - /> - <Contacts - minOccur="0" - maxOccur="unbounded" - formLabel="Контакты" - dataType="App::Data::Contacts" - type="Container" - > - <NodeSet> - <EMail - type="EditBox" - minOccur="0" - formLabel="Эл. почта" - formLabel_no="эл. почты" - /> - <Phone - type="EditBox" - minOccur="0" - formLabel="Телефон" - formLabel_no="телефона" - /> - </NodeSet> - </Contacts> - </Form> - -</schema> - +<?xml version="1.0" encoding="UTF-8"?> +<schema> + <Include src="forms.schema"/> + <Form + type="Form" + dataPolicy="AddOrUpdate" + dataType="App::Data::User" + messageMin="Вы не заполнили %Node.formLabel_blame%" + > + <Name + formLabel="Имя" + formLabel_blame="имя" + formLabel_no="имени" + type="EditBox" + /> + <!-- Опциональный элемент --> + <Nick + formLabel="Прозвище" + formLabel_no="прозвища" + minOccur="0" + type="EditBox" + > + <RegExp>\w{4,10}</RegExp> + </Nick> + <Role + dataType="App::Data::Role" + dataSource="roles" + formLabel="Роль" + formLabel_blame="роль" + type="MultiSelect" + maxOccur="unbounded" + /> + <Contacts + minOccur="0" + maxOccur="unbounded" + formLabel="Контакты" + dataType="App::Data::Contacts" + type="Container" + > + <NodeSet> + <EMail + type="EditBox" + minOccur="0" + formLabel="Эл. почта" + formLabel_no="эл. почты" + /> + <Phone + type="EditBox" + minOccur="0" + formLabel="Телефон" + formLabel_no="телефона" + /> + </NodeSet> + </Contacts> + </Form> + +</schema> +