source: WAeUP_SRP/branches/uli/profiles/default/schemas/payment.xml @ 1653

Last change on this file since 1653 was 1653, checked in by uli, 17 years ago

Incorporated changeset 1593:1652 of trunk into uli-branch.

File size: 859 bytes
Line 
1<?xml version="1.0"?>
2<?xml-stylesheet type="text/xsl" href="schema.xsl"?>
3<object name="payment" meta_type="CPS Schema">
4  <field name="date" meta_type="CPS DateTime Field"/>
5  <field name="type_code" meta_type="CPS String Field"/>
6  <field name="type_description" meta_type="CPS String Field" >
7    <property name="is_searchabletext">True</property>
8  </field>
9  <field name="amount" meta_type="CPS String Field"/>
10  <field name="resp_pay_reference" meta_type="CPS String Field"/>
11  <field name="resp_desc" meta_type="CPS String Field">
12    <property name="is_searchabletext">True</property>
13  </field>
14  <field name="order_id" meta_type="CPS String Field"/>
15  <field name="resp_code" meta_type="CPS String Field"/>
16  <field name="resp_card_num" meta_type="CPS String Field"/>
17  <field name="resp_approved_amount" meta_type="CPS String Field"/>
18</object>
Note: See TracBrowser for help on using the repository browser.