/******************************************************************************* * Copyright 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 *******************************************************************************/ // // File: www_csapi_org_schema_parlayx_payment_reserve_volume_charging_v2_0_local_e.ttcn // Description: // References: // Rev: // Prodnr: // Updated: // Contact: http://ttcn.ericsson.se // //////////////////////////////////////////////////////////////////////////////// // // Generated from file(s): // // - parlayx_payment_reserve_volume_charging_interface_2_0.xsd // /* xml version = "1.0" */ // /* targetnamespace = "http://www.csapi.org/schema/parlayx/payment/reserve_volume_charging/v2_0/local" */ // //////////////////////////////////////////////////////////////////////////////// module www_csapi_org_schema_parlayx_payment_reserve_volume_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 GetAmount_1 GetAmount with { variant "name as uncapitalized"; variant "element"; }; type record GetAmount_1 { XSD.AnyURI endUserIdentifier, XSD.Long volume, record of Property parameters_list } with { variant "name as 'getAmount'"; variant (parameters_list) "untagged"; variant (parameters_list[-]) "name as 'parameters'"; }; type GetAmountResponse_1 GetAmountResponse with { variant "name as uncapitalized"; variant "element"; }; type record GetAmountResponse_1 { XSD.Decimal result } with { variant "name as 'getAmountResponse'"; }; type ReserveVolume_1 ReserveVolume with { variant "name as uncapitalized"; variant "element"; }; type record ReserveVolume_1 { XSD.AnyURI endUserIdentifier, XSD.Long volume, XSD.String billingText } with { variant "name as 'reserveVolume'"; }; type ReserveVolumeResponse_1 ReserveVolumeResponse with { variant "name as uncapitalized"; variant "element"; }; type record ReserveVolumeResponse_1 { XSD.String result } with { variant "name as 'reserveVolumeResponse'"; }; type ReserveAdditionalVolume_1 ReserveAdditionalVolume with { variant "name as uncapitalized"; variant "element"; }; type record ReserveAdditionalVolume_1 { XSD.String reservationIdentifier, XSD.Long volume, XSD.String billingText } with { variant "name as 'reserveAdditionalVolume'"; }; type ReserveAdditionalVolumeResponse_1 ReserveAdditionalVolumeResponse with { variant "name as uncapitalized"; variant "element"; }; type record ReserveAdditionalVolumeResponse_1 { } with { variant "name as 'reserveAdditionalVolumeResponse'"; }; type ChargeReservation_1 ChargeReservation with { variant "name as uncapitalized"; variant "element"; }; type record ChargeReservation_1 { XSD.String reservationIdentifier, XSD.Long volume, 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_volume_charging/v2_0/local' prefix 'parlayx_payment_reserve_volume_charging_local_xsd'"; variant "controlNamespace 'http://www.w3.org/2001/XMLSchema-instance' prefix 'xsi'"; variant "elementFormQualified"; }