/****************************************************************************** * Copyright (c) 2000-2016 Ericsson Telecom AB * * XSD to TTCN-3 Translator * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Balasko, Jeno * Lovassy, Arpad * Raduly, Csaba * Szabo, Bence Janos * ******************************************************************************/ // // File: www_csapi_org_schema_parlayx_payment_reserve_amount_charging_v2_0_local_e.ttcn // Description: // References: // Rev: // Prodnr: // Updated: // Contact: http://ttcn.ericsson.se // //////////////////////////////////////////////////////////////////////////////// // // Generated from file(s): // // - parlayx_payment_reserve_amount_charging_interface_2_0.xsd // /* xml version = "1.0" */ // /* targetnamespace = "http://www.csapi.org/schema/parlayx/payment/reserve_amount_charging/v2_0/local" */ // //////////////////////////////////////////////////////////////////////////////// module www_csapi_org_schema_parlayx_payment_reserve_amount_charging_v2_0_local_e { import from XSD all; import from www_csapi_org_schema_parlayx_payment_v2_0_e all; import from www_csapi_org_schema_parlayx_common_v2_0_e all; type ReserveAmount_1 ReserveAmount with { variant "name as uncapitalized"; variant "element"; }; type record ReserveAmount_1 { XSD.AnyURI endUserIdentifier, XSD.Decimal amount, XSD.String billingText } with { variant "name as 'reserveAmount'"; }; type ReserveAmountResponse_1 ReserveAmountResponse with { variant "name as uncapitalized"; variant "element"; }; type record ReserveAmountResponse_1 { XSD.String result } with { variant "name as 'reserveAmountResponse'"; }; type ReserveAdditionalAmount_1 ReserveAdditionalAmount with { variant "name as uncapitalized"; variant "element"; }; type record ReserveAdditionalAmount_1 { XSD.String reservationIdentifier, XSD.Decimal amount, XSD.String billingText } with { variant "name as 'reserveAdditionalAmount'"; }; type ReserveAdditionalAmountResponse_1 ReserveAdditionalAmountResponse with { variant "name as uncapitalized"; variant "element"; }; type record ReserveAdditionalAmountResponse_1 { } with { variant "name as 'reserveAdditionalAmountResponse'"; }; type ChargeReservation_1 ChargeReservation with { variant "name as uncapitalized"; variant "element"; }; type record ChargeReservation_1 { XSD.String reservationIdentifier, XSD.Decimal amount, XSD.String billingText, XSD.String referenceCode } with { variant "name as 'chargeReservation'"; }; type ChargeReservationResponse_1 ChargeReservationResponse with { variant "name as uncapitalized"; variant "element"; }; type record ChargeReservationResponse_1 { } with { variant "name as 'chargeReservationResponse'"; }; type ReleaseReservation_1 ReleaseReservation with { variant "name as uncapitalized"; variant "element"; }; type record ReleaseReservation_1 { XSD.String reservationIdentifier } with { variant "name as 'releaseReservation'"; }; type ReleaseReservationResponse_1 ReleaseReservationResponse with { variant "name as uncapitalized"; variant "element"; }; type record ReleaseReservationResponse_1 { } with { variant "name as 'releaseReservationResponse'"; }; } with { encode "XML"; variant "namespace as 'http://www.csapi.org/schema/parlayx/payment/reserve_amount_charging/v2_0/local' prefix 'parlayx_payment_reserve_amount_charging_local_xsd'"; variant "controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'"; variant "elementFormQualified"; }