Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2015
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.54 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <respondent
  3.    xmlns="urn:respondent-schema" config="OpenCard" caption="Заявка на открытие карты" form="OpenCard">
  4.     <property name="cardtype" caption="Тип карты" type="String" size="50" required="true" listType="0">\r      
  5.         <value value="MasterCard Standard" caption="MasterCard Standard" />
  6.         <value value="Visa Classic" caption="Visa Classic" />
  7.         <value value="MasterCard Gold" caption="MasterCard Gold" />
  8.         <value value="Visa Gold" caption="Visa Gold" />
  9.         <value value="Visa Platinum" caption="Visa Platinum" />
  10.         <value value="Visa Infinite" caption="Visa Infinite" />\r    
  11.     </property>
  12.     <property name="cardkind" caption="Дебетовая или кредитная?" type="String" size="20" required="true" listType="0" default="debet">
  13.         <value value="debet" caption="Дебетовая" />
  14.         <value value="credet" caption="Кредитная" />
  15.     </property>
  16.     <property name="term" caption="Обычный или срочный выпуск" type="String" size="20" required="true" listType="0" default="normal">
  17.         <value value="normal" caption="Обычный" />
  18.         <value value="fast" caption="Срочный" />
  19.     </property>
  20.     <property name="fiolat" caption="Имя и фамилия латиницей" type="String" size="25" required="true" />
  21.     <property name="addresstype" caption="Место доставки" type="String" size="20" required="true" listType="0" default="bank" assign="true">
  22.         <value value="bank" caption="Офис банка" />
  23.         <value value="address" caption="Адрес клиента" />
  24.     </property>
  25.     <property name="division" caption="Офис банка" type="String" size="100" required="true" listType="0">\r      
  26.         <value value="Головной офис" caption="Головной офис" />\r    
  27.     </property>
  28.     <property name="address" caption="Адрес доставки" type="String" size="210" required="true" multiline="true" view="2" />
  29.     <property name="addinfo" caption="Дополнительная информация" type="String" size="100" view="1" />
  30.     <property name="itogo" caption="Сумма внесения" type="Decimal" size="2" default="0" view="2" />
  31.     <property name="contract" caption="Внести средства со счета" type="useraccount" view="2" filter="1" />
  32.     <description>
  33.         <common></common>
  34.         <properties></properties>
  35.     </description>
  36. </respondent>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement