Titan Core Initial Contribution
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / XmlTest_protocolXSDs / ParlayX / parlayx_payment_amount_charging_interface_2_0.xsd
1 <!--
2 Copyright (c) 2000-2014 Ericsson Telecom AB
3
4 All rights reserved. This program and the accompanying materials
5 are made available under the terms of the Eclipse Public License v1.0
6 which accompanies this distribution, and is available at
7 http://www.eclipse.org/legal/epl-v10.html
8 -->
9 <xsd:schema elementFormDefault="qualified"
10
11 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
12 xmlns:parlayx_common_xsd="http://www.csapi.org/schema/parlayx/common/v2_0"
13 xmlns:parlayx_payment_xsd="http://www.csapi.org/schema/parlayx/payment/v2_0"
14 xmlns:parlayx_payment_amount_charging_local_xsd="http://www.csapi.org/schema/parlayx/payment/amount_charging/v2_0/local"
15
16 targetNamespace="http://www.csapi.org/schema/parlayx/payment/amount_charging/v2_0/local">
17
18 <xsd:import namespace="http://www.csapi.org/schema/parlayx/payment/v2_0" schemaLocation="parlayx_payment_types_2_0.xsd"/>
19 <xsd:import namespace="http://www.csapi.org/schema/parlayx/common/v2_0" schemaLocation="parlayx_common_types_2_0.xsd"/>
20
21
22 <xsd:element name="chargeAmount" type="parlayx_payment_amount_charging_local_xsd:chargeAmount"/>
23 <xsd:complexType name="chargeAmount">
24 <xsd:sequence>
25 <xsd:element name="endUserIdentifier" type="xsd:anyURI"/>
26 <xsd:element name="amount" type="xsd:decimal"/>
27 <xsd:element name="billingText" type="xsd:string"/>
28 <xsd:element name="referenceCode" type="xsd:string"/>
29 </xsd:sequence>
30 </xsd:complexType>
31
32 <xsd:element name="chargeAmountResponse" type="parlayx_payment_amount_charging_local_xsd:chargeAmountResponse"/>
33 <xsd:complexType name="chargeAmountResponse">
34 <xsd:sequence/>
35 </xsd:complexType>
36
37 <xsd:element name="refundAmount" type="parlayx_payment_amount_charging_local_xsd:refundAmount"/>
38 <xsd:complexType name="refundAmount">
39 <xsd:sequence>
40 <xsd:element name="endUserIdentifier" type="xsd:anyURI"/>
41 <xsd:element name="amount" type="xsd:decimal"/>
42 <xsd:element name="billingText" type="xsd:string"/>
43 <xsd:element name="referenceCode" type="xsd:string"/>
44 </xsd:sequence>
45 </xsd:complexType>
46
47 <xsd:element name="refundAmountResponse" type="parlayx_payment_amount_charging_local_xsd:refundAmountResponse"/>
48 <xsd:complexType name="refundAmountResponse">
49 <xsd:sequence/>
50 </xsd:complexType>
51 </xsd:schema>
This page took 0.047037 seconds and 5 git commands to generate.