<?xml version="1.0" encoding="utf-8"?><wsdl:definitions name="WebShopWebService" targetNamespace="http://www.recreatex.be/webshop/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.recreatex.be/webshop/" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"><wsp:Policy wsu:Id="BasicHttpBinding_IWebShop_policy"><wsp:ExactlyOne><wsp:All><sp:TransportBinding xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"><wsp:Policy><sp:TransportToken><wsp:Policy><sp:HttpsToken RequireClientCertificate="false"/></wsp:Policy></sp:TransportToken><sp:AlgorithmSuite><wsp:Policy><sp:Basic256/></wsp:Policy></sp:AlgorithmSuite><sp:Layout><wsp:Policy><sp:Strict/></wsp:Policy></sp:Layout></wsp:Policy></sp:TransportBinding></wsp:All></wsp:ExactlyOne></wsp:Policy><wsdl:types><xs:schema elementFormDefault="qualified" targetNamespace="http://www.recreatex.be/webshop/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/"><xs:element name="LogRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1:ServiceContext" xmlns:q1="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="LogCriteria" nillable="true" type="q2:LogCriteria" xmlns:q2="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ServiceContext"><xs:sequence><xs:element minOccurs="0" name="DivisionId" type="ser:guid"/><xs:element minOccurs="0" name="Language" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ShopId" type="ser:guid"/><xs:element minOccurs="0" name="SessionId" type="ser:guid"/><xs:element minOccurs="0" name="Origin" type="q3:ServiceOrigin" xmlns:q3="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Password" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Encode" type="xs:boolean"/><xs:element minOccurs="0" name="AccessToken" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ServiceContext" nillable="true" type="q4:ServiceContext" xmlns:q4="http://www.recreatex.be/webshop/"/><xs:simpleType name="ServiceOrigin"><xs:restriction base="xs:string"><xs:enumeration value="Default"/><xs:enumeration value="Internet"/><xs:enumeration value="VendingMachine"/><xs:enumeration value="Desktop"/><xs:enumeration value="TaskFlow"/></xs:restriction></xs:simpleType><xs:element name="ServiceOrigin" nillable="true" type="q5:ServiceOrigin" xmlns:q5="http://www.recreatex.be/webshop/"/><xs:complexType name="LogCriteria"><xs:sequence><xs:element minOccurs="0" name="ServerPath" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Application" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Data" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="LogCriteria" nillable="true" type="q6:LogCriteria" xmlns:q6="http://www.recreatex.be/webshop/"/><xs:element name="LogResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="LogValidationResult" nillable="true" type="q7:ValidationResult" xmlns:q7="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ValidationResult"><xs:sequence><xs:element minOccurs="0" name="IsValid" type="xs:boolean"/><xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="brokenRuleName" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ValidationResult" nillable="true" type="q8:ValidationResult" xmlns:q8="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>A ValidatonResult which indicates if the employee-switch has succeeded or no</xs:documentation></xs:annotation></xs:element><xs:complexType name="BasketItemValidationResult"><xs:complexContent mixed="false"><xs:extension base="q9:ValidationResult" xmlns:q9="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ValidatedBasketItem" nillable="true" type="q9:BasketItem"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="BasketItemValidationResult" nillable="true" type="q10:BasketItemValidationResult" xmlns:q10="http://www.recreatex.be/webshop/"/><xs:complexType name="BasketItem"><xs:annotation><xs:documentation>Abstract class. An item that belongs in the Basket. (i.e. a Sale, Reservation, Rental of something,...)</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="DivisionId" type="ser:guid"/><xs:element minOccurs="0" name="Id" type="ser:guid"><xs:annotation><xs:documentation>PosSalesLine.ID</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Quantity" type="xs:int"><xs:annotation><xs:documentation>PosSalesLine.Quantity</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="RuleNamesToIgnore" nillable="true" type="q11:ArrayOfstring" xmlns:q11="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="UnitPrice" type="xs:decimal"><xs:annotation><xs:documentation>PosSalesLine.UnitPriceInc</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="AdvancementPrice" nillable="true" type="xs:decimal"><xs:annotation><xs:documentation>PosSalesLine.? : Not used in TableSale</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="AsReseller" type="xs:boolean"/><xs:element minOccurs="0" name="CustomerContactId" type="ser:guid"/><xs:element minOccurs="0" name="PromotionRuleDiscountAmount" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="BasketItem" nillable="true" type="q12:BasketItem" xmlns:q12="http://www.recreatex.be/webshop/"/><xs:complexType name="ArticleSale"><xs:complexContent mixed="false"><xs:extension base="q13:BasketItem" xmlns:q13="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="Article" nillable="true" type="q13:Article"/><xs:element minOccurs="0" name="UseCards" nillable="true" type="q13:ArrayOfCustomerCardUsage"/><xs:element minOccurs="0" name="GenLoyaltyCards" nillable="true" type="q13:ArrayOfGenLoyaltyCard"/><xs:element minOccurs="0" name="CustomerID" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="CustomPrice" type="xs:decimal"/><xs:element minOccurs="0" name="ExtraDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SubscriptionCustomerID" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SubscriptionStartDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="SubscriptionEndDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="ExtraInfoNotPrintedOnTicket" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CouponUsers" nillable="true" type="q13:ArrayOfCouponUser"/><xs:element minOccurs="0" name="DirectDebitStartDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="DirectDebitCollectionDay" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="LessonGroupId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SubscriptionContactID" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="UitpasPrice" type="xs:decimal"/><xs:element minOccurs="0" name="UitpasNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UitpasPriceGroup" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ProRataFactor" nillable="true" type="xs:decimal"/><xs:element minOccurs="0" name="NumberAddedWithApplyingPromoRules" type="xs:int"/><xs:element minOccurs="0" name="LockTicket" nillable="true" type="q13:LockTicket"/><xs:element minOccurs="0" name="LessonOptions" nillable="true" type="q13:ArrayOfLessonOption"/><xs:element minOccurs="0" name="DigitalWalletCharge" nillable="true" type="xs:decimal"/><xs:element minOccurs="0" name="ExternalCardNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CustomCardNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ItemOptions" nillable="true" type="q13:ArrayOfArticleSaleOption"/><xs:element minOccurs="0" name="BebarmaticTicketId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Hours" type="ser:duration"/><xs:element minOccurs="0" name="StartDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="EndDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="NMBSTicket" nillable="true" type="q13:NMBSTicket"/><xs:element minOccurs="0" name="CombiExpositionTicketId" type="ser:guid"/><xs:element minOccurs="0" name="CardCreationExtraCostItem" type="xs:boolean"/><xs:element minOccurs="0" name="OptionsPerQuantity" type="xs:boolean"/><xs:element minOccurs="0" name="CombiExpositionExpositionId" type="ser:guid"/><xs:element minOccurs="0" name="DirectDebitSignature" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ArticleSale" nillable="true" type="q14:ArticleSale" xmlns:q14="http://www.recreatex.be/webshop/"/><xs:complexType name="Article"><xs:complexContent mixed="false"><xs:extension base="q15:ArticleBase" xmlns:q15="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ActivePeriods" nillable="true" type="q15:ArrayOfActivePeriod"/><xs:element minOccurs="0" name="IsDigitalWalletItem" type="xs:boolean"/><xs:element minOccurs="0" name="LinkedDigitalWalletItemId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="TicketDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CrossSellingItems" nillable="true" type="q15:ArrayOfArticle"/><xs:element minOccurs="0" name="AvailabilityPeriod" nillable="true" type="q16:ArticleAvailabilityPeriod" xmlns:q16="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.WebServices.Contracts"/><xs:element minOccurs="0" name="ExternalSaleIntegration" type="xs:boolean"/><xs:element minOccurs="0" name="Translations" nillable="true" type="q15:ArrayOfTranslation"/><xs:element minOccurs="0" name="AllowPriceChangeWeb" type="xs:boolean"/><xs:element minOccurs="0" name="AllowPriceChangeWebshop" type="xs:boolean"/><xs:element minOccurs="0" name="LerarenkaartActive" type="xs:boolean"/><xs:element minOccurs="0" name="AskExtraDescriptionGiftCertificates" type="xs:boolean"/><xs:element minOccurs="0" name="CustomerPriceGroupDiscount" nillable="true" type="q15:CustomerPriceGroupDiscount"/><xs:element minOccurs="0" name="UnAvailable" type="xs:boolean"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Article" nillable="true" type="q17:Article" xmlns:q17="http://www.recreatex.be/webshop/"/><xs:complexType name="ArticleBase"><xs:sequence><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DivisionId" type="ser:guid"/><xs:element minOccurs="0" name="Group" nillable="true" type="q18:ArticleGroup" xmlns:q18="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Image" nillable="true" type="q19:Picture" xmlns:q19="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ImageUrl" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Ingredients" nillable="true" type="q20:ArrayOfArticleIngredient" xmlns:q20="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="IsRental" type="xs:boolean"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Options" nillable="true" type="q21:ArrayOfArticleOption" xmlns:q21="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Price" type="xs:decimal"/><xs:element minOccurs="0" name="Stock" type="xs:decimal"/><xs:element minOccurs="0" name="StockLocations" nillable="true" type="q22:ArrayOfStockLocation" xmlns:q22="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="IsStockItem" type="xs:boolean"/><xs:element minOccurs="0" name="Categories" nillable="true" type="q23:ArrayOfguid" xmlns:q23="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="Attachment" nillable="true" type="q24:Attachment" xmlns:q24="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ExtraImages" nillable="true" type="q25:ArrayOfPicture" xmlns:q25="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ExtraImageUrls" nillable="true" type="q26:ArrayOfstring" xmlns:q26="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="AttachmentUrl" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ShortDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="AskCouponUsers" type="xs:boolean"/><xs:element minOccurs="0" name="MaximumSalesQuantity" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="IsLessonGroupItem" type="xs:boolean"/><xs:element minOccurs="0" name="UitpasEventId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Vat" nillable="true" type="q27:Vat" xmlns:q27="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Barcodes" nillable="true" type="q28:ArrayOfstring" xmlns:q28="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="CalculationType" type="q29:ArticleCalculationType" xmlns:q29="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CombineArticles" type="xs:boolean"/><xs:element minOccurs="0" name="SortOrder" type="xs:int"/><xs:element minOccurs="0" name="HasExternalBarcodes" type="xs:boolean"/><xs:element minOccurs="0" name="Blocked" type="xs:boolean"/><xs:element minOccurs="0" name="IsSubscriptionItem" type="xs:boolean"/><xs:element minOccurs="0" name="IsAvailableNow" type="xs:boolean"/><xs:element minOccurs="0" name="Info1" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Info2" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Info3" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Info4" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Info5" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ArticleBase" nillable="true" type="q30:ArticleBase" xmlns:q30="http://www.recreatex.be/webshop/"/><xs:complexType name="ArticleGroup"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Articles" nillable="true" type="q31:ArrayOfArticle" xmlns:q31="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Image" nillable="true" type="q32:Picture" xmlns:q32="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ImageUrl" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Blocked" type="xs:boolean"/><xs:element minOccurs="0" name="QRMaxDifferentItems" type="xs:int"/><xs:element minOccurs="0" name="Translations" nillable="true" type="q33:ArrayOfTranslation" xmlns:q33="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArticleGroup" nillable="true" type="q34:ArticleGroup" xmlns:q34="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfArticle"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Article" nillable="true" type="q35:Article" xmlns:q35="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfArticle" nillable="true" type="q36:ArrayOfArticle" xmlns:q36="http://www.recreatex.be/webshop/"/><xs:complexType name="Picture"><xs:sequence><xs:element minOccurs="0" name="Bytes" nillable="true" type="xs:base64Binary"/><xs:element minOccurs="0" name="ContentType" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="Picture" nillable="true" type="q37:Picture" xmlns:q37="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfTranslation"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Translation" nillable="true" type="q38:Translation" xmlns:q38="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfTranslation" nillable="true" type="q39:ArrayOfTranslation" xmlns:q39="http://www.recreatex.be/webshop/"/><xs:complexType name="Translation"><xs:sequence><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Language" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ShortName" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="Translation" nillable="true" type="q40:Translation" xmlns:q40="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfArticleIngredient"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ArticleIngredient" nillable="true" type="q41:ArticleIngredient" xmlns:q41="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfArticleIngredient" nillable="true" type="q42:ArrayOfArticleIngredient" xmlns:q42="http://www.recreatex.be/webshop/"/><xs:complexType name="ArticleIngredient"><xs:sequence><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Quantity" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="ArticleIngredient" nillable="true" type="q43:ArticleIngredient" xmlns:q43="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfArticleOption"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ArticleOption" nillable="true" type="q44:ArticleOption" xmlns:q44="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfArticleOption" nillable="true" type="q45:ArrayOfArticleOption" xmlns:q45="http://www.recreatex.be/webshop/"/><xs:complexType name="ArticleOption"><xs:sequence><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="PossibleValues" nillable="true" type="q46:ArrayOfArticleOptionValue" xmlns:q46="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Sequence" type="xs:int"/><xs:element minOccurs="0" name="MandatoryChoice" type="xs:boolean"/><xs:element minOccurs="0" name="Translations" nillable="true" type="q47:ArrayOfTranslation" xmlns:q47="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MultipleChoices" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ArticleOption" nillable="true" type="q48:ArticleOption" xmlns:q48="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfArticleOptionValue"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ArticleOptionValue" nillable="true" type="q49:ArticleOptionValue" xmlns:q49="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfArticleOptionValue" nillable="true" type="q50:ArrayOfArticleOptionValue" xmlns:q50="http://www.recreatex.be/webshop/"/><xs:complexType name="ArticleOptionValue"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Value" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ArticleId" type="ser:guid"/><xs:element minOccurs="0" name="ArticlePrice" type="xs:decimal"/><xs:element minOccurs="0" name="Translations" nillable="true" type="q51:ArrayOfTranslation" xmlns:q51="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ImageUrl" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UnAvailable" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ArticleOptionValue" nillable="true" type="q52:ArticleOptionValue" xmlns:q52="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfStockLocation"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="StockLocation" nillable="true" type="q53:StockLocation" xmlns:q53="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfStockLocation" nillable="true" type="q54:ArrayOfStockLocation" xmlns:q54="http://www.recreatex.be/webshop/"/><xs:complexType name="StockLocation"><xs:sequence><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Blocked" type="xs:boolean"/><xs:element minOccurs="0" name="Id" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="StockLocation" nillable="true" type="q55:StockLocation" xmlns:q55="http://www.recreatex.be/webshop/"/><xs:complexType name="Attachment"><xs:sequence><xs:element minOccurs="0" name="Bytes" nillable="true" type="xs:base64Binary"/><xs:element minOccurs="0" name="FileName" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="Attachment" nillable="true" type="q56:Attachment" xmlns:q56="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfPicture"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Picture" nillable="true" type="q57:Picture" xmlns:q57="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPicture" nillable="true" type="q58:ArrayOfPicture" xmlns:q58="http://www.recreatex.be/webshop/"/><xs:complexType name="Vat"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Value" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="Vat" nillable="true" type="q59:Vat" xmlns:q59="http://www.recreatex.be/webshop/"/><xs:simpleType name="ArticleCalculationType"><xs:restriction base="xs:string"><xs:enumeration value="PriceTimesHours"/><xs:enumeration value="FixedPrice"/><xs:enumeration value="PriceTimesQuantity"/><xs:enumeration value="PriceTimesQuantityTimesHours"/></xs:restriction></xs:simpleType><xs:element name="ArticleCalculationType" nillable="true" type="q60:ArticleCalculationType" xmlns:q60="http://www.recreatex.be/webshop/"/><xs:complexType name="SubscriptionArticle"><xs:complexContent mixed="false"><xs:extension base="q61:Article" xmlns:q61="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="CheckTurns" type="xs:boolean"/><xs:element minOccurs="0" name="NumberOfTurns" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="MinimumTurns" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="CheckPeriod" type="xs:boolean"/><xs:element minOccurs="0" name="PeriodStartsOnFirstVisit" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="PeriodDuration" nillable="true" type="q61:Duration"/><xs:element minOccurs="0" name="IsFixedPeriod" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="FixedPeriod" nillable="true" type="q61:Period"/><xs:element minOccurs="0" name="CheckMaximumDurationVisit" type="xs:boolean"/><xs:element minOccurs="0" name="MaximumDurationVisit" nillable="true" type="ser:duration"/><xs:element minOccurs="0" name="CheckMinimumDurationNextVisit" type="xs:boolean"/><xs:element minOccurs="0" name="MinimumDurationNextVisit" nillable="true" type="ser:duration"/><xs:element minOccurs="0" name="CheckTurnsPerPeriod" type="xs:boolean"/><xs:element minOccurs="0" name="TurnsPerPeriod" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="IsEticket" type="xs:boolean"/><xs:element minOccurs="0" name="SubscriptionPeriod" nillable="true" type="q61:SubscriptionPeriod"/><xs:element minOccurs="0" name="DirectDebitProcessing" type="xs:boolean"/><xs:element minOccurs="0" name="DirectDebitAskStartDate" type="xs:boolean"/><xs:element minOccurs="0" name="DirectDebitAskCollectionDay" type="xs:boolean"/><xs:element minOccurs="0" name="FamilyItem" type="xs:boolean"/><xs:element minOccurs="0" name="Prices" nillable="true" type="q61:ArrayOfSubscriptionArticlePrice"/><xs:element minOccurs="0" name="LessonGroups" nillable="true" type="q61:ArrayOfLessonGroup"/><xs:element minOccurs="0" name="AllowMultiplePersonLinking" type="xs:boolean"/><xs:element minOccurs="0" name="MaxPersons" type="xs:int"/><xs:element minOccurs="0" name="PersonsMustHaveSameAddress" type="xs:boolean"/><xs:element minOccurs="0" name="PersonsMinimumAge" type="xs:int"/><xs:element minOccurs="0" name="AllowMultiplePurchasesSubscriptions" type="xs:boolean"/><xs:element minOccurs="0" name="AccumulateMemberships" type="xs:boolean"/><xs:element minOccurs="0" name="CardCreations" nillable="true" type="q61:ArrayOfCardCreation"/><xs:element minOccurs="0" name="AutoCardGeneration" type="xs:boolean"/><xs:element minOccurs="0" name="AllowHigherPriceAtSale" type="xs:boolean"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="SubscriptionArticle" nillable="true" type="q62:SubscriptionArticle" xmlns:q62="http://www.recreatex.be/webshop/"/><xs:complexType name="Duration"><xs:sequence><xs:element minOccurs="0" name="Days" type="xs:int"/><xs:element minOccurs="0" name="Weeks" type="xs:int"/><xs:element minOccurs="0" name="Months" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="Duration" nillable="true" type="q63:Duration" xmlns:q63="http://www.recreatex.be/webshop/"/><xs:complexType name="Period"><xs:sequence><xs:element minOccurs="0" name="From" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="Period" nillable="true" type="q64:Period" xmlns:q64="http://www.recreatex.be/webshop/"/><xs:complexType name="InvalidPeriod"><xs:complexContent mixed="false"><xs:extension base="q65:Period" xmlns:q65="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ValidationResult" nillable="true" type="q65:ValidationResult"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="InvalidPeriod" nillable="true" type="q66:InvalidPeriod" xmlns:q66="http://www.recreatex.be/webshop/"/><xs:complexType name="SubscriptionPeriod"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Duration" nillable="true" type="q67:Duration" xmlns:q67="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="SubscriptionPeriod" nillable="true" type="q68:SubscriptionPeriod" xmlns:q68="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfSubscriptionArticlePrice"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SubscriptionArticlePrice" nillable="true" type="q69:SubscriptionArticlePrice" xmlns:q69="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSubscriptionArticlePrice" nillable="true" type="q70:ArrayOfSubscriptionArticlePrice" xmlns:q70="http://www.recreatex.be/webshop/"/><xs:complexType name="SubscriptionArticlePrice"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Price" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="SubscriptionArticlePrice" nillable="true" type="q71:SubscriptionArticlePrice" xmlns:q71="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfLessonGroup"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="LessonGroup" nillable="true" type="q72:LessonGroup" xmlns:q72="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfLessonGroup" nillable="true" type="q73:ArrayOfLessonGroup" xmlns:q73="http://www.recreatex.be/webshop/"/><xs:complexType name="LessonGroup"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FullName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Priority" type="xs:int"/><xs:element minOccurs="0" name="DivisionId" type="ser:guid"/><xs:element minOccurs="0" name="DefaultNumberOfLessons" type="xs:int"/><xs:element minOccurs="0" name="FromDate" type="xs:dateTime"/><xs:element minOccurs="0" name="ToDate" type="xs:dateTime"/><xs:element minOccurs="0" name="LessonGroupNorms" nillable="true" type="q74:ArrayOfNorm" xmlns:q74="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="EntryDate" type="xs:dateTime"/><xs:element minOccurs="0" name="StillInLessonGroup" type="xs:boolean"/><xs:element minOccurs="0" name="LessonGroupInstructors" nillable="true" type="q75:ArrayOfEmployee" xmlns:q75="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="AmountInLessonGroup" type="xs:int"/><xs:element minOccurs="0" name="TimeTables" nillable="true" type="q76:ArrayOfLessonGroupTimeTable" xmlns:q76="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SwimmingLevel" nillable="true" type="q77:SwimmingLevel" xmlns:q77="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ReportAndVisualisationType" nillable="true" type="q78:ReportAndVisualisationType" xmlns:q78="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="HeadInstructorId" type="ser:guid"/><xs:element minOccurs="0" name="MaxOverBooking" type="xs:int"/><xs:element minOccurs="0" name="MaxAllowedStudents" type="xs:int"/><xs:element minOccurs="0" name="MinimumAge" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="LessonGroup" nillable="true" type="q79:LessonGroup" xmlns:q79="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfNorm"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Norm" nillable="true" type="q80:Norm" xmlns:q80="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfNorm" nillable="true" type="q81:ArrayOfNorm" xmlns:q81="http://www.recreatex.be/webshop/"/><xs:complexType name="Norm"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="VideoURL" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="Norm" nillable="true" type="q82:Norm" xmlns:q82="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfEmployee"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Employee" nillable="true" type="q83:Employee" xmlns:q83="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfEmployee" nillable="true" type="q84:ArrayOfEmployee" xmlns:q84="http://www.recreatex.be/webshop/"/><xs:complexType name="Employee"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="q85:PersonName" xmlns:q85="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="BirthDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Gender" type="q86:Gender" xmlns:q86="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Language" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Address" nillable="true" type="q87:Address" xmlns:q87="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Phone1" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Phone2" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Phone3" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Email" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Comments" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Department" nillable="true" type="q88:Department" xmlns:q88="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Function" nillable="true" type="q89:Function" xmlns:q89="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Credential" nillable="true" type="q90:Credential" xmlns:q90="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="IsBlocked" type="xs:boolean"/><xs:element minOccurs="0" name="Picture" nillable="true" type="q91:Picture" xmlns:q91="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="AllowLessonTransfers" type="xs:boolean"/><xs:element minOccurs="0" name="OnlyReadLessons" type="xs:boolean"/><xs:element minOccurs="0" name="AllowChangeLessongroupInfo" type="xs:boolean"/><xs:element minOccurs="0" name="OnlyShowMyLessongroups" type="xs:boolean"/><xs:element minOccurs="0" name="Email2" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PictureUrl" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Organisation" nillable="true" type="q92:PersonBase" xmlns:q92="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="TaskflowShowCustomerDetails" type="xs:boolean"/><xs:element minOccurs="0" name="TaskflowHidePrices" type="xs:boolean"/><xs:element minOccurs="0" name="TaskflowUpdateParticipantCount" type="xs:boolean"/><xs:element minOccurs="0" name="TaskflowHideMyTasks" type="xs:boolean"/><xs:element minOccurs="0" name="SendEmailOnOrder" type="xs:boolean"/><xs:element minOccurs="0" name="TaskflowAllowedInfrastructures" nillable="true" type="q93:ArrayOfInfrastructure" xmlns:q93="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="AllowToAddJournals" type="xs:boolean"/><xs:element minOccurs="0" name="AllowToCloseJournals" type="xs:boolean"/><xs:element minOccurs="0" name="IsSupervisor" type="xs:boolean"/><xs:element minOccurs="0" name="EmployeeSkills" nillable="true" type="q94:ArrayOfEmployeeSkill" xmlns:q94="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Is2FAActive" type="xs:boolean"/><xs:element minOccurs="0" name="Is2FAConfigured" type="xs:boolean"/><xs:element minOccurs="0" name="EmployeeNumber" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="Employee" nillable="true" type="q95:Employee" xmlns:q95="http://www.recreatex.be/webshop/"/><xs:complexType name="PersonName"><xs:sequence><xs:element minOccurs="0" name="First" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Last" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Middle" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Initials" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="PersonName" nillable="true" type="q96:PersonName" xmlns:q96="http://www.recreatex.be/webshop/"/><xs:simpleType name="Gender"><xs:restriction base="xs:string"><xs:enumeration value="Male"/><xs:enumeration value="Female"/><xs:enumeration value="Unknown"/></xs:restriction></xs:simpleType><xs:element name="Gender" nillable="true" type="q97:Gender" xmlns:q97="http://www.recreatex.be/webshop/"/><xs:complexType name="Address"><xs:sequence><xs:element minOccurs="0" name="Box" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Country" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Number" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Street" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Town" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ZipCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LocationName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CountryDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LocationId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Telephone" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Email" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="Address" nillable="true" type="q98:Address" xmlns:q98="http://www.recreatex.be/webshop/"/><xs:complexType name="Department"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="Department" nillable="true" type="q99:Department" xmlns:q99="http://www.recreatex.be/webshop/"/><xs:complexType name="Function"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="Function" nillable="true" type="q100:Function" xmlns:q100="http://www.recreatex.be/webshop/"/><xs:complexType name="Credential"><xs:sequence><xs:element minOccurs="0" name="Password" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Username" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="Credential" nillable="true" type="q101:Credential" xmlns:q101="http://www.recreatex.be/webshop/"/><xs:complexType name="ChildCareCentreEmployeeCredential"><xs:complexContent mixed="false"><xs:extension base="q102:Credential" xmlns:q102="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ChildCareCentreId" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ChildCareCentreEmployeeCredential" nillable="true" type="q103:ChildCareCentreEmployeeCredential" xmlns:q103="http://www.recreatex.be/webshop/"/><xs:complexType name="PersonBase"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="q104:PersonName" xmlns:q104="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Address" nillable="true" type="q105:Address" xmlns:q105="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="BirthDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Email" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="PersonBase" nillable="true" type="q106:PersonBase" xmlns:q106="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfInfrastructure"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Infrastructure" nillable="true" type="q107:Infrastructure" xmlns:q107="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfInfrastructure" nillable="true" type="q108:ArrayOfInfrastructure" xmlns:q108="http://www.recreatex.be/webshop/"/><xs:complexType name="Infrastructure"><xs:annotation><xs:documentation>Infrastructure Domain Object</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"><xs:annotation><xs:documentation>Infrastructure Unique Identifier</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"><xs:annotation><xs:documentation>Infrastructure Name</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"><xs:annotation><xs:documentation>Infrastructure Description</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Location" nillable="true" type="q109:Address" xmlns:q109="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>Infrastructure Location info</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"><xs:annotation><xs:documentation>Infrastructure Comments</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="LastChanged" type="xs:dateTime"><xs:annotation><xs:documentation>Infrastructure Date time of last change</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Places" nillable="true" type="q110:ArrayOfPlace" xmlns:q110="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>Infrastructure related places</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Division" nillable="true" type="q111:Division" xmlns:q111="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>Infrastructure division info</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="CreateOnlineReservation" type="xs:boolean"><xs:annotation><xs:documentation>Is it allowed to create online reservations for this Infrastructure ?</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="CreateOnlineReservationFrom" type="xs:dateTime"><xs:annotation><xs:documentation>Creating online reservations is allowed from this date</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="CreateOnlineReservationTo" type="xs:dateTime"><xs:annotation><xs:documentation>Creating online reservations is allowed until this date</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Image" nillable="true" type="q112:Picture" xmlns:q112="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ImageUrl" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MinBookingDate" type="xs:dateTime"><xs:annotation><xs:documentation>Reservation date must be after this date</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="MaxBookingDate" type="xs:dateTime"><xs:annotation><xs:documentation>Reservation date must be before this date</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="UseInSeasonPlanning" type="xs:boolean"><xs:annotation><xs:documentation>Allow use is seasonplanning</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Valid" type="xs:boolean"><xs:annotation><xs:documentation>Has at least 1 Place with at least 1 allowed ReservationActivity</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="InfrastructureAttachments" nillable="true" type="q113:ArrayOfInfrastructureAttachment" xmlns:q113="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>infrastructure attachments and documents</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ShowInfrastructureInfoOnWeb" type="xs:boolean"><xs:annotation><xs:documentation>Allow show info infrastructure on web</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ExclusionCalendars" nillable="true" type="q114:ArrayOfInfrastructureSelectableExclusionCalendar" xmlns:q114="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="Infrastructure" nillable="true" type="q115:Infrastructure" xmlns:q115="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfPlace"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Place" nillable="true" type="q116:Place" xmlns:q116="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPlace" nillable="true" type="q117:ArrayOfPlace" xmlns:q117="http://www.recreatex.be/webshop/"/><xs:complexType name="Place"><xs:annotation><xs:documentation>Reservation Domain Object</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"><xs:annotation><xs:documentation>Place Unique Identifier</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"><xs:annotation><xs:documentation>Place name</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"><xs:annotation><xs:documentation>Place description</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="MaxDaysReservation" type="xs:int"><xs:annotation><xs:documentation>Maximum days that can be reserved through ReCreateX</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="MaxDaysReservationWeb" type="xs:int"><xs:annotation><xs:documentation>Maximum days that can be reserved through Web</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="IsCumulated" type="xs:boolean"><xs:annotation><xs:documentation>Is the Place part of a cumulation ?</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Infrastructure" nillable="true" type="q118:Infrastructure" xmlns:q118="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>Place Infrastructure info</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ReservationActivity" nillable="true" type="q119:ReservationActivity" xmlns:q119="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>Place ReservationActivity info</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="AllowedReservationActivityIds" nillable="true" type="q120:ArrayOfguid" xmlns:q120="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><xs:annotation><xs:documentation>Allowed ReservationActivity IDs</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="AllowedRentalArticles" nillable="true" type="q121:ArrayOfPlaceRentalArticle" xmlns:q121="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>Allowed RentalArticles</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="CreateOnlineReservation" type="xs:boolean"><xs:annotation><xs:documentation>Is it allowed to create online reservations for this Place ?</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="MinDaysReservation" type="xs:int"/><xs:element minOccurs="0" name="MinDaysReservationWeb" type="xs:int"/><xs:element minOccurs="0" name="MaxHoursReservation" type="xs:int"/><xs:element minOccurs="0" name="MaxHoursReservationWeb" type="xs:int"/><xs:element minOccurs="0" name="MinHoursReservation" type="xs:int"/><xs:element minOccurs="0" name="MinHoursReservationWeb" type="xs:int"/><xs:element minOccurs="0" name="ConsecutiveBookingWeb" type="xs:boolean"/><xs:element minOccurs="0" name="HasReservationRightsWeb" type="xs:boolean"/><xs:element minOccurs="0" name="Email" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IsDressingRoom" type="xs:boolean"/><xs:element minOccurs="0" name="Blocked" type="xs:boolean"/><xs:element minOccurs="0" name="UseInSeasonPlanning" type="xs:boolean"/><xs:element minOccurs="0" name="AskNationalNumber" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="Place" nillable="true" type="q122:Place" xmlns:q122="http://www.recreatex.be/webshop/"/><xs:complexType name="ReservationActivity"><xs:annotation><xs:documentation>ReservationActivity Domain Object</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"><xs:annotation><xs:documentation>ReservationActivity Unique Identifier</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"><xs:annotation><xs:documentation>ReservationActivity name</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"><xs:annotation><xs:documentation>ReservationActivity description</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="MinParticipants" type="xs:int"><xs:annotation><xs:documentation>ReservationActivity minimum participants</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="MaxParticipants" type="xs:int"><xs:annotation><xs:documentation>ReservationActivity maximum participants</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="MaxReservations" type="xs:int"><xs:annotation><xs:documentation>ReservationActivity maximum number of reservations</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="IsBlocked" type="xs:boolean"><xs:annotation><xs:documentation>Is the ReservationActivity blocked ?</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="IsTechnicalActivity" type="xs:boolean"><xs:annotation><xs:documentation>Is the ReservationActivity a technical activity ?</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="IsCulturalActivity" type="xs:boolean"><xs:annotation><xs:documentation>Is the ReservationActivity a cultural activity ?</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Color" type="q123:Color" xmlns:q123="http://schemas.datacontract.org/2004/07/System.Drawing"><xs:annotation><xs:documentation>Color used within ReCreateX to visualise this reservation activity</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Duration" type="ser:duration"><xs:annotation><xs:documentation>Default time duration of this reservation activity</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="UseAvailabilityPeriods" type="xs:boolean"><xs:annotation><xs:documentation>Wether the activity uses availability periods</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="AvailabilityPeriods" nillable="true" type="q124:ArrayOfReservationActivityAvailabilityPeriod" xmlns:q124="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>Availability periods where reservations can be booked in for this activity</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="PrepTime" type="xs:dateTime"><xs:annotation><xs:documentation>The time before the activity when the place is in use</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ClearTime" type="xs:dateTime"><xs:annotation><xs:documentation>The time after the activity when the place is in use</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="CanMakeReservationOnWeb" type="xs:boolean"><xs:annotation><xs:documentation>Can the user make a reservation for this activity?</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="MaxDaysReservationWeb" type="xs:int"><xs:annotation><xs:documentation>Max days before making a reservation for an activity</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="MinDaysReservationWeb" type="xs:int"><xs:annotation><xs:documentation>Min days before making a reservation for an activity</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="MaxHoursReservationWeb" type="xs:int"><xs:annotation><xs:documentation>Max hours before making a reservation for an activity</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="MinHoursReservationWeb" type="xs:int"><xs:annotation><xs:documentation>Min hours before making a reservation for an activity</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Image" nillable="true" type="q125:Picture" xmlns:q125="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ImageUrl" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ActivateSubsidyRegulation" type="xs:boolean"/><xs:element minOccurs="0" name="UseInSeasonPlanning" type="xs:boolean"/><xs:element minOccurs="0" name="AskParticipants" type="xs:boolean"/><xs:element minOccurs="0" name="DefaultParticipants" type="xs:int"/><xs:element minOccurs="0" name="NGBookingFlowActive" type="xs:boolean"/><xs:element minOccurs="0" name="NGBookingFlowMinSelectableBlocks" type="xs:int"/><xs:element minOccurs="0" name="NGBookingFlowMaxSelectableBlocks" type="xs:int"/><xs:element minOccurs="0" name="NGBookingFlowBlockSize" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="ReservationActivity" nillable="true" type="q126:ReservationActivity" xmlns:q126="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfReservationActivityAvailabilityPeriod"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ReservationActivityAvailabilityPeriod" nillable="true" type="q127:ReservationActivityAvailabilityPeriod" xmlns:q127="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfReservationActivityAvailabilityPeriod" nillable="true" type="q128:ArrayOfReservationActivityAvailabilityPeriod" xmlns:q128="http://www.recreatex.be/webshop/"/><xs:complexType name="ReservationActivityAvailabilityPeriod"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ReservationActivityId" type="ser:guid"/><xs:element minOccurs="0" name="From" type="xs:dateTime"/><xs:element minOccurs="0" name="FromDayOfWeek" type="q129:DayOfWeek" xmlns:q129="http://schemas.datacontract.org/2004/07/System"/><xs:element minOccurs="0" name="Hours" type="xs:int"/><xs:element minOccurs="0" name="Minutes" type="xs:int"/><xs:element minOccurs="0" name="ActiveFrom" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="ActiveUntil" nillable="true" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="ReservationActivityAvailabilityPeriod" nillable="true" type="q130:ReservationActivityAvailabilityPeriod" xmlns:q130="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfPlaceRentalArticle"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="PlaceRentalArticle" nillable="true" type="q131:PlaceRentalArticle" xmlns:q131="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPlaceRentalArticle" nillable="true" type="q132:ArrayOfPlaceRentalArticle" xmlns:q132="http://www.recreatex.be/webshop/"/><xs:complexType name="PlaceRentalArticle"><xs:annotation><xs:documentation>Rental Article which is avaiable in place reservations</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="RentalArticleId" type="ser:guid"><xs:annotation><xs:documentation>Rental Article Unique Identifier</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="NumberToRent" type="xs:int"><xs:annotation><xs:documentation>Default number of articles to rent</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType><xs:element name="PlaceRentalArticle" nillable="true" type="q133:PlaceRentalArticle" xmlns:q133="http://www.recreatex.be/webshop/"/><xs:complexType name="Division"><xs:annotation><xs:documentation>Division Domain Object</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"><xs:annotation><xs:documentation>Division Unique Identifier</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"><xs:annotation><xs:documentation>Division Name</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Address" nillable="true" type="q134:Address" xmlns:q134="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>Division Location</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Phone" nillable="true" type="xs:string"><xs:annotation><xs:documentation>Division Phone number</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Fax" nillable="true" type="xs:string"><xs:annotation><xs:documentation>Division fax number</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Email" nillable="true" type="xs:string"><xs:annotation><xs:documentation>Division email</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Website" nillable="true" type="xs:string"><xs:annotation><xs:documentation>Division website Url</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="BankAccount" nillable="true" type="xs:string"><xs:annotation><xs:documentation>Division bankaccount number</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Comments" nillable="true" type="xs:string"><xs:annotation><xs:documentation>Division Comments</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Credential" nillable="true" type="q135:Credential" xmlns:q135="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>Division Credentials</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="IBAN" nillable="true" type="xs:string"><xs:annotation><xs:documentation>Division IBAN number</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="BIC" nillable="true" type="xs:string"><xs:annotation><xs:documentation>Division BIC number</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType><xs:element name="Division" nillable="true" type="q136:Division" xmlns:q136="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfInfrastructureAttachment"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="InfrastructureAttachment" nillable="true" type="q137:InfrastructureAttachment" xmlns:q137="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfInfrastructureAttachment" nillable="true" type="q138:ArrayOfInfrastructureAttachment" xmlns:q138="http://www.recreatex.be/webshop/"/><xs:complexType name="InfrastructureAttachment"><xs:annotation><xs:documentation>Infrastructure Attachment Domain Object</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"><xs:annotation><xs:documentation>Infrastructure Attachment Unique Identifier</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="InfrastructureID" type="ser:guid"><xs:annotation><xs:documentation>Infrastructure ID</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Attachment" nillable="true" type="xs:base64Binary"><xs:annotation><xs:documentation>Attachment Data</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="FileName" nillable="true" type="xs:string"><xs:annotation><xs:documentation>Attachment File Name</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="AttachmentUrl" nillable="true" type="xs:string"><xs:annotation><xs:documentation>Attachment url</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType><xs:element name="InfrastructureAttachment" nillable="true" type="q139:InfrastructureAttachment" xmlns:q139="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfInfrastructureSelectableExclusionCalendar"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="InfrastructureSelectableExclusionCalendar" nillable="true" type="q140:InfrastructureSelectableExclusionCalendar" xmlns:q140="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfInfrastructureSelectableExclusionCalendar" nillable="true" type="q141:ArrayOfInfrastructureSelectableExclusionCalendar" xmlns:q141="http://www.recreatex.be/webshop/"/><xs:complexType name="InfrastructureSelectableExclusionCalendar"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CalendarId" type="ser:guid"/><xs:element minOccurs="0" name="Dates" nillable="true" type="q142:ArrayOfdateTime" xmlns:q142="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType><xs:element name="InfrastructureSelectableExclusionCalendar" nillable="true" type="q143:InfrastructureSelectableExclusionCalendar" xmlns:q143="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfEmployeeSkill"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="EmployeeSkill" nillable="true" type="q144:EmployeeSkill" xmlns:q144="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfEmployeeSkill" nillable="true" type="q145:ArrayOfEmployeeSkill" xmlns:q145="http://www.recreatex.be/webshop/"/><xs:complexType name="EmployeeSkill"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeSkillObtained" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="EmployeeSkillExpires" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="EmployeeSkillComment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SkillSubCategoryID" type="ser:guid"/><xs:element minOccurs="0" name="SkillSubCategoryShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SkillSubCategoryDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SkillSubCategoryLevel" type="xs:int"/><xs:element minOccurs="0" name="SkillCategoryID" type="ser:guid"/><xs:element minOccurs="0" name="SkillCategoryShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SkillCategoryDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SkillCategoryMandatory" type="xs:boolean"/><xs:element minOccurs="0" name="SkillsID" type="ser:guid"/><xs:element minOccurs="0" name="SkillsShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SkillsDescription" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="EmployeeSkill" nillable="true" type="q146:EmployeeSkill" xmlns:q146="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfLessonGroupTimeTable"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="LessonGroupTimeTable" nillable="true" type="q147:LessonGroupTimeTable" xmlns:q147="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfLessonGroupTimeTable" nillable="true" type="q148:ArrayOfLessonGroupTimeTable" xmlns:q148="http://www.recreatex.be/webshop/"/><xs:complexType name="LessonGroupTimeTable"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="LessonGroupId" type="ser:guid"/><xs:element minOccurs="0" name="DayOfWeek" type="xs:int"/><xs:element minOccurs="0" name="StartTime" type="xs:dateTime"/><xs:element minOccurs="0" name="EndTime" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="LessonGroupTimeTable" nillable="true" type="q149:LessonGroupTimeTable" xmlns:q149="http://www.recreatex.be/webshop/"/><xs:complexType name="SwimmingLevel"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="AmountOfLessons" nillable="true" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="SwimmingLevel" nillable="true" type="q150:SwimmingLevel" xmlns:q150="http://www.recreatex.be/webshop/"/><xs:simpleType name="ReportAndVisualisationType"><xs:restriction base="xs:string"><xs:enumeration value="SwimmingLevel"/><xs:enumeration value="LessonGroup"/></xs:restriction></xs:simpleType><xs:element name="ReportAndVisualisationType" nillable="true" type="q151:ReportAndVisualisationType" xmlns:q151="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfCardCreation"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CardCreation" nillable="true" type="q152:CardCreation" xmlns:q152="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCardCreation" nillable="true" type="q153:ArrayOfCardCreation" xmlns:q153="http://www.recreatex.be/webshop/"/><xs:complexType name="CardCreation"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ItemId" type="ser:guid"/><xs:element minOccurs="0" name="PeripheralStringId" type="ser:guid"/><xs:element minOccurs="0" name="RegistrationItemId" type="ser:guid"/><xs:element minOccurs="0" name="Sequence" type="xs:int"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Price" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="CardCreation" nillable="true" type="q154:CardCreation" xmlns:q154="http://www.recreatex.be/webshop/"/><xs:complexType name="PurchaseArticle"><xs:complexContent mixed="false"><xs:extension base="q155:ArticleBase" xmlns:q155="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="PurchaseArticleCalculationType" type="q155:PurchaseArticleCalculationType"/><xs:element minOccurs="0" name="Vendors" nillable="true" type="q155:ArrayOfVendorArticle"/><xs:element minOccurs="0" name="BaseUnit" nillable="true" type="q155:ArticleUnit"/><xs:element minOccurs="0" name="ArticleUnits" nillable="true" type="q155:ArrayOfArticleUnit"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="PurchaseArticle" nillable="true" type="q156:PurchaseArticle" xmlns:q156="http://www.recreatex.be/webshop/"/><xs:simpleType name="PurchaseArticleCalculationType"><xs:restriction base="xs:string"><xs:enumeration value="PriceTimesHours"/><xs:enumeration value="FixedPrice"/><xs:enumeration value="PriceTimesQuantity"/><xs:enumeration value="PriceTimesQuantityTimesHours"/></xs:restriction></xs:simpleType><xs:element name="PurchaseArticleCalculationType" nillable="true" type="q157:PurchaseArticleCalculationType" xmlns:q157="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfVendorArticle"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="VendorArticle" nillable="true" type="q158:VendorArticle" xmlns:q158="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfVendorArticle" nillable="true" type="q159:ArrayOfVendorArticle" xmlns:q159="http://www.recreatex.be/webshop/"/><xs:complexType name="VendorArticle"><xs:sequence><xs:element minOccurs="0" name="VendorId" type="ser:guid"/><xs:element minOccurs="0" name="Price" type="xs:decimal"/><xs:element minOccurs="0" name="PriceUnit" nillable="true" type="q160:ArticleUnit" xmlns:q160="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PurchaseUnit" nillable="true" type="q161:ArticleUnit" xmlns:q161="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="VendorArticle" nillable="true" type="q162:VendorArticle" xmlns:q162="http://www.recreatex.be/webshop/"/><xs:complexType name="ArticleUnit"><xs:annotation><xs:documentation>The unit of an article : ex. Box, Bottle, Kg, M., Piece ...</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BaseQuantity" nillable="true" type="xs:decimal"><xs:annotation><xs:documentation>The amount of base items there are in this unit. Ex. if the base unit is a [bottle], then the BaseQuantity of [box] will be 24.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType><xs:element name="ArticleUnit" nillable="true" type="q163:ArticleUnit" xmlns:q163="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfArticleUnit"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ArticleUnit" nillable="true" type="q164:ArticleUnit" xmlns:q164="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfArticleUnit" nillable="true" type="q165:ArrayOfArticleUnit" xmlns:q165="http://www.recreatex.be/webshop/"/><xs:complexType name="RentalArticle"><xs:complexContent mixed="false"><xs:extension base="q166:ArticleBase" xmlns:q166="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="DefaultWarranty" type="xs:decimal"/><xs:element minOccurs="0" name="WarrantyCalculationType" type="q166:WarrantyCalculationType"/><xs:element minOccurs="0" name="TotalItemsInStock" type="xs:int"/><xs:element minOccurs="0" name="AvailableToRent" type="xs:int"/><xs:element minOccurs="0" name="MaxToRent" type="xs:int"/><xs:element minOccurs="0" name="MaxDaysToRent" type="xs:int"/><xs:element minOccurs="0" name="MaxHoursToRent" type="xs:int"/><xs:element minOccurs="0" name="NegativeSaldoAllowed" type="xs:boolean"/><xs:element minOccurs="0" name="Components" nillable="true" type="q166:ArrayOfRentalArticleComponent"/><xs:element minOccurs="0" name="RentalPriceCalculationType" type="q166:RentalPriceCalculationType"/><xs:element minOccurs="0" name="MaxTimeToRent" type="ser:duration"/><xs:element minOccurs="0" name="ToDeliver" type="xs:boolean"/><xs:element minOccurs="0" name="Unavailable" type="xs:boolean"/><xs:element minOccurs="0" name="HasAvailablePeriods" type="xs:boolean"/><xs:element minOccurs="0" name="DeliverChoice" type="xs:boolean"/><xs:element minOccurs="0" name="RentalPlaces" nillable="true" type="q166:ArrayOfRentalPlace"/><xs:element minOccurs="0" name="InvalidPeriods" nillable="true" type="q166:ArrayOfRentalArticleInvalidPeriod"/><xs:element minOccurs="0" name="RentalItemValue" type="xs:decimal"/><xs:element minOccurs="0" name="ItemRentalInfo1" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ItemRentalInfo2" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ItemRentalInfo3" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ItemRentalInfo4" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ItemRentalInfo5" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ItemRentalInfo6" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ItemRentalInfo7" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ItemRentalInfo8" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ItemRentalInfo9" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ItemRentalInfo10" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DefaultRentalDuration" type="xs:dateTime"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="RentalArticle" nillable="true" type="q167:RentalArticle" xmlns:q167="http://www.recreatex.be/webshop/"/><xs:simpleType name="WarrantyCalculationType"><xs:restriction base="xs:string"><xs:enumeration value="ByRental"/><xs:enumeration value="ByQuantity"/></xs:restriction></xs:simpleType><xs:element name="WarrantyCalculationType" nillable="true" type="q168:WarrantyCalculationType" xmlns:q168="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfRentalArticleComponent"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RentalArticleComponent" nillable="true" type="q169:RentalArticleComponent" xmlns:q169="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRentalArticleComponent" nillable="true" type="q170:ArrayOfRentalArticleComponent" xmlns:q170="http://www.recreatex.be/webshop/"/><xs:complexType name="RentalArticleComponent"><xs:complexContent mixed="false"><xs:extension base="q171:ArticleBase" xmlns:q171="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="Quantity" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="RentalArticleComponent" nillable="true" type="q172:RentalArticleComponent" xmlns:q172="http://www.recreatex.be/webshop/"/><xs:simpleType name="RentalPriceCalculationType"><xs:restriction base="xs:string"><xs:enumeration value="PxH"/><xs:enumeration value="F"/><xs:enumeration value="PxQ"/><xs:enumeration value="PxQxH"/><xs:enumeration value="PxQxD"/><xs:enumeration value="PxQxN"/></xs:restriction></xs:simpleType><xs:element name="RentalPriceCalculationType" nillable="true" type="q173:RentalPriceCalculationType" xmlns:q173="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfRentalPlace"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RentalPlace" nillable="true" type="q174:RentalPlace" xmlns:q174="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRentalPlace" nillable="true" type="q175:ArrayOfRentalPlace" xmlns:q175="http://www.recreatex.be/webshop/"/><xs:complexType name="RentalPlace"><xs:sequence><xs:element minOccurs="0" name="ClosingDays" nillable="true" type="q176:ArrayOfRentalPlaceClosingDay" xmlns:q176="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="IsStockReserve" type="xs:boolean"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="OpeningHours" nillable="true" type="q177:ArrayOfRentalPlaceOpeningHour" xmlns:q177="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ReturnClosingDays" nillable="true" type="q178:ArrayOfRentalPlaceClosingDay" xmlns:q178="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="UseTimeTable" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="RentalPlace" nillable="true" type="q179:RentalPlace" xmlns:q179="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfRentalPlaceClosingDay"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RentalPlaceClosingDay" nillable="true" type="q180:RentalPlaceClosingDay" xmlns:q180="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRentalPlaceClosingDay" nillable="true" type="q181:ArrayOfRentalPlaceClosingDay" xmlns:q181="http://www.recreatex.be/webshop/"/><xs:complexType name="RentalPlaceClosingDay"><xs:sequence><xs:element minOccurs="0" name="Date" type="xs:dateTime"/><xs:element minOccurs="0" name="Id" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="RentalPlaceClosingDay" nillable="true" type="q182:RentalPlaceClosingDay" xmlns:q182="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfRentalPlaceOpeningHour"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RentalPlaceOpeningHour" nillable="true" type="q183:RentalPlaceOpeningHour" xmlns:q183="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRentalPlaceOpeningHour" nillable="true" type="q184:ArrayOfRentalPlaceOpeningHour" xmlns:q184="http://www.recreatex.be/webshop/"/><xs:complexType name="RentalPlaceOpeningHour"><xs:sequence><xs:element minOccurs="0" name="ActiveFrom" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="ActiveUntil" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="DayOfWeek" type="q185:DayOfWeek" xmlns:q185="http://schemas.datacontract.org/2004/07/System"/><xs:element minOccurs="0" name="DeliveryMax" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="HourFrom" type="xs:dateTime"/><xs:element minOccurs="0" name="HourUntil" type="xs:dateTime"/><xs:element minOccurs="0" name="PickupMax" nillable="true" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="RentalPlaceOpeningHour" nillable="true" type="q186:RentalPlaceOpeningHour" xmlns:q186="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfRentalArticleInvalidPeriod"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RentalArticleInvalidPeriod" nillable="true" type="q187:RentalArticleInvalidPeriod" xmlns:q187="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRentalArticleInvalidPeriod" nillable="true" type="q188:ArrayOfRentalArticleInvalidPeriod" xmlns:q188="http://www.recreatex.be/webshop/"/><xs:complexType name="RentalArticleInvalidPeriod"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Period" nillable="true" type="q189:Period" xmlns:q189="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Type" type="q190:RentalArticleInvalidPeriodType" xmlns:q190="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="RentalArticleInvalidPeriod" nillable="true" type="q191:RentalArticleInvalidPeriod" xmlns:q191="http://www.recreatex.be/webshop/"/><xs:simpleType name="RentalArticleInvalidPeriodType"><xs:restriction base="xs:string"><xs:enumeration value="Collect"/><xs:enumeration value="Return"/></xs:restriction></xs:simpleType><xs:element name="RentalArticleInvalidPeriodType" nillable="true" type="q192:RentalArticleInvalidPeriodType" xmlns:q192="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfActivePeriod"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ActivePeriod" nillable="true" type="q193:ActivePeriod" xmlns:q193="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfActivePeriod" nillable="true" type="q194:ArrayOfActivePeriod" xmlns:q194="http://www.recreatex.be/webshop/"/><xs:complexType name="ActivePeriod"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="From" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" nillable="true" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="ActivePeriod" nillable="true" type="q195:ActivePeriod" xmlns:q195="http://www.recreatex.be/webshop/"/><xs:complexType name="CustomerPriceGroupDiscount"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="CustomerPriceGroupId" type="ser:guid"/><xs:element minOccurs="0" name="StartDate" type="xs:dateTime"/><xs:element minOccurs="0" name="EndDate" type="xs:dateTime"/><xs:element minOccurs="0" name="DiscountPercentage" type="xs:decimal"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="CustomerPriceGroupDiscount" nillable="true" type="q196:CustomerPriceGroupDiscount" xmlns:q196="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfCustomerCardUsage"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CustomerCardUsage" nillable="true" type="q197:CustomerCardUsage" xmlns:q197="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCustomerCardUsage" nillable="true" type="q198:ArrayOfCustomerCardUsage" xmlns:q198="http://www.recreatex.be/webshop/"/><xs:complexType name="CustomerCardUsage"><xs:sequence><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="CardId" type="ser:guid"/><xs:element minOccurs="0" name="PeripheralStringRangeCardId" type="ser:guid"/><xs:element minOccurs="0" name="ItemCardCreationId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="CustomerCardUsage" nillable="true" type="q199:CustomerCardUsage" xmlns:q199="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfGenLoyaltyCard"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="GenLoyaltyCard" nillable="true" type="q200:GenLoyaltyCard" xmlns:q200="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfGenLoyaltyCard" nillable="true" type="q201:ArrayOfGenLoyaltyCard" xmlns:q201="http://www.recreatex.be/webshop/"/><xs:complexType name="GenLoyaltyCard"><xs:sequence><xs:element minOccurs="0" name="CardNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ParticipantId" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="GenLoyaltyCard" nillable="true" type="q202:GenLoyaltyCard" xmlns:q202="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfCouponUser"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CouponUser" nillable="true" type="q203:CouponUser" xmlns:q203="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCouponUser" nillable="true" type="q204:ArrayOfCouponUser" xmlns:q204="http://www.recreatex.be/webshop/"/><xs:complexType name="CouponUser"><xs:sequence><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FirstName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BirthDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Phone" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Email" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Street" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="HouseNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Zipcode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="City" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Country" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="CouponUser" nillable="true" type="q205:CouponUser" xmlns:q205="http://www.recreatex.be/webshop/"/><xs:complexType name="LockTicket"><xs:sequence><xs:element minOccurs="0" name="ExpirationTime" type="xs:dateTime"/><xs:element minOccurs="0" name="Id" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="LockTicket" nillable="true" type="q206:LockTicket" xmlns:q206="http://www.recreatex.be/webshop/"/><xs:complexType name="ArticleSaleLockTicket"><xs:complexContent mixed="false"><xs:extension base="q207:LockTicket" xmlns:q207="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ExternalBarcodeIds" nillable="true" type="q208:ArrayOfguid" xmlns:q208="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ArticleSaleLockTicket" nillable="true" type="q209:ArticleSaleLockTicket" xmlns:q209="http://www.recreatex.be/webshop/"/><xs:complexType name="ExpositionReservationLockTicket"><xs:complexContent mixed="false"><xs:extension base="q210:LockTicket" xmlns:q210="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ExternalBarcodeIds" nillable="true" type="q211:ArrayOfguid" xmlns:q211="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="EnvisoReservationIds" nillable="true" type="q212:ArrayOfguid" xmlns:q212="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="EnvisoOrderId" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ExpositionReservationLockTicket" nillable="true" type="q213:ExpositionReservationLockTicket" xmlns:q213="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureEventReservationLockTicket"><xs:complexContent mixed="false"><xs:extension base="q214:LockTicket" xmlns:q214="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="SeatAllocations" nillable="true" type="q214:ArrayOfSeatAllocation"/><xs:element minOccurs="0" name="SiteAllocations" nillable="true" type="q214:ArrayOfSiteAllocation"/><xs:element minOccurs="0" name="SeatsKeptTogether" type="xs:boolean"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="CultureEventReservationLockTicket" nillable="true" type="q215:CultureEventReservationLockTicket" xmlns:q215="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfSeatAllocation"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SeatAllocation" nillable="true" type="q216:SeatAllocation" xmlns:q216="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSeatAllocation" nillable="true" type="q217:ArrayOfSeatAllocation" xmlns:q217="http://www.recreatex.be/webshop/"/><xs:complexType name="SeatAllocation"><xs:sequence><xs:element minOccurs="0" name="CardNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CultureEventId" type="ser:guid"/><xs:element minOccurs="0" name="CultureEventReservationId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="CustomerId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Price" type="xs:decimal"/><xs:element minOccurs="0" name="SeatBlockCode" nillable="true" type="xs:string"/><xs:element name="SeatCode" nillable="true" type="xs:string"/><xs:element name="SeatId" type="ser:guid"/><xs:element name="SeatRowCode" nillable="true" type="xs:string"/><xs:element name="Status" type="q218:SeatAllocationStatus" xmlns:q218="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ShowOnWeb" type="xs:boolean"/><xs:element minOccurs="0" name="CustomerPriceGroupId" type="ser:guid"/><xs:element minOccurs="0" name="PromotionRuleDiscountAmount" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="SeatAllocation" nillable="true" type="q219:SeatAllocation" xmlns:q219="http://www.recreatex.be/webshop/"/><xs:simpleType name="SeatAllocationStatus"><xs:restriction base="xs:string"><xs:enumeration value="Available"/><xs:enumeration value="Reserved"/><xs:enumeration value="Blocked"/><xs:enumeration value="Locked"/><xs:enumeration value="Option"/><xs:enumeration value="OnlyForResellers"/><xs:enumeration value="OnlyForCustomers"/></xs:restriction></xs:simpleType><xs:element name="SeatAllocationStatus" nillable="true" type="q220:SeatAllocationStatus" xmlns:q220="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfSiteAllocation"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SiteAllocation" nillable="true" type="q221:SiteAllocation" xmlns:q221="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSiteAllocation" nillable="true" type="q222:ArrayOfSiteAllocation" xmlns:q222="http://www.recreatex.be/webshop/"/><xs:complexType name="SiteAllocation"><xs:sequence><xs:element name="Id" type="ser:guid"/><xs:element name="SiteId" type="ser:guid"/><xs:element name="CultureEventId" type="ser:guid"/><xs:element name="ReservedPlaces" type="xs:int"/><xs:element minOccurs="0" name="TotalPlaces" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="SiteName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SessionId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="OptionExpirationDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="WebCreated" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="CultureEventReservationId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SitePlaces" nillable="true" type="q223:ArrayOfSitePlace" xmlns:q223="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.WebServices.Contracts"/></xs:sequence></xs:complexType><xs:element name="SiteAllocation" nillable="true" type="q224:SiteAllocation" xmlns:q224="http://www.recreatex.be/webshop/"/><xs:complexType name="ActivityReservationLockTicket"><xs:complexContent mixed="false"><xs:extension base="q225:LockTicket" xmlns:q225="http://www.recreatex.be/webshop/"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="ActivityReservationLockTicket" nillable="true" type="q226:ActivityReservationLockTicket" xmlns:q226="http://www.recreatex.be/webshop/"/><xs:complexType name="WaitingListSaleLockTicket"><xs:complexContent mixed="false"><xs:extension base="q227:LockTicket" xmlns:q227="http://www.recreatex.be/webshop/"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="WaitingListSaleLockTicket" nillable="true" type="q228:WaitingListSaleLockTicket" xmlns:q228="http://www.recreatex.be/webshop/"/><xs:complexType name="FitnessActivityDayReservationLockTicket"><xs:complexContent mixed="false"><xs:extension base="q229:LockTicket" xmlns:q229="http://www.recreatex.be/webshop/"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="FitnessActivityDayReservationLockTicket" nillable="true" type="q230:FitnessActivityDayReservationLockTicket" xmlns:q230="http://www.recreatex.be/webshop/"/><xs:complexType name="PlaceReservationLockTicket"><xs:complexContent mixed="false"><xs:extension base="q231:LockTicket" xmlns:q231="http://www.recreatex.be/webshop/"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="PlaceReservationLockTicket" nillable="true" type="q232:PlaceReservationLockTicket" xmlns:q232="http://www.recreatex.be/webshop/"/><xs:complexType name="RecurringPlaceReservationLockTicket"><xs:complexContent mixed="false"><xs:extension base="q233:LockTicket" xmlns:q233="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="PlaceReservationLocks" nillable="true" type="q233:ArrayOfPlaceReservationLockTicket"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="RecurringPlaceReservationLockTicket" nillable="true" type="q234:RecurringPlaceReservationLockTicket" xmlns:q234="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfPlaceReservationLockTicket"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="PlaceReservationLockTicket" nillable="true" type="q235:PlaceReservationLockTicket" xmlns:q235="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPlaceReservationLockTicket" nillable="true" type="q236:ArrayOfPlaceReservationLockTicket" xmlns:q236="http://www.recreatex.be/webshop/"/><xs:complexType name="RentalReservationLockTicket"><xs:complexContent mixed="false"><xs:extension base="q237:LockTicket" xmlns:q237="http://www.recreatex.be/webshop/"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="RentalReservationLockTicket" nillable="true" type="q238:RentalReservationLockTicket" xmlns:q238="http://www.recreatex.be/webshop/"/><xs:complexType name="FileActivityPeriodReservationLockTicket"><xs:complexContent mixed="false"><xs:extension base="q239:LockTicket" xmlns:q239="http://www.recreatex.be/webshop/"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="FileActivityPeriodReservationLockTicket" nillable="true" type="q240:FileActivityPeriodReservationLockTicket" xmlns:q240="http://www.recreatex.be/webshop/"/><xs:complexType name="ChildCareCentreEntryReservationLockTicket"><xs:complexContent mixed="false"><xs:extension base="q241:LockTicket" xmlns:q241="http://www.recreatex.be/webshop/"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="ChildCareCentreEntryReservationLockTicket" nillable="true" type="q242:ChildCareCentreEntryReservationLockTicket" xmlns:q242="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureSubscriptionEntryLockTicket"><xs:complexContent mixed="false"><xs:extension base="q243:LockTicket" xmlns:q243="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="CultureEventReservations" nillable="true" type="q243:ArrayOfCultureEventReservationLockTicket"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="CultureSubscriptionEntryLockTicket" nillable="true" type="q244:CultureSubscriptionEntryLockTicket" xmlns:q244="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfCultureEventReservationLockTicket"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CultureEventReservationLockTicket" nillable="true" type="q245:CultureEventReservationLockTicket" xmlns:q245="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCultureEventReservationLockTicket" nillable="true" type="q246:ArrayOfCultureEventReservationLockTicket" xmlns:q246="http://www.recreatex.be/webshop/"/><xs:complexType name="OrganisedVisitRebookingLockTicket"><xs:complexContent mixed="false"><xs:extension base="q247:LockTicket" xmlns:q247="http://www.recreatex.be/webshop/"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="OrganisedVisitRebookingLockTicket" nillable="true" type="q248:OrganisedVisitRebookingLockTicket" xmlns:q248="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureSeriesReservationLockTicket"><xs:complexContent mixed="false"><xs:extension base="q249:LockTicket" xmlns:q249="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="SeatAllocations" nillable="true" type="q249:ArrayOfSeatAllocation"/><xs:element minOccurs="0" name="SiteAllocations" nillable="true" type="q249:ArrayOfSiteAllocation"/><xs:element minOccurs="0" name="SeatsKeptTogether" type="xs:boolean"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="CultureSeriesReservationLockTicket" nillable="true" type="q250:CultureSeriesReservationLockTicket" xmlns:q250="http://www.recreatex.be/webshop/"/><xs:complexType name="CombiExpositionReservationLockTicket"><xs:complexContent mixed="false"><xs:extension base="q251:LockTicket" xmlns:q251="http://www.recreatex.be/webshop/"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="CombiExpositionReservationLockTicket" nillable="true" type="q252:CombiExpositionReservationLockTicket" xmlns:q252="http://www.recreatex.be/webshop/"/><xs:complexType name="CombiOrganisedVisitRebookingLockTicket"><xs:complexContent mixed="false"><xs:extension base="q253:LockTicket" xmlns:q253="http://www.recreatex.be/webshop/"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="CombiOrganisedVisitRebookingLockTicket" nillable="true" type="q254:CombiOrganisedVisitRebookingLockTicket" xmlns:q254="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfLessonOption"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="LessonOption" nillable="true" type="q255:LessonOption" xmlns:q255="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfLessonOption" nillable="true" type="q256:ArrayOfLessonOption" xmlns:q256="http://www.recreatex.be/webshop/"/><xs:complexType name="LessonOption"><xs:sequence><xs:element minOccurs="0" name="LessonGroupOptionId" type="ser:guid"/><xs:element minOccurs="0" name="Quantity" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="LessonOption" nillable="true" type="q257:LessonOption" xmlns:q257="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfArticleSaleOption"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ArticleSaleOption" nillable="true" type="q258:ArticleSaleOption" xmlns:q258="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfArticleSaleOption" nillable="true" type="q259:ArrayOfArticleSaleOption" xmlns:q259="http://www.recreatex.be/webshop/"/><xs:complexType name="ArticleSaleOption"><xs:sequence><xs:element minOccurs="0" name="OptionId" type="ser:guid"/><xs:element minOccurs="0" name="OptionValueId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ArticleSaleOption" nillable="true" type="q260:ArticleSaleOption" xmlns:q260="http://www.recreatex.be/webshop/"/><xs:complexType name="NMBSTicket"><xs:sequence><xs:element minOccurs="0" name="ProductId" type="xs:long"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Customer" nillable="true" type="q261:NMBSCustomer" xmlns:q261="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ExpectedPrice" type="xs:decimal"/><xs:element minOccurs="0" name="Journey" nillable="true" type="q262:NMBSJourney" xmlns:q262="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="OrganismCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CustomerReference" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ParentTicketNumber" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="NMBSTicket" nillable="true" type="q263:NMBSTicket" xmlns:q263="http://www.recreatex.be/webshop/"/><xs:complexType name="NMBSCustomer"><xs:sequence><xs:element minOccurs="0" name="BirthDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Email" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FirstName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LastName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Gender" type="xs:int"/><xs:element minOccurs="0" name="Language" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PhoneNumber" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="NMBSCustomer" nillable="true" type="q264:NMBSCustomer" xmlns:q264="http://www.recreatex.be/webshop/"/><xs:complexType name="NMBSJourney"><xs:sequence><xs:element minOccurs="0" name="DepartureDate" type="xs:dateTime"/><xs:element minOccurs="0" name="DepartureStationId" type="xs:int"/><xs:element minOccurs="0" name="DestinationStationId" type="xs:int"/><xs:element minOccurs="0" name="JourneyType" type="q265:JourneyType" xmlns:q265="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ReturnDate" type="xs:dateTime"/><xs:element minOccurs="0" name="TravelClass" type="q266:TravelClass" xmlns:q266="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="TravelerType" type="q267:TravelerType" xmlns:q267="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="NMBSJourney" nillable="true" type="q268:NMBSJourney" xmlns:q268="http://www.recreatex.be/webshop/"/><xs:simpleType name="JourneyType"><xs:restriction base="xs:string"><xs:enumeration value="Unknown"/><xs:enumeration value="SingleTrip"/><xs:enumeration value="RoundTrip"/></xs:restriction></xs:simpleType><xs:element name="JourneyType" nillable="true" type="q269:JourneyType" xmlns:q269="http://www.recreatex.be/webshop/"/><xs:simpleType name="TravelClass"><xs:restriction base="xs:string"><xs:enumeration value="Unknown"/><xs:enumeration value="FirstClass"/><xs:enumeration value="SecondClass"/></xs:restriction></xs:simpleType><xs:element name="TravelClass" nillable="true" type="q270:TravelClass" xmlns:q270="http://www.recreatex.be/webshop/"/><xs:simpleType name="TravelerType"><xs:restriction base="xs:string"><xs:enumeration value="Unknown"/><xs:enumeration value="Child"/><xs:enumeration value="Adult"/></xs:restriction></xs:simpleType><xs:element name="TravelerType" nillable="true" type="q271:TravelerType" xmlns:q271="http://www.recreatex.be/webshop/"/><xs:complexType name="ActivityReservation"><xs:complexContent mixed="false"><xs:extension base="q272:BasketItem" xmlns:q272="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="Activity" nillable="true" type="q272:Activity"/><xs:element minOccurs="0" name="Comments" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LockTicket" nillable="true" type="q272:LockTicket"/><xs:element minOccurs="0" name="OptionPrice" type="xs:decimal"/><xs:element minOccurs="0" name="Customer" nillable="true" type="q272:Person"/><xs:element minOccurs="0" name="ActivityParticipantReservations" nillable="true" type="q272:ArrayOfActivityParticipantReservation"/><xs:element minOccurs="0" name="TotalPrice" type="xs:decimal"/><xs:element minOccurs="0" name="Status" type="xs:int"/><xs:element minOccurs="0" name="GroupReservations" type="xs:boolean"/><xs:element minOccurs="0" name="WaiterPadDiscountPercentage" type="xs:decimal"/><xs:element minOccurs="0" name="NationalNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BirthDate" nillable="true" type="xs:dateTime"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ActivityReservation" nillable="true" type="q273:ActivityReservation" xmlns:q273="http://www.recreatex.be/webshop/"/><xs:complexType name="Activity"><xs:sequence><xs:element minOccurs="0" name="AgeCategory" nillable="true" type="q274:AgeCategory" xmlns:q274="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ClosingDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Comments" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Days" nillable="true" type="q275:ArrayOfActivityPart" xmlns:q275="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FreePlaces" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ImageUrl" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Location" nillable="true" type="q276:Address" xmlns:q276="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Options" nillable="true" type="q277:ArrayOfActivityOption" xmlns:q277="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Period" nillable="true" type="q278:Period" xmlns:q278="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Price" type="xs:decimal"/><xs:element minOccurs="0" name="Type" nillable="true" type="q279:ActivityType" xmlns:q279="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="EntryMethod" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="TotalPlaces" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="Agreements" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Utilities" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="WebSalesStart" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="WebSalesStop" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Image" nillable="true" type="q280:Picture" xmlns:q280="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="NumberOfDays" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="Division" nillable="true" type="q281:Division" xmlns:q281="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="LastUpdate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="TotalPlacesOverall" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="ReservedPlacesOverall" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="SalesStart" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="SalesStop" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="OrganisationType" nillable="true" type="q282:OrganisationType" xmlns:q282="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CareType" nillable="true" type="q283:CareType" xmlns:q283="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Prices" nillable="true" type="q284:ArrayOfPriceGroupActivity" xmlns:q284="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="EnableAmountOfOptions" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="MinAmountOfOptions" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="MaxAmountOfOptions" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="NeedExtraInformationFromUser" type="xs:boolean"/><xs:element minOccurs="0" name="UitpasEventId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="RequiresConsentFormForMinors" type="xs:boolean"/><xs:element minOccurs="0" name="ConsentFormForMinorsScenarioId" type="ser:guid"/><xs:element minOccurs="0" name="AskNationalNumber" type="xs:boolean"/><xs:element minOccurs="0" name="Skills" nillable="true" type="q285:ArrayOfSkill" xmlns:q285="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="Activity" nillable="true" type="q286:Activity" xmlns:q286="http://www.recreatex.be/webshop/"/><xs:complexType name="AgeCategory"><xs:sequence><xs:element minOccurs="0" name="FromAge" type="xs:int"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UntilAge" type="xs:int"/><xs:element minOccurs="0" name="BirthDateFrom" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="BirthDateUntil" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Type" type="xs:int"/><xs:element minOccurs="0" name="FromAgeMonths" type="xs:int"/><xs:element minOccurs="0" name="UntilAgeMonths" type="xs:int"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Blocked" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="AgeCategory" nillable="true" type="q287:AgeCategory" xmlns:q287="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfActivityPart"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ActivityPart" nillable="true" type="q288:ActivityPart" xmlns:q288="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfActivityPart" nillable="true" type="q289:ArrayOfActivityPart" xmlns:q289="http://www.recreatex.be/webshop/"/><xs:complexType name="ActivityPart"><xs:sequence><xs:element minOccurs="0" name="Comments" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Period" nillable="true" type="q290:Period" xmlns:q290="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FreePlaces" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="EntryDeadline" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="TotalParticipants" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="ArrivedParticipants" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="HasLinkedTasks" type="xs:boolean"/><xs:element minOccurs="0" name="EmployeeTasks" nillable="true" type="q291:ArrayOfEmployeeTask" xmlns:q291="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ActivityPart" nillable="true" type="q292:ActivityPart" xmlns:q292="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfEmployeeTask"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="EmployeeTask" nillable="true" type="q293:EmployeeTask" xmlns:q293="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfEmployeeTask" nillable="true" type="q294:ArrayOfEmployeeTask" xmlns:q294="http://www.recreatex.be/webshop/"/><xs:complexType name="EmployeeTask"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="From" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" type="xs:dateTime"/><xs:element minOccurs="0" name="Status" type="q295:EmployeeTaskStatus" xmlns:q295="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeName" nillable="true" type="q296:PersonName" xmlns:q296="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Language" nillable="true" type="q297:Language" xmlns:q297="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="WorkType" nillable="true" type="q298:WorkType" xmlns:q298="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Type" type="q299:EmployeeTaskType" xmlns:q299="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SubjectId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Attachments" nillable="true" type="q300:ArrayOfEmployeeTaskAttachment" xmlns:q300="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="NeededSkillIds" nillable="true" type="q301:ArrayOfguid" xmlns:q301="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="IsAvailable" nillable="true" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="EmployeeTask" nillable="true" type="q302:EmployeeTask" xmlns:q302="http://www.recreatex.be/webshop/"/><xs:simpleType name="EmployeeTaskStatus"><xs:restriction base="xs:string"><xs:enumeration value="ToBeConfirmed"/><xs:enumeration value="Confirmed"/><xs:enumeration value="Refused"/><xs:enumeration value="Executed"/></xs:restriction></xs:simpleType><xs:element name="EmployeeTaskStatus" nillable="true" type="q303:EmployeeTaskStatus" xmlns:q303="http://www.recreatex.be/webshop/"/><xs:complexType name="Language"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Blocked" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="Language" nillable="true" type="q304:Language" xmlns:q304="http://www.recreatex.be/webshop/"/><xs:complexType name="WorkType"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="WorkGroup" nillable="true" type="q305:WorkGroup" xmlns:q305="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Employees" nillable="true" type="q306:ArrayOfEmployee" xmlns:q306="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="WorkType" nillable="true" type="q307:WorkType" xmlns:q307="http://www.recreatex.be/webshop/"/><xs:complexType name="WorkGroup"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Responsibles" nillable="true" type="q308:ArrayOfEmployee" xmlns:q308="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="WorkGroup" nillable="true" type="q309:WorkGroup" xmlns:q309="http://www.recreatex.be/webshop/"/><xs:simpleType name="EmployeeTaskType"><xs:restriction base="xs:string"><xs:enumeration value="Reservation"/><xs:enumeration value="ActivityDay"/><xs:enumeration value="OrganisedVisit"/><xs:enumeration value="SubFile"/><xs:enumeration value="LooseTask"/><xs:enumeration value="CultureEvent"/><xs:enumeration value="BusPlanning"/><xs:enumeration value="RentalHeader"/><xs:enumeration value="AddressFollowUp"/><xs:enumeration value="FileActivityPeriod"/><xs:enumeration value="ExpositionPeriod"/></xs:restriction></xs:simpleType><xs:element name="EmployeeTaskType" nillable="true" type="q310:EmployeeTaskType" xmlns:q310="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfEmployeeTaskAttachment"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="EmployeeTaskAttachment" nillable="true" type="q311:EmployeeTaskAttachment" xmlns:q311="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfEmployeeTaskAttachment" nillable="true" type="q312:ArrayOfEmployeeTaskAttachment" xmlns:q312="http://www.recreatex.be/webshop/"/><xs:complexType name="EmployeeTaskAttachment"><xs:complexContent mixed="false"><xs:extension base="q313:AttachmentComment" xmlns:q313="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="EmployeeTaskId" type="ser:guid"/><xs:element minOccurs="0" name="CreatedByEmployeeId" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="EmployeeTaskAttachment" nillable="true" type="q314:EmployeeTaskAttachment" xmlns:q314="http://www.recreatex.be/webshop/"/><xs:complexType name="AttachmentComment"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Attachment" nillable="true" type="q315:Attachment" xmlns:q315="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeName" nillable="true" type="q316:PersonName" xmlns:q316="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CreationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="ModificationDate" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="AttachmentComment" nillable="true" type="q317:AttachmentComment" xmlns:q317="http://www.recreatex.be/webshop/"/><xs:complexType name="ReservationAttachment"><xs:complexContent mixed="false"><xs:extension base="q318:AttachmentComment" xmlns:q318="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ReservationId" type="ser:guid"/><xs:element minOccurs="0" name="CreatedByEmployeeId" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ReservationAttachment" nillable="true" type="q319:ReservationAttachment" xmlns:q319="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfActivityOption"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ActivityOption" nillable="true" type="q320:ActivityOption" xmlns:q320="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfActivityOption" nillable="true" type="q321:ArrayOfActivityOption" xmlns:q321="http://www.recreatex.be/webshop/"/><xs:complexType name="ActivityOption"><xs:sequence><xs:element minOccurs="0" name="Amount" type="xs:int"/><xs:element minOccurs="0" name="ArticleId" type="ser:guid"/><xs:element minOccurs="0" name="CustomPrice" type="xs:decimal"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="MaxOptions" type="xs:int"/><xs:element minOccurs="0" name="MaxOptionsTotal" type="xs:int"/><xs:element minOccurs="0" name="IsSubscription" type="xs:boolean"/><xs:element minOccurs="0" name="SubscriptionCardPrice" type="xs:decimal"/><xs:element minOccurs="0" name="FirstSubscriptionCardFree" type="xs:boolean"/><xs:element minOccurs="0" name="UseCards" nillable="true" type="q322:CustomerCardUsage" xmlns:q322="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ActivityOption" nillable="true" type="q323:ActivityOption" xmlns:q323="http://www.recreatex.be/webshop/"/><xs:complexType name="ActivityType"><xs:sequence><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SearchTerms" nillable="true" type="q324:ArrayOfActivityTypeSearchTerm" xmlns:q324="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="OrganizationTypeId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ActivityType" nillable="true" type="q325:ActivityType" xmlns:q325="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfActivityTypeSearchTerm"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ActivityTypeSearchTerm" nillable="true" type="q326:ActivityTypeSearchTerm" xmlns:q326="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfActivityTypeSearchTerm" nillable="true" type="q327:ArrayOfActivityTypeSearchTerm" xmlns:q327="http://www.recreatex.be/webshop/"/><xs:complexType name="ActivityTypeSearchTerm"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ActivityTypeIds" nillable="true" type="q328:ArrayOfguid" xmlns:q328="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType><xs:element name="ActivityTypeSearchTerm" nillable="true" type="q329:ActivityTypeSearchTerm" xmlns:q329="http://www.recreatex.be/webshop/"/><xs:complexType name="OrganisationType"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="OrganisationType" nillable="true" type="q330:OrganisationType" xmlns:q330="http://www.recreatex.be/webshop/"/><xs:complexType name="CareType"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="CareType" nillable="true" type="q331:CareType" xmlns:q331="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfPriceGroupActivity"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="PriceGroupActivity" nillable="true" type="q332:PriceGroupActivity" xmlns:q332="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPriceGroupActivity" nillable="true" type="q333:ArrayOfPriceGroupActivity" xmlns:q333="http://www.recreatex.be/webshop/"/><xs:complexType name="PriceGroupActivity"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ActivityId" type="ser:guid"/><xs:element minOccurs="0" name="PriceGroupId" type="ser:guid"/><xs:element minOccurs="0" name="Price" nillable="true" type="xs:decimal"/><xs:element minOccurs="0" name="From" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="DayOfWeek" nillable="true" type="q334:WeekDay" xmlns:q334="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PriceGroupDesc" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PriceGroupSn" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Options" nillable="true" type="q335:ArrayOfActivityOption" xmlns:q335="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="PriceGroupActivity" nillable="true" type="q336:PriceGroupActivity" xmlns:q336="http://www.recreatex.be/webshop/"/><xs:simpleType name="WeekDay"><xs:restriction base="xs:string"><xs:enumeration value="EveryDay"/><xs:enumeration value="Monday"/><xs:enumeration value="Tuesday"/><xs:enumeration value="Wednesday"/><xs:enumeration value="Thursday"/><xs:enumeration value="Friday"/><xs:enumeration value="Saturday"/><xs:enumeration value="Sunday"/></xs:restriction></xs:simpleType><xs:element name="WeekDay" nillable="true" type="q337:WeekDay" xmlns:q337="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfSkill"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Skill" nillable="true" type="q338:Skill" xmlns:q338="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSkill" nillable="true" type="q339:ArrayOfSkill" xmlns:q339="http://www.recreatex.be/webshop/"/><xs:complexType name="Skill"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Categories" nillable="true" type="q340:ArrayOfSkillCategory" xmlns:q340="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Blocked" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="Skill" nillable="true" type="q341:Skill" xmlns:q341="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfSkillCategory"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SkillCategory" nillable="true" type="q342:SkillCategory" xmlns:q342="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSkillCategory" nillable="true" type="q343:ArrayOfSkillCategory" xmlns:q343="http://www.recreatex.be/webshop/"/><xs:complexType name="SkillCategory"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SubCategories" nillable="true" type="q344:ArrayOfSkillSubCategory" xmlns:q344="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Blocked" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="SkillCategory" nillable="true" type="q345:SkillCategory" xmlns:q345="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfSkillSubCategory"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SkillSubCategory" nillable="true" type="q346:SkillSubCategory" xmlns:q346="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSkillSubCategory" nillable="true" type="q347:ArrayOfSkillSubCategory" xmlns:q347="http://www.recreatex.be/webshop/"/><xs:complexType name="SkillSubCategory"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Blocked" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="SkillSubCategory" nillable="true" type="q348:SkillSubCategory" xmlns:q348="http://www.recreatex.be/webshop/"/><xs:complexType name="Person"><xs:sequence><xs:element minOccurs="0" name="ActivationId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Address" nillable="true" type="q349:Address" xmlns:q349="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="BankAccount" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BirthDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="CellPhone" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Comments" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Credential" nillable="true" type="q350:Credential" xmlns:q350="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Email" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Gender" type="q351:Gender" xmlns:q351="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="IsBlocked" type="xs:boolean"/><xs:element minOccurs="0" name="Language" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="q352:PersonName" xmlns:q352="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="NationalNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Phone" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Picture" nillable="true" type="q353:Picture" xmlns:q353="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ResetPasswordId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Settings" nillable="true" type="q354:PersonSettings" xmlns:q354="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Contacts" nillable="true" type="q355:ArrayOfContact" xmlns:q355="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Type" type="q356:PersonType" xmlns:q356="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Parent" type="xs:boolean"/><xs:element minOccurs="0" name="Disabled" type="xs:boolean"/><xs:element minOccurs="0" name="HeadOfFamily" type="xs:boolean"/><xs:element minOccurs="0" name="Relations" nillable="true" type="q357:ArrayOfRelation" xmlns:q357="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Info1" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Info2" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Info3" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Info4" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Info5" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExternalMasterID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ParentRelations" nillable="true" type="q358:ArrayOfRelation" xmlns:q358="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="InvoiceAddressId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="PictureUrl" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Status" nillable="true" type="q359:PersonStatus" xmlns:q359="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Title" nillable="true" type="q360:PersonTitle" xmlns:q360="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="IBAN" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BIC" nillable="true" type="q361:BankBIC" xmlns:q361="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="AllowEdit" type="xs:boolean"/><xs:element minOccurs="0" name="IsWebBlocked" type="xs:boolean"/><xs:element minOccurs="0" name="Group" nillable="true" type="q362:PersonGroup" xmlns:q362="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Doctor" nillable="true" type="q363:Person" xmlns:q363="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Website" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ClubInfo" nillable="true" type="q364:ClubInfo" xmlns:q364="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Email2" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Phone2" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PasswordIsChangedByUserOnWeb" type="xs:boolean"/><xs:element minOccurs="0" name="ExternCustomerNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LastPasswordUpdate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="TotalLlvCredits" type="xs:decimal"/><xs:element minOccurs="0" name="VatNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="EnterpriseNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BlockSynchronisation" type="xs:boolean"/><xs:element minOccurs="0" name="Student" type="xs:boolean"/><xs:element minOccurs="0" name="CapScanAddress" nillable="true" type="q365:CapScanAddress" xmlns:q365="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="UserComments" nillable="true" type="q366:ArrayOfUserComment" xmlns:q366="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CreationDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="LastUpdate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="UseSeasonPlanning" type="xs:boolean"/><xs:element minOccurs="0" name="Company" nillable="true" type="q367:Company" xmlns:q367="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CompanyPeople" nillable="true" type="q368:ArrayOfCompanyPerson" xmlns:q368="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Nationality" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Function" nillable="true" type="q369:PersonFunction" xmlns:q369="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="OrganisationNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SMSAllowed" type="xs:boolean"/><xs:element minOccurs="0" name="FamilyComposition" nillable="true" type="q370:FamilyComposition" xmlns:q370="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ExternalLoginToken" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ExternalLoginTokenExpiryDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Is2FAConfigured" type="xs:boolean"/><xs:element minOccurs="0" name="SwimmingLevelId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="Person" nillable="true" type="q371:Person" xmlns:q371="http://www.recreatex.be/webshop/"/><xs:complexType name="PersonSettings"><xs:sequence><xs:element minOccurs="0" name="Subcategories" nillable="true" type="q372:ArrayOfSubcategory" xmlns:q372="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SubscribeMailingList" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="PriceGroups" nillable="true" type="q373:ArrayOfPersonPriceGroup" xmlns:q373="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PersonLLVInfos" nillable="true" type="q374:ArrayOfPersonLLVInfo" xmlns:q374="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PersonLLVTransferHistories" nillable="true" type="q375:ArrayOfPersonLLVTransferHistory" xmlns:q375="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PersonLLVCurrentLessonGroups" nillable="true" type="q376:ArrayOfLessonGroup" xmlns:q376="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PersonChildCareInfo" nillable="true" type="q377:PersonChildCareInfo" xmlns:q377="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="IsInvoiceMailingAllowed" nillable="true" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="PersonSettings" nillable="true" type="q378:PersonSettings" xmlns:q378="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfSubcategory"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Subcategory" nillable="true" type="q379:Subcategory" xmlns:q379="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSubcategory" nillable="true" type="q380:ArrayOfSubcategory" xmlns:q380="http://www.recreatex.be/webshop/"/><xs:complexType name="Subcategory"><xs:sequence><xs:element minOccurs="0" name="Category" nillable="true" type="q381:Category" xmlns:q381="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CategoryId" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExtraDescription" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="Subcategory" nillable="true" type="q382:Subcategory" xmlns:q382="http://www.recreatex.be/webshop/"/><xs:complexType name="Category"><xs:sequence><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Subcategories" nillable="true" type="q383:ArrayOfSubcategory" xmlns:q383="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MinSubCategories" type="xs:int"/><xs:element minOccurs="0" name="MaxSubCategories" type="xs:int"/><xs:element minOccurs="0" name="ExtraDescription" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="Category" nillable="true" type="q384:Category" xmlns:q384="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfPersonPriceGroup"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="PersonPriceGroup" nillable="true" type="q385:PersonPriceGroup" xmlns:q385="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPersonPriceGroup" nillable="true" type="q386:ArrayOfPersonPriceGroup" xmlns:q386="http://www.recreatex.be/webshop/"/><xs:complexType name="PersonPriceGroup"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Type" type="q387:PersonPriceGroupType" xmlns:q387="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PriceGroup" nillable="true" type="q388:PriceGroup" xmlns:q388="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="StartDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="EndDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="WeekDay" type="q389:WeekDay" xmlns:q389="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="From" type="ser:duration"/><xs:element minOccurs="0" name="Till" type="ser:duration"/></xs:sequence></xs:complexType><xs:element name="PersonPriceGroup" nillable="true" type="q390:PersonPriceGroup" xmlns:q390="http://www.recreatex.be/webshop/"/><xs:simpleType name="PersonPriceGroupType"><xs:restriction base="xs:string"><xs:enumeration value="PlaceReservations"/><xs:enumeration value="Ticketing"/><xs:enumeration value="Entries"/><xs:enumeration value="Sales"/><xs:enumeration value="Rental"/><xs:enumeration value="Wellness"/></xs:restriction></xs:simpleType><xs:element name="PersonPriceGroupType" nillable="true" type="q391:PersonPriceGroupType" xmlns:q391="http://www.recreatex.be/webshop/"/><xs:complexType name="PriceGroup"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Type" type="q392:PriceGroupType" xmlns:q392="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GenLoyaltyProfileCheck" type="xs:boolean"/><xs:element minOccurs="0" name="GenLoyaltyProfile" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="GenLoyaltyActive" type="xs:boolean"/><xs:element minOccurs="0" name="ActivateSubsidyRegulation" type="xs:boolean"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="PriceGroup" nillable="true" type="q393:PriceGroup" xmlns:q393="http://www.recreatex.be/webshop/"/><xs:simpleType name="PriceGroupType"><xs:restriction base="xs:string"><xs:enumeration value="General"/><xs:enumeration value="PlaceReservations"/><xs:enumeration value="Ticketing"/><xs:enumeration value="Entries"/><xs:enumeration value="Sales"/><xs:enumeration value="Rental"/><xs:enumeration value="Wellness"/></xs:restriction></xs:simpleType><xs:element name="PriceGroupType" nillable="true" type="q394:PriceGroupType" xmlns:q394="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfPersonLLVInfo"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="PersonLLVInfo" nillable="true" type="q395:PersonLLVInfo" xmlns:q395="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPersonLLVInfo" nillable="true" type="q396:ArrayOfPersonLLVInfo" xmlns:q396="http://www.recreatex.be/webshop/"/><xs:complexType name="PersonLLVInfo"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="NumberPresent" type="xs:int"/><xs:element minOccurs="0" name="StartDate" type="xs:dateTime"/><xs:element minOccurs="0" name="LastDate" type="xs:dateTime"/><xs:element minOccurs="0" name="StartDateLLV" type="xs:dateTime"/><xs:element minOccurs="0" name="NumberPresentLevel" type="xs:int"/><xs:element minOccurs="0" name="StartDateLevel" type="xs:dateTime"/><xs:element minOccurs="0" name="NumberAbsent" type="xs:int"/><xs:element minOccurs="0" name="NumberRegistrations" type="xs:int"/><xs:element minOccurs="0" name="SwimmingComment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExtraPresenceInfo" nillable="true" type="q397:PersonLLVInfoExtraPresenceInfo" xmlns:q397="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="BirthDate" type="xs:dateTime"/><xs:element minOccurs="0" name="TotalNumberPresent" type="xs:int"/><xs:element minOccurs="0" name="Telephone" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Email" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="PersonLLVInfo" nillable="true" type="q398:PersonLLVInfo" xmlns:q398="http://www.recreatex.be/webshop/"/><xs:complexType name="PersonLLVInfoExtraPresenceInfo"><xs:sequence><xs:element minOccurs="0" name="DiplomaId" type="ser:guid"/><xs:element minOccurs="0" name="AvailableLessonsInDiploma" type="xs:int"/><xs:element minOccurs="0" name="AverageLessonsInDiploma" type="xs:int"/><xs:element minOccurs="0" name="PersonAvailableLessons" type="xs:int"/><xs:element minOccurs="0" name="PersonPresentInDiploma" type="xs:int"/><xs:element minOccurs="0" name="DiplomaReceived" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="PersonAbsentInLevel" type="xs:int"/><xs:element minOccurs="0" name="PersonRegistrationsInLevel" type="xs:int"/><xs:element minOccurs="0" name="AvailableLessonsInLevel" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="PersonLLVInfoExtraPresenceInfo" nillable="true" type="q399:PersonLLVInfoExtraPresenceInfo" xmlns:q399="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfPersonLLVTransferHistory"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="PersonLLVTransferHistory" nillable="true" type="q400:PersonLLVTransferHistory" xmlns:q400="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPersonLLVTransferHistory" nillable="true" type="q401:ArrayOfPersonLLVTransferHistory" xmlns:q401="http://www.recreatex.be/webshop/"/><xs:complexType name="PersonLLVTransferHistory"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Date" type="xs:dateTime"/><xs:element minOccurs="0" name="FromGroup" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FromGroupCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ToGroup" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ToGroupCode" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="PersonLLVTransferHistory" nillable="true" type="q402:PersonLLVTransferHistory" xmlns:q402="http://www.recreatex.be/webshop/"/><xs:complexType name="PersonChildCareInfo"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="School" nillable="true" type="q403:ChildCareSchool" xmlns:q403="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="LeaveAlone" type="xs:boolean"/><xs:element minOccurs="0" name="MedicationInfo" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="AllergyInfo" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="OtherMedicalInfo" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ChildCareGroup" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ChildCareLeaveWith" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ChildCareTariffs" nillable="true" type="q404:ArrayOfChildCareTariff" xmlns:q404="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="LeaveWithThirdParty" type="xs:boolean"/><xs:element minOccurs="0" name="HealthInsuranceNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MustMakeHomework" type="xs:boolean"/><xs:element minOccurs="0" name="ChildCareExtraInfoParents" nillable="true" type="q405:ArrayOfChildCareExtraInfoParent" xmlns:q405="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="AllowedToPhotographChild" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="PersonChildCareInfo" nillable="true" type="q406:PersonChildCareInfo" xmlns:q406="http://www.recreatex.be/webshop/"/><xs:complexType name="ChildCareSchool"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Location" nillable="true" type="q407:AddressLocation" xmlns:q407="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ChildCareSchool" nillable="true" type="q408:ChildCareSchool" xmlns:q408="http://www.recreatex.be/webshop/"/><xs:complexType name="AddressLocation"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="q409:AddressName" xmlns:q409="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Address" nillable="true" type="q410:Address" xmlns:q410="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Coordinates" nillable="true" type="q411:Coordinates" xmlns:q411="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="AddressLocation" nillable="true" type="q412:AddressLocation" xmlns:q412="http://www.recreatex.be/webshop/"/><xs:complexType name="AddressName"><xs:sequence><xs:element minOccurs="0" name="First" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Last" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Middle" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="AddressName" nillable="true" type="q413:AddressName" xmlns:q413="http://www.recreatex.be/webshop/"/><xs:complexType name="Coordinates"><xs:sequence><xs:element minOccurs="0" name="X" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Y" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="Coordinates" nillable="true" type="q414:Coordinates" xmlns:q414="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfChildCareTariff"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ChildCareTariff" nillable="true" type="q415:ChildCareTariff" xmlns:q415="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfChildCareTariff" nillable="true" type="q416:ArrayOfChildCareTariff" xmlns:q416="http://www.recreatex.be/webshop/"/><xs:complexType name="ChildCareTariff"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ChildCareTariff" nillable="true" type="q417:ChildCareTariff" xmlns:q417="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfChildCareExtraInfoParent"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ChildCareExtraInfoParent" nillable="true" type="q418:ChildCareExtraInfoParent" xmlns:q418="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfChildCareExtraInfoParent" nillable="true" type="q419:ArrayOfChildCareExtraInfoParent" xmlns:q419="http://www.recreatex.be/webshop/"/><xs:complexType name="ChildCareExtraInfoParent"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="AddressId" type="ser:guid"/><xs:element minOccurs="0" name="Benefit" nillable="true" type="q420:ChildCareBenefit" xmlns:q420="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FatherStatute" nillable="true" type="q421:ChildCareParentStatute" xmlns:q421="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MotherStatute" nillable="true" type="q422:ChildCareParentStatute" xmlns:q422="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="StartDate" type="xs:dateTime"/><xs:element minOccurs="0" name="EndDate" type="xs:dateTime"/><xs:element minOccurs="0" name="NumberOfChildren" type="xs:int"/><xs:element minOccurs="0" name="Category" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ProofChildBenefit" type="xs:boolean"/><xs:element minOccurs="0" name="ProofFamilyComposition" type="xs:boolean"/><xs:element minOccurs="0" name="ChildBenefitFundsAttachmentId" type="ser:guid"/><xs:element minOccurs="0" name="FamilyCompositionAttachmentId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ChildCareExtraInfoParent" nillable="true" type="q423:ChildCareExtraInfoParent" xmlns:q423="http://www.recreatex.be/webshop/"/><xs:complexType name="ChildCareBenefit"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ChildCareBenefit" nillable="true" type="q424:ChildCareBenefit" xmlns:q424="http://www.recreatex.be/webshop/"/><xs:complexType name="ChildCareParentStatute"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ChildCareParentStatute" nillable="true" type="q425:ChildCareParentStatute" xmlns:q425="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfContact"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Contact" nillable="true" type="q426:Contact" xmlns:q426="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfContact" nillable="true" type="q427:ArrayOfContact" xmlns:q427="http://www.recreatex.be/webshop/"/><xs:complexType name="Contact"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Title" nillable="true" type="q428:PersonTitle" xmlns:q428="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Initials" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="q429:PersonName" xmlns:q429="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Function" nillable="true" type="q430:PersonFunction" xmlns:q430="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FunctionComments" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Location" nillable="true" type="q431:Address" xmlns:q431="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Telephone1" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Telephone2" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Telephone3" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Fax" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Email" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="RegisterNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IsGeneral" type="xs:boolean"/><xs:element minOccurs="0" name="IsInvoice" type="xs:boolean"/><xs:element minOccurs="0" name="IsReservation" type="xs:boolean"/><xs:element minOccurs="0" name="IsMailing" type="xs:boolean"/><xs:element minOccurs="0" name="Disabled" type="xs:boolean"/><xs:element minOccurs="0" name="Gender" type="q432:Gender" xmlns:q432="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="BirthDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Image" nillable="true" type="q433:Picture" xmlns:q433="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ImageUrl" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IsTicketing" type="xs:boolean"/><xs:element minOccurs="0" name="IsLetting" type="xs:boolean"/><xs:element minOccurs="0" name="IsExhibitions" type="xs:boolean"/><xs:element minOccurs="0" name="IsEmployee" type="xs:boolean"/><xs:element minOccurs="0" name="IsAdministrator" type="xs:boolean"/><xs:element minOccurs="0" name="Credential" nillable="true" type="q434:Credential" xmlns:q434="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Relations" nillable="true" type="q435:ArrayOfPerson" xmlns:q435="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="LinkedPersonId" type="ser:guid"/><xs:element minOccurs="0" name="Language" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IsMailingAllowed" type="xs:boolean"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="Contact" nillable="true" type="q436:Contact" xmlns:q436="http://www.recreatex.be/webshop/"/><xs:complexType name="PersonTitle"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="PersonTitle" nillable="true" type="q437:PersonTitle" xmlns:q437="http://www.recreatex.be/webshop/"/><xs:complexType name="PersonFunction"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="PersonFunction" nillable="true" type="q438:PersonFunction" xmlns:q438="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfPerson"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Person" nillable="true" type="q439:Person" xmlns:q439="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPerson" nillable="true" type="q440:ArrayOfPerson" xmlns:q440="http://www.recreatex.be/webshop/"/><xs:simpleType name="PersonType"><xs:restriction base="xs:string"><xs:enumeration value="Unknown"/><xs:enumeration value="Individu"/><xs:enumeration value="Group"/><xs:enumeration value="Company"/><xs:enumeration value="Location"/><xs:enumeration value="Physician"/><xs:enumeration value="School"/></xs:restriction></xs:simpleType><xs:element name="PersonType" nillable="true" type="q441:PersonType" xmlns:q441="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfRelation"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Relation" nillable="true" type="q442:Relation" xmlns:q442="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRelation" nillable="true" type="q443:ArrayOfRelation" xmlns:q443="http://www.recreatex.be/webshop/"/><xs:complexType name="Relation"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Person" nillable="true" type="q444:Person" xmlns:q444="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Type" type="q445:RelationType" xmlns:q445="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="Relation" nillable="true" type="q446:Relation" xmlns:q446="http://www.recreatex.be/webshop/"/><xs:simpleType name="RelationType"><xs:restriction base="xs:string"><xs:enumeration value="Unknown"/><xs:enumeration value="Household"/><xs:enumeration value="Family"/><xs:enumeration value="Business"/><xs:enumeration value="Other"/></xs:restriction></xs:simpleType><xs:element name="RelationType" nillable="true" type="q447:RelationType" xmlns:q447="http://www.recreatex.be/webshop/"/><xs:complexType name="PersonStatus"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="PersonStatus" nillable="true" type="q448:PersonStatus" xmlns:q448="http://www.recreatex.be/webshop/"/><xs:complexType name="BankBIC"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Bank" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Country" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BIC" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="BankBIC" nillable="true" type="q449:BankBIC" xmlns:q449="http://www.recreatex.be/webshop/"/><xs:complexType name="PersonGroup"><xs:sequence><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ShortName" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="PersonGroup" nillable="true" type="q450:PersonGroup" xmlns:q450="http://www.recreatex.be/webshop/"/><xs:complexType name="ClubInfo"><xs:sequence><xs:element minOccurs="0" name="Info1" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Info2" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Info3" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Info4" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Info5" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Info6" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Info7" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Info8" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Info9" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Info10" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ClubLocations" nillable="true" type="q451:ArrayOfClubLocation" xmlns:q451="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Info11" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Info12" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Info13" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Info14" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Info15" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ClubInfo" nillable="true" type="q452:ClubInfo" xmlns:q452="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfClubLocation"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ClubLocation" nillable="true" type="q453:ClubLocation" xmlns:q453="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfClubLocation" nillable="true" type="q454:ArrayOfClubLocation" xmlns:q454="http://www.recreatex.be/webshop/"/><xs:complexType name="ClubLocation"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Location" nillable="true" type="q455:AddressLocation" xmlns:q455="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ContractType" nillable="true" type="q456:ClubLocationContractType" xmlns:q456="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="StartDateContract" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="EndDateContract" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="CommentContract" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ClubLocation" nillable="true" type="q457:ClubLocation" xmlns:q457="http://www.recreatex.be/webshop/"/><xs:complexType name="ClubLocationContractType"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ClubLocationContractType" nillable="true" type="q458:ClubLocationContractType" xmlns:q458="http://www.recreatex.be/webshop/"/><xs:complexType name="CapScanAddress"><xs:sequence><xs:element minOccurs="0" name="SubBuilding" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BuildingName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BuildingNo" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Street" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SubStreet" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Locality" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PostCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Town" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="CapScanAddress" nillable="true" type="q459:CapScanAddress" xmlns:q459="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfUserComment"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="UserComment" nillable="true" type="q460:UserComment" xmlns:q460="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfUserComment" nillable="true" type="q461:ArrayOfUserComment" xmlns:q461="http://www.recreatex.be/webshop/"/><xs:complexType name="UserComment"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="CreationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="UserId" type="ser:guid"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="UserComment" nillable="true" type="q462:UserComment" xmlns:q462="http://www.recreatex.be/webshop/"/><xs:complexType name="EmployeeComment"><xs:complexContent mixed="false"><xs:extension base="q463:UserComment" xmlns:q463="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="EmployeeId" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="EmployeeComment" nillable="true" type="q464:EmployeeComment" xmlns:q464="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioSessionComment"><xs:complexContent mixed="false"><xs:extension base="q465:EmployeeComment" xmlns:q465="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ScenarioSessionId" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioSessionComment" nillable="true" type="q466:ScenarioSessionComment" xmlns:q466="http://www.recreatex.be/webshop/"/><xs:complexType name="Company"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="FirstName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LastName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Street" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Number" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ZipCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="City" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Email" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Telephone" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="Company" nillable="true" type="q467:Company" xmlns:q467="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfCompanyPerson"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CompanyPerson" nillable="true" type="q468:CompanyPerson" xmlns:q468="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCompanyPerson" nillable="true" type="q469:ArrayOfCompanyPerson" xmlns:q469="http://www.recreatex.be/webshop/"/><xs:complexType name="CompanyPerson"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="FirstName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LastName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Street" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Number" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ZipCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="City" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Email" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Telephone" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="CompanyPerson" nillable="true" type="q470:CompanyPerson" xmlns:q470="http://www.recreatex.be/webshop/"/><xs:complexType name="FamilyComposition"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Priority" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="FamilyComposition" nillable="true" type="q471:FamilyComposition" xmlns:q471="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfActivityParticipantReservation"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ActivityParticipantReservation" nillable="true" type="q472:ActivityParticipantReservation" xmlns:q472="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfActivityParticipantReservation" nillable="true" type="q473:ArrayOfActivityParticipantReservation" xmlns:q473="http://www.recreatex.be/webshop/"/><xs:complexType name="ActivityParticipantReservation"><xs:sequence><xs:element minOccurs="0" name="ParticipantId" type="ser:guid"/><xs:element minOccurs="0" name="ParticipantActivityDays" nillable="true" type="q474:ArrayOfActivityPartReservation" xmlns:q474="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PriceGroupId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="UitpasPrice" nillable="true" type="xs:decimal"/><xs:element minOccurs="0" name="UitpasNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UitpasPriceGroup" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="NationalNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BirthDate" nillable="true" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="ActivityParticipantReservation" nillable="true" type="q475:ActivityParticipantReservation" xmlns:q475="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfActivityPartReservation"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ActivityPartReservation" nillable="true" type="q476:ActivityPartReservation" xmlns:q476="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfActivityPartReservation" nillable="true" type="q477:ArrayOfActivityPartReservation" xmlns:q477="http://www.recreatex.be/webshop/"/><xs:complexType name="ActivityPartReservation"><xs:sequence><xs:element minOccurs="0" name="ActivityOptions" nillable="true" type="q478:ArrayOfActivityOption" xmlns:q478="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ActivityPart" nillable="true" type="q479:ActivityPart" xmlns:q479="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="IsSelected" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ActivityPartReservation" nillable="true" type="q480:ActivityPartReservation" xmlns:q480="http://www.recreatex.be/webshop/"/><xs:complexType name="ExpositionPeriodReservation"><xs:complexContent mixed="false"><xs:extension base="q481:BasketItem" xmlns:q481="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="Entries" nillable="true" type="q481:ArrayOfExpositionPeriodReservationEntry"/><xs:element minOccurs="0" name="ExpositionPeriodId" type="ser:guid"/><xs:element minOccurs="0" name="LockTicket" nillable="true" type="q481:LockTicket"/><xs:element minOccurs="0" name="Comments" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ArticleSales" nillable="true" type="q481:ArrayOfArticleSale"/><xs:element minOccurs="0" name="Donation" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="OrderWithoutPayment" type="xs:boolean"/><xs:element minOccurs="0" name="GiftAid" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="LanguageId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ArticleOptionalSales" nillable="true" type="q481:ArrayOfArticleSale"/><xs:element minOccurs="0" name="ExpositionId" type="ser:guid"/><xs:element minOccurs="0" name="CustomerId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="PersonalizedMessage" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TargetAudienceId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="AutomaticArticleSales" nillable="true" type="q481:ArrayOfArticleSale"/><xs:element minOccurs="0" name="WaiterPadDiscountPercentage" type="xs:decimal"/><xs:element minOccurs="0" name="TargetSkillSubCategoryIds" nillable="true" type="q482:ArrayOfguid" xmlns:q482="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="CombiExpositionExpositionId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ExpositionPeriodReservation" nillable="true" type="q483:ExpositionPeriodReservation" xmlns:q483="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfExpositionPeriodReservationEntry"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ExpositionPeriodReservationEntry" nillable="true" type="q484:ExpositionPeriodReservationEntry" xmlns:q484="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfExpositionPeriodReservationEntry" nillable="true" type="q485:ArrayOfExpositionPeriodReservationEntry" xmlns:q485="http://www.recreatex.be/webshop/"/><xs:complexType name="ExpositionPeriodReservationEntry"><xs:annotation><xs:documentation>How many participants per price group will register for this expostion period</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="ParticipantCount" type="xs:int"/><xs:element minOccurs="0" name="PriceGroupId" type="ser:guid"/><xs:element minOccurs="0" name="Participants" nillable="true" type="q486:ArrayOfExpositionPeriodReservationEntryParticipant" xmlns:q486="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Cards" nillable="true" type="q487:ArrayOfExpositionPeriodReservationEntryCard" xmlns:q487="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PromotionRuleDiscountAmount" type="xs:decimal"/><xs:element minOccurs="0" name="Amount" type="xs:decimal"/><xs:element minOccurs="0" name="CustomerCardUsages" nillable="true" type="q488:ArrayOfCustomerCardUsage" xmlns:q488="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ExtraInfo" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExternalSaleIntegration" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ExpositionPeriodReservationEntry" nillable="true" type="q489:ExpositionPeriodReservationEntry" xmlns:q489="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfExpositionPeriodReservationEntryParticipant"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ExpositionPeriodReservationEntryParticipant" nillable="true" type="q490:ExpositionPeriodReservationEntryParticipant" xmlns:q490="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfExpositionPeriodReservationEntryParticipant" nillable="true" type="q491:ArrayOfExpositionPeriodReservationEntryParticipant" xmlns:q491="http://www.recreatex.be/webshop/"/><xs:complexType name="ExpositionPeriodReservationEntryParticipant"><xs:annotation><xs:documentation>Participants details for the entry</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FirstName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BirthDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Email" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Phone" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Street" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="HouseNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Zipcode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="City" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Country" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UitpasNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UitpasPrice" type="xs:decimal"/><xs:element minOccurs="0" name="CountryGroupId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UitpasTicketSaleId" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ExpositionPeriodReservationEntryParticipant" nillable="true" type="q492:ExpositionPeriodReservationEntryParticipant" xmlns:q492="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfExpositionPeriodReservationEntryCard"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ExpositionPeriodReservationEntryCard" nillable="true" type="q493:ExpositionPeriodReservationEntryCard" xmlns:q493="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfExpositionPeriodReservationEntryCard" nillable="true" type="q494:ArrayOfExpositionPeriodReservationEntryCard" xmlns:q494="http://www.recreatex.be/webshop/"/><xs:complexType name="ExpositionPeriodReservationEntryCard"><xs:sequence><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FirstName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CardNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PersonCardSubscriptionId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ExpositionPeriodReservationEntryCard" nillable="true" type="q495:ExpositionPeriodReservationEntryCard" xmlns:q495="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfArticleSale"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ArticleSale" nillable="true" type="q496:ArticleSale" xmlns:q496="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfArticleSale" nillable="true" type="q497:ArrayOfArticleSale" xmlns:q497="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureEventReservation"><xs:complexContent mixed="false"><xs:extension base="q498:BasketItem" xmlns:q498="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="Comments" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CultureEventId" type="ser:guid"/><xs:element minOccurs="0" name="CultureSubscriptionId" type="ser:guid"/><xs:element minOccurs="0" name="CustomerId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="CustomerPriceGroupId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Entries" nillable="true" type="q498:ArrayOfCultureEventReservationEntry"/><xs:element minOccurs="0" name="LockTicket" nillable="true" type="q498:LockTicket"/><xs:element minOccurs="0" name="MustBeANewReservation" type="xs:boolean"/><xs:element minOccurs="0" name="Options" nillable="true" type="q498:ArrayOfCultureEventOptionReservation"/><xs:element minOccurs="0" name="ReservationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="ShipTickets" type="xs:boolean"/><xs:element minOccurs="0" name="GiveDonation" type="xs:boolean"/><xs:element minOccurs="0" name="CultureSeriesId" type="ser:guid"/><xs:element minOccurs="0" name="TraderId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="WaiterPadDiscountPercentage" type="xs:decimal"/><xs:element minOccurs="0" name="Type" type="q498:CultureSubscriptionEventType"/><xs:element minOccurs="0" name="UitpasPrice" nillable="true" type="xs:decimal"/><xs:element minOccurs="0" name="UitpasNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UitpasPriceGroup" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="CultureEventReservation" nillable="true" type="q499:CultureEventReservation" xmlns:q499="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfCultureEventReservationEntry"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CultureEventReservationEntry" nillable="true" type="q500:CultureEventReservationEntry" xmlns:q500="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCultureEventReservationEntry" nillable="true" type="q501:ArrayOfCultureEventReservationEntry" xmlns:q501="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureEventReservationEntry"><xs:sequence><xs:element minOccurs="0" name="PriceGroupId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ExternalSaleIntegration" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="CultureEventReservationEntry" nillable="true" type="q502:CultureEventReservationEntry" xmlns:q502="http://www.recreatex.be/webshop/"/><xs:complexType name="BestAvailableSeatsCultureEventReservationEntry"><xs:annotation><xs:documentation>How many participants per price group will register for this culture event</xs:documentation></xs:annotation><xs:complexContent mixed="false"><xs:extension base="q503:CultureEventReservationEntry" xmlns:q503="http://www.recreatex.be/webshop/"><xs:sequence><xs:element name="ParticipantCount" type="xs:int"/><xs:element minOccurs="0" name="SeatBlockId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SeatRowId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SeatRangeId" nillable="true" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="BestAvailableSeatsCultureEventReservationEntry" nillable="true" type="q504:BestAvailableSeatsCultureEventReservationEntry" xmlns:q504="http://www.recreatex.be/webshop/"/><xs:complexType name="ExplicitSeatsCultureEventReservationEntry"><xs:annotation><xs:documentation>Witch seat do you want to reserve for this Culture event</xs:documentation></xs:annotation><xs:complexContent mixed="false"><xs:extension base="q505:CultureEventReservationEntry" xmlns:q505="http://www.recreatex.be/webshop/"><xs:sequence><xs:element name="SeatId" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ExplicitSeatsCultureEventReservationEntry" nillable="true" type="q506:ExplicitSeatsCultureEventReservationEntry" xmlns:q506="http://www.recreatex.be/webshop/"/><xs:complexType name="SiteCultureEventReservationEntry"><xs:annotation><xs:documentation>How many participants per price group will register in a culturesite for this culture event</xs:documentation></xs:annotation><xs:complexContent mixed="false"><xs:extension base="q507:CultureEventReservationEntry" xmlns:q507="http://www.recreatex.be/webshop/"><xs:sequence><xs:element name="ParticipantCount" type="xs:int"/><xs:element minOccurs="0" name="SiteId" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="SiteCultureEventReservationEntry" nillable="true" type="q508:SiteCultureEventReservationEntry" xmlns:q508="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfCultureEventOptionReservation"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CultureEventOptionReservation" nillable="true" type="q509:CultureEventOptionReservation" xmlns:q509="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCultureEventOptionReservation" nillable="true" type="q510:ArrayOfCultureEventOptionReservation" xmlns:q510="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureEventOptionReservation"><xs:sequence><xs:element minOccurs="0" name="CultureEventId" type="ser:guid"/><xs:element minOccurs="0" name="CultureEventOptionId" type="ser:guid"/><xs:element minOccurs="0" name="Quantity" type="xs:int"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="PromotionRuleDiscountAmount" type="xs:decimal"/><xs:element minOccurs="0" name="UnitPrice" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="CultureEventOptionReservation" nillable="true" type="q511:CultureEventOptionReservation" xmlns:q511="http://www.recreatex.be/webshop/"/><xs:simpleType name="CultureSubscriptionEventType"><xs:restriction base="xs:string"><xs:enumeration value="Choice"/><xs:enumeration value="Fixed"/><xs:enumeration value="Bonus"/><xs:enumeration value="Extra"/></xs:restriction></xs:simpleType><xs:element name="CultureSubscriptionEventType" nillable="true" type="q512:CultureSubscriptionEventType" xmlns:q512="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureEventWaitingListReservation"><xs:complexContent mixed="false"><xs:extension base="q513:BasketItem" xmlns:q513="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="CultureEventId" type="ser:guid"/><xs:element minOccurs="0" name="Comments" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ReservationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="SitePlaceQuantity" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="CultureEventWaitingListReservation" nillable="true" type="q514:CultureEventWaitingListReservation" xmlns:q514="http://www.recreatex.be/webshop/"/><xs:complexType name="WaitingListSale"><xs:complexContent mixed="false"><xs:extension base="q515:BasketItem" xmlns:q515="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="WaitingListId" type="ser:guid"/><xs:element minOccurs="0" name="ItemId" type="ser:guid"/><xs:element minOccurs="0" name="WaitingListLessonGroups" nillable="true" type="q515:ArrayOfLessonGroup"/><xs:element minOccurs="0" name="LockTicket" nillable="true" type="q515:LockTicket"/><xs:element minOccurs="0" name="PersonID" type="ser:guid"/><xs:element minOccurs="0" name="Comments" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CustomerID" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="DirectDebitSignature" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="WaitingListSale" nillable="true" type="q516:WaitingListSale" xmlns:q516="http://www.recreatex.be/webshop/"/><xs:complexType name="FitnessActivityDayReservation"><xs:complexContent mixed="false"><xs:extension base="q517:BasketItem" xmlns:q517="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="FitnessActivityDayId" type="ser:guid"/><xs:element minOccurs="0" name="FitnessActivitySlots" nillable="true" type="q518:ArrayOfguid" xmlns:q518="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SubscriptionId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="LockTicket" nillable="true" type="q517:LockTicket"/><xs:element minOccurs="0" name="WaitingList" type="xs:boolean"/><xs:element minOccurs="0" name="FitnessActivityId" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="FitnessActivityDayReservation" nillable="true" type="q519:FitnessActivityDayReservation" xmlns:q519="http://www.recreatex.be/webshop/"/><xs:complexType name="RecurringPlaceReservation"><xs:complexContent mixed="false"><xs:extension base="q520:PlaceReservation" xmlns:q520="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="Pattern" nillable="true" type="q520:RecurringPattern"/><xs:element minOccurs="0" name="PlaceReservations" nillable="true" type="q520:ArrayOfPlaceReservation"/><xs:element minOccurs="0" name="ValidPeriods" nillable="true" type="q520:ArrayOfPeriod"/><xs:element minOccurs="0" name="InvalidPeriods" nillable="true" type="q520:ArrayOfInvalidPeriod"/><xs:element minOccurs="0" name="From" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" type="xs:dateTime"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="RecurringPlaceReservation" nillable="true" type="q521:RecurringPlaceReservation" xmlns:q521="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The RecurringPlaceReservation that needs to be validated</xs:documentation></xs:annotation></xs:element><xs:complexType name="PlaceReservation"><xs:complexContent mixed="false"><xs:extension base="q522:BasketItem" xmlns:q522="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ReservationActivityId" type="ser:guid"/><xs:element minOccurs="0" name="PlaceId" type="ser:guid"/><xs:element minOccurs="0" name="StartDate" type="xs:dateTime"/><xs:element minOccurs="0" name="StartTime" type="ser:duration"/><xs:element minOccurs="0" name="EndDate" type="xs:dateTime"/><xs:element minOccurs="0" name="EndTime" type="ser:duration"/><xs:element minOccurs="0" name="Comments" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SerieId" type="ser:guid"/><xs:element minOccurs="0" name="SerieNumber" type="xs:long"/><xs:element minOccurs="0" name="ReservationNumber" type="xs:long"/><xs:element minOccurs="0" name="LockTicket" nillable="true" type="q522:LockTicket"/><xs:element minOccurs="0" name="NumberOfParticipants" type="xs:int"/><xs:element minOccurs="0" name="ArticleSales" nillable="true" type="q522:ArrayOfArticleSale"/><xs:element minOccurs="0" name="RentalReservations" nillable="true" type="q522:ArrayOfRentalReservation"/><xs:element minOccurs="0" name="DivisionCardID" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="CustomerID" type="ser:guid"/><xs:element minOccurs="0" name="ValidateSubscriptionForActivity" type="xs:boolean"/><xs:element minOccurs="0" name="ValidateSubscriptionForPlace" type="xs:boolean"/><xs:element minOccurs="0" name="PriceGroupID" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SubsidyInfoID" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="WaiterPadDiscountPercentage" type="xs:decimal"/><xs:element minOccurs="0" name="Subject" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CompetitionType" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="InfrastructureDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PlaceDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ReservationActivityDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="InfrastructureId" type="ser:guid"/><xs:element minOccurs="0" name="ContactId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="NationalNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BirthDate" nillable="true" type="xs:dateTime"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="PlaceReservation" nillable="true" type="q523:PlaceReservation" xmlns:q523="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfRentalReservation"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RentalReservation" nillable="true" type="q524:RentalReservation" xmlns:q524="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRentalReservation" nillable="true" type="q525:ArrayOfRentalReservation" xmlns:q525="http://www.recreatex.be/webshop/"/><xs:complexType name="RentalReservation"><xs:complexContent mixed="false"><xs:extension base="q526:BasketItem" xmlns:q526="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ArticleId" type="ser:guid"/><xs:element minOccurs="0" name="From" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" type="xs:dateTime"/><xs:element minOccurs="0" name="Delivery" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Return" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="LockTicket" nillable="true" type="q526:LockTicket"/><xs:element minOccurs="0" name="OrderWithoutPayment" type="xs:boolean"/><xs:element minOccurs="0" name="RentalPrice" type="xs:decimal"/><xs:element minOccurs="0" name="Comments" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Customer" nillable="true" type="q526:Person"/><xs:element minOccurs="0" name="RentalUnitPrice" type="xs:decimal"/><xs:element minOccurs="0" name="RentalQuantity" type="xs:int"/><xs:element minOccurs="0" name="RentalHours" type="xs:decimal"/><xs:element minOccurs="0" name="RentalDays" type="xs:decimal"/><xs:element minOccurs="0" name="RentalNights" type="xs:decimal"/><xs:element minOccurs="0" name="SingleReservation" type="xs:boolean"/><xs:element minOccurs="0" name="GroupReservationByDate" type="xs:boolean"/><xs:element minOccurs="0" name="ToDeliver" type="xs:boolean"/><xs:element minOccurs="0" name="RentalHeaderId" type="ser:guid"/><xs:element minOccurs="0" name="RentalLineIds" nillable="true" type="q527:ArrayOfguid" xmlns:q527="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="ActivityId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Location" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ContactId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="RelationId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="DesiredQuantity" type="xs:int"/><xs:element minOccurs="0" name="GeneralComment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Status" type="q526:RentalReservationStatus"/><xs:element minOccurs="0" name="Reference" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="RentalReservation" nillable="true" type="q528:RentalReservation" xmlns:q528="http://www.recreatex.be/webshop/"/><xs:simpleType name="RentalReservationStatus"><xs:restriction base="xs:string"><xs:enumeration value="LeaseToBeApproved"/><xs:enumeration value="FinalLease"/></xs:restriction></xs:simpleType><xs:element name="RentalReservationStatus" nillable="true" type="q529:RentalReservationStatus" xmlns:q529="http://www.recreatex.be/webshop/"/><xs:complexType name="OptionalRecurringPlaceReservation"><xs:complexContent mixed="false"><xs:extension base="q530:RecurringPlaceReservation" xmlns:q530="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ReservationUnitPrice" type="xs:decimal"/><xs:element minOccurs="0" name="ReservationPrice" type="xs:decimal"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="OptionalRecurringPlaceReservation" nillable="true" type="q531:OptionalRecurringPlaceReservation" xmlns:q531="http://www.recreatex.be/webshop/"/><xs:complexType name="OptionalPlaceReservation"><xs:complexContent mixed="false"><xs:extension base="q532:PlaceReservation" xmlns:q532="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ReservationUnitPrice" type="xs:decimal"/><xs:element minOccurs="0" name="ReservationPrice" type="xs:decimal"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="OptionalPlaceReservation" nillable="true" type="q533:OptionalPlaceReservation" xmlns:q533="http://www.recreatex.be/webshop/"/><xs:complexType name="SubscriptionProlongation"><xs:complexContent mixed="false"><xs:extension base="q534:BasketItem" xmlns:q534="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="SubscriptionId" type="ser:guid"/><xs:element minOccurs="0" name="UitpasEventId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UitpasPrice" nillable="true" type="xs:decimal"/><xs:element minOccurs="0" name="UitpasNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UitpasPriceGroup" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="SubscriptionProlongation" nillable="true" type="q535:SubscriptionProlongation" xmlns:q535="http://www.recreatex.be/webshop/"/><xs:complexType name="FileActivityPeriodReservation"><xs:complexContent mixed="false"><xs:extension base="q536:BasketItem" xmlns:q536="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="FileActivityId" type="ser:guid"/><xs:element minOccurs="0" name="FileTypeID" type="ser:guid"/><xs:element minOccurs="0" name="FileAgeGroupID" type="ser:guid"/><xs:element minOccurs="0" name="Entries" nillable="true" type="q536:ArrayOfFileActivityPeriodReservationEntry"/><xs:element minOccurs="0" name="ExecutionDate" type="xs:dateTime"/><xs:element minOccurs="0" name="ExecutionTime" type="ser:duration"/><xs:element minOccurs="0" name="ExecutionEndDate" type="xs:dateTime"/><xs:element minOccurs="0" name="ExecutionEndTime" type="ser:duration"/><xs:element minOccurs="0" name="NumberOfVisitors" type="xs:int"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LockTicket" nillable="true" type="q536:LockTicket"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LocationAddressID" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="FileActivityPeriodReservation" nillable="true" type="q537:FileActivityPeriodReservation" xmlns:q537="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfFileActivityPeriodReservationEntry"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="FileActivityPeriodReservationEntry" nillable="true" type="q538:FileActivityPeriodReservationEntry" xmlns:q538="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfFileActivityPeriodReservationEntry" nillable="true" type="q539:ArrayOfFileActivityPeriodReservationEntry" xmlns:q539="http://www.recreatex.be/webshop/"/><xs:complexType name="FileActivityPeriodReservationEntry"><xs:annotation><xs:documentation>How many participants per price group will register for this file activity period</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="ArticleId" type="ser:guid"/><xs:element minOccurs="0" name="PriceGroupId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Quantity" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="FileActivityPeriodReservationEntry" nillable="true" type="q540:FileActivityPeriodReservationEntry" xmlns:q540="http://www.recreatex.be/webshop/"/><xs:complexType name="ChildCareCentreEntryReservation"><xs:complexContent mixed="false"><xs:extension base="q541:BasketItem" xmlns:q541="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ChildCareEntryPeriodId" type="ser:guid"/><xs:element minOccurs="0" name="ChildCareCentreId" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="ChildCareCentrePeriodIds" nillable="true" type="q542:ArrayOfguid" xmlns:q542="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="LockTicket" nillable="true" type="q541:LockTicket"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PeriodOptions" nillable="true" type="q541:ArrayOfChildCarePeriodOption"/><xs:element minOccurs="0" name="ChildCareCentreEntryReservationStatusType" type="q541:ChildCareCentreEntryReservationStatusTypes"/><xs:element minOccurs="0" name="IsEditing" type="xs:boolean"/><xs:element minOccurs="0" name="LockPersonId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ChildCareCentreWaitingListPeriodIds" nillable="true" type="q543:ArrayOfguid" xmlns:q543="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="UseEntriesOnPeriod" type="xs:boolean"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ChildCareCentreEntryReservation" nillable="true" type="q544:ChildCareCentreEntryReservation" xmlns:q544="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfChildCarePeriodOption"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ChildCarePeriodOption" nillable="true" type="q545:ChildCarePeriodOption" xmlns:q545="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfChildCarePeriodOption" nillable="true" type="q546:ArrayOfChildCarePeriodOption" xmlns:q546="http://www.recreatex.be/webshop/"/><xs:complexType name="ChildCarePeriodOption"><xs:sequence><xs:element minOccurs="0" name="ChildCareCentrePeriodId" type="ser:guid"/><xs:element minOccurs="0" name="ChildCareCentreOptions" nillable="true" type="q547:ArrayOfChildCareCentreOption" xmlns:q547="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ChildCarePeriodOption" nillable="true" type="q548:ChildCarePeriodOption" xmlns:q548="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfChildCareCentreOption"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ChildCareCentreOption" nillable="true" type="q549:ChildCareCentreOption" xmlns:q549="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfChildCareCentreOption" nillable="true" type="q550:ArrayOfChildCareCentreOption" xmlns:q550="http://www.recreatex.be/webshop/"/><xs:complexType name="ChildCareCentreOption"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ArticleId" type="ser:guid"/><xs:element minOccurs="0" name="ChildCareCentreId" type="ser:guid"/><xs:element minOccurs="0" name="CustomPrice" type="xs:decimal"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IsSelected" type="xs:boolean"/><xs:element minOccurs="0" name="Amount" type="xs:int"/><xs:element minOccurs="0" name="MaxOptions" type="xs:int"/><xs:element minOccurs="0" name="ActivePeriods" nillable="true" type="q551:ArrayOfChildCareCentreOptionActivePeriod" xmlns:q551="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MaxOptionsTotal" type="xs:int"/><xs:element minOccurs="0" name="AgeCategory" nillable="true" type="q552:AgeCategory" xmlns:q552="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ChildCareCentreOption" nillable="true" type="q553:ChildCareCentreOption" xmlns:q553="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfChildCareCentreOptionActivePeriod"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ChildCareCentreOptionActivePeriod" nillable="true" type="q554:ChildCareCentreOptionActivePeriod" xmlns:q554="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfChildCareCentreOptionActivePeriod" nillable="true" type="q555:ArrayOfChildCareCentreOptionActivePeriod" xmlns:q555="http://www.recreatex.be/webshop/"/><xs:complexType name="ChildCareCentreOptionActivePeriod"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="From" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="ChildCareCentreOptionActivePeriod" nillable="true" type="q556:ChildCareCentreOptionActivePeriod" xmlns:q556="http://www.recreatex.be/webshop/"/><xs:simpleType name="ChildCareCentreEntryReservationStatusTypes"><xs:restriction base="xs:string"><xs:enumeration value="ProvisionalRegistered"/><xs:enumeration value="DefinitiveRegistered"/><xs:enumeration value="Canceled"/></xs:restriction></xs:simpleType><xs:element name="ChildCareCentreEntryReservationStatusTypes" nillable="true" type="q557:ChildCareCentreEntryReservationStatusTypes" xmlns:q557="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureSubscriptionEntry"><xs:complexContent mixed="false"><xs:extension base="q558:BasketItem" xmlns:q558="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="CultureSubscriptionID" type="ser:guid"/><xs:element minOccurs="0" name="EventReservations" nillable="true" type="q558:ArrayOfCultureEventReservation"/><xs:element minOccurs="0" name="PriceGroupID" type="ser:guid"/><xs:element minOccurs="0" name="LockTicket" nillable="true" type="q558:LockTicket"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="CultureSubscriptionEntry" nillable="true" type="q559:CultureSubscriptionEntry" xmlns:q559="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfCultureEventReservation"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CultureEventReservation" nillable="true" type="q560:CultureEventReservation" xmlns:q560="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCultureEventReservation" nillable="true" type="q561:ArrayOfCultureEventReservation" xmlns:q561="http://www.recreatex.be/webshop/"/><xs:complexType name="TableSale"><xs:annotation><xs:documentation>Represents an orderline for one specific table</xs:documentation></xs:annotation><xs:complexContent mixed="false"><xs:extension base="q562:BasketItem" xmlns:q562="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="Sequence" type="xs:int"><xs:annotation><xs:documentation>PosSalesLine.Sequence : Sequence number of the order line within the order</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="CreateTimestamp" type="xs:dateTime"><xs:annotation><xs:documentation>PosSalesLine.CreationDate : Date and time when the order line was created.</xs:documentation></xs:annotation></xs:element><xs:element name="TableSaleType" type="q562:TableSaleType"><xs:annotation><xs:documentation>PosSalesLine.Type : The type of registration (article or free text).</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ArticleId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>PosSalesLine.ItemID : The Id of the article that is sold as extra item</xs:documentation></xs:annotation></xs:element><xs:element name="Description" nillable="true" type="xs:string"><xs:annotation><xs:documentation>PosSalesLine.Description : The description of the article, or free text entered by the waiter. CHAR(50)</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ExtraDescription" nillable="true" type="xs:string"><xs:annotation><xs:documentation>PosSalesLine.ExtraDescription : Free extra comment that can be entered by the waiter. CHAR(500)</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Modifiers" nillable="true" type="q562:ArrayOfChosenArticleModifier"><xs:annotation><xs:documentation>List of article modifiers selected by the customer</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="EmployeeId" type="ser:guid"><xs:annotation><xs:documentation>The employee who sold this item</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="OrganisedVisitId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>Exposition Visit ID, if applicable</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="CultureEventReservationId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>Culture event reservation ID, if applicable</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Amount" type="xs:decimal"><xs:annotation><xs:documentation>Price</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ReservationId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>Place reservation ID, if applicable</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="CustomerID" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>Customer ID, if applicable</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="RentalHeaderId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>Rental Header ID, if applicable</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="RentalLineId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>Rental Line ID, if applicable</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="WaiterPadDiscountPercentage" type="xs:decimal"><xs:annotation><xs:documentation>Discount percentage for WaiterPad</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ActivityEntryId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>Activity Entry ID, if applicable</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="CustomPrice" nillable="true" type="xs:decimal"><xs:annotation><xs:documentation>Set a custom price for this table sale</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="CreditSale" type="xs:boolean"><xs:annotation><xs:documentation>This field indicates if the price should be adapted with the price from a cancelled sale</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="FitnessActivityDayReservationId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>Fitness Activity Reservation ID, if applicable</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Cancelled" type="xs:boolean"><xs:annotation><xs:documentation>This field indicates if the table sale is cancelled</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="TableSale" nillable="true" type="q563:TableSale" xmlns:q563="http://www.recreatex.be/webshop/"/><xs:simpleType name="TableSaleType"><xs:restriction base="xs:string"><xs:enumeration value="Item"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="ReservationPlace"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Text"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="EventActivity"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="TicketingReservation"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="OrganisedVisit"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">6</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="RentalItem"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="RentalWarrany"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">9</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="FitnessActivityReservation"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">10</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType><xs:element name="TableSaleType" nillable="true" type="q564:TableSaleType" xmlns:q564="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfChosenArticleModifier"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ChosenArticleModifier" nillable="true" type="q565:ChosenArticleModifier" xmlns:q565="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfChosenArticleModifier" nillable="true" type="q566:ArrayOfChosenArticleModifier" xmlns:q566="http://www.recreatex.be/webshop/"/><xs:complexType name="ChosenArticleModifier"><xs:sequence><xs:element minOccurs="0" name="ArticleModifierDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ArticleModifierValueDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ArticleId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Amount" nillable="true" type="xs:decimal"/><xs:element minOccurs="0" name="ItemOptionId" type="ser:guid"/><xs:element minOccurs="0" name="ItemOptionValueId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ChosenArticleModifier" nillable="true" type="q567:ChosenArticleModifier" xmlns:q567="http://www.recreatex.be/webshop/"/><xs:complexType name="OrganisedVisitRebooking"><xs:complexContent mixed="false"><xs:extension base="q568:BasketItem" xmlns:q568="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="OrganisedVisitId" type="ser:guid"/><xs:element minOccurs="0" name="OrganisedVisitPeriodTransfers" nillable="true" type="q568:ArrayOfOrganisedVisitPeriodTransfer"/><xs:element minOccurs="0" name="LockTicket" nillable="true" type="q568:LockTicket"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="OrganisedVisitRebooking" nillable="true" type="q569:OrganisedVisitRebooking" xmlns:q569="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfOrganisedVisitPeriodTransfer"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="OrganisedVisitPeriodTransfer" nillable="true" type="q570:OrganisedVisitPeriodTransfer" xmlns:q570="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfOrganisedVisitPeriodTransfer" nillable="true" type="q571:ArrayOfOrganisedVisitPeriodTransfer" xmlns:q571="http://www.recreatex.be/webshop/"/><xs:complexType name="OrganisedVisitPeriodTransfer"><xs:sequence><xs:element minOccurs="0" name="OrganisedVisitPriceGroupId" type="ser:guid"/><xs:element minOccurs="0" name="DestinationPeriodId" type="ser:guid"/><xs:element minOccurs="0" name="Quantity" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="OrganisedVisitPeriodTransfer" nillable="true" type="q572:OrganisedVisitPeriodTransfer" xmlns:q572="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureSeriesReservation"><xs:complexContent mixed="false"><xs:extension base="q573:BasketItem" xmlns:q573="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="CultureSeriesID" type="ser:guid"/><xs:element minOccurs="0" name="Entries" nillable="true" type="q573:ArrayOfCultureEventReservationEntry"/><xs:element minOccurs="0" name="Options" nillable="true" type="q573:ArrayOfCultureEventOptionReservation"/><xs:element minOccurs="0" name="Comments" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CustomerId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="LockTicket" nillable="true" type="q573:LockTicket"/><xs:element minOccurs="0" name="ShipTickets" type="xs:boolean"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="CultureSeriesReservation" nillable="true" type="q574:CultureSeriesReservation" xmlns:q574="http://www.recreatex.be/webshop/"/><xs:complexType name="SubscriptionConversion"><xs:complexContent mixed="false"><xs:extension base="q575:BasketItem" xmlns:q575="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="SubscriptionId" type="ser:guid"/><xs:element minOccurs="0" name="SubscriptionConversionArticleId" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="SubscriptionConversion" nillable="true" type="q576:SubscriptionConversion" xmlns:q576="http://www.recreatex.be/webshop/"/><xs:complexType name="FamilySubscriptionAdjustment"><xs:complexContent mixed="false"><xs:extension base="q577:BasketItem" xmlns:q577="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="SubscriptionId" type="ser:guid"/><xs:element minOccurs="0" name="CustomerCardUsages" nillable="true" type="q577:ArrayOfCustomerCardUsage"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="FamilySubscriptionAdjustment" nillable="true" type="q578:FamilySubscriptionAdjustment" xmlns:q578="http://www.recreatex.be/webshop/"/><xs:complexType name="DigitalWalletCharge"><xs:complexContent mixed="false"><xs:extension base="q579:BasketItem" xmlns:q579="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="DigitalWalletId" type="ser:guid"/><xs:element minOccurs="0" name="CardNumber" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="DigitalWalletCharge" nillable="true" type="q580:DigitalWalletCharge" xmlns:q580="http://www.recreatex.be/webshop/"/><xs:complexType name="DigitalWalletDecharge"><xs:complexContent mixed="false"><xs:extension base="q581:BasketItem" xmlns:q581="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="DigitalWalletId" type="ser:guid"/><xs:element minOccurs="0" name="CardNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DisconnectAfterDecharge" type="xs:boolean"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="DigitalWalletDecharge" nillable="true" type="q582:DigitalWalletDecharge" xmlns:q582="http://www.recreatex.be/webshop/"/><xs:complexType name="CombiExpositionReservation"><xs:complexContent mixed="false"><xs:extension base="q583:BasketItem" xmlns:q583="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ExpositionReservations" nillable="true" type="q583:ArrayOfExpositionPeriodReservation"/><xs:element minOccurs="0" name="SelectedCombiExpositionTickets" nillable="true" type="q583:ArrayOfSelectedCombiExpositionTicket"/><xs:element minOccurs="0" name="CombiExpositionId" type="ser:guid"/><xs:element minOccurs="0" name="LockTicket" nillable="true" type="q583:LockTicket"/><xs:element minOccurs="0" name="CustomerId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Comments" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="CombiExpositionReservation" nillable="true" type="q584:CombiExpositionReservation" xmlns:q584="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfExpositionPeriodReservation"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ExpositionPeriodReservation" nillable="true" type="q585:ExpositionPeriodReservation" xmlns:q585="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfExpositionPeriodReservation" nillable="true" type="q586:ArrayOfExpositionPeriodReservation" xmlns:q586="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfSelectedCombiExpositionTicket"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SelectedCombiExpositionTicket" nillable="true" type="q587:SelectedCombiExpositionTicket" xmlns:q587="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSelectedCombiExpositionTicket" nillable="true" type="q588:ArrayOfSelectedCombiExpositionTicket" xmlns:q588="http://www.recreatex.be/webshop/"/><xs:complexType name="SelectedCombiExpositionTicket"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Quantity" type="xs:int"/><xs:element minOccurs="0" name="UnitPrice" type="xs:decimal"/><xs:element minOccurs="0" name="Price" type="xs:decimal"/><xs:element minOccurs="0" name="TotalPriceWithExtraArticles" type="xs:decimal"/><xs:element minOccurs="0" name="ExtraArticles" nillable="true" type="q589:ArrayOfCombiExpositionTicketExtraItem" xmlns:q589="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="OptionalArticles" nillable="true" type="q590:ArrayOfCombiExpositionTicketOptionalArticle" xmlns:q590="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="SelectedCombiExpositionTicket" nillable="true" type="q591:SelectedCombiExpositionTicket" xmlns:q591="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfCombiExpositionTicketExtraItem"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CombiExpositionTicketExtraItem" nillable="true" type="q592:CombiExpositionTicketExtraItem" xmlns:q592="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCombiExpositionTicketExtraItem" nillable="true" type="q593:ArrayOfCombiExpositionTicketExtraItem" xmlns:q593="http://www.recreatex.be/webshop/"/><xs:complexType name="CombiExpositionTicketExtraItem"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ItemId" type="ser:guid"/><xs:element minOccurs="0" name="ShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Quantity" type="xs:int"/><xs:element minOccurs="0" name="UnitPrice" type="xs:decimal"/><xs:element minOccurs="0" name="Price" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="CombiExpositionTicketExtraItem" nillable="true" type="q594:CombiExpositionTicketExtraItem" xmlns:q594="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfCombiExpositionTicketOptionalArticle"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CombiExpositionTicketOptionalArticle" nillable="true" type="q595:CombiExpositionTicketOptionalArticle" xmlns:q595="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCombiExpositionTicketOptionalArticle" nillable="true" type="q596:ArrayOfCombiExpositionTicketOptionalArticle" xmlns:q596="http://www.recreatex.be/webshop/"/><xs:complexType name="CombiExpositionTicketOptionalArticle"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ItemId" type="ser:guid"/><xs:element minOccurs="0" name="ShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Quantity" type="xs:int"/><xs:element minOccurs="0" name="UnitPrice" type="xs:decimal"/><xs:element minOccurs="0" name="Price" type="xs:decimal"/><xs:element minOccurs="0" name="Optional" type="xs:boolean"/><xs:element minOccurs="0" name="MinQuantity" type="xs:int"/><xs:element minOccurs="0" name="MaxQuantity" type="xs:int"/><xs:element minOccurs="0" name="MaxPerTimeSlot" type="xs:int"/><xs:element minOccurs="0" name="MaxPerTicket" type="xs:int"/><xs:element minOccurs="0" name="PriceCalcForSalesItem" type="xs:int"/><xs:element minOccurs="0" name="CombiExpositionTicketId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="CombiExpositionTicketOptionalArticle" nillable="true" type="q597:CombiExpositionTicketOptionalArticle" xmlns:q597="http://www.recreatex.be/webshop/"/><xs:complexType name="CombiOrganisedVisitRebooking"><xs:complexContent mixed="false"><xs:extension base="q598:BasketItem" xmlns:q598="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="OrganisedVisitId" type="ser:guid"/><xs:element minOccurs="0" name="OrganisedVisitPeriodTransfer" nillable="true" type="q598:CombiOrganisedVisitPeriodTransfer"/><xs:element minOccurs="0" name="LockTicket" nillable="true" type="q598:LockTicket"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="CombiOrganisedVisitRebooking" nillable="true" type="q599:CombiOrganisedVisitRebooking" xmlns:q599="http://www.recreatex.be/webshop/"/><xs:complexType name="CombiOrganisedVisitPeriodTransfer"><xs:sequence><xs:element minOccurs="0" name="DestinationPeriodIds" nillable="true" type="q600:ArrayOfguid" xmlns:q600="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType><xs:element name="CombiOrganisedVisitPeriodTransfer" nillable="true" type="q601:CombiOrganisedVisitPeriodTransfer" xmlns:q601="http://www.recreatex.be/webshop/"/><xs:complexType name="DirectDebitSettlement"><xs:complexContent mixed="false"><xs:extension base="q602:BasketItem" xmlns:q602="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="CollectionLineIds" nillable="true" type="q603:ArrayOfguid" xmlns:q603="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="DirectDebitSettlement" nillable="true" type="q604:DirectDebitSettlement" xmlns:q604="http://www.recreatex.be/webshop/"/><xs:complexType name="RecurringPattern"><xs:sequence><xs:element minOccurs="0" name="StartDate" type="xs:dateTime"/><xs:element minOccurs="0" name="StartTime" type="ser:duration"/><xs:element minOccurs="0" name="EndDate" type="xs:dateTime"/><xs:element minOccurs="0" name="EndTime" type="ser:duration"/><xs:element minOccurs="0" name="MaximumIterations" type="xs:int"/><xs:element minOccurs="0" name="FrequencyType" type="q605:FrequencyTypes" xmlns:q605="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Frequency" nillable="true" type="q606:SerieFrequency" xmlns:q606="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="WeekPattern" nillable="true" type="q607:ArrayOfWeekDayRange" xmlns:q607="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MonthPattern" nillable="true" type="q608:SerieMonthPattern" xmlns:q608="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="YearPattern" nillable="true" type="q609:SerieYearPattern" xmlns:q609="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ExclusionDates" nillable="true" type="q610:ArrayOfdateTime" xmlns:q610="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="ExclusionCalendarIds" nillable="true" type="q611:ArrayOfguid" xmlns:q611="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType><xs:element name="RecurringPattern" nillable="true" type="q612:RecurringPattern" xmlns:q612="http://www.recreatex.be/webshop/"/><xs:simpleType name="FrequencyTypes"><xs:restriction base="xs:string"><xs:enumeration value="Daily"/><xs:enumeration value="Weekly"/><xs:enumeration value="Monthly"/><xs:enumeration value="Yearly"/></xs:restriction></xs:simpleType><xs:element name="FrequencyTypes" nillable="true" type="q613:FrequencyTypes" xmlns:q613="http://www.recreatex.be/webshop/"/><xs:complexType name="SerieFrequency"><xs:sequence><xs:element minOccurs="0" name="DayFrequency" type="xs:int"/><xs:element minOccurs="0" name="WeekFrequency" type="xs:int"/><xs:element minOccurs="0" name="MonthFrequency" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="SerieFrequency" nillable="true" type="q614:SerieFrequency" xmlns:q614="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfWeekDayRange"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="WeekDayRange" nillable="true" type="q615:WeekDayRange" xmlns:q615="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfWeekDayRange" nillable="true" type="q616:ArrayOfWeekDayRange" xmlns:q616="http://www.recreatex.be/webshop/"/><xs:complexType name="WeekDayRange"><xs:sequence><xs:element minOccurs="0" name="Weekday" type="q617:WeekDays" xmlns:q617="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Include" type="xs:boolean"/><xs:element minOccurs="0" name="From" type="xs:dateTime"/><xs:element minOccurs="0" name="To" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="WeekDayRange" nillable="true" type="q618:WeekDayRange" xmlns:q618="http://www.recreatex.be/webshop/"/><xs:simpleType name="WeekDays"><xs:restriction base="xs:string"><xs:enumeration value="Dummy"/><xs:enumeration value="Undefined"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">-1</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Monday"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Tuesday"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Wednesday"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Thursday"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Friday"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Saturday"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">6</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Sunday"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">7</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType><xs:element name="WeekDays" nillable="true" type="q619:WeekDays" xmlns:q619="http://www.recreatex.be/webshop/"/><xs:complexType name="SerieMonthPattern"><xs:sequence><xs:element minOccurs="0" name="DayOfTheWeek" type="q620:WeekDays" xmlns:q620="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="DayOfTheMonth" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="SerieMonthPattern" nillable="true" type="q621:SerieMonthPattern" xmlns:q621="http://www.recreatex.be/webshop/"/><xs:complexType name="SerieYearPattern"><xs:sequence><xs:element minOccurs="0" name="DayOfTheWeek" type="q622:WeekDays" xmlns:q622="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="DayOfTheMonth" type="xs:int"/><xs:element minOccurs="0" name="MonthNumber" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="SerieYearPattern" nillable="true" type="q623:SerieYearPattern" xmlns:q623="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfPlaceReservation"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="PlaceReservation" nillable="true" type="q624:PlaceReservation" xmlns:q624="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPlaceReservation" nillable="true" type="q625:ArrayOfPlaceReservation" xmlns:q625="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfPeriod"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Period" nillable="true" type="q626:Period" xmlns:q626="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPeriod" nillable="true" type="q627:ArrayOfPeriod" xmlns:q627="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfInvalidPeriod"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="InvalidPeriod" nillable="true" type="q628:InvalidPeriod" xmlns:q628="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfInvalidPeriod" nillable="true" type="q629:ArrayOfInvalidPeriod" xmlns:q629="http://www.recreatex.be/webshop/"/><xs:complexType name="BasketValidationResult"><xs:complexContent mixed="false"><xs:extension base="q630:ValidationResult" xmlns:q630="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="BasketItemValidationResults" nillable="true" type="q630:ArrayOfBasketItemValidationResult"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="BasketValidationResult" nillable="true" type="q631:BasketValidationResult" xmlns:q631="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfBasketItemValidationResult"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="BasketItemValidationResult" nillable="true" type="q632:BasketItemValidationResult" xmlns:q632="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfBasketItemValidationResult" nillable="true" type="q633:ArrayOfBasketItemValidationResult" xmlns:q633="http://www.recreatex.be/webshop/"/><xs:complexType name="BusTripValidationResult"><xs:complexContent mixed="false"><xs:extension base="q634:ValidationResult" xmlns:q634="http://www.recreatex.be/webshop/"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="BusTripValidationResult" nillable="true" type="q635:BusTripValidationResult" xmlns:q635="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioValidationResult"><xs:complexContent mixed="false"><xs:extension base="q636:ValidationResult" xmlns:q636="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ScenarioSessionId" type="ser:guid"/><xs:element minOccurs="0" name="ScenarioType" nillable="true" type="q636:ScenarioType"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioValidationResult" nillable="true" type="q637:ScenarioValidationResult" xmlns:q637="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioType"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Weight" type="xs:int"/><xs:element minOccurs="0" name="Codes" nillable="true" type="q638:ArrayOfstring" xmlns:q638="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType><xs:element name="ScenarioType" nillable="true" type="q639:ScenarioType" xmlns:q639="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioSessionEmailMessageValidationResult"><xs:complexContent mixed="false"><xs:extension base="q640:ValidationResult" xmlns:q640="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="EmailMessage" nillable="true" type="q640:ScenarioSessionEmailMessage"/><xs:element minOccurs="0" name="EmailMessageType" type="q640:ScenarioSessionEmailMessageType"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioSessionEmailMessageValidationResult" nillable="true" type="q641:ScenarioSessionEmailMessageValidationResult" xmlns:q641="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioSessionEmailMessage"><xs:sequence><xs:element minOccurs="0" name="Subject" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Body" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="To" nillable="true" type="q642:ArrayOfstring" xmlns:q642="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="Person" nillable="true" type="q643:Person" xmlns:q643="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ScenarioSessionEmailMessage" nillable="true" type="q644:ScenarioSessionEmailMessage" xmlns:q644="http://www.recreatex.be/webshop/"/><xs:simpleType name="ScenarioSessionEmailMessageType"><xs:restriction base="xs:string"><xs:enumeration value="Customer"/><xs:enumeration value="FollowUpEmployee"/></xs:restriction></xs:simpleType><xs:element name="ScenarioSessionEmailMessageType" nillable="true" type="q645:ScenarioSessionEmailMessageType" xmlns:q645="http://www.recreatex.be/webshop/"/><xs:complexType name="ReservationAttachmentValidationResult"><xs:complexContent mixed="false"><xs:extension base="q646:ValidationResult" xmlns:q646="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ReservationAttachment" nillable="true" type="q646:ReservationAttachment"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ReservationAttachmentValidationResult" nillable="true" type="q647:ReservationAttachmentValidationResult" xmlns:q647="http://www.recreatex.be/webshop/"/><xs:element name="FindInfoPlayLogsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q648:ServiceContext" xmlns:q648="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="InfoPlayLogsSearchCriteria" nillable="true" type="q649:InfoPlayLogsSearchCriteria" xmlns:q649="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="InfoPlayLogsSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Paging" nillable="true" type="q650:PagingCriteria" xmlns:q650="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SubscriptionLogId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SubscriptionId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="AccessZoneId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ReaderIds" nillable="true" type="q651:ArrayOfguid" xmlns:q651="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q652:InfoPlayLogsIncludes" xmlns:q652="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CreationDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="SubscriptionActivationLogId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="InfoPlayLogsSearchCriteria" nillable="true" type="q653:InfoPlayLogsSearchCriteria" xmlns:q653="http://www.recreatex.be/webshop/"/><xs:complexType name="PagingCriteria"><xs:annotation><xs:documentation>Determines how paging is applied to the search results</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="PageIndex" type="xs:int"><xs:annotation><xs:documentation>The index of the page. The index starts at zero (zero-based)</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="PageSize" type="xs:int"><xs:annotation><xs:documentation>The number of items per page</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Sorting" nillable="true" type="q654:SortingCriteria" xmlns:q654="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="PagingCriteria" nillable="true" type="q655:PagingCriteria" xmlns:q655="http://www.recreatex.be/webshop/"/><xs:complexType name="SortingCriteria"><xs:sequence><xs:element minOccurs="0" name="IsAscending" type="xs:boolean"/><xs:element minOccurs="0" name="PropertyName" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="SortingCriteria" nillable="true" type="q656:SortingCriteria" xmlns:q656="http://www.recreatex.be/webshop/"/><xs:complexType name="InfoPlayLogsIncludes"><xs:sequence><xs:element minOccurs="0" name="VisitorName" type="xs:boolean"/><xs:element minOccurs="0" name="VisitorId" type="xs:boolean"/><xs:element minOccurs="0" name="VisitorGender" type="xs:boolean"/><xs:element minOccurs="0" name="VisitorDateOfBirth" type="xs:boolean"/><xs:element minOccurs="0" name="SubscriptionName" type="xs:boolean"/><xs:element minOccurs="0" name="ArticleId" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="InfoPlayLogsIncludes" nillable="true" type="q657:InfoPlayLogsIncludes" xmlns:q657="http://www.recreatex.be/webshop/"/><xs:element name="FindInfoPlayLogsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="FindInfoPlayLogsResult" nillable="true" type="q658:ArrayOfInfoPlayLog" xmlns:q658="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfInfoPlayLog"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="InfoPlayLog" nillable="true" type="q659:InfoPlayLog" xmlns:q659="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfInfoPlayLog" nillable="true" type="q660:ArrayOfInfoPlayLog" xmlns:q660="http://www.recreatex.be/webshop/"/><xs:complexType name="InfoPlayLog"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Visitor" nillable="true" type="q661:InfoPlayVisitor" xmlns:q661="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Subscription" nillable="true" type="q662:InfoPlaySubscription" xmlns:q662="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Reader" nillable="true" type="q663:InfoPlayReader" xmlns:q663="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CreationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="ValidEntry" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="Type" type="q664:InfoPlayLogType" xmlns:q664="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="InfoPlayLog" nillable="true" type="q665:InfoPlayLog" xmlns:q665="http://www.recreatex.be/webshop/"/><xs:complexType name="InfoPlayVisitor"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="q666:PersonName" xmlns:q666="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Gender" nillable="true" type="q667:Gender" xmlns:q667="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="DateOfBirth" nillable="true" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="InfoPlayVisitor" nillable="true" type="q668:InfoPlayVisitor" xmlns:q668="http://www.recreatex.be/webshop/"/><xs:complexType name="InfoPlaySubscription"><xs:sequence><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IsValid" type="xs:boolean"/><xs:element minOccurs="0" name="ArticleId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="InfoPlaySubscription" nillable="true" type="q669:InfoPlaySubscription" xmlns:q669="http://www.recreatex.be/webshop/"/><xs:complexType name="InfoPlayReader"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="InfoPlayReader" nillable="true" type="q670:InfoPlayReader" xmlns:q670="http://www.recreatex.be/webshop/"/><xs:simpleType name="InfoPlayLogType"><xs:restriction base="xs:string"><xs:enumeration value="SubscriptionLog"/><xs:enumeration value="SubscriptionActivationLog"/></xs:restriction></xs:simpleType><xs:element name="InfoPlayLogType" nillable="true" type="q671:InfoPlayLogType" xmlns:q671="http://www.recreatex.be/webshop/"/><xs:element name="GetInfoPlayCustomFieldsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q672:ServiceContext" xmlns:q672="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="InfoPlayCustomFieldSearchCriteria" nillable="true" type="q673:InfoPlayCustomFieldSearchCriteria" xmlns:q673="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetInfoPlayCustomFieldsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="InfoPlayCustomFields" nillable="true" type="q674:ArrayOfInfoPlayCustomField" xmlns:q674="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetInfoPlayCustomDataRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q675:ServiceContext" xmlns:q675="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="InfoPlayCustomDataSearchCriteria" nillable="true" type="q676:InfoPlayCustomDataSearchCriteria" xmlns:q676="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetInfoPlayCustomDataResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="InfoPlayCustomDataRecords" nillable="true" type="q677:ArrayOfInfoPlayCustomDataRecord" xmlns:q677="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDirectDebitParametersRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q678:ServiceContext" xmlns:q678="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="DirectDebitParametersSearchCriteria" nillable="true" type="q679:DirectDebitParametersSearchCriteria" xmlns:q679="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="DirectDebitParametersSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="DivisionId" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="DirectDebitParametersSearchCriteria" nillable="true" type="q680:DirectDebitParametersSearchCriteria" xmlns:q680="http://www.recreatex.be/webshop/"/><xs:element name="GetDirectDebitParametersResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="DirectDebitParameters" nillable="true" type="q681:DirectDebitParameters" xmlns:q681="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="DirectDebitParameters"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="BacsServiceUserNumber" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="DirectDebitParameters" nillable="true" type="q682:DirectDebitParameters" xmlns:q682="http://www.recreatex.be/webshop/"/><xs:element name="SearchUitpasTariffRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q683:ServiceContext" xmlns:q683="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SearchUitpasTariffCriteria" nillable="true" type="q684:SearchUitpasTariffCriteria" xmlns:q684="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SearchUitpasTariffCriteria"><xs:sequence><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="UitpasNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UitpasEventId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PriceGroup" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BasketItem" nillable="true" type="q685:BasketItem" xmlns:q685="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FirstName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LastName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PriceId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="SearchUitpasTariffCriteria" nillable="true" type="q686:SearchUitpasTariffCriteria" xmlns:q686="http://www.recreatex.be/webshop/"/><xs:element name="SearchUitpasTariffResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SearchUitpasTariffResult" nillable="true" type="q687:SearchUitpasTariffResult" xmlns:q687="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SearchUitpasTariffResult"><xs:sequence><xs:element minOccurs="0" name="IsValid" type="xs:boolean"/><xs:element minOccurs="0" name="Price" type="xs:decimal"/><xs:element minOccurs="0" name="PriceGroupToUse" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="SearchUitpasTariffResult" nillable="true" type="q688:SearchUitpasTariffResult" xmlns:q688="http://www.recreatex.be/webshop/"/><xs:element name="BuyUitpasEventRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="BuyUitpasEventCriteria" nillable="true" type="q689:BuyUitpasEventCriteria" xmlns:q689="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q690:ServiceContext" xmlns:q690="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="BuyUitpasEventCriteria"><xs:sequence><xs:element minOccurs="0" name="UitpasNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UitpasEventId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PriceGroup" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BasketItem" nillable="true" type="q691:BasketItem" xmlns:q691="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="BuyUitpasEventCriteria" nillable="true" type="q692:BuyUitpasEventCriteria" xmlns:q692="http://www.recreatex.be/webshop/"/><xs:element name="BuyUitpasEventResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="BuyUitpasEventResult" nillable="true" type="q693:BuyUitpasEventResult" xmlns:q693="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="BuyUitpasEventResult"><xs:sequence><xs:element minOccurs="0" name="IsSuccess" type="xs:boolean"/><xs:element minOccurs="0" name="Price" type="xs:decimal"/><xs:element minOccurs="0" name="TicketSaleId" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="BuyUitpasEventResult" nillable="true" type="q694:BuyUitpasEventResult" xmlns:q694="http://www.recreatex.be/webshop/"/><xs:element name="GetUitpasDataRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="BasketItem" nillable="true" type="q695:BasketItem" xmlns:q695="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q696:ServiceContext" xmlns:q696="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetUitpasDataResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetUitpasDataResult" nillable="true" type="q697:GetUitpasDataResult" xmlns:q697="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="GetUitpasDataResult"><xs:sequence><xs:element minOccurs="0" name="UitpasEventId" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="GetUitpasDataResult" nillable="true" type="q698:GetUitpasDataResult" xmlns:q698="http://www.recreatex.be/webshop/"/><xs:element name="UpdateCollectLaterLineRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q699:ServiceContext" xmlns:q699="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="UpdateCollectLaterRequest" nillable="true" type="q700:UpdateCollectLaterLineCriteria" xmlns:q700="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="UpdateCollectLaterLineCriteria"><xs:sequence><xs:element minOccurs="0" name="OrderReference" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ItemCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ItemQuantity" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="UpdateCollectLaterLineCriteria" nillable="true" type="q701:UpdateCollectLaterLineCriteria" xmlns:q701="http://www.recreatex.be/webshop/"/><xs:element name="UpdateCollectLaterLineResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="UpdateCollectLaterResponse" nillable="true" type="q702:UpdateCollectLaterLineResult" xmlns:q702="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="UpdateCollectLaterLineResult"><xs:sequence><xs:element minOccurs="0" name="Succeeded" type="xs:boolean"/><xs:element minOccurs="0" name="ReasonForFailure" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="UpdateCollectLaterLineResult" nillable="true" type="q703:UpdateCollectLaterLineResult" xmlns:q703="http://www.recreatex.be/webshop/"/><xs:element name="CreateCollectLaterLineRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q704:ServiceContext" xmlns:q704="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CreateCollectLaterLineRequest" nillable="true" type="q705:CreateCollectLaterLineCriteria" xmlns:q705="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="CreateCollectLaterLineCriteria"><xs:sequence><xs:element minOccurs="0" name="QuantityToCollect" type="xs:int"/><xs:element minOccurs="0" name="QuantityCollected" type="xs:int"/><xs:element minOccurs="0" name="UniqueReferenceNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="OrderDueDate" type="xs:dateTime"/><xs:element minOccurs="0" name="ExternalItemCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Street" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="City" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Country" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="CreateCollectLaterLineCriteria" nillable="true" type="q706:CreateCollectLaterLineCriteria" xmlns:q706="http://www.recreatex.be/webshop/"/><xs:element name="CreateCollectLaterLineResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CreateCollectLaterLineResponse" nillable="true" type="q707:CreateCollectLaterLineResult" xmlns:q707="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="CreateCollectLaterLineResult"><xs:sequence><xs:element minOccurs="0" name="Succeeded" type="xs:boolean"/><xs:element minOccurs="0" name="ReasonForFailure" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="CreateCollectLaterLineResult" nillable="true" type="q708:CreateCollectLaterLineResult" xmlns:q708="http://www.recreatex.be/webshop/"/><xs:element name="MarkETicketAsDeliveredRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q709:ServiceContext" xmlns:q709="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ETicketDeliveryMarkerCriteria" nillable="true" type="q710:ETicketDeliveryMarkerCriteria" xmlns:q710="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ValidateCardRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q711:ServiceContext" xmlns:q711="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ValidateCardCriteria" nillable="true" type="q712:ValidateCardCriteria" xmlns:q712="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ValidateCardCriteria"><xs:sequence><xs:element minOccurs="0" name="CardId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ReaderId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="PointOfSaleId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ValidateCardCriteria" nillable="true" type="q713:ValidateCardCriteria" xmlns:q713="http://www.recreatex.be/webshop/"/><xs:element name="ValidateCardResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ValidateCardResult" nillable="true" type="q714:ValidateCardResult" xmlns:q714="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ValidateCardResult"><xs:sequence><xs:element minOccurs="0" name="IsHandled" type="xs:boolean"/><xs:element minOccurs="0" name="CardTypeDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExtraDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IsValid" type="xs:boolean"/><xs:element minOccurs="0" name="StatusId" type="xs:int"/><xs:element minOccurs="0" name="StatusMessage" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PrintTicketCommand" nillable="true" type="q715:PrintTicketCommand" xmlns:q715="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="AddToBasketCommand" nillable="true" type="q716:AddToBasketCommand" xmlns:q716="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ValidateCardResult" nillable="true" type="q717:ValidateCardResult" xmlns:q717="http://www.recreatex.be/webshop/"/><xs:complexType name="PrintTicketCommand"><xs:sequence><xs:element minOccurs="0" name="ShouldBeExecuted" type="xs:boolean"/><xs:element minOccurs="0" name="TicketLayout" type="xs:int"/><xs:element minOccurs="0" name="SalesSeriesId" type="ser:guid"/><xs:element minOccurs="0" name="SalesLineId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="PrintTicketCommand" nillable="true" type="q718:PrintTicketCommand" xmlns:q718="http://www.recreatex.be/webshop/"/><xs:complexType name="AddToBasketCommand"><xs:sequence><xs:element minOccurs="0" name="ShouldBeExecuted" type="xs:boolean"/><xs:element minOccurs="0" name="BasketItem" nillable="true" type="q719:BasketItem" xmlns:q719="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="AddToBasketCommand" nillable="true" type="q720:AddToBasketCommand" xmlns:q720="http://www.recreatex.be/webshop/"/><xs:element name="FindExternalCardsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q721:ServiceContext" xmlns:q721="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindExternalCardsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="FindExternalCardsResult" nillable="true" type="q722:FindExternalCardsResult" xmlns:q722="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FindExternalCardsResult"><xs:sequence><xs:element minOccurs="0" name="ExternalCards" nillable="true" type="q723:ArrayOfExternalCard" xmlns:q723="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="FindExternalCardsResult" nillable="true" type="q724:FindExternalCardsResult" xmlns:q724="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfExternalCard"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ExternalCard" nillable="true" type="q725:ExternalCard" xmlns:q725="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfExternalCard" nillable="true" type="q726:ArrayOfExternalCard" xmlns:q726="http://www.recreatex.be/webshop/"/><xs:complexType name="ExternalCard"><xs:sequence><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ExternalCard" nillable="true" type="q727:ExternalCard" xmlns:q727="http://www.recreatex.be/webshop/"/><xs:element name="HandleCardByPluginRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q728:ServiceContext" xmlns:q728="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="HandleCardByPluginCriteria" nillable="true" type="q729:HandleCardByPluginCriteria" xmlns:q729="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="HandleCardByPluginCriteria"><xs:sequence><xs:element minOccurs="0" name="CardId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CardType" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ReaderId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="HandleCardByPluginCriteria" nillable="true" type="q730:HandleCardByPluginCriteria" xmlns:q730="http://www.recreatex.be/webshop/"/><xs:element name="HandleCardByPluginResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="HandleCardByPluginResult" nillable="true" type="q731:HandleCardByPluginResult" xmlns:q731="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="HandleCardByPluginResult"><xs:sequence><xs:element minOccurs="0" name="IsHandled" type="xs:boolean"/><xs:element minOccurs="0" name="DivisionCardId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="AddressCardId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="InvalidityReason" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="IsValid" type="xs:boolean"/><xs:element minOccurs="0" name="IsOnlyValidated" type="xs:boolean"/><xs:element minOccurs="0" name="ExtractedCarrierNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CustomMessage" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="HandleCardByPluginResult" nillable="true" type="q732:HandleCardByPluginResult" xmlns:q732="http://www.recreatex.be/webshop/"/><xs:element name="HandleChannelEventByPluginRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q733:ServiceContext" xmlns:q733="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="HandleChannelEventByPluginCriteria" nillable="true" type="q734:HandleChannelEventByPluginCriteria" xmlns:q734="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="HandleChannelEventByPluginCriteria"><xs:sequence><xs:element minOccurs="0" name="ChannelIOAddress" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PlcNode" type="xs:int"/><xs:element minOccurs="0" name="ADValue" type="xs:decimal"/><xs:element minOccurs="0" name="ChannelId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="HandleChannelEventByPluginCriteria" nillable="true" type="q735:HandleChannelEventByPluginCriteria" xmlns:q735="http://www.recreatex.be/webshop/"/><xs:element name="HandleChannelEventByPluginResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="HandleChannelEventByPluginResult" nillable="true" type="q736:HandleChannelEventByPluginResult" xmlns:q736="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="HandleChannelEventByPluginResult"><xs:sequence><xs:element minOccurs="0" name="IsHandled" type="xs:boolean"/><xs:element minOccurs="0" name="DivisionCardId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="AddressCardId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SubscriptionId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="InstructionSetId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SalesHeaderId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="IsValid" type="xs:boolean"/><xs:element minOccurs="0" name="IsOnlyValidated" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="HandleChannelEventByPluginResult" nillable="true" type="q737:HandleChannelEventByPluginResult" xmlns:q737="http://www.recreatex.be/webshop/"/><xs:element name="GetNetPayChargeUrlRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q738:ServiceContext" xmlns:q738="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetNetPayChargeUrlCriteria" nillable="true" type="q739:GetNetPayChargeUrlCriteria" xmlns:q739="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetNetPayChargeUrlResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="q740:GetNetPayChargeUrlResult" xmlns:q740="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetNetPayBalanceRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q741:ServiceContext" xmlns:q741="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetNetPayBalanceCriteria" nillable="true" type="q742:GetNetPayBalanceCriteria" xmlns:q742="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetNetPayBalanceResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="q743:GetNetPayBalanceResult" xmlns:q743="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetBebarmaticInfoRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q744:ServiceContext" xmlns:q744="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetBebarmaticInfoCriteria" nillable="true" type="q745:GetBebarmaticInfoCriteria" xmlns:q745="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetBebarmaticInfoResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="q746:GetBebarmaticInfoResult" xmlns:q746="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="GetBebarmaticInfoResult"><xs:sequence><xs:element minOccurs="0" name="TicketId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="EntryTime" type="xs:dateTime"/><xs:element minOccurs="0" name="ExitTime" type="xs:dateTime"/><xs:element minOccurs="0" name="PaymentTime" type="xs:dateTime"/><xs:element minOccurs="0" name="CurrentTime" type="xs:dateTime"/><xs:element minOccurs="0" name="ValidUntil" type="xs:dateTime"/><xs:element minOccurs="0" name="RepayTime" type="xs:dateTime"/><xs:element minOccurs="0" name="FreeTimeAfterEntry" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FreeTimeAfterPayment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Status" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Paid" type="xs:boolean"/><xs:element minOccurs="0" name="VisitorItem" nillable="true" type="q747:VendingMachineArticle" xmlns:q747="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ExternalItem" nillable="true" type="q748:VendingMachineArticle" xmlns:q748="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CustomerId" type="ser:guid"/><xs:element minOccurs="0" name="Hours" type="ser:duration"/><xs:element minOccurs="0" name="Price" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="GetBebarmaticInfoResult" nillable="true" type="q749:GetBebarmaticInfoResult" xmlns:q749="http://www.recreatex.be/webshop/"/><xs:complexType name="VendingMachineArticle"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Translations" nillable="true" type="q750:ArrayOfVendingMachineTranslation" xmlns:q750="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Price" type="xs:decimal"/><xs:element minOccurs="0" name="Types" nillable="true" type="q751:VendingMachineArticleTypes" xmlns:q751="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ExtraSettings" nillable="true" type="q752:VendingMachineArticleExtraSettings" xmlns:q752="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="RequiredSubscriptionArticleIds" nillable="true" type="q753:ArrayOfguid" xmlns:q753="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="TicketLayout" type="xs:int"/><xs:element minOccurs="0" name="CombineTickets" type="xs:boolean"/><xs:element minOccurs="0" name="ActiveDays" nillable="true" type="q754:ArrayOfArticleActiveDay" xmlns:q754="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PrintEntryTicket" type="xs:boolean"/><xs:element minOccurs="0" name="ContainsParts" type="xs:boolean"/><xs:element minOccurs="0" name="UseAndCheckOnRequiredSubscriptions" type="xs:boolean"/><xs:element minOccurs="0" name="RequiredSubscriptionsCheckHeadOfFamily" type="xs:boolean"/><xs:element minOccurs="0" name="SortOrder" type="xs:int"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="AllowedZipCodes" nillable="true" type="q755:ArrayOfstring" xmlns:q755="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="ArticleGroup" nillable="true" type="q756:VendingMachineArticleGroup" xmlns:q756="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="AllowedMinAge" type="xs:int"/><xs:element minOccurs="0" name="AllowedMaxAge" type="xs:int"/><xs:element minOccurs="0" name="SoulItValidation" type="xs:boolean"/><xs:element minOccurs="0" name="MinSaleQuantity" type="xs:int"/><xs:element minOccurs="0" name="PrintEntryTicketParts" type="xs:boolean"/><xs:element minOccurs="0" name="ArrangementParts" nillable="true" type="q757:ArrayOfVendingMachineArticle" xmlns:q757="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="VendingMachineArticle" nillable="true" type="q758:VendingMachineArticle" xmlns:q758="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfVendingMachineTranslation"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="VendingMachineTranslation" nillable="true" type="q759:VendingMachineTranslation" xmlns:q759="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfVendingMachineTranslation" nillable="true" type="q760:ArrayOfVendingMachineTranslation" xmlns:q760="http://www.recreatex.be/webshop/"/><xs:complexType name="VendingMachineTranslation"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="LanguageCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="VendingMachineTranslation" nillable="true" type="q761:VendingMachineTranslation" xmlns:q761="http://www.recreatex.be/webshop/"/><xs:complexType name="VendingMachineArticleTypes"><xs:sequence><xs:element minOccurs="0" name="SubscriptionItem" type="xs:boolean"/><xs:element minOccurs="0" name="ConsumptionCoupon" type="xs:boolean"/><xs:element minOccurs="0" name="ChipKnipItem" type="xs:boolean"/><xs:element minOccurs="0" name="NewMuseumCard" type="xs:boolean"/><xs:element minOccurs="0" name="UniflowItem" type="xs:boolean"/><xs:element minOccurs="0" name="SubAskMuseumCard" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="VendingMachineArticleTypes" nillable="true" type="q762:VendingMachineArticleTypes" xmlns:q762="http://www.recreatex.be/webshop/"/><xs:complexType name="VendingMachineArticleExtraSettings"><xs:sequence><xs:element minOccurs="0" name="AutoCardGeneration" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="VendingMachineArticleExtraSettings" nillable="true" type="q763:VendingMachineArticleExtraSettings" xmlns:q763="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfArticleActiveDay"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ArticleActiveDay" nillable="true" type="q764:ArticleActiveDay" xmlns:q764="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfArticleActiveDay" nillable="true" type="q765:ArrayOfArticleActiveDay" xmlns:q765="http://www.recreatex.be/webshop/"/><xs:complexType name="ArticleActiveDay"><xs:sequence><xs:element minOccurs="0" name="EndDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="StartDate" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="ArticleActiveDay" nillable="true" type="q766:ArticleActiveDay" xmlns:q766="http://www.recreatex.be/webshop/"/><xs:complexType name="VendingMachineArticleGroup"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Translations" nillable="true" type="q767:ArrayOfVendingMachineTranslation" xmlns:q767="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="VendingMachineArticleGroup" nillable="true" type="q768:VendingMachineArticleGroup" xmlns:q768="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfVendingMachineArticle"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="VendingMachineArticle" nillable="true" type="q769:VendingMachineArticle" xmlns:q769="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfVendingMachineArticle" nillable="true" type="q770:ArrayOfVendingMachineArticle" xmlns:q770="http://www.recreatex.be/webshop/"/><xs:element name="PayBebarmaticRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q771:ServiceContext" xmlns:q771="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PayBebarmaticCriteria" nillable="true" type="q772:PayBebarmaticCriteria" xmlns:q772="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType></xs:element><xs:element name="PayBebarmaticResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="q773:PayBebarmaticResult" xmlns:q773="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListSeasonPlanningsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q774:ServiceContext" xmlns:q774="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ListSeasonPlanningsCriteria" nillable="true" type="q775:ListSeasonPlanningsCriteria" xmlns:q775="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ListSeasonPlanningsCriteria"><xs:sequence><xs:element minOccurs="0" name="SeasonPlanningID" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SeasonPlanningStatus" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="AddressId" type="ser:guid"/><xs:element minOccurs="0" name="From" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="InfrastructureId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="PlaceId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ActivityId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ListSeasonPlanningsCriteria" nillable="true" type="q776:ListSeasonPlanningsCriteria" xmlns:q776="http://www.recreatex.be/webshop/"/><xs:element name="ListSeasonPlanningsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ListSeasonPlanningsResult" nillable="true" type="q777:ListSeasonPlanningsResult" xmlns:q777="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ListSeasonPlanningsResult"><xs:sequence><xs:element minOccurs="0" name="SeasonPlannings" nillable="true" type="q778:ArrayOfSeasonPlanning" xmlns:q778="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ListSeasonPlanningsResult" nillable="true" type="q779:ListSeasonPlanningsResult" xmlns:q779="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfSeasonPlanning"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SeasonPlanning" nillable="true" type="q780:SeasonPlanning" xmlns:q780="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSeasonPlanning" nillable="true" type="q781:ArrayOfSeasonPlanning" xmlns:q781="http://www.recreatex.be/webshop/"/><xs:complexType name="SeasonPlanning"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="CreationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Status" type="xs:int"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="AddressId" type="ser:guid"/><xs:element minOccurs="0" name="RecurringPlaceReservation" nillable="true" type="q782:RecurringPlaceReservation" xmlns:q782="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="SeasonPlanning" nillable="true" type="q783:SeasonPlanning" xmlns:q783="http://www.recreatex.be/webshop/"/><xs:element name="CreateSeasonPlanningRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q784:ServiceContext" xmlns:q784="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CreateSeasonPlanningCriteria" nillable="true" type="q785:CreateSeasonPlanningCriteria" xmlns:q785="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="CreateSeasonPlanningCriteria"><xs:sequence><xs:element minOccurs="0" name="SeasonPlanning" nillable="true" type="q786:SeasonPlanning" xmlns:q786="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="CreateSeasonPlanningCriteria" nillable="true" type="q787:CreateSeasonPlanningCriteria" xmlns:q787="http://www.recreatex.be/webshop/"/><xs:element name="CreateSeasonPlanningResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CreateSeasonPlanningResult" nillable="true" type="q788:CreateSeasonPlanningResult" xmlns:q788="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="CreateSeasonPlanningResult"><xs:sequence><xs:element minOccurs="0" name="SeasonPlanning" nillable="true" type="q789:SeasonPlanning" xmlns:q789="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="CreateSeasonPlanningResult" nillable="true" type="q790:CreateSeasonPlanningResult" xmlns:q790="http://www.recreatex.be/webshop/"/><xs:element name="ValidateSeasonPlanningRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q791:ServiceContext" xmlns:q791="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ValidateSeasonPlanningCriteria" nillable="true" type="q792:ValidateSeasonPlanningCriteria" xmlns:q792="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ValidateSeasonPlanningCriteria"><xs:sequence><xs:element minOccurs="0" name="SeasonPlanning" nillable="true" type="q793:SeasonPlanning" xmlns:q793="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ValidReservationPeriodFrom" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="ValidReservationPeriodUntil" nillable="true" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="ValidateSeasonPlanningCriteria" nillable="true" type="q794:ValidateSeasonPlanningCriteria" xmlns:q794="http://www.recreatex.be/webshop/"/><xs:element name="ValidateSeasonPlanningResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ValidateSeasonPlanningResult" nillable="true" type="q795:ValidateSeasonPlanningResult" xmlns:q795="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ValidateSeasonPlanningResult"><xs:sequence><xs:element minOccurs="0" name="SeasonPlanning" nillable="true" type="q796:SeasonPlanning" xmlns:q796="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ValidationResult" nillable="true" type="q797:ValidationResult" xmlns:q797="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ValidateSeasonPlanningResult" nillable="true" type="q798:ValidateSeasonPlanningResult" xmlns:q798="http://www.recreatex.be/webshop/"/><xs:element name="GetSeasonPlanningSettingsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q799:ServiceContext" xmlns:q799="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetSeasonPlanningSettingsCriteria" nillable="true" type="q800:GetSeasonPlanningSettingsCriteria" xmlns:q800="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetSeasonPlanningSettingsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetSeasonPlanningSettingsResult" nillable="true" type="q801:GetSeasonPlanningSettingsResult" xmlns:q801="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ChangeSeasonPlanningStatusRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChangeSeasonPlanningStatusCriteria" nillable="true" type="q802:ChangeSeasonPlanningStatusCriteria" xmlns:q802="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q803:ServiceContext" xmlns:q803="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ChangeSeasonPlanningStatusCriteria"><xs:sequence><xs:element minOccurs="0" name="SeasonPlanning" nillable="true" type="q804:SeasonPlanning" xmlns:q804="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="NewStatus" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="ChangeSeasonPlanningStatusCriteria" nillable="true" type="q805:ChangeSeasonPlanningStatusCriteria" xmlns:q805="http://www.recreatex.be/webshop/"/><xs:element name="ChangeSeasonPlanningStatusResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChangeSeasonPlanningStatusResult" nillable="true" type="q806:ChangeSeasonPlanningStatusResult" xmlns:q806="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.WebServices.Contracts"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetNMBSStationsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q807:ServiceContext" xmlns:q807="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetNMBSStationsCriteria" nillable="true" type="q808:GetNMBSStationsCriteria" xmlns:q808="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetNMBSStationsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetNMBSStationsResult" nillable="true" type="q809:GetNMBSStationsResult" xmlns:q809="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetNMBSProductsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q810:ServiceContext" xmlns:q810="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetNMBSProductsCriteria" nillable="true" type="q811:GetNMBSProductsCriteria" xmlns:q811="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="GetNMBSProductsCriteria"><xs:sequence><xs:element minOccurs="0" name="Journey" nillable="true" type="q812:NMBSJourney" xmlns:q812="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="GetNMBSProductsCriteria" nillable="true" type="q813:GetNMBSProductsCriteria" xmlns:q813="http://www.recreatex.be/webshop/"/><xs:element name="GetNMBSProductsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetNMBSProductsResult" nillable="true" type="q814:GetNMBSProductsResult" xmlns:q814="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="BuyNMBSTicketRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="BuyNMBSTicketsCriteria" nillable="true" type="q815:BuyNMBSTicketCriteria" xmlns:q815="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q816:ServiceContext" xmlns:q816="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="BuyNMBSTicketCriteria"><xs:sequence><xs:element minOccurs="0" name="NMBSTicket" nillable="true" type="q817:NMBSTicket" xmlns:q817="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="BuyNMBSTicketCriteria" nillable="true" type="q818:BuyNMBSTicketCriteria" xmlns:q818="http://www.recreatex.be/webshop/"/><xs:element name="BuyNMBSTicketResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="BuyNMBSTicketsResult" nillable="true" type="q819:BuyNMBSTicketResult" xmlns:q819="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="BuyNMBSTicketResult"><xs:sequence><xs:element minOccurs="0" name="Barcode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DepartureStationName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DestinationStationName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TravelDate" type="xs:dateTime"/><xs:element minOccurs="0" name="JourneyType" type="q820:JourneyType" xmlns:q820="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="TravelClass" type="q821:TravelClass" xmlns:q821="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ShortSmsCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LongSmsCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ProductId" type="xs:long"/><xs:element minOccurs="0" name="TicketNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TransactionNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ProductName" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="BuyNMBSTicketResult" nillable="true" type="q822:BuyNMBSTicketResult" xmlns:q822="http://www.recreatex.be/webshop/"/><xs:element name="GetNMBSSettingsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q823:ServiceContext" xmlns:q823="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetNMBSSettingsCriteria" nillable="true" type="q824:GetNMBSSettingsCriteria" xmlns:q824="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetNMBSSettingsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetNMBSSettingsResult" nillable="true" type="q825:GetNMBSSettingsResult" xmlns:q825="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetStatusIncertVoucherRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q826:ServiceContext" xmlns:q826="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetStatusIncertVoucherCriteria" nillable="true" type="q827:GetStatusIncertVoucherCriteria" xmlns:q827="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetStatusIncertVoucherResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetStatusIncertVoucherResult" nillable="true" type="q828:GetStatusIncertVoucherResult" xmlns:q828="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="RedeemIncertVoucherRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q829:ServiceContext" xmlns:q829="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="RedeemIncertVoucherCriteria" nillable="true" type="q830:RedeemIncertVoucherCriteria" xmlns:q830="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="RedeemIncertVoucherResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="RedeemIncertVoucherResult" nillable="true" type="q831:RedeemIncertVoucherResult" xmlns:q831="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="CancelIncertVoucherRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CancelIncertVoucherCriteria" nillable="true" type="q832:CancelIncertVoucherCriteria" xmlns:q832="http://www.recreatex.be/webshop/v1.0/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q833:ServiceContext" xmlns:q833="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="CancelIncertVoucherResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CancelIncertVoucherResult" nillable="true" type="q834:CancelIncertVoucherResult" xmlns:q834="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetShopIDConfigurationRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q835:ServiceContext" xmlns:q835="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetShopIDConfigurationResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ShopIDConfigurationResult" nillable="true" type="q836:ShopIDConfigurationResult" xmlns:q836="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ShopIDConfigurationResult"><xs:sequence><xs:element minOccurs="0" name="Division" nillable="true" type="q837:ConfigurationDivision" xmlns:q837="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Employee" nillable="true" type="q838:ConfigurationEmployee" xmlns:q838="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/><xs:element minOccurs="0" name="LastReleaseExpiredBasketItemLocks" type="xs:dateTime"/><xs:element minOccurs="0" name="LockPerson" nillable="true" type="q839:ConfigurationPerson" xmlns:q839="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/><xs:element minOccurs="0" name="LockTime" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PointOfSale" nillable="true" type="q840:ConfigurationPointOfSale" xmlns:q840="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/><xs:element minOccurs="0" name="RemovePersonalData" type="xs:boolean"/><xs:element minOccurs="0" name="ShopName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Version" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ShopIDConfigurationResult" nillable="true" type="q841:ShopIDConfigurationResult" xmlns:q841="http://www.recreatex.be/webshop/"/><xs:complexType name="ConfigurationDivision"><xs:sequence><xs:element minOccurs="0" name="Division" nillable="true" type="q842:Division" xmlns:q842="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="DivisionExists" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ConfigurationDivision" nillable="true" type="q843:ConfigurationDivision" xmlns:q843="http://www.recreatex.be/webshop/"/><xs:element name="GetStatusFashionChequeRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q844:ServiceContext" xmlns:q844="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetStatusIncertVoucherCriteria" nillable="true" type="q845:GetStatusFashionChequeCriteria" xmlns:q845="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetStatusFashionChequeResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetStatusFashionChequeResult" nillable="true" type="q846:GetStatusFashionChequeResult" xmlns:q846="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType></xs:element><xs:element name="RedeemFashionChequeRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q847:ServiceContext" xmlns:q847="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="RedeemFashionChequeCriteria" nillable="true" type="q848:RedeemFashionChequeCriteria" xmlns:q848="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="RedeemFashionChequeResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="RedeemFashionChequeResult" nillable="true" type="q849:RedeemFashionChequeResult" xmlns:q849="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType></xs:element><xs:element name="CancelFashionChequeRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CancelFashionChequeCriteria" nillable="true" type="q850:CancelFashionChequeCriteria" xmlns:q850="http://www.recreatex.be/webshop/v1.0/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q851:ServiceContext" xmlns:q851="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="CancelFashionChequeResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CancelFashionChequeResult" nillable="true" type="q852:CancelFashionChequeResult" xmlns:q852="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetGezinsbondSettingsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q853:ServiceContext" xmlns:q853="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetGezinsbondSettingsCriteria" nillable="true" type="q854:GetGezinsbondSettingsCriteria" xmlns:q854="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetGezinsbondSettingsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetGezinsbondSettingsResult" nillable="true" type="q855:GetGezinsbondSettingsResult" xmlns:q855="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetStatusGezinsbondRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q856:ServiceContext" xmlns:q856="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetStatusGezinsbondCriteria" nillable="true" type="q857:GetStatusGezinsbondCriteria" xmlns:q857="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetStatusGezinsbondResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetStatusGezinsbondResult" nillable="true" type="q858:GetStatusGezinsbondResult" xmlns:q858="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="GetStatusGezinsbondResult"><xs:sequence><xs:element minOccurs="0" name="Gezinsbond" nillable="true" type="q859:GezinsbondCard" xmlns:q859="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="GetStatusGezinsbondResult" nillable="true" type="q860:GetStatusGezinsbondResult" xmlns:q860="http://www.recreatex.be/webshop/"/><xs:complexType name="GezinsbondCard"><xs:sequence><xs:element minOccurs="0" name="Status" type="q861:GezinsbondStatus" xmlns:q861="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CardNumber" type="xs:long"/><xs:element minOccurs="0" name="AccountId" type="xs:long"/><xs:element minOccurs="0" name="Balance" type="xs:decimal"/><xs:element minOccurs="0" name="Barcode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TransactionId" type="xs:long"/><xs:element minOccurs="0" name="RedemptionAmount" type="xs:decimal"/><xs:element minOccurs="0" name="CancelCode" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="GezinsbondCard" nillable="true" type="q862:GezinsbondCard" xmlns:q862="http://www.recreatex.be/webshop/"/><xs:simpleType name="GezinsbondStatus"><xs:restriction base="xs:string"><xs:enumeration value="Active"/><xs:enumeration value="ExpiredButOperationsPossible"/><xs:enumeration value="ExpiredUseNewCardButOperationsPossible"/></xs:restriction></xs:simpleType><xs:element name="GezinsbondStatus" nillable="true" type="q863:GezinsbondStatus" xmlns:q863="http://www.recreatex.be/webshop/"/><xs:element name="RewardGezinsbondRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q864:ServiceContext" xmlns:q864="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="RewardGezinsbondCriteria" nillable="true" type="q865:RewardGezinsbondCriteria" xmlns:q865="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="RewardGezinsbondResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="RewardGezinsbondResult" nillable="true" type="q866:RewardGezinsbondResult" xmlns:q866="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="RedeemGezinsbondRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q867:ServiceContext" xmlns:q867="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="RedeemGezinsbondCriteria" nillable="true" type="q868:RedeemGezinsbondCriteria" xmlns:q868="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="RedeemGezinsbondResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="RedeemGezinsbondResult" nillable="true" type="q869:RedeemGezinsbondResult" xmlns:q869="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="CancelGezinsbondRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CancelGezinsbondCriteria" nillable="true" type="q870:CancelGezinsbondCriteria" xmlns:q870="http://www.recreatex.be/webshop/v1.0/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q871:ServiceContext" xmlns:q871="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="CancelGezinsbondResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CancelGezinsbondResult" nillable="true" type="q872:CancelGezinsbondResult" xmlns:q872="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetStatusLerarenkaartRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q873:ServiceContext" xmlns:q873="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetStatusLerarenkaartCriteria" nillable="true" type="q874:GetStatusLerarenkaartCriteria" xmlns:q874="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetStatusLerarenkaartResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetStatusLerarenkaartResult" nillable="true" type="q875:GetStatusLerarenkaartResult" xmlns:q875="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindQRAppPopupsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q876:ServiceContext" xmlns:q876="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FindQRAppPopupsResult" nillable="true" type="q877:QRAppPopupSearchCriteria" xmlns:q877="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindQRAppPopupsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="FindQRAppPopupsResult" nillable="true" type="q878:FindQRAppPopupsResult" xmlns:q878="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetMuseumPassRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q879:ServiceContext" xmlns:q879="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetMuseumPassCriteria" nillable="true" type="q880:GetMuseumPassCriteria" xmlns:q880="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetMuseumPassResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetMuseumPassResult" nillable="true" type="q881:GetMuseumPassResult" xmlns:q881="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ActivateMuseumPassSubscriptionRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ActivateMuseumPassSubscriptionCriteria" nillable="true" type="q882:ActivateMuseumPassSubscriptionCriteria" xmlns:q882="http://www.recreatex.be/webshop/v1.0/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q883:ServiceContext" xmlns:q883="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ActivateMuseumPassSubscriptionResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ActivateMuseumPassSubscriptionResult" nillable="true" type="q884:ActivateMuseumPassSubscriptionResult" xmlns:q884="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveChildCareCentrePresenceOptionRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareCentrePresenceOption" nillable="true" type="q885:ChildCareCentrePresenceOption" xmlns:q885="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.WebServices.Contracts"/><xs:element minOccurs="0" name="Context" nillable="true" type="q886:ServiceContext" xmlns:q886="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveChildCareCentrePresenceOptionResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareCentrePresenceOptionSaveResult" nillable="true" type="q887:SaveChildCareCentrePresenceOptionResult" xmlns:q887="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SaveChildCareCentrePresenceOptionResult"><xs:sequence><xs:element minOccurs="0" name="PresenceOption" nillable="true" type="q888:ChildCareCentrePresenceOption" xmlns:q888="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.WebServices.Contracts"/><xs:element minOccurs="0" name="ValidationResults" nillable="true" type="q889:ArrayOfValidationResult" xmlns:q889="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="SaveChildCareCentrePresenceOptionResult" nillable="true" type="q890:SaveChildCareCentrePresenceOptionResult" xmlns:q890="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfValidationResult"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ValidationResult" nillable="true" type="q891:ValidationResult" xmlns:q891="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfValidationResult" nillable="true" type="q892:ArrayOfValidationResult" xmlns:q892="http://www.recreatex.be/webshop/"/><xs:element name="SaveChildCareCentrePresenceOptionsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareCentrePresenceOptions" nillable="true" type="q893:ArrayOfChildCareCentrePresenceOption" xmlns:q893="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.WebServices.Contracts"/><xs:element minOccurs="0" name="Context" nillable="true" type="q894:ServiceContext" xmlns:q894="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveChildCareCentrePresenceOptionsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareCentrePresenceOptionsSaveResult" nillable="true" type="q895:SaveChildCareCentrePresenceOptionsResult" xmlns:q895="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SaveChildCareCentrePresenceOptionsResult"><xs:sequence><xs:element minOccurs="0" name="PresenceOptions" nillable="true" type="q896:ArrayOfChildCareCentrePresenceOption" xmlns:q896="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.WebServices.Contracts"/><xs:element minOccurs="0" name="ValidationResults" nillable="true" type="q897:ArrayOfValidationResult" xmlns:q897="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="SaveChildCareCentrePresenceOptionsResult" nillable="true" type="q898:SaveChildCareCentrePresenceOptionsResult" xmlns:q898="http://www.recreatex.be/webshop/"/><xs:element name="FindChildCareSchoolsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareSchoolSearchCriteria" nillable="true" type="q899:ChildCareSchoolSearchCriteria" xmlns:q899="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q900:ServiceContext" xmlns:q900="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ChildCareSchoolSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ChildCareSchoolSearchCriteria" nillable="true" type="q901:ChildCareSchoolSearchCriteria" xmlns:q901="http://www.recreatex.be/webshop/"/><xs:element name="FindChildCareSchoolsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareSchools" nillable="true" type="q902:ArrayOfChildCareSchool" xmlns:q902="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfChildCareSchool"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ChildCareSchool" nillable="true" type="q903:ChildCareSchool" xmlns:q903="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfChildCareSchool" nillable="true" type="q904:ArrayOfChildCareSchool" xmlns:q904="http://www.recreatex.be/webshop/"/><xs:element name="SaveChildCareSchoolRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareSchool" nillable="true" type="q905:ChildCareSchool" xmlns:q905="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q906:ServiceContext" xmlns:q906="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveChildCareSchoolResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareSchoolSaveResult" nillable="true" type="q907:SaveChildCareSchoolResult" xmlns:q907="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SaveChildCareSchoolResult"><xs:sequence><xs:element minOccurs="0" name="ChildCareSchool" nillable="true" type="q908:ChildCareSchool" xmlns:q908="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ValidationResults" nillable="true" type="q909:ArrayOfValidationResult" xmlns:q909="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="SaveChildCareSchoolResult" nillable="true" type="q910:SaveChildCareSchoolResult" xmlns:q910="http://www.recreatex.be/webshop/"/><xs:element name="FindChildCareParentStatutesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareParentStatuteSearchCriteria" nillable="true" type="q911:ChildCareParentStatuteSearchCriteria" xmlns:q911="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.WebServices.Contracts"/><xs:element minOccurs="0" name="Context" nillable="true" type="q912:ServiceContext" xmlns:q912="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindChildCareParentStatutesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareParentStatutes" nillable="true" type="q913:ArrayOfChildCareParentStatute" xmlns:q913="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfChildCareParentStatute"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ChildCareParentStatute" nillable="true" type="q914:ChildCareParentStatute" xmlns:q914="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfChildCareParentStatute" nillable="true" type="q915:ArrayOfChildCareParentStatute" xmlns:q915="http://www.recreatex.be/webshop/"/><xs:element name="FindChildCareBenefitsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareBenefitSearchCriteria" nillable="true" type="q916:ChildCareBenefitSearchCriteria" xmlns:q916="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.WebServices.Contracts"/><xs:element minOccurs="0" name="Context" nillable="true" type="q917:ServiceContext" xmlns:q917="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindChildCareBenefitsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareBenefits" nillable="true" type="q918:ArrayOfChildCareBenefit" xmlns:q918="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfChildCareBenefit"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ChildCareBenefit" nillable="true" type="q919:ChildCareBenefit" xmlns:q919="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfChildCareBenefit" nillable="true" type="q920:ArrayOfChildCareBenefit" xmlns:q920="http://www.recreatex.be/webshop/"/><xs:element name="SaveChildCareExtraInfoParentRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareExtraInfoParent" nillable="true" type="q921:ChildCareExtraInfoParent" xmlns:q921="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q922:ServiceContext" xmlns:q922="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveChildCareExtraInfoParentResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareExtraInfoParentSaveResult" nillable="true" type="q923:SaveChildCareExtraInfoParentResult" xmlns:q923="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SaveChildCareExtraInfoParentResult"><xs:sequence><xs:element minOccurs="0" name="ChildCareExtraInfoParent" nillable="true" type="q924:ChildCareExtraInfoParent" xmlns:q924="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ValidationResults" nillable="true" type="q925:ArrayOfValidationResult" xmlns:q925="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="SaveChildCareExtraInfoParentResult" nillable="true" type="q926:SaveChildCareExtraInfoParentResult" xmlns:q926="http://www.recreatex.be/webshop/"/><xs:element name="FindFiscalCertificatesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q927:ServiceContext" xmlns:q927="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="AddressId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindFiscalCertificatesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="FiscalCertificates" nillable="true" type="q928:ArrayOfFiscalCertificate" xmlns:q928="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfFiscalCertificate"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="FiscalCertificate" nillable="true" type="q929:FiscalCertificate" xmlns:q929="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfFiscalCertificate" nillable="true" type="q930:ArrayOfFiscalCertificate" xmlns:q930="http://www.recreatex.be/webshop/"/><xs:complexType name="FiscalCertificate"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="Participant" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FiscalYear" type="xs:int"/><xs:element minOccurs="0" name="CertificateNumber" type="xs:long"/><xs:element minOccurs="0" name="DivisionID" type="ser:guid"/><xs:element minOccurs="0" name="DivisionName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="StartDate" type="xs:dateTime"/><xs:element minOccurs="0" name="EndDate" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="FiscalCertificate" nillable="true" type="q931:FiscalCertificate" xmlns:q931="http://www.recreatex.be/webshop/"/><xs:element name="ValidateChildCareEntryPriorityRuleRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q932:ServiceContext" xmlns:q932="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ValidateChildCareEntryPriorityRuleCriteria" nillable="true" type="q933:ValidateChildCareEntryPriorityRuleCriteria" xmlns:q933="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.WebServices.Contracts"/></xs:sequence></xs:complexType></xs:element><xs:element name="ValidateChildCareEntryPriorityRuleResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ValidateChildCareEntryPriorityRuleResult" nillable="true" type="q934:ValidateChildCareEntryPriorityRuleResult" xmlns:q934="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.WebServices.Contracts"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindSalesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q935:ServiceContext" xmlns:q935="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FindSalesCriteria" nillable="true" type="q936:FindSalesCriteria" xmlns:q936="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FindSalesCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="CustomerId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="From" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q937:PagingCriteria" xmlns:q937="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="OnlinePaymentOrderId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="OrderNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="EmployeeShiftId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="PointOfSaleId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="RefundReference" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="FindSalesCriteria" nillable="true" type="q938:FindSalesCriteria" xmlns:q938="http://www.recreatex.be/webshop/"/><xs:element name="FindSalesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Sales" nillable="true" type="q939:ArrayOfSale" xmlns:q939="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfSale"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Sale" nillable="true" type="q940:Sale" xmlns:q940="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSale" nillable="true" type="q941:ArrayOfSale" xmlns:q941="http://www.recreatex.be/webshop/"/><xs:complexType name="Sale"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Number" type="xs:long"/><xs:element minOccurs="0" name="Date" type="xs:dateTime"/><xs:element minOccurs="0" name="CustomerId" type="ser:guid"/><xs:element minOccurs="0" name="Lines" nillable="true" type="q942:ArrayOfSalesLine" xmlns:q942="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SalesSeriesId" type="ser:guid"/><xs:element minOccurs="0" name="PointOfSaleId" type="ser:guid"/><xs:element minOccurs="0" name="PaymentLines" nillable="true" type="q943:ArrayOfPaymentLine" xmlns:q943="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.WebServices.Contracts"/></xs:sequence></xs:complexType><xs:element name="Sale" nillable="true" type="q944:Sale" xmlns:q944="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfSalesLine"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SalesLine" nillable="true" type="q945:SalesLine" xmlns:q945="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSalesLine" nillable="true" type="q946:ArrayOfSalesLine" xmlns:q946="http://www.recreatex.be/webshop/"/><xs:complexType name="SalesLine"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="SequenceNumber" type="xs:int"/><xs:element minOccurs="0" name="Quantity" type="xs:decimal"/><xs:element minOccurs="0" name="UnitPrice" type="xs:decimal"/><xs:element minOccurs="0" name="TotalPrice" type="xs:decimal"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MainOrganisedVisitId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="SalesLine" nillable="true" type="q947:SalesLine" xmlns:q947="http://www.recreatex.be/webshop/"/><xs:complexType name="ArticleSalesLine"><xs:complexContent mixed="false"><xs:extension base="q948:SalesLine" xmlns:q948="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ArticleId" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ArticleSalesLine" nillable="true" type="q949:ArticleSalesLine" xmlns:q949="http://www.recreatex.be/webshop/"/><xs:complexType name="ActivityReservationSalesLine"><xs:complexContent mixed="false"><xs:extension base="q950:SalesLine" xmlns:q950="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ActivityReservationId" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ActivityReservationSalesLine" nillable="true" type="q951:ActivityReservationSalesLine" xmlns:q951="http://www.recreatex.be/webshop/"/><xs:complexType name="ChildCareSalesLine"><xs:complexContent mixed="false"><xs:extension base="q952:SalesLine" xmlns:q952="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ChildCareCentreId" type="ser:guid"/><xs:element minOccurs="0" name="ChildCareCentreCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ChildCareCentreName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="PersonName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Day" type="xs:dateTime"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ChildCareSalesLine" nillable="true" type="q953:ChildCareSalesLine" xmlns:q953="http://www.recreatex.be/webshop/"/><xs:complexType name="ExhibitionSalesLine"><xs:complexContent mixed="false"><xs:extension base="q954:SalesLine" xmlns:q954="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ExhibitionId" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ExhibitionSalesLine" nillable="true" type="q955:ExhibitionSalesLine" xmlns:q955="http://www.recreatex.be/webshop/"/><xs:element name="FindETicketsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q956:ServiceContext" xmlns:q956="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ETicketSearchCriteria" nillable="true" type="q957:ETicketSearchCriteria" xmlns:q957="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ETicketSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="From" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="SalesLineId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SubscriptionId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="OrganisedVisitId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q958:PagingCriteria" xmlns:q958="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q959:ETicketSearchCriteriaIncludes" xmlns:q959="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ETicketSearchCriteria" nillable="true" type="q960:ETicketSearchCriteria" xmlns:q960="http://www.recreatex.be/webshop/"/><xs:complexType name="ETicketSearchCriteriaIncludes"><xs:sequence><xs:element minOccurs="0" name="IncludeImage" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ETicketSearchCriteriaIncludes" nillable="true" type="q961:ETicketSearchCriteriaIncludes" xmlns:q961="http://www.recreatex.be/webshop/"/><xs:element name="FindETicketsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ETickets" nillable="true" type="q962:ArrayOfETicket" xmlns:q962="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfETicket"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ETicket" nillable="true" type="q963:ETicket" xmlns:q963="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfETicket" nillable="true" type="q964:ArrayOfETicket" xmlns:q964="http://www.recreatex.be/webshop/"/><xs:complexType name="ETicket"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="TicketNo" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FirstName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MiddleName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Initials" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ContactTitle" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TicketDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TotalPrice" type="xs:decimal"/><xs:element minOccurs="0" name="ItemPriceInc" type="xs:decimal"/><xs:element minOccurs="0" name="ItemPriceExc" type="xs:decimal"/><xs:element minOccurs="0" name="CreationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="TemplateId" type="ser:guid"/><xs:element minOccurs="0" name="CardNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="WebImage" nillable="true" type="xs:base64Binary"/><xs:element minOccurs="0" name="ExpositionName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExpositionFrom" type="xs:dateTime"/><xs:element minOccurs="0" name="ExpositionUntil" type="xs:dateTime"/><xs:element minOccurs="0" name="ExtraInfo1" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExtraInfo2" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExtraInfo3" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Quantity" type="xs:decimal"/><xs:element minOccurs="0" name="StartDate" type="xs:dateTime"/><xs:element minOccurs="0" name="EndDate" type="xs:dateTime"/><xs:element minOccurs="0" name="DonationPrice" type="xs:decimal"/><xs:element minOccurs="0" name="ItemPriceIncWithoutDonation" type="xs:decimal"/><xs:element minOccurs="0" name="ItemPriceExcWithoutDonation" type="xs:decimal"/><xs:element minOccurs="0" name="ExpositionTypeDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExpositionTypeShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExpositionInfo1" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExpositionInfo2" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExpositionInfo3" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExpositionInfo4" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExpositionInfo5" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExpositionComment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="NumberOfDays" type="xs:decimal"/><xs:element minOccurs="0" name="RemainingDays" type="xs:decimal"/><xs:element minOccurs="0" name="NumberOfTurns" type="xs:decimal"/><xs:element minOccurs="0" name="RemainingTurns" type="xs:decimal"/><xs:element minOccurs="0" name="Valid" type="xs:boolean"/><xs:element minOccurs="0" name="Street" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Number" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ZipCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="City" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Country" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Box" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Active" type="xs:boolean"/><xs:element minOccurs="0" name="ExpositionId" type="ser:guid"/><xs:element minOccurs="0" name="Contact" nillable="true" type="q965:Contact" xmlns:q965="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="AnonymousPerson" nillable="true" type="q966:Anonymous" xmlns:q966="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="OrderNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Coupon" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PersonalizedMessage" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Audience" nillable="true" type="q967:Audience" xmlns:q967="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ArticleId" type="ser:guid"/><xs:element minOccurs="0" name="OnlinePaymentOrderId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExpositionPeriodComment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="VisitNo" type="xs:long"/><xs:element minOccurs="0" name="LessonGroupShortNames" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LessonGroupDescriptions" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExternalTicketData" nillable="true" type="q968:ExternalTicketData" xmlns:q968="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CombiExpositionDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CombiExpositionTicketDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ActivityDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ActivityCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ActivityLocation" nillable="true" type="q969:AddressLocation" xmlns:q969="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ActivityImage" nillable="true" type="xs:base64Binary"/><xs:element minOccurs="0" name="ActivityUtilities" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ActivityAgreements" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="RowNumber" type="xs:int"/><xs:element minOccurs="0" name="TotalRows" type="xs:int"/><xs:element minOccurs="0" name="ShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="OrganisedVisitPriceGroupExtraInfo" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ETicket" nillable="true" type="q970:ETicket" xmlns:q970="http://www.recreatex.be/webshop/"/><xs:complexType name="Anonymous"><xs:sequence><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FirstName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Street1" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Street2" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Number" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Box" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Home" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Country" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Email" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Newsletter" type="xs:boolean"/><xs:element minOccurs="0" name="ZipCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Telephone" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="Anonymous" nillable="true" type="q971:Anonymous" xmlns:q971="http://www.recreatex.be/webshop/"/><xs:complexType name="Audience"><xs:sequence><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="Audience" nillable="true" type="q972:Audience" xmlns:q972="http://www.recreatex.be/webshop/"/><xs:complexType name="ExternalTicketData"><xs:sequence><xs:element minOccurs="0" name="Barcode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DepartureStationName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DestinationStationName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TravelDate" type="xs:dateTime"/><xs:element minOccurs="0" name="JourneyType" type="q973:JourneyType" xmlns:q973="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="TravelClass" type="q974:TravelClass" xmlns:q974="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ShortSmsCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LongSmsCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ProductId" type="xs:long"/><xs:element minOccurs="0" name="TicketNumber" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ExternalTicketData" nillable="true" type="q975:ExternalTicketData" xmlns:q975="http://www.recreatex.be/webshop/"/><xs:element name="FindInvoicesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q976:ServiceContext" xmlns:q976="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FindInvoicesCriteria" nillable="true" type="q977:FindInvoicesCriteria" xmlns:q977="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FindInvoicesCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="StartDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="EndDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q978:PagingCriteria" xmlns:q978="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="IncludeDetails" type="xs:boolean"/><xs:element minOccurs="0" name="AllDivisions" type="xs:boolean"/><xs:element minOccurs="0" name="IncludeSalesQuestions" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="FindInvoicesCriteria" nillable="true" type="q979:FindInvoicesCriteria" xmlns:q979="http://www.recreatex.be/webshop/"/><xs:element name="FindInvoicesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Invoices" nillable="true" type="q980:ArrayOfInvoice" xmlns:q980="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfInvoice"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Invoice" nillable="true" type="q981:Invoice" xmlns:q981="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfInvoice" nillable="true" type="q982:ArrayOfInvoice" xmlns:q982="http://www.recreatex.be/webshop/"/><xs:complexType name="Invoice"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="InvoiceNumber" type="xs:long"/><xs:element minOccurs="0" name="InvoiceDate" type="xs:dateTime"/><xs:element minOccurs="0" name="ExpirationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="InvoicePaymentDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Customer" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CustomerCity" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Amount" type="xs:decimal"/><xs:element minOccurs="0" name="Payed" type="xs:decimal"/><xs:element minOccurs="0" name="OGMNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Status" type="xs:int"/><xs:element minOccurs="0" name="ToPay" type="xs:decimal"/><xs:element minOccurs="0" name="PaymentMethods" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CustomerStreet1" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CustomerStreet2" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CustomerBox" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CustomerZipCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Date" type="xs:dateTime"/><xs:element minOccurs="0" name="SalesLines" nillable="true" type="q983:ArrayOfInvoiceSalesLine" xmlns:q983="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CustomerStreetNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SubsidyAmount" type="xs:decimal"/><xs:element minOccurs="0" name="ExternCustomerNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Division" nillable="true" type="q984:InvoiceDivision" xmlns:q984="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SalesQuestions" nillable="true" type="q985:ArrayOfSalesHeaderSalesQuestion" xmlns:q985="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="Invoice" nillable="true" type="q986:Invoice" xmlns:q986="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfInvoiceSalesLine"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="InvoiceSalesLine" nillable="true" type="q987:InvoiceSalesLine" xmlns:q987="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfInvoiceSalesLine" nillable="true" type="q988:ArrayOfInvoiceSalesLine" xmlns:q988="http://www.recreatex.be/webshop/"/><xs:complexType name="InvoiceSalesLine"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="InvoiceId" type="ser:guid"/><xs:element minOccurs="0" name="Type" type="xs:int"/><xs:element minOccurs="0" name="Sequence" type="xs:int"/><xs:element minOccurs="0" name="Item" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UnitOfMeasure" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Quantity" type="xs:decimal"/><xs:element minOccurs="0" name="UnitPrice" type="xs:decimal"/><xs:element minOccurs="0" name="DiscountAmount" type="xs:decimal"/><xs:element minOccurs="0" name="VATPercentage" type="xs:decimal"/><xs:element minOccurs="0" name="VATAmount" type="xs:decimal"/><xs:element minOccurs="0" name="Amount" type="xs:decimal"/><xs:element minOccurs="0" name="ExtraDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Arrangement" type="xs:boolean"/><xs:element minOccurs="0" name="ArrangementPart" type="xs:boolean"/><xs:element minOccurs="0" name="SalesNumber" type="xs:long"/><xs:element minOccurs="0" name="CultureEventDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CultureEventStartTime" type="xs:dateTime"/><xs:element minOccurs="0" name="PriceGroupId" type="ser:guid"/><xs:element minOccurs="0" name="PriceGroup" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LineAmount" type="xs:decimal"/><xs:element minOccurs="0" name="CultureEventShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PriceGroupDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CultureEventStartDate" type="xs:dateTime"/><xs:element minOccurs="0" name="CultureEventId" type="ser:guid"/><xs:element minOccurs="0" name="CultureEventReservationNumber" type="xs:long"/><xs:element minOccurs="0" name="ItemDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="OrganisedVisitNumber" type="xs:long"/><xs:element minOccurs="0" name="ExpositionDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="OrganisedVisitStartDate" type="xs:dateTime"/><xs:element minOccurs="0" name="OrganisedVisitEndDate" type="xs:dateTime"/><xs:element minOccurs="0" name="OrganisedVisitStartTime" type="xs:dateTime"/><xs:element minOccurs="0" name="OrganisedVisitEndTime" type="xs:dateTime"/><xs:element minOccurs="0" name="ReservationNumber" type="xs:long"/><xs:element minOccurs="0" name="ReservationPlace" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ReservationInfrastructure" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ReservationFrom" type="xs:dateTime"/><xs:element minOccurs="0" name="ReservationTo" type="xs:dateTime"/><xs:element minOccurs="0" name="ActivityId" type="ser:guid"/><xs:element minOccurs="0" name="ActivityShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ActivityDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CalculationType" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Date" type="xs:dateTime"/><xs:element minOccurs="0" name="StartDateTime" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="EndDateTime" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Hours" type="xs:dateTime"/><xs:element minOccurs="0" name="PriceSubsidy" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="InvoiceSalesLine" nillable="true" type="q989:InvoiceSalesLine" xmlns:q989="http://www.recreatex.be/webshop/"/><xs:complexType name="InvoiceDivision"><xs:sequence><xs:element minOccurs="0" name="DivisionName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DivisionStreet" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DivisionNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DivisionBox" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DivisionTelephone" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DivisionFax" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DivisionEmail" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DivisionURL" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DivisionInfo1" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DivisionInfo2" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DivisionInfo3" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DivisionInfo4" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DivisionInfo5" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DivisionInfo6" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DivisionInfo7" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DivisionInfo8" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DivisionInfo9" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DivisionInfo10" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DivisionIBAN" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DivisionBank" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DivisionBIC" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DivisionZipCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DivisionCity" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DivisionEmail2" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DivisionVAT" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="InvoiceDivision" nillable="true" type="q990:InvoiceDivision" xmlns:q990="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfSalesHeaderSalesQuestion"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SalesHeaderSalesQuestion" nillable="true" type="q991:SalesHeaderSalesQuestion" xmlns:q991="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSalesHeaderSalesQuestion" nillable="true" type="q992:ArrayOfSalesHeaderSalesQuestion" xmlns:q992="http://www.recreatex.be/webshop/"/><xs:complexType name="SalesHeaderSalesQuestion"><xs:sequence><xs:element minOccurs="0" name="InvoiceId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="AnswerText" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="AnswerDateTime" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="AnswerBoolean" type="xs:boolean"/><xs:element minOccurs="0" name="AnswerInt" type="xs:int"/><xs:element minOccurs="0" name="SalesNumber" type="xs:long"/><xs:element minOccurs="0" name="SalesQuestionCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SalesQuestionDescription" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="SalesHeaderSalesQuestion" nillable="true" type="q993:SalesHeaderSalesQuestion" xmlns:q993="http://www.recreatex.be/webshop/"/><xs:element name="GetSalesHeaderReceiptRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q994:ServiceContext" xmlns:q994="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetSalesHeaderReceiptCriteria" nillable="true" type="q995:GetSalesHeaderReceiptCriteria" xmlns:q995="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="GetSalesHeaderReceiptCriteria"><xs:sequence><xs:element minOccurs="0" name="SalesSeriesId" type="ser:guid"/><xs:element minOccurs="0" name="PrinterType" nillable="true" type="q996:TicketPrinterType" xmlns:q996="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PaperSizeWidth" type="xs:decimal"/><xs:element minOccurs="0" name="PrintAccessTickets" type="xs:boolean"/><xs:element minOccurs="0" name="Printer" nillable="true" type="q997:TicketPrinter" xmlns:q997="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ReprintReceiptsLinkedToDigitalWallet" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="GetSalesHeaderReceiptCriteria" nillable="true" type="q998:GetSalesHeaderReceiptCriteria" xmlns:q998="http://www.recreatex.be/webshop/"/><xs:simpleType name="TicketPrinterType"><xs:restriction base="xs:string"><xs:enumeration value="TM_88"/><xs:enumeration value="TM_U220"/><xs:enumeration value="TM_P60"/><xs:enumeration value="TM_P80"/></xs:restriction></xs:simpleType><xs:element name="TicketPrinterType" nillable="true" type="q999:TicketPrinterType" xmlns:q999="http://www.recreatex.be/webshop/"/><xs:complexType name="TicketPrinter"><xs:sequence><xs:element minOccurs="0" name="PrinterNr" type="xs:int"/><xs:element minOccurs="0" name="PrinterType" type="q1000:TicketPrinterType" xmlns:q1000="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="TicketPrinter" nillable="true" type="q1001:TicketPrinter" xmlns:q1001="http://www.recreatex.be/webshop/"/><xs:element name="GetPrintDataResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="PrintData" nillable="true" type="q1002:ArrayOfPrintDatum" xmlns:q1002="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfPrintDatum"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="PrintDatum" nillable="true" type="q1003:PrintDatum" xmlns:q1003="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPrintDatum" nillable="true" type="q1004:ArrayOfPrintDatum" xmlns:q1004="http://www.recreatex.be/webshop/"/><xs:complexType name="PrintDatum"><xs:sequence><xs:element minOccurs="0" name="PrinterType" type="q1005:PrinterTypes" xmlns:q1005="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PrinterNr" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="Data" nillable="true" type="xs:base64Binary"/></xs:sequence></xs:complexType><xs:element name="PrintDatum" nillable="true" type="q1006:PrintDatum" xmlns:q1006="http://www.recreatex.be/webshop/"/><xs:simpleType name="PrinterTypes"><xs:restriction base="xs:string"><xs:enumeration value="KitchenPrinter"/><xs:enumeration value="BarPrinter"/><xs:enumeration value="CounterPrinter"/><xs:enumeration value="WaiterPrinter"/></xs:restriction></xs:simpleType><xs:element name="PrinterTypes" nillable="true" type="q1007:PrinterTypes" xmlns:q1007="http://www.recreatex.be/webshop/"/><xs:element name="GetSalesHeaderAccessTicketsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1008:ServiceContext" xmlns:q1008="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetSalesHeaderAccessTicketsCriteria" nillable="true" type="q1009:GetSalesHeaderAccessTicketsCriteria" xmlns:q1009="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="GetSalesHeaderAccessTicketsCriteria"><xs:sequence><xs:element minOccurs="0" name="SalesSeriesId" type="ser:guid"/><xs:element minOccurs="0" name="PrinterType" nillable="true" type="q1010:TicketPrinterType" xmlns:q1010="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PaperSizeWidth" type="xs:decimal"/><xs:element minOccurs="0" name="Printer" nillable="true" type="q1011:TicketPrinter" xmlns:q1011="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="GetSalesHeaderAccessTicketsCriteria" nillable="true" type="q1012:GetSalesHeaderAccessTicketsCriteria" xmlns:q1012="http://www.recreatex.be/webshop/"/><xs:element name="GetSalesHeaderAccessTicketsPrintDataJsonRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1013:ServiceContext" xmlns:q1013="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetSalesHeaderAccessTicketsPrintDataJsonCriteria" nillable="true" type="q1014:GetSalesHeaderAccessTicketsPrintDataJsonCriteria" xmlns:q1014="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetSalesHeaderAccessTicketsPrintDataJsonResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetSalesHeaderAccessTicketsPrintDataJsonResult" nillable="true" type="q1015:GetSalesHeaderAccessTicketsPrintDataJsonResult" xmlns:q1015="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetSalesHeaderReceiptPrintDataForWindowsPrinterRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1016:ServiceContext" xmlns:q1016="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetSalesHeaderReceiptPrintDataForWindowsPrinterCriteria" nillable="true" type="q1017:GetSalesHeaderReceiptCriteria" xmlns:q1017="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetSalesHeaderReceiptPrintDataForWindowsPrinterResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetSalesHeaderReceiptPrintDataForWindowsPrinterResponse" nillable="true" type="q1018:ArrayOfPrintDataForWindowsPrinter" xmlns:q1018="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfPrintDataForWindowsPrinter"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="PrintDataForWindowsPrinter" nillable="true" type="q1019:PrintDataForWindowsPrinter" xmlns:q1019="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPrintDataForWindowsPrinter" nillable="true" type="q1020:ArrayOfPrintDataForWindowsPrinter" xmlns:q1020="http://www.recreatex.be/webshop/"/><xs:complexType name="PrintDataForWindowsPrinter"><xs:sequence><xs:element minOccurs="0" name="PrinterLines" nillable="true" type="q1021:ArrayOfPrinterLine" xmlns:q1021="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="PrintDataForWindowsPrinter" nillable="true" type="q1022:PrintDataForWindowsPrinter" xmlns:q1022="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfPrinterLine"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="PrinterLine" nillable="true" type="q1023:PrinterLine" xmlns:q1023="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPrinterLine" nillable="true" type="q1024:ArrayOfPrinterLine" xmlns:q1024="http://www.recreatex.be/webshop/"/><xs:complexType name="PrinterLine"><xs:sequence><xs:element minOccurs="0" name="PrintData" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FontFamilyName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FontSize" type="xs:float"/><xs:element minOccurs="0" name="Style" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Bitmap" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="PrinterLine" nillable="true" type="q1025:PrinterLine" xmlns:q1025="http://www.recreatex.be/webshop/"/><xs:element name="GetSalesHeaderReceiptPrintDataJsonRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1026:ServiceContext" xmlns:q1026="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetSalesHeaderReceiptPrintDataJsonCriteria" nillable="true" type="q1027:GetSalesHeaderReceiptPrintDataJsonCriteria" xmlns:q1027="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetSalesHeaderReceiptPrintDataJsonResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetSalesHeaderReceiptPrintDataJsonResult" nillable="true" type="q1028:GetSalesHeaderReceiptPrintDataJsonResult" xmlns:q1028="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetIntermediateSalesTicketRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1029:ServiceContext" xmlns:q1029="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetIntermediateSalesTicketCriteria" nillable="true" type="q1030:GetIntermediateSalesTicketCriteria" xmlns:q1030="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="GetIntermediateSalesTicketCriteria"><xs:sequence><xs:element minOccurs="0" name="SalesZoneTableId" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeId" type="ser:guid"/><xs:element minOccurs="0" name="PrinterType" nillable="true" type="q1031:TicketPrinterType" xmlns:q1031="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PointOfSaleId" type="ser:guid"/><xs:element minOccurs="0" name="MacId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Printer" nillable="true" type="q1032:TicketPrinter" xmlns:q1032="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="GetIntermediateSalesTicketCriteria" nillable="true" type="q1033:GetIntermediateSalesTicketCriteria" xmlns:q1033="http://www.recreatex.be/webshop/"/><xs:element name="GetInterTicketMessageRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1034:ServiceContext" xmlns:q1034="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetInterTicketMessageCriteria" nillable="true" type="q1035:GetInterTicketMessageCriteria" xmlns:q1035="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="GetInterTicketMessageCriteria"><xs:sequence><xs:element minOccurs="0" name="PointOfSaleId" type="ser:guid"/><xs:element minOccurs="0" name="SalesZoneTableId" type="ser:guid"/><xs:element minOccurs="0" name="MessageId" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeId" type="ser:guid"/><xs:element minOccurs="0" name="PrinterType" nillable="true" type="q1036:TicketPrinterType" xmlns:q1036="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Printers" nillable="true" type="q1037:ArrayOfTicketPrinter" xmlns:q1037="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="GetInterTicketMessageCriteria" nillable="true" type="q1038:GetInterTicketMessageCriteria" xmlns:q1038="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfTicketPrinter"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="TicketPrinter" nillable="true" type="q1039:TicketPrinter" xmlns:q1039="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfTicketPrinter" nillable="true" type="q1040:ArrayOfTicketPrinter" xmlns:q1040="http://www.recreatex.be/webshop/"/><xs:element name="GetKitchenBarTicketRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1041:ServiceContext" xmlns:q1041="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetKitchenBarTicketCriteria" nillable="true" type="q1042:GetKitchenBarTicketCriteria" xmlns:q1042="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="GetKitchenBarTicketCriteria"><xs:sequence/></xs:complexType><xs:element name="GetKitchenBarTicketCriteria" nillable="true" type="q1043:GetKitchenBarTicketCriteria" xmlns:q1043="http://www.recreatex.be/webshop/"/><xs:complexType name="GetKitchenBarTicketCriteriaForTable"><xs:complexContent mixed="false"><xs:extension base="q1044:GetKitchenBarTicketCriteria" xmlns:q1044="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="SalesZoneTableId" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeId" type="ser:guid"/><xs:element minOccurs="0" name="PrinterType" nillable="true" type="q1044:TicketPrinterType"/><xs:element minOccurs="0" name="PointOfSaleId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="KitchenPrinters" nillable="true" type="q1044:ArrayOfTicketPrinter"/><xs:element minOccurs="0" name="BarPrinters" nillable="true" type="q1044:ArrayOfTicketPrinter"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="GetKitchenBarTicketCriteriaForTable" nillable="true" type="q1045:GetKitchenBarTicketCriteriaForTable" xmlns:q1045="http://www.recreatex.be/webshop/"/><xs:complexType name="GetKitchenBarTicketCriteriaWithoutTable"><xs:complexContent mixed="false"><xs:extension base="q1046:GetKitchenBarTicketCriteria" xmlns:q1046="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="SalesSeriesId" type="ser:guid"/><xs:element minOccurs="0" name="LastHeaderOnly" type="xs:boolean"/><xs:element minOccurs="0" name="PrinterType" nillable="true" type="q1046:TicketPrinterType"/><xs:element minOccurs="0" name="KitchenPrinters" nillable="true" type="q1046:ArrayOfTicketPrinter"/><xs:element minOccurs="0" name="BarPrinters" nillable="true" type="q1046:ArrayOfTicketPrinter"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="GetKitchenBarTicketCriteriaWithoutTable" nillable="true" type="q1047:GetKitchenBarTicketCriteriaWithoutTable" xmlns:q1047="http://www.recreatex.be/webshop/"/><xs:element name="SalesZoneTableResetZeroLinesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1048:ServiceContext" xmlns:q1048="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SalesZoneTableId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="SalesZoneTableResetZeroLinesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SalesZoneTableResetZeroLinesResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="PointOfSaleResetZeroLinesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1049:ServiceContext" xmlns:q1049="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PointOfSaleId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="PointOfSaleResetZeroLinesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="PointOfSaleResetZeroLinesResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPosReportTicketRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1050:ServiceContext" xmlns:q1050="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetPosReportCriteria" nillable="true" type="q1051:GetPosReportCriteria" xmlns:q1051="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MacId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PointOfSaleId" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SalesZoneId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="GetPosReportCriteria"><xs:sequence><xs:element minOccurs="0" name="IsFinalReport" type="xs:boolean"/><xs:element minOccurs="0" name="IsFinancialReport" type="xs:boolean"/><xs:element minOccurs="0" name="PointOfSaleId" type="ser:guid"/><xs:element minOccurs="0" name="PrinterType" nillable="true" type="q1052:TicketPrinterType" xmlns:q1052="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Printer" nillable="true" type="q1053:TicketPrinter" xmlns:q1053="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="GetPosReportCriteria" nillable="true" type="q1054:GetPosReportCriteria" xmlns:q1054="http://www.recreatex.be/webshop/"/><xs:element name="GetCashReportTicketRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1055:ServiceContext" xmlns:q1055="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetCashReportCriteria" nillable="true" type="q1056:GetCashReportCriteria" xmlns:q1056="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MacId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PointOfSaleId" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SalesZoneId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="GetCashReportCriteria"><xs:sequence><xs:element minOccurs="0" name="SalesShiftId" type="ser:guid"/><xs:element minOccurs="0" name="PrinterType" nillable="true" type="q1057:TicketPrinterType" xmlns:q1057="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Printer" nillable="true" type="q1058:TicketPrinter" xmlns:q1058="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="GetCashReportCriteria" nillable="true" type="q1059:GetCashReportCriteria" xmlns:q1059="http://www.recreatex.be/webshop/"/><xs:element name="GetCashReportJsonRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1060:ServiceContext" xmlns:q1060="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Criteria" nillable="true" type="q1061:GetCashReportJsonCriteria" xmlns:q1061="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetCashReportJsonResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="q1062:GetCashReportJsonResult" xmlns:q1062="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SetSaleRefundStatusRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1063:ServiceContext" xmlns:q1063="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SetSaleRefundStatusCriteria" nillable="true" type="q1064:SetSaleRefundStatusCriteria" xmlns:q1064="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SetSaleRefundStatusCriteria"><xs:sequence><xs:element minOccurs="0" name="PaymentReference" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="RefundReference" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="RefundAmount" type="xs:decimal"/><xs:element minOccurs="0" name="Success" type="xs:boolean"/><xs:element minOccurs="0" name="Reason" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="SetSaleRefundStatusCriteria" nillable="true" type="q1065:SetSaleRefundStatusCriteria" xmlns:q1065="http://www.recreatex.be/webshop/"/><xs:element name="SetSaleRefundStatusResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Success" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="SetSaleEnvisoPayByLinkRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1066:ServiceContext" xmlns:q1066="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SetSaleEnvisoPayByLinkCriteria" nillable="true" type="q1067:SetSaleEnvisoPayByLinkCriteria" xmlns:q1067="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType></xs:element><xs:element name="SetSaleEnvisoPayByLinkResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Success" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="VendingMachineDigitalEmailReceiptRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1068:ServiceContext" xmlns:q1068="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="EmailAddress" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ReprintReceiptsLinkedToDigitalWallet" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetVendingMachineNextTransactionIDRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1069:ServiceContext" xmlns:q1069="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetVendingMachineNextTransactionIDResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TransactionID" type="xs:unsignedLong"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetVendingMachineSettingsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1070:ServiceContext" xmlns:q1070="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetVendingMachineSettingsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="VendingMachineSettings" nillable="true" type="q1071:VendingMachineSettings" xmlns:q1071="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="VendingMachineSettings"><xs:sequence><xs:element minOccurs="0" name="Items" type="xs:boolean"/><xs:element minOccurs="0" name="InfoSubscriptions" type="xs:boolean"/><xs:element minOccurs="0" name="ProlongSubscriptions" type="xs:boolean"/><xs:element minOccurs="0" name="ShowInItemsScreen" type="xs:boolean"/><xs:element minOccurs="0" name="Tickets" type="xs:boolean"/><xs:element minOccurs="0" name="IncentiveTickets" type="xs:boolean"/><xs:element minOccurs="0" name="ErrorEmailAddresses" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DefaultPaymentMethodId" type="ser:guid"/><xs:element minOccurs="0" name="MuseumCardEnterItem" nillable="true" type="q1072:VendingMachineArticle" xmlns:q1072="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Exhibitions" type="xs:boolean"/><xs:element minOccurs="0" name="Wise" type="xs:boolean"/><xs:element minOccurs="0" name="WiseItem" nillable="true" type="q1073:VendingMachineArticle" xmlns:q1073="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="TicketsByOrderNumber" type="xs:boolean"/><xs:element minOccurs="0" name="AskForZipCode" type="xs:boolean"/><xs:element minOccurs="0" name="AskForZipCodeStartTime" type="ser:duration"/><xs:element minOccurs="0" name="AskForZipCodeEndTime" type="ser:duration"/><xs:element minOccurs="0" name="CountriesToAskFor" nillable="true" type="q1074:ArrayOfVendingMachineCountry" xmlns:q1074="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="DigitalWallet" type="xs:boolean"/><xs:element minOccurs="0" name="DigitalWalletItem" nillable="true" type="q1075:VendingMachineArticle" xmlns:q1075="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SorteerStraatjes" type="xs:boolean"/><xs:element minOccurs="0" name="SorteerStraatjesItem" nillable="true" type="q1076:VendingMachineArticle" xmlns:q1076="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="DivisionId" type="ser:guid"/><xs:element minOccurs="0" name="ShowQrCodeOfDigitalReceipt" type="xs:boolean"/><xs:element minOccurs="0" name="EmailDigitalReceipt" type="xs:boolean"/><xs:element minOccurs="0" name="BaseUrlDigitalReceipt" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CarrierSwitch" type="xs:boolean"/><xs:element minOccurs="0" name="Bebarmatic" type="xs:boolean"/><xs:element minOccurs="0" name="PrintEnvisoTicketsByOrderNumber" type="xs:boolean"/><xs:element minOccurs="0" name="MinimumAgeToRegister" type="xs:int"/><xs:element minOccurs="0" name="AddNewMembershipsToExistingCard" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="VendingMachineSettings" nillable="true" type="q1077:VendingMachineSettings" xmlns:q1077="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfVendingMachineCountry"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="VendingMachineCountry" nillable="true" type="q1078:VendingMachineCountry" xmlns:q1078="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfVendingMachineCountry" nillable="true" type="q1079:ArrayOfVendingMachineCountry" xmlns:q1079="http://www.recreatex.be/webshop/"/><xs:complexType name="VendingMachineCountry"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Zipcodes" nillable="true" type="q1080:ArrayOfZipcode" xmlns:q1080="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Translations" nillable="true" type="q1081:ArrayOfVendingMachineTranslation" xmlns:q1081="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Image" nillable="true" type="q1082:Picture" xmlns:q1082="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="NumberOfPostalCodeCharacters" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="VendingMachineCountry" nillable="true" type="q1083:VendingMachineCountry" xmlns:q1083="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfZipcode"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Zipcode" nillable="true" type="q1084:Zipcode" xmlns:q1084="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfZipcode" nillable="true" type="q1085:ArrayOfZipcode" xmlns:q1085="http://www.recreatex.be/webshop/"/><xs:complexType name="Zipcode"><xs:sequence><xs:element minOccurs="0" name="City" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Country" nillable="true" type="q1086:Country" xmlns:q1086="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Zip" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="Zipcode" nillable="true" type="q1087:Zipcode" xmlns:q1087="http://www.recreatex.be/webshop/"/><xs:complexType name="Country"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Alpha2Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Nationality" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="Country" nillable="true" type="q1088:Country" xmlns:q1088="http://www.recreatex.be/webshop/"/><xs:element name="ListVendingMachineArticlesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1089:ServiceContext" xmlns:q1089="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListVendingMachineArticlesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="VendingMachineArticles" nillable="true" type="q1090:ArrayOfVendingMachineArticle" xmlns:q1090="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindVendingMachinePersonSubscriptionsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1091:ServiceContext" xmlns:q1091="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="VendingMachinePersonSubscriptionsSearchCriteria" nillable="true" type="q1092:VendingMachinePersonSubscriptionsSearchCriteria" xmlns:q1092="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="VendingMachinePersonSubscriptionsSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="UseHeadOfFamily" type="xs:boolean"/><xs:element minOccurs="0" name="OnlyCarrierSwitchActive" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="VendingMachinePersonSubscriptionsSearchCriteria" nillable="true" type="q1093:VendingMachinePersonSubscriptionsSearchCriteria" xmlns:q1093="http://www.recreatex.be/webshop/"/><xs:element name="FindVendingMachinePersonSubscriptionsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="VendingMachinePersonSubscriptions" nillable="true" type="q1094:ArrayOfVendingMachineSubscription" xmlns:q1094="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfVendingMachineSubscription"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="VendingMachineSubscription" nillable="true" type="q1095:VendingMachineSubscription" xmlns:q1095="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfVendingMachineSubscription" nillable="true" type="q1096:ArrayOfVendingMachineSubscription" xmlns:q1096="http://www.recreatex.be/webshop/"/><xs:complexType name="VendingMachineSubscription"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Translations" nillable="true" type="q1097:ArrayOfVendingMachineTranslation" xmlns:q1097="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CreationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="EndDate" type="xs:dateTime"/><xs:element minOccurs="0" name="LastProlongation" type="xs:dateTime"/><xs:element minOccurs="0" name="ArticleId" type="ser:guid"/><xs:element minOccurs="0" name="MultipleProlongAllowed" type="xs:boolean"/><xs:element minOccurs="0" name="Price" type="xs:decimal"/><xs:element minOccurs="0" name="TicketLayout" type="xs:int"/><xs:element minOccurs="0" name="NumberOfTurns" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="StartDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="CheckNumberOfTurns" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="CheckPeriod" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="UseActivationHoursMinutes" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="Active" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="ValidProlongMinDaysBeforeExpiration" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="CanProlongAutoCash" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="CarrierSwitchTicketLayout" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="CarrierSwitchAllowed" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="Valid" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="VendingMachineSubscription" nillable="true" type="q1098:VendingMachineSubscription" xmlns:q1098="http://www.recreatex.be/webshop/"/><xs:element name="FindVendingMachineSubscriptionsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1099:ServiceContext" xmlns:q1099="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="VendingMachineSubscriptionSearchCriteria" nillable="true" type="q1100:VendingMachineSubscriptionSearchCriteria" xmlns:q1100="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="VendingMachineSubscriptionSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="PersonCardId" type="ser:guid"/><xs:element minOccurs="0" name="ExcludeComponents" type="xs:boolean"/><xs:element minOccurs="0" name="OnlyCarrierSwitchActive" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="VendingMachineSubscriptionSearchCriteria" nillable="true" type="q1101:VendingMachineSubscriptionSearchCriteria" xmlns:q1101="http://www.recreatex.be/webshop/"/><xs:element name="FindVendingMachineSubscriptionsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="VendingMachineSubscriptions" nillable="true" type="q1102:ArrayOfVendingMachineSubscription" xmlns:q1102="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindVendingMachineIncentivesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1103:ServiceContext" xmlns:q1103="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="VendingMachineIncentiveSearchCriteria" nillable="true" type="q1104:VendingMachineIncentiveSearchCriteria" xmlns:q1104="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="VendingMachineIncentiveSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="PersonCardId" type="ser:guid"/><xs:element minOccurs="0" name="SalesLineID" type="ser:guid"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q1105:VendingMachineIncentiveIncludes" xmlns:q1105="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="VendingMachineIncentiveSearchCriteria" nillable="true" type="q1106:VendingMachineIncentiveSearchCriteria" xmlns:q1106="http://www.recreatex.be/webshop/"/><xs:complexType name="VendingMachineIncentiveIncludes"><xs:sequence><xs:element minOccurs="0" name="Printed" type="xs:boolean"/><xs:element minOccurs="0" name="Unavailable" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="VendingMachineIncentiveIncludes" nillable="true" type="q1107:VendingMachineIncentiveIncludes" xmlns:q1107="http://www.recreatex.be/webshop/"/><xs:element name="FindVendingMachineIncentivesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="VendingMachineIncentives" nillable="true" type="q1108:ArrayOfVendingMachineIncentive" xmlns:q1108="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfVendingMachineIncentive"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="VendingMachineIncentive" nillable="true" type="q1109:VendingMachineIncentive" xmlns:q1109="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfVendingMachineIncentive" nillable="true" type="q1110:ArrayOfVendingMachineIncentive" xmlns:q1110="http://www.recreatex.be/webshop/"/><xs:complexType name="VendingMachineIncentive"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Translations" nillable="true" type="q1111:ArrayOfVendingMachineTranslation" xmlns:q1111="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="TicketLayout" type="xs:int"/><xs:element minOccurs="0" name="Printed" type="xs:boolean"/><xs:element minOccurs="0" name="Available" type="xs:boolean"/><xs:element minOccurs="0" name="Active" type="xs:boolean"/><xs:element minOccurs="0" name="Valid" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="VendingMachineIncentive" nillable="true" type="q1112:VendingMachineIncentive" xmlns:q1112="http://www.recreatex.be/webshop/"/><xs:element name="FindVendingMachineCultureEventsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1113:ServiceContext" xmlns:q1113="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="VendingMachineCultureEventSearchCriteria" nillable="true" type="q1114:VendingMachineCultureEventSearchCriteria" xmlns:q1114="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="VendingMachineCultureEventSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Includes" nillable="true" type="q1115:VendingMachineCultureEventIncludes" xmlns:q1115="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="VendingMachineCultureEventSearchCriteria" nillable="true" type="q1116:VendingMachineCultureEventSearchCriteria" xmlns:q1116="http://www.recreatex.be/webshop/"/><xs:complexType name="VendingMachineCultureEventIncludes"><xs:sequence><xs:element minOccurs="0" name="Image" type="xs:boolean"/><xs:element minOccurs="0" name="ImageUri" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="VendingMachineCultureEventIncludes" nillable="true" type="q1117:VendingMachineCultureEventIncludes" xmlns:q1117="http://www.recreatex.be/webshop/"/><xs:element name="FindVendingMachineCultureEventsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="VendingMachineCultureEvents" nillable="true" type="q1118:ArrayOfVendingMachineCultureEvent" xmlns:q1118="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfVendingMachineCultureEvent"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="VendingMachineCultureEvent" nillable="true" type="q1119:VendingMachineCultureEvent" xmlns:q1119="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfVendingMachineCultureEvent" nillable="true" type="q1120:ArrayOfVendingMachineCultureEvent" xmlns:q1120="http://www.recreatex.be/webshop/"/><xs:complexType name="VendingMachineCultureEvent"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="From" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" type="xs:dateTime"/><xs:element minOccurs="0" name="Hall" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Image" nillable="true" type="q1121:Picture" xmlns:q1121="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ImageUri" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="RemainingSeats" type="xs:int"/><xs:element minOccurs="0" name="SoldOut" type="xs:boolean"/><xs:element minOccurs="0" name="Translations" nillable="true" type="q1122:ArrayOfVendingMachineTranslation" xmlns:q1122="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Prices" nillable="true" type="q1123:ArrayOfVendingMachineCulturePrice" xmlns:q1123="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="TicketLayout" type="xs:int"/><xs:element minOccurs="0" name="AllowOverbooking" type="xs:boolean"/><xs:element minOccurs="0" name="RemainingSeatsTotal" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="VendingMachineCultureEvent" nillable="true" type="q1124:VendingMachineCultureEvent" xmlns:q1124="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfVendingMachineCulturePrice"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="VendingMachineCulturePrice" nillable="true" type="q1125:VendingMachineCulturePrice" xmlns:q1125="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfVendingMachineCulturePrice" nillable="true" type="q1126:ArrayOfVendingMachineCulturePrice" xmlns:q1126="http://www.recreatex.be/webshop/"/><xs:complexType name="VendingMachineCulturePrice"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Price" type="xs:decimal"/><xs:element minOccurs="0" name="Translations" nillable="true" type="q1127:ArrayOfVendingMachineTranslation" xmlns:q1127="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="VendingMachineCulturePrice" nillable="true" type="q1128:VendingMachineCulturePrice" xmlns:q1128="http://www.recreatex.be/webshop/"/><xs:element name="GetVendingMachineCrystalReportsDatasourceRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1129:ServiceContext" xmlns:q1129="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="VendingMachineCrystalReportDatasourceCriteria" nillable="true" type="q1130:VendingMachineCrystalReportDatasourceCriteria" xmlns:q1130="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="VendingMachineCrystalReportDatasourceCriteria"><xs:sequence><xs:element minOccurs="0" name="Request" nillable="true" type="q1131:ArrayOfVendingMachineDictionaryObject" xmlns:q1131="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="VendingMachineCrystalReportDatasourceCriteria" nillable="true" type="q1132:VendingMachineCrystalReportDatasourceCriteria" xmlns:q1132="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfVendingMachineDictionaryObject"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="VendingMachineDictionaryObject" nillable="true" type="q1133:VendingMachineDictionaryObject" xmlns:q1133="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfVendingMachineDictionaryObject" nillable="true" type="q1134:ArrayOfVendingMachineDictionaryObject" xmlns:q1134="http://www.recreatex.be/webshop/"/><xs:complexType name="VendingMachineDictionaryObject"><xs:sequence><xs:element minOccurs="0" name="Key" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Value" nillable="true" type="xs:anyType"/><xs:element minOccurs="0" name="ValueListSubscriptionProlongationSalesItem" nillable="true" type="q1135:ArrayOfSubscriptionProlongationSalesItem" xmlns:q1135="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="VendingMachineDictionaryObject" nillable="true" type="q1136:VendingMachineDictionaryObject" xmlns:q1136="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfSubscriptionProlongationSalesItem"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SubscriptionProlongationSalesItem" nillable="true" type="q1137:SubscriptionProlongationSalesItem" xmlns:q1137="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSubscriptionProlongationSalesItem" nillable="true" type="q1138:ArrayOfSubscriptionProlongationSalesItem" xmlns:q1138="http://www.recreatex.be/webshop/"/><xs:complexType name="SubscriptionProlongationSalesItem"><xs:complexContent mixed="false"><xs:extension base="q1139:SalesItem" xmlns:q1139="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="SubscriptionId" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="SubscriptionProlongationSalesItem" nillable="true" type="q1140:SubscriptionProlongationSalesItem" xmlns:q1140="http://www.recreatex.be/webshop/"/><xs:complexType name="SalesItem"><xs:sequence><xs:element minOccurs="0" name="Barcodes" nillable="true" type="q1141:ArrayOfstring" xmlns:q1141="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Quantity" type="xs:decimal"/><xs:element minOccurs="0" name="UnitPrice" type="xs:decimal"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UnitPriceWithoutVAT" type="xs:decimal"/><xs:element minOccurs="0" name="SaleDetails" nillable="true" type="q1142:ArrayOfSalesItem" xmlns:q1142="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SalesHeaderID" type="ser:guid"/><xs:element minOccurs="0" name="Date" type="xs:dateTime"/><xs:element minOccurs="0" name="PriceGroup" nillable="true" type="q1143:PriceGroup" xmlns:q1143="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Amount" type="xs:decimal"/><xs:element minOccurs="0" name="SalesNumber" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="Arrangement" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="SalesItem" nillable="true" type="q1144:SalesItem" xmlns:q1144="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfSalesItem"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SalesItem" nillable="true" type="q1145:SalesItem" xmlns:q1145="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSalesItem" nillable="true" type="q1146:ArrayOfSalesItem" xmlns:q1146="http://www.recreatex.be/webshop/"/><xs:complexType name="ExpositionSalesItem"><xs:complexContent mixed="false"><xs:extension base="q1147:SalesItem" xmlns:q1147="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ExpositionId" type="ser:guid"/><xs:element minOccurs="0" name="ExpositionPeriodId" type="ser:guid"/><xs:element minOccurs="0" name="OrganisedVisitId" type="ser:guid"/><xs:element minOccurs="0" name="OrganisedVisitNo" type="xs:long"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ExpositionSalesItem" nillable="true" type="q1148:ExpositionSalesItem" xmlns:q1148="http://www.recreatex.be/webshop/"/><xs:complexType name="ArticleSalesItem"><xs:complexContent mixed="false"><xs:extension base="q1149:SalesItem" xmlns:q1149="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ArticleId" type="ser:guid"/><xs:element minOccurs="0" name="DirectDebitProcessing" type="xs:boolean"/><xs:element minOccurs="0" name="IsMembership" type="xs:boolean"/><xs:element minOccurs="0" name="UitpasPaymentError" nillable="true" type="q1150:UitpasPaymentError" xmlns:q1150="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.WebServices.Contracts"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ArticleSalesItem" nillable="true" type="q1151:ArticleSalesItem" xmlns:q1151="http://www.recreatex.be/webshop/"/><xs:simpleType name="UitpasPaymentErrorType"><xs:restriction base="xs:string"><xs:enumeration value="PaymentFailed"/><xs:enumeration value="PaymentPriceIsWrong"/></xs:restriction></xs:simpleType><xs:element name="UitpasPaymentErrorType" nillable="true" type="q1152:UitpasPaymentErrorType" xmlns:q1152="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureEventReservationSalesItem"><xs:complexContent mixed="false"><xs:extension base="q1153:SalesItem" xmlns:q1153="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="CultureEventReservationId" type="ser:guid"/><xs:element minOccurs="0" name="Seats" nillable="true" type="q1153:ArrayOfSeatAllocation"/><xs:element minOccurs="0" name="Sites" nillable="true" type="q1153:ArrayOfSiteAllocation"/><xs:element minOccurs="0" name="RegistrationArticleSales" nillable="true" type="q1153:ArrayOfArticleSalesItem"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="CultureEventReservationSalesItem" nillable="true" type="q1154:CultureEventReservationSalesItem" xmlns:q1154="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfArticleSalesItem"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ArticleSalesItem" nillable="true" type="q1155:ArticleSalesItem" xmlns:q1155="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfArticleSalesItem" nillable="true" type="q1156:ArrayOfArticleSalesItem" xmlns:q1156="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureEventWaitingListReservationSalesItem"><xs:complexContent mixed="false"><xs:extension base="q1157:SalesItem" xmlns:q1157="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="CultureEventWaitingListReservationId" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="CultureEventWaitingListReservationSalesItem" nillable="true" type="q1158:CultureEventWaitingListReservationSalesItem" xmlns:q1158="http://www.recreatex.be/webshop/"/><xs:complexType name="ActivityReservationSalesItem"><xs:complexContent mixed="false"><xs:extension base="q1159:SalesItem" xmlns:q1159="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="EntryId" type="ser:guid"/><xs:element minOccurs="0" name="OrderId" type="ser:guid"/><xs:element minOccurs="0" name="UitpasPaymentErrors" nillable="true" type="q1160:ArrayOfUitpasPaymentError" xmlns:q1160="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.WebServices.Contracts"/><xs:element minOccurs="0" name="Status" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ActivityReservationSalesItem" nillable="true" type="q1161:ActivityReservationSalesItem" xmlns:q1161="http://www.recreatex.be/webshop/"/><xs:complexType name="FitnessActivityDayReservationSalesItem"><xs:complexContent mixed="false"><xs:extension base="q1162:SalesItem" xmlns:q1162="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="FitnessActivityDayReservationId" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="FitnessActivityDayReservationSalesItem" nillable="true" type="q1163:FitnessActivityDayReservationSalesItem" xmlns:q1163="http://www.recreatex.be/webshop/"/><xs:complexType name="RentalReservationSalesItem"><xs:complexContent mixed="false"><xs:extension base="q1164:SalesItem" xmlns:q1164="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="RentalReservationId" type="ser:guid"/><xs:element minOccurs="0" name="PostedAmount" type="xs:decimal"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="RentalReservationSalesItem" nillable="true" type="q1165:RentalReservationSalesItem" xmlns:q1165="http://www.recreatex.be/webshop/"/><xs:complexType name="RecurringPlaceReservationSalesItem"><xs:complexContent mixed="false"><xs:extension base="q1166:SalesItem" xmlns:q1166="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="SerieId" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="RecurringPlaceReservationSalesItem" nillable="true" type="q1167:RecurringPlaceReservationSalesItem" xmlns:q1167="http://www.recreatex.be/webshop/"/><xs:complexType name="PlaceReservationSalesItem"><xs:complexContent mixed="false"><xs:extension base="q1168:SalesItem" xmlns:q1168="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ReservationId" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="PlaceReservationSalesItem" nillable="true" type="q1169:PlaceReservationSalesItem" xmlns:q1169="http://www.recreatex.be/webshop/"/><xs:complexType name="FileSalesItem"><xs:complexContent mixed="false"><xs:extension base="q1170:SalesItem" xmlns:q1170="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="FileActivityId" type="ser:guid"/><xs:element minOccurs="0" name="FileId" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="FileSalesItem" nillable="true" type="q1171:FileSalesItem" xmlns:q1171="http://www.recreatex.be/webshop/"/><xs:complexType name="ChildCareCentreEntryReservationSalesItem"><xs:complexContent mixed="false"><xs:extension base="q1172:SalesItem" xmlns:q1172="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ChildCareCentreEntryId" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ChildCareCentreEntryReservationSalesItem" nillable="true" type="q1173:ChildCareCentreEntryReservationSalesItem" xmlns:q1173="http://www.recreatex.be/webshop/"/><xs:complexType name="OrganisedVisitRebookingSalesItem"><xs:complexContent mixed="false"><xs:extension base="q1174:SalesItem" xmlns:q1174="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="OrganisedVisitId" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="OrganisedVisitRebookingSalesItem" nillable="true" type="q1175:OrganisedVisitRebookingSalesItem" xmlns:q1175="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureSeriesReservationSalesItem"><xs:complexContent mixed="false"><xs:extension base="q1176:SalesItem" xmlns:q1176="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="CultureEventReservationId" type="ser:guid"/><xs:element minOccurs="0" name="CultureSeriesId" type="ser:guid"/><xs:element minOccurs="0" name="Seats" nillable="true" type="q1176:ArrayOfSeatAllocation"/><xs:element minOccurs="0" name="Sites" nillable="true" type="q1176:ArrayOfSiteAllocation"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="CultureSeriesReservationSalesItem" nillable="true" type="q1177:CultureSeriesReservationSalesItem" xmlns:q1177="http://www.recreatex.be/webshop/"/><xs:complexType name="SubscriptionConversionSalesItem"><xs:complexContent mixed="false"><xs:extension base="q1178:SalesItem" xmlns:q1178="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="OldSubscriptionId" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="SubscriptionConversionSalesItem" nillable="true" type="q1179:SubscriptionConversionSalesItem" xmlns:q1179="http://www.recreatex.be/webshop/"/><xs:complexType name="FamilySubscriptionAdjustmentSalesItem"><xs:complexContent mixed="false"><xs:extension base="q1180:SalesItem" xmlns:q1180="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="SubscriptionId" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="FamilySubscriptionAdjustmentSalesItem" nillable="true" type="q1181:FamilySubscriptionAdjustmentSalesItem" xmlns:q1181="http://www.recreatex.be/webshop/"/><xs:complexType name="DigitalWalletChargeSalesItem"><xs:complexContent mixed="false"><xs:extension base="q1182:SalesItem" xmlns:q1182="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="DigitalWalletId" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="DigitalWalletChargeSalesItem" nillable="true" type="q1183:DigitalWalletChargeSalesItem" xmlns:q1183="http://www.recreatex.be/webshop/"/><xs:complexType name="CombiExpositionSalesItem"><xs:complexContent mixed="false"><xs:extension base="q1184:SalesItem" xmlns:q1184="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="CombiExpositionId" type="ser:guid"/><xs:element minOccurs="0" name="OrganisedVisitId" type="ser:guid"/><xs:element minOccurs="0" name="OrganisedVisitNo" type="xs:long"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="CombiExpositionSalesItem" nillable="true" type="q1185:CombiExpositionSalesItem" xmlns:q1185="http://www.recreatex.be/webshop/"/><xs:complexType name="CombiOrganisedVisitRebookingSalesItem"><xs:complexContent mixed="false"><xs:extension base="q1186:SalesItem" xmlns:q1186="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="OrganisedVisitId" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="CombiOrganisedVisitRebookingSalesItem" nillable="true" type="q1187:CombiOrganisedVisitRebookingSalesItem" xmlns:q1187="http://www.recreatex.be/webshop/"/><xs:complexType name="WaitingListSalesItem"><xs:complexContent mixed="false"><xs:extension base="q1188:SalesItem" xmlns:q1188="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ArticleId" type="ser:guid"/><xs:element minOccurs="0" name="DirectDebitProcessing" type="xs:boolean"/><xs:element minOccurs="0" name="DirectDebitRegistrationArticleId" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="WaitingListSalesItem" nillable="true" type="q1189:WaitingListSalesItem" xmlns:q1189="http://www.recreatex.be/webshop/"/><xs:element name="GetVendingMachineCrystalReportsDatasourceResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="VendingMachineCrystalReportDatasource" nillable="true" type="q1190:VendingMachineCrystalReportDatasource" xmlns:q1190="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="VendingMachineCrystalReportDatasource"><xs:sequence><xs:element minOccurs="0" name="Xml" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="XmlSchema" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TicketLayout" type="xs:int"/><xs:element minOccurs="0" name="TicketType" type="q1191:TicketType" xmlns:q1191="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="NumberOfTickets" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="VendingMachineCrystalReportDatasource" nillable="true" type="q1192:VendingMachineCrystalReportDatasource" xmlns:q1192="http://www.recreatex.be/webshop/"/><xs:simpleType name="TicketType"><xs:restriction base="xs:string"><xs:enumeration value="ReportEntryTicketExposition"/><xs:enumeration value="ReportActivityEntryTicket"/><xs:enumeration value="ReportEntryTicketSub"/><xs:enumeration value="ReportEntryTicket"/><xs:enumeration value="ReportCultureTicket"/></xs:restriction></xs:simpleType><xs:element name="TicketType" nillable="true" type="q1193:TicketType" xmlns:q1193="http://www.recreatex.be/webshop/"/><xs:element name="GetVendingMachineCrystalReportsDatasourcesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="VendingMachineCrystalReportDatasources" nillable="true" type="q1194:ArrayOfVendingMachineCrystalReportDatasource" xmlns:q1194="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfVendingMachineCrystalReportDatasource"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="VendingMachineCrystalReportDatasource" nillable="true" type="q1195:VendingMachineCrystalReportDatasource" xmlns:q1195="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfVendingMachineCrystalReportDatasource" nillable="true" type="q1196:ArrayOfVendingMachineCrystalReportDatasource" xmlns:q1196="http://www.recreatex.be/webshop/"/><xs:element name="SetVendingMachineIncentivesTicketPrintedRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1197:ServiceContext" xmlns:q1197="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="IncentivesId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetVendingMachineArticlePartsSalesLineRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1198:ServiceContext" xmlns:q1198="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="VendingMachineArticlePartsSalesLineSearchCriteria" nillable="true" type="q1199:VendingMachineArticlePartsSalesLineSearchCriteria" xmlns:q1199="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="VendingMachineArticlePartsSalesLineSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="MainsSalesLineID" type="ser:guid"/><xs:element minOccurs="0" name="PrintTicket" nillable="true" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="VendingMachineArticlePartsSalesLineSearchCriteria" nillable="true" type="q1200:VendingMachineArticlePartsSalesLineSearchCriteria" xmlns:q1200="http://www.recreatex.be/webshop/"/><xs:element name="GetVendingMachineArticlePartsSalesLineResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="VendingMachineArticlePartsSalesLines" nillable="true" type="q1201:ArrayOfVendingMachineArticlePartsSalesLine" xmlns:q1201="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfVendingMachineArticlePartsSalesLine"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="VendingMachineArticlePartsSalesLine" nillable="true" type="q1202:VendingMachineArticlePartsSalesLine" xmlns:q1202="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfVendingMachineArticlePartsSalesLine" nillable="true" type="q1203:ArrayOfVendingMachineArticlePartsSalesLine" xmlns:q1203="http://www.recreatex.be/webshop/"/><xs:complexType name="VendingMachineArticlePartsSalesLine"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="SubscriptionItem" type="xs:boolean"/><xs:element minOccurs="0" name="TicketLayout" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="VendingMachineArticlePartsSalesLine" nillable="true" type="q1204:VendingMachineArticlePartsSalesLine" xmlns:q1204="http://www.recreatex.be/webshop/"/><xs:element name="GetHeadOfFamilySubscriberIdRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1205:ServiceContext" xmlns:q1205="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="addressCardId" type="ser:guid"/><xs:element minOccurs="0" name="subscriberId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetHeadOfFamilySubscriberIdResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="HeadOfFamilySubscriberId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindVendingMachineExpositionsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1206:ServiceContext" xmlns:q1206="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="VendingMachineExpositionSearchCriteria" nillable="true" type="q1207:VendingMachineExpositionSearchCriteria" xmlns:q1207="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="VendingMachineExpositionSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Includes" nillable="true" type="q1208:VendingMachineExpositionIncludes" xmlns:q1208="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="VendingMachineExpositionSearchCriteria" nillable="true" type="q1209:VendingMachineExpositionSearchCriteria" xmlns:q1209="http://www.recreatex.be/webshop/"/><xs:complexType name="VendingMachineExpositionIncludes"><xs:sequence><xs:element minOccurs="0" name="Image" type="xs:boolean"/><xs:element minOccurs="0" name="ImageUri" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="VendingMachineExpositionIncludes" nillable="true" type="q1210:VendingMachineExpositionIncludes" xmlns:q1210="http://www.recreatex.be/webshop/"/><xs:element name="FindVendingMachineExpositionsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="VendingMachineExpositions" nillable="true" type="q1211:ArrayOfVendingMachineExposition" xmlns:q1211="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfVendingMachineExposition"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="VendingMachineExposition" nillable="true" type="q1212:VendingMachineExposition" xmlns:q1212="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfVendingMachineExposition" nillable="true" type="q1213:ArrayOfVendingMachineExposition" xmlns:q1213="http://www.recreatex.be/webshop/"/><xs:complexType name="VendingMachineExposition"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="From" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" type="xs:dateTime"/><xs:element minOccurs="0" name="Location" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Image" nillable="true" type="q1214:Picture" xmlns:q1214="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ImageUri" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MaxVisitorsPerGroup" type="xs:int"/><xs:element minOccurs="0" name="Translations" nillable="true" type="q1215:ArrayOfVendingMachineTranslation" xmlns:q1215="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FromExposition" type="xs:dateTime"/><xs:element minOccurs="0" name="UntilExposition" type="xs:dateTime"/><xs:element minOccurs="0" name="ExpositionSubscriptionItems" nillable="true" type="q1216:ArrayOfExpositionSubscriptionItem" xmlns:q1216="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="VendingMachineExposition" nillable="true" type="q1217:VendingMachineExposition" xmlns:q1217="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfExpositionSubscriptionItem"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ExpositionSubscriptionItem" nillable="true" type="q1218:ExpositionSubscriptionItem" xmlns:q1218="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfExpositionSubscriptionItem" nillable="true" type="q1219:ArrayOfExpositionSubscriptionItem" xmlns:q1219="http://www.recreatex.be/webshop/"/><xs:complexType name="ExpositionSubscriptionItem"><xs:sequence><xs:element minOccurs="0" name="DeductSessionOnVisit" type="xs:boolean"/><xs:element minOccurs="0" name="ExpositionId" type="ser:guid"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="MaxPeriodsToReserve" type="xs:int"/><xs:element minOccurs="0" name="MaxTickets" type="xs:int"/><xs:element minOccurs="0" name="RequiredSubscriptionArticleId" type="ser:guid"/><xs:element minOccurs="0" name="TimeOfValidationCheck" type="q1220:ExpositionSubscriptionTimeOfValidationChecks" xmlns:q1220="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ExpositionSubscriptionItem" nillable="true" type="q1221:ExpositionSubscriptionItem" xmlns:q1221="http://www.recreatex.be/webshop/"/><xs:simpleType name="ExpositionSubscriptionTimeOfValidationChecks"><xs:restriction base="xs:string"><xs:enumeration value="AtReservationDate"/><xs:enumeration value="AtVisitDate"/></xs:restriction></xs:simpleType><xs:element name="ExpositionSubscriptionTimeOfValidationChecks" nillable="true" type="q1222:ExpositionSubscriptionTimeOfValidationChecks" xmlns:q1222="http://www.recreatex.be/webshop/"/><xs:element name="FindVendingMachineExpositionPeriodDatesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1223:ServiceContext" xmlns:q1223="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="VendingMachineExpositionPeriodDateSearchCriteria" nillable="true" type="q1224:VendingMachineExpositionPeriodDateSearchCriteria" xmlns:q1224="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="VendingMachineExpositionPeriodDateSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Includes" nillable="true" type="q1225:VendingMachineExpositionPeriodDateIncludes" xmlns:q1225="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="VendingMachineExpositionPeriodDateSearchCriteria" nillable="true" type="q1226:VendingMachineExpositionPeriodDateSearchCriteria" xmlns:q1226="http://www.recreatex.be/webshop/"/><xs:complexType name="VendingMachineExpositionPeriodDateIncludes"><xs:sequence><xs:element minOccurs="0" name="Date" type="xs:dateTime"/><xs:element minOccurs="0" name="ExpositionID" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="VendingMachineExpositionPeriodDateIncludes" nillable="true" type="q1227:VendingMachineExpositionPeriodDateIncludes" xmlns:q1227="http://www.recreatex.be/webshop/"/><xs:element name="FindVendingMachineExpositionPeriodDatesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="VendingMachineExpositionPeriodDates" nillable="true" type="q1228:ArrayOfdateTime" xmlns:q1228="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindVendingMachineExpositionPeriodPricesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1229:ServiceContext" xmlns:q1229="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="VendingMachineExpositionPeriodPriceSearchCriteria" nillable="true" type="q1230:VendingMachineExpositionPeriodPriceSearchCriteria" xmlns:q1230="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="VendingMachineExpositionPeriodPriceSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Includes" nillable="true" type="q1231:VendingMachineExpositionPeriodPriceIncludes" xmlns:q1231="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="VendingMachineExpositionPeriodPriceSearchCriteria" nillable="true" type="q1232:VendingMachineExpositionPeriodPriceSearchCriteria" xmlns:q1232="http://www.recreatex.be/webshop/"/><xs:complexType name="VendingMachineExpositionPeriodPriceIncludes"><xs:sequence><xs:element minOccurs="0" name="ExpositionID" type="ser:guid"/><xs:element minOccurs="0" name="PersonID" type="ser:guid"/><xs:element minOccurs="0" name="PeriodID" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="VendingMachineExpositionPeriodPriceIncludes" nillable="true" type="q1233:VendingMachineExpositionPeriodPriceIncludes" xmlns:q1233="http://www.recreatex.be/webshop/"/><xs:element name="FindVendingMachineExpositionPeriodPricesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="VendingMachineExpositionPeriodPrice" nillable="true" type="q1234:VendingMachineExpositionPeriodPrice" xmlns:q1234="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="VendingMachineExpositionPeriodPrice"><xs:sequence><xs:element minOccurs="0" name="Prices" nillable="true" type="q1235:ArrayOfVendingMachineExpositionPrice" xmlns:q1235="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Articles" nillable="true" type="q1236:ArrayOfExpositionArticle" xmlns:q1236="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PreSaleDiscounts" nillable="true" type="q1237:ArrayOfExpositionPreSaleDiscount" xmlns:q1237="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="VendingMachineExpositionPeriodPrice" nillable="true" type="q1238:VendingMachineExpositionPeriodPrice" xmlns:q1238="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfVendingMachineExpositionPrice"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="VendingMachineExpositionPrice" nillable="true" type="q1239:VendingMachineExpositionPrice" xmlns:q1239="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfVendingMachineExpositionPrice" nillable="true" type="q1240:ArrayOfVendingMachineExpositionPrice" xmlns:q1240="http://www.recreatex.be/webshop/"/><xs:complexType name="VendingMachineExpositionPrice"><xs:complexContent mixed="false"><xs:extension base="q1241:ExpositionPrice" xmlns:q1241="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="PriceTranslations" nillable="true" type="q1241:ArrayOfVendingMachineTranslation"/><xs:element minOccurs="0" name="AdditionalPriceInformationTranslations" nillable="true" type="q1241:ArrayOfVendingMachineTranslation"/><xs:element minOccurs="0" name="SoulItValidation" type="xs:boolean"/><xs:element minOccurs="0" name="AllowedZipCodes" nillable="true" type="q1242:ArrayOfstring" xmlns:q1242="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="AllowedMinAge" type="xs:int"/><xs:element minOccurs="0" name="AllowedMaxAge" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="VendingMachineExpositionPrice" nillable="true" type="q1243:VendingMachineExpositionPrice" xmlns:q1243="http://www.recreatex.be/webshop/"/><xs:complexType name="ExpositionPrice"><xs:complexContent mixed="false"><xs:extension base="q1244:Price" xmlns:q1244="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="CalculationType" type="q1244:CalculationType"/><xs:element minOccurs="0" name="MinimumQuantity" type="xs:int"/><xs:element minOccurs="0" name="ExpositionAmount" type="xs:decimal"/><xs:element minOccurs="0" name="ArticleAmount" type="xs:decimal"/><xs:element minOccurs="0" name="ActivePeriods" nillable="true" type="q1244:ArrayOfPeriod"/><xs:element minOccurs="0" name="MinSaleQuantity" type="xs:int"/><xs:element minOccurs="0" name="MaxSaleQuantity" type="xs:int"/><xs:element minOccurs="0" name="AdditionalInformation" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ReservationCost" type="xs:decimal"/><xs:element minOccurs="0" name="SelectionType" type="q1244:SelectionType"/><xs:element minOccurs="0" name="AskNames" type="xs:boolean"/><xs:element minOccurs="0" name="MandatoryBuyMinQtyWeb" type="xs:boolean"/><xs:element minOccurs="0" name="SortOrder" type="xs:int"/><xs:element minOccurs="0" name="UitpasChanceTariffMandatory" type="xs:boolean"/><xs:element minOccurs="0" name="UitpasEventID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LinkToExistingCard" type="xs:boolean"/><xs:element minOccurs="0" name="HasAllowedSubscriptions" type="xs:boolean"/><xs:element minOccurs="0" name="ArticleGroupId" type="ser:guid"/><xs:element minOccurs="0" name="ArticleGroupName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ArticleInfo1" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ArticleInfo2" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ArticleInfo3" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ArticleInfo4" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ArticleInfo5" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LerarenkaartActive" type="xs:boolean"/><xs:element minOccurs="0" name="ImageUrl" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExternalSaleIntegration" type="xs:boolean"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ExpositionPrice" nillable="true" type="q1245:ExpositionPrice" xmlns:q1245="http://www.recreatex.be/webshop/"/><xs:complexType name="Price"><xs:sequence><xs:element minOccurs="0" name="Amount" type="xs:decimal"/><xs:element minOccurs="0" name="Group" nillable="true" type="q1246:PriceGroup" xmlns:q1246="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Id" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="Price" nillable="true" type="q1247:Price" xmlns:q1247="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureEventPrice"><xs:complexContent mixed="false"><xs:extension base="q1248:Price" xmlns:q1248="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="CustomerID" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SeatBlock" nillable="true" type="q1248:SeatBlock"/><xs:element minOccurs="0" name="SeatRow" nillable="true" type="q1248:SeatRow"/><xs:element minOccurs="0" name="Seat" nillable="true" type="q1248:Seat"/><xs:element minOccurs="0" name="SeatRange" nillable="true" type="q1248:SeatRange"/><xs:element minOccurs="0" name="StartDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="MinimumQty" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="DonationPrice" type="xs:decimal"/><xs:element minOccurs="0" name="Site" nillable="true" type="q1248:CultureSite"/><xs:element minOccurs="0" name="ExternalSaleIntegration" type="xs:boolean"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="CultureEventPrice" nillable="true" type="q1249:CultureEventPrice" xmlns:q1249="http://www.recreatex.be/webshop/"/><xs:complexType name="SeatBlock"><xs:sequence><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Location" nillable="true" type="q1250:Location" xmlns:q1250="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Rows" nillable="true" type="q1251:ArrayOfSeatRow" xmlns:q1251="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="HallElements" nillable="true" type="q1252:ArrayOfHallElement" xmlns:q1252="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ElementJson" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="SeatBlock" nillable="true" type="q1253:SeatBlock" xmlns:q1253="http://www.recreatex.be/webshop/"/><xs:complexType name="Location"><xs:sequence><xs:element minOccurs="0" name="Dx" type="xs:double"/><xs:element minOccurs="0" name="Dy" type="xs:double"/><xs:element minOccurs="0" name="X" type="xs:double"/><xs:element minOccurs="0" name="Y" type="xs:double"/><xs:element minOccurs="0" name="Angle" type="xs:double"/></xs:sequence></xs:complexType><xs:element name="Location" nillable="true" type="q1254:Location" xmlns:q1254="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfSeatRow"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SeatRow" nillable="true" type="q1255:SeatRow" xmlns:q1255="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSeatRow" nillable="true" type="q1256:ArrayOfSeatRow" xmlns:q1256="http://www.recreatex.be/webshop/"/><xs:complexType name="SeatRow"><xs:sequence><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Location" nillable="true" type="q1257:Location" xmlns:q1257="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Seats" nillable="true" type="q1258:ArrayOfSeat" xmlns:q1258="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ElementJson" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="SeatRow" nillable="true" type="q1259:SeatRow" xmlns:q1259="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfSeat"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Seat" nillable="true" type="q1260:Seat" xmlns:q1260="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSeat" nillable="true" type="q1261:ArrayOfSeat" xmlns:q1261="http://www.recreatex.be/webshop/"/><xs:complexType name="Seat"><xs:sequence><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Location" nillable="true" type="q1262:Location" xmlns:q1262="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Sequence" type="xs:int"/><xs:element minOccurs="0" name="Number" type="xs:int"/><xs:element minOccurs="0" name="Range" nillable="true" type="q1263:SeatRange" xmlns:q1263="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ElementJson" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="Seat" nillable="true" type="q1264:Seat" xmlns:q1264="http://www.recreatex.be/webshop/"/><xs:complexType name="SeatRange"><xs:sequence><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Color" type="q1265:Color" xmlns:q1265="http://schemas.datacontract.org/2004/07/System.Drawing"/></xs:sequence></xs:complexType><xs:element name="SeatRange" nillable="true" type="q1266:SeatRange" xmlns:q1266="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfHallElement"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="HallElement" nillable="true" type="q1267:HallElement" xmlns:q1267="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfHallElement" nillable="true" type="q1268:ArrayOfHallElement" xmlns:q1268="http://www.recreatex.be/webshop/"/><xs:complexType name="HallElement"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ElementJSON" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="HallElement" nillable="true" type="q1269:HallElement" xmlns:q1269="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureSite"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TotalPlaces" type="xs:int"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Location" nillable="true" type="q1270:Location" xmlns:q1270="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ElementJson" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="CultureSite" nillable="true" type="q1271:CultureSite" xmlns:q1271="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureSeriesPrice"><xs:complexContent mixed="false"><xs:extension base="q1272:Price" xmlns:q1272="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="SeatRange" nillable="true" type="q1272:SeatRange"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="CultureSeriesPrice" nillable="true" type="q1273:CultureSeriesPrice" xmlns:q1273="http://www.recreatex.be/webshop/"/><xs:simpleType name="CalculationType"><xs:restriction base="xs:string"><xs:enumeration value="PriceTimesHours"/><xs:enumeration value="FixedPrice"/><xs:enumeration value="PriceTimesQuantity"/><xs:enumeration value="PriceTimesQuantityTimesHours"/></xs:restriction></xs:simpleType><xs:element name="CalculationType" nillable="true" type="q1274:CalculationType" xmlns:q1274="http://www.recreatex.be/webshop/"/><xs:simpleType name="SelectionType"><xs:restriction base="xs:string"><xs:enumeration value="Normal"/><xs:enumeration value="Vouchers"/><xs:enumeration value="Both"/></xs:restriction></xs:simpleType><xs:element name="SelectionType" nillable="true" type="q1275:SelectionType" xmlns:q1275="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfExpositionArticle"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ExpositionArticle" nillable="true" type="q1276:ExpositionArticle" xmlns:q1276="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfExpositionArticle" nillable="true" type="q1277:ArrayOfExpositionArticle" xmlns:q1277="http://www.recreatex.be/webshop/"/><xs:complexType name="ExpositionArticle"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ArticleId" type="ser:guid"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Amount" type="xs:decimal"/><xs:element minOccurs="0" name="CalculationType" type="q1278:CalculationType" xmlns:q1278="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MinimumQuantity" type="xs:int"/><xs:element minOccurs="0" name="UseLinkedPrices" type="xs:boolean"/><xs:element minOccurs="0" name="LinkedPrices" nillable="true" type="q1279:ArrayOfExpositionLinkedPrice" xmlns:q1279="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ActivePeriods" nillable="true" type="q1280:ArrayOfPeriod" xmlns:q1280="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MaximumQuantity" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="ExpositionArticle" nillable="true" type="q1281:ExpositionArticle" xmlns:q1281="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfExpositionLinkedPrice"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ExpositionLinkedPrice" nillable="true" type="q1282:ExpositionLinkedPrice" xmlns:q1282="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfExpositionLinkedPrice" nillable="true" type="q1283:ArrayOfExpositionLinkedPrice" xmlns:q1283="http://www.recreatex.be/webshop/"/><xs:complexType name="ExpositionLinkedPrice"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ItemId" type="ser:guid"/><xs:element minOccurs="0" name="MinimumQuantity" type="xs:int"/><xs:element minOccurs="0" name="Amount" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="ExpositionLinkedPrice" nillable="true" type="q1284:ExpositionLinkedPrice" xmlns:q1284="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfExpositionPreSaleDiscount"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ExpositionPreSaleDiscount" nillable="true" type="q1285:ExpositionPreSaleDiscount" xmlns:q1285="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfExpositionPreSaleDiscount" nillable="true" type="q1286:ArrayOfExpositionPreSaleDiscount" xmlns:q1286="http://www.recreatex.be/webshop/"/><xs:complexType name="ExpositionPreSaleDiscount"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ExpositionItemID" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ExpositionPriceID" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="DaysInAdvance" type="xs:int"/><xs:element minOccurs="0" name="Discount" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="ExpositionPreSaleDiscount" nillable="true" type="q1287:ExpositionPreSaleDiscount" xmlns:q1287="http://www.recreatex.be/webshop/"/><xs:element name="SaveWiseCommunicationLogRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1288:ServiceContext" xmlns:q1288="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="VendingMachineBrocadeLog" nillable="true" type="q1289:VendingMachineWiseLog" xmlns:q1289="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="VendingMachineWiseLog"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="CreationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="VendingMachineWiseLog" nillable="true" type="q1290:VendingMachineWiseLog" xmlns:q1290="http://www.recreatex.be/webshop/"/><xs:element name="WiseGetPatronNameRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1291:ServiceContext" xmlns:q1291="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="WiseGetPatronNameCriteria" nillable="true" type="q1292:WiseGetPatronNameCriteria" xmlns:q1292="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="WiseGetPatronNameResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="q1293:WiseGetPatronNameResult" xmlns:q1293="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="WiseGetFeesForPatronRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1294:ServiceContext" xmlns:q1294="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="WiseGetFeesForPatronCriteria" nillable="true" type="q1295:WiseGetFeesForPatronCriteria" xmlns:q1295="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="WiseGetFeesForPatronResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="q1296:WiseGetFeesForPatronResult" xmlns:q1296="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="WiseSetFeePayedForPatronRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1297:ServiceContext" xmlns:q1297="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="WiseSetFeePayedForPatronCriteria" nillable="true" type="q1298:WiseSetFeePayedForPatronCriteria" xmlns:q1298="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="WiseSetFeePayedForPatronResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="q1299:WiseSetFeePayedForPatronResult" xmlns:q1299="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SetVendingMachineTicketsPrintedRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1300:ServiceContext" xmlns:q1300="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="VendingMachineTicketsPrintedCriteria" nillable="true" type="q1301:VendingMachineTicketsPrintedCriteria" xmlns:q1301="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="VendingMachineTicketsPrintedCriteria"><xs:sequence><xs:element minOccurs="0" name="OrderNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PrintOnlyToday" nillable="true" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="VendingMachineTicketsPrintedCriteria" nillable="true" type="q1302:VendingMachineTicketsPrintedCriteria" xmlns:q1302="http://www.recreatex.be/webshop/"/><xs:element name="GetVendingMachineTicketsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1303:ServiceContext" xmlns:q1303="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="VendingMachineTicketSearchCriteria" nillable="true" type="q1304:VendingMachineTicketSearchCriteria" xmlns:q1304="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="VendingMachineTicketSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="OrderNumber" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="VendingMachineTicketSearchCriteria" nillable="true" type="q1305:VendingMachineTicketSearchCriteria" xmlns:q1305="http://www.recreatex.be/webshop/"/><xs:element name="GetVendingMachineTicketsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="VendingMachineTickets" nillable="true" type="q1306:ArrayOfVendingMachineTicket" xmlns:q1306="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfVendingMachineTicket"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="VendingMachineTicket" nillable="true" type="q1307:VendingMachineTicket" xmlns:q1307="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfVendingMachineTicket" nillable="true" type="q1308:ArrayOfVendingMachineTicket" xmlns:q1308="http://www.recreatex.be/webshop/"/><xs:complexType name="VendingMachineTicket"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Quantity" type="xs:decimal"/><xs:element minOccurs="0" name="TicketData" nillable="true" type="q1309:VendingMachineCrystalReportDatasource" xmlns:q1309="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="AllowedZipCodes" nillable="true" type="q1310:ArrayOfstring" xmlns:q1310="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="AllowedMinAge" type="xs:int"/><xs:element minOccurs="0" name="AllowedMaxAge" type="xs:int"/><xs:element minOccurs="0" name="SoulItValidation" type="xs:boolean"/><xs:element minOccurs="0" name="StartDate" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="VendingMachineTicket" nillable="true" type="q1311:VendingMachineTicket" xmlns:q1311="http://www.recreatex.be/webshop/"/><xs:element name="FindVendingMachineBenefitsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1312:ServiceContext" xmlns:q1312="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="VendingMachineBenefitsSearchCriteria" nillable="true" type="q1313:VendingMachineBenefitsSearchCriteria" xmlns:q1313="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="VendingMachineBenefitsSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="PersonCardId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="VendingMachineBenefitsSearchCriteria" nillable="true" type="q1314:VendingMachineBenefitsSearchCriteria" xmlns:q1314="http://www.recreatex.be/webshop/"/><xs:element name="FindVendingMachineBenefitsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="VendingMachineBenefits" nillable="true" type="q1315:ArrayOfVendingMachineBenefit" xmlns:q1315="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfVendingMachineBenefit"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="VendingMachineBenefit" nillable="true" type="q1316:VendingMachineBenefit" xmlns:q1316="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfVendingMachineBenefit" nillable="true" type="q1317:ArrayOfVendingMachineBenefit" xmlns:q1317="http://www.recreatex.be/webshop/"/><xs:complexType name="VendingMachineBenefit"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Translations" nillable="true" type="q1318:ArrayOfVendingMachineTranslation" xmlns:q1318="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="TicketLayout" type="xs:int"/><xs:element minOccurs="0" name="BenefitType" type="q1319:VendingMachineBenefitType" xmlns:q1319="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="IsAvailable" type="xs:boolean"/><xs:element minOccurs="0" name="Details" nillable="true" type="q1320:VendingMachineBenefitDetails" xmlns:q1320="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Printed" type="xs:boolean"/><xs:element minOccurs="0" name="Active" type="xs:boolean"/><xs:element minOccurs="0" name="ExtraDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SalesSeriesId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="VendingMachineBenefit" nillable="true" type="q1321:VendingMachineBenefit" xmlns:q1321="http://www.recreatex.be/webshop/"/><xs:simpleType name="VendingMachineBenefitType"><xs:restriction base="xs:string"><xs:enumeration value="Incentive"/><xs:enumeration value="Coupon"/><xs:enumeration value="Voucher"/><xs:enumeration value="GiftCertificate"/></xs:restriction></xs:simpleType><xs:element name="VendingMachineBenefitType" nillable="true" type="q1322:VendingMachineBenefitType" xmlns:q1322="http://www.recreatex.be/webshop/"/><xs:complexType name="VendingMachineBenefitDetails"><xs:sequence><xs:element minOccurs="0" name="ValidFrom" type="xs:dateTime"/><xs:element minOccurs="0" name="ValidTill" type="xs:dateTime"/><xs:element minOccurs="0" name="ValidTimeFrom" type="xs:dateTime"/><xs:element minOccurs="0" name="ValidTimeTill" type="xs:dateTime"/><xs:element minOccurs="0" name="ValidDayOfWeek" type="q1323:WeekDay" xmlns:q1323="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="NumberOfUsages" type="xs:int"/><xs:element minOccurs="0" name="Applicability" type="xs:int"/><xs:element minOccurs="0" name="SalesChannel" type="xs:int"/><xs:element minOccurs="0" name="DiscountType" type="xs:int"/><xs:element minOccurs="0" name="Discount" type="xs:decimal"/><xs:element minOccurs="0" name="UniquePerSales" type="xs:boolean"/><xs:element minOccurs="0" name="PreSalesOnly" type="xs:boolean"/><xs:element minOccurs="0" name="MaxUsagesPerSale" type="xs:int"/><xs:element minOccurs="0" name="MinimumCredits" type="xs:int"/><xs:element minOccurs="0" name="CreditsPerUsage" type="xs:int"/><xs:element minOccurs="0" name="DiscountAmountPerProduct" type="xs:boolean"/><xs:element minOccurs="0" name="MaxUsagesPerProduct" type="xs:int"/><xs:element minOccurs="0" name="CouponNumberUsed" type="xs:int"/><xs:element minOccurs="0" name="Number" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="VendingMachineBenefitDetails" nillable="true" type="q1324:VendingMachineBenefitDetails" xmlns:q1324="http://www.recreatex.be/webshop/"/><xs:element name="FindVendingMachineArticlesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1325:ServiceContext" xmlns:q1325="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FindVendingMachineArticlesSearchCriteria" nillable="true" type="q1326:FindVendingMachineArticlesSearchCriteria" xmlns:q1326="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FindVendingMachineArticlesSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="BenefitId" type="ser:guid"/><xs:element minOccurs="0" name="BenefitCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CustomerId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ForMembershipModule" type="xs:boolean"/><xs:element minOccurs="0" name="SoulItPerson" nillable="true" type="q1327:SoulITPerson" xmlns:q1327="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="FindVendingMachineArticlesSearchCriteria" nillable="true" type="q1328:FindVendingMachineArticlesSearchCriteria" xmlns:q1328="http://www.recreatex.be/webshop/"/><xs:complexType name="SoulITPerson"><xs:sequence><xs:element minOccurs="0" name="BirthDate" type="xs:dateTime"/><xs:element minOccurs="0" name="FirstName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LastName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Picture" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PlaceOfBirth" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Sex" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="SoulITPerson" nillable="true" type="q1329:SoulITPerson" xmlns:q1329="http://www.recreatex.be/webshop/"/><xs:element name="FindVendingMachineArticlesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="FindVendingMachineArticlesResponseVendingMachineArticles" nillable="true" type="q1330:ArrayOfVendingMachineArticle" xmlns:q1330="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindVendingMachineSubscriptionsInformationRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1331:ServiceContext" xmlns:q1331="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="VendingMachineSubscriptionsInformationSearchCriteria" nillable="true" type="q1332:VendingMachineSubscriptionsInformationSearchCriteria" xmlns:q1332="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="VendingMachineSubscriptionsInformationSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="PersonCardId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="VendingMachineSubscriptionsInformationSearchCriteria" nillable="true" type="q1333:VendingMachineSubscriptionsInformationSearchCriteria" xmlns:q1333="http://www.recreatex.be/webshop/"/><xs:element name="FindVendingMachineSubscriptionsInformationResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="VendingMachineSubscriptionsInformation" nillable="true" type="q1334:ArrayOfVendingMachineSubscription" xmlns:q1334="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ValidateSoulItRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1335:ServiceContext" xmlns:q1335="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ValidateSoulItCriteria" nillable="true" type="q1336:ValidateSoulItCriteria" xmlns:q1336="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ValidateSoulItCriteria"><xs:sequence><xs:element minOccurs="0" name="NationalNumber" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ValidateSoulItCriteria" nillable="true" type="q1337:ValidateSoulItCriteria" xmlns:q1337="http://www.recreatex.be/webshop/"/><xs:element name="ValidateSoulItResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SoulItValidation" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="ValidateSoulItByPersonInfoRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1338:ServiceContext" xmlns:q1338="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ValidateSoulItByPersonInfoCriteria" nillable="true" type="q1339:ValidateSoulItByPersonInfoCriteria" xmlns:q1339="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ValidateSoulItByPersonInfoCriteria"><xs:sequence><xs:element minOccurs="0" name="SoulITPerson" nillable="true" type="q1340:SoulITPerson" xmlns:q1340="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ValidateSoulItByPersonInfoCriteria" nillable="true" type="q1341:ValidateSoulItByPersonInfoCriteria" xmlns:q1341="http://www.recreatex.be/webshop/"/><xs:element name="ValidateSoulItByPersonInfoResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SoulItValidation" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="ValidateSorteerStraatjesCardRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CardNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Context" nillable="true" type="q1342:ServiceContext" xmlns:q1342="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ValidateSorteerStraatjesCardResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Card" nillable="true" type="q1343:SorteerStraatjesCard" xmlns:q1343="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SorteerStraatjesCard"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="CardNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IsValid" type="xs:boolean"/><xs:element minOccurs="0" name="InvalidityReason" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="AmountOnCard" type="xs:decimal"/><xs:element minOccurs="0" name="CardHolder" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="SorteerStraatjesCard" nillable="true" type="q1344:SorteerStraatjesCard" xmlns:q1344="http://www.recreatex.be/webshop/"/><xs:element name="AddPaymentToSorteerStraatjesCardRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Amount" type="xs:decimal"/><xs:element minOccurs="0" name="CardNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Context" nillable="true" type="q1345:ServiceContext" xmlns:q1345="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SalesNumber" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="AddPaymentToSorteerStraatjesCardResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="q1346:SorteerStraatjesPaymentResult" xmlns:q1346="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SorteerStraatjesPaymentResult"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="CardNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Succeeded" type="xs:boolean"/><xs:element minOccurs="0" name="FailureReason" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="SorteerStraatjesPaymentResult" nillable="true" type="q1347:SorteerStraatjesPaymentResult" xmlns:q1347="http://www.recreatex.be/webshop/"/><xs:element name="ValidateAVSBonusCardRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1348:ServiceContext" xmlns:q1348="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ValidateAVSBonusCardCriteria" nillable="true" type="q1349:ValidateAVSBonusCardCriteria" xmlns:q1349="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ValidateAVSBonusCardCriteria"><xs:sequence><xs:element minOccurs="0" name="CardNumber" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ValidateAVSBonusCardCriteria" nillable="true" type="q1350:ValidateAVSBonusCardCriteria" xmlns:q1350="http://www.recreatex.be/webshop/"/><xs:element name="ValidateAVSBonusCardResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="q1351:ValidateAVSBonusCardResult" xmlns:q1351="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ValidateAVSBonusCardResult"><xs:sequence><xs:element minOccurs="0" name="CardNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BonusPoints" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="ValidateAVSBonusCardResult" nillable="true" type="q1352:ValidateAVSBonusCardResult" xmlns:q1352="http://www.recreatex.be/webshop/"/><xs:element name="EarnAVSBonusCardRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1353:ServiceContext" xmlns:q1353="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="EarnAVSBonusCardCriteria" nillable="true" type="q1354:EarnAVSBonusCardCriteria" xmlns:q1354="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="EarnAVSBonusCardCriteria"><xs:sequence><xs:element minOccurs="0" name="CardNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SalesSeriesId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="EarnAVSBonusCardCriteria" nillable="true" type="q1355:EarnAVSBonusCardCriteria" xmlns:q1355="http://www.recreatex.be/webshop/"/><xs:element name="EarnAVSBonusCardResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="q1356:EarnAVSBonusCardResult" xmlns:q1356="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="EarnAVSBonusCardResult"><xs:sequence><xs:element minOccurs="0" name="Id" type="xs:int"/><xs:element minOccurs="0" name="CardNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BonusPoints" type="xs:int"/><xs:element minOccurs="0" name="Delta" type="xs:int"/><xs:element minOccurs="0" name="TransactionDate" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="EarnAVSBonusCardResult" nillable="true" type="q1357:EarnAVSBonusCardResult" xmlns:q1357="http://www.recreatex.be/webshop/"/><xs:element name="VendingMachineCarrierSwitchRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1358:ServiceContext" xmlns:q1358="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="VendingMachineCarrierSwitchCriteria" nillable="true" type="q1359:VendingMachineCarrierSwitchCriteria" xmlns:q1359="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="VendingMachineCarrierSwitchCriteria"><xs:sequence><xs:element minOccurs="0" name="PersonCardId" type="ser:guid"/><xs:element minOccurs="0" name="SubscriptionId" type="ser:guid"/><xs:element minOccurs="0" name="CarrierSwitchNumber" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="VendingMachineCarrierSwitchCriteria" nillable="true" type="q1360:VendingMachineCarrierSwitchCriteria" xmlns:q1360="http://www.recreatex.be/webshop/"/><xs:element name="VendingMachineCarrierSwitchResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="VendingMachineCarrierSwitchValidationResult" nillable="true" type="q1361:ValidationResult" xmlns:q1361="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="CouponCalculateRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1362:ServiceContext" xmlns:q1362="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CouponCalculateCriteria" nillable="true" type="q1363:CouponCalculateCriteria" xmlns:q1363="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="CouponCalculateCriteria"><xs:sequence><xs:element minOccurs="0" name="Basket" nillable="true" type="q1364:Basket" xmlns:q1364="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="CouponCalculateCriteria" nillable="true" type="q1365:CouponCalculateCriteria" xmlns:q1365="http://www.recreatex.be/webshop/"/><xs:complexType name="Basket"><xs:sequence><xs:element minOccurs="0" name="CustomerId" type="ser:guid"/><xs:element minOccurs="0" name="Items" nillable="true" type="q1366:ArrayOfBasketItem" xmlns:q1366="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Payments" nillable="true" type="q1367:ArrayOfBasketPayment" xmlns:q1367="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Price" type="xs:decimal"/><xs:element minOccurs="0" name="DeliveryAddressId" type="ser:guid"/><xs:element minOccurs="0" name="AdditionalCosts" nillable="true" type="q1368:ArrayOfAdditionalCost" xmlns:q1368="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="OrderId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PayLater" type="xs:boolean"/><xs:element minOccurs="0" name="ExcludeCosts" nillable="true" type="q1369:ExcludeCosts" xmlns:q1369="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="AdditionalDiscounts" nillable="true" type="q1370:ArrayOfAdditionalDiscount" xmlns:q1370="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="TrxId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PayId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CouponCodes" nillable="true" type="q1371:ArrayOfstring" xmlns:q1371="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="Balance" type="xs:decimal"/><xs:element minOccurs="0" name="ContactId" type="ser:guid"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="AnonymousPerson" nillable="true" type="q1372:Anonymous" xmlns:q1372="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="StaffMemberId" type="ser:guid"/><xs:element minOccurs="0" name="Info1" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Info2" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Info3" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="GiftCertificates" nillable="true" type="q1373:ArrayOfstring" xmlns:q1373="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="CustomerZipCodeId" type="ser:guid"/><xs:element minOccurs="0" name="ResellerCodeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="TescoCodes" nillable="true" type="q1374:ArrayOfstring" xmlns:q1374="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="IncertCodes" nillable="true" type="q1375:ArrayOfIncertDiscount" xmlns:q1375="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FashionChequeCodes" nillable="true" type="q1376:ArrayOfFashionChequeDiscount" xmlns:q1376="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SalesZoneTableId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SalesQuestionAnswers" nillable="true" type="q1377:ArrayOfSalesQuestionAnswer" xmlns:q1377="http://www.recreatex.be/webshop/v1.0/"/><xs:element minOccurs="0" name="GezinsbondCard" nillable="true" type="q1378:GezinsbondCard" xmlns:q1378="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Token" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="SalesZoneId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="Basket" nillable="true" type="q1379:Basket" xmlns:q1379="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfBasketItem"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="BasketItem" nillable="true" type="q1380:BasketItem" xmlns:q1380="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfBasketItem" nillable="true" type="q1381:ArrayOfBasketItem" xmlns:q1381="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfBasketPayment"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="BasketPayment" nillable="true" type="q1382:BasketPayment" xmlns:q1382="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfBasketPayment" nillable="true" type="q1383:ArrayOfBasketPayment" xmlns:q1383="http://www.recreatex.be/webshop/"/><xs:complexType name="BasketPayment"><xs:sequence><xs:element minOccurs="0" name="Amount" type="xs:decimal"/><xs:element minOccurs="0" name="Currency" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PaymentMethodId" type="ser:guid"/><xs:element minOccurs="0" name="ExtraInfo1" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExtraInfo2" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExtraInfo3" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PaymentTerminalText" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="RoundedAmount" type="xs:decimal"/><xs:element minOccurs="0" name="OrderId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PayId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TrxId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SplitReference" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="RefundReference" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="BasketPayment" nillable="true" type="q1384:BasketPayment" xmlns:q1384="http://www.recreatex.be/webshop/"/><xs:complexType name="IncassoBasketPayment"><xs:complexContent mixed="false"><xs:extension base="q1385:BasketPayment" xmlns:q1385="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="NumberOfIncassoPayments" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="IncassoBasketPayment" nillable="true" type="q1386:IncassoBasketPayment" xmlns:q1386="http://www.recreatex.be/webshop/"/><xs:complexType name="PersonCardPayment"><xs:annotation><xs:documentation>A PersonCardPayment is a payment which is temporary registered on the customers running account</xs:documentation></xs:annotation><xs:complexContent mixed="false"><xs:extension base="q1387:BasketPayment" xmlns:q1387="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="PersonCardId" type="ser:guid"><xs:annotation><xs:documentation>The PersonCardId can be obtained from a call to FindPersonCards</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="PersonCardPayment" nillable="true" type="q1388:PersonCardPayment" xmlns:q1388="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfAdditionalCost"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="AdditionalCost" nillable="true" type="q1389:AdditionalCost" xmlns:q1389="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfAdditionalCost" nillable="true" type="q1390:ArrayOfAdditionalCost" xmlns:q1390="http://www.recreatex.be/webshop/"/><xs:complexType name="AdditionalCost"><xs:sequence><xs:element minOccurs="0" name="Cost" type="xs:decimal"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="AdditionalCost" nillable="true" type="q1391:AdditionalCost" xmlns:q1391="http://www.recreatex.be/webshop/"/><xs:complexType name="RentalWarranty"><xs:complexContent mixed="false"><xs:extension base="q1392:AdditionalCost" xmlns:q1392="http://www.recreatex.be/webshop/"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="RentalWarranty" nillable="true" type="q1393:RentalWarranty" xmlns:q1393="http://www.recreatex.be/webshop/"/><xs:complexType name="ReservationCost"><xs:complexContent mixed="false"><xs:extension base="q1394:AdditionalCost" xmlns:q1394="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="MaximumCost" type="xs:decimal"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ReservationCost" nillable="true" type="q1395:ReservationCost" xmlns:q1395="http://www.recreatex.be/webshop/"/><xs:complexType name="AdministrativeCost"><xs:complexContent mixed="false"><xs:extension base="q1396:AdditionalCost" xmlns:q1396="http://www.recreatex.be/webshop/"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="AdministrativeCost" nillable="true" type="q1397:AdministrativeCost" xmlns:q1397="http://www.recreatex.be/webshop/"/><xs:complexType name="IncassoCost"><xs:complexContent mixed="false"><xs:extension base="q1398:AdditionalCost" xmlns:q1398="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="NumberOfPayments" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="IncassoCost" nillable="true" type="q1399:IncassoCost" xmlns:q1399="http://www.recreatex.be/webshop/"/><xs:complexType name="NewCardsCost"><xs:complexContent mixed="false"><xs:extension base="q1400:AdditionalCost" xmlns:q1400="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="MainItemID" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="NewCardsCost" nillable="true" type="q1401:NewCardsCost" xmlns:q1401="http://www.recreatex.be/webshop/"/><xs:complexType name="ExpositionReservationCost"><xs:complexContent mixed="false"><xs:extension base="q1402:AdditionalCost" xmlns:q1402="http://www.recreatex.be/webshop/"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="ExpositionReservationCost" nillable="true" type="q1403:ExpositionReservationCost" xmlns:q1403="http://www.recreatex.be/webshop/"/><xs:complexType name="TransportCost"><xs:complexContent mixed="false"><xs:extension base="q1404:AdditionalCost" xmlns:q1404="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="Module" type="q1404:RcxWebshopModules"/><xs:element minOccurs="0" name="ItemID" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="TransportCost" nillable="true" type="q1405:TransportCost" xmlns:q1405="http://www.recreatex.be/webshop/"/><xs:simpleType name="RcxWebshopModules"><xs:restriction base="xs:string"><xs:enumeration value="General"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="MyAccount"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">10</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Login"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">11</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Basket"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">12</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Articles"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">20</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Activities"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">30</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Fitness"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">40</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="LessonsChildren"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">50</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Reservations"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">60</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Rental"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">70</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Ticketing"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">80</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Expositions"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">90</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Subscriptions"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">100</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="BKO"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">110</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="SubscriptionVisualisation"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">120</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Scenarios"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">130</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType><xs:element name="RcxWebshopModules" nillable="true" type="q1406:RcxWebshopModules" xmlns:q1406="http://www.recreatex.be/webshop/"/><xs:complexType name="WalletDebt"><xs:complexContent mixed="false"><xs:extension base="q1407:AdditionalCost" xmlns:q1407="http://www.recreatex.be/webshop/"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="WalletDebt" nillable="true" type="q1408:WalletDebt" xmlns:q1408="http://www.recreatex.be/webshop/"/><xs:complexType name="ShippingCost"><xs:complexContent mixed="false"><xs:extension base="q1409:AdditionalCost" xmlns:q1409="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="Type" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ShippingCost" nillable="true" type="q1410:ShippingCost" xmlns:q1410="http://www.recreatex.be/webshop/"/><xs:complexType name="ExcludeCosts"><xs:sequence><xs:element minOccurs="0" name="ExcludeAdministrativeCost" type="xs:boolean"/><xs:element minOccurs="0" name="ExcludeReservationCost" type="xs:boolean"/><xs:element minOccurs="0" name="ExcludeExpositionReservationCost" type="xs:boolean"/><xs:element minOccurs="0" name="ExcludeShippingCost" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ExcludeCosts" nillable="true" type="q1411:ExcludeCosts" xmlns:q1411="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfAdditionalDiscount"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="AdditionalDiscount" nillable="true" type="q1412:AdditionalDiscount" xmlns:q1412="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfAdditionalDiscount" nillable="true" type="q1413:ArrayOfAdditionalDiscount" xmlns:q1413="http://www.recreatex.be/webshop/"/><xs:complexType name="AdditionalDiscount"><xs:sequence><xs:element minOccurs="0" name="Discount" type="xs:decimal"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="AdditionalDiscount" nillable="true" type="q1414:AdditionalDiscount" xmlns:q1414="http://www.recreatex.be/webshop/"/><xs:complexType name="GenLoyaltyCardDiscount"><xs:complexContent mixed="false"><xs:extension base="q1415:AdditionalDiscount" xmlns:q1415="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="OrganisedVisitDiscounts" nillable="true" type="q1415:ArrayOfOrganisedVisitDiscount"/><xs:element minOccurs="0" name="CultureEventReservationDiscounts" nillable="true" type="q1415:ArrayOfCultureEventReservationDiscount"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="GenLoyaltyCardDiscount" nillable="true" type="q1416:GenLoyaltyCardDiscount" xmlns:q1416="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfOrganisedVisitDiscount"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="OrganisedVisitDiscount" nillable="true" type="q1417:OrganisedVisitDiscount" xmlns:q1417="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfOrganisedVisitDiscount" nillable="true" type="q1418:ArrayOfOrganisedVisitDiscount" xmlns:q1418="http://www.recreatex.be/webshop/"/><xs:complexType name="OrganisedVisitDiscount"><xs:sequence><xs:element minOccurs="0" name="Discount" type="xs:decimal"/><xs:element minOccurs="0" name="OrganisedVisitID" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="OrganisedVisitDiscount" nillable="true" type="q1419:OrganisedVisitDiscount" xmlns:q1419="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfCultureEventReservationDiscount"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CultureEventReservationDiscount" nillable="true" type="q1420:CultureEventReservationDiscount" xmlns:q1420="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCultureEventReservationDiscount" nillable="true" type="q1421:ArrayOfCultureEventReservationDiscount" xmlns:q1421="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureEventReservationDiscount"><xs:sequence><xs:element minOccurs="0" name="CultureEventID" type="ser:guid"/><xs:element minOccurs="0" name="CultureEventReservationID" type="ser:guid"/><xs:element minOccurs="0" name="Discount" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="CultureEventReservationDiscount" nillable="true" type="q1422:CultureEventReservationDiscount" xmlns:q1422="http://www.recreatex.be/webshop/"/><xs:complexType name="CouponCodeDiscount"><xs:complexContent mixed="false"><xs:extension base="q1423:AdditionalDiscount" xmlns:q1423="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="CouponDiscounts" nillable="true" type="q1423:ArrayOfCouponDiscount"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="CouponCodeDiscount" nillable="true" type="q1424:CouponCodeDiscount" xmlns:q1424="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfCouponDiscount"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CouponDiscount" nillable="true" type="q1425:CouponDiscount" xmlns:q1425="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCouponDiscount" nillable="true" type="q1426:ArrayOfCouponDiscount" xmlns:q1426="http://www.recreatex.be/webshop/"/><xs:complexType name="CouponDiscount"><xs:sequence><xs:element minOccurs="0" name="CouponCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CouponDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CouponID" type="ser:guid"/><xs:element minOccurs="0" name="DiscountAmount" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="CouponDiscount" nillable="true" type="q1427:CouponDiscount" xmlns:q1427="http://www.recreatex.be/webshop/"/><xs:complexType name="FamilyDiscount"><xs:complexContent mixed="false"><xs:extension base="q1428:AdditionalDiscount" xmlns:q1428="http://www.recreatex.be/webshop/"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="FamilyDiscount" nillable="true" type="q1429:FamilyDiscount" xmlns:q1429="http://www.recreatex.be/webshop/"/><xs:complexType name="GiftCertificateDiscount"><xs:complexContent mixed="false"><xs:extension base="q1430:AdditionalDiscount" xmlns:q1430="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="Number" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DivisionCardID" type="ser:guid"/><xs:element minOccurs="0" name="RemainingAmount" type="xs:decimal"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="GiftCertificateDiscount" nillable="true" type="q1431:GiftCertificateDiscount" xmlns:q1431="http://www.recreatex.be/webshop/"/><xs:complexType name="WaiterPadDiscount"><xs:complexContent mixed="false"><xs:extension base="q1432:AdditionalDiscount" xmlns:q1432="http://www.recreatex.be/webshop/"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="WaiterPadDiscount" nillable="true" type="q1433:WaiterPadDiscount" xmlns:q1433="http://www.recreatex.be/webshop/"/><xs:complexType name="TescoCodeDiscount"><xs:complexContent mixed="false"><xs:extension base="q1434:AdditionalDiscount" xmlns:q1434="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="TescoCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TescoTokenValue" type="xs:decimal"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="TescoCodeDiscount" nillable="true" type="q1435:TescoCodeDiscount" xmlns:q1435="http://www.recreatex.be/webshop/"/><xs:complexType name="IncertDiscount"><xs:complexContent mixed="false"><xs:extension base="q1436:AdditionalDiscount" xmlns:q1436="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="IncertCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="RedemptionID" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="IncertDiscount" nillable="true" type="q1437:IncertDiscount" xmlns:q1437="http://www.recreatex.be/webshop/"/><xs:complexType name="FashionChequeDiscount"><xs:complexContent mixed="false"><xs:extension base="q1438:AdditionalDiscount" xmlns:q1438="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ActivationRequestID" type="ser:guid"/><xs:element minOccurs="0" name="FashionChequeCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FashionChequeSecurityCode" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="FashionChequeDiscount" nillable="true" type="q1439:FashionChequeDiscount" xmlns:q1439="http://www.recreatex.be/webshop/"/><xs:complexType name="GezinsbondDiscount"><xs:complexContent mixed="false"><xs:extension base="q1440:AdditionalDiscount" xmlns:q1440="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="CardNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TransactionId" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="GezinsbondDiscount" nillable="true" type="q1441:GezinsbondDiscount" xmlns:q1441="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfIncertDiscount"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="IncertDiscount" nillable="true" type="q1442:IncertDiscount" xmlns:q1442="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfIncertDiscount" nillable="true" type="q1443:ArrayOfIncertDiscount" xmlns:q1443="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfFashionChequeDiscount"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="FashionChequeDiscount" nillable="true" type="q1444:FashionChequeDiscount" xmlns:q1444="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfFashionChequeDiscount" nillable="true" type="q1445:ArrayOfFashionChequeDiscount" xmlns:q1445="http://www.recreatex.be/webshop/"/><xs:element name="CouponCalculateResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CouponCalculateResult" nillable="true" type="q1446:CouponCalculateResult" xmlns:q1446="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="CouponCalculateResult"><xs:sequence><xs:element minOccurs="0" name="Status" type="q1447:CouponStatus" xmlns:q1447="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Discounts" nillable="true" type="q1448:ArrayOfCouponDiscount" xmlns:q1448="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="CouponCalculateResult" nillable="true" type="q1449:CouponCalculateResult" xmlns:q1449="http://www.recreatex.be/webshop/"/><xs:simpleType name="CouponStatus"><xs:restriction base="xs:string"><xs:enumeration value="Success"/><xs:enumeration value="CouponNotFound"/><xs:enumeration value="CouponCanNotBeUsedByAddressGroup"/><xs:enumeration value="CouponCanNotBeUsedInDivision"/><xs:enumeration value="CouponIsNotValidYet"/><xs:enumeration value="CouponExpired"/><xs:enumeration value="CouponUsedInInvalidTimeframe"/><xs:enumeration value="CouponUsedOnWrongDayOfWeek"/><xs:enumeration value="CouponCanNotBeUsedInThisSalesChannel"/><xs:enumeration value="CouponMaximumNumberOfUsagesReached"/><xs:enumeration value="CouponNotApplicableToSales"/><xs:enumeration value="CouponSalesSeriesAlreadyUsed"/><xs:enumeration value="CouponsCanNotBeUsedTogether"/><xs:enumeration value="CouponInsufficientCredits"/><xs:enumeration value="CouponIsNoVoucher"/><xs:enumeration value="CouponMaximumNumberOfUsagesPerCustomerReached"/><xs:enumeration value="CouponIsPromotionRule"/><xs:enumeration value="CouponIsNotValidOnPointOfSale"/></xs:restriction></xs:simpleType><xs:element name="CouponStatus" nillable="true" type="q1450:CouponStatus" xmlns:q1450="http://www.recreatex.be/webshop/"/><xs:element name="CouponReserveRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1451:ServiceContext" xmlns:q1451="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CouponReserveCriteria" nillable="true" type="q1452:CouponReserveCriteria" xmlns:q1452="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="CouponReserveCriteria"><xs:sequence><xs:element minOccurs="0" name="Basket" nillable="true" type="q1453:Basket" xmlns:q1453="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="CouponReserveCriteria" nillable="true" type="q1454:CouponReserveCriteria" xmlns:q1454="http://www.recreatex.be/webshop/"/><xs:element name="CouponReserveResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CouponReserveResult" nillable="true" type="q1455:CouponReserveResult" xmlns:q1455="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="CouponReserveResult"><xs:sequence><xs:element minOccurs="0" name="Status" type="q1456:CouponStatus" xmlns:q1456="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Discounts" nillable="true" type="q1457:ArrayOfCouponDiscount" xmlns:q1457="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CouponReservations" nillable="true" type="q1458:ArrayOfguid" xmlns:q1458="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType><xs:element name="CouponReserveResult" nillable="true" type="q1459:CouponReserveResult" xmlns:q1459="http://www.recreatex.be/webshop/"/><xs:element name="CouponReleaseRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1460:ServiceContext" xmlns:q1460="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="CouponReleaseResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CouponReleaseResult" nillable="true" type="q1461:CouponReleaseResult" xmlns:q1461="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="CouponReleaseResult"><xs:sequence><xs:element minOccurs="0" name="IsSuccess" type="xs:boolean"/><xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="CouponReleaseResult" nillable="true" type="q1462:CouponReleaseResult" xmlns:q1462="http://www.recreatex.be/webshop/"/><xs:element name="VoucherValidateRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1463:ServiceContext" xmlns:q1463="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="VoucherValidateCriteria" nillable="true" type="q1464:VoucherValidateCriteria" xmlns:q1464="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="VoucherValidateCriteria"><xs:sequence><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="VoucherCodes" nillable="true" type="q1465:ArrayOfstring" xmlns:q1465="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType><xs:element name="VoucherValidateCriteria" nillable="true" type="q1466:VoucherValidateCriteria" xmlns:q1466="http://www.recreatex.be/webshop/"/><xs:element name="VoucherValidateResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="VoucherValidateResult" nillable="true" type="q1467:VoucherValidateResult" xmlns:q1467="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="VoucherValidateResult"><xs:sequence><xs:element minOccurs="0" name="VoucherStates" nillable="true" type="q1468:ArrayOfVoucherStatus" xmlns:q1468="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CouponDetails" nillable="true" type="q1469:ArrayOfCouponDetail" xmlns:q1469="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="VoucherValidateResult" nillable="true" type="q1470:VoucherValidateResult" xmlns:q1470="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfVoucherStatus"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="VoucherStatus" nillable="true" type="q1471:VoucherStatus" xmlns:q1471="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfVoucherStatus" nillable="true" type="q1472:ArrayOfVoucherStatus" xmlns:q1472="http://www.recreatex.be/webshop/"/><xs:complexType name="VoucherStatus"><xs:sequence><xs:element minOccurs="0" name="VoucherCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Status" type="q1473:CouponStatus" xmlns:q1473="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="VoucherStatus" nillable="true" type="q1474:VoucherStatus" xmlns:q1474="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfCouponDetail"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CouponDetail" nillable="true" type="q1475:CouponDetail" xmlns:q1475="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCouponDetail" nillable="true" type="q1476:ArrayOfCouponDetail" xmlns:q1476="http://www.recreatex.be/webshop/"/><xs:complexType name="CouponDetail"><xs:sequence><xs:element minOccurs="0" name="SubjectID" type="ser:guid"/><xs:element minOccurs="0" name="SalesType" type="q1477:CouponSalesType" xmlns:q1477="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PriceTypeID" type="ser:guid"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="CouponDetail" nillable="true" type="q1478:CouponDetail" xmlns:q1478="http://www.recreatex.be/webshop/"/><xs:simpleType name="CouponSalesType"><xs:restriction base="xs:string"><xs:enumeration value="Article"/><xs:enumeration value="Subscription"/><xs:enumeration value="Exposition"/><xs:enumeration value="CultureEvent"/><xs:enumeration value="Activity"/><xs:enumeration value="Place"/><xs:enumeration value="Other"/></xs:restriction></xs:simpleType><xs:element name="CouponSalesType" nillable="true" type="q1479:CouponSalesType" xmlns:q1479="http://www.recreatex.be/webshop/"/><xs:complexType name="CouponDetailArticle"><xs:complexContent mixed="false"><xs:extension base="q1480:CouponDetail" xmlns:q1480="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="Article" nillable="true" type="q1480:Article"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="CouponDetailArticle" nillable="true" type="q1481:CouponDetailArticle" xmlns:q1481="http://www.recreatex.be/webshop/"/><xs:complexType name="CouponDetailSubscription"><xs:complexContent mixed="false"><xs:extension base="q1482:CouponDetail" xmlns:q1482="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="SubscriptionArticle" nillable="true" type="q1482:SubscriptionArticle"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="CouponDetailSubscription" nillable="true" type="q1483:CouponDetailSubscription" xmlns:q1483="http://www.recreatex.be/webshop/"/><xs:complexType name="CouponDetailExposition"><xs:complexContent mixed="false"><xs:extension base="q1484:CouponDetail" xmlns:q1484="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="Exposition" nillable="true" type="q1484:Exposition"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="CouponDetailExposition" nillable="true" type="q1485:CouponDetailExposition" xmlns:q1485="http://www.recreatex.be/webshop/"/><xs:complexType name="Exposition"><xs:annotation><xs:documentation>Exposition Domain Object</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="Audiences" nillable="true" type="q1486:ArrayOfAudience" xmlns:q1486="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DivisionId" type="ser:guid"/><xs:element minOccurs="0" name="ExpositionType" nillable="true" type="q1487:ExpositionType" xmlns:q1487="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="From" type="xs:dateTime"/><xs:element minOccurs="0" name="Id" type="ser:guid"><xs:annotation><xs:documentation>Exposition Unique Identifier</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Image" nillable="true" type="q1488:Picture" xmlns:q1488="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Location" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Periods" nillable="true" type="q1489:ArrayOfExpositionPeriod" xmlns:q1489="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Prices" nillable="true" type="q1490:ArrayOfExpositionPrice" xmlns:q1490="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Until" type="xs:dateTime"/><xs:element minOccurs="0" name="VAT" nillable="true" type="q1491:Vat" xmlns:q1491="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SubCategories" nillable="true" type="q1492:ArrayOfExpositionSubcategory" xmlns:q1492="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="AddressLocation" nillable="true" type="q1493:AddressLocation" xmlns:q1493="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ImageUri" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MaxVisitorsPerGroup" type="xs:int"/><xs:element minOccurs="0" name="Info1" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Info2" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Info3" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Info4" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Info5" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="GiftAidEnabled" type="xs:boolean"/><xs:element minOccurs="0" name="GenLoyaltyActive" type="xs:boolean"/><xs:element minOccurs="0" name="ControlType" type="xs:int"/><xs:element minOccurs="0" name="MaxVisitorsPerPeriod" type="xs:int"/><xs:element minOccurs="0" name="Articles" nillable="true" type="q1494:ArrayOfExpositionArticle" xmlns:q1494="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="OptionalArticles" nillable="true" type="q1495:ArrayOfExpositionArticleOptional" xmlns:q1495="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PreSaleDiscounts" nillable="true" type="q1496:ArrayOfExpositionPreSaleDiscount" xmlns:q1496="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="AskNames" type="xs:boolean"/><xs:element minOccurs="0" name="ItemAsPrice" type="xs:boolean"/><xs:element minOccurs="0" name="MaxTicketsPerWebSale" type="xs:int"/><xs:element minOccurs="0" name="HasAllowedSubscriptions" type="xs:boolean"/><xs:element minOccurs="0" name="EnableTargetGroupSelection" type="xs:boolean"/><xs:element minOccurs="0" name="AllowOverbooking" type="xs:boolean"/><xs:element minOccurs="0" name="AskNamesConfiguration" nillable="true" type="q1497:AskNamesConfiguration" xmlns:q1497="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="StartDate" type="xs:dateTime"/><xs:element minOccurs="0" name="EndDate" type="xs:dateTime"/><xs:element minOccurs="0" name="AskLanguageOnWeb" type="xs:boolean"/><xs:element minOccurs="0" name="ResellerCapacity" type="xs:int"/><xs:element minOccurs="0" name="SortOrder" type="xs:int"/><xs:element minOccurs="0" name="DirectSellingEnabled" type="xs:boolean"/><xs:element minOccurs="0" name="EnableSkillSelection" type="xs:boolean"/><xs:element minOccurs="0" name="Skills" nillable="true" type="q1498:ArrayOfSkill" xmlns:q1498="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="AskForRemarks" type="xs:boolean"/><xs:element minOccurs="0" name="ExcludeFromOverview" type="xs:boolean"/><xs:element minOccurs="0" name="LinkedExpositionID" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="LinkedExpositionSameDate" type="xs:boolean"/><xs:element minOccurs="0" name="EnablePresale" type="xs:boolean"/><xs:element minOccurs="0" name="PresaleFrom" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="PresaleUntil" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="LinkedExpositionTimeslotSpan" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="LinkedExpositionTimeslotSpanDirection" type="q1499:LinkedExpositionTimeslotSpanDirection" xmlns:q1499="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Blocked" type="xs:boolean"/><xs:element minOccurs="0" name="LinkToExistingCard" type="xs:boolean"/><xs:element minOccurs="0" name="HideItemGroups" type="xs:boolean"/><xs:element minOccurs="0" name="SpecialDayCalendars" nillable="true" type="q1500:ArrayOfSpecialDayCalendar" xmlns:q1500="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ExpositionTimePeriodCategories" nillable="true" type="q1501:ArrayOfExpositionTimePeriodCategory" xmlns:q1501="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ShowCapacity" type="xs:boolean"/><xs:element minOccurs="0" name="FinalRegistrationPerCountryGroups" nillable="true" type="q1502:ArrayOfFinalRegistrationPerCountryGroup" xmlns:q1502="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MinimumAge" type="xs:int"/><xs:element minOccurs="0" name="ItemGroupsSelected" type="xs:boolean"/><xs:element minOccurs="0" name="DesiredEmployeeSkills" nillable="true" type="q1503:ArrayOfSkill" xmlns:q1503="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="Exposition" nillable="true" type="q1504:Exposition" xmlns:q1504="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfAudience"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Audience" nillable="true" type="q1505:Audience" xmlns:q1505="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfAudience" nillable="true" type="q1506:ArrayOfAudience" xmlns:q1506="http://www.recreatex.be/webshop/"/><xs:complexType name="ExpositionType"><xs:sequence><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ExpositionType" nillable="true" type="q1507:ExpositionType" xmlns:q1507="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfExpositionPeriod"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ExpositionPeriod" nillable="true" type="q1508:ExpositionPeriod" xmlns:q1508="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfExpositionPeriod" nillable="true" type="q1509:ArrayOfExpositionPeriod" xmlns:q1509="http://www.recreatex.be/webshop/"/><xs:complexType name="ExpositionPeriod"><xs:sequence><xs:element minOccurs="0" name="ExpositionId" type="ser:guid"/><xs:element minOccurs="0" name="FinalSubscriptionDate" type="xs:dateTime"/><xs:element minOccurs="0" name="From" type="xs:dateTime"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="IsExcluded" type="xs:boolean"/><xs:element minOccurs="0" name="Occupancy" nillable="true" type="q1510:Occupancy" xmlns:q1510="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Until" type="xs:dateTime"/><xs:element minOccurs="0" name="FinalSubscriptionDateBo" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ResellerCapacity" type="xs:int"/><xs:element minOccurs="0" name="Articles" nillable="true" type="q1511:ArrayOfExpositionPeriodArticle" xmlns:q1511="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Blocked" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ExpositionPeriod" nillable="true" type="q1512:ExpositionPeriod" xmlns:q1512="http://www.recreatex.be/webshop/"/><xs:complexType name="Occupancy"><xs:sequence><xs:element minOccurs="0" name="Current" type="xs:int"/><xs:element minOccurs="0" name="Maximum" type="xs:int"/><xs:element minOccurs="0" name="Remaining" type="xs:int"/><xs:element minOccurs="0" name="ControlType" type="xs:int"/><xs:element minOccurs="0" name="MaxVisitorsPerGroup" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="Occupancy" nillable="true" type="q1513:Occupancy" xmlns:q1513="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfExpositionPeriodArticle"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ExpositionPeriodArticle" nillable="true" type="q1514:ExpositionPeriodArticle" xmlns:q1514="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfExpositionPeriodArticle" nillable="true" type="q1515:ArrayOfExpositionPeriodArticle" xmlns:q1515="http://www.recreatex.be/webshop/"/><xs:complexType name="ExpositionPeriodArticle"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ExpositionPeriodId" type="ser:guid"/><xs:element minOccurs="0" name="ExpositionItemId" type="ser:guid"/><xs:element minOccurs="0" name="MaxCapacity" type="xs:int"/><xs:element minOccurs="0" name="ValidFrom" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="ValidTill" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="PointOfSaleId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ExpositionPeriodArticle" nillable="true" type="q1516:ExpositionPeriodArticle" xmlns:q1516="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfExpositionPrice"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ExpositionPrice" nillable="true" type="q1517:ExpositionPrice" xmlns:q1517="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfExpositionPrice" nillable="true" type="q1518:ArrayOfExpositionPrice" xmlns:q1518="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfExpositionSubcategory"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ExpositionSubcategory" nillable="true" type="q1519:ExpositionSubcategory" xmlns:q1519="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfExpositionSubcategory" nillable="true" type="q1520:ArrayOfExpositionSubcategory" xmlns:q1520="http://www.recreatex.be/webshop/"/><xs:complexType name="ExpositionSubcategory"><xs:sequence><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="CategoryId" type="ser:guid"/><xs:element minOccurs="0" name="Category" nillable="true" type="q1521:ExpositionCategory" xmlns:q1521="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ShowOnWeb" type="xs:boolean"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ExpositionSubcategory" nillable="true" type="q1522:ExpositionSubcategory" xmlns:q1522="http://www.recreatex.be/webshop/"/><xs:complexType name="ExpositionCategory"><xs:sequence><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Subcategories" nillable="true" type="q1523:ArrayOfExpositionSubcategory" xmlns:q1523="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ExpositionCategory" nillable="true" type="q1524:ExpositionCategory" xmlns:q1524="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfExpositionArticleOptional"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ExpositionArticleOptional" nillable="true" type="q1525:ExpositionArticleOptional" xmlns:q1525="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfExpositionArticleOptional" nillable="true" type="q1526:ArrayOfExpositionArticleOptional" xmlns:q1526="http://www.recreatex.be/webshop/"/><xs:complexType name="ExpositionArticleOptional"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ArticleId" type="ser:guid"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MinPrice" type="xs:decimal"/><xs:element minOccurs="0" name="MaxQuantity" type="xs:int"/><xs:element minOccurs="0" name="ActivePeriods" nillable="true" type="q1527:ArrayOfPeriod" xmlns:q1527="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MinQuantity" type="xs:int"/><xs:element minOccurs="0" name="MaxQuantityPerTimeSlot" type="xs:int"/><xs:element minOccurs="0" name="MaxQuantityPerTicket" type="xs:int"/><xs:element minOccurs="0" name="ShortDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UnallowedItemSales" nillable="true" type="q1528:ArrayOfguid" xmlns:q1528="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="AdditionalInformation" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SortOrder" type="xs:int"/><xs:element minOccurs="0" name="ImageUrl" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ExpositionArticleOptional" nillable="true" type="q1529:ExpositionArticleOptional" xmlns:q1529="http://www.recreatex.be/webshop/"/><xs:complexType name="AskNamesConfiguration"><xs:sequence><xs:element minOccurs="0" name="AskFirstName" type="xs:boolean"/><xs:element minOccurs="0" name="MandatoryFirstName" type="xs:boolean"/><xs:element minOccurs="0" name="AskName" type="xs:boolean"/><xs:element minOccurs="0" name="MandatoryName" type="xs:boolean"/><xs:element minOccurs="0" name="AskBirthDate" type="xs:boolean"/><xs:element minOccurs="0" name="MandatoryBirthDate" type="xs:boolean"/><xs:element minOccurs="0" name="AskEmail" type="xs:boolean"/><xs:element minOccurs="0" name="MandatoryEmail" type="xs:boolean"/><xs:element minOccurs="0" name="AskPhone" type="xs:boolean"/><xs:element minOccurs="0" name="MandatoryPhone" type="xs:boolean"/><xs:element minOccurs="0" name="AskStreet" type="xs:boolean"/><xs:element minOccurs="0" name="MandatoryStreet" type="xs:boolean"/><xs:element minOccurs="0" name="AskHouseNumber" type="xs:boolean"/><xs:element minOccurs="0" name="MandatoryHouseNumber" type="xs:boolean"/><xs:element minOccurs="0" name="AskZipcode" type="xs:boolean"/><xs:element minOccurs="0" name="MandatoryZipcode" type="xs:boolean"/><xs:element minOccurs="0" name="AskCity" type="xs:boolean"/><xs:element minOccurs="0" name="MandatoryCity" type="xs:boolean"/><xs:element minOccurs="0" name="AskCountry" type="xs:boolean"/><xs:element minOccurs="0" name="MandatoryCountry" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="AskNamesConfiguration" nillable="true" type="q1530:AskNamesConfiguration" xmlns:q1530="http://www.recreatex.be/webshop/"/><xs:simpleType name="LinkedExpositionTimeslotSpanDirection"><xs:restriction base="xs:string"><xs:enumeration value="Before"/><xs:enumeration value="After"/></xs:restriction></xs:simpleType><xs:element name="LinkedExpositionTimeslotSpanDirection" nillable="true" type="q1531:LinkedExpositionTimeslotSpanDirection" xmlns:q1531="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfSpecialDayCalendar"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SpecialDayCalendar" nillable="true" type="q1532:SpecialDayCalendar" xmlns:q1532="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSpecialDayCalendar" nillable="true" type="q1533:ArrayOfSpecialDayCalendar" xmlns:q1533="http://www.recreatex.be/webshop/"/><xs:complexType name="SpecialDayCalendar"><xs:sequence><xs:element minOccurs="0" name="WebCalendarStyle" type="xs:int"/><xs:element minOccurs="0" name="Legend" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="SpecialDayCalendar" nillable="true" type="q1534:SpecialDayCalendar" xmlns:q1534="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfExpositionTimePeriodCategory"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ExpositionTimePeriodCategory" nillable="true" type="q1535:ExpositionTimePeriodCategory" xmlns:q1535="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfExpositionTimePeriodCategory" nillable="true" type="q1536:ArrayOfExpositionTimePeriodCategory" xmlns:q1536="http://www.recreatex.be/webshop/"/><xs:complexType name="ExpositionTimePeriodCategory"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="From" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" type="xs:dateTime"/><xs:element minOccurs="0" name="Sequence" type="xs:int"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ExpositionTimePeriodCategory" nillable="true" type="q1537:ExpositionTimePeriodCategory" xmlns:q1537="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfFinalRegistrationPerCountryGroup"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="FinalRegistrationPerCountryGroup" nillable="true" type="q1538:FinalRegistrationPerCountryGroup" xmlns:q1538="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfFinalRegistrationPerCountryGroup" nillable="true" type="q1539:ArrayOfFinalRegistrationPerCountryGroup" xmlns:q1539="http://www.recreatex.be/webshop/"/><xs:complexType name="FinalRegistrationPerCountryGroup"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExpositionID" type="ser:guid"/><xs:element minOccurs="0" name="CountryGroupId" type="ser:guid"/><xs:element minOccurs="0" name="RegistrationClosurePeriodInMinutes" type="xs:int"/><xs:element minOccurs="0" name="Countries" nillable="true" type="q1540:ArrayOfCountry" xmlns:q1540="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="FinalRegistrationPerCountryGroup" nillable="true" type="q1541:FinalRegistrationPerCountryGroup" xmlns:q1541="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfCountry"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Country" nillable="true" type="q1542:Country" xmlns:q1542="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCountry" nillable="true" type="q1543:ArrayOfCountry" xmlns:q1543="http://www.recreatex.be/webshop/"/><xs:element name="FindCouponsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1544:ServiceContext" xmlns:q1544="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CouponSearchCriteria" nillable="true" type="q1545:CouponSearchCriteria" xmlns:q1545="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="CouponSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Paging" nillable="true" type="q1546:PagingCriteria" xmlns:q1546="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CustomerId" type="ser:guid"/><xs:element minOccurs="0" name="ItemId" type="ser:guid"/><xs:element minOccurs="0" name="CreateStartDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="CreateEndDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="IsValid" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IsUsed" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IsActive" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="CouponSerieId" type="ser:guid"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q1547:CouponIncludes" xmlns:q1547="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CouponId" type="ser:guid"/><xs:element minOccurs="0" name="PersonCardId" type="ser:guid"/><xs:element minOccurs="0" name="MinPurchaseDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="MaxPurchaseDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="OrderNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Info1" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Info2" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Info3" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ContactId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="CouponSearchCriteria" nillable="true" type="q1548:CouponSearchCriteria" xmlns:q1548="http://www.recreatex.be/webshop/"/><xs:complexType name="CouponIncludes"><xs:sequence><xs:element minOccurs="0" name="Person" type="xs:boolean"/><xs:element minOccurs="0" name="VendingMachineTranslations" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="CouponIncludes" nillable="true" type="q1549:CouponIncludes" xmlns:q1549="http://www.recreatex.be/webshop/"/><xs:element name="FindCouponsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="FindCouponResult" nillable="true" type="q1550:FindCouponResult" xmlns:q1550="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FindCouponResult"><xs:sequence><xs:element minOccurs="0" name="Coupons" nillable="true" type="q1551:ArrayOfCoupon" xmlns:q1551="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="FindCouponResult" nillable="true" type="q1552:FindCouponResult" xmlns:q1552="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfCoupon"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Coupon" nillable="true" type="q1553:Coupon" xmlns:q1553="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCoupon" nillable="true" type="q1554:ArrayOfCoupon" xmlns:q1554="http://www.recreatex.be/webshop/"/><xs:complexType name="Coupon"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CreationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="ValidFrom" type="xs:dateTime"/><xs:element minOccurs="0" name="ValidTill" type="xs:dateTime"/><xs:element minOccurs="0" name="ValidTimeFrom" type="xs:dateTime"/><xs:element minOccurs="0" name="ValidTimeTill" type="xs:dateTime"/><xs:element minOccurs="0" name="ValidDayOfWeek" type="q1555:WeekDay" xmlns:q1555="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="NumberOfUsages" type="xs:int"/><xs:element minOccurs="0" name="Applicability" type="xs:int"/><xs:element minOccurs="0" name="SalesChannel" type="xs:int"/><xs:element minOccurs="0" name="DiscountType" type="xs:int"/><xs:element minOccurs="0" name="Discount" type="xs:decimal"/><xs:element minOccurs="0" name="UniquePerSales" type="xs:boolean"/><xs:element minOccurs="0" name="PreSalesOnly" type="xs:boolean"/><xs:element minOccurs="0" name="MaxUsagesPerSale" type="xs:int"/><xs:element minOccurs="0" name="MinimumCredits" type="xs:int"/><xs:element minOccurs="0" name="CreditsPerUsage" type="xs:int"/><xs:element minOccurs="0" name="DiscountAmountPerProduct" type="xs:boolean"/><xs:element minOccurs="0" name="MaxUsagesPerProduct" type="xs:int"/><xs:element minOccurs="0" name="TemplateId" type="ser:guid"/><xs:element minOccurs="0" name="Person" nillable="true" type="q1556:Person" xmlns:q1556="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CouponUserName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CouponUserFirstName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CouponUserBirthDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="IsActive" type="xs:boolean"/><xs:element minOccurs="0" name="CouponNumberUsed" type="xs:int"/><xs:element minOccurs="0" name="CouponType" type="q1557:CouponType" xmlns:q1557="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="VendingMachineTranslations" nillable="true" type="q1558:ArrayOfVendingMachineTranslation" xmlns:q1558="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PrintDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Printer" type="xs:int"/><xs:element minOccurs="0" name="PurchaseDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="ContactId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SalesNo" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="ArticleId" type="ser:guid"/><xs:element minOccurs="0" name="TurnsLeftInMinutes" nillable="true" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="Coupon" nillable="true" type="q1559:Coupon" xmlns:q1559="http://www.recreatex.be/webshop/"/><xs:simpleType name="CouponType"><xs:restriction base="xs:string"><xs:enumeration value="Coupon"/><xs:enumeration value="Voucher"/></xs:restriction></xs:simpleType><xs:element name="CouponType" nillable="true" type="q1560:CouponType" xmlns:q1560="http://www.recreatex.be/webshop/"/><xs:element name="SetCouponPrintedRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1561:ServiceContext" xmlns:q1561="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SetCouponPrintedRequest" nillable="true" type="q1562:SetCouponPrintedCriteria" xmlns:q1562="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SetCouponPrintedCriteria"><xs:sequence><xs:element minOccurs="0" name="Coupons" nillable="true" type="q1563:ArrayOfguid" xmlns:q1563="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType><xs:element name="SetCouponPrintedCriteria" nillable="true" type="q1564:SetCouponPrintedCriteria" xmlns:q1564="http://www.recreatex.be/webshop/"/><xs:element name="GiftCertificateReserveRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1565:ServiceContext" xmlns:q1565="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GiftCertificateReserveCriteria" nillable="true" type="q1566:GiftCertificateReserveCriteria" xmlns:q1566="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="GiftCertificateReserveCriteria"><xs:sequence><xs:element minOccurs="0" name="Basket" nillable="true" type="q1567:Basket" xmlns:q1567="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="GiftCertificateReserveCriteria" nillable="true" type="q1568:GiftCertificateReserveCriteria" xmlns:q1568="http://www.recreatex.be/webshop/"/><xs:element name="GiftCertificateReleaseRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1569:ServiceContext" xmlns:q1569="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GiftCertificateCalculateRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1570:ServiceContext" xmlns:q1570="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GiftCertificateCalculateCriteria" nillable="true" type="q1571:GiftCertificateCalculateCriteria" xmlns:q1571="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="GiftCertificateCalculateCriteria"><xs:sequence><xs:element minOccurs="0" name="Basket" nillable="true" type="q1572:Basket" xmlns:q1572="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="GiftCertificateCalculateCriteria" nillable="true" type="q1573:GiftCertificateCalculateCriteria" xmlns:q1573="http://www.recreatex.be/webshop/"/><xs:element name="GiftCertificateCalculateResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GiftCertificateCalculateResult" nillable="true" type="q1574:GiftCertificateCalculateResult" xmlns:q1574="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="GiftCertificateCalculateResult"><xs:sequence><xs:element minOccurs="0" name="Status" type="q1575:GiftCertificateStatus" xmlns:q1575="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Discounts" nillable="true" type="q1576:ArrayOfGiftCertificateDiscount" xmlns:q1576="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="GiftCertificateCalculateResult" nillable="true" type="q1577:GiftCertificateCalculateResult" xmlns:q1577="http://www.recreatex.be/webshop/"/><xs:simpleType name="GiftCertificateStatus"><xs:restriction base="xs:string"><xs:enumeration value="Success"/><xs:enumeration value="GiftCertificateNotFound"/><xs:enumeration value="GiftCertificateHasNoBalance"/><xs:enumeration value="GiftCertificateNotAllowed"/></xs:restriction></xs:simpleType><xs:element name="GiftCertificateStatus" nillable="true" type="q1578:GiftCertificateStatus" xmlns:q1578="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfGiftCertificateDiscount"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="GiftCertificateDiscount" nillable="true" type="q1579:GiftCertificateDiscount" xmlns:q1579="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfGiftCertificateDiscount" nillable="true" type="q1580:ArrayOfGiftCertificateDiscount" xmlns:q1580="http://www.recreatex.be/webshop/"/><xs:element name="FindGiftCertificatesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1581:ServiceContext" xmlns:q1581="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FindGiftCertificatesCriteria" nillable="true" type="q1582:FindGiftCertificatesCriteria" xmlns:q1582="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FindGiftCertificatesCriteria"><xs:sequence><xs:element minOccurs="0" name="CustomerId" type="ser:guid"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q1583:PagingCriteria" xmlns:q1583="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q1584:GiftCertificatesIncludes" xmlns:q1584="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Barcode" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="FindGiftCertificatesCriteria" nillable="true" type="q1585:FindGiftCertificatesCriteria" xmlns:q1585="http://www.recreatex.be/webshop/"/><xs:complexType name="GiftCertificatesIncludes"><xs:sequence><xs:element minOccurs="0" name="OnlyShowValidGiftCertificates" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="GiftCertificatesIncludes" nillable="true" type="q1586:GiftCertificatesIncludes" xmlns:q1586="http://www.recreatex.be/webshop/"/><xs:element name="FindGiftCertificatesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="FindGiftCertificatesResult" nillable="true" type="q1587:FindGiftCertificatesResult" xmlns:q1587="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FindGiftCertificatesResult"><xs:sequence><xs:element minOccurs="0" name="GiftCertificates" nillable="true" type="q1588:ArrayOfGiftCertificate" xmlns:q1588="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="FindGiftCertificatesResult" nillable="true" type="q1589:FindGiftCertificatesResult" xmlns:q1589="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfGiftCertificate"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="GiftCertificate" nillable="true" type="q1590:GiftCertificate" xmlns:q1590="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfGiftCertificate" nillable="true" type="q1591:ArrayOfGiftCertificate" xmlns:q1591="http://www.recreatex.be/webshop/"/><xs:complexType name="GiftCertificate"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Customer" nillable="true" type="q1592:Person" xmlns:q1592="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PersonCard" nillable="true" type="q1593:PersonCard" xmlns:q1593="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Article" nillable="true" type="q1594:Article" xmlns:q1594="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Amount" type="xs:decimal"/><xs:element minOccurs="0" name="PurchaseDate" type="xs:dateTime"/><xs:element minOccurs="0" name="ValidFrom" type="xs:dateTime"/><xs:element minOccurs="0" name="ValidTill" type="xs:dateTime"/><xs:element minOccurs="0" name="Coupon" type="xs:boolean"/><xs:element minOccurs="0" name="SalesSeriesID" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TicketDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExtraDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Info1" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TemplateId" type="ser:guid"/><xs:element minOccurs="0" name="Valid" type="xs:boolean"/><xs:element minOccurs="0" name="IsIncentive" type="xs:boolean"/><xs:element minOccurs="0" name="TicketLayout" type="xs:int"/><xs:element minOccurs="0" name="Translations" nillable="true" type="q1595:ArrayOfVendingMachineTranslation" xmlns:q1595="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PrintDate" nillable="true" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="GiftCertificate" nillable="true" type="q1596:GiftCertificate" xmlns:q1596="http://www.recreatex.be/webshop/"/><xs:complexType name="PersonCard"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Card" nillable="true" type="q1597:Card" xmlns:q1597="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="Person" nillable="true" type="q1598:Person" xmlns:q1598="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="PersonCard" nillable="true" type="q1599:PersonCard" xmlns:q1599="http://www.recreatex.be/webshop/"/><xs:complexType name="Card"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="CardNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Number" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PeripheralString" nillable="true" type="q1600:PeripheralString" xmlns:q1600="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PersonCards" nillable="true" type="q1601:ArrayOfPersonCard" xmlns:q1601="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Guests" nillable="true" type="q1602:ArrayOfAnonymous" xmlns:q1602="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Blocked" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="Card" nillable="true" type="q1603:Card" xmlns:q1603="http://www.recreatex.be/webshop/"/><xs:complexType name="PeripheralString"><xs:sequence><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Id" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="PeripheralString" nillable="true" type="q1604:PeripheralString" xmlns:q1604="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfPersonCard"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="PersonCard" nillable="true" type="q1605:PersonCard" xmlns:q1605="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPersonCard" nillable="true" type="q1606:ArrayOfPersonCard" xmlns:q1606="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfAnonymous"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Anonymous" nillable="true" type="q1607:Anonymous" xmlns:q1607="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfAnonymous" nillable="true" type="q1608:ArrayOfAnonymous" xmlns:q1608="http://www.recreatex.be/webshop/"/><xs:element name="SetGiftCertificatePrintedRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1609:ServiceContext" xmlns:q1609="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SetGiftCertificatePrintedCriteria" nillable="true" type="q1610:SetGiftCertificatePrintedCriteria" xmlns:q1610="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveCRMLogRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1611:ServiceContext" xmlns:q1611="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CRMLog" nillable="true" type="q1612:CRMLog" xmlns:q1612="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="CRMLog"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="Type" type="q1613:CRMLogType" xmlns:q1613="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SubType" type="q1614:CRMLogSubType" xmlns:q1614="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Info" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="From" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="To" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Subject" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Body" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Attachments" nillable="true" type="q1615:ArrayOfAttachment" xmlns:q1615="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Cc" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="CRMLog" nillable="true" type="q1616:CRMLog" xmlns:q1616="http://www.recreatex.be/webshop/"/><xs:simpleType name="CRMLogType"><xs:restriction base="xs:string"><xs:enumeration value="Mailing"/><xs:enumeration value="Invoice"/><xs:enumeration value="Entry"/><xs:enumeration value="Reservation"/><xs:enumeration value="Ticketing"/><xs:enumeration value="Rental"/><xs:enumeration value="Email"/><xs:enumeration value="CultureEvent"/><xs:enumeration value="EntrySummary"/><xs:enumeration value="Fitness"/><xs:enumeration value="SpecialInvoice"/><xs:enumeration value="Lessons"/><xs:enumeration value="Subscriptions"/><xs:enumeration value="Expositions"/><xs:enumeration value="Scenarios"/><xs:enumeration value="DirectDebit"/></xs:restriction></xs:simpleType><xs:element name="CRMLogType" nillable="true" type="q1617:CRMLogType" xmlns:q1617="http://www.recreatex.be/webshop/"/><xs:simpleType name="CRMLogSubType"><xs:restriction base="xs:string"><xs:enumeration value="None"/><xs:enumeration value="ProofOfPayment"/><xs:enumeration value="ProofOfEntry"/><xs:enumeration value="ProofOfCancellation"/><xs:enumeration value="ProofOfConfirmation"/><xs:enumeration value="Order"/><xs:enumeration value="Delivery"/><xs:enumeration value="Return"/><xs:enumeration value="CultEvtBankTransfer"/><xs:enumeration value="PriceCalc"/><xs:enumeration value="FiscalCertificate"/><xs:enumeration value="Contract"/><xs:enumeration value="HealthInsuranceCertificate"/><xs:enumeration value="ReservationContract"/><xs:enumeration value="InvoiceContant"/><xs:enumeration value="Diploma"/><xs:enumeration value="SubscriptionRequest"/><xs:enumeration value="OrganisedVisitConfirmation"/><xs:enumeration value="EntriesByCustomer"/><xs:enumeration value="InvoiceRecall"/><xs:enumeration value="OrganisedVisitCancelConfirmation"/><xs:enumeration value="Printed"/><xs:enumeration value="Emailed"/><xs:enumeration value="AccountActivated"/><xs:enumeration value="SubscriptionProlongation"/><xs:enumeration value="FitnessReservation"/><xs:enumeration value="FitnessCancelation"/><xs:enumeration value="ForgotPassword"/></xs:restriction></xs:simpleType><xs:element name="CRMLogSubType" nillable="true" type="q1618:CRMLogSubType" xmlns:q1618="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfAttachment"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Attachment" nillable="true" type="q1619:Attachment" xmlns:q1619="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfAttachment" nillable="true" type="q1620:ArrayOfAttachment" xmlns:q1620="http://www.recreatex.be/webshop/"/><xs:element name="SaveCRMLogResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Success" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="DeviceConfigurationRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1621:ServiceContext" xmlns:q1621="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MacId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="DeviceConfigurationResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Data" nillable="true" type="q1622:DivisionConfiguration" xmlns:q1622="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Result" type="xs:boolean"/><xs:element minOccurs="0" name="ErrorCode" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="DivisionConfiguration"><xs:annotation><xs:documentation>This class is used to store configuration information like companies’ names, division names and employees.</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="CashierCollection" nillable="true" type="q1623:ArrayOfCashier" xmlns:q1623="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PointOfSaleCollection" nillable="true" type="q1624:ArrayOfPointOfSale" xmlns:q1624="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SalesZoneCollection" nillable="true" type="q1625:ArrayOfSalesZone" xmlns:q1625="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="DefaultCustomerId" type="ser:guid"/><xs:element minOccurs="0" name="PaymentMethods" nillable="true" type="q1626:ArrayOfBasketPaymentMethod" xmlns:q1626="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MobilePaymentMethods" nillable="true" type="q1627:ArrayOfMobilePaymentMethod" xmlns:q1627="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PrintPOSEntryTicketApart" type="xs:boolean"/><xs:element minOccurs="0" name="TippingArticleID" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="DivisionConfiguration" nillable="true" type="q1628:DivisionConfiguration" xmlns:q1628="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfCashier"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Cashier" nillable="true" type="q1629:Cashier" xmlns:q1629="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCashier" nillable="true" type="q1630:ArrayOfCashier" xmlns:q1630="http://www.recreatex.be/webshop/"/><xs:complexType name="Cashier"><xs:annotation><xs:documentation>An employee who is linked to a point of sale is a cashier.</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ShowCalculatedShiftAmount" type="xs:boolean"/><xs:element minOccurs="0" name="AllowDiscount" type="xs:boolean"/><xs:element minOccurs="0" name="CanPrintDayReport" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="Cashier" nillable="true" type="q1631:Cashier" xmlns:q1631="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfPointOfSale"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="PointOfSale" nillable="true" type="q1632:PointOfSale" xmlns:q1632="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPointOfSale" nillable="true" type="q1633:ArrayOfPointOfSale" xmlns:q1633="http://www.recreatex.be/webshop/"/><xs:complexType name="PointOfSale"><xs:annotation><xs:documentation>Point of sale (also called POS or checkout) is the place where a retail transaction is completed. It is the point at which a customer makes a payment to the merchant in exchange for goods or services. </xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UsesStartingBalance" type="xs:boolean"/><xs:element minOccurs="0" name="SalesZoneId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="AllowedCashiers" nillable="true" type="q1634:ArrayOfguid" xmlns:q1634="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="FdmActive" type="xs:boolean"/><xs:element minOccurs="0" name="PrintingAgentUri" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExpositionCustomerMandatory" type="xs:boolean"/><xs:element minOccurs="0" name="MustPrintCashReport" type="xs:boolean"/><xs:element minOccurs="0" name="FixedPaymentAmount" type="xs:boolean"/><xs:element minOccurs="0" name="AllowSalesShiftSharing" type="xs:boolean"/><xs:element minOccurs="0" name="Blocked" type="xs:boolean"/><xs:element minOccurs="0" name="DivisionId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="PointOfSale" nillable="true" type="q1635:PointOfSale" xmlns:q1635="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfSalesZone"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SalesZone" nillable="true" type="q1636:SalesZone" xmlns:q1636="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSalesZone" nillable="true" type="q1637:ArrayOfSalesZone" xmlns:q1637="http://www.recreatex.be/webshop/"/><xs:complexType name="SalesZone"><xs:annotation><xs:documentation>A Sales Zone is a collection of tables in the same accommodation. If one building has multiple rooms such as a restaurant, pub, tea shop, a Sales Zone identifies one typical zone such as the restaurant.</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MultipleIntermediateTicketPrint" type="xs:boolean"/><xs:element minOccurs="0" name="TokenResetTime" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="SalesZone" nillable="true" type="q1638:SalesZone" xmlns:q1638="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfBasketPaymentMethod"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="BasketPaymentMethod" nillable="true" type="q1639:BasketPaymentMethod" xmlns:q1639="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfBasketPaymentMethod" nillable="true" type="q1640:ArrayOfBasketPaymentMethod" xmlns:q1640="http://www.recreatex.be/webshop/"/><xs:complexType name="BasketPaymentMethod"><xs:sequence><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DefaultCashPaymentMethod" type="xs:boolean"/><xs:element minOccurs="0" name="DefaultIncassoPaymentMethod" type="xs:boolean"/><xs:element minOccurs="0" name="CreditCardType" type="xs:int"/><xs:element minOccurs="0" name="PrintVendingTicket" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="ToGoAccount" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="WalletPaymentMethod" type="xs:boolean"/><xs:element minOccurs="0" name="InvoicePaymentMethod" type="xs:boolean"/><xs:element minOccurs="0" name="NotRefundedPaymentMethod" type="xs:boolean"/><xs:element minOccurs="0" name="CountMoney" type="xs:boolean"/><xs:element minOccurs="0" name="FixedPaymentAmount" type="xs:boolean"/><xs:element minOccurs="0" name="PaymentTerminalCard" type="xs:int"/><xs:element minOccurs="0" name="TerminalPaymentMethod" type="xs:boolean"/><xs:element minOccurs="0" name="DigitalWalletPaymentMethod" type="xs:boolean"/><xs:element minOccurs="0" name="AllowNegativeChipKnip" type="xs:boolean"/><xs:element minOccurs="0" name="AmountRounding" type="xs:decimal"/><xs:element minOccurs="0" name="AmountMayExceedTheRemainingBalance" type="xs:boolean"/><xs:element minOccurs="0" name="ProcessOnSelect" type="xs:boolean"/><xs:element minOccurs="0" name="WorldLinePaymentProductId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SystemPayPaymentProductId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TerminalPaymentMethodType" type="xs:int"/><xs:element minOccurs="0" name="EnvisoPayRefund" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="BasketPaymentMethod" nillable="true" type="q1641:BasketPaymentMethod" xmlns:q1641="http://www.recreatex.be/webshop/"/><xs:complexType name="IncassoBasketPaymentMethod"><xs:complexContent mixed="false"><xs:extension base="q1642:BasketPaymentMethod" xmlns:q1642="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="AdditionalIncassoCosts" nillable="true" type="q1642:ArrayOfIncassoCost"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="IncassoBasketPaymentMethod" nillable="true" type="q1643:IncassoBasketPaymentMethod" xmlns:q1643="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfIncassoCost"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="IncassoCost" nillable="true" type="q1644:IncassoCost" xmlns:q1644="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfIncassoCost" nillable="true" type="q1645:ArrayOfIncassoCost" xmlns:q1645="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfMobilePaymentMethod"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="MobilePaymentMethod" nillable="true" type="q1646:MobilePaymentMethod" xmlns:q1646="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfMobilePaymentMethod" nillable="true" type="q1647:ArrayOfMobilePaymentMethod" xmlns:q1647="http://www.recreatex.be/webshop/"/><xs:complexType name="MobilePaymentMethod"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Type" type="q1648:MobilePaymentType" xmlns:q1648="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="MobilePaymentMethod" nillable="true" type="q1649:MobilePaymentMethod" xmlns:q1649="http://www.recreatex.be/webshop/"/><xs:simpleType name="MobilePaymentType"><xs:restriction base="xs:string"><xs:enumeration value="Cash"/><xs:enumeration value="CreditCard"/><xs:enumeration value="Credit"/><xs:enumeration value="Invoice"/></xs:restriction></xs:simpleType><xs:element name="MobilePaymentType" nillable="true" type="q1650:MobilePaymentType" xmlns:q1650="http://www.recreatex.be/webshop/"/><xs:element name="LoginCashierRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1651:ServiceContext" xmlns:q1651="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="EmployeePin" type="xs:int"/><xs:element minOccurs="0" name="MacId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PointOfSaleId" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="RFID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SalesZoneId" type="ser:guid"/><xs:element minOccurs="0" name="CardNo" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IncludeConfiguration" nillable="true" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="LoginCashierResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Data" nillable="true" type="q1652:PosConfiguration" xmlns:q1652="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Result" type="xs:boolean"/><xs:element minOccurs="0" name="ErrorCode" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="PosConfiguration"><xs:annotation><xs:documentation>This entity will represent the employee comprehensively.</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="EmployeeConfiguration" nillable="true" type="q1653:EmployeeConfiguration" xmlns:q1653="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MenuConfiguration" nillable="true" type="q1654:PointOfSaleConfiguration" xmlns:q1654="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SalesShiftId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="PosConfiguration" nillable="true" type="q1655:PosConfiguration" xmlns:q1655="http://www.recreatex.be/webshop/"/><xs:complexType name="EmployeeConfiguration"><xs:annotation><xs:documentation>This entity will represent the employee comprehensively.</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IsOrderIntakeAllowed" type="xs:boolean"/><xs:element minOccurs="0" name="IsPaymentAllowed" type="xs:boolean"/><xs:element minOccurs="0" name="CanAssignOrder" type="xs:boolean"/><xs:element minOccurs="0" name="EmployeeType" type="q1656:EmployeeType" xmlns:q1656="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CurrentEmployeeShiftConfiguration" nillable="true" type="q1657:EmployeeShiftConfiguration" xmlns:q1657="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CanChangeOrder" type="xs:boolean"/><xs:element minOccurs="0" name="EmployeeAllowAllTableSales" type="xs:boolean"/><xs:element minOccurs="0" name="EmployeeAllowTableChanges" type="xs:boolean"/><xs:element minOccurs="0" name="ParametersAllowTableChanges" type="xs:boolean"/><xs:element minOccurs="0" name="EmployeeAllowViewShiftInfo" type="xs:boolean"/><xs:element minOccurs="0" name="AllowDiscounts" type="xs:boolean"/><xs:element minOccurs="0" name="EmployeeAllowDiscounts" type="xs:boolean"/><xs:element minOccurs="0" name="CanDeleteArticles" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="EmployeeConfiguration" nillable="true" type="q1658:EmployeeConfiguration" xmlns:q1658="http://www.recreatex.be/webshop/"/><xs:simpleType name="EmployeeType"><xs:restriction base="xs:string"><xs:enumeration value="Waiter"/><xs:enumeration value="HeadWaiter"/><xs:enumeration value="Manager"/><xs:enumeration value="Cashier"/></xs:restriction></xs:simpleType><xs:element name="EmployeeType" nillable="true" type="q1659:EmployeeType" xmlns:q1659="http://www.recreatex.be/webshop/"/><xs:complexType name="EmployeeShiftConfiguration"><xs:annotation><xs:documentation>This class is used to store information about Shift of the waiter. </xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="IsCashBalanceRequired" type="xs:boolean"><xs:annotation><xs:documentation>Cash balance is required or not. If True, waiter need to enter “Start Cash Balance” after login.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="OpeningBalance" type="xs:decimal"><xs:annotation><xs:documentation>Opening Balance of waiter</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="CashOnHand" type="xs:decimal"><xs:annotation><xs:documentation>Closing balance of waiter</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="TotalPaymentAmount" type="xs:decimal"><xs:annotation><xs:documentation>Total money collection of waiter during shift</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ShiftNumber" nillable="true" type="xs:long"><xs:annotation><xs:documentation>The unique number of the shift</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="PointOfSaleId" type="ser:guid"><xs:annotation><xs:documentation>The point of sales on which the shift was started</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ShiftType" type="q1660:ShiftType" xmlns:q1660="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>Type of Shift which is currently open for this employee.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="EmployeeShiftCollection" nillable="true" type="q1661:ArrayOfEmployeeShift" xmlns:q1661="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>Waiter shift details like shift name, shift time, collection during shift etc. The collection will be of last 7 days’ history of the employee’s shifts for the employee to keep track on the CSP app.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="EndBalanceCard" type="xs:decimal"><xs:annotation><xs:documentation>Closing balance of waiter (card)</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="EndBalanceCredit" type="xs:decimal"><xs:annotation><xs:documentation>Closing balance of waiter (credit)</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="EndBalanceInvoice" type="xs:decimal"><xs:annotation><xs:documentation>Closing balance of waiter (invoice)</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType><xs:element name="EmployeeShiftConfiguration" nillable="true" type="q1662:EmployeeShiftConfiguration" xmlns:q1662="http://www.recreatex.be/webshop/"/><xs:simpleType name="ShiftType"><xs:restriction base="xs:string"><xs:enumeration value="NoShift"/><xs:enumeration value="ExistingShift"/><xs:enumeration value="NewShift"/></xs:restriction></xs:simpleType><xs:element name="ShiftType" nillable="true" type="q1663:ShiftType" xmlns:q1663="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfEmployeeShift"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="EmployeeShift" nillable="true" type="q1664:EmployeeShift" xmlns:q1664="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfEmployeeShift" nillable="true" type="q1665:ArrayOfEmployeeShift" xmlns:q1665="http://www.recreatex.be/webshop/"/><xs:complexType name="EmployeeShift"><xs:annotation><xs:documentation>This class is used to store Shift Detail.</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="ShiftStartTimestamp" type="xs:dateTime"><xs:annotation><xs:documentation>Shift start timestamp of the POS server – to be converted to device local time by CSP</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ShiftCloseTimestamp" nillable="true" type="xs:dateTime"><xs:annotation><xs:documentation>Shift close timestamp of the POS server – to be converted to device local time by CSP</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ShiftStartingBalance" type="xs:decimal"><xs:annotation><xs:documentation>The cash on hand on starting the shift</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ShiftClosingBalance" type="xs:decimal"><xs:annotation><xs:documentation>The cash on hand while closing the shift</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="TotalPaymentAmount" type="xs:decimal"><xs:annotation><xs:documentation>Total money collection of waiter during shift</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"><xs:annotation><xs:documentation>The shift summary, if any that the employee has added during closing the shift.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ShiftNumber" nillable="true" type="xs:long"><xs:annotation><xs:documentation>The unique number of the shift</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="PointOfSaleId" type="ser:guid"><xs:annotation><xs:documentation>The point of sales on which the shift was started</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ShiftClosingBalanceCard" type="xs:decimal"><xs:annotation><xs:documentation>Closing balance of waiter (card)</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ShiftClosingBalanceCredit" type="xs:decimal"><xs:annotation><xs:documentation>Closing balance of waiter (credit)</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ShiftClosingBalanceInvoice" type="xs:decimal"><xs:annotation><xs:documentation>Closing balance of waiter (invoice)</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType><xs:element name="EmployeeShift" nillable="true" type="q1666:EmployeeShift" xmlns:q1666="http://www.recreatex.be/webshop/"/><xs:complexType name="PointOfSaleConfiguration"><xs:annotation><xs:documentation>This entity will represent the PointOfSale(=Verkooppunt) comprehensively.</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PosMenuCollection" nillable="true" type="q1667:ArrayOfPosMenu" xmlns:q1667="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="DefaultCustomerId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="PointOfSaleConfiguration" nillable="true" type="q1668:PointOfSaleConfiguration" xmlns:q1668="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfPosMenu"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="PosMenu" nillable="true" type="q1669:PosMenu" xmlns:q1669="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPosMenu" nillable="true" type="q1670:ArrayOfPosMenu" xmlns:q1670="http://www.recreatex.be/webshop/"/><xs:complexType name="PosMenu"><xs:annotation><xs:documentation>This class is used to store a menu or a submenu (= RCX CounterMenu). A menu is a collection of menu items. Normally there will be sub-menues for appetizers, aperitifs, main dishes, desserts</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"><xs:annotation><xs:documentation>Id of the menu</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"><xs:annotation><xs:documentation>Name of the menu</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="MenuButtons" nillable="true" type="q1671:ArrayOfMenuButton" xmlns:q1671="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>List of buttons</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="SubMenus" nillable="true" type="q1672:ArrayOfPosMenu" xmlns:q1672="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>List of submenus</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Blocked" type="xs:boolean"><xs:annotation><xs:documentation>Boolean that indicates if blocked</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType><xs:element name="PosMenu" nillable="true" type="q1673:PosMenu" xmlns:q1673="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfMenuButton"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="MenuButton" nillable="true" type="q1674:MenuButton" xmlns:q1674="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfMenuButton" nillable="true" type="q1675:ArrayOfMenuButton" xmlns:q1675="http://www.recreatex.be/webshop/"/><xs:complexType name="MenuButton"><xs:annotation><xs:documentation>A menu-item is either a submenu or a product (dish, drink, ...)</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"><xs:annotation><xs:documentation>Id of the button</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"><xs:annotation><xs:documentation>Name of the button</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="X" type="xs:int"><xs:annotation><xs:documentation>X coordinate of the button in the PosMenu</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Y" type="xs:int"><xs:annotation><xs:documentation>Y coordinate of the button in the PosMenu</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Color" type="q1676:Color" xmlns:q1676="http://schemas.datacontract.org/2004/07/System.Drawing"><xs:annotation><xs:documentation>Backgroundcolor of the button</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="IsDigitalWalletItem" type="xs:boolean"><xs:annotation><xs:documentation>Is it a digital wallet item</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType><xs:element name="MenuButton" nillable="true" type="q1677:MenuButton" xmlns:q1677="http://www.recreatex.be/webshop/"/><xs:complexType name="MenuItem"><xs:annotation><xs:documentation>A menu item is an item that is visible on the menu list. Normally this will be a dish, a drink, ...</xs:documentation></xs:annotation><xs:complexContent mixed="false"><xs:extension base="q1678:MenuButton" xmlns:q1678="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ArticleDescription" nillable="true" type="xs:string"><xs:annotation><xs:documentation>Item description</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ArticleId" type="ser:guid"><xs:annotation><xs:documentation>Item ID</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ArticleGroup" nillable="true" type="xs:string"><xs:annotation><xs:documentation>Name of the group to which the item belongs</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ArticleModifierCollection" nillable="true" type="q1678:ArrayOfArticleModifier"><xs:annotation><xs:documentation>List of modifiers, if any, assigned for the menu item.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="UnitPrice" type="xs:decimal"><xs:annotation><xs:documentation>The unit price of the menu item.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="CustomerMandatory" type="q1678:MandatoryType"><xs:annotation><xs:documentation>If the customer selection is mandatory or not</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="AllowCustomPrice" type="xs:boolean"><xs:annotation><xs:documentation>Indiciates if a custom price is allowed</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="CombineSales" type="xs:boolean"><xs:annotation><xs:documentation>Indiciates if the sales should be combined</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ArticleActivePeriods" nillable="true" type="q1678:ArrayOfActivePeriod"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="MenuItem" nillable="true" type="q1679:MenuItem" xmlns:q1679="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfArticleModifier"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ArticleModifier" nillable="true" type="q1680:ArticleModifier" xmlns:q1680="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfArticleModifier" nillable="true" type="q1681:ArrayOfArticleModifier" xmlns:q1681="http://www.recreatex.be/webshop/"/><xs:complexType name="ArticleModifier"><xs:annotation><xs:documentation>Menu item modifiers are used to specify options for an article (sauce, cooking preference, ...) </xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"><xs:annotation><xs:documentation>MenuItemModifier Id</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"><xs:annotation><xs:documentation>Name of the modifier</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ArticleModifierValueCollection" nillable="true" type="q1682:ArrayOfArticleModifierValue" xmlns:q1682="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>Collection of modifiers values : the different possibilities for a modifier</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Mandatory" type="xs:boolean"/><xs:element minOccurs="0" name="MultipleChoices" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ArticleModifier" nillable="true" type="q1683:ArticleModifier" xmlns:q1683="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfArticleModifierValue"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ArticleModifierValue" nillable="true" type="q1684:ArticleModifierValue" xmlns:q1684="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfArticleModifierValue" nillable="true" type="q1685:ArrayOfArticleModifierValue" xmlns:q1685="http://www.recreatex.be/webshop/"/><xs:complexType name="ArticleModifierValue"><xs:annotation><xs:documentation>Enumerates the possible values for a modifier sauce (mayo, mustard, ketchup) cooking (rare, medium, wel coocked, ...)</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"><xs:annotation><xs:documentation>Id of the article modifier value</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"><xs:annotation><xs:documentation>Name of the modifier value</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ArticleId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>Id of the article that is linked to this option value</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="UnitPrice" nillable="true" type="xs:decimal"><xs:annotation><xs:documentation>Unitprice of the article that is linked to this option value</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType><xs:element name="ArticleModifierValue" nillable="true" type="q1686:ArticleModifierValue" xmlns:q1686="http://www.recreatex.be/webshop/"/><xs:simpleType name="MandatoryType"><xs:restriction base="xs:string"><xs:enumeration value="No"/><xs:enumeration value="Yes"/><xs:enumeration value="Ask"/></xs:restriction></xs:simpleType><xs:element name="MandatoryType" nillable="true" type="q1687:MandatoryType" xmlns:q1687="http://www.recreatex.be/webshop/"/><xs:complexType name="MenuLink"><xs:annotation><xs:documentation>A button to go to another PosMenu</xs:documentation></xs:annotation><xs:complexContent mixed="false"><xs:extension base="q1688:MenuButton" xmlns:q1688="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="MenuId" type="ser:guid"><xs:annotation><xs:documentation>Id of the menu</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="MenuLink" nillable="true" type="q1689:MenuLink" xmlns:q1689="http://www.recreatex.be/webshop/"/><xs:complexType name="ReservationViewMenuItem"><xs:annotation><xs:documentation>A reservationViewMenuItem is a reservation view that is visible on the menu list.</xs:documentation></xs:annotation><xs:complexContent mixed="false"><xs:extension base="q1690:MenuButton" xmlns:q1690="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ReservationViewId" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ReservationViewMenuItem" nillable="true" type="q1691:ReservationViewMenuItem" xmlns:q1691="http://www.recreatex.be/webshop/"/><xs:complexType name="ExpositionMenuItem"><xs:annotation><xs:documentation>An ExpositionMenuItem is an exposition that is visible on the menu list.</xs:documentation></xs:annotation><xs:complexContent mixed="false"><xs:extension base="q1692:MenuButton" xmlns:q1692="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ExpositionId" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ExpositionMenuItem" nillable="true" type="q1693:ExpositionMenuItem" xmlns:q1693="http://www.recreatex.be/webshop/"/><xs:complexType name="ActivityMenuItem"><xs:annotation><xs:documentation>An ActivityMenuItem is an activity that is visible on the menu list.</xs:documentation></xs:annotation><xs:complexContent mixed="false"><xs:extension base="q1694:MenuButton" xmlns:q1694="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ActivityId" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ActivityMenuItem" nillable="true" type="q1695:ActivityMenuItem" xmlns:q1695="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureEventMenuItem"><xs:annotation><xs:documentation>A CultureEventMenuItem is a culture event that is visible on the menu list.</xs:documentation></xs:annotation><xs:complexContent mixed="false"><xs:extension base="q1696:MenuButton" xmlns:q1696="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="CultureEventId" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="CultureEventMenuItem" nillable="true" type="q1697:CultureEventMenuItem" xmlns:q1697="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureSubscriptionMenuItem"><xs:annotation><xs:documentation>A CultureSubscriptionMenuItem is a culture subscription that is visible on the menu list.</xs:documentation></xs:annotation><xs:complexContent mixed="false"><xs:extension base="q1698:MenuButton" xmlns:q1698="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="CultureSubscriptionId" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="CultureSubscriptionMenuItem" nillable="true" type="q1699:CultureSubscriptionMenuItem" xmlns:q1699="http://www.recreatex.be/webshop/"/><xs:complexType name="RentalMenuItem"><xs:annotation><xs:documentation>A reservationViewMenuItem is a reservation view that is visible on the menu list.</xs:documentation></xs:annotation><xs:complexContent mixed="false"><xs:extension base="q1700:MenuButton" xmlns:q1700="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ItemId" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="RentalMenuItem" nillable="true" type="q1701:RentalMenuItem" xmlns:q1701="http://www.recreatex.be/webshop/"/><xs:complexType name="FitnessActivityMenuItem"><xs:annotation><xs:documentation>A FitnessActivityMenuItem is a fitness activity that is visible on the menu list.</xs:documentation></xs:annotation><xs:complexContent mixed="false"><xs:extension base="q1702:MenuButton" xmlns:q1702="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="FitnessActivityId" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="FitnessActivityMenuItem" nillable="true" type="q1703:FitnessActivityMenuItem" xmlns:q1703="http://www.recreatex.be/webshop/"/><xs:element name="LogoutCashierRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1704:ServiceContext" xmlns:q1704="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CloseShift" type="xs:boolean"/><xs:element minOccurs="0" name="MacId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PointOfSaleId" type="ser:guid"/><xs:element minOccurs="0" name="ClosingBalance" nillable="true" type="xs:decimal"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SalesZoneId" type="ser:guid"/><xs:element minOccurs="0" name="ShiftReceipts" nillable="true" type="q1705:ArrayOfShiftReceipt" xmlns:q1705="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.WebServices.Contracts"/></xs:sequence></xs:complexType></xs:element><xs:element name="LogoutCashierResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="OpenTables" nillable="true" type="q1706:ArrayOfTable" xmlns:q1706="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Result" type="xs:boolean"/><xs:element minOccurs="0" name="ErrorCode" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfTable"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Table" nillable="true" type="q1707:Table" xmlns:q1707="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfTable" nillable="true" type="q1708:ArrayOfTable" xmlns:q1708="http://www.recreatex.be/webshop/"/><xs:complexType name="Table"><xs:complexContent mixed="false"><xs:extension base="q1709:TableBase" xmlns:q1709="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="TableStatus" type="q1709:TableStatus"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="TableSaleCollection" nillable="true" type="q1709:ArrayOfTableSale"/><xs:element minOccurs="0" name="TicketPrinted" type="xs:boolean"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Table" nillable="true" type="q1710:Table" xmlns:q1710="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The table that needs to be split.</xs:documentation></xs:annotation></xs:element><xs:complexType name="TableBase"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SalesZoneId" type="ser:guid"/><xs:element minOccurs="0" name="Location" nillable="true" type="q1711:Location" xmlns:q1711="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PageUID" type="ser:guid"/><xs:element minOccurs="0" name="PageName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SplitCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MainTableId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="TableType" type="q1712:TableType" xmlns:q1712="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="TableBase" nillable="true" type="q1713:TableBase" xmlns:q1713="http://www.recreatex.be/webshop/"/><xs:simpleType name="TableType"><xs:restriction base="xs:string"><xs:enumeration value="Ordinal"/><xs:enumeration value="Grouped"/><xs:enumeration value="Virtual"/><xs:enumeration value="SplitTable"/></xs:restriction></xs:simpleType><xs:element name="TableType" nillable="true" type="q1714:TableType" xmlns:q1714="http://www.recreatex.be/webshop/"/><xs:simpleType name="TableStatus"><xs:restriction base="xs:string"><xs:enumeration value="Available"/><xs:enumeration value="Occupied"/></xs:restriction></xs:simpleType><xs:element name="TableStatus" nillable="true" type="q1715:TableStatus" xmlns:q1715="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfTableSale"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="TableSale" nillable="true" type="q1716:TableSale" xmlns:q1716="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfTableSale" nillable="true" type="q1717:ArrayOfTableSale" xmlns:q1717="http://www.recreatex.be/webshop/"/><xs:element name="StartNewShiftRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1718:ServiceContext" xmlns:q1718="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MacId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PointOfSaleId" type="ser:guid"/><xs:element minOccurs="0" name="StartingBalance" nillable="true" type="xs:decimal"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SalesZoneId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="StartNewShiftResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" type="xs:boolean"/><xs:element minOccurs="0" name="SalesShiftId" type="ser:guid"/><xs:element minOccurs="0" name="ErrorCode" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetSalesZoneStatusRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1719:ServiceContext" xmlns:q1719="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MacId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PointOfSaleId" type="ser:guid"/><xs:element minOccurs="0" name="TableId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SalesZoneId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetSalesZoneStatusResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" type="xs:boolean"/><xs:element minOccurs="0" name="ErrorCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Data" nillable="true" type="q1720:SalesZoneConfiguration" xmlns:q1720="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SalesZoneConfiguration"><xs:annotation><xs:documentation>A SalesZone is a collection of tables.</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TableCollection" nillable="true" type="q1721:ArrayOfTable" xmlns:q1721="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ArticleCategories" nillable="true" type="q1722:ArrayOfArticleCategory" xmlns:q1722="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="SalesZoneConfiguration" nillable="true" type="q1723:SalesZoneConfiguration" xmlns:q1723="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfArticleCategory"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ArticleCategory" nillable="true" type="q1724:ArticleCategory" xmlns:q1724="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfArticleCategory" nillable="true" type="q1725:ArrayOfArticleCategory" xmlns:q1725="http://www.recreatex.be/webshop/"/><xs:complexType name="ArticleCategory"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Level" type="xs:int"/><xs:element minOccurs="0" name="ParentCategoryId" type="ser:guid"/><xs:element minOccurs="0" name="Translations" nillable="true" type="q1726:ArrayOfTranslation" xmlns:q1726="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArticleCategory" nillable="true" type="q1727:ArticleCategory" xmlns:q1727="http://www.recreatex.be/webshop/"/><xs:element name="GetSalesZoneTablesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1728:ServiceContext" xmlns:q1728="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MacId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PointOfSaleId" type="ser:guid"/><xs:element minOccurs="0" name="TableId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SalesZoneId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetSalesZoneTablesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" type="xs:boolean"/><xs:element minOccurs="0" name="TableBaseCollection" nillable="true" type="q1729:ArrayOfTableBase" xmlns:q1729="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ErrorCode" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfTableBase"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="TableBase" nillable="true" type="q1730:TableBase" xmlns:q1730="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfTableBase" nillable="true" type="q1731:ArrayOfTableBase" xmlns:q1731="http://www.recreatex.be/webshop/"/><xs:element name="GetSalesZoneOverviewRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1732:ServiceContext" xmlns:q1732="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MacId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PageId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="PointOfSaleId" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SalesZoneId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetSalesZoneOverviewResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" type="xs:boolean"/><xs:element minOccurs="0" name="TableOverviewCollection" nillable="true" type="q1733:ArrayOfTableOverview" xmlns:q1733="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ErrorCode" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfTableOverview"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="TableOverview" nillable="true" type="q1734:TableOverview" xmlns:q1734="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfTableOverview" nillable="true" type="q1735:ArrayOfTableOverview" xmlns:q1735="http://www.recreatex.be/webshop/"/><xs:complexType name="TableOverview"><xs:annotation><xs:documentation>The high-level overview of a sales table</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"><xs:annotation><xs:documentation>Table Id</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="TableType" type="q1736:TableType" xmlns:q1736="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The kind of table : ordinal, grouped, virtual</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>The employee who owns the table (the waiter that opened the first order on this table)</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="SplitCode" nillable="true" type="xs:string"><xs:annotation><xs:documentation>The split code of the table, in case this is a virtual table which is part of the main table.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="MainTableId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>The Id of the main table. This is only used by split tables, to indicate the table it belongs to.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="TicketPrinted" type="xs:boolean"><xs:annotation><xs:documentation>If the ticket has been printed</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Amount" type="xs:decimal"><xs:annotation><xs:documentation>The total price for the open order (if any)</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="TableNo" type="xs:int"><xs:annotation><xs:documentation>The table number</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"><xs:annotation><xs:documentation>The description of the table</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType><xs:element name="TableOverview" nillable="true" type="q1737:TableOverview" xmlns:q1737="http://www.recreatex.be/webshop/"/><xs:element name="GetTableSalesWithoutTableRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1738:ServiceContext" xmlns:q1738="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MacId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PointOfSaleId" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SalesZoneId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetTableSalesWithoutTableResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" type="xs:boolean"/><xs:element minOccurs="0" name="ErrorCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TableSales" nillable="true" type="q1739:ArrayOfTableSale" xmlns:q1739="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SendPOSOrderRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1740:ServiceContext" xmlns:q1740="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MacId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PointOfSaleId" type="ser:guid"/><xs:element minOccurs="0" name="TableSaleCollection" nillable="true" type="q1741:ArrayOfTableSale" xmlns:q1741="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SalesZoneId" type="ser:guid"/><xs:element minOccurs="0" name="TableId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="SendPOSOrderResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" type="xs:boolean"/><xs:element minOccurs="0" name="TableSaleCollection" nillable="true" type="q1742:ArrayOfTableSale" xmlns:q1742="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ErrorCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ErrorCollection" nillable="true" type="q1743:ArrayOfTableSaleError" xmlns:q1743="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="TableId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfTableSaleError"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="TableSaleError" nillable="true" type="q1744:TableSaleError" xmlns:q1744="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfTableSaleError" nillable="true" type="q1745:ArrayOfTableSaleError" xmlns:q1745="http://www.recreatex.be/webshop/"/><xs:complexType name="TableSaleError"><xs:sequence><xs:element minOccurs="0" name="TableSale" nillable="true" type="q1746:TableSale" xmlns:q1746="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ErrorCode" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="TableSaleError" nillable="true" type="q1747:TableSaleError" xmlns:q1747="http://www.recreatex.be/webshop/"/><xs:element name="SplitTableRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1748:ServiceContext" xmlns:q1748="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MacId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PointOfSaleId" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SalesZoneId" type="ser:guid"/><xs:element minOccurs="0" name="Table" nillable="true" type="q1749:Table" xmlns:q1749="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="SplitTableResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" type="xs:boolean"/><xs:element minOccurs="0" name="ErrorCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Table" nillable="true" type="q1750:Table" xmlns:q1750="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GroupTablesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1751:ServiceContext" xmlns:q1751="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MacId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PointOfSaleId" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SalesZoneId" type="ser:guid"/><xs:element minOccurs="0" name="TableIds" nillable="true" type="q1752:ArrayOfguid" xmlns:q1752="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType></xs:element><xs:element name="GroupTablesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" type="xs:boolean"/><xs:element minOccurs="0" name="ErrorCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="GroupedTable" nillable="true" type="q1753:Table" xmlns:q1753="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="UngroupTablesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1754:ServiceContext" xmlns:q1754="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MacId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PointOfSaleId" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SalesZoneId" type="ser:guid"/><xs:element minOccurs="0" name="TableIds" nillable="true" type="q1755:ArrayOfguid" xmlns:q1755="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType></xs:element><xs:element name="UngroupTablesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" type="xs:boolean"/><xs:element minOccurs="0" name="ErrorCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UngroupedTables" nillable="true" type="q1756:ArrayOfTable" xmlns:q1756="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="CreateVirtualTableRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1757:ServiceContext" xmlns:q1757="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MacId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PointOfSaleId" type="ser:guid"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SalesZoneId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="CreateVirtualTableResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" type="xs:boolean"/><xs:element minOccurs="0" name="ErrorCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Table" nillable="true" type="q1758:Table" xmlns:q1758="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="DeleteTableRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1759:ServiceContext" xmlns:q1759="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MacId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PointOfSaleId" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SalesZoneId" type="ser:guid"/><xs:element minOccurs="0" name="Table" nillable="true" type="q1760:Table" xmlns:q1760="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="DeleteTableResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" type="xs:boolean"/><xs:element minOccurs="0" name="ErrorCode" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetCreditSalesByDivisionCardRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1761:ServiceContext" xmlns:q1761="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MacId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="PersonCardId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetCreditSalesByDivisionCardResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" type="xs:boolean"/><xs:element minOccurs="0" name="ErrorCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SalesItems" nillable="true" type="q1762:ArrayOfSalesItem" xmlns:q1762="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="MoveTableSalesToTableRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1763:ServiceContext" xmlns:q1763="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MacId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Moves" nillable="true" type="q1764:ArrayOfMoveToTableAction" xmlns:q1764="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PointOfSaleId" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SalesZoneId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfMoveToTableAction"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="MoveToTableAction" nillable="true" type="q1765:MoveToTableAction" xmlns:q1765="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfMoveToTableAction" nillable="true" type="q1766:ArrayOfMoveToTableAction" xmlns:q1766="http://www.recreatex.be/webshop/"/><xs:complexType name="MoveToTableAction"><xs:sequence><xs:element name="TableSaleId" type="ser:guid"/><xs:element name="TableId" type="ser:guid"/><xs:element name="Quantity" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="MoveToTableAction" nillable="true" type="q1767:MoveToTableAction" xmlns:q1767="http://www.recreatex.be/webshop/"/><xs:element name="MoveTableSalesToTableResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" type="xs:boolean"/><xs:element minOccurs="0" name="ErrorCode" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetTicketMessagesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1768:ServiceContext" xmlns:q1768="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MacId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PointOfSaleId" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SalesZoneId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetTicketMessagesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" type="xs:boolean"/><xs:element minOccurs="0" name="TicketMessages" nillable="true" type="q1769:ArrayOfTicketMessage" xmlns:q1769="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ErrorCode" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfTicketMessage"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="TicketMessage" nillable="true" type="q1770:TicketMessage" xmlns:q1770="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfTicketMessage" nillable="true" type="q1771:ArrayOfTicketMessage" xmlns:q1771="http://www.recreatex.be/webshop/"/><xs:complexType name="TicketMessage"><xs:annotation><xs:documentation>A TicketMessage is a message that can be printed on a ticket</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="TicketMessage" nillable="true" type="q1772:TicketMessage" xmlns:q1772="http://www.recreatex.be/webshop/"/><xs:element name="GetPointOfSaleConfigurationRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1773:ServiceContext" xmlns:q1773="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MacId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PointOfSaleId" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SalesZoneId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPointOfSaleConfigurationResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" type="xs:boolean"/><xs:element minOccurs="0" name="ErrorCode" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="SwitchShiftEmployeeRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1774:ServiceContext" xmlns:q1774="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MacId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SalesShiftId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="SwitchShiftEmployeeResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" type="xs:boolean"/><xs:element minOccurs="0" name="ErrorCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ValidationResult" nillable="true" type="q1775:ValidationResult" xmlns:q1775="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="LocalCounterGetParametersRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1776:ServiceContext" xmlns:q1776="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PointOfSaleID" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="LocalCounterGetParametersResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="xs:base64Binary"/></xs:sequence></xs:complexType></xs:element><xs:element name="LocalCounterSynchronizeRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1777:ServiceContext" xmlns:q1777="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PointOfSaleID" type="ser:guid"/><xs:element minOccurs="0" name="UserID" type="ser:guid"/><xs:element minOccurs="0" name="Data" nillable="true" type="xs:base64Binary"/></xs:sequence></xs:complexType></xs:element><xs:element name="LocalCounterSynchronizeResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Succeeded" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveCounterSalesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1778:ServiceContext" xmlns:q1778="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SaveCounterSalesCriteria" nillable="true" type="q1779:SaveCounterSalesCriteria" xmlns:q1779="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SaveCounterSalesCriteria"><xs:sequence><xs:element minOccurs="0" name="PointOfSaleID" type="ser:guid"/><xs:element minOccurs="0" name="SaleCustomerID" type="ser:guid"/><xs:element minOccurs="0" name="CounterSales" nillable="true" type="q1780:ArrayOfCounterSale" xmlns:q1780="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="SaveCounterSalesCriteria" nillable="true" type="q1781:SaveCounterSalesCriteria" xmlns:q1781="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfCounterSale"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CounterSale" nillable="true" type="q1782:CounterSale" xmlns:q1782="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCounterSale" nillable="true" type="q1783:ArrayOfCounterSale" xmlns:q1783="http://www.recreatex.be/webshop/"/><xs:complexType name="CounterSale"><xs:sequence><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="CounterSale" nillable="true" type="q1784:CounterSale" xmlns:q1784="http://www.recreatex.be/webshop/"/><xs:complexType name="ArticleCounterSale"><xs:complexContent mixed="false"><xs:extension base="q1785:CounterSale" xmlns:q1785="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ArticleID" type="ser:guid"/><xs:element minOccurs="0" name="Quantity" type="xs:int"/><xs:element minOccurs="0" name="SubscriptionCustomerID" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SubscriptionStartDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="SubscriptionEndDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="CustomPrice" type="xs:decimal"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ArticleCounterSale" nillable="true" type="q1786:ArticleCounterSale" xmlns:q1786="http://www.recreatex.be/webshop/"/><xs:element name="SaveCounterSalesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SaveCounterSalesValidationResult" nillable="true" type="q1787:CounterValidationResult" xmlns:q1787="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="CounterValidationResult"><xs:complexContent mixed="false"><xs:extension base="q1788:ValidationResult" xmlns:q1788="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="TotalAmount" type="xs:decimal"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="CounterValidationResult" nillable="true" type="q1789:CounterValidationResult" xmlns:q1789="http://www.recreatex.be/webshop/"/><xs:element name="FindScenariosRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1790:ServiceContext" xmlns:q1790="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ScenarioSearchCriteria" nillable="true" type="q1791:ScenarioSearchCriteria" xmlns:q1791="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ScenarioSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="ScenarioId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Keyword" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q1792:PagingCriteria" xmlns:q1792="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q1793:ScenarioIncludes" xmlns:q1793="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ForActivities" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ScenarioSearchCriteria" nillable="true" type="q1794:ScenarioSearchCriteria" xmlns:q1794="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioIncludes"><xs:sequence><xs:element minOccurs="0" name="Image" type="xs:boolean"/><xs:element minOccurs="0" name="ImageUri" type="xs:boolean"/><xs:element minOccurs="0" name="Steps" type="xs:boolean"/><xs:element minOccurs="0" name="Questions" type="xs:boolean"/><xs:element minOccurs="0" name="QuestionInputs" type="xs:boolean"/><xs:element minOccurs="0" name="Conditions" type="xs:boolean"/><xs:element minOccurs="0" name="NonPublished" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ScenarioIncludes" nillable="true" type="q1795:ScenarioIncludes" xmlns:q1795="http://www.recreatex.be/webshop/"/><xs:element name="FindScenariosResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Scenarios" nillable="true" type="q1796:ArrayOfScenario" xmlns:q1796="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfScenario"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Scenario" nillable="true" type="q1797:Scenario" xmlns:q1797="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfScenario" nillable="true" type="q1798:ArrayOfScenario" xmlns:q1798="http://www.recreatex.be/webshop/"/><xs:complexType name="Scenario"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Title" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Image" nillable="true" type="q1799:Picture" xmlns:q1799="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ImageUri" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Version" type="xs:int"/><xs:element minOccurs="0" name="AskEmailsOnComplete" type="xs:boolean"/><xs:element minOccurs="0" name="Steps" nillable="true" type="q1800:ArrayOfScenarioStep" xmlns:q1800="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Conditions" nillable="true" type="q1801:ArrayOfScenarioCondition" xmlns:q1801="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="IsLinkToFile" type="xs:boolean"/><xs:element minOccurs="0" name="IsLinkToActivity" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="Scenario" nillable="true" type="q1802:Scenario" xmlns:q1802="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfScenarioStep"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ScenarioStep" nillable="true" type="q1803:ScenarioStep" xmlns:q1803="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfScenarioStep" nillable="true" type="q1804:ArrayOfScenarioStep" xmlns:q1804="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioStep"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Title" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Position" type="xs:int"/><xs:element minOccurs="0" name="InfoHtml" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IsAlwaysEditable" type="xs:boolean"/><xs:element minOccurs="0" name="Questions" nillable="true" type="q1805:ArrayOfScenarioQuestion" xmlns:q1805="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ScenarioStep" nillable="true" type="q1806:ScenarioStep" xmlns:q1806="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfScenarioQuestion"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ScenarioQuestion" nillable="true" type="q1807:ScenarioQuestion" xmlns:q1807="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfScenarioQuestion" nillable="true" type="q1808:ArrayOfScenarioQuestion" xmlns:q1808="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioQuestion"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Title" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Position" type="xs:int"/><xs:element minOccurs="0" name="IsYesNo" type="xs:boolean"/><xs:element minOccurs="0" name="InfoHtml" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IsAlwaysEditable" type="xs:boolean"/><xs:element minOccurs="0" name="CodeYes" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CodeNo" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="RequiredCodes" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Inputs" nillable="true" type="q1809:ArrayOfScenarioQuestionInput" xmlns:q1809="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="DefaultYesNoValue" type="q1810:ScenarioQuestionDefaultYesNoValues" xmlns:q1810="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ControlCodeYes" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ControlCodeNo" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ScenarioQuestion" nillable="true" type="q1811:ScenarioQuestion" xmlns:q1811="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfScenarioQuestionInput"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ScenarioQuestionInput" nillable="true" type="q1812:ScenarioQuestionInput" xmlns:q1812="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfScenarioQuestionInput" nillable="true" type="q1813:ArrayOfScenarioQuestionInput" xmlns:q1813="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioQuestionInput"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ShowDescription" type="xs:boolean"/><xs:element minOccurs="0" name="Label" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ShowLabel" type="xs:boolean"/><xs:element minOccurs="0" name="LabelPosition" type="q1814:ScenarioQuestionInputLabelPosition" xmlns:q1814="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Position" type="xs:int"/><xs:element minOccurs="0" name="Enabled" type="xs:boolean"/><xs:element minOccurs="0" name="Mandatory" type="xs:boolean"/><xs:element minOccurs="0" name="ReadOnly" type="xs:boolean"/><xs:element minOccurs="0" name="InfoHtml" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IsAlwaysEditable" type="xs:boolean"/><xs:element minOccurs="0" name="Type" type="q1815:ScenarioQuestionInputType" xmlns:q1815="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ScenarioQuestionInput" nillable="true" type="q1816:ScenarioQuestionInput" xmlns:q1816="http://www.recreatex.be/webshop/"/><xs:simpleType name="ScenarioQuestionInputLabelPosition"><xs:restriction base="xs:string"><xs:enumeration value="Top"/><xs:enumeration value="Left"/></xs:restriction></xs:simpleType><xs:element name="ScenarioQuestionInputLabelPosition" nillable="true" type="q1817:ScenarioQuestionInputLabelPosition" xmlns:q1817="http://www.recreatex.be/webshop/"/><xs:simpleType name="ScenarioQuestionInputType"><xs:restriction base="xs:string"><xs:enumeration value="General"/><xs:enumeration value="Text"/><xs:enumeration value="Int"/><xs:enumeration value="DateTime"/><xs:enumeration value="Bool"/><xs:enumeration value="DropDownList"/><xs:enumeration value="ChoiceList"/><xs:enumeration value="RadioList"/><xs:enumeration value="Reservation"/><xs:enumeration value="Rental"/><xs:enumeration value="Attachment"/><xs:enumeration value="Cdb"/><xs:enumeration value="Decimal"/><xs:enumeration value="Geo"/><xs:enumeration value="FileGeneral"/><xs:enumeration value="FileDetail"/><xs:enumeration value="Location"/><xs:enumeration value="Contact"/><xs:enumeration value="Table"/><xs:enumeration value="Spotbooking"/></xs:restriction></xs:simpleType><xs:element name="ScenarioQuestionInputType" nillable="true" type="q1818:ScenarioQuestionInputType" xmlns:q1818="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioQuestionInputText"><xs:complexContent mixed="false"><xs:extension base="q1819:ScenarioQuestionInput" xmlns:q1819="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="DefaultValue" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Multiline" type="xs:boolean"/><xs:element minOccurs="0" name="Width" type="xs:int"/><xs:element minOccurs="0" name="Height" type="xs:int"/><xs:element minOccurs="0" name="PredefinedValueCode" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioQuestionInputText" nillable="true" type="q1820:ScenarioQuestionInputText" xmlns:q1820="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioQuestionInputInt"><xs:complexContent mixed="false"><xs:extension base="q1821:ScenarioQuestionInput" xmlns:q1821="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="DefaultValue" type="xs:int"/><xs:element minOccurs="0" name="MinValue" type="xs:int"/><xs:element minOccurs="0" name="MaxValue" type="xs:int"/><xs:element minOccurs="0" name="Width" type="xs:int"/><xs:element minOccurs="0" name="GreaterThanOrEqual" type="xs:int"/><xs:element minOccurs="0" name="LessThanOrEqual" type="xs:int"/><xs:element minOccurs="0" name="CodeYes" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CodeNo" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ControlCodeYes" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ControlCodeNo" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioQuestionInputInt" nillable="true" type="q1822:ScenarioQuestionInputInt" xmlns:q1822="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioQuestionInputDateTime"><xs:complexContent mixed="false"><xs:extension base="q1823:ScenarioQuestionInput" xmlns:q1823="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="DefaultValue" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="DateTimeMode" type="q1823:ScenarioQuestionInputDateTimeMode"/><xs:element minOccurs="0" name="Width" type="xs:int"/><xs:element minOccurs="0" name="DefaultMasterDate" type="xs:boolean"/><xs:element minOccurs="0" name="MinDateTimeRegEx" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MaxDateTimeRegEx" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PredefinedValueCode" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioQuestionInputDateTime" nillable="true" type="q1824:ScenarioQuestionInputDateTime" xmlns:q1824="http://www.recreatex.be/webshop/"/><xs:simpleType name="ScenarioQuestionInputDateTimeMode"><xs:restriction base="xs:string"><xs:enumeration value="DateTime"/><xs:enumeration value="Date"/><xs:enumeration value="Time"/></xs:restriction></xs:simpleType><xs:element name="ScenarioQuestionInputDateTimeMode" nillable="true" type="q1825:ScenarioQuestionInputDateTimeMode" xmlns:q1825="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioQuestionInputBool"><xs:complexContent mixed="false"><xs:extension base="q1826:ScenarioQuestionInput" xmlns:q1826="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="DefaultValue" type="xs:boolean"/><xs:element minOccurs="0" name="CodeYes" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CodeNo" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ControlCodeYes" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ControlCodeNo" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MandatoryToBeChecked" type="xs:boolean"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioQuestionInputBool" nillable="true" type="q1827:ScenarioQuestionInputBool" xmlns:q1827="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioQuestionInputDropDownList"><xs:complexContent mixed="false"><xs:extension base="q1828:ScenarioQuestionInput" xmlns:q1828="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="DefaultValue" type="xs:int"/><xs:element minOccurs="0" name="Values" nillable="true" type="q1829:ArrayOfstring" xmlns:q1829="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="LookupEnabled" type="xs:boolean"/><xs:element minOccurs="0" name="LookupValues" nillable="true" type="q1828:ArrayOfScenarioLookupValue"/><xs:element minOccurs="0" name="Width" type="xs:int"/><xs:element minOccurs="0" name="ListCodes" nillable="true" type="q1830:ArrayOfstring" xmlns:q1830="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="ListControlCodes" nillable="true" type="q1831:ArrayOfstring" xmlns:q1831="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioQuestionInputDropDownList" nillable="true" type="q1832:ScenarioQuestionInputDropDownList" xmlns:q1832="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfScenarioLookupValue"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ScenarioLookupValue" nillable="true" type="q1833:ScenarioLookupValue" xmlns:q1833="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfScenarioLookupValue" nillable="true" type="q1834:ArrayOfScenarioLookupValue" xmlns:q1834="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioLookupValue"><xs:sequence><xs:element minOccurs="0" name="Text" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Value" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ScenarioLookupValue" nillable="true" type="q1835:ScenarioLookupValue" xmlns:q1835="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioQuestionInputChoiceList"><xs:complexContent mixed="false"><xs:extension base="q1836:ScenarioQuestionInput" xmlns:q1836="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="DefaultValue" type="xs:int"/><xs:element minOccurs="0" name="Values" nillable="true" type="q1837:ArrayOfstring" xmlns:q1837="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="MultipleSelect" type="xs:boolean"/><xs:element minOccurs="0" name="Width" type="xs:int"/><xs:element minOccurs="0" name="ListCodes" nillable="true" type="q1838:ArrayOfstring" xmlns:q1838="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="ListControlCodes" nillable="true" type="q1839:ArrayOfstring" xmlns:q1839="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioQuestionInputChoiceList" nillable="true" type="q1840:ScenarioQuestionInputChoiceList" xmlns:q1840="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioQuestionInputRadioList"><xs:complexContent mixed="false"><xs:extension base="q1841:ScenarioQuestionInput" xmlns:q1841="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="DefaultValue" type="xs:int"/><xs:element minOccurs="0" name="Values" nillable="true" type="q1842:ArrayOfstring" xmlns:q1842="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="Columns" type="xs:int"/><xs:element minOccurs="0" name="Orientation" type="q1841:ScenarioQuestionInputListOrientation"/><xs:element minOccurs="0" name="ListCodes" nillable="true" type="q1843:ArrayOfstring" xmlns:q1843="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="ListControlCodes" nillable="true" type="q1844:ArrayOfstring" xmlns:q1844="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioQuestionInputRadioList" nillable="true" type="q1845:ScenarioQuestionInputRadioList" xmlns:q1845="http://www.recreatex.be/webshop/"/><xs:simpleType name="ScenarioQuestionInputListOrientation"><xs:restriction base="xs:string"><xs:enumeration value="Horizontal"/><xs:enumeration value="Vertical"/></xs:restriction></xs:simpleType><xs:element name="ScenarioQuestionInputListOrientation" nillable="true" type="q1846:ScenarioQuestionInputListOrientation" xmlns:q1846="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioQuestionInputReservation"><xs:complexContent mixed="false"><xs:extension base="q1847:ScenarioQuestionInput" xmlns:q1847="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="PlaceIds" nillable="true" type="q1848:ArrayOfguid" xmlns:q1848="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="MultipleRecordsEnabled" type="xs:boolean"/><xs:element minOccurs="0" name="DefaultMasterDate" type="xs:boolean"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioQuestionInputReservation" nillable="true" type="q1849:ScenarioQuestionInputReservation" xmlns:q1849="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioQuestionInputRental"><xs:complexContent mixed="false"><xs:extension base="q1850:ScenarioQuestionInput" xmlns:q1850="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="RentalArticleIds" nillable="true" type="q1851:ArrayOfguid" xmlns:q1851="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="MultipleRecordsEnabled" type="xs:boolean"/><xs:element minOccurs="0" name="DefaultMasterDate" type="xs:boolean"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioQuestionInputRental" nillable="true" type="q1852:ScenarioQuestionInputRental" xmlns:q1852="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioQuestionInputAttachment"><xs:complexContent mixed="false"><xs:extension base="q1853:ScenarioQuestionInput" xmlns:q1853="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ShowCdbFields" type="xs:boolean"/><xs:element minOccurs="0" name="MultipleRecordsEnabled" type="xs:boolean"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioQuestionInputAttachment" nillable="true" type="q1854:ScenarioQuestionInputAttachment" xmlns:q1854="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioQuestionInputCdb"><xs:complexContent mixed="false"><xs:extension base="q1855:ScenarioQuestionInput" xmlns:q1855="http://www.recreatex.be/webshop/"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioQuestionInputCdb" nillable="true" type="q1856:ScenarioQuestionInputCdb" xmlns:q1856="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioQuestionInputDecimal"><xs:complexContent mixed="false"><xs:extension base="q1857:ScenarioQuestionInput" xmlns:q1857="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="DefaultValue" type="xs:decimal"/><xs:element minOccurs="0" name="Width" type="xs:int"/><xs:element minOccurs="0" name="GreaterThanOrEqual" type="xs:int"/><xs:element minOccurs="0" name="LessThanOrEqual" type="xs:int"/><xs:element minOccurs="0" name="CodeYes" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CodeNo" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ControlCodeYes" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ControlCodeNo" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioQuestionInputDecimal" nillable="true" type="q1858:ScenarioQuestionInputDecimal" xmlns:q1858="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioQuestionInputGeo"><xs:complexContent mixed="false"><xs:extension base="q1859:ScenarioQuestionInput" xmlns:q1859="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="DescriptionVisible" type="xs:boolean"/><xs:element minOccurs="0" name="DescriptionMandatory" type="xs:boolean"/><xs:element minOccurs="0" name="DescriptionValues" nillable="true" type="q1860:ArrayOfstring" xmlns:q1860="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="StreetVisible" type="xs:boolean"/><xs:element minOccurs="0" name="StreetMandatory" type="xs:boolean"/><xs:element minOccurs="0" name="NumberVisible" type="xs:boolean"/><xs:element minOccurs="0" name="NumberMandatory" type="xs:boolean"/><xs:element minOccurs="0" name="ZipcodeVisible" type="xs:boolean"/><xs:element minOccurs="0" name="ZipcodeMandatory" type="xs:boolean"/><xs:element minOccurs="0" name="CommentVisible" type="xs:boolean"/><xs:element minOccurs="0" name="CommentMandatory" type="xs:boolean"/><xs:element minOccurs="0" name="MultipleRecordsEnabled" type="xs:boolean"/><xs:element minOccurs="0" name="DefaultMasterDate" type="xs:boolean"/><xs:element minOccurs="0" name="Zipcodes" nillable="true" type="q1859:ArrayOfZipcode"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioQuestionInputGeo" nillable="true" type="q1861:ScenarioQuestionInputGeo" xmlns:q1861="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioQuestionInputFileGeneral"><xs:complexContent mixed="false"><xs:extension base="q1862:ScenarioQuestionInput" xmlns:q1862="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="FileGeneralNumberVisible" type="xs:boolean"/><xs:element minOccurs="0" name="FileGeneralStatusVisible" type="xs:boolean"/><xs:element minOccurs="0" name="FileGeneralAgeCategoryVisible" type="xs:boolean"/><xs:element minOccurs="0" name="FileGeneralDescriptionVisible" type="xs:boolean"/><xs:element minOccurs="0" name="FileGeneralCustomerVisible" type="xs:boolean"/><xs:element minOccurs="0" name="FileGeneralContactVisible" type="xs:boolean"/><xs:element minOccurs="0" name="FileGeneralPriceGroupVisible" type="xs:boolean"/><xs:element minOccurs="0" name="FileGeneralDesiredPaymentMethodVisible" type="xs:boolean"/><xs:element minOccurs="0" name="FileGeneralInvoiceCustomerVisible" type="xs:boolean"/><xs:element minOccurs="0" name="FileGeneralFileManagerVisible" type="xs:boolean"/><xs:element minOccurs="0" name="FileGeneralSalesManagerVisible" type="xs:boolean"/><xs:element minOccurs="0" name="FileGeneralExecutionDateTimeVisible" type="xs:boolean"/><xs:element minOccurs="0" name="FileGeneralExpirationDateVisible" type="xs:boolean"/><xs:element minOccurs="0" name="FileGeneralPriceDateVisible" type="xs:boolean"/><xs:element minOccurs="0" name="FileGeneralCustomerReferenceVisible" type="xs:boolean"/><xs:element minOccurs="0" name="FileGeneralCommentVisible" type="xs:boolean"/><xs:element minOccurs="0" name="FileGeneralLeader1Visible" type="xs:boolean"/><xs:element minOccurs="0" name="FileGeneralLeader2Visible" type="xs:boolean"/><xs:element minOccurs="0" name="FileGeneralLeader3Visible" type="xs:boolean"/><xs:element minOccurs="0" name="FileGeneralLeader4Visible" type="xs:boolean"/><xs:element minOccurs="0" name="FileGeneralLeader5Visible" type="xs:boolean"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioQuestionInputFileGeneral" nillable="true" type="q1863:ScenarioQuestionInputFileGeneral" xmlns:q1863="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioQuestionInputFileDetail"><xs:complexContent mixed="false"><xs:extension base="q1864:ScenarioQuestionInput" xmlns:q1864="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="FileDetailInvoiceVisible" type="xs:boolean"/><xs:element minOccurs="0" name="FileDetailTypeVisible" type="xs:boolean"/><xs:element minOccurs="0" name="FileDetailDescriptionVisible" type="xs:boolean"/><xs:element minOccurs="0" name="FileDetailQuantityVisible" type="xs:boolean"/><xs:element minOccurs="0" name="FileDetailTotalHoursVisible" type="xs:boolean"/><xs:element minOccurs="0" name="FileDetailDateVisible" type="xs:boolean"/><xs:element minOccurs="0" name="FileDetailCalculationTypeVisible" type="xs:boolean"/><xs:element minOccurs="0" name="FileDetailPriceVisible" type="xs:boolean"/><xs:element minOccurs="0" name="FileDetailPriceGroupVisible" type="xs:boolean"/><xs:element minOccurs="0" name="FileDetailTotalPriceVisible" type="xs:boolean"/><xs:element minOccurs="0" name="FileDetailDepartmentVisible" type="xs:boolean"/><xs:element minOccurs="0" name="FileDetailFileTypePartVisible" type="xs:boolean"/><xs:element minOccurs="0" name="FileDetailFileActivityVisible" type="xs:boolean"/><xs:element minOccurs="0" name="FileDetailPlaceVisible" type="xs:boolean"/><xs:element minOccurs="0" name="FileDetailCommentVisible" type="xs:boolean"/><xs:element minOccurs="0" name="FileDetailStatusVisible" type="xs:boolean"/><xs:element minOccurs="0" name="FileDetailStatusCommentVisible" type="xs:boolean"/><xs:element minOccurs="0" name="FileDetailEndDateVisible" type="xs:boolean"/><xs:element minOccurs="0" name="FileDetailDepartmentFilters" nillable="true" type="q1864:ArrayOfScenarioDepartmentFilter"/><xs:element minOccurs="0" name="FileDetailEmployeeVisible" type="xs:boolean"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioQuestionInputFileDetail" nillable="true" type="q1865:ScenarioQuestionInputFileDetail" xmlns:q1865="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfScenarioDepartmentFilter"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ScenarioDepartmentFilter" nillable="true" type="q1866:ScenarioDepartmentFilter" xmlns:q1866="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfScenarioDepartmentFilter" nillable="true" type="q1867:ArrayOfScenarioDepartmentFilter" xmlns:q1867="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioDepartmentFilter"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ScenarioQuestionInputId" type="ser:guid"/><xs:element minOccurs="0" name="ItemDepartmentId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ScenarioDepartmentFilter" nillable="true" type="q1868:ScenarioDepartmentFilter" xmlns:q1868="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioQuestionInputLocation"><xs:complexContent mixed="false"><xs:extension base="q1869:ScenarioQuestionInput" xmlns:q1869="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="NameVisible" type="xs:boolean"/><xs:element minOccurs="0" name="AddressVisible" type="xs:boolean"/><xs:element minOccurs="0" name="TelephoneVisible" type="xs:boolean"/><xs:element minOccurs="0" name="EmailVisible" type="xs:boolean"/><xs:element minOccurs="0" name="WebsiteVisible" type="xs:boolean"/><xs:element minOccurs="0" name="ExtraDescriptionVisible" type="xs:boolean"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioQuestionInputLocation" nillable="true" type="q1870:ScenarioQuestionInputLocation" xmlns:q1870="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioQuestionInputContact"><xs:complexContent mixed="false"><xs:extension base="q1871:ScenarioQuestionInput" xmlns:q1871="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="NameVisible" type="xs:boolean"/><xs:element minOccurs="0" name="AddressVisible" type="xs:boolean"/><xs:element minOccurs="0" name="TelephoneVisible" type="xs:boolean"/><xs:element minOccurs="0" name="EmailVisible" type="xs:boolean"/><xs:element minOccurs="0" name="ExtraDescriptionVisible" type="xs:boolean"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioQuestionInputContact" nillable="true" type="q1872:ScenarioQuestionInputContact" xmlns:q1872="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioQuestionInputSpotbooking"><xs:complexContent mixed="false"><xs:extension base="q1873:ScenarioQuestionInput" xmlns:q1873="http://www.recreatex.be/webshop/"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioQuestionInputSpotbooking" nillable="true" type="q1874:ScenarioQuestionInputSpotbooking" xmlns:q1874="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioQuestionInputTable"><xs:complexContent mixed="false"><xs:extension base="q1875:ScenarioQuestionInput" xmlns:q1875="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="Table" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MaxNumberOfRows" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioQuestionInputTable" nillable="true" type="q1876:ScenarioQuestionInputTable" xmlns:q1876="http://www.recreatex.be/webshop/"/><xs:simpleType name="ScenarioQuestionDefaultYesNoValues"><xs:restriction base="xs:string"><xs:enumeration value="Blank"/><xs:enumeration value="Yes"/><xs:enumeration value="No"/></xs:restriction></xs:simpleType><xs:element name="ScenarioQuestionDefaultYesNoValues" nillable="true" type="q1877:ScenarioQuestionDefaultYesNoValues" xmlns:q1877="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfScenarioCondition"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ScenarioCondition" nillable="true" type="q1878:ScenarioCondition" xmlns:q1878="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfScenarioCondition" nillable="true" type="q1879:ArrayOfScenarioCondition" xmlns:q1879="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioCondition"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ScenarioQuestionInputID" type="ser:guid"/><xs:element minOccurs="0" name="ConditionalOperator" type="q1880:ScenarioConditionOperator" xmlns:q1880="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="TargetID" type="ser:guid"/><xs:element minOccurs="0" name="ValueText" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ValueTextBetween" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ValueBool" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="ValueBoolBetween" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="ValueDateTime" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="ValueDateTimeBetween" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="ValueInt" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="ValueIntBetween" nillable="true" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="ScenarioCondition" nillable="true" type="q1881:ScenarioCondition" xmlns:q1881="http://www.recreatex.be/webshop/"/><xs:simpleType name="ScenarioConditionOperator"><xs:restriction base="xs:string"><xs:enumeration value="Equal"/><xs:enumeration value="NotEqual"/><xs:enumeration value="GreaterThan"/><xs:enumeration value="LessThan"/><xs:enumeration value="GreaterThanOrEqualTo"/><xs:enumeration value="LessThanOrEqualTo"/><xs:enumeration value="Between"/><xs:enumeration value="NotBetween"/><xs:enumeration value="Contains"/><xs:enumeration value="NotContains"/><xs:enumeration value="BeginsWith"/><xs:enumeration value="EndsWith"/><xs:enumeration value="In"/><xs:enumeration value="NotIn"/><xs:enumeration value="IsEmpty"/><xs:enumeration value="NotIsEmpty"/></xs:restriction></xs:simpleType><xs:element name="ScenarioConditionOperator" nillable="true" type="q1882:ScenarioConditionOperator" xmlns:q1882="http://www.recreatex.be/webshop/"/><xs:element name="FindScenarioSessionsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1883:ServiceContext" xmlns:q1883="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ScenarioSessionSearchCriteria" nillable="true" type="q1884:ScenarioSessionSearchCriteria" xmlns:q1884="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ScenarioSessionSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="ScenarioSessionId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ScenarioId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q1885:PagingCriteria" xmlns:q1885="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q1886:ScenarioSessionIncludes" xmlns:q1886="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FileId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ForActivities" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ScenarioSessionSearchCriteria" nillable="true" type="q1887:ScenarioSessionSearchCriteria" xmlns:q1887="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioSessionIncludes"><xs:sequence><xs:element minOccurs="0" name="Values" type="xs:boolean"/><xs:element minOccurs="0" name="Checks" type="xs:boolean"/><xs:element minOccurs="0" name="PersonDetails" type="xs:boolean"/><xs:element minOccurs="0" name="ScenarioQuestionInputValueFileGeneral" type="xs:boolean"/><xs:element minOccurs="0" name="ScenarioQuestionInputValueFileDetails" type="xs:boolean"/><xs:element minOccurs="0" name="OnlyScenariosWithFutureDate" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="Approvers" type="xs:boolean"/><xs:element minOccurs="0" name="Comments" type="xs:boolean"/><xs:element minOccurs="0" name="Attachments" type="xs:boolean"/><xs:element minOccurs="0" name="AttachmentByteStream" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ScenarioSessionIncludes" nillable="true" type="q1888:ScenarioSessionIncludes" xmlns:q1888="http://www.recreatex.be/webshop/"/><xs:element name="FindScenarioSessionsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ScenarioSessions" nillable="true" type="q1889:ArrayOfScenarioSession" xmlns:q1889="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfScenarioSession"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ScenarioSession" nillable="true" type="q1890:ScenarioSession" xmlns:q1890="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfScenarioSession" nillable="true" type="q1891:ArrayOfScenarioSession" xmlns:q1891="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioSession"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Number" type="xs:long"/><xs:element minOccurs="0" name="CreationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MasterDateStart" type="xs:dateTime"/><xs:element minOccurs="0" name="MasterDateEnd" type="xs:dateTime"/><xs:element minOccurs="0" name="ScenarioId" type="ser:guid"/><xs:element minOccurs="0" name="CompletionDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="Person" nillable="true" type="q1892:Person" xmlns:q1892="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ChecklistStatus" type="q1893:ScenarioChecklistStatus" xmlns:q1893="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ChecklistApprovalDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="QuestionValues" nillable="true" type="q1894:ArrayOfScenarioSessionQuestionValue" xmlns:q1894="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Values" nillable="true" type="q1895:ArrayOfScenarioSessionValue" xmlns:q1895="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Checks" nillable="true" type="q1896:ArrayOfScenarioSessionCheck" xmlns:q1896="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Codes" nillable="true" type="q1897:ArrayOfstring" xmlns:q1897="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="ScenarioType" nillable="true" type="q1898:ScenarioType" xmlns:q1898="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FileId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ScenarioQuestionInputValueFileGeneral" nillable="true" type="q1899:ScenarioQuestionInputValueFileGeneral" xmlns:q1899="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ScenarioQuestionInputValueFileDetails" nillable="true" type="q1900:ArrayOfScenarioQuestionInputValueFileDetail" xmlns:q1900="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FileNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FileDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Comments" nillable="true" type="q1901:ArrayOfScenarioSessionComment" xmlns:q1901="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Attachments" nillable="true" type="q1902:ArrayOfScenarioSessionAttachment" xmlns:q1902="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="HasAttachments" type="xs:boolean"/><xs:element minOccurs="0" name="CanCopy" type="xs:boolean"/><xs:element minOccurs="0" name="ControlCodes" nillable="true" type="q1903:ArrayOfstring" xmlns:q1903="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="SpotbookingStatus" type="q1904:SpotbookingStatus" xmlns:q1904="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType><xs:element name="ScenarioSession" nillable="true" type="q1905:ScenarioSession" xmlns:q1905="http://www.recreatex.be/webshop/"/><xs:simpleType name="ScenarioChecklistStatus"><xs:restriction base="xs:string"><xs:enumeration value="Open"/><xs:enumeration value="Approving"/><xs:enumeration value="Approved"/><xs:enumeration value="Disapproved"/><xs:enumeration value="Ordered"/><xs:enumeration value="Closed"/></xs:restriction></xs:simpleType><xs:element name="ScenarioChecklistStatus" nillable="true" type="q1906:ScenarioChecklistStatus" xmlns:q1906="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfScenarioSessionQuestionValue"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ScenarioSessionQuestionValue" nillable="true" type="q1907:ScenarioSessionQuestionValue" xmlns:q1907="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfScenarioSessionQuestionValue" nillable="true" type="q1908:ArrayOfScenarioSessionQuestionValue" xmlns:q1908="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioSessionQuestionValue"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ScenarioQuestionId" type="ser:guid"/><xs:element minOccurs="0" name="YesNoValue" nillable="true" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ScenarioSessionQuestionValue" nillable="true" type="q1909:ScenarioSessionQuestionValue" xmlns:q1909="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfScenarioSessionValue"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ScenarioSessionValue" nillable="true" type="q1910:ScenarioSessionValue" xmlns:q1910="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfScenarioSessionValue" nillable="true" type="q1911:ArrayOfScenarioSessionValue" xmlns:q1911="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioSessionValue"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ScenarioQuestionInputId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ScenarioSessionValue" nillable="true" type="q1912:ScenarioSessionValue" xmlns:q1912="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioSessionValueText"><xs:complexContent mixed="false"><xs:extension base="q1913:ScenarioSessionValue" xmlns:q1913="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="Value" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioSessionValueText" nillable="true" type="q1914:ScenarioSessionValueText" xmlns:q1914="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioSessionValueInt"><xs:complexContent mixed="false"><xs:extension base="q1915:ScenarioSessionValue" xmlns:q1915="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="Value" nillable="true" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioSessionValueInt" nillable="true" type="q1916:ScenarioSessionValueInt" xmlns:q1916="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioSessionValueDateTime"><xs:complexContent mixed="false"><xs:extension base="q1917:ScenarioSessionValue" xmlns:q1917="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="Value" nillable="true" type="xs:dateTime"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioSessionValueDateTime" nillable="true" type="q1918:ScenarioSessionValueDateTime" xmlns:q1918="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioSessionValueBool"><xs:complexContent mixed="false"><xs:extension base="q1919:ScenarioSessionValue" xmlns:q1919="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="Value" nillable="true" type="xs:boolean"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioSessionValueBool" nillable="true" type="q1920:ScenarioSessionValueBool" xmlns:q1920="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioSessionValueDropDownList"><xs:complexContent mixed="false"><xs:extension base="q1921:ScenarioSessionValue" xmlns:q1921="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ValueGuid" type="ser:guid"/><xs:element minOccurs="0" name="ValueText" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ValueInt" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioSessionValueDropDownList" nillable="true" type="q1922:ScenarioSessionValueDropDownList" xmlns:q1922="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioSessionValueChoiceList"><xs:complexContent mixed="false"><xs:extension base="q1923:ScenarioSessionValue" xmlns:q1923="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ValueText" nillable="true" type="q1924:ArrayOfstring" xmlns:q1924="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="ValueInt" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioSessionValueChoiceList" nillable="true" type="q1925:ScenarioSessionValueChoiceList" xmlns:q1925="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioSessionValueRadioList"><xs:complexContent mixed="false"><xs:extension base="q1926:ScenarioSessionValue" xmlns:q1926="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ValueInt" type="xs:int"/><xs:element minOccurs="0" name="ValueText" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioSessionValueRadioList" nillable="true" type="q1927:ScenarioSessionValueRadioList" xmlns:q1927="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioSessionValueDecimal"><xs:complexContent mixed="false"><xs:extension base="q1928:ScenarioSessionValue" xmlns:q1928="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="Value" nillable="true" type="xs:decimal"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioSessionValueDecimal" nillable="true" type="q1929:ScenarioSessionValueDecimal" xmlns:q1929="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioSessionValueReservation"><xs:complexContent mixed="false"><xs:extension base="q1930:ScenarioSessionValue" xmlns:q1930="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="InfrastructureId" type="ser:guid"/><xs:element minOccurs="0" name="InfrastructureCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="InfrastructureDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PlaceId" type="ser:guid"/><xs:element minOccurs="0" name="PlaceCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PlaceDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ReservationActivityId" type="ser:guid"/><xs:element minOccurs="0" name="ReservationActivityCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ReservationActivityDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="StartDate" type="xs:dateTime"/><xs:element minOccurs="0" name="EndDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioSessionValueReservation" nillable="true" type="q1931:ScenarioSessionValueReservation" xmlns:q1931="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioSessionValueRental"><xs:complexContent mixed="false"><xs:extension base="q1932:ScenarioSessionValue" xmlns:q1932="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="StartDate" type="xs:dateTime"/><xs:element minOccurs="0" name="EndDate" type="xs:dateTime"/><xs:element minOccurs="0" name="PlannedDeliveryDate" type="xs:dateTime"/><xs:element minOccurs="0" name="PlannedReturnDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Lines" nillable="true" type="q1932:ArrayOfScenarioSessionValueRentalLine"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioSessionValueRental" nillable="true" type="q1933:ScenarioSessionValueRental" xmlns:q1933="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfScenarioSessionValueRentalLine"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ScenarioSessionValueRentalLine" nillable="true" type="q1934:ScenarioSessionValueRentalLine" xmlns:q1934="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfScenarioSessionValueRentalLine" nillable="true" type="q1935:ArrayOfScenarioSessionValueRentalLine" xmlns:q1935="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioSessionValueRentalLine"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ArticleId" type="ser:guid"/><xs:element minOccurs="0" name="ArticleCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ArticleDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Quantity" type="xs:int"/><xs:element minOccurs="0" name="StartDate" type="xs:dateTime"/><xs:element minOccurs="0" name="EndDate" type="xs:dateTime"/><xs:element minOccurs="0" name="PlannedDeliveryDate" type="xs:dateTime"/><xs:element minOccurs="0" name="PlannedReturnDate" type="xs:dateTime"/><xs:element minOccurs="0" name="ToDeliver" type="xs:boolean"/><xs:element minOccurs="0" name="Comments" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ScenarioSessionValueRentalLine" nillable="true" type="q1936:ScenarioSessionValueRentalLine" xmlns:q1936="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioSessionValueAttachment"><xs:complexContent mixed="false"><xs:extension base="q1937:ScenarioSessionValue" xmlns:q1937="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="AttachmentType" type="q1937:ScenarioAttachmentType"/><xs:element minOccurs="0" name="Attachment" nillable="true" type="q1937:Attachment"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CdbExport" type="xs:boolean"/><xs:element minOccurs="0" name="CdbCopyright" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CdbMediaFileType" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioSessionValueAttachment" nillable="true" type="q1938:ScenarioSessionValueAttachment" xmlns:q1938="http://www.recreatex.be/webshop/"/><xs:simpleType name="ScenarioAttachmentType"><xs:restriction base="xs:string"><xs:enumeration value="Picture"/><xs:enumeration value="Word"/><xs:enumeration value="Excel"/><xs:enumeration value="Text"/><xs:enumeration value="Html"/><xs:enumeration value="Pdf"/></xs:restriction></xs:simpleType><xs:element name="ScenarioAttachmentType" nillable="true" type="q1939:ScenarioAttachmentType" xmlns:q1939="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioSessionValueCdbCategory"><xs:complexContent mixed="false"><xs:extension base="q1940:ScenarioSessionValue" xmlns:q1940="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="CdbCategoryId" type="ser:guid"/><xs:element minOccurs="0" name="CdbCategoryDescription" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioSessionValueCdbCategory" nillable="true" type="q1941:ScenarioSessionValueCdbCategory" xmlns:q1941="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioSessionValueGeo"><xs:complexContent mixed="false"><xs:extension base="q1942:ScenarioSessionValue" xmlns:q1942="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="DateFrom" type="xs:dateTime"/><xs:element minOccurs="0" name="DateTo" type="xs:dateTime"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Address" nillable="true" type="q1942:Address"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioSessionValueGeo" nillable="true" type="q1943:ScenarioSessionValueGeo" xmlns:q1943="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioSessionValueLocation"><xs:complexContent mixed="false"><xs:extension base="q1944:ScenarioSessionValue" xmlns:q1944="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="Location" nillable="true" type="q1944:Person"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioSessionValueLocation" nillable="true" type="q1945:ScenarioSessionValueLocation" xmlns:q1945="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioSessionValueContact"><xs:complexContent mixed="false"><xs:extension base="q1946:ScenarioSessionValue" xmlns:q1946="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="Contact" nillable="true" type="q1946:Contact"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioSessionValueContact" nillable="true" type="q1947:ScenarioSessionValueContact" xmlns:q1947="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioSessionValueSpotbooking"><xs:complexContent mixed="false"><xs:extension base="q1948:ScenarioSessionValue" xmlns:q1948="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="SpotbookingId" type="xs:int"/><xs:element minOccurs="0" name="Status" type="q1949:SpotbookingStatus" xmlns:q1949="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioSessionValueSpotbooking" nillable="true" type="q1950:ScenarioSessionValueSpotbooking" xmlns:q1950="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioSessionValueTable"><xs:complexContent mixed="false"><xs:extension base="q1951:ScenarioSessionValue" xmlns:q1951="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="Table" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioSessionValueTable" nillable="true" type="q1952:ScenarioSessionValueTable" xmlns:q1952="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfScenarioSessionCheck"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ScenarioSessionCheck" nillable="true" type="q1953:ScenarioSessionCheck" xmlns:q1953="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfScenarioSessionCheck" nillable="true" type="q1954:ArrayOfScenarioSessionCheck" xmlns:q1954="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioSessionCheck"><xs:sequence><xs:element minOccurs="0" name="ChecklistType" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ChecklistCategory" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ChecklistItem" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Processed" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Status" type="q1955:ScenarioCheckStatus" xmlns:q1955="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="SortOrder" type="xs:int"/><xs:element minOccurs="0" name="ChecklistCategorySortOrder" type="xs:int"/><xs:element minOccurs="0" name="ChecklistItemId" type="ser:guid"/><xs:element minOccurs="0" name="ChecklistItemIsBlocking" type="xs:boolean"/><xs:element minOccurs="0" name="ChecklistItemSortOrder" type="xs:int"/><xs:element minOccurs="0" name="InternalComment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ApprovedBy" nillable="true" type="q1956:Employee" xmlns:q1956="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Approvers" nillable="true" type="q1957:ArrayOfEmployee" xmlns:q1957="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ScenarioSessionCheck" nillable="true" type="q1958:ScenarioSessionCheck" xmlns:q1958="http://www.recreatex.be/webshop/"/><xs:simpleType name="ScenarioCheckStatus"><xs:restriction base="xs:string"><xs:enumeration value="NeedsToBeChecked"/><xs:enumeration value="CheckSucceeded"/><xs:enumeration value="CheckFailed"/></xs:restriction></xs:simpleType><xs:element name="ScenarioCheckStatus" nillable="true" type="q1959:ScenarioCheckStatus" xmlns:q1959="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioQuestionInputValueFileGeneral"><xs:sequence><xs:element minOccurs="0" name="Number" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Status" type="q1960:FileStatus" xmlns:q1960="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="AgeCategory" nillable="true" type="q1961:FileAgeGroup" xmlns:q1961="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Customer" nillable="true" type="q1962:Person" xmlns:q1962="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Contact" nillable="true" type="q1963:Contact" xmlns:q1963="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PriceGroup" nillable="true" type="q1964:PriceGroup" xmlns:q1964="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="DesiredPaymentMethod" nillable="true" type="q1965:BasketPaymentMethod" xmlns:q1965="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="InvoiceCustomer" nillable="true" type="q1966:Person" xmlns:q1966="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FileManager" nillable="true" type="q1967:Employee" xmlns:q1967="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SalesManager" nillable="true" type="q1968:Employee" xmlns:q1968="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ExecutionDateTime" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="ExpirationDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="PriceDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="CustomerReference" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Leader1" nillable="true" type="q1969:Employee" xmlns:q1969="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Leader2" nillable="true" type="q1970:Employee" xmlns:q1970="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Leader3" nillable="true" type="q1971:Employee" xmlns:q1971="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Leader4" nillable="true" type="q1972:Employee" xmlns:q1972="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Leader5" nillable="true" type="q1973:Employee" xmlns:q1973="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ScenarioQuestionInputValueFileGeneral" nillable="true" type="q1974:ScenarioQuestionInputValueFileGeneral" xmlns:q1974="http://www.recreatex.be/webshop/"/><xs:simpleType name="FileStatus"><xs:restriction base="xs:string"><xs:enumeration value="Offer"/><xs:enumeration value="Check"/><xs:enumeration value="Approved"/><xs:enumeration value="Disapproved"/><xs:enumeration value="Ordered"/><xs:enumeration value="Cancelled"/></xs:restriction></xs:simpleType><xs:element name="FileStatus" nillable="true" type="q1975:FileStatus" xmlns:q1975="http://www.recreatex.be/webshop/"/><xs:complexType name="FileAgeGroup"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="FileAgeGroup" nillable="true" type="q1976:FileAgeGroup" xmlns:q1976="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfScenarioQuestionInputValueFileDetail"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ScenarioQuestionInputValueFileDetail" nillable="true" type="q1977:ScenarioQuestionInputValueFileDetail" xmlns:q1977="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfScenarioQuestionInputValueFileDetail" nillable="true" type="q1978:ArrayOfScenarioQuestionInputValueFileDetail" xmlns:q1978="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioQuestionInputValueFileDetail"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="IsInvoice" type="xs:boolean"/><xs:element minOccurs="0" name="Type" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Quantity" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="TotalHours" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Date" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="EndDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="CalculationType" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Price" nillable="true" type="xs:decimal"/><xs:element minOccurs="0" name="CustomerPriceGroup" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TotalPrice" nillable="true" type="xs:decimal"/><xs:element minOccurs="0" name="ItemDepartment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ItemDepartmentId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="FileTypePart" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FileActivity" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Place" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Status" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="StatusComment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Employee" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ScenarioQuestionInputValueFileDetail" nillable="true" type="q1979:ScenarioQuestionInputValueFileDetail" xmlns:q1979="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfScenarioSessionComment"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ScenarioSessionComment" nillable="true" type="q1980:ScenarioSessionComment" xmlns:q1980="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfScenarioSessionComment" nillable="true" type="q1981:ArrayOfScenarioSessionComment" xmlns:q1981="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfScenarioSessionAttachment"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ScenarioSessionAttachment" nillable="true" type="q1982:ScenarioSessionAttachment" xmlns:q1982="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfScenarioSessionAttachment" nillable="true" type="q1983:ArrayOfScenarioSessionAttachment" xmlns:q1983="http://www.recreatex.be/webshop/"/><xs:complexType name="ScenarioSessionAttachment"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ScenarioSessionId" type="ser:guid"/><xs:element minOccurs="0" name="AttachmentType" type="q1984:ScenarioAttachmentType" xmlns:q1984="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Attachment" nillable="true" type="q1985:Attachment" xmlns:q1985="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DocumentUrl" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Internal" nillable="true" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ScenarioSessionAttachment" nillable="true" type="q1986:ScenarioSessionAttachment" xmlns:q1986="http://www.recreatex.be/webshop/"/><xs:element name="DeleteScenarioSessionRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1987:ServiceContext" xmlns:q1987="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ScenarioSessionId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="DeleteScenarioSessionResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ValidationResult" nillable="true" type="q1988:ValidationResult" xmlns:q1988="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveSpotbookingStatusRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1989:ServiceContext" xmlns:q1989="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SaveSpotbookingStatusCriteria" nillable="true" type="q1990:SaveSpotbookingStatusCriteria" xmlns:q1990="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveSpotbookingStatusResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SaveSpotbookingStatusResult" type="q1991:SaveSpotbookingStatusResult" xmlns:q1991="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveScenarioSessionRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1992:ServiceContext" xmlns:q1992="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ScenarioSession" nillable="true" type="q1993:ScenarioSession" xmlns:q1993="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveScenarioSessionResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ScenarioValidationResult" nillable="true" type="q1994:ScenarioValidationResult" xmlns:q1994="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindScenarioTypesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q1995:ServiceContext" xmlns:q1995="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ScenarioTypeSearchCriteria" nillable="true" type="q1996:ScenarioTypeSearchCriteria" xmlns:q1996="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ScenarioTypeSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="ScenarioTypeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Keyword" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q1997:PagingCriteria" xmlns:q1997="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ScenarioTypeSearchCriteria" nillable="true" type="q1998:ScenarioTypeSearchCriteria" xmlns:q1998="http://www.recreatex.be/webshop/"/><xs:element name="FindScenarioTypesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ScenarioTypes" nillable="true" type="q1999:ArrayOfScenarioType" xmlns:q1999="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfScenarioType"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ScenarioType" nillable="true" type="q2000:ScenarioType" xmlns:q2000="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfScenarioType" nillable="true" type="q2001:ArrayOfScenarioType" xmlns:q2001="http://www.recreatex.be/webshop/"/><xs:element name="ListCdbCategoriesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2002:ServiceContext" xmlns:q2002="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListCdbCategoriesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CdbCategories" nillable="true" type="q2003:ArrayOfCdbCategory" xmlns:q2003="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfCdbCategory"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CdbCategory" nillable="true" type="q2004:CdbCategory" xmlns:q2004="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCdbCategory" nillable="true" type="q2005:ArrayOfCdbCategory" xmlns:q2005="http://www.recreatex.be/webshop/"/><xs:complexType name="CdbCategory"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="CNetId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Notes" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Synonymes" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CdbVersion" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="CdbCategory" nillable="true" type="q2006:CdbCategory" xmlns:q2006="http://www.recreatex.be/webshop/"/><xs:element name="GetScenarioSessionEmailMessageRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2007:ServiceContext" xmlns:q2007="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ScenarioSessionEmailMessageSearchCriteria" nillable="true" type="q2008:ScenarioSessionEmailMessageSearchCriteria" xmlns:q2008="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ScenarioSessionEmailMessageSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="ScenarioSessionId" type="ser:guid"/><xs:element minOccurs="0" name="Type" type="q2009:ScenarioSessionEmailMessageType" xmlns:q2009="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ScenarioSessionEmailMessageSearchCriteria" nillable="true" type="q2010:ScenarioSessionEmailMessageSearchCriteria" xmlns:q2010="http://www.recreatex.be/webshop/"/><xs:element name="GetScenarioSessionEmailMessageResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ScenarioSessionEmailMessageValidationResult" nillable="true" type="q2011:ScenarioSessionEmailMessageValidationResult" xmlns:q2011="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetScenarioSessionEmailMessagesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2012:ServiceContext" xmlns:q2012="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ScenarioSessionEmailMessagesSearchCriteria" nillable="true" type="q2013:ScenarioSessionEmailMessagesSearchCriteria" xmlns:q2013="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ScenarioSessionEmailMessagesSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="ScenarioSessionId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ScenarioSessionEmailMessagesSearchCriteria" nillable="true" type="q2014:ScenarioSessionEmailMessagesSearchCriteria" xmlns:q2014="http://www.recreatex.be/webshop/"/><xs:element name="GetScenarioSessionEmailMessagesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ScenarioSessionEmailMessageValidationResults" nillable="true" type="q2015:ArrayOfScenarioSessionEmailMessageValidationResult" xmlns:q2015="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfScenarioSessionEmailMessageValidationResult"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ScenarioSessionEmailMessageValidationResult" nillable="true" type="q2016:ScenarioSessionEmailMessageValidationResult" xmlns:q2016="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfScenarioSessionEmailMessageValidationResult" nillable="true" type="q2017:ArrayOfScenarioSessionEmailMessageValidationResult" xmlns:q2017="http://www.recreatex.be/webshop/"/><xs:element name="GetScenarioQuestionInputValueFileGeneralRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2018:ServiceContext" xmlns:q2018="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ScenarioQuestionInputValueFileGeneralSearchCriteria" nillable="true" type="q2019:ScenarioQuestionInputValueFileGeneralSearchCriteria" xmlns:q2019="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ScenarioQuestionInputValueFileGeneralSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="FileId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ScenarioQuestionInputValueFileGeneralSearchCriteria" nillable="true" type="q2020:ScenarioQuestionInputValueFileGeneralSearchCriteria" xmlns:q2020="http://www.recreatex.be/webshop/"/><xs:element name="GetScenarioQuestionInputValueFileGeneralResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ScenarioQuestionInputValueFileGeneral" nillable="true" type="q2021:ScenarioQuestionInputValueFileGeneral" xmlns:q2021="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetScenarioQuestionInputValueFileDetailRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2022:ServiceContext" xmlns:q2022="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ScenarioQuestionInputValueFileDetailSearchCriteria" nillable="true" type="q2023:ScenarioQuestionInputValueFileDetailSearchCriteria" xmlns:q2023="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ScenarioQuestionInputValueFileDetailSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="FileId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ScenarioQuestionInputValueFileDetailSearchCriteria" nillable="true" type="q2024:ScenarioQuestionInputValueFileDetailSearchCriteria" xmlns:q2024="http://www.recreatex.be/webshop/"/><xs:element name="GetScenarioQuestionInputValueFileDetailResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ScenarioQuestionInputValueFileDetails" nillable="true" type="q2025:ArrayOfScenarioQuestionInputValueFileDetail" xmlns:q2025="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveScenarioSessionAttachmentRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2026:ServiceContext" xmlns:q2026="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ScenarioSessionAttachment" nillable="true" type="q2027:ScenarioSessionAttachment" xmlns:q2027="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveScenarioSessionAttachmentResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ScenarioSessionAttachmentValidationResult" nillable="true" type="q2028:ScenarioSessionAttachmentValidationResult" xmlns:q2028="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ScenarioSessionAttachmentValidationResult"><xs:complexContent mixed="false"><xs:extension base="q2029:ValidationResult" xmlns:q2029="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ScenarioSessionAttachment" nillable="true" type="q2029:ScenarioSessionAttachment"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioSessionAttachmentValidationResult" nillable="true" type="q2030:ScenarioSessionAttachmentValidationResult" xmlns:q2030="http://www.recreatex.be/webshop/"/><xs:element name="DeleteScenarioSessionAttachmentRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2031:ServiceContext" xmlns:q2031="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ScenarioSessionAttachmentId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="DeleteScenarioSessionAttachmentResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="DeleteScenarioSessionAttachmentValidationResult" nillable="true" type="q2032:ValidationResult" xmlns:q2032="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveScenarioSessionCommentRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2033:ServiceContext" xmlns:q2033="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ScenarioSessionComment" nillable="true" type="q2034:ScenarioSessionComment" xmlns:q2034="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveScenarioSessionCommentResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ScenarioSessionCommentValidationResult" nillable="true" type="q2035:ScenarioSessionCommentValidationResult" xmlns:q2035="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ScenarioSessionCommentValidationResult"><xs:complexContent mixed="false"><xs:extension base="q2036:ValidationResult" xmlns:q2036="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ScenarioSessionComment" nillable="true" type="q2036:ScenarioSessionComment"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioSessionCommentValidationResult" nillable="true" type="q2037:ScenarioSessionCommentValidationResult" xmlns:q2037="http://www.recreatex.be/webshop/"/><xs:element name="DeleteScenarioSessionCommentRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2038:ServiceContext" xmlns:q2038="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ScenarioSessionCommentId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="DeleteScenarioSessionCommentResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="DeleteScenarioSessionCommentValidationResult" nillable="true" type="q2039:ValidationResult" xmlns:q2039="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ValidateScenarioSessionCheckRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2040:ServiceContext" xmlns:q2040="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Validation" nillable="true" type="q2041:ValidatedScenarioSessionCheck" xmlns:q2041="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ValidatedScenarioSessionCheck"><xs:sequence><xs:element minOccurs="0" name="ScenarioSessionCheckId" type="ser:guid"/><xs:element minOccurs="0" name="ValidatorId" type="ser:guid"/><xs:element minOccurs="0" name="IsApproved" type="xs:boolean"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="InternalComment" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ValidatedScenarioSessionCheck" nillable="true" type="q2042:ValidatedScenarioSessionCheck" xmlns:q2042="http://www.recreatex.be/webshop/"/><xs:element name="ValidateScenarioSessionCheckResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ScenarioSessionCheckValidationResult" nillable="true" type="q2043:ScenarioSessionCheckValidationResult" xmlns:q2043="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ScenarioSessionCheckValidationResult"><xs:complexContent mixed="false"><xs:extension base="q2044:ValidationResult" xmlns:q2044="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ValidatedCheck" nillable="true" type="q2044:ValidatedScenarioSessionCheck"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ScenarioSessionCheckValidationResult" nillable="true" type="q2045:ScenarioSessionCheckValidationResult" xmlns:q2045="http://www.recreatex.be/webshop/"/><xs:element name="FindScenarioSessionAttachmentsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2046:ServiceContext" xmlns:q2046="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FindScenarioSessionAttachmentsSearchCriteria" nillable="true" type="q2047:FindScenarioSessionAttachmentsSearchCriteria" xmlns:q2047="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FindScenarioSessionAttachmentsSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="ScenarioQuestionInputSessionId" type="ser:guid"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q2048:FindScenarioSessionAttachmentsIncludes" xmlns:q2048="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="FindScenarioSessionAttachmentsSearchCriteria" nillable="true" type="q2049:FindScenarioSessionAttachmentsSearchCriteria" xmlns:q2049="http://www.recreatex.be/webshop/"/><xs:complexType name="FindScenarioSessionAttachmentsIncludes"><xs:sequence><xs:element minOccurs="0" name="Internals" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="FindScenarioSessionAttachmentsIncludes" nillable="true" type="q2050:FindScenarioSessionAttachmentsIncludes" xmlns:q2050="http://www.recreatex.be/webshop/"/><xs:element name="FindScenarioSessionAttachmentsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="FindScenarioSessionAttachmentsResult" nillable="true" type="q2051:ArrayOfScenarioSessionAttachment" xmlns:q2051="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetSpotbookingSettingsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2052:ServiceContext" xmlns:q2052="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetSpotbookingSettingsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetSpotbookingSettingsResult" nillable="true" type="q2053:SpotbookingSettings" xmlns:q2053="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListVisitingCustomersInformationRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2054:ServiceContext" xmlns:q2054="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="VisitingCustomersInformationCriteria" nillable="true" type="q2055:VisitingCustomerInformationSearchCriteria" xmlns:q2055="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="VisitingCustomerInformationSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="GroupByDate" type="xs:boolean"/><xs:element minOccurs="0" name="From" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="GroupByDivision" type="xs:boolean"/><xs:element minOccurs="0" name="DivisionIds" nillable="true" type="q2056:ArrayOfguid" xmlns:q2056="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="GroupByArticleGroup" type="xs:boolean"/><xs:element minOccurs="0" name="ArticleGroupIds" nillable="true" type="q2057:ArrayOfguid" xmlns:q2057="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="GroupByConsolidationActivityCode" type="xs:boolean"/><xs:element minOccurs="0" name="ConsolidationActivityCodeIds" nillable="true" type="q2058:ArrayOfguid" xmlns:q2058="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="GroupByConsolidationItemCode" type="xs:boolean"/><xs:element minOccurs="0" name="ConsolidationItemCodeIds" nillable="true" type="q2059:ArrayOfguid" xmlns:q2059="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="GroupByConsolidationSaleCode" type="xs:boolean"/><xs:element minOccurs="0" name="ConsolidationSaleCodeIds" nillable="true" type="q2060:ArrayOfguid" xmlns:q2060="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType><xs:element name="VisitingCustomerInformationSearchCriteria" nillable="true" type="q2061:VisitingCustomerInformationSearchCriteria" xmlns:q2061="http://www.recreatex.be/webshop/"/><xs:element name="ListVisitingCustomersInformationResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="VisitingCustomersInformation" nillable="true" type="q2062:ArrayOfVisitingCustomerInformation" xmlns:q2062="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfVisitingCustomerInformation"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="VisitingCustomerInformation" nillable="true" type="q2063:VisitingCustomerInformation" xmlns:q2063="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfVisitingCustomerInformation" nillable="true" type="q2064:ArrayOfVisitingCustomerInformation" xmlns:q2064="http://www.recreatex.be/webshop/"/><xs:complexType name="VisitingCustomerInformation"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="TotalVisitors" type="xs:int"/><xs:element minOccurs="0" name="SubscriptionVisitors" type="xs:int"/><xs:element minOccurs="0" name="SaleVisitors" type="xs:int"/><xs:element minOccurs="0" name="Date" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="DivisionID" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ArticleGroupID" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ConsolidationCodeActivityID" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ConsolidationCodeItemID" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ConsolidationCodeSaleID" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="VisitingCustomerInformation" nillable="true" type="q2065:VisitingCustomerInformation" xmlns:q2065="http://www.recreatex.be/webshop/"/><xs:element name="ListSalesInformationRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2066:ServiceContext" xmlns:q2066="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SalesInformationCriteria" nillable="true" type="q2067:SaleInformationSearchCriteria" xmlns:q2067="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SaleInformationSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="DivisionIds" nillable="true" type="q2068:ArrayOfguid" xmlns:q2068="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="GroupByDivision" type="xs:boolean"/><xs:element minOccurs="0" name="From" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="GroupByDate" type="xs:boolean"/><xs:element minOccurs="0" name="ArticleGroupIds" nillable="true" type="q2069:ArrayOfguid" xmlns:q2069="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="GroupByArticleGroup" type="xs:boolean"/><xs:element minOccurs="0" name="ConsolidationItemCodeIds" nillable="true" type="q2070:ArrayOfguid" xmlns:q2070="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="ConsolidationActivityCodeIds" nillable="true" type="q2071:ArrayOfguid" xmlns:q2071="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="ConsolidationSaleCodeIds" nillable="true" type="q2072:ArrayOfguid" xmlns:q2072="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="GroupByConsolidationCodeItem" type="xs:boolean"/><xs:element minOccurs="0" name="GroupByConsolidationCodeActivity" type="xs:boolean"/><xs:element minOccurs="0" name="GroupByConsolidationCodeSales" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="SaleInformationSearchCriteria" nillable="true" type="q2073:SaleInformationSearchCriteria" xmlns:q2073="http://www.recreatex.be/webshop/"/><xs:element name="ListSalesInformationResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SalesInformation" nillable="true" type="q2074:ArrayOfSaleInformation" xmlns:q2074="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfSaleInformation"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SaleInformation" nillable="true" type="q2075:SaleInformation" xmlns:q2075="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSaleInformation" nillable="true" type="q2076:ArrayOfSaleInformation" xmlns:q2076="http://www.recreatex.be/webshop/"/><xs:complexType name="SaleInformation"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Amount" type="xs:decimal"/><xs:element minOccurs="0" name="LineAmount" type="xs:decimal"/><xs:element minOccurs="0" name="VatAmount" type="xs:decimal"/><xs:element minOccurs="0" name="Date" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="DivisionID" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ArticleGroupID" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ConsolidationCodeItemID" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ConsolidationCodeActivityID" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ConsolidationCodeSalesID" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="SaleInformation" nillable="true" type="q2077:SaleInformation" xmlns:q2077="http://www.recreatex.be/webshop/"/><xs:element name="ListDivisionsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2078:ServiceContext" xmlns:q2078="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="DivisionSearchCriteria" nillable="true" type="q2079:DivisionSearchCriteria" xmlns:q2079="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="DivisionSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="AllowedForPointOfSale" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="DivisionSearchCriteria" nillable="true" type="q2080:DivisionSearchCriteria" xmlns:q2080="http://www.recreatex.be/webshop/"/><xs:element name="ListDivisionsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Divisions" nillable="true" type="q2081:ArrayOfDivision" xmlns:q2081="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfDivision"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Division" nillable="true" type="q2082:Division" xmlns:q2082="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfDivision" nillable="true" type="q2083:ArrayOfDivision" xmlns:q2083="http://www.recreatex.be/webshop/"/><xs:element name="ListConsolidationCodesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ConsolidationCodesCriteria" nillable="true" type="q2084:ConsolidationCodeSearchCriteria" xmlns:q2084="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q2085:ServiceContext" xmlns:q2085="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ConsolidationCodeSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Type" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="ConsolidationCodeSearchCriteria" nillable="true" type="q2086:ConsolidationCodeSearchCriteria" xmlns:q2086="http://www.recreatex.be/webshop/"/><xs:element name="ListConsolidationCodesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Consolidation_x0020_codes" nillable="true" type="q2087:ArrayOfConsolidationCode" xmlns:q2087="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfConsolidationCode"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ConsolidationCode" nillable="true" type="q2088:ConsolidationCode" xmlns:q2088="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfConsolidationCode" nillable="true" type="q2089:ArrayOfConsolidationCode" xmlns:q2089="http://www.recreatex.be/webshop/"/><xs:complexType name="ConsolidationCode"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ConsolidationCode" nillable="true" type="q2090:ConsolidationCode" xmlns:q2090="http://www.recreatex.be/webshop/"/><xs:element name="InterSolveIsCardValidRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2091:ServiceContext" xmlns:q2091="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="VendingMachineCultureEventSearchCriteria" nillable="true" type="q2092:InterSolveCriteria" xmlns:q2092="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="InterSolveCriteria"><xs:sequence><xs:element minOccurs="0" name="CardString" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ItemId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="InterSolveCriteria" nillable="true" type="q2093:InterSolveCriteria" xmlns:q2093="http://www.recreatex.be/webshop/"/><xs:element name="InterSolveIsCardValidResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="VendingMachineCrystalReportDatasource" nillable="true" type="q2094:InterSolveResult" xmlns:q2094="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="InterSolveResult"><xs:sequence><xs:element minOccurs="0" name="ErrorMessage" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Success" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="InterSolveResult" nillable="true" type="q2095:InterSolveResult" xmlns:q2095="http://www.recreatex.be/webshop/"/><xs:element name="InterSolveDoPurchaseSimulateRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2096:ServiceContext" xmlns:q2096="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="VendingMachineCrystalReportDatasource" nillable="true" type="q2097:InterSolveCriteria" xmlns:q2097="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="InterSolveDoPurchaseSimulateResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="VendingMachineCrystalReportDatasource" nillable="true" type="q2098:InterSolveResult" xmlns:q2098="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="InterSolveDoPurchaseRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2099:ServiceContext" xmlns:q2099="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="VendingMachineCultureEventSearchCriteria" nillable="true" type="q2100:InterSolveCriteria" xmlns:q2100="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="InterSolveDoPurchaseResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="VendingMachineCrystalReportDatasource" nillable="true" type="q2101:InterSolveResult" xmlns:q2101="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="IntersolveGiftCardAccessItemRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2102:ServiceContext" xmlns:q2102="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="InterSolveCriteria" nillable="true" type="q2103:InterSolveCriteria" xmlns:q2103="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="IntersolveGiftCardAccessItemResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="InterSolveResponse" nillable="true" type="q2104:VendingMachineArticle" xmlns:q2104="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="UniflowEnsureUserExistsCardRegRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2105:ServiceContext" xmlns:q2105="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="UniflowSearchCriteria" nillable="true" type="q2106:UniflowCriteria" xmlns:q2106="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="UniflowCriteria"><xs:sequence><xs:element minOccurs="0" name="Url" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UserName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Password" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LocationLogFile" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CardNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UserId" type="ser:guid"/><xs:element minOccurs="0" name="ExtRefId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="AmountPayed" type="xs:decimal"/><xs:element minOccurs="0" name="SalesLineId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="UniflowCriteria" nillable="true" type="q2107:UniflowCriteria" xmlns:q2107="http://www.recreatex.be/webshop/"/><xs:element name="UniflowEnsureUserExistsCardRegResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="UniflowData" nillable="true" type="q2108:UniflowResult" xmlns:q2108="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="UniflowResult"><xs:sequence><xs:element minOccurs="0" name="AmountPayed" type="xs:decimal"/><xs:element minOccurs="0" name="ExtRefId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Status" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UserId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="UniflowResult" nillable="true" type="q2109:UniflowResult" xmlns:q2109="http://www.recreatex.be/webshop/"/><xs:element name="UniflowMakeDepositWithRefRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2110:ServiceContext" xmlns:q2110="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="UniflowSearchCriteria" nillable="true" type="q2111:UniflowCriteria" xmlns:q2111="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="UniflowMakeDepositWithRefResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="UniflowData" nillable="true" type="q2112:UniflowResult" xmlns:q2112="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="UniflowChargeUserWithRefRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2113:ServiceContext" xmlns:q2113="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="UniflowSearchCriteria" nillable="true" type="q2114:UniflowCriteria" xmlns:q2114="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="UniflowChargeUserWithRefResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="UniflowData" nillable="true" type="q2115:UniflowResult" xmlns:q2115="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="UniflowGetExtRefIdAndAmountPayedRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2116:ServiceContext" xmlns:q2116="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="UniflowSearchCriteria" nillable="true" type="q2117:UniflowCriteria" xmlns:q2117="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="UniflowGetExtRefIdAndAmountPayedResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="UniflowData" nillable="true" type="q2118:UniflowResult" xmlns:q2118="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="AddressAttachmentsInformationRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2119:ServiceContext" xmlns:q2119="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Criteria" nillable="true" type="q2120:AddressAttachmentInformationCriteria" xmlns:q2120="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="AddressAttachmentInformationCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="AddressId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="AddressAttachmentSubTypeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q2121:PagingCriteria" xmlns:q2121="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="AddressAttachmentInformationCriteria" nillable="true" type="q2122:AddressAttachmentInformationCriteria" xmlns:q2122="http://www.recreatex.be/webshop/"/><xs:element name="AddressAttachmentsInformationResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AddressAttachmentsInformation" nillable="true" type="q2123:ArrayOfAddressAttachmentInformation" xmlns:q2123="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfAddressAttachmentInformation"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="AddressAttachmentInformation" nillable="true" type="q2124:AddressAttachmentInformation" xmlns:q2124="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfAddressAttachmentInformation" nillable="true" type="q2125:ArrayOfAddressAttachmentInformation" xmlns:q2125="http://www.recreatex.be/webshop/"/><xs:complexType name="AddressAttachmentInformation"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="AddressId" type="ser:guid"/><xs:element minOccurs="0" name="FileName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="AddressAttachmentSubTypeId" type="ser:guid"/><xs:element minOccurs="0" name="AddressAttachmentSubTypeShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="AddressAttachmentSubTypeDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="AddressAttachmentTypeId" type="ser:guid"/><xs:element minOccurs="0" name="AddressAttachmentTypeShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="AddressAttachmentTypeDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DateUploaded" nillable="true" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="AddressAttachmentInformation" nillable="true" type="q2126:AddressAttachmentInformation" xmlns:q2126="http://www.recreatex.be/webshop/"/><xs:element name="AddressAttachmentTypesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2127:ServiceContext" xmlns:q2127="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Criteria" nillable="true" type="q2128:AddressAttachmentTypeCriteria" xmlns:q2128="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="AddressAttachmentTypeCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="AddressAttachmentTypeCriteria" nillable="true" type="q2129:AddressAttachmentTypeCriteria" xmlns:q2129="http://www.recreatex.be/webshop/"/><xs:element name="AddressAttachmentTypesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AddressAttachmentTypes" nillable="true" type="q2130:ArrayOfAddressAttachmentType" xmlns:q2130="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfAddressAttachmentType"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="AddressAttachmentType" nillable="true" type="q2131:AddressAttachmentType" xmlns:q2131="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfAddressAttachmentType" nillable="true" type="q2132:ArrayOfAddressAttachmentType" xmlns:q2132="http://www.recreatex.be/webshop/"/><xs:complexType name="AddressAttachmentType"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="AddressAttachmentType" nillable="true" type="q2133:AddressAttachmentType" xmlns:q2133="http://www.recreatex.be/webshop/"/><xs:element name="AddressAttachmentSubTypesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2134:ServiceContext" xmlns:q2134="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Criteria" nillable="true" type="q2135:AddressAttachmentSubTypeCriteria" xmlns:q2135="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="AddressAttachmentSubTypeCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="AddressAttachmentTypeId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="AddressAttachmentSubTypeCriteria" nillable="true" type="q2136:AddressAttachmentSubTypeCriteria" xmlns:q2136="http://www.recreatex.be/webshop/"/><xs:element name="AddressAttachmentSubTypesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AddressAttachmentSubTypes" nillable="true" type="q2137:ArrayOfAddressAttachmentSubType" xmlns:q2137="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfAddressAttachmentSubType"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="AddressAttachmentSubType" nillable="true" type="q2138:AddressAttachmentSubType" xmlns:q2138="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfAddressAttachmentSubType" nillable="true" type="q2139:ArrayOfAddressAttachmentSubType" xmlns:q2139="http://www.recreatex.be/webshop/"/><xs:complexType name="AddressAttachmentSubType"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Email" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="EmailMessageId" type="ser:guid"/><xs:element minOccurs="0" name="AddressAttachmentTypeId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="AddressAttachmentSubType" nillable="true" type="q2140:AddressAttachmentSubType" xmlns:q2140="http://www.recreatex.be/webshop/"/><xs:element name="SaveAddressAttachmentRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2141:ServiceContext" xmlns:q2141="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Options" nillable="true" type="q2142:SaveAddressAttachmentOptions" xmlns:q2142="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SaveAddressAttachmentOptions"><xs:sequence><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="FileName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Attachment" nillable="true" type="xs:base64Binary"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="AddressAttachmentSubTypeId" type="ser:guid"/><xs:element minOccurs="0" name="AddressAttachmentOptionValue" type="q2143:AddressAttachmentOptionValues" xmlns:q2143="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="SaveAddressAttachmentOptions" nillable="true" type="q2144:SaveAddressAttachmentOptions" xmlns:q2144="http://www.recreatex.be/webshop/"/><xs:simpleType name="AddressAttachmentOptionValues"><xs:restriction base="xs:string"><xs:enumeration value="Other"/><xs:enumeration value="ChildBenefitFunds"/><xs:enumeration value="FamilyComposition"/></xs:restriction></xs:simpleType><xs:element name="AddressAttachmentOptionValues" nillable="true" type="q2145:AddressAttachmentOptionValues" xmlns:q2145="http://www.recreatex.be/webshop/"/><xs:element name="SaveAddressAttachmentResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="q2146:SaveAddressAttachmentResult" xmlns:q2146="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SaveAddressAttachmentResult"><xs:sequence><xs:element minOccurs="0" name="ValidationResults" nillable="true" type="q2147:ArrayOfValidationResult" xmlns:q2147="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Id" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="SaveAddressAttachmentResult" nillable="true" type="q2148:SaveAddressAttachmentResult" xmlns:q2148="http://www.recreatex.be/webshop/"/><xs:element name="AddressAttachmentRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2149:ServiceContext" xmlns:q2149="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Criteria" nillable="true" type="q2150:AddressAttachmentCriteria" xmlns:q2150="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="AddressAttachmentCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="AddressAttachmentCriteria" nillable="true" type="q2151:AddressAttachmentCriteria" xmlns:q2151="http://www.recreatex.be/webshop/"/><xs:element name="AddressAttachmentResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AddressAttachment" nillable="true" type="q2152:AddressAttachment" xmlns:q2152="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="AddressAttachment"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Attachment" nillable="true" type="xs:base64Binary"/><xs:element minOccurs="0" name="FileName" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="AddressAttachment" nillable="true" type="q2153:AddressAttachment" xmlns:q2153="http://www.recreatex.be/webshop/"/><xs:element name="ModifySubscriptionDatesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2154:ServiceContext" xmlns:q2154="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ModifySubscriptionDatesCriteria" nillable="true" type="q2155:ModifySubscriptionDatesCriteria" xmlns:q2155="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ModifySubscriptionDatesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ModifySubscriptionDatesResult" nillable="true" type="q2156:ModifySubscriptionDatesResult" xmlns:q2156="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType></xs:element><xs:element name="UndoCancelSubscriptionRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2157:ServiceContext" xmlns:q2157="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="UndoCancelSubscriptionCriteria" nillable="true" type="q2158:UndoCancelSubscriptionCriteria" xmlns:q2158="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="UndoCancelSubscriptionResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="UndoCancelSubscriptionResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetFamilyCardsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2159:ServiceContext" xmlns:q2159="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Criteria" nillable="true" type="q2160:GetFamilyCardsCriteria" xmlns:q2160="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetFamilyCardsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="q2161:GetFamilyCardsResult" xmlns:q2161="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListPersonTitlesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2162:ServiceContext" xmlns:q2162="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="TitleCriteria" nillable="true" type="q2163:FindPersonTitlesCriteria" xmlns:q2163="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FindPersonTitlesCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="NamePattern" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q2164:PagingCriteria" xmlns:q2164="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q2165:PersonTitleIncludes" xmlns:q2165="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="FindPersonTitlesCriteria" nillable="true" type="q2166:FindPersonTitlesCriteria" xmlns:q2166="http://www.recreatex.be/webshop/"/><xs:complexType name="PersonTitleIncludes"><xs:sequence/></xs:complexType><xs:element name="PersonTitleIncludes" nillable="true" type="q2167:PersonTitleIncludes" xmlns:q2167="http://www.recreatex.be/webshop/"/><xs:element name="ListPersonTitlesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="FindPersonTitlesResult" nillable="true" type="q2168:ArrayOfPersonTitle" xmlns:q2168="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfPersonTitle"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="PersonTitle" nillable="true" type="q2169:PersonTitle" xmlns:q2169="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPersonTitle" nillable="true" type="q2170:ArrayOfPersonTitle" xmlns:q2170="http://www.recreatex.be/webshop/"/><xs:element name="ListBankBICsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2171:ServiceContext" xmlns:q2171="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FindBankBICsCriteria" nillable="true" type="q2172:FindBankBICsCriteria" xmlns:q2172="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FindBankBICsCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Bank" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CountryId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="BIC" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="FindBankBICsCriteria" nillable="true" type="q2173:FindBankBICsCriteria" xmlns:q2173="http://www.recreatex.be/webshop/"/><xs:element name="ListBankBICsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="BankBICs" nillable="true" type="q2174:ArrayOfBankBIC" xmlns:q2174="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfBankBIC"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="BankBIC" nillable="true" type="q2175:BankBIC" xmlns:q2175="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfBankBIC" nillable="true" type="q2176:ArrayOfBankBIC" xmlns:q2176="http://www.recreatex.be/webshop/"/><xs:element name="FindPersonCardsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2177:ServiceContext" xmlns:q2177="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FindPersonCardsCriteria" nillable="true" type="q2178:FindPersonCardsCriteria" xmlns:q2178="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FindPersonCardsCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q2179:PersonCardIncludes" xmlns:q2179="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Number" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q2180:PagingCriteria" xmlns:q2180="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="CardString" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="FindPersonCardsCriteria" nillable="true" type="q2181:FindPersonCardsCriteria" xmlns:q2181="http://www.recreatex.be/webshop/"/><xs:complexType name="PersonCardIncludes"><xs:sequence><xs:element minOccurs="0" name="PersonDetails" type="xs:boolean"/><xs:element minOccurs="0" name="PersonImage" type="xs:boolean"/><xs:element minOccurs="0" name="IncludeGuestDetails" type="xs:boolean"/><xs:element minOccurs="0" name="ExcludePeripheralStrings" type="xs:boolean"/><xs:element minOccurs="0" name="IncludeBlocked" nillable="true" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="PersonCardIncludes" nillable="true" type="q2182:PersonCardIncludes" xmlns:q2182="http://www.recreatex.be/webshop/"/><xs:element name="FindPersonCardsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="PersonCards" nillable="true" type="q2183:ArrayOfPersonCard" xmlns:q2183="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListPersonFunctionsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2184:ServiceContext" xmlns:q2184="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FunctionCriteria" nillable="true" type="q2185:FindPersonFunctionsCriteria" xmlns:q2185="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FindPersonFunctionsCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="NamePattern" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q2186:PagingCriteria" xmlns:q2186="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q2187:PersonFunctionIncludes" xmlns:q2187="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="FindPersonFunctionsCriteria" nillable="true" type="q2188:FindPersonFunctionsCriteria" xmlns:q2188="http://www.recreatex.be/webshop/"/><xs:complexType name="PersonFunctionIncludes"><xs:sequence/></xs:complexType><xs:element name="PersonFunctionIncludes" nillable="true" type="q2189:PersonFunctionIncludes" xmlns:q2189="http://www.recreatex.be/webshop/"/><xs:element name="ListPersonFunctionsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="FindPersonFunctionsResult" nillable="true" type="q2190:ArrayOfPersonFunction" xmlns:q2190="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfPersonFunction"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="PersonFunction" nillable="true" type="q2191:PersonFunction" xmlns:q2191="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPersonFunction" nillable="true" type="q2192:ArrayOfPersonFunction" xmlns:q2192="http://www.recreatex.be/webshop/"/><xs:element name="ListActivityTypesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2193:ServiceContext" xmlns:q2193="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListActivityTypesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ActivityTypes" nillable="true" type="q2194:ArrayOfActivityType" xmlns:q2194="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfActivityType"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ActivityType" nillable="true" type="q2195:ActivityType" xmlns:q2195="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfActivityType" nillable="true" type="q2196:ArrayOfActivityType" xmlns:q2196="http://www.recreatex.be/webshop/"/><xs:element name="ListArticleGroupsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ArticleGroupSearchCriteria" nillable="true" type="q2197:ArticleGroupSearchCriteria" xmlns:q2197="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q2198:ServiceContext" xmlns:q2198="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArticleGroupSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="ArticleTypes" type="q2199:ArticleType" xmlns:q2199="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="IncludeImage" type="xs:boolean"/><xs:element minOccurs="0" name="IncludeImageUrl" type="xs:boolean"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ArticleGroupSearchCriteria" nillable="true" type="q2200:ArticleGroupSearchCriteria" xmlns:q2200="http://www.recreatex.be/webshop/"/><xs:simpleType name="ArticleType"><xs:restriction base="xs:string"><xs:enumeration value="Sale"/><xs:enumeration value="Rental"/><xs:enumeration value="All"/><xs:enumeration value="None"/></xs:restriction></xs:simpleType><xs:element name="ArticleType" nillable="true" type="q2201:ArticleType" xmlns:q2201="http://www.recreatex.be/webshop/"/><xs:element name="ListArticleGroupsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ArticleGroups" nillable="true" type="q2202:ArrayOfArticleGroup" xmlns:q2202="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfArticleGroup"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ArticleGroup" nillable="true" type="q2203:ArticleGroup" xmlns:q2203="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfArticleGroup" nillable="true" type="q2204:ArrayOfArticleGroup" xmlns:q2204="http://www.recreatex.be/webshop/"/><xs:element name="FindArticleCategoriesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ArticleCategorySearchCriteria" nillable="true" type="q2205:ArticleCategorySearchCriteria" xmlns:q2205="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q2206:ServiceContext" xmlns:q2206="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArticleCategorySearchCriteria"><xs:sequence><xs:element minOccurs="0" name="ArticleCategoryId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="NamePattern" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q2207:PagingCriteria" xmlns:q2207="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArticleCategorySearchCriteria" nillable="true" type="q2208:ArticleCategorySearchCriteria" xmlns:q2208="http://www.recreatex.be/webshop/"/><xs:element name="FindArticleCategoriesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ArticleCategories" nillable="true" type="q2209:ArrayOfArticleCategory" xmlns:q2209="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListExpositionTypesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2210:ServiceContext" xmlns:q2210="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListExpositionTypesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ExpositionTypes" nillable="true" type="q2211:ArrayOfExpositionType" xmlns:q2211="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfExpositionType"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ExpositionType" nillable="true" type="q2212:ExpositionType" xmlns:q2212="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfExpositionType" nillable="true" type="q2213:ArrayOfExpositionType" xmlns:q2213="http://www.recreatex.be/webshop/"/><xs:element name="ListExpositionPeriodsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2214:ServiceContext" xmlns:q2214="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ExpositionPeriodSearchCriteria" nillable="true" type="q2215:ExpositionPeriodSearchCriteria" xmlns:q2215="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ExpositionPeriodSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="ExpositionId" type="ser:guid"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q2216:PagingCriteria" xmlns:q2216="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="From" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="IgnoreAvailability" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="LastUpdateFrom" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="LastUpdateUntil" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="ExpositionPeriodId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="IncludeExcludedDays" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IncludeBlocked" type="xs:boolean"/><xs:element minOccurs="0" name="IncludeExpositionPeriodArticles" type="xs:boolean"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ExpositionPeriodSearchCriteria" nillable="true" type="q2217:ExpositionPeriodSearchCriteria" xmlns:q2217="http://www.recreatex.be/webshop/"/><xs:element name="ListExpositionPeriodsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ExpositionPeriods" nillable="true" type="q2218:ArrayOfExpositionPeriod" xmlns:q2218="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveExpositionPeriodArticlesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Articles" nillable="true" type="q2219:ArrayOfExpositionPeriodArticle" xmlns:q2219="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q2220:ServiceContext" xmlns:q2220="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveExpositionPeriodArticlesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="IsValid" type="xs:boolean"/><xs:element minOccurs="0" name="ValidationResult" nillable="true" type="q2221:ValidationResult" xmlns:q2221="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Articles" nillable="true" type="q2222:ArrayOfExpositionPeriodArticle" xmlns:q2222="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindExpositionPeriodDatesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2223:ServiceContext" xmlns:q2223="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ExpositionPeriodDatesSearchCriteria" nillable="true" type="q2224:ExpositionPeriodDatesSearchCriteria" xmlns:q2224="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ExpositionPeriodDatesSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="ExpositionId" type="ser:guid"/><xs:element minOccurs="0" name="ExpositionPeriodIdToIgnore" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="FilterOverlappingDays" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="From" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" nillable="true" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="ExpositionPeriodDatesSearchCriteria" nillable="true" type="q2225:ExpositionPeriodDatesSearchCriteria" xmlns:q2225="http://www.recreatex.be/webshop/"/><xs:element name="FindExpositionPeriodDatesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Dates" nillable="true" type="q2226:ArrayOfExpositionPeriodDateAvailability" xmlns:q2226="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfExpositionPeriodDateAvailability"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ExpositionPeriodDateAvailability" nillable="true" type="q2227:ExpositionPeriodDateAvailability" xmlns:q2227="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfExpositionPeriodDateAvailability" nillable="true" type="q2228:ArrayOfExpositionPeriodDateAvailability" xmlns:q2228="http://www.recreatex.be/webshop/"/><xs:complexType name="ExpositionPeriodDateAvailability"><xs:sequence><xs:element minOccurs="0" name="Date" type="xs:dateTime"/><xs:element minOccurs="0" name="IsAvailable" type="xs:boolean"/><xs:element minOccurs="0" name="WebCalendarStyle" nillable="true" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="ExpositionPeriodDateAvailability" nillable="true" type="q2229:ExpositionPeriodDateAvailability" xmlns:q2229="http://www.recreatex.be/webshop/"/><xs:element name="ListAudiencesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2230:ServiceContext" xmlns:q2230="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListAudiencesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Audiences" nillable="true" type="q2231:ArrayOfAudience" xmlns:q2231="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListPaymentMethodRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2232:ServiceContext" xmlns:q2232="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Criteria" nillable="true" type="q2233:ListPaymentMethodsCriteria" xmlns:q2233="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListPaymentMethodResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="PaymentMethods" nillable="true" type="q2234:ArrayOfBasketPaymentMethod" xmlns:q2234="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="CreatePaymentMethodRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Context" nillable="true" type="q2235:ServiceContext" xmlns:q2235="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Provider" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="CreatePaymentMethodResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="PaymentMethodId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListHallsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2236:ServiceContext" xmlns:q2236="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListHallsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Halls" nillable="true" type="q2237:ArrayOfHall" xmlns:q2237="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfHall"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Hall" nillable="true" type="q2238:Hall" xmlns:q2238="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfHall" nillable="true" type="q2239:ArrayOfHall" xmlns:q2239="http://www.recreatex.be/webshop/"/><xs:complexType name="Hall"><xs:sequence><xs:element minOccurs="0" name="Address" nillable="true" type="q2240:Address" xmlns:q2240="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Blocks" nillable="true" type="q2241:ArrayOfSeatBlock" xmlns:q2241="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Rows" nillable="true" type="q2242:ArrayOfSeatRow" xmlns:q2242="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CultureSites" nillable="true" type="q2243:ArrayOfCultureSite" xmlns:q2243="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="HallElements" nillable="true" type="q2244:ArrayOfHallElement" xmlns:q2244="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Image" nillable="true" type="q2245:Picture" xmlns:q2245="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ImageUri" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="Hall" nillable="true" type="q2246:Hall" xmlns:q2246="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfSeatBlock"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SeatBlock" nillable="true" type="q2247:SeatBlock" xmlns:q2247="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSeatBlock" nillable="true" type="q2248:ArrayOfSeatBlock" xmlns:q2248="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfCultureSite"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CultureSite" nillable="true" type="q2249:CultureSite" xmlns:q2249="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCultureSite" nillable="true" type="q2250:ArrayOfCultureSite" xmlns:q2250="http://www.recreatex.be/webshop/"/><xs:element name="ListCategoriesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2251:ServiceContext" xmlns:q2251="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListCategoriesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Categories" nillable="true" type="q2252:ArrayOfCategory" xmlns:q2252="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfCategory"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Category" nillable="true" type="q2253:Category" xmlns:q2253="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCategory" nillable="true" type="q2254:ArrayOfCategory" xmlns:q2254="http://www.recreatex.be/webshop/"/><xs:element name="ListInfrastructuresRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2255:ServiceContext" xmlns:q2255="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="InfrastructureSearchCriteria" nillable="true" type="q2256:InfrastructureSearchCriteria" xmlns:q2256="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="InfrastructureSearchCriteria"><xs:annotation><xs:documentation>The search criteria that will be applied to the search query</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="InfrastructureId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>The ID of a specific infrastructure that you want to find</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="AddressId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>The ID of a specific address that you want to find the infrastructure for.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="DivisionId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>The ID of a specific division that you want to find the infrastructure for.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="NamePattern" nillable="true" type="xs:string"><xs:annotation><xs:documentation>Part of the name of the infrastructure to find. Use an asteriks (*) as the wildcard.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Includes" nillable="true" type="q2257:InfrastructureIncludes" xmlns:q2257="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q2258:PagingCriteria" xmlns:q2258="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>The ID of a specific person that you want to find the infrastructure for.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="CalendarYears" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="InfrastructureSearchCriteria" nillable="true" type="q2259:InfrastructureSearchCriteria" xmlns:q2259="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The search criteria used to find infrastructures</xs:documentation></xs:annotation></xs:element><xs:complexType name="InfrastructureIncludes"><xs:annotation><xs:documentation>The includes that will be applied to the search query</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="IncludePlaces" type="xs:boolean"><xs:annotation><xs:documentation>Include related places.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="IncludeDivisionInfo" type="xs:boolean"><xs:annotation><xs:documentation>Include Division info.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="IncludeImage" type="xs:boolean"/><xs:element minOccurs="0" name="IncludeImageUrl" type="xs:boolean"/><xs:element minOccurs="0" name="IncludeLocations" type="xs:boolean"/><xs:element minOccurs="0" name="IncludeAllowedReservationActivities" type="xs:boolean"/><xs:element minOccurs="0" name="IncludeCalendars" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="InfrastructureIncludes" nillable="true" type="q2260:InfrastructureIncludes" xmlns:q2260="http://www.recreatex.be/webshop/"/><xs:element name="ListInfrastructuresResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Infrastructures" nillable="true" type="q2261:ArrayOfInfrastructure" xmlns:q2261="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindInfrastructureOpeningsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2262:ServiceContext" xmlns:q2262="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="InfrastructureOpeningsSearchCriteria" nillable="true" type="q2263:InfrastructureOpeningsSearchCriteria" xmlns:q2263="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="InfrastructureOpeningsSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="InfrastructureId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="From" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" type="xs:dateTime"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q2264:PagingCriteria" xmlns:q2264="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="InfrastructureIds" nillable="true" type="q2265:ArrayOfguid" xmlns:q2265="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType><xs:element name="InfrastructureOpeningsSearchCriteria" nillable="true" type="q2266:InfrastructureOpeningsSearchCriteria" xmlns:q2266="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The search criteria used to find infrastructures opening times</xs:documentation></xs:annotation></xs:element><xs:element name="FindInfrastructureOpeningsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="InfrastructureOpenings" nillable="true" type="q2267:InfrastructureOpenings" xmlns:q2267="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="InfrastructureOpenings"><xs:sequence><xs:element minOccurs="0" name="OpeningHourColor" type="q2268:Color" xmlns:q2268="http://schemas.datacontract.org/2004/07/System.Drawing"/><xs:element minOccurs="0" name="ClosingHourColor" type="q2269:Color" xmlns:q2269="http://schemas.datacontract.org/2004/07/System.Drawing"/><xs:element minOccurs="0" name="ClosingDayColor" type="q2270:Color" xmlns:q2270="http://schemas.datacontract.org/2004/07/System.Drawing"/><xs:element minOccurs="0" name="InfrastructureOpeningHours" nillable="true" type="q2271:ArrayOfInfrastructureOpeningHours" xmlns:q2271="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="InfrastructureOpenings" nillable="true" type="q2272:InfrastructureOpenings" xmlns:q2272="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfInfrastructureOpeningHours"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="InfrastructureOpeningHours" nillable="true" type="q2273:InfrastructureOpeningHours" xmlns:q2273="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfInfrastructureOpeningHours" nillable="true" type="q2274:ArrayOfInfrastructureOpeningHours" xmlns:q2274="http://www.recreatex.be/webshop/"/><xs:complexType name="InfrastructureOpeningHours"><xs:sequence><xs:element minOccurs="0" name="InfrastructureID" type="ser:guid"/><xs:element minOccurs="0" name="OpenHours" nillable="true" type="q2275:ArrayOfOpeningHour" xmlns:q2275="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="InfrastructureOpeningHours" nillable="true" type="q2276:InfrastructureOpeningHours" xmlns:q2276="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfOpeningHour"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="OpeningHour" nillable="true" type="q2277:OpeningHour" xmlns:q2277="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfOpeningHour" nillable="true" type="q2278:ArrayOfOpeningHour" xmlns:q2278="http://www.recreatex.be/webshop/"/><xs:complexType name="OpeningHour"><xs:sequence><xs:element minOccurs="0" name="Date" type="xs:dateTime"/><xs:element minOccurs="0" name="From1" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="To1" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="From2" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="To2" nillable="true" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="OpeningHour" nillable="true" type="q2279:OpeningHour" xmlns:q2279="http://www.recreatex.be/webshop/"/><xs:element name="ListPlacesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2280:ServiceContext" xmlns:q2280="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PlaceSearchCriteria" nillable="true" type="q2281:PlaceSearchCriteria" xmlns:q2281="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="PlaceSearchCriteria"><xs:annotation><xs:documentation>The search criteria that will be applied to the search query</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="PlaceId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>The ID of a specific place you want to find.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="InfrastructureId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>The ID of a parent infrastructure that you want to find places for.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ReservationActivityId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>The ID of a related ReservationActivity that you want to find places for.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="NamePattern" nillable="true" type="xs:string"><xs:annotation><xs:documentation>Part of the name of the place to find. Use an asteriks (%) as the wildcard.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Includes" nillable="true" type="q2282:PlaceIncludes" xmlns:q2282="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q2283:PagingCriteria" xmlns:q2283="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="PlaceIds" nillable="true" type="q2284:ArrayOfguid" xmlns:q2284="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><xs:annotation><xs:documentation>A list of IDs of the places you want to find.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType><xs:element name="PlaceSearchCriteria" nillable="true" type="q2285:PlaceSearchCriteria" xmlns:q2285="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The search criteria used to find places</xs:documentation></xs:annotation></xs:element><xs:complexType name="PlaceIncludes"><xs:annotation><xs:documentation>The includes that will be applied to the search query</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="InfrastructureInfo" type="xs:boolean"><xs:annotation><xs:documentation>Include related Infrastructure info.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ReservationActivityInfo" type="xs:boolean"><xs:annotation><xs:documentation>Include related ReservationActivity info.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Cumulated" nillable="true" type="xs:boolean"><xs:annotation><xs:documentation>Include Places that are cumulated.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Uncumulated" nillable="true" type="xs:boolean"><xs:annotation><xs:documentation>Include Places that are not cumulated.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="AllowedReservationActivities" type="xs:boolean"><xs:annotation><xs:documentation>Include Allowed ReservationActivity information.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="AllowedRentalArticles" type="xs:boolean"><xs:annotation><xs:documentation>Include Allowed RentalArticle information.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="IncludeImage" type="xs:boolean"/><xs:element minOccurs="0" name="IncludeImageUrl" type="xs:boolean"/><xs:element minOccurs="0" name="IgnoreAddressGroupReadAndBookingRights" type="xs:boolean"><xs:annotation><xs:documentation>Ignores the checks on read/reservation rights.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="IgnoreShowOnWeb" type="xs:boolean"><xs:annotation><xs:documentation>Ignores the Show on web check that exists on places.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType><xs:element name="PlaceIncludes" nillable="true" type="q2286:PlaceIncludes" xmlns:q2286="http://www.recreatex.be/webshop/"/><xs:element name="ListPlacesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Places" nillable="true" type="q2287:ArrayOfPlace" xmlns:q2287="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListReservationActivitiesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2288:ServiceContext" xmlns:q2288="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ReservationActivitySearchCriteria" nillable="true" type="q2289:ReservationActivitySearchCriteria" xmlns:q2289="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ReservationActivitySearchCriteria"><xs:annotation><xs:documentation>The search criteria that will be applied to the search query</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="ReservationActivityId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>The ID of a specific reservation activity that you want to find</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="NamePattern" nillable="true" type="xs:string"><xs:annotation><xs:documentation>Part of the name of the reservation activity to find. Use an asteriks (*) as the wildcard.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Includes" nillable="true" type="q2290:ReservationActivityIncludes" xmlns:q2290="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q2291:PagingCriteria" xmlns:q2291="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ReservationActivitySearchCriteria" nillable="true" type="q2292:ReservationActivitySearchCriteria" xmlns:q2292="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The search criteria used to find reservation activities</xs:documentation></xs:annotation></xs:element><xs:complexType name="ReservationActivityIncludes"><xs:annotation><xs:documentation>The includes that will be applied to the search query</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="Blocked" type="xs:boolean"><xs:annotation><xs:documentation>Include blocked ReservationActivities as well.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="AvailabilityPeriods" type="xs:boolean"><xs:annotation><xs:documentation>Include availability period information for each activity</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="IncludeImage" type="xs:boolean"/><xs:element minOccurs="0" name="IncludeImageUrl" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ReservationActivityIncludes" nillable="true" type="q2293:ReservationActivityIncludes" xmlns:q2293="http://www.recreatex.be/webshop/"/><xs:element name="ListReservationActivitiesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ReservationActivities" nillable="true" type="q2294:ArrayOfReservationActivity" xmlns:q2294="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfReservationActivity"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ReservationActivity" nillable="true" type="q2295:ReservationActivity" xmlns:q2295="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfReservationActivity" nillable="true" type="q2296:ArrayOfReservationActivity" xmlns:q2296="http://www.recreatex.be/webshop/"/><xs:element name="ListReservationViewsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2297:ServiceContext" xmlns:q2297="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ReservationViewSearchCriteria" nillable="true" type="q2298:ReservationViewSearchCriteria" xmlns:q2298="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ReservationViewSearchCriteria"><xs:annotation><xs:documentation>The search criteria that will be applied to search for ReservationViews</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="ReservationViewId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>The ID of a specific ReservationView you want to find.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>The ID of a Person that you want to find ReservationViews for.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="PlaceId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>The ID of a Place that you want to find ReservationViews for.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="NamePattern" nillable="true" type="xs:string"><xs:annotation><xs:documentation>Part of the name of the ReservationView to find. Use an asteriks (%) as the wildcard.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Includes" nillable="true" type="q2299:ReservationViewIncludes" xmlns:q2299="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q2300:PagingCriteria" xmlns:q2300="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ReservationViewSearchCriteria" nillable="true" type="q2301:ReservationViewSearchCriteria" xmlns:q2301="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The search criteria used to find reservation views</xs:documentation></xs:annotation></xs:element><xs:complexType name="ReservationViewIncludes"><xs:annotation><xs:documentation>The includes that will be added to searchresult of ListReservationViews</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="Places" type="xs:boolean"><xs:annotation><xs:documentation>Include Place information.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Infrastructures" type="xs:boolean"><xs:annotation><xs:documentation>Include Infrastructure information.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="IncludeImage" type="xs:boolean"/><xs:element minOccurs="0" name="IncludeImageUrl" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ReservationViewIncludes" nillable="true" type="q2302:ReservationViewIncludes" xmlns:q2302="http://www.recreatex.be/webshop/"/><xs:element name="ListReservationViewsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ReservationViews" nillable="true" type="q2303:ArrayOfReservationView" xmlns:q2303="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfReservationView"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ReservationView" nillable="true" type="q2304:ReservationView" xmlns:q2304="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfReservationView" nillable="true" type="q2305:ArrayOfReservationView" xmlns:q2305="http://www.recreatex.be/webshop/"/><xs:complexType name="ReservationView"><xs:annotation><xs:documentation>ReservationView Domain Object</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"><xs:annotation><xs:documentation>ReservationView Unique Identifier</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ShortName" nillable="true" type="xs:string"><xs:annotation><xs:documentation>ReservationView Shortname</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"><xs:annotation><xs:documentation>ReservationView Description</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="DayInterval" type="xs:int"><xs:annotation><xs:documentation>ReservationView Day interval setting</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="UseRecurringColors" type="xs:boolean"><xs:annotation><xs:documentation>ReservationView use Recurring colors setting</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Color1" type="q2306:Color" xmlns:q2306="http://schemas.datacontract.org/2004/07/System.Drawing"><xs:annotation><xs:documentation>ReservationView first color</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Color2" type="q2307:Color" xmlns:q2307="http://schemas.datacontract.org/2004/07/System.Drawing"><xs:annotation><xs:documentation>ReservationView second color</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Duration" type="xs:int"><xs:annotation><xs:documentation>ReservationView duration setting</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ReservationViewPlaces" nillable="true" type="q2308:ArrayOfReservationViewPlace" xmlns:q2308="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>ReservationView dependent places</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Image" nillable="true" type="q2309:Picture" xmlns:q2309="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>ReservationView image</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ImageUrl" nillable="true" type="xs:string"><xs:annotation><xs:documentation>ReservationView image url</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType><xs:element name="ReservationView" nillable="true" type="q2310:ReservationView" xmlns:q2310="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfReservationViewPlace"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ReservationViewPlace" nillable="true" type="q2311:ReservationViewPlace" xmlns:q2311="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfReservationViewPlace" nillable="true" type="q2312:ArrayOfReservationViewPlace" xmlns:q2312="http://www.recreatex.be/webshop/"/><xs:complexType name="ReservationViewPlace"><xs:annotation><xs:documentation>ReservationViewPlace Domain Object</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"><xs:annotation><xs:documentation>ReservationViewPlace Unique Identifier</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ReservationViewID" type="ser:guid"><xs:annotation><xs:documentation>ReservationViewPlace parent ReservationView Identifier</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Place" nillable="true" type="q2313:Place" xmlns:q2313="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>ReservationViewPlace dependent place</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Sequence" type="xs:int"><xs:annotation><xs:documentation>ReservationViewPlace sequence deciding visual order</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType><xs:element name="ReservationViewPlace" nillable="true" type="q2314:ReservationViewPlace" xmlns:q2314="http://www.recreatex.be/webshop/"/><xs:element name="ListCountriesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2315:ServiceContext" xmlns:q2315="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ListCountriesSearchCriteria" nillable="true" type="q2316:ListCountriesCriteria" xmlns:q2316="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ListCountriesCriteria"><xs:annotation><xs:documentation>The search criteria that will be applied to the search query</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="Paging" nillable="true" type="q2317:PagingCriteria" xmlns:q2317="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ListCountriesCriteria" nillable="true" type="q2318:ListCountriesCriteria" xmlns:q2318="http://www.recreatex.be/webshop/"/><xs:element name="ListCountriesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="q2319:ArrayOfCountry" xmlns:q2319="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindCountiesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2320:ServiceContext" xmlns:q2320="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FindCountiesCriteria" nillable="true" type="q2321:FindCountiesCriteria" xmlns:q2321="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FindCountiesCriteria"><xs:sequence><xs:element minOccurs="0" name="CountryId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q2322:PagingCriteria" xmlns:q2322="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="FindCountiesCriteria" nillable="true" type="q2323:FindCountiesCriteria" xmlns:q2323="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The search criteria used to find counties</xs:documentation></xs:annotation></xs:element><xs:element name="FindCountiesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Counties" nillable="true" type="q2324:ArrayOfCounty" xmlns:q2324="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfCounty"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="County" nillable="true" type="q2325:County" xmlns:q2325="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCounty" nillable="true" type="q2326:ArrayOfCounty" xmlns:q2326="http://www.recreatex.be/webshop/"/><xs:complexType name="County"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Country" nillable="true" type="q2327:Country" xmlns:q2327="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="County" nillable="true" type="q2328:County" xmlns:q2328="http://www.recreatex.be/webshop/"/><xs:element name="ListLanguagesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2329:ServiceContext" xmlns:q2329="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListLanguagesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Languages" nillable="true" type="q2330:ArrayOfLanguage" xmlns:q2330="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfLanguage"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Language" nillable="true" type="q2331:Language" xmlns:q2331="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfLanguage" nillable="true" type="q2332:ArrayOfLanguage" xmlns:q2332="http://www.recreatex.be/webshop/"/><xs:element name="GetDefaultLanguageRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2333:ServiceContext" xmlns:q2333="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDefaultLanguageResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Language" nillable="true" type="q2334:Language" xmlns:q2334="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListWaitingListRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2335:ServiceContext" xmlns:q2335="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ListWaitingListSearchCriteria" nillable="true" type="q2336:WaitingListSearchCriteria" xmlns:q2336="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="WaitingListSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Paging" nillable="true" type="q2337:PagingCriteria" xmlns:q2337="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="WaitingListId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="DivisionIds" nillable="true" type="q2338:ArrayOfNullableOfguid" xmlns:q2338="http://schemas.datacontract.org/2004/07/System"/></xs:sequence></xs:complexType><xs:element name="WaitingListSearchCriteria" nillable="true" type="q2339:WaitingListSearchCriteria" xmlns:q2339="http://www.recreatex.be/webshop/"/><xs:element name="ListWaitingListResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="WaitingLists" nillable="true" type="q2340:ArrayOfWaitingList" xmlns:q2340="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfWaitingList"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="WaitingList" nillable="true" type="q2341:WaitingList" xmlns:q2341="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfWaitingList" nillable="true" type="q2342:ArrayOfWaitingList" xmlns:q2342="http://www.recreatex.be/webshop/"/><xs:complexType name="WaitingList"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="WebPriceItemId" type="ser:guid"/><xs:element minOccurs="0" name="Price" type="xs:decimal"/><xs:element minOccurs="0" name="WaitingListLessonGroups" nillable="true" type="q2343:ArrayOfLessonGroup" xmlns:q2343="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="WaitingListSwimmingLevels" nillable="true" type="q2344:ArrayOfSwimmingLevel" xmlns:q2344="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MaxStudent" type="xs:int"/><xs:element minOccurs="0" name="NumberOfStudents" type="xs:int"/><xs:element minOccurs="0" name="MaxDuration" type="xs:int"/><xs:element minOccurs="0" name="SwimmingLesson" nillable="true" type="q2345:SwimmingLesson" xmlns:q2345="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="DivisionId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="DirectDebitAmount" nillable="true" type="xs:decimal"/><xs:element minOccurs="0" name="DirectDebitCollectionFrequency" nillable="true" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="WaitingList" nillable="true" type="q2346:WaitingList" xmlns:q2346="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfSwimmingLevel"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SwimmingLevel" nillable="true" type="q2347:SwimmingLevel" xmlns:q2347="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSwimmingLevel" nillable="true" type="q2348:ArrayOfSwimmingLevel" xmlns:q2348="http://www.recreatex.be/webshop/"/><xs:complexType name="SwimmingLesson"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MinimumAge" type="xs:decimal"/><xs:element minOccurs="0" name="MaximumAge" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="SwimmingLesson" nillable="true" type="q2349:SwimmingLesson" xmlns:q2349="http://www.recreatex.be/webshop/"/><xs:element name="ListLessonGroupRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2350:ServiceContext" xmlns:q2350="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ListLessonGroupSearchCriteria" nillable="true" type="q2351:LessonGroupSearchCriteria" xmlns:q2351="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="LessonGroupSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q2352:PagingCriteria" xmlns:q2352="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="WaitingListId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="IncludeNorms" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IncludeInstructors" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="IncludeTimeTables" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IncludeSwimmingLevels" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IncludeReportAndVisualisationType" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="OnlyThisDivision" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="RightsEmployeeID" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="DayOfWeek" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="IgnoreCurrentTime" type="xs:boolean"/><xs:element minOccurs="0" name="IgnoreHistory" type="xs:boolean"/><xs:element minOccurs="0" name="ItemID" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="LessonGroupSearchCriteria" nillable="true" type="q2353:LessonGroupSearchCriteria" xmlns:q2353="http://www.recreatex.be/webshop/"/><xs:element name="ListLessonGroupResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="LessonGroups" nillable="true" type="q2354:ArrayOfLessonGroup" xmlns:q2354="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindLessonGroupsForCatchUpRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2355:ServiceContext" xmlns:q2355="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="LessonGroupForCatchUpSearchCriteria" nillable="true" type="q2356:LessonGroupForCatchUpSearchCriteria" xmlns:q2356="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="LessonGroupForCatchUpSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="Date" type="xs:dateTime"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q2357:PagingCriteria" xmlns:q2357="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="LessonGroupForCatchUpSearchCriteria" nillable="true" type="q2358:LessonGroupForCatchUpSearchCriteria" xmlns:q2358="http://www.recreatex.be/webshop/"/><xs:element name="FindLessonGroupsForCatchUpResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="LessonGroups" nillable="true" type="q2359:ArrayOfLessonGroup" xmlns:q2359="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindLessonGroupOptionsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2360:ServiceContext" xmlns:q2360="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="LessonGroupOptionSearchCriteria" nillable="true" type="q2361:LessonGroupOptionSearchCriteria" xmlns:q2361="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="LessonGroupOptionSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="LessonGroupId" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q2362:PagingCriteria" xmlns:q2362="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="LessonGroupOptionSearchCriteria" nillable="true" type="q2363:LessonGroupOptionSearchCriteria" xmlns:q2363="http://www.recreatex.be/webshop/"/><xs:element name="FindLessonGroupOptionsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="LessonGroupOptions" nillable="true" type="q2364:ArrayOfLessonGroupOption" xmlns:q2364="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfLessonGroupOption"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="LessonGroupOption" nillable="true" type="q2365:LessonGroupOption" xmlns:q2365="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfLessonGroupOption" nillable="true" type="q2366:ArrayOfLessonGroupOption" xmlns:q2366="http://www.recreatex.be/webshop/"/><xs:complexType name="LessonGroupOption"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="LessonGroupId" type="ser:guid"/><xs:element minOccurs="0" name="ArticleId" type="ser:guid"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Price" type="xs:decimal"/><xs:element minOccurs="0" name="MaxOptions" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="LessonGroupOption" nillable="true" type="q2367:LessonGroupOption" xmlns:q2367="http://www.recreatex.be/webshop/"/><xs:element name="ValidNumberOfOptionsForStudentRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2368:ServiceContext" xmlns:q2368="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ValidNumberOfOptionsForStudentCriteria" nillable="true" type="q2369:ValidNumberOfOptionsForStudentCriteria" xmlns:q2369="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ValidNumberOfOptionsForStudentCriteria"><xs:sequence><xs:element minOccurs="0" name="LessonGroupId" type="ser:guid"/><xs:element minOccurs="0" name="NumberOfOptions" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="ValidNumberOfOptionsForStudentCriteria" nillable="true" type="q2370:ValidNumberOfOptionsForStudentCriteria" xmlns:q2370="http://www.recreatex.be/webshop/"/><xs:element name="ValidNumberOfOptionsForStudentResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ValidationResult" nillable="true" type="q2371:ValidNumberOfOptionsForStudentResult" xmlns:q2371="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ValidNumberOfOptionsForStudentResult"><xs:sequence><xs:element minOccurs="0" name="ValidationResult" nillable="true" type="q2372:ValidationResult" xmlns:q2372="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MinNumberOfOptions" type="xs:int"/><xs:element minOccurs="0" name="MaxNumberOfOptions" type="xs:int"/><xs:element minOccurs="0" name="LessonGroupDescription" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ValidNumberOfOptionsForStudentResult" nillable="true" type="q2373:ValidNumberOfOptionsForStudentResult" xmlns:q2373="http://www.recreatex.be/webshop/"/><xs:element name="ListSwimmingLevelRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2374:ServiceContext" xmlns:q2374="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ListSwimmingLevelSearchCriteria" nillable="true" type="q2375:SwimmingLevelSearchCriteria" xmlns:q2375="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SwimmingLevelSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Paging" nillable="true" type="q2376:PagingCriteria" xmlns:q2376="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="WaitingListId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="SwimmingLevelSearchCriteria" nillable="true" type="q2377:SwimmingLevelSearchCriteria" xmlns:q2377="http://www.recreatex.be/webshop/"/><xs:element name="ListSwimmingLevelResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SwimmingLevels" nillable="true" type="q2378:ArrayOfSwimmingLevel" xmlns:q2378="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListStudentFollowScoreRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2379:ServiceContext" xmlns:q2379="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ListStudentFollowScoreSearchCriteria" nillable="true" type="q2380:StudentFollowScoreSearchCriteria" xmlns:q2380="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="StudentFollowScoreSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="LessonGroupId" type="ser:guid"/><xs:element minOccurs="0" name="AddressId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SelectedDateTime" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="PreviousScore" nillable="true" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="StudentFollowScoreSearchCriteria" nillable="true" type="q2381:StudentFollowScoreSearchCriteria" xmlns:q2381="http://www.recreatex.be/webshop/"/><xs:element name="ListStudentFollowScoreResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="StudentFollowScores" nillable="true" type="q2382:ArrayOfStudentFollowScore" xmlns:q2382="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfStudentFollowScore"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="StudentFollowScore" nillable="true" type="q2383:StudentFollowScore" xmlns:q2383="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfStudentFollowScore" nillable="true" type="q2384:ArrayOfStudentFollowScore" xmlns:q2384="http://www.recreatex.be/webshop/"/><xs:complexType name="StudentFollowScore"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="AddressId" type="ser:guid"/><xs:element minOccurs="0" name="LessonGroupId" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FirstName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MiddleName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Date" type="xs:dateTime"/><xs:element minOccurs="0" name="NormScores" nillable="true" type="q2385:ArrayOfNormScore" xmlns:q2385="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="StudentFollowScore" nillable="true" type="q2386:StudentFollowScore" xmlns:q2386="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfNormScore"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="NormScore" nillable="true" type="q2387:NormScore" xmlns:q2387="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfNormScore" nillable="true" type="q2388:ArrayOfNormScore" xmlns:q2388="http://www.recreatex.be/webshop/"/><xs:complexType name="NormScore"><xs:sequence><xs:element minOccurs="0" name="NormId" type="ser:guid"/><xs:element minOccurs="0" name="Score" type="xs:int"/><xs:element minOccurs="0" name="EmployeeId" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeName" nillable="true" type="q2389:PersonName" xmlns:q2389="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="NormScore" nillable="true" type="q2390:NormScore" xmlns:q2390="http://www.recreatex.be/webshop/"/><xs:element name="ListStudentFollowScoreAllRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2391:ServiceContext" xmlns:q2391="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="StudentFollowScoreAllSearchCriteria" nillable="true" type="q2392:StudentFollowScoreAllSearchCriteria" xmlns:q2392="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="StudentFollowScoreAllSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="LessonGroupId" type="ser:guid"/><xs:element minOccurs="0" name="SelectedDateTime" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="StudentFollowScoreAllSearchCriteria" nillable="true" type="q2393:StudentFollowScoreAllSearchCriteria" xmlns:q2393="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The search criteria used to find both current and previous StudentFollowScore</xs:documentation></xs:annotation></xs:element><xs:element name="ListStudentFollowScoreAllResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="StudentFollowScoreAllScores" nillable="true" type="q2394:StudentFollowScoreAllScores" xmlns:q2394="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="StudentFollowScoreAllScores"><xs:sequence><xs:element minOccurs="0" name="PreviousScores" nillable="true" type="q2395:ArrayOfStudentFollowScore" xmlns:q2395="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Scores" nillable="true" type="q2396:ArrayOfStudentFollowScore" xmlns:q2396="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="StudentFollowScoreAllScores" nillable="true" type="q2397:StudentFollowScoreAllScores" xmlns:q2397="http://www.recreatex.be/webshop/"/><xs:element name="ListStudentPresenceRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2398:ServiceContext" xmlns:q2398="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ListStudentPresenceSearchCriteria" nillable="true" type="q2399:StudentPresenceSearchCriteria" xmlns:q2399="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="StudentPresenceSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="LessonGroupId" type="ser:guid"/><xs:element minOccurs="0" name="AddressId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SelectedDateTime" nillable="true" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="StudentPresenceSearchCriteria" nillable="true" type="q2400:StudentPresenceSearchCriteria" xmlns:q2400="http://www.recreatex.be/webshop/"/><xs:element name="ListStudentPresenceResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="StudentPresences" nillable="true" type="q2401:ArrayOfStudentPresence" xmlns:q2401="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfStudentPresence"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="StudentPresence" nillable="true" type="q2402:StudentPresence" xmlns:q2402="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfStudentPresence" nillable="true" type="q2403:ArrayOfStudentPresence" xmlns:q2403="http://www.recreatex.be/webshop/"/><xs:complexType name="StudentPresence"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="AddressId" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FirstName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MiddleName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PresentAccessControl" type="xs:boolean"/><xs:element minOccurs="0" name="HasSwimmingComment" type="xs:boolean"/><xs:element minOccurs="0" name="Present" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="ReasonId" type="ser:guid"/><xs:element minOccurs="0" name="LessonGroupId" type="ser:guid"/><xs:element minOccurs="0" name="Date" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="StudentPresence" nillable="true" type="q2404:StudentPresence" xmlns:q2404="http://www.recreatex.be/webshop/"/><xs:element name="ListLessonGroupPresencesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2405:ServiceContext" xmlns:q2405="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SearchCriteria" nillable="true" type="q2406:LessonGroupPresenceSearchCriteria" xmlns:q2406="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="LessonGroupPresenceSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="LessonGroupId" type="ser:guid"/><xs:element minOccurs="0" name="SelectedDateTime" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="LessonGroupPresenceSearchCriteria" nillable="true" type="q2407:LessonGroupPresenceSearchCriteria" xmlns:q2407="http://www.recreatex.be/webshop/"/><xs:element name="ListLessonGroupPresencesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="LessonGroupPresences" nillable="true" type="q2408:ArrayOfLessonGroupPresence" xmlns:q2408="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfLessonGroupPresence"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="LessonGroupPresence" nillable="true" type="q2409:LessonGroupPresence" xmlns:q2409="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfLessonGroupPresence" nillable="true" type="q2410:ArrayOfLessonGroupPresence" xmlns:q2410="http://www.recreatex.be/webshop/"/><xs:complexType name="LessonGroupPresence"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="AddressId" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FirstName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MiddleName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PresentAccessControl" type="xs:boolean"/><xs:element minOccurs="0" name="Present" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="ReasonId" type="ser:guid"/><xs:element minOccurs="0" name="HasSwimmingComment" type="xs:boolean"/><xs:element minOccurs="0" name="SwimmingComment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Unsubscribed" type="xs:boolean"/><xs:element minOccurs="0" name="CatchUp" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="LessonGroupPresence" nillable="true" type="q2411:LessonGroupPresence" xmlns:q2411="http://www.recreatex.be/webshop/"/><xs:element name="ListNormRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2412:ServiceContext" xmlns:q2412="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ListNormSearchCriteria" nillable="true" type="q2413:NormSearchCriteria" xmlns:q2413="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="NormSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="LessonGroupId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="NormSearchCriteria" nillable="true" type="q2414:NormSearchCriteria" xmlns:q2414="http://www.recreatex.be/webshop/"/><xs:element name="ListNormResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Norms" nillable="true" type="q2415:ArrayOfNorm" xmlns:q2415="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListSwimmingDiplomaRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2416:ServiceContext" xmlns:q2416="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ListSwimmingDiplomaSearchCriteria" nillable="true" type="q2417:SwimmingDiplomaSearchCriteria" xmlns:q2417="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SwimmingDiplomaSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="PersonId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="SwimmingDiplomaSearchCriteria" nillable="true" type="q2418:SwimmingDiplomaSearchCriteria" xmlns:q2418="http://www.recreatex.be/webshop/"/><xs:element name="ListSwimmingDiplomaResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SwimmingDiplomas" nillable="true" type="q2419:ArrayOfSwimmingDiploma" xmlns:q2419="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfSwimmingDiploma"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SwimmingDiploma" nillable="true" type="q2420:SwimmingDiploma" xmlns:q2420="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSwimmingDiploma" nillable="true" type="q2421:ArrayOfSwimmingDiploma" xmlns:q2421="http://www.recreatex.be/webshop/"/><xs:complexType name="SwimmingDiploma"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LastGraduationDate" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="SwimmingDiploma" nillable="true" type="q2422:SwimmingDiploma" xmlns:q2422="http://www.recreatex.be/webshop/"/><xs:element name="SaveStudentTransferRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2423:ServiceContext" xmlns:q2423="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Person_x0020_to_x0020_transfer" nillable="true" type="q2424:Person" xmlns:q2424="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Source_x0020_Lessongroup" nillable="true" type="q2425:LessonGroup" xmlns:q2425="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Destination_x0020_Lessongroup" nillable="true" type="q2426:LessonGroup" xmlns:q2426="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="OverruleWarning" type="xs:int"/><xs:element minOccurs="0" name="InstructorId" type="ser:guid"/><xs:element minOccurs="0" name="MakeCopy" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveStudentTransferResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SaveStudentTransferResult" type="q2427:StudentFollowTransferFeedback" xmlns:q2427="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:simpleType name="StudentFollowTransferFeedback"><xs:restriction base="xs:string"><xs:enumeration value="Ok"/><xs:enumeration value="Error"/><xs:enumeration value="GroupFull"/><xs:enumeration value="AskOverRuleGroupFull"/><xs:enumeration value="AskSwimmingLevelInvalid"/><xs:enumeration value="AskMinAge"/><xs:enumeration value="AskToTransferOptions"/><xs:enumeration value="WarningOptionsWillBeLost"/></xs:restriction></xs:simpleType><xs:element name="StudentFollowTransferFeedback" nillable="true" type="q2428:StudentFollowTransferFeedback" xmlns:q2428="http://www.recreatex.be/webshop/"/><xs:element name="SaveStudentTransfersRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2429:ServiceContext" xmlns:q2429="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Request_x0020_data" nillable="true" type="q2430:StudentTransfersRequest" xmlns:q2430="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="StudentTransfersRequest"><xs:sequence><xs:element minOccurs="0" name="AddressIds" nillable="true" type="q2431:ArrayOfguid" xmlns:q2431="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="FromLessonGroupId" type="ser:guid"/><xs:element minOccurs="0" name="ToLessonGroupId" type="ser:guid"/><xs:element minOccurs="0" name="OverruleWarnings" type="xs:int"/><xs:element minOccurs="0" name="InstructorId" type="ser:guid"/><xs:element minOccurs="0" name="MakeCopy" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="StudentTransfersRequest" nillable="true" type="q2432:StudentTransfersRequest" xmlns:q2432="http://www.recreatex.be/webshop/"/><xs:element name="SaveStudentTransfersResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SaveStudentTransfersResult" nillable="true" type="q2433:StudentTransfersResult" xmlns:q2433="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="StudentTransfersResult"><xs:sequence><xs:element minOccurs="0" name="Results" nillable="true" type="q2434:ArrayOfStudentTransferResult" xmlns:q2434="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="StudentTransfersResult" nillable="true" type="q2435:StudentTransfersResult" xmlns:q2435="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfStudentTransferResult"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="StudentTransferResult" nillable="true" type="q2436:StudentTransferResult" xmlns:q2436="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfStudentTransferResult" nillable="true" type="q2437:ArrayOfStudentTransferResult" xmlns:q2437="http://www.recreatex.be/webshop/"/><xs:complexType name="StudentTransferResult"><xs:sequence><xs:element minOccurs="0" name="AddressId" type="ser:guid"/><xs:element minOccurs="0" name="Feedback" type="q2438:StudentFollowTransferFeedback" xmlns:q2438="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="StudentTransferResult" nillable="true" type="q2439:StudentTransferResult" xmlns:q2439="http://www.recreatex.be/webshop/"/><xs:element name="SaveLLVInfoToDBRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2440:ServiceContext" xmlns:q2440="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Changed_x0020_StudentPresences" nillable="true" type="q2441:ArrayOfStudentPresence" xmlns:q2441="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Changed_x0020_StudentScores" nillable="true" type="q2442:ArrayOfStudentFollowScore" xmlns:q2442="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Norms" nillable="true" type="q2443:ArrayOfNorm" xmlns:q2443="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Changed_x0020_students_x0020_swimmingcomments" nillable="true" type="q2444:ArrayOfPerson" xmlns:q2444="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Instructor_x0020_who_x0020_save_x0020_the_x0020_changes" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveLLVInfoToDBResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SaveLLVInfoToDBResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveLLVDiplomaDateRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2445:ServiceContext" xmlns:q2445="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Lessongroup_x0020_Id" type="ser:guid"/><xs:element minOccurs="0" name="Person_x0020_Id" type="ser:guid"/><xs:element minOccurs="0" name="Date_x0020_of_x0020_graduation" type="xs:dateTime"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveLLVDiplomaDateResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SaveLLVDiplomaResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListLLVMessageTranslationRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2446:ServiceContext" xmlns:q2446="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListLLVMessageTranslationResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="LLVMessageTranslations" nillable="true" type="q2447:ArrayOfLLVMessageTranslation" xmlns:q2447="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfLLVMessageTranslation"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="LLVMessageTranslation" nillable="true" type="q2448:LLVMessageTranslation" xmlns:q2448="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfLLVMessageTranslation" nillable="true" type="q2449:ArrayOfLLVMessageTranslation" xmlns:q2449="http://www.recreatex.be/webshop/"/><xs:complexType name="LLVMessageTranslation"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LanguageId" type="ser:guid"/><xs:element minOccurs="0" name="Body" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="LLVMessageTranslation" nillable="true" type="q2450:LLVMessageTranslation" xmlns:q2450="http://www.recreatex.be/webshop/"/><xs:element name="ListPersonLLVInfoRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2451:ServiceContext" xmlns:q2451="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ListPersonLLVInfoSearchCriteria" nillable="true" type="q2452:PersonLLVInfoSearchCriteria" xmlns:q2452="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="PersonLLVInfoSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="LessonGroupId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="IncludeExtraPresenceInfo" nillable="true" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="PersonLLVInfoSearchCriteria" nillable="true" type="q2453:PersonLLVInfoSearchCriteria" xmlns:q2453="http://www.recreatex.be/webshop/"/><xs:element name="ListPersonLLVInfoResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="PersonLLVInfos" nillable="true" type="q2454:ArrayOfPersonLLVInfo" xmlns:q2454="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListLLVInfoRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2455:ServiceContext" xmlns:q2455="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="LLVInfoSearchCriteria" nillable="true" type="q2456:LLVInfoCriteria" xmlns:q2456="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="LLVInfoCriteria"><xs:sequence><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="LLVInfoCriteria" nillable="true" type="q2457:LLVInfoCriteria" xmlns:q2457="http://www.recreatex.be/webshop/"/><xs:element name="ListLLVInfoResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="LLVInfos" nillable="true" type="q2458:ArrayOfLLVInfo" xmlns:q2458="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfLLVInfo"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="LLVInfo" nillable="true" type="q2459:LLVInfo" xmlns:q2459="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfLLVInfo" nillable="true" type="q2460:ArrayOfLLVInfo" xmlns:q2460="http://www.recreatex.be/webshop/"/><xs:complexType name="LLVInfo"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="FirstPresenceDate" type="xs:dateTime"/><xs:element minOccurs="0" name="FirstPresenceLessonGroupId" type="ser:guid"/><xs:element minOccurs="0" name="LastPresenceDate" type="xs:dateTime"/><xs:element minOccurs="0" name="LastPresenceLessonGroupId" type="ser:guid"/><xs:element minOccurs="0" name="TotalPresent" type="xs:int"/><xs:element minOccurs="0" name="TotalNotPresent" type="xs:int"/><xs:element minOccurs="0" name="TotalCredits" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="LLVInfo" nillable="true" type="q2461:LLVInfo" xmlns:q2461="http://www.recreatex.be/webshop/"/><xs:element name="FindWaitingListStudentOverviewRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2462:ServiceContext" xmlns:q2462="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="WaitingListStudentSearchCriteria" nillable="true" type="q2463:WaitingListStudentSearchCriteria" xmlns:q2463="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="WaitingListStudentSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q2464:WaitingListStudentIncludes" xmlns:q2464="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="WaitingListStudentId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="WaitingListStudentSearchCriteria" nillable="true" type="q2465:WaitingListStudentSearchCriteria" xmlns:q2465="http://www.recreatex.be/webshop/"/><xs:complexType name="WaitingListStudentIncludes"><xs:sequence><xs:element minOccurs="0" name="PreferredLessonGroups" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="WaitingListStudentIncludes" nillable="true" type="q2466:WaitingListStudentIncludes" xmlns:q2466="http://www.recreatex.be/webshop/"/><xs:element name="FindWaitingListStudentOverviewResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="WaitingListStudents" nillable="true" type="q2467:ArrayOfWaitingListStudent" xmlns:q2467="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfWaitingListStudent"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="WaitingListStudent" nillable="true" type="q2468:WaitingListStudent" xmlns:q2468="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfWaitingListStudent" nillable="true" type="q2469:ArrayOfWaitingListStudent" xmlns:q2469="http://www.recreatex.be/webshop/"/><xs:complexType name="WaitingListStudent"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="WaitingListId" type="ser:guid"/><xs:element minOccurs="0" name="EntryDate" type="xs:dateTime"/><xs:element minOccurs="0" name="WaitingListCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="WaitingListDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Price" type="xs:decimal"/><xs:element minOccurs="0" name="WaitingListMaxDuration" type="xs:int"/><xs:element minOccurs="0" name="FollowNumber" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="StudentName" nillable="true" type="q2470:PersonName" xmlns:q2470="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PreferredLessonGroups" nillable="true" type="q2471:ArrayOfWaitingListStudentsLessonGroup" xmlns:q2471="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="LessonGroupEntryDate" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="WaitingListStudent" nillable="true" type="q2472:WaitingListStudent" xmlns:q2472="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfWaitingListStudentsLessonGroup"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="WaitingListStudentsLessonGroup" nillable="true" type="q2473:WaitingListStudentsLessonGroup" xmlns:q2473="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfWaitingListStudentsLessonGroup" nillable="true" type="q2474:ArrayOfWaitingListStudentsLessonGroup" xmlns:q2474="http://www.recreatex.be/webshop/"/><xs:complexType name="WaitingListStudentsLessonGroup"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Priority" type="xs:int"/><xs:element minOccurs="0" name="LessonGroup" nillable="true" type="q2475:LessonGroup" xmlns:q2475="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="WaitingListStudentsLessonGroup" nillable="true" type="q2476:WaitingListStudentsLessonGroup" xmlns:q2476="http://www.recreatex.be/webshop/"/><xs:element name="DeleteWaitingListStudentRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2477:ServiceContext" xmlns:q2477="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="WaitingListStudentId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="DeleteWaitingListStudentResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="DeleteWaitingListStudentResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveLessonGroupRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2478:ServiceContext" xmlns:q2478="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="LessonGroup" nillable="true" type="q2479:LessonGroup" xmlns:q2479="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveLessonGroupResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SaveResult" nillable="true" type="q2480:SaveResult" xmlns:q2480="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SaveResult"><xs:sequence><xs:element minOccurs="0" name="ValidationResults" nillable="true" type="q2481:ArrayOfValidationResult" xmlns:q2481="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="SaveResult" nillable="true" type="q2482:SaveResult" xmlns:q2482="http://www.recreatex.be/webshop/"/><xs:element name="FindLessonGroupCommentsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2483:ServiceContext" xmlns:q2483="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="LessonGroupCommentSearchCriteria" nillable="true" type="q2484:LessonGroupCommentSearchCriteria" xmlns:q2484="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="LessonGroupCommentSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Date" type="xs:dateTime"/><xs:element minOccurs="0" name="LessonGroupId" type="ser:guid"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q2485:LessonGroupCommentIncludes" xmlns:q2485="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="LessonGroupCommentSearchCriteria" nillable="true" type="q2486:LessonGroupCommentSearchCriteria" xmlns:q2486="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The search criteria used to find LessonGroupComments</xs:documentation></xs:annotation></xs:element><xs:complexType name="LessonGroupCommentIncludes"><xs:sequence><xs:element minOccurs="0" name="Current" type="xs:boolean"/><xs:element minOccurs="0" name="Previous" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="LessonGroupCommentIncludes" nillable="true" type="q2487:LessonGroupCommentIncludes" xmlns:q2487="http://www.recreatex.be/webshop/"/><xs:element name="FindLessonGroupCommentsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="LessonGroupComments" nillable="true" type="q2488:ArrayOfLessonGroupComment" xmlns:q2488="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfLessonGroupComment"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="LessonGroupComment" nillable="true" type="q2489:LessonGroupComment" xmlns:q2489="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfLessonGroupComment" nillable="true" type="q2490:ArrayOfLessonGroupComment" xmlns:q2490="http://www.recreatex.be/webshop/"/><xs:complexType name="LessonGroupComment"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="LessonGroupId" type="ser:guid"/><xs:element minOccurs="0" name="Date" type="xs:dateTime"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="LessonGroupComment" nillable="true" type="q2491:LessonGroupComment" xmlns:q2491="http://www.recreatex.be/webshop/"/><xs:element name="SaveLessonGroupCommentRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2492:ServiceContext" xmlns:q2492="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SaveLessonGroupCommentCriteria" nillable="true" type="q2493:SaveLessonGroupCommentCriteria" xmlns:q2493="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SaveLessonGroupCommentCriteria"><xs:sequence><xs:element minOccurs="0" name="EmployeeId" type="ser:guid"/><xs:element minOccurs="0" name="LessonGroupComment" nillable="true" type="q2494:LessonGroupComment" xmlns:q2494="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="SaveLessonGroupCommentCriteria" nillable="true" type="q2495:SaveLessonGroupCommentCriteria" xmlns:q2495="http://www.recreatex.be/webshop/"/><xs:element name="SaveLessonGroupCommentResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SaveLessonGroupCommentResult" nillable="true" type="q2496:SaveLessonGroupCommentResult" xmlns:q2496="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SaveLessonGroupCommentResult"><xs:sequence><xs:element minOccurs="0" name="ValidationResults" nillable="true" type="q2497:ArrayOfValidationResult" xmlns:q2497="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="IsValid" type="xs:boolean"/><xs:element minOccurs="0" name="Id" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="SaveLessonGroupCommentResult" nillable="true" type="q2498:SaveLessonGroupCommentResult" xmlns:q2498="http://www.recreatex.be/webshop/"/><xs:element name="UnsubscribeLessonGroupDayRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2499:ServiceContext" xmlns:q2499="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="UnsubscribeLessonGroupDayManipulationCriteria" nillable="true" type="q2500:UnsubscribeLessonGroupDayManipulationCriteria" xmlns:q2500="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="UnsubscribeLessonGroupDayManipulationCriteria"><xs:complexContent mixed="false"><xs:extension base="q2501:LessonGroupDayManipulationCriteria" xmlns:q2501="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ReasonId" nillable="true" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="UnsubscribeLessonGroupDayManipulationCriteria" nillable="true" type="q2502:UnsubscribeLessonGroupDayManipulationCriteria" xmlns:q2502="http://www.recreatex.be/webshop/"/><xs:complexType name="LessonGroupDayManipulationCriteria"><xs:sequence><xs:element minOccurs="0" name="LessonGroupId" type="ser:guid"/><xs:element minOccurs="0" name="StudentId" type="ser:guid"/><xs:element minOccurs="0" name="Date" type="xs:dateTime"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="LessonGroupDayManipulationCriteria" nillable="true" type="q2503:LessonGroupDayManipulationCriteria" xmlns:q2503="http://www.recreatex.be/webshop/"/><xs:complexType name="CatchUpLessonGroupDayManipulationCriteria"><xs:complexContent mixed="false"><xs:extension base="q2504:LessonGroupDayManipulationCriteria" xmlns:q2504="http://www.recreatex.be/webshop/"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="CatchUpLessonGroupDayManipulationCriteria" nillable="true" type="q2505:CatchUpLessonGroupDayManipulationCriteria" xmlns:q2505="http://www.recreatex.be/webshop/"/><xs:element name="UnsubscribeLessonGroupDayResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="UnsubscribeLessonGroupDayValidationResult" nillable="true" type="q2506:ValidationResult" xmlns:q2506="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindUnsubscribeLessonGroupDayManipulationsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2507:ServiceContext" xmlns:q2507="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="UnsubscribeLessonGroupDayManipulationSearchCriteria" nillable="true" type="q2508:UnsubscribeLessonGroupDayManipulationSearchCriteria" xmlns:q2508="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="UnsubscribeLessonGroupDayManipulationSearchCriteria"><xs:complexContent mixed="false"><xs:extension base="q2509:LessonGroupDayManipulationSearchCriteria" xmlns:q2509="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ReasonId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q2509:UnsubscribeLessonGroupDayManipulationIncludes"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="UnsubscribeLessonGroupDayManipulationSearchCriteria" nillable="true" type="q2510:UnsubscribeLessonGroupDayManipulationSearchCriteria" xmlns:q2510="http://www.recreatex.be/webshop/"/><xs:complexType name="LessonGroupDayManipulationSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Paging" nillable="true" type="q2511:PagingCriteria" xmlns:q2511="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="LessonGroupId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="LessonDateFrom" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="LessonDateTo" nillable="true" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="LessonGroupDayManipulationSearchCriteria" nillable="true" type="q2512:LessonGroupDayManipulationSearchCriteria" xmlns:q2512="http://www.recreatex.be/webshop/"/><xs:complexType name="CatchUpLessonGroupDayManipulationSearchCriteria"><xs:complexContent mixed="false"><xs:extension base="q2513:LessonGroupDayManipulationSearchCriteria" xmlns:q2513="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="SubscriptionId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q2513:CatchUpLessonGroupDayManipulationIncludes"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="CatchUpLessonGroupDayManipulationSearchCriteria" nillable="true" type="q2514:CatchUpLessonGroupDayManipulationSearchCriteria" xmlns:q2514="http://www.recreatex.be/webshop/"/><xs:complexType name="CatchUpLessonGroupDayManipulationIncludes"><xs:complexContent mixed="false"><xs:extension base="q2515:LessonGroupDayManipulationIncludes" xmlns:q2515="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="Subscriptions" type="xs:boolean"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="CatchUpLessonGroupDayManipulationIncludes" nillable="true" type="q2516:CatchUpLessonGroupDayManipulationIncludes" xmlns:q2516="http://www.recreatex.be/webshop/"/><xs:complexType name="LessonGroupDayManipulationIncludes"><xs:sequence><xs:element minOccurs="0" name="Persons" type="xs:boolean"/><xs:element minOccurs="0" name="LessonGroups" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="LessonGroupDayManipulationIncludes" nillable="true" type="q2517:LessonGroupDayManipulationIncludes" xmlns:q2517="http://www.recreatex.be/webshop/"/><xs:complexType name="UnsubscribeLessonGroupDayManipulationIncludes"><xs:complexContent mixed="false"><xs:extension base="q2518:LessonGroupDayManipulationIncludes" xmlns:q2518="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="Reasons" type="xs:boolean"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="UnsubscribeLessonGroupDayManipulationIncludes" nillable="true" type="q2519:UnsubscribeLessonGroupDayManipulationIncludes" xmlns:q2519="http://www.recreatex.be/webshop/"/><xs:element name="FindUnsubscribeLessonGroupDayManipulationsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="FindUnsubscribeLessonGroupDayManipulationsResult" nillable="true" type="q2520:ArrayOfUnsubscribeLessonGroupDayManipulation" xmlns:q2520="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfUnsubscribeLessonGroupDayManipulation"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="UnsubscribeLessonGroupDayManipulation" nillable="true" type="q2521:UnsubscribeLessonGroupDayManipulation" xmlns:q2521="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfUnsubscribeLessonGroupDayManipulation" nillable="true" type="q2522:ArrayOfUnsubscribeLessonGroupDayManipulation" xmlns:q2522="http://www.recreatex.be/webshop/"/><xs:complexType name="UnsubscribeLessonGroupDayManipulation"><xs:complexContent mixed="false"><xs:extension base="q2523:LessonGroupDayManipulationBase" xmlns:q2523="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ReasonId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Reason" nillable="true" type="q2523:Reason"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="UnsubscribeLessonGroupDayManipulation" nillable="true" type="q2524:UnsubscribeLessonGroupDayManipulation" xmlns:q2524="http://www.recreatex.be/webshop/"/><xs:complexType name="LessonGroupDayManipulationBase"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="Person" nillable="true" type="q2525:Person" xmlns:q2525="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="LessonGroupId" type="ser:guid"/><xs:element minOccurs="0" name="LessonGroup" nillable="true" type="q2526:LessonGroup" xmlns:q2526="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="LessonDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Credit" type="xs:decimal"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CreatedOnWeb" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="LessonGroupDayManipulationBase" nillable="true" type="q2527:LessonGroupDayManipulationBase" xmlns:q2527="http://www.recreatex.be/webshop/"/><xs:complexType name="CatchUpLessonGroupDayManipulation"><xs:complexContent mixed="false"><xs:extension base="q2528:LessonGroupDayManipulationBase" xmlns:q2528="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="SubscriptionId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Subscription" nillable="true" type="q2528:Subscription"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="CatchUpLessonGroupDayManipulation" nillable="true" type="q2529:CatchUpLessonGroupDayManipulation" xmlns:q2529="http://www.recreatex.be/webshop/"/><xs:complexType name="Subscription"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="CreationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Article" nillable="true" type="q2530:Article" xmlns:q2530="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Person" nillable="true" type="q2531:Person" xmlns:q2531="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Active" type="xs:boolean"/><xs:element minOccurs="0" name="Valid" type="xs:boolean"/><xs:element minOccurs="0" name="StartDateTime" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="EndDateTime" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="NumberOfDays" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="RemainingDays" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="NumberOfTurns" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="RemainingTurns" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="LastProlongationDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="ProlongationAllowed" type="xs:boolean"/><xs:element minOccurs="0" name="Logs" nillable="true" type="q2532:ArrayOfSubscriptionLog" xmlns:q2532="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PersonCards" nillable="true" type="q2533:ArrayOfPersonCard" xmlns:q2533="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CheckPeriod" type="xs:boolean"/><xs:element minOccurs="0" name="CheckNumberOfTurns" type="xs:boolean"/><xs:element minOccurs="0" name="ExtraInfo1" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExtraInfo2" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExtraInfo3" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="InvalidityReasons" nillable="true" type="q2534:ArrayOfSubscriptionInvalidityReasons" xmlns:q2534="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="UnitPrice" type="xs:decimal"/><xs:element minOccurs="0" name="UnitPriceInc" type="xs:decimal"/><xs:element minOccurs="0" name="LessonGroupStudentSubscriptions" nillable="true" type="q2535:ArrayOfLessonGroupStudentSubscription" xmlns:q2535="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="IsCancelled" type="xs:boolean"/><xs:element minOccurs="0" name="ConversionAllowed" type="xs:boolean"/><xs:element minOccurs="0" name="IsFamilyMembership" type="xs:boolean"/><xs:element minOccurs="0" name="PriceGroup" nillable="true" type="q2536:PriceGroup" xmlns:q2536="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="LastEntryDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="ExpositionDetails" nillable="true" type="q2537:ExpositionOverviewItem" xmlns:q2537="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="LastUpdate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="EffectiveRemainingTurns" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="OrderNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TurnsPerVisit" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="AdmissionImage" nillable="true" type="q2538:Picture" xmlns:q2538="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="AdmissionManualValidation" type="xs:boolean"/><xs:element minOccurs="0" name="CollectionContract" nillable="true" type="q2539:DirectDebitCollectionContract" xmlns:q2539="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CollectionContractAmount" type="xs:decimal"/><xs:element minOccurs="0" name="IsMuseumPass" type="xs:boolean"/><xs:element minOccurs="0" name="AdmissionManualValidationText" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="Subscription" nillable="true" type="q2540:Subscription" xmlns:q2540="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfSubscriptionLog"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SubscriptionLog" nillable="true" type="q2541:SubscriptionLog" xmlns:q2541="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSubscriptionLog" nillable="true" type="q2542:ArrayOfSubscriptionLog" xmlns:q2542="http://www.recreatex.be/webshop/"/><xs:complexType name="SubscriptionLog"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="SubscriptionId" type="ser:guid"/><xs:element minOccurs="0" name="CreationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="LogType" type="q2543:SubscriptionLogType" xmlns:q2543="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SubType" nillable="true" type="q2544:SubscriptionLogSubType" xmlns:q2544="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="NumberOfTurns" type="xs:int"/><xs:element minOccurs="0" name="RemainingTurns" type="xs:int"/><xs:element minOccurs="0" name="RemainingDays" type="xs:int"/><xs:element minOccurs="0" name="Card" nillable="true" type="q2545:Card" xmlns:q2545="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="Person" nillable="true" type="q2546:Person" xmlns:q2546="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Division" nillable="true" type="q2547:Division" xmlns:q2547="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PersonBase" nillable="true" type="q2548:PersonBase" xmlns:q2548="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SubscriptionName" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="SubscriptionLog" nillable="true" type="q2549:SubscriptionLog" xmlns:q2549="http://www.recreatex.be/webshop/"/><xs:simpleType name="SubscriptionLogType"><xs:annotation><xs:appinfo><ActualType Name="short" Namespace="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"/></xs:appinfo></xs:annotation><xs:restriction base="xs:string"><xs:enumeration value="NoAccess"/><xs:enumeration value="Access"/><xs:enumeration value="SubscriptionUnlinked"/><xs:enumeration value="Swallowed"/><xs:enumeration value="SubscriptionLinked"/><xs:enumeration value="ExpiredSubscription"/><xs:enumeration value="InactiveDueToDevaluationOfLinkedSubscription"/><xs:enumeration value="CarrierSwitch"/><xs:enumeration value="UsedAsMandatoryMembership"/><xs:enumeration value="SubscriptionMinutesChanged"/><xs:enumeration value="CancelVisits"/></xs:restriction></xs:simpleType><xs:element name="SubscriptionLogType" nillable="true" type="q2550:SubscriptionLogType" xmlns:q2550="http://www.recreatex.be/webshop/"/><xs:simpleType name="SubscriptionLogSubType"><xs:annotation><xs:appinfo><ActualType Name="short" Namespace="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"/></xs:appinfo></xs:annotation><xs:restriction base="xs:string"><xs:enumeration value="NoAccessInactiveSubscription"/><xs:enumeration value="NoAccessInvalidTurns"/><xs:enumeration value="NoAccessInvalidPeriod"/><xs:enumeration value="NoAccessOnHoliday"/><xs:enumeration value="NoAccessSubscriptionExclusionCalendar"/><xs:enumeration value="NoAccessAccessGroupExclusionCalendar"/><xs:enumeration value="NoAccessInactiveReaderSetting"/><xs:enumeration value="NoAccessInvalidTimeAccessTime"/><xs:enumeration value="NoAccessAntiPassBack"/><xs:enumeration value="NoAccessNoRemainingTurnsPerPeriod"/><xs:enumeration value="NoAccessSubscriptionNotActivated"/><xs:enumeration value="NoAccessVisitExceedsMaximumTime"/><xs:enumeration value="NoAccessMinimumTimeNextVisitFailure"/><xs:enumeration value="NoAccessLinkedSubscriptionIsInvalid"/><xs:enumeration value="NoAccessNoValidPlaceReservationFound"/><xs:enumeration value="NoAccessNoValidCultureReservationFound"/><xs:enumeration value="NoAccessInsufficientCredits"/><xs:enumeration value="NoAccessInsufficientAmountInPurse"/><xs:enumeration value="CardCopy"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">20</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="CardMove"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">21</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="SubscriptionInsentive"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">22</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="OfflineCounterRegistration"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">23</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="NoAccessInvalidMuseumCard"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">24</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="NoAccessInvalidCollectionContract"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">25</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="ManualDevaluation"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">26</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="DigitalWalletHasOutstandingCredit"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">27</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="DigitalWalletHasInsufficientBalance"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">28</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="DigitalWalletNotFoundForOverdueMinutes"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">29</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="DevaluedByOtherSubscriptionComponent"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">30</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="DivisionCardBlocked"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">31</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="CarrierSwitchCouple"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">32</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="CarrierSwitchUncouple"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">33</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="CarrierSwitchBlock"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">34</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="CarrierSwitchUnblock"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">35</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="ZonePresenceMaxReached"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">36</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="DevaluedDueToDevaluationOfLinkedSubscription"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">37</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="NoAvailableExpositionTimeSlot"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">38</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType><xs:element name="SubscriptionLogSubType" nillable="true" type="q2551:SubscriptionLogSubType" xmlns:q2551="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfSubscriptionInvalidityReasons"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SubscriptionInvalidityReasons" type="q2552:SubscriptionInvalidityReasons" xmlns:q2552="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSubscriptionInvalidityReasons" nillable="true" type="q2553:ArrayOfSubscriptionInvalidityReasons" xmlns:q2553="http://www.recreatex.be/webshop/"/><xs:simpleType name="SubscriptionInvalidityReasons"><xs:restriction base="xs:string"><xs:enumeration value="InactiveSubscription"/><xs:enumeration value="InactiveSetting"/><xs:enumeration value="InvalidTurns"/><xs:enumeration value="InvalidTurnsPerPeriod"/><xs:enumeration value="InvalidPeriod"/><xs:enumeration value="InvalidHolidayCalendar"/><xs:enumeration value="InvalidSubscriptionCalendar"/><xs:enumeration value="InvalidActivation"/><xs:enumeration value="InvalidSubscriptionMinutes"/><xs:enumeration value="InvalidLinkedExposition"/><xs:enumeration value="HallForSubscriptionIsInvalid"/><xs:enumeration value="ReservationForSubscriptionIsInvalid"/><xs:enumeration value="TimeIsInvalid"/><xs:enumeration value="InvalidAccessGroupCalendar"/><xs:enumeration value="InvalidAntiPassBack"/><xs:enumeration value="InvalidChipKnip"/><xs:enumeration value="InvalidCredits"/><xs:enumeration value="InvalidMaxTime"/><xs:enumeration value="InvalidMinTime"/><xs:enumeration value="InvalidCollectionContract"/><xs:enumeration value="DigitalWalletHasOutstandingCredit"/><xs:enumeration value="DigitalWalletHasInsufficientBalance"/><xs:enumeration value="DigitalWalletNotFoundForOverdueMinutes"/><xs:enumeration value="LinkedExpositionUnavailable"/></xs:restriction></xs:simpleType><xs:element name="SubscriptionInvalidityReasons" nillable="true" type="q2554:SubscriptionInvalidityReasons" xmlns:q2554="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfLessonGroupStudentSubscription"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="LessonGroupStudentSubscription" nillable="true" type="q2555:LessonGroupStudentSubscription" xmlns:q2555="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfLessonGroupStudentSubscription" nillable="true" type="q2556:ArrayOfLessonGroupStudentSubscription" xmlns:q2556="http://www.recreatex.be/webshop/"/><xs:complexType name="LessonGroupStudentSubscription"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="LessonGroupStudent" nillable="true" type="q2557:LessonGroupStudent" xmlns:q2557="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SubscriptionId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="LessonGroupStudentSubscription" nillable="true" type="q2558:LessonGroupStudentSubscription" xmlns:q2558="http://www.recreatex.be/webshop/"/><xs:complexType name="LessonGroupStudent"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="LessonGroupId" type="ser:guid"/><xs:element minOccurs="0" name="LessonGroupShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LessonGroupDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LessonGroupComment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LessonGroupFullName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="EntryDate" type="xs:dateTime"/><xs:element minOccurs="0" name="AddressId" type="ser:guid"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LastSync" type="xs:dateTime"/><xs:element minOccurs="0" name="LastUpdate" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="LessonGroupStudent" nillable="true" type="q2559:LessonGroupStudent" xmlns:q2559="http://www.recreatex.be/webshop/"/><xs:complexType name="ExpositionOverviewItem"><xs:sequence><xs:element minOccurs="0" name="ExpositionId" type="ser:guid"/><xs:element minOccurs="0" name="ExpositionCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExpositionName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Periods" nillable="true" type="q2560:ArrayOfExpositionOverviewItemPeriod" xmlns:q2560="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Prices" nillable="true" type="q2561:ArrayOfExpositionOverviewItemPrice" xmlns:q2561="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ExpositionOverviewItem" nillable="true" type="q2562:ExpositionOverviewItem" xmlns:q2562="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfExpositionOverviewItemPeriod"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ExpositionOverviewItemPeriod" nillable="true" type="q2563:ExpositionOverviewItemPeriod" xmlns:q2563="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfExpositionOverviewItemPeriod" nillable="true" type="q2564:ArrayOfExpositionOverviewItemPeriod" xmlns:q2564="http://www.recreatex.be/webshop/"/><xs:complexType name="ExpositionOverviewItemPeriod"><xs:sequence><xs:element minOccurs="0" name="From" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" type="xs:dateTime"/><xs:element minOccurs="0" name="Occupancy" nillable="true" type="q2565:Occupancy" xmlns:q2565="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ExpositionOverviewItemPeriod" nillable="true" type="q2566:ExpositionOverviewItemPeriod" xmlns:q2566="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfExpositionOverviewItemPrice"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ExpositionOverviewItemPrice" nillable="true" type="q2567:ExpositionOverviewItemPrice" xmlns:q2567="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfExpositionOverviewItemPrice" nillable="true" type="q2568:ArrayOfExpositionOverviewItemPrice" xmlns:q2568="http://www.recreatex.be/webshop/"/><xs:complexType name="ExpositionOverviewItemPrice"><xs:sequence><xs:element minOccurs="0" name="PriceGroupId" type="ser:guid"/><xs:element minOccurs="0" name="PriceGroupName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Price" type="xs:decimal"/><xs:element minOccurs="0" name="MinPresaleDiscount" type="xs:decimal"/><xs:element minOccurs="0" name="MaxPresaleDiscount" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="ExpositionOverviewItemPrice" nillable="true" type="q2569:ExpositionOverviewItemPrice" xmlns:q2569="http://www.recreatex.be/webshop/"/><xs:complexType name="DirectDebitCollectionContract"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ContractNo" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CreationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Amount" type="xs:decimal"/><xs:element minOccurs="0" name="StartDate" type="xs:dateTime"/><xs:element minOccurs="0" name="CancelDate" type="xs:dateTime"/><xs:element minOccurs="0" name="EndDate" type="xs:dateTime"/><xs:element minOccurs="0" name="NextCollectionDate" type="xs:dateTime"/><xs:element minOccurs="0" name="NoticeDays" type="xs:int"/><xs:element minOccurs="0" name="NoticeWeeks" type="xs:int"/><xs:element minOccurs="0" name="NoticeMonths" type="xs:int"/><xs:element minOccurs="0" name="Frequency" nillable="true" type="q2570:DirectDebitCollectionFrequency" xmlns:q2570="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Status" nillable="true" type="q2571:DirectDebitContractStatus" xmlns:q2571="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Status1" nillable="true" type="q2572:DirectDebitContractStatus" xmlns:q2572="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Status2" nillable="true" type="q2573:DirectDebitContractStatus" xmlns:q2573="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Status3" nillable="true" type="q2574:DirectDebitContractStatus" xmlns:q2574="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Status4" nillable="true" type="q2575:DirectDebitContractStatus" xmlns:q2575="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Person" nillable="true" type="q2576:Person" xmlns:q2576="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Pending" type="xs:boolean"/><xs:element minOccurs="0" name="Signature" nillable="true" type="xs:base64Binary"/><xs:element minOccurs="0" name="CollectionLines" nillable="true" type="q2577:ArrayOfDirectDebitCollectionLine" xmlns:q2577="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="DirectDebitCollectionContract" nillable="true" type="q2578:DirectDebitCollectionContract" xmlns:q2578="http://www.recreatex.be/webshop/"/><xs:complexType name="DirectDebitCollectionFrequency"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="NumberOfMonths" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="DirectDebitCollectionFrequency" nillable="true" type="q2579:DirectDebitCollectionFrequency" xmlns:q2579="http://www.recreatex.be/webshop/"/><xs:complexType name="DirectDebitContractStatus"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="DirectDebitContractStatus" nillable="true" type="q2580:DirectDebitContractStatus" xmlns:q2580="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfDirectDebitCollectionLine"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="DirectDebitCollectionLine" nillable="true" type="q2581:DirectDebitCollectionLine" xmlns:q2581="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfDirectDebitCollectionLine" nillable="true" type="q2582:ArrayOfDirectDebitCollectionLine" xmlns:q2582="http://www.recreatex.be/webshop/"/><xs:complexType name="DirectDebitCollectionLine"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="CollectionContractId" type="ser:guid"/><xs:element minOccurs="0" name="CollectionPeriod" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CollectionContractNo" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ItemDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Amount" type="xs:decimal"/><xs:element minOccurs="0" name="DivisionId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="DirectDebitCollectionLine" nillable="true" type="q2583:DirectDebitCollectionLine" xmlns:q2583="http://www.recreatex.be/webshop/"/><xs:complexType name="Reason"><xs:sequence><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ReasonType" type="q2584:ReasonType" xmlns:q2584="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CancelCostSensitive" type="xs:boolean"/><xs:element minOccurs="0" name="CancelCostAmount" type="xs:decimal"/><xs:element minOccurs="0" name="CancelCostPercentagePeriods" nillable="true" type="q2585:ArrayOfCancelCostPercentagePeriod" xmlns:q2585="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PersonType" type="q2586:PersonType" xmlns:q2586="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ShowOnWebsite" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="Reason" nillable="true" type="q2587:Reason" xmlns:q2587="http://www.recreatex.be/webshop/"/><xs:simpleType name="ReasonType"><xs:restriction base="xs:string"><xs:enumeration value="Unknown"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">-1</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Reservations"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">0</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Invoices"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Subscriptions"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Incasso"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="TimeRegistration"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Entries"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="ReservationsFollowUp"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">6</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Rental"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">7</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Lessons"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="ItemJournal"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">9</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Ticketing"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">10</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Expositions"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">11</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="File"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">12</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="ChildCare"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">13</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="FitnessReservations"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">14</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType><xs:element name="ReasonType" nillable="true" type="q2588:ReasonType" xmlns:q2588="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfCancelCostPercentagePeriod"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CancelCostPercentagePeriod" nillable="true" type="q2589:CancelCostPercentagePeriod" xmlns:q2589="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCancelCostPercentagePeriod" nillable="true" type="q2590:ArrayOfCancelCostPercentagePeriod" xmlns:q2590="http://www.recreatex.be/webshop/"/><xs:complexType name="CancelCostPercentagePeriod"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FromLimit" type="xs:boolean"/><xs:element minOccurs="0" name="UntilLimit" type="xs:boolean"/><xs:element minOccurs="0" name="FromTimeScale" type="q2591:TimeScale" xmlns:q2591="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="UntilTimeScale" type="q2592:TimeScale" xmlns:q2592="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FromQuantity" type="xs:int"/><xs:element minOccurs="0" name="UntilQuantity" type="xs:int"/><xs:element minOccurs="0" name="Percentage" type="xs:int"/><xs:element minOccurs="0" name="CustomerPriceGroupId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="CancelCostPercentagePeriod" nillable="true" type="q2593:CancelCostPercentagePeriod" xmlns:q2593="http://www.recreatex.be/webshop/"/><xs:simpleType name="TimeScale"><xs:restriction base="xs:string"><xs:enumeration value="Hours"/><xs:enumeration value="Days"/><xs:enumeration value="Weeks"/><xs:enumeration value="Months"/></xs:restriction></xs:simpleType><xs:element name="TimeScale" nillable="true" type="q2594:TimeScale" xmlns:q2594="http://www.recreatex.be/webshop/"/><xs:element name="FindCatchUpLessonGroupDayManipulationsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CatchUpLessonGroupDayManipulationSearchCriteria" nillable="true" type="q2595:CatchUpLessonGroupDayManipulationSearchCriteria" xmlns:q2595="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q2596:ServiceContext" xmlns:q2596="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindCatchUpLessonGroupDayManipulationsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="FindCatchUpLessonGroupDayManipulationsResult" nillable="true" type="q2597:ArrayOfCatchUpLessonGroupDayManipulation" xmlns:q2597="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfCatchUpLessonGroupDayManipulation"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CatchUpLessonGroupDayManipulation" nillable="true" type="q2598:CatchUpLessonGroupDayManipulation" xmlns:q2598="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCatchUpLessonGroupDayManipulation" nillable="true" type="q2599:ArrayOfCatchUpLessonGroupDayManipulation" xmlns:q2599="http://www.recreatex.be/webshop/"/><xs:element name="CatchUpLessonGroupDayRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CatchUpLessonGroupDayManipulationCriteria" nillable="true" type="q2600:CatchUpLessonGroupDayManipulationCriteria" xmlns:q2600="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q2601:ServiceContext" xmlns:q2601="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="CatchUpLessonGroupDayResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CatchUpLessonGroupDayValidationResult" nillable="true" type="q2602:ValidationResult" xmlns:q2602="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetLlvCreditInfoRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2603:ServiceContext" xmlns:q2603="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="LlvCreditInfoSearchCriteria" nillable="true" type="q2604:LlvCreditInfoSearchCriteria" xmlns:q2604="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="LlvCreditInfoSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Paging" nillable="true" type="q2605:PagingCriteria" xmlns:q2605="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="LlvCreditInfoSearchCriteria" nillable="true" type="q2606:LlvCreditInfoSearchCriteria" xmlns:q2606="http://www.recreatex.be/webshop/"/><xs:element name="GetLlvCreditInfoResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetLlvCreditInfoResponse" nillable="true" type="q2607:ArrayOfLlvCreditInfo" xmlns:q2607="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfLlvCreditInfo"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="LlvCreditInfo" nillable="true" type="q2608:LlvCreditInfo" xmlns:q2608="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfLlvCreditInfo" nillable="true" type="q2609:ArrayOfLlvCreditInfo" xmlns:q2609="http://www.recreatex.be/webshop/"/><xs:complexType name="LlvCreditInfo"><xs:sequence><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="TotalCredits" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="LlvCreditInfo" nillable="true" type="q2610:LlvCreditInfo" xmlns:q2610="http://www.recreatex.be/webshop/"/><xs:element name="FindPersonLlvTransferHistoriesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2611:ServiceContext" xmlns:q2611="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PersonLlvTransferHistorySearchCriteria" nillable="true" type="q2612:PersonLlvTransferHistorySearchCriteria" xmlns:q2612="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="PersonLlvTransferHistorySearchCriteria"><xs:sequence><xs:element minOccurs="0" name="PersonId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="PersonLlvTransferHistorySearchCriteria" nillable="true" type="q2613:PersonLlvTransferHistorySearchCriteria" xmlns:q2613="http://www.recreatex.be/webshop/"/><xs:element name="FindPersonLlvTransferHistoriesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="PersonLLVTransferHistories" nillable="true" type="q2614:ArrayOfPersonLLVTransferHistory" xmlns:q2614="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindPersonLlvCurrentLessonGroupsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2615:ServiceContext" xmlns:q2615="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PersonLlvCurrentLessonGroupSearchCriteria" nillable="true" type="q2616:PersonLlvCurrentLessonGroupSearchCriteria" xmlns:q2616="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="PersonLlvCurrentLessonGroupSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q2617:PersonLlvCurrentLessonGroupIncludes" xmlns:q2617="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="PersonLlvCurrentLessonGroupSearchCriteria" nillable="true" type="q2618:PersonLlvCurrentLessonGroupSearchCriteria" xmlns:q2618="http://www.recreatex.be/webshop/"/><xs:complexType name="PersonLlvCurrentLessonGroupIncludes"><xs:sequence><xs:element minOccurs="0" name="Amount" type="xs:boolean"/><xs:element minOccurs="0" name="HeadInstructor" type="xs:boolean"/><xs:element minOccurs="0" name="Norms" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="PersonLlvCurrentLessonGroupIncludes" nillable="true" type="q2619:PersonLlvCurrentLessonGroupIncludes" xmlns:q2619="http://www.recreatex.be/webshop/"/><xs:element name="FindPersonLlvCurrentLessonGroupsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="PersonLLVCurrentLessonGroups" nillable="true" type="q2620:ArrayOfLessonGroup" xmlns:q2620="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ValidateWaitingListCallRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2621:ServiceContext" xmlns:q2621="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ValidateWaitingListCallCriteria" nillable="true" type="q2622:ValidateWaitingListCallCriteria" xmlns:q2622="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ValidateWaitingListCallResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="q2623:ValidateWaitingListCallResult" xmlns:q2623="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ValidateWaitingListCallResult"><xs:sequence><xs:element minOccurs="0" name="Expired" type="xs:boolean"/><xs:element minOccurs="0" name="StudentName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LessonGroupName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ValidationResult" nillable="true" type="q2624:ValidationResult" xmlns:q2624="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ValidateWaitingListCallResult" nillable="true" type="q2625:ValidateWaitingListCallResult" xmlns:q2625="http://www.recreatex.be/webshop/"/><xs:element name="ListWaitingListCallsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2626:ServiceContext" xmlns:q2626="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ListWaitingListCallsCriteria" nillable="true" type="q2627:ListWaitingListCallsCriteria" xmlns:q2627="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListWaitingListCallsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="q2628:ListWaitingListCallsResult" xmlns:q2628="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ListWaitingListCallsResult"><xs:sequence><xs:element minOccurs="0" name="WaitingListCalls" nillable="true" type="q2629:ArrayOfWaitingListCall" xmlns:q2629="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ListWaitingListCallsResult" nillable="true" type="q2630:ListWaitingListCallsResult" xmlns:q2630="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfWaitingListCall"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="WaitingListCall" nillable="true" type="q2631:WaitingListCall" xmlns:q2631="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfWaitingListCall" nillable="true" type="q2632:ArrayOfWaitingListCall" xmlns:q2632="http://www.recreatex.be/webshop/"/><xs:complexType name="WaitingListCall"><xs:sequence><xs:element minOccurs="0" name="WaitingListStudent" nillable="true" type="q2633:WaitingListStudent" xmlns:q2633="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="WaitingList" nillable="true" type="q2634:WaitingList" xmlns:q2634="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="LessonGroup" nillable="true" type="q2635:LessonGroup" xmlns:q2635="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="WaitingListCall" nillable="true" type="q2636:WaitingListCall" xmlns:q2636="http://www.recreatex.be/webshop/"/><xs:element name="ConfirmWaitingListCallRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ConfirmWaitingListCallCriteria" nillable="true" type="q2637:ConfirmWaitingListCallCriteria" xmlns:q2637="http://www.recreatex.be/webshop/v1.0/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q2638:ServiceContext" xmlns:q2638="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ConfirmWaitingListCallResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="q2639:ConfirmWaitingListCallResult" xmlns:q2639="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ConfirmWaitingListCallResult"><xs:sequence><xs:element minOccurs="0" name="ValidationResult" nillable="true" type="q2640:ValidationResult" xmlns:q2640="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ConfirmWaitingListCallResult" nillable="true" type="q2641:ConfirmWaitingListCallResult" xmlns:q2641="http://www.recreatex.be/webshop/"/><xs:element name="SavePreferredLessonGroupsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2642:ServiceContext" xmlns:q2642="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Criteria" nillable="true" type="q2643:SavePreferredLessonGroupsCriteria" xmlns:q2643="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SavePreferredLessonGroupsCriteria"><xs:sequence><xs:element minOccurs="0" name="WaitingListStudentId" type="ser:guid"/><xs:element minOccurs="0" name="PreferredLessonGroups" nillable="true" type="q2644:ArrayOfWaitingListStudentsLessonGroup" xmlns:q2644="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="SavePreferredLessonGroupsCriteria" nillable="true" type="q2645:SavePreferredLessonGroupsCriteria" xmlns:q2645="http://www.recreatex.be/webshop/"/><xs:element name="SavePreferredLessonGroupsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="q2646:SavePreferredLessonGroupsResult" xmlns:q2646="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SavePreferredLessonGroupsResult"><xs:sequence><xs:element minOccurs="0" name="ValidationResult" nillable="true" type="q2647:ValidationResult" xmlns:q2647="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="SavePreferredLessonGroupsResult" nillable="true" type="q2648:SavePreferredLessonGroupsResult" xmlns:q2648="http://www.recreatex.be/webshop/"/><xs:element name="AuthenticateEmployeeRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2649:ServiceContext" xmlns:q2649="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Credentials" nillable="true" type="q2650:Credential" xmlns:q2650="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="AuthenticateEmployeeResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AuthenticateEmployeeResult" nillable="true" type="q2651:AuthenticationResult" xmlns:q2651="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="AuthenticationResult"><xs:sequence><xs:element minOccurs="0" name="Error" type="q2652:AuthenticationError" xmlns:q2652="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="HasSucceeded" type="xs:boolean"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="LastLoginDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="PersonCardId" type="ser:guid"/><xs:element minOccurs="0" name="Person" nillable="true" type="q2653:Person" xmlns:q2653="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ContactId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Employee" nillable="true" type="q2654:Employee" xmlns:q2654="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="AuthenticationResult" nillable="true" type="q2655:AuthenticationResult" xmlns:q2655="http://www.recreatex.be/webshop/"/><xs:simpleType name="AuthenticationError"><xs:restriction base="xs:string"><xs:enumeration value="None"/><xs:enumeration value="UnknownUser"/><xs:enumeration value="InvalidCredential"/><xs:enumeration value="BlockedUser"/><xs:enumeration value="InvalidParameters"/><xs:enumeration value="UsernameNotUnique"/><xs:enumeration value="UserNameExists"/><xs:enumeration value="HasUserName"/><xs:enumeration value="InvalidToken"/><xs:enumeration value="InvalidTokenKey"/><xs:enumeration value="InvalidTokenTime"/><xs:enumeration value="TooManyFailedAuthentications"/></xs:restriction></xs:simpleType><xs:element name="AuthenticationError" nillable="true" type="q2656:AuthenticationError" xmlns:q2656="http://www.recreatex.be/webshop/"/><xs:element name="FindEmployeesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2657:ServiceContext" xmlns:q2657="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="EmployeeSearchCriteria" nillable="true" type="q2658:EmployeeSearchCriteria" xmlns:q2658="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="EmployeeSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="UserName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Email" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IsBlocked" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q2659:PagingCriteria" xmlns:q2659="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q2660:EmployeeIncludes" xmlns:q2660="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="LessonGroupId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="WorkTypeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SkillSubCategoryIds" nillable="true" type="q2661:ArrayOfguid" xmlns:q2661="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="AvailableFrom" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="AvailableUntil" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="TaskId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeNumber" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="EmployeeSearchCriteria" nillable="true" type="q2662:EmployeeSearchCriteria" xmlns:q2662="http://www.recreatex.be/webshop/"/><xs:complexType name="EmployeeIncludes"><xs:sequence><xs:element minOccurs="0" name="IncludeImage" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IncludeAllowedInfrastructures" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IncludeEmployeeSkills" nillable="true" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="EmployeeIncludes" nillable="true" type="q2663:EmployeeIncludes" xmlns:q2663="http://www.recreatex.be/webshop/"/><xs:element name="FindEmployeesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Employees" nillable="true" type="q2664:ArrayOfEmployee" xmlns:q2664="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveEmployeeRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2665:ServiceContext" xmlns:q2665="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Employee" nillable="true" type="q2666:Employee" xmlns:q2666="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveEmployeeResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SaveEmployeeResult" nillable="true" type="q2667:SaveEmployeeResult" xmlns:q2667="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SaveEmployeeResult"><xs:sequence><xs:element minOccurs="0" name="Employee" nillable="true" type="q2668:Employee" xmlns:q2668="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ValidationResult" nillable="true" type="q2669:ValidationResult" xmlns:q2669="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="SaveEmployeeResult" nillable="true" type="q2670:SaveEmployeeResult" xmlns:q2670="http://www.recreatex.be/webshop/"/><xs:element name="SaveEmployeePasswordRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2671:ServiceContext" xmlns:q2671="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SaveEmployeeSearchCriteria" nillable="true" type="q2672:SaveEmployeePasswordCriteria" xmlns:q2672="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SaveEmployeePasswordCriteria"><xs:sequence><xs:element minOccurs="0" name="EmployeeId" type="ser:guid"/><xs:element minOccurs="0" name="OldPassword" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="NewPassword" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="SaveEmployeePasswordCriteria" nillable="true" type="q2673:SaveEmployeePasswordCriteria" xmlns:q2673="http://www.recreatex.be/webshop/"/><xs:element name="SaveEmployeePasswordResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SaveEmployeeResult" nillable="true" type="q2674:SaveEmployeePasswordResult" xmlns:q2674="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SaveEmployeePasswordResult"><xs:sequence><xs:element minOccurs="0" name="IsSaved" type="xs:boolean"/><xs:element minOccurs="0" name="ErrorMessage" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="SaveEmployeePasswordResult" nillable="true" type="q2675:SaveEmployeePasswordResult" xmlns:q2675="http://www.recreatex.be/webshop/"/><xs:element name="IsEmployeePasswordExpiredRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2676:ServiceContext" xmlns:q2676="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="IsEmployeePasswordExpiredCriteria" nillable="true" type="q2677:IsEmployeePasswordExpiredCriteria" xmlns:q2677="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="IsEmployeePasswordExpiredCriteria"><xs:sequence><xs:element minOccurs="0" name="EmployeeId" type="ser:guid"/><xs:element minOccurs="0" name="DaysAfterLastUpdateWhenPasswordIsExpired" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="IsEmployeePasswordExpiredCriteria" nillable="true" type="q2678:IsEmployeePasswordExpiredCriteria" xmlns:q2678="http://www.recreatex.be/webshop/"/><xs:element name="IsEmployeePasswordExpiredResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="IsEmployeePasswordExpiredResult" nillable="true" type="q2679:IsEmployeePasswordExpiredResult" xmlns:q2679="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="IsEmployeePasswordExpiredResult"><xs:sequence><xs:element minOccurs="0" name="IsExpired" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="IsEmployeePasswordExpiredResult" nillable="true" type="q2680:IsEmployeePasswordExpiredResult" xmlns:q2680="http://www.recreatex.be/webshop/"/><xs:element name="SaveEmployeeTaskAttachmentRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2681:ServiceContext" xmlns:q2681="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="EmployeeTaskAttachment" nillable="true" type="q2682:EmployeeTaskAttachment" xmlns:q2682="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveEmployeeTaskAttachmentResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="EmployeeTaskAttachmentValidationResult" nillable="true" type="q2683:EmployeeTaskAttachmentValidationResult" xmlns:q2683="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="EmployeeTaskAttachmentValidationResult"><xs:complexContent mixed="false"><xs:extension base="q2684:ValidationResult" xmlns:q2684="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="EmployeeTaskAttachment" nillable="true" type="q2684:EmployeeTaskAttachment"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="EmployeeTaskAttachmentValidationResult" nillable="true" type="q2685:EmployeeTaskAttachmentValidationResult" xmlns:q2685="http://www.recreatex.be/webshop/"/><xs:element name="DeleteEmployeeTaskAttachmentRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2686:ServiceContext" xmlns:q2686="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="EmployeeTaskAttachmentId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="DeleteEmployeeTaskAttachmentResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="DeleteEmployeeTaskAttachmentValidationResult" nillable="true" type="q2687:ValidationResult" xmlns:q2687="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindEmployeeTaskAttachmentsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2688:ServiceContext" xmlns:q2688="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="EmployeeTaskAttachmentSearchCriteria" nillable="true" type="q2689:EmployeeTaskAttachmentSearchCriteria" xmlns:q2689="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="EmployeeTaskAttachmentSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeTaskId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q2690:PagingCriteria" xmlns:q2690="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q2691:EmployeeTaskAttachmentIncludes" xmlns:q2691="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="EmployeeTaskAttachmentSearchCriteria" nillable="true" type="q2692:EmployeeTaskAttachmentSearchCriteria" xmlns:q2692="http://www.recreatex.be/webshop/"/><xs:complexType name="EmployeeTaskAttachmentIncludes"><xs:sequence><xs:element minOccurs="0" name="Attachment" type="xs:boolean"/><xs:element minOccurs="0" name="EmployeeName" type="xs:boolean"/><xs:element minOccurs="0" name="AttachmentByteArray" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="EmployeeTaskAttachmentIncludes" nillable="true" type="q2693:EmployeeTaskAttachmentIncludes" xmlns:q2693="http://www.recreatex.be/webshop/"/><xs:element name="FindEmployeeTaskAttachmentsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="EmployeeTaskAttachments" nillable="true" type="q2694:ArrayOfEmployeeTaskAttachment" xmlns:q2694="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindEmployeeTasksRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2695:ServiceContext" xmlns:q2695="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="EmployeeTaskSearchCriteria" nillable="true" type="q2696:EmployeeTaskSearchCriteria" xmlns:q2696="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="EmployeeTaskSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="From" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Type" nillable="true" type="q2697:EmployeeTaskType" xmlns:q2697="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SubjectId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q2698:PagingCriteria" xmlns:q2698="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q2699:EmployeeTaskIncludes" xmlns:q2699="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="WorkGroups" nillable="true" type="q2700:ArrayOfguid" xmlns:q2700="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="WorkTypes" nillable="true" type="q2701:ArrayOfguid" xmlns:q2701="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType><xs:element name="EmployeeTaskSearchCriteria" nillable="true" type="q2702:EmployeeTaskSearchCriteria" xmlns:q2702="http://www.recreatex.be/webshop/"/><xs:complexType name="EmployeeTaskIncludes"><xs:sequence><xs:element minOccurs="0" name="EmployeeName" type="xs:boolean"/><xs:element minOccurs="0" name="Language" type="xs:boolean"/><xs:element minOccurs="0" name="WorkGroup" type="xs:boolean"/><xs:element minOccurs="0" name="WorkType" type="xs:boolean"/><xs:element minOccurs="0" name="Comment" type="xs:boolean"/><xs:element minOccurs="0" name="Attachment" type="xs:boolean"/><xs:element minOccurs="0" name="Cancelled" type="xs:boolean"/><xs:element minOccurs="0" name="AssignType" type="q2703:EmployeeTaskAssignType" xmlns:q2703="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Skills" type="xs:boolean"/><xs:element minOccurs="0" name="Availability" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="EmployeeTaskIncludes" nillable="true" type="q2704:EmployeeTaskIncludes" xmlns:q2704="http://www.recreatex.be/webshop/"/><xs:simpleType name="EmployeeTaskAssignType"><xs:restriction base="xs:string"><xs:enumeration value="Both"/><xs:enumeration value="Assigned"/><xs:enumeration value="Unassigned"/></xs:restriction></xs:simpleType><xs:element name="EmployeeTaskAssignType" nillable="true" type="q2705:EmployeeTaskAssignType" xmlns:q2705="http://www.recreatex.be/webshop/"/><xs:element name="FindEmployeeTasksResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="EmployeeTasks" nillable="true" type="q2706:ArrayOfEmployeeTask" xmlns:q2706="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveEmployeeTaskRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2707:ServiceContext" xmlns:q2707="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SaveEmployeeTaskCriteria" nillable="true" type="q2708:SaveEmployeeTaskCriteria" xmlns:q2708="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SaveEmployeeTaskCriteria"><xs:sequence><xs:element minOccurs="0" name="EmployeeTask" nillable="true" type="q2709:EmployeeTask" xmlns:q2709="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="UpdateSkills" type="xs:boolean"/><xs:element minOccurs="0" name="IgnoreWarnings" type="xs:boolean"/><xs:element minOccurs="0" name="SavedByEmployeeId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="SaveEmployeeTaskCriteria" nillable="true" type="q2710:SaveEmployeeTaskCriteria" xmlns:q2710="http://www.recreatex.be/webshop/"/><xs:element name="SaveEmployeeTaskResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="q2711:SaveEmployeeTaskResult" xmlns:q2711="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SaveEmployeeTaskResult"><xs:sequence><xs:element minOccurs="0" name="EmployeeTask" nillable="true" type="q2712:EmployeeTask" xmlns:q2712="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ValidationResult" nillable="true" type="q2713:ValidationResult" xmlns:q2713="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="SaveEmployeeTaskResult" nillable="true" type="q2714:SaveEmployeeTaskResult" xmlns:q2714="http://www.recreatex.be/webshop/"/><xs:element name="DeleteEmployeeTaskRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2715:ServiceContext" xmlns:q2715="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="DeletedByEmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeTaskId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="DeleteEmployeeTaskResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="DeleteEmployeeTaskValidationResult" nillable="true" type="q2716:ValidationResult" xmlns:q2716="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveEmployeeTaskStatusRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2717:ServiceContext" xmlns:q2717="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SaveEmployeeTaskStatusCriteria" nillable="true" type="q2718:SaveEmployeeTaskStatusCriteria" xmlns:q2718="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SaveEmployeeTaskStatusCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Status" type="q2719:EmployeeTaskStatus" xmlns:q2719="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="EmployeeId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="SaveEmployeeTaskStatusCriteria" nillable="true" type="q2720:SaveEmployeeTaskStatusCriteria" xmlns:q2720="http://www.recreatex.be/webshop/"/><xs:element name="SaveEmployeeTaskStatusResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SaveEmployeeTaskStatusValidationResult" nillable="true" type="q2721:ValidationResult" xmlns:q2721="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindEmployeeNotificationsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2722:ServiceContext" xmlns:q2722="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="EmployeeNotificationSearchCriteria" nillable="true" type="q2723:EmployeeNotificationSearchCriteria" xmlns:q2723="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindEmployeeNotificationsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="EmployeeNotifications" nillable="true" type="q2724:ArrayOfEmployeeNotification" xmlns:q2724="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfEmployeeNotification"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="EmployeeNotification" nillable="true" type="q2725:EmployeeNotification" xmlns:q2725="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfEmployeeNotification" nillable="true" type="q2726:ArrayOfEmployeeNotification" xmlns:q2726="http://www.recreatex.be/webshop/"/><xs:complexType name="EmployeeNotification"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="NotificationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="CreatedBy" nillable="true" type="q2727:TaskFlowEmployee" xmlns:q2727="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="EmployeeNotification" nillable="true" type="q2728:EmployeeNotification" xmlns:q2728="http://www.recreatex.be/webshop/"/><xs:complexType name="TaskFlowEmployee"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="q2729:PersonName" xmlns:q2729="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Email" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PictureUri" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="TaskFlowEmployee" nillable="true" type="q2730:TaskFlowEmployee" xmlns:q2730="http://www.recreatex.be/webshop/"/><xs:complexType name="EmployeeTaskNotification"><xs:complexContent mixed="false"><xs:extension base="q2731:EmployeeNotification" xmlns:q2731="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="TaskId" type="ser:guid"/><xs:element minOccurs="0" name="TaskCreationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="WorkType" nillable="true" type="q2731:WorkType"/><xs:element minOccurs="0" name="From" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" type="xs:dateTime"/><xs:element minOccurs="0" name="Status" type="q2731:EmployeeTaskStatus"/><xs:element minOccurs="0" name="Type" type="q2731:EmployeeTaskNotificationType"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="EmployeeTaskNotification" nillable="true" type="q2732:EmployeeTaskNotification" xmlns:q2732="http://www.recreatex.be/webshop/"/><xs:simpleType name="EmployeeTaskNotificationType"><xs:restriction base="xs:string"><xs:enumeration value="NewTask"/><xs:enumeration value="StatusModified"/><xs:enumeration value="Cancelled"/><xs:enumeration value="EmployeeAssigned"/><xs:enumeration value="WorkTypeModified"/><xs:enumeration value="DateTimeModified"/><xs:enumeration value="DescriptionModified"/></xs:restriction></xs:simpleType><xs:element name="EmployeeTaskNotificationType" nillable="true" type="q2733:EmployeeTaskNotificationType" xmlns:q2733="http://www.recreatex.be/webshop/"/><xs:complexType name="EmployeeTaskAttachmentNotification"><xs:complexContent mixed="false"><xs:extension base="q2734:EmployeeNotification" xmlns:q2734="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="TaskAttachmentId" type="ser:guid"/><xs:element minOccurs="0" name="TaskId" type="ser:guid"/><xs:element minOccurs="0" name="TaskAttachmentCreationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="TaskWorkType" nillable="true" type="q2734:WorkType"/><xs:element minOccurs="0" name="ModificationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Type" type="q2734:EmployeeTaskAttachmentNotificationType"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="EmployeeTaskAttachmentNotification" nillable="true" type="q2735:EmployeeTaskAttachmentNotification" xmlns:q2735="http://www.recreatex.be/webshop/"/><xs:simpleType name="EmployeeTaskAttachmentNotificationType"><xs:restriction base="xs:string"><xs:enumeration value="NewAttachment"/><xs:enumeration value="AttachmentModified"/></xs:restriction></xs:simpleType><xs:element name="EmployeeTaskAttachmentNotificationType" nillable="true" type="q2736:EmployeeTaskAttachmentNotificationType" xmlns:q2736="http://www.recreatex.be/webshop/"/><xs:complexType name="EmployeeReservationNotificationBase"><xs:complexContent mixed="false"><xs:extension base="q2737:EmployeeNotification" xmlns:q2737="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ReservationId" type="ser:guid"/><xs:element minOccurs="0" name="ReservationName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PlaceId" type="ser:guid"/><xs:element minOccurs="0" name="PlaceName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PlaceDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="InfrastructureId" type="ser:guid"/><xs:element minOccurs="0" name="InfrastructureName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="InfrastructureDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ReservationIsOptional" type="xs:boolean"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="EmployeeReservationNotificationBase" nillable="true" type="q2738:EmployeeReservationNotificationBase" xmlns:q2738="http://www.recreatex.be/webshop/"/><xs:element name="FindSkillsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2739:ServiceContext" xmlns:q2739="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindSkillsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="q2740:ArrayOfSkill" xmlns:q2740="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="AssignEmployeeToTasksRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2741:ServiceContext" xmlns:q2741="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="EmployeeNotificationSearchCriteria" nillable="true" type="q2742:AssignEmployeeToTasksCriteria" xmlns:q2742="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType></xs:element><xs:element name="AssignEmployeeToTasksResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="FindWorkTypesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2743:ServiceContext" xmlns:q2743="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindWorkTypesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="WorkTypes" nillable="true" type="q2744:ArrayOfWorkType" xmlns:q2744="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfWorkType"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="WorkType" nillable="true" type="q2745:WorkType" xmlns:q2745="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfWorkType" nillable="true" type="q2746:ArrayOfWorkType" xmlns:q2746="http://www.recreatex.be/webshop/"/><xs:element name="FindEmployeeAvailabilitiesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2747:ServiceContext" xmlns:q2747="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="EmployeeAvailabilityCriteria" nillable="true" type="q2748:EmployeeAvailabilityCriteria" xmlns:q2748="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindEmployeeAvailabilitiesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="EmployeeAvailabilities" nillable="true" type="q2749:ArrayOfEmployeeAvailability" xmlns:q2749="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveEmployeeAvailabilityRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2750:ServiceContext" xmlns:q2750="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SaveEmployeeAvailabilityCriteria" nillable="true" type="q2751:SaveEmployeeAvailabilityCriteria" xmlns:q2751="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveEmployeeAvailabilityResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="q2752:SaveEmployeeAvailabilityResult" xmlns:q2752="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveEmployeeAvailabilitiesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2753:ServiceContext" xmlns:q2753="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SaveEmployeeAvailabilitiesCriteria" nillable="true" type="q2754:SaveEmployeeAvailabilitiesCriteria" xmlns:q2754="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveEmployeeAvailabilitiesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="q2755:SaveEmployeeAvailabilitiesResult" xmlns:q2755="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="DeleteEmployeeAvailabilityRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2756:ServiceContext" xmlns:q2756="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="DeleteEmployeeAvailabilityCriteria" nillable="true" type="q2757:DeleteEmployeeAvailabilityCriteria" xmlns:q2757="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType></xs:element><xs:element name="DeleteEmployeeAvailabilityResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="q2758:DeleteEmployeeAvailabilityResult" xmlns:q2758="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetTaskFlowSettingsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2759:ServiceContext" xmlns:q2759="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetTaskFlowSettingsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="q2760:TaskFlowSettings" xmlns:q2760="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindVendorsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2761:ServiceContext" xmlns:q2761="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="VendorSearchCriteria" nillable="true" type="q2762:VendorSearchCriteria" xmlns:q2762="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="VendorSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Paging" nillable="true" type="q2763:PagingCriteria" xmlns:q2763="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="NamePattern" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="VendorGroupId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="IncludeBlocked" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q2764:VendorIncludes" xmlns:q2764="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="VendorSearchCriteria" nillable="true" type="q2765:VendorSearchCriteria" xmlns:q2765="http://www.recreatex.be/webshop/"/><xs:complexType name="VendorIncludes"><xs:sequence><xs:element minOccurs="0" name="IncludeVendorContacts" nillable="true" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="VendorIncludes" nillable="true" type="q2766:VendorIncludes" xmlns:q2766="http://www.recreatex.be/webshop/"/><xs:element name="FindVendorsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Vendors" nillable="true" type="q2767:ArrayOfVendor" xmlns:q2767="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfVendor"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Vendor" nillable="true" type="q2768:Vendor" xmlns:q2768="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfVendor" nillable="true" type="q2769:ArrayOfVendor" xmlns:q2769="http://www.recreatex.be/webshop/"/><xs:complexType name="Vendor"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name2" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Address" nillable="true" type="q2770:Address" xmlns:q2770="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Phone1" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Phone2" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Phone3" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Fax" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Language" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="VatNo" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BankAccount1" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BankAccount2" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Email" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Email2" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="WebSite" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="InvoiceVendorId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="VendorState" nillable="true" type="q2771:VendorState" xmlns:q2771="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="VendorGroup" nillable="true" type="q2772:VendorGroup" xmlns:q2772="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="VendorNo" type="xs:long"/><xs:element minOccurs="0" name="VatRegime" nillable="true" type="q2773:VatRegime" xmlns:q2773="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="VendorContacts" nillable="true" type="q2774:ArrayOfVendorContact" xmlns:q2774="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="Vendor" nillable="true" type="q2775:Vendor" xmlns:q2775="http://www.recreatex.be/webshop/"/><xs:complexType name="VendorState"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IsBlocked" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="VendorState" nillable="true" type="q2776:VendorState" xmlns:q2776="http://www.recreatex.be/webshop/"/><xs:complexType name="VendorGroup"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="VendorGroup" nillable="true" type="q2777:VendorGroup" xmlns:q2777="http://www.recreatex.be/webshop/"/><xs:complexType name="VatRegime"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Vat" nillable="true" type="q2778:Vat" xmlns:q2778="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="VatRegime" nillable="true" type="q2779:VatRegime" xmlns:q2779="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfVendorContact"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="VendorContact" nillable="true" type="q2780:VendorContact" xmlns:q2780="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfVendorContact" nillable="true" type="q2781:ArrayOfVendorContact" xmlns:q2781="http://www.recreatex.be/webshop/"/><xs:complexType name="VendorContact"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Functions" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Phone1" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Phone2" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Phone3" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Fax" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Email" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="VendorContact" nillable="true" type="q2782:VendorContact" xmlns:q2782="http://www.recreatex.be/webshop/"/><xs:element name="FindVendorGroupsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2783:ServiceContext" xmlns:q2783="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="VendorGroupSearchCriteria" nillable="true" type="q2784:VendorGroupSearchCriteria" xmlns:q2784="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="VendorGroupSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Paging" nillable="true" type="q2785:PagingCriteria" xmlns:q2785="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="NamePattern" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="VendorGroupSearchCriteria" nillable="true" type="q2786:VendorGroupSearchCriteria" xmlns:q2786="http://www.recreatex.be/webshop/"/><xs:element name="FindVendorGroupsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="VendorGroups" nillable="true" type="q2787:ArrayOfVendorGroup" xmlns:q2787="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfVendorGroup"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="VendorGroup" nillable="true" type="q2788:VendorGroup" xmlns:q2788="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfVendorGroup" nillable="true" type="q2789:ArrayOfVendorGroup" xmlns:q2789="http://www.recreatex.be/webshop/"/><xs:element name="FindPurchaseArticlesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2790:ServiceContext" xmlns:q2790="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PurchaseArticleSearchCriteria" nillable="true" type="q2791:PurchaseArticleSearchCriteria" xmlns:q2791="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="PurchaseArticleSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Paging" nillable="true" type="q2792:PagingCriteria" xmlns:q2792="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ArticleId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ArticleGroupId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="NamePattern" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ArticleCategoryId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="VendorId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q2793:PurchaseArticleIncludes" xmlns:q2793="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="PurchaseArticleSearchCriteria" nillable="true" type="q2794:PurchaseArticleSearchCriteria" xmlns:q2794="http://www.recreatex.be/webshop/"/><xs:complexType name="PurchaseArticleIncludes"><xs:sequence><xs:element minOccurs="0" name="ImageUrl" type="xs:boolean"/><xs:element minOccurs="0" name="Image" type="xs:boolean"/><xs:element minOccurs="0" name="ArticleCategories" type="xs:boolean"/><xs:element minOccurs="0" name="ArticleGroup" type="xs:boolean"/><xs:element minOccurs="0" name="StockLocations" type="xs:boolean"/><xs:element minOccurs="0" name="Vendors" type="xs:boolean"/><xs:element minOccurs="0" name="ArticleUnits" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="PurchaseArticleIncludes" nillable="true" type="q2795:PurchaseArticleIncludes" xmlns:q2795="http://www.recreatex.be/webshop/"/><xs:element name="FindPurchaseArticlesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="PurchaseArticles" nillable="true" type="q2796:ArrayOfPurchaseArticle" xmlns:q2796="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfPurchaseArticle"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="PurchaseArticle" nillable="true" type="q2797:PurchaseArticle" xmlns:q2797="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPurchaseArticle" nillable="true" type="q2798:ArrayOfPurchaseArticle" xmlns:q2798="http://www.recreatex.be/webshop/"/><xs:element name="FindStockLocationsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2799:ServiceContext" xmlns:q2799="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="StockLocationSearchCriteria" nillable="true" type="q2800:StockLocationSearchCriteria" xmlns:q2800="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="StockLocationSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Paging" nillable="true" type="q2801:PagingCriteria" xmlns:q2801="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ArticleId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="StockLocationSearchCriteria" nillable="true" type="q2802:StockLocationSearchCriteria" xmlns:q2802="http://www.recreatex.be/webshop/"/><xs:element name="FindStockLocationsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="StockLocations" nillable="true" type="q2803:ArrayOfStockLocation" xmlns:q2803="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindPurchaseOrdersRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2804:ServiceContext" xmlns:q2804="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PurchaseOrderSearchCriteria" nillable="true" type="q2805:PurchaseOrderSearchCriteria" xmlns:q2805="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="PurchaseOrderSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Includes" nillable="true" type="q2806:PurchaseOrderIncludes" xmlns:q2806="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q2807:PagingCriteria" xmlns:q2807="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PurchaseId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="OrderNo" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Reference" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="VendorId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="FromCreationDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="TillCreationDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="ArticleId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="FromLastUpdate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="TillLastUpdate" nillable="true" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="PurchaseOrderSearchCriteria" nillable="true" type="q2808:PurchaseOrderSearchCriteria" xmlns:q2808="http://www.recreatex.be/webshop/"/><xs:complexType name="PurchaseOrderIncludes"><xs:sequence><xs:element minOccurs="0" name="OrderLines" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="PurchaseOrderIncludes" nillable="true" type="q2809:PurchaseOrderIncludes" xmlns:q2809="http://www.recreatex.be/webshop/"/><xs:element name="FindPurchaseOrdersResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="PurchaseOrders" nillable="true" type="q2810:ArrayOfPurchaseOrder" xmlns:q2810="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfPurchaseOrder"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="PurchaseOrder" nillable="true" type="q2811:PurchaseOrder" xmlns:q2811="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPurchaseOrder" nillable="true" type="q2812:ArrayOfPurchaseOrder" xmlns:q2812="http://www.recreatex.be/webshop/"/><xs:complexType name="PurchaseOrder"><xs:complexContent mixed="false"><xs:extension base="q2813:PurchaseOrderRequest" xmlns:q2813="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="OrderNo" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="OrderState" type="q2813:PurchaseOrderState"/><xs:element minOccurs="0" name="PostingDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="CreationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="PromisedDeliveryDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="PurchaseLines" nillable="true" type="q2813:ArrayOfPurchaseLine"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="PurchaseOrder" nillable="true" type="q2814:PurchaseOrder" xmlns:q2814="http://www.recreatex.be/webshop/"/><xs:complexType name="PurchaseOrderRequest"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeId" type="ser:guid"/><xs:element minOccurs="0" name="Reference" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="VendorId" type="ser:guid"/><xs:element minOccurs="0" name="VendorContactId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="PublicComment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PrivateComment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="RequestedDeliveryDate" nillable="true" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="PurchaseOrderRequest" nillable="true" type="q2815:PurchaseOrderRequest" xmlns:q2815="http://www.recreatex.be/webshop/"/><xs:simpleType name="PurchaseOrderState"><xs:restriction base="xs:string"><xs:enumeration value="ToBeOrdered"/><xs:enumeration value="Ordered"/><xs:enumeration value="PartiallyReceived"/><xs:enumeration value="EntirelyReceived"/><xs:enumeration value="ToApprove"/><xs:enumeration value="Rejected"/></xs:restriction></xs:simpleType><xs:element name="PurchaseOrderState" nillable="true" type="q2816:PurchaseOrderState" xmlns:q2816="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfPurchaseLine"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="PurchaseLine" nillable="true" type="q2817:PurchaseLine" xmlns:q2817="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPurchaseLine" nillable="true" type="q2818:ArrayOfPurchaseLine" xmlns:q2818="http://www.recreatex.be/webshop/"/><xs:complexType name="PurchaseLine"><xs:complexContent mixed="false"><xs:extension base="q2819:PurchaseLineRequest" xmlns:q2819="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="QtyPerPurchaseUnit" type="xs:decimal"/><xs:element minOccurs="0" name="QuantityBase" type="xs:decimal"/><xs:element minOccurs="0" name="QtyReceivedBase" nillable="true" type="xs:decimal"/><xs:element minOccurs="0" name="UnitPrice" nillable="true" type="xs:decimal"/><xs:element minOccurs="0" name="UnitPriceInc" nillable="true" type="xs:decimal"/><xs:element minOccurs="0" name="VatId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="VatPercentage" nillable="true" type="xs:decimal"/><xs:element minOccurs="0" name="VatAmount" nillable="true" type="xs:decimal"/><xs:element minOccurs="0" name="DiscountPercentage" nillable="true" type="xs:decimal"/><xs:element minOccurs="0" name="DiscountAmount" nillable="true" type="xs:decimal"/><xs:element minOccurs="0" name="LineAmount" nillable="true" type="xs:decimal"/><xs:element minOccurs="0" name="BaseAmount" nillable="true" type="xs:decimal"/><xs:element minOccurs="0" name="Amount" nillable="true" type="xs:decimal"/><xs:element minOccurs="0" name="IsVatInclusive" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="PriceCalculationType" type="q2819:PurchaseArticleCalculationType"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="PurchaseLine" nillable="true" type="q2820:PurchaseLine" xmlns:q2820="http://www.recreatex.be/webshop/"/><xs:complexType name="PurchaseLineRequest"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="PurchaseId" type="ser:guid"/><xs:element minOccurs="0" name="ArticleId" type="ser:guid"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description2" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PurchaseUnitId" type="ser:guid"/><xs:element minOccurs="0" name="Quantity" type="xs:decimal"/><xs:element minOccurs="0" name="StockLocationId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Hours" nillable="true" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="PurchaseLineRequest" nillable="true" type="q2821:PurchaseLineRequest" xmlns:q2821="http://www.recreatex.be/webshop/"/><xs:element name="ValidatePurchaseOrderRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2822:ServiceContext" xmlns:q2822="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ValidatePurchaseOrderRequest" nillable="true" type="q2823:PurchaseOrderRequest" xmlns:q2823="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ValidatePurchaseOrderResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ValidatePurchaseOrderResult" nillable="true" type="q2824:ValidationResult" xmlns:q2824="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ValidatePurchaseLineRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2825:ServiceContext" xmlns:q2825="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ValidatePurchaseLineRequest" nillable="true" type="q2826:PurchaseLineRequest" xmlns:q2826="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ValidatePurchaseLineResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ValidatePurchaseLineResult" nillable="true" type="q2827:ValidationResult" xmlns:q2827="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SavePurchaseOrderRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2828:ServiceContext" xmlns:q2828="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SavePurchaseOrderRequest" nillable="true" type="q2829:PurchaseOrderRequest" xmlns:q2829="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SavePurchaseOrderResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SavePurchaseOrderResult" nillable="true" type="q2830:SavePurchaseOrderResult" xmlns:q2830="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SavePurchaseOrderResult"><xs:sequence><xs:element minOccurs="0" name="ValidationResult" nillable="true" type="q2831:ValidationResult" xmlns:q2831="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ResultState" type="q2832:ResultState" xmlns:q2832="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PurchaseOrder" nillable="true" type="q2833:PurchaseOrder" xmlns:q2833="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="SavePurchaseOrderResult" nillable="true" type="q2834:SavePurchaseOrderResult" xmlns:q2834="http://www.recreatex.be/webshop/"/><xs:simpleType name="ResultState"><xs:restriction base="xs:string"><xs:enumeration value="None"/><xs:enumeration value="Success"/><xs:enumeration value="Failed"/></xs:restriction></xs:simpleType><xs:element name="ResultState" nillable="true" type="q2835:ResultState" xmlns:q2835="http://www.recreatex.be/webshop/"/><xs:element name="DeletePurchaseOrderRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2836:ServiceContext" xmlns:q2836="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="DeletePurchaseOrderRequest" nillable="true" type="q2837:PurchaseOrderRequest" xmlns:q2837="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="DeletePurchaseOrderResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="DeletePurchaseOrderResult" nillable="true" type="q2838:DeletePurchaseOrderResult" xmlns:q2838="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="DeletePurchaseOrderResult"><xs:sequence><xs:element minOccurs="0" name="ValidationResult" nillable="true" type="q2839:ValidationResult" xmlns:q2839="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ResultState" type="q2840:ResultState" xmlns:q2840="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PurchaseOrder" nillable="true" type="q2841:PurchaseOrder" xmlns:q2841="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="DeletePurchaseOrderResult" nillable="true" type="q2842:DeletePurchaseOrderResult" xmlns:q2842="http://www.recreatex.be/webshop/"/><xs:element name="SavePurchaseLineRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2843:ServiceContext" xmlns:q2843="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SavePurchaseLineRequest" nillable="true" type="q2844:PurchaseLineRequest" xmlns:q2844="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SavePurchaseLineResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SavePurchaseLineResponse" nillable="true" type="q2845:SavePurchaseLineResult" xmlns:q2845="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SavePurchaseLineResult"><xs:sequence><xs:element minOccurs="0" name="ValidationResult" nillable="true" type="q2846:ValidationResult" xmlns:q2846="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ResultState" type="q2847:ResultState" xmlns:q2847="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PurchaseLine" nillable="true" type="q2848:PurchaseLine" xmlns:q2848="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="SavePurchaseLineResult" nillable="true" type="q2849:SavePurchaseLineResult" xmlns:q2849="http://www.recreatex.be/webshop/"/><xs:element name="DeletePurchaseLineRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2850:ServiceContext" xmlns:q2850="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="DeletePurchaseLineRequest" nillable="true" type="q2851:PurchaseLineRequest" xmlns:q2851="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="DeletePurchaseLineResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="DeletePurchaseLineResult" nillable="true" type="q2852:DeletePurchaseLineResult" xmlns:q2852="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="DeletePurchaseLineResult"><xs:sequence><xs:element minOccurs="0" name="ValidationResult" nillable="true" type="q2853:ValidationResult" xmlns:q2853="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ResultState" type="q2854:ResultState" xmlns:q2854="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PurchaseLine" nillable="true" type="q2855:PurchaseLine" xmlns:q2855="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="DeletePurchaseLineResult" nillable="true" type="q2856:DeletePurchaseLineResult" xmlns:q2856="http://www.recreatex.be/webshop/"/><xs:element name="FindRentalArticlesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2857:ServiceContext" xmlns:q2857="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="RentalArticleSearchCriteria" nillable="true" type="q2858:RentalArticleSearchCriteria" xmlns:q2858="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="RentalArticleSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="ID" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="NamePattern" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ArticleGroupIds" nillable="true" type="q2859:ArrayOfguid" xmlns:q2859="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="FromDate" type="xs:dateTime"/><xs:element minOccurs="0" name="UntilDate" type="xs:dateTime"/><xs:element minOccurs="0" name="DeliveryDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="ReturnDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q2860:PagingCriteria" xmlns:q2860="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q2861:RentalArticleIncludes" xmlns:q2861="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PersonID" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ForReservations" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="ArticleIds" nillable="true" type="q2862:ArrayOfguid" xmlns:q2862="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="RentalPlaceIds" nillable="true" type="q2863:ArrayOfguid" xmlns:q2863="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="IgnoreShowOnWeb" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="RentalArticleSearchCriteria" nillable="true" type="q2864:RentalArticleSearchCriteria" xmlns:q2864="http://www.recreatex.be/webshop/"/><xs:complexType name="RentalArticleIncludes"><xs:sequence><xs:element minOccurs="0" name="ImageUrl" type="xs:boolean"/><xs:element minOccurs="0" name="Image" type="xs:boolean"/><xs:element minOccurs="0" name="ArticleGroup" type="xs:boolean"/><xs:element minOccurs="0" name="Attachment" type="xs:boolean"/><xs:element minOccurs="0" name="ExtraImages" type="xs:boolean"/><xs:element minOccurs="0" name="ExtraImageUrls" type="xs:boolean"/><xs:element minOccurs="0" name="Components" type="xs:boolean"/><xs:element minOccurs="0" name="IncludeUnavailable" type="xs:boolean"/><xs:element minOccurs="0" name="AttachmentUrl" type="xs:boolean"/><xs:element minOccurs="0" name="RentalPlaces" type="xs:boolean"/><xs:element minOccurs="0" name="InvalidPeriods" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="RentalArticleIncludes" nillable="true" type="q2865:RentalArticleIncludes" xmlns:q2865="http://www.recreatex.be/webshop/"/><xs:element name="FindRentalArticlesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="RentalArticles" nillable="true" type="q2866:ArrayOfRentalArticle" xmlns:q2866="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfRentalArticle"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RentalArticle" nillable="true" type="q2867:RentalArticle" xmlns:q2867="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRentalArticle" nillable="true" type="q2868:ArrayOfRentalArticle" xmlns:q2868="http://www.recreatex.be/webshop/"/><xs:element name="FindRentalOrdersRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2869:ServiceContext" xmlns:q2869="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="RentalOrderSearchCriteria" nillable="true" type="q2870:RentalOrderSearchCriteria" xmlns:q2870="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="RentalOrderSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="ID" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Number" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="PersonID" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="StartDateTime" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="EndDateTime" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="RentalOrderStatus" nillable="true" type="q2871:RentalOrderStatus" xmlns:q2871="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="RentalAdministrativeStatus" nillable="true" type="q2872:RentalAdministrativeStatus" xmlns:q2872="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q2873:PagingCriteria" xmlns:q2873="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q2874:RentalOrderIncludes" xmlns:q2874="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ReservationId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="RentalOrderSearchCriteria" nillable="true" type="q2875:RentalOrderSearchCriteria" xmlns:q2875="http://www.recreatex.be/webshop/"/><xs:simpleType name="RentalOrderStatus"><xs:restriction base="xs:string"><xs:enumeration value="Ordered"/><xs:enumeration value="PartiallyDelivered"/><xs:enumeration value="Delivered"/><xs:enumeration value="PartiallyReturned"/><xs:enumeration value="Returned"/><xs:enumeration value="Cancelled"/></xs:restriction></xs:simpleType><xs:element name="RentalOrderStatus" nillable="true" type="q2876:RentalOrderStatus" xmlns:q2876="http://www.recreatex.be/webshop/"/><xs:simpleType name="RentalAdministrativeStatus"><xs:restriction base="xs:string"><xs:enumeration value="NewOrder"/><xs:enumeration value="Approved"/><xs:enumeration value="Refused"/></xs:restriction></xs:simpleType><xs:element name="RentalAdministrativeStatus" nillable="true" type="q2877:RentalAdministrativeStatus" xmlns:q2877="http://www.recreatex.be/webshop/"/><xs:complexType name="RentalOrderIncludes"><xs:sequence><xs:element minOccurs="0" name="IncludeOrderLines" type="xs:boolean"/><xs:element minOccurs="0" name="IncludeOrderLineComponents" type="xs:boolean"/><xs:element minOccurs="0" name="IncludePersonDetails" type="xs:boolean"/><xs:element minOccurs="0" name="Tasks" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="RentalOrderIncludes" nillable="true" type="q2878:RentalOrderIncludes" xmlns:q2878="http://www.recreatex.be/webshop/"/><xs:element name="FindRentalOrdersResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="RentalOrders" nillable="true" type="q2879:ArrayOfRentalOrder" xmlns:q2879="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfRentalOrder"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RentalOrder" nillable="true" type="q2880:RentalOrder" xmlns:q2880="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRentalOrder" nillable="true" type="q2881:ArrayOfRentalOrder" xmlns:q2881="http://www.recreatex.be/webshop/"/><xs:complexType name="RentalOrder"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="RentalNo" type="xs:long"/><xs:element minOccurs="0" name="RentalWebNo" type="xs:long"/><xs:element minOccurs="0" name="WebCreated" type="xs:boolean"/><xs:element minOccurs="0" name="RentalOrderStatus" type="q2882:RentalOrderStatus" xmlns:q2882="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="RentalAdministrativeStatus" type="q2883:RentalAdministrativeStatus" xmlns:q2883="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CreationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Customer" nillable="true" type="q2884:Person" xmlns:q2884="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="StartDateTime" type="xs:dateTime"/><xs:element minOccurs="0" name="EndDateTime" type="xs:dateTime"/><xs:element minOccurs="0" name="PlannedDeliveryDateTime" type="xs:dateTime"/><xs:element minOccurs="0" name="PlannedReturnDateTime" type="xs:dateTime"/><xs:element minOccurs="0" name="CancelDate" type="xs:dateTime"/><xs:element minOccurs="0" name="CancelDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="RentalLocation" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TotalAmount" type="xs:decimal"/><xs:element minOccurs="0" name="RentalOrderLines" nillable="true" type="q2885:ArrayOfRentalOrderLine" xmlns:q2885="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Warranty" type="xs:decimal"/><xs:element minOccurs="0" name="Deletable" type="xs:boolean"/><xs:element minOccurs="0" name="DeliveryAddress" nillable="true" type="q2886:DeliveryAddress" xmlns:q2886="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CustomerContact" nillable="true" type="q2887:Contact" xmlns:q2887="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="AmountExcVat" type="xs:decimal"/><xs:element minOccurs="0" name="VatAmount" type="xs:decimal"/><xs:element minOccurs="0" name="EmployeeTasks" nillable="true" type="q2888:ArrayOfEmployeeTask" xmlns:q2888="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ReservationId" type="ser:guid"/><xs:element minOccurs="0" name="ActivityName" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="RentalOrder" nillable="true" type="q2889:RentalOrder" xmlns:q2889="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfRentalOrderLine"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RentalOrderLine" nillable="true" type="q2890:RentalOrderLine" xmlns:q2890="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRentalOrderLine" nillable="true" type="q2891:ArrayOfRentalOrderLine" xmlns:q2891="http://www.recreatex.be/webshop/"/><xs:complexType name="RentalOrderLine"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="RentalOrderId" type="ser:guid"/><xs:element minOccurs="0" name="Sequence" type="xs:int"/><xs:element minOccurs="0" name="StartDateTime" type="xs:dateTime"/><xs:element minOccurs="0" name="EndDateTime" type="xs:dateTime"/><xs:element minOccurs="0" name="PlannedDeliveryDateTime" type="xs:dateTime"/><xs:element minOccurs="0" name="PlannedReturnDateTime" type="xs:dateTime"/><xs:element minOccurs="0" name="ItemID" type="ser:guid"/><xs:element minOccurs="0" name="Quantity" type="xs:int"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Info" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Webcreated" type="xs:boolean"/><xs:element minOccurs="0" name="CalculationType" type="q2892:RentalCalculationType" xmlns:q2892="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="UnitPriceInc" type="xs:decimal"/><xs:element minOccurs="0" name="Amount" type="xs:decimal"/><xs:element minOccurs="0" name="Deposit" type="xs:decimal"/><xs:element minOccurs="0" name="Components" nillable="true" type="q2893:ArrayOfRentalOrderLine" xmlns:q2893="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ToDeliver" type="xs:boolean"/><xs:element minOccurs="0" name="RentalDays" type="xs:decimal"/><xs:element minOccurs="0" name="DiscountAmount" type="xs:decimal"/><xs:element minOccurs="0" name="DiscountPercentage" type="xs:decimal"/><xs:element minOccurs="0" name="VatPercentage" type="xs:decimal"/><xs:element minOccurs="0" name="RentalNo" type="xs:long"/></xs:sequence></xs:complexType><xs:element name="RentalOrderLine" nillable="true" type="q2894:RentalOrderLine" xmlns:q2894="http://www.recreatex.be/webshop/"/><xs:simpleType name="RentalCalculationType"><xs:restriction base="xs:string"><xs:enumeration value="PriceTimesHours"/><xs:enumeration value="FixedPrice"/><xs:enumeration value="PriceTimesQuantity"/><xs:enumeration value="PriceTimesQuantityTimesHours"/><xs:enumeration value="PriceTimesQuantityTimesDays"/><xs:enumeration value="PriceTimesQuantityTimesNights"/></xs:restriction></xs:simpleType><xs:element name="RentalCalculationType" nillable="true" type="q2895:RentalCalculationType" xmlns:q2895="http://www.recreatex.be/webshop/"/><xs:complexType name="DeliveryAddress"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="Address" nillable="true" type="q2896:Address" xmlns:q2896="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PersonName" nillable="true" type="q2897:PersonName" xmlns:q2897="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="DeliveryAddress" nillable="true" type="q2898:DeliveryAddress" xmlns:q2898="http://www.recreatex.be/webshop/"/><xs:element name="GetRentalOrderRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2899:ServiceContext" xmlns:q2899="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="RentalOrderID" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetRentalOrderResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="RentalOrder" nillable="true" type="q2900:RentalOrder" xmlns:q2900="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="CancelRentalOrderRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2901:ServiceContext" xmlns:q2901="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="RentalOrderID" type="ser:guid"/><xs:element minOccurs="0" name="ReasonID" type="ser:guid"/><xs:element minOccurs="0" name="ReasonDescription" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="CancelRentalOrderResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="RentalValidationResult" nillable="true" type="q2902:RentalValidationResult" xmlns:q2902="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="RentalValidationResult"><xs:complexContent mixed="false"><xs:extension base="q2903:ValidationResult" xmlns:q2903="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ValidatedRentalOrder" nillable="true" type="q2903:RentalOrder"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="RentalValidationResult" nillable="true" type="q2904:RentalValidationResult" xmlns:q2904="http://www.recreatex.be/webshop/"/><xs:element name="GetRentalPricingRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2905:ServiceContext" xmlns:q2905="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="RentalPricingSearchCriteria" nillable="true" type="q2906:RentalPricingSearchCriteria" xmlns:q2906="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="RentalPricingSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="ArticleId" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Quantity" type="xs:int"/><xs:element minOccurs="0" name="From" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="RentalPricingSearchCriteria" nillable="true" type="q2907:RentalPricingSearchCriteria" xmlns:q2907="http://www.recreatex.be/webshop/"/><xs:element name="GetRentalPricingResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="RentalPricing" nillable="true" type="q2908:RentalPricing" xmlns:q2908="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="RentalPricing"><xs:sequence><xs:element minOccurs="0" name="PriceCalculationType" type="q2909:RentalPriceCalculationType" xmlns:q2909="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Price" type="xs:decimal"/><xs:element minOccurs="0" name="WarrantyCalculationType" type="q2910:WarrantyCalculationType" xmlns:q2910="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Warranty" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="RentalPricing" nillable="true" type="q2911:RentalPricing" xmlns:q2911="http://www.recreatex.be/webshop/"/><xs:element name="FindRentalArticleAvailablePeriodsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2912:ServiceContext" xmlns:q2912="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="RentalArticleAvailablePeriodSearchCriteria" nillable="true" type="q2913:RentalArticleAvailablePeriodSearchCriteria" xmlns:q2913="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="RentalArticleAvailablePeriodSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="FromDate" type="xs:dateTime"/><xs:element minOccurs="0" name="UntilDate" type="xs:dateTime"/><xs:element minOccurs="0" name="ArticleID" type="ser:guid"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q2914:PagingCriteria" xmlns:q2914="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="RentalArticleAvailablePeriodSearchCriteria" nillable="true" type="q2915:RentalArticleAvailablePeriodSearchCriteria" xmlns:q2915="http://www.recreatex.be/webshop/"/><xs:element name="FindRentalArticleAvailablePeriodsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="RentalArticleAvailablePeriods" nillable="true" type="q2916:ArrayOfRentalArticleAvailablePeriod" xmlns:q2916="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfRentalArticleAvailablePeriod"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RentalArticleAvailablePeriod" nillable="true" type="q2917:RentalArticleAvailablePeriod" xmlns:q2917="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRentalArticleAvailablePeriod" nillable="true" type="q2918:ArrayOfRentalArticleAvailablePeriod" xmlns:q2918="http://www.recreatex.be/webshop/"/><xs:complexType name="RentalArticleAvailablePeriod"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="FromDateTime" type="xs:dateTime"/><xs:element minOccurs="0" name="ToDateTime" type="xs:dateTime"/><xs:element minOccurs="0" name="Available" type="xs:int"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="RentalArticleAvailablePeriod" nillable="true" type="q2919:RentalArticleAvailablePeriod" xmlns:q2919="http://www.recreatex.be/webshop/"/><xs:element name="FindRentalActivitiesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2920:ServiceContext" xmlns:q2920="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="RentalActivitySearchCriteria" nillable="true" type="q2921:RentalActivitySearchCriteria" xmlns:q2921="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="RentalActivitySearchCriteria"><xs:sequence><xs:element minOccurs="0" name="ID" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Keyword" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q2922:PagingCriteria" xmlns:q2922="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="RentalActivitySearchCriteria" nillable="true" type="q2923:RentalActivitySearchCriteria" xmlns:q2923="http://www.recreatex.be/webshop/"/><xs:element name="FindRentalActivitiesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="RentalActivities" nillable="true" type="q2924:ArrayOfRentalActivity" xmlns:q2924="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfRentalActivity"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RentalActivity" nillable="true" type="q2925:RentalActivity" xmlns:q2925="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRentalActivity" nillable="true" type="q2926:ArrayOfRentalActivity" xmlns:q2926="http://www.recreatex.be/webshop/"/><xs:complexType name="RentalActivity"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="RentalActivity" nillable="true" type="q2927:RentalActivity" xmlns:q2927="http://www.recreatex.be/webshop/"/><xs:element name="FindRentalPlacesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2928:ServiceContext" xmlns:q2928="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="RentalPlaceSearchCriteria" nillable="true" type="q2929:FindRentalPlacesCriteria" xmlns:q2929="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FindRentalPlacesCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="NamePattern" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q2930:PagingCriteria" xmlns:q2930="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q2931:FindRentalPlacesCriteriaIncludes" xmlns:q2931="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetDefaultPOSRentalPlace" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="FindRentalPlacesCriteria" nillable="true" type="q2932:FindRentalPlacesCriteria" xmlns:q2932="http://www.recreatex.be/webshop/"/><xs:complexType name="FindRentalPlacesCriteriaIncludes"><xs:sequence><xs:element minOccurs="0" name="OpeningHours" type="xs:boolean"/><xs:element minOccurs="0" name="ClosingDays" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="FindRentalPlacesCriteriaIncludes" nillable="true" type="q2933:FindRentalPlacesCriteriaIncludes" xmlns:q2933="http://www.recreatex.be/webshop/"/><xs:element name="FindRentalPlacesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="RentalPlaces" nillable="true" type="q2934:ArrayOfRentalPlace" xmlns:q2934="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetRentalOrdersByDateRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2935:ServiceContext" xmlns:q2935="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="RentalOrdersByDateCriteria" nillable="true" type="q2936:FindRentalOrdersByDateCriteria" xmlns:q2936="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FindRentalOrdersByDateCriteria"><xs:sequence><xs:element minOccurs="0" name="StartRentalFrom" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="StartRentalUntil" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="EndRentalFrom" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="EndRentalUntil" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="PickupFrom" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="PickupUntil" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="DeliveryFrom" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="DeliveryUntil" nillable="true" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="FindRentalOrdersByDateCriteria" nillable="true" type="q2937:FindRentalOrdersByDateCriteria" xmlns:q2937="http://www.recreatex.be/webshop/"/><xs:element name="GetRentalOrdersByDateResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="RentalOrders" nillable="true" type="q2938:ArrayOfRentalOrder" xmlns:q2938="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetRentalPlaceOpeningHourRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2939:ServiceContext" xmlns:q2939="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetRentalPlaceOpeningHourCriteria" nillable="true" type="q2940:GetRentalPlaceOpeningHourCriteria" xmlns:q2940="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetRentalPlaceOpeningHourResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetRentalPlaceOpeningHourResult" nillable="true" type="q2941:GetRentalPlaceOpeningHourResult" xmlns:q2941="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="AuthenticateChildCareCentreEmployeeRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q2942:ServiceContext" xmlns:q2942="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Credentials" nillable="true" type="q2943:ChildCareCentreEmployeeCredential" xmlns:q2943="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="AuthenticateChildCareCentreEmployeeResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AuthenticateChildCareCentreEmployeeResult" nillable="true" type="q2944:AuthenticationResult" xmlns:q2944="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindChildCareCentresRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareCentreSearchCriteria" nillable="true" type="q2945:ChildCareCentreSearchCriteria" xmlns:q2945="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q2946:ServiceContext" xmlns:q2946="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ChildCareCentreSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IsBlocked" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q2947:PagingCriteria" xmlns:q2947="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q2948:ChildCareCentreIncludes" xmlns:q2948="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="OnlyActive" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="ChildCareEntryPeriods" nillable="true" type="q2949:ArrayOfguid" xmlns:q2949="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType><xs:element name="ChildCareCentreSearchCriteria" nillable="true" type="q2950:ChildCareCentreSearchCriteria" xmlns:q2950="http://www.recreatex.be/webshop/"/><xs:complexType name="ChildCareCentreIncludes"><xs:sequence><xs:element minOccurs="0" name="Locations" type="xs:boolean"/><xs:element minOccurs="0" name="Options" type="xs:boolean"/><xs:element minOccurs="0" name="AllowedEntryPeriods" type="xs:boolean"/><xs:element minOccurs="0" name="AllOptions" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ChildCareCentreIncludes" nillable="true" type="q2951:ChildCareCentreIncludes" xmlns:q2951="http://www.recreatex.be/webshop/"/><xs:element name="FindChildCareCentresResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareCentres" nillable="true" type="q2952:FindChildCareCentresResult" xmlns:q2952="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FindChildCareCentresResult"><xs:sequence><xs:element minOccurs="0" name="TotalCount" type="xs:int"/><xs:element minOccurs="0" name="ChildCareCentres" nillable="true" type="q2953:ArrayOfChildCareCentre" xmlns:q2953="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="FindChildCareCentresResult" nillable="true" type="q2954:FindChildCareCentresResult" xmlns:q2954="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfChildCareCentre"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ChildCareCentre" nillable="true" type="q2955:ChildCareCentre" xmlns:q2955="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfChildCareCentre" nillable="true" type="q2956:ArrayOfChildCareCentre" xmlns:q2956="http://www.recreatex.be/webshop/"/><xs:complexType name="ChildCareCentre"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Location" nillable="true" type="q2957:AddressLocation" xmlns:q2957="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MaxChildren" type="xs:int"/><xs:element minOccurs="0" name="IsBlocked" type="xs:boolean"/><xs:element minOccurs="0" name="Options" nillable="true" type="q2958:ArrayOfChildCareCentreOption" xmlns:q2958="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="AgeCategory" nillable="true" type="q2959:AgeCategory" xmlns:q2959="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="UseEntriesOnPeriods" type="xs:boolean"/><xs:element minOccurs="0" name="AllowedEntryPeriodIds" nillable="true" type="q2960:ArrayOfguid" xmlns:q2960="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="Comments" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="NeedExtraInformationFromUser" type="xs:boolean"/><xs:element minOccurs="0" name="IsWaitingListEnabled" type="xs:boolean"/><xs:element minOccurs="0" name="AllowUnregisteredPresences" type="xs:boolean"/><xs:element minOccurs="0" name="RegistrationConfiguredBy" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="ChildCareCentre" nillable="true" type="q2961:ChildCareCentre" xmlns:q2961="http://www.recreatex.be/webshop/"/><xs:element name="FindChildCareCentrePeriodsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareCentrePeriodSearchCriteria" nillable="true" type="q2962:ChildCareCentrePeriodSearchCriteria" xmlns:q2962="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q2963:ServiceContext" xmlns:q2963="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ChildCareCentrePeriodSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ChildCareCentreId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="From" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q2964:PagingCriteria" xmlns:q2964="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ChildCareEntryPeriodId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ChildCareCentrePeriodSearchCriteria" nillable="true" type="q2965:ChildCareCentrePeriodSearchCriteria" xmlns:q2965="http://www.recreatex.be/webshop/"/><xs:element name="FindChildCareCentrePeriodsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareCentrePeriods" nillable="true" type="q2966:ArrayOfChildCareCentrePeriod" xmlns:q2966="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfChildCareCentrePeriod"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ChildCareCentrePeriod" nillable="true" type="q2967:ChildCareCentrePeriod" xmlns:q2967="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfChildCareCentrePeriod" nillable="true" type="q2968:ArrayOfChildCareCentrePeriod" xmlns:q2968="http://www.recreatex.be/webshop/"/><xs:complexType name="ChildCareCentrePeriod"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ChildCareCentreId" type="ser:guid"/><xs:element minOccurs="0" name="From" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" type="xs:dateTime"/><xs:element minOccurs="0" name="MaxChildren" type="xs:int"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CurrentEntries" type="xs:int"/><xs:element minOccurs="0" name="MinutesBeforeRegistrationIsAllowed" type="xs:int"/><xs:element minOccurs="0" name="WaitingListEntries" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="ChildCareCentrePeriod" nillable="true" type="q2969:ChildCareCentrePeriod" xmlns:q2969="http://www.recreatex.be/webshop/"/><xs:element name="FindChildCareEntryPeriodsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareEntryPeriodSearchCriteria" nillable="true" type="q2970:ChildCareEntryPeriodSearchCriteria" xmlns:q2970="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q2971:ServiceContext" xmlns:q2971="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ChildCareEntryPeriodSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="From" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q2972:PagingCriteria" xmlns:q2972="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ChildCareCentreId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ChildCareEntryPeriodSearchCriteria" nillable="true" type="q2973:ChildCareEntryPeriodSearchCriteria" xmlns:q2973="http://www.recreatex.be/webshop/"/><xs:element name="FindChildCareEntryPeriodsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareEntryPeriods" nillable="true" type="q2974:ArrayOfChildCareEntryPeriod" xmlns:q2974="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfChildCareEntryPeriod"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ChildCareEntryPeriod" nillable="true" type="q2975:ChildCareEntryPeriod" xmlns:q2975="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfChildCareEntryPeriod" nillable="true" type="q2976:ArrayOfChildCareEntryPeriod" xmlns:q2976="http://www.recreatex.be/webshop/"/><xs:complexType name="ChildCareEntryPeriod"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="From" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" type="xs:dateTime"/><xs:element minOccurs="0" name="ShowOnWebFrom" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="ShowOnWebTill" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="MinDaysToRegister" type="xs:int"/><xs:element minOccurs="0" name="MinTimeToRegister" type="ser:duration"/><xs:element minOccurs="0" name="MinDaysToCancel" type="xs:int"/><xs:element minOccurs="0" name="MinTimeToCancel" type="ser:duration"/><xs:element minOccurs="0" name="UseEntriesOnPeriods" type="xs:boolean"/><xs:element minOccurs="0" name="DeadlineCalculationType" type="q2977:ChildCareEntryDeadlineCalculationType" xmlns:q2977="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ChildCareEntryPeriod" nillable="true" type="q2978:ChildCareEntryPeriod" xmlns:q2978="http://www.recreatex.be/webshop/"/><xs:simpleType name="ChildCareEntryDeadlineCalculationType"><xs:restriction base="xs:string"><xs:enumeration value="BasedOnRegistrationPeriod"/><xs:enumeration value="BasedOnCarePeriod"/></xs:restriction></xs:simpleType><xs:element name="ChildCareEntryDeadlineCalculationType" nillable="true" type="q2979:ChildCareEntryDeadlineCalculationType" xmlns:q2979="http://www.recreatex.be/webshop/"/><xs:element name="FindChildCareCentreEntriesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareCentreEntrySearchCriteria" nillable="true" type="q2980:ChildCareCentreEntrySearchCriteria" xmlns:q2980="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q2981:ServiceContext" xmlns:q2981="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ChildCareCentreEntrySearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Ids" nillable="true" type="q2982:ArrayOfguid" xmlns:q2982="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ChildCareCentreId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ChildCareCentrePeriodId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q2983:PagingCriteria" xmlns:q2983="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q2984:ChildCareCentreEntryIncludes" xmlns:q2984="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ChildCareCentreEntrySearchCriteria" nillable="true" type="q2985:ChildCareCentreEntrySearchCriteria" xmlns:q2985="http://www.recreatex.be/webshop/"/><xs:complexType name="ChildCareCentreEntryIncludes"><xs:sequence><xs:element minOccurs="0" name="PersonDetails" type="xs:boolean"/><xs:element minOccurs="0" name="PersonContacts" type="xs:boolean"/><xs:element minOccurs="0" name="PersonParentRelations" type="xs:boolean"/><xs:element minOccurs="0" name="Periods" type="xs:boolean"/><xs:element minOccurs="0" name="Doctor" type="xs:boolean"/><xs:element minOccurs="0" name="Image" type="xs:boolean"/><xs:element minOccurs="0" name="WaitingListEntries" type="xs:boolean"/><xs:element minOccurs="0" name="ParentContacts" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ChildCareCentreEntryIncludes" nillable="true" type="q2986:ChildCareCentreEntryIncludes" xmlns:q2986="http://www.recreatex.be/webshop/"/><xs:element name="FindChildCareCentreEntriesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareCentreEntries" nillable="true" type="q2987:ArrayOfChildCareCentreEntry" xmlns:q2987="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfChildCareCentreEntry"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ChildCareCentreEntry" nillable="true" type="q2988:ChildCareCentreEntry" xmlns:q2988="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfChildCareCentreEntry" nillable="true" type="q2989:ArrayOfChildCareCentreEntry" xmlns:q2989="http://www.recreatex.be/webshop/"/><xs:complexType name="ChildCareCentreEntry"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="Person" nillable="true" type="q2990:Person" xmlns:q2990="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ChildCareCentreId" type="ser:guid"/><xs:element minOccurs="0" name="EntryDate" type="xs:dateTime"/><xs:element minOccurs="0" name="ChildCareEntryPeriod" nillable="true" type="q2991:ChildCareEntryPeriod" xmlns:q2991="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Periods" nillable="true" type="q2992:ArrayOfChildCareCentrePeriodEntry" xmlns:q2992="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Deletable" type="xs:boolean"/><xs:element minOccurs="0" name="Status" type="xs:int"/><xs:element minOccurs="0" name="AmountPayed" type="xs:decimal"/><xs:element minOccurs="0" name="ChildCareCentre" nillable="true" type="q2993:ChildCareCentre" xmlns:q2993="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SelectedOptions" nillable="true" type="q2994:ArrayOfChildCareCentreSelectedOption" xmlns:q2994="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="UseEntriesOnPeriods" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ChildCareCentreEntry" nillable="true" type="q2995:ChildCareCentreEntry" xmlns:q2995="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfChildCareCentrePeriodEntry"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ChildCareCentrePeriodEntry" nillable="true" type="q2996:ChildCareCentrePeriodEntry" xmlns:q2996="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfChildCareCentrePeriodEntry" nillable="true" type="q2997:ArrayOfChildCareCentrePeriodEntry" xmlns:q2997="http://www.recreatex.be/webshop/"/><xs:complexType name="ChildCareCentrePeriodEntry"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="ChildCareCentreEntryId" type="ser:guid"/><xs:element minOccurs="0" name="ChildCareCentrePeriod" nillable="true" type="q2998:ChildCareCentrePeriod" xmlns:q2998="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Options" nillable="true" type="q2999:ArrayOfChildCareCentreOption" xmlns:q2999="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SelectedOptions" nillable="true" type="q3000:ArrayOfChildCareCentreSelectedOption" xmlns:q3000="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="WaitingList" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ChildCareCentrePeriodEntry" nillable="true" type="q3001:ChildCareCentrePeriodEntry" xmlns:q3001="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfChildCareCentreSelectedOption"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ChildCareCentreSelectedOption" nillable="true" type="q3002:ChildCareCentreSelectedOption" xmlns:q3002="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfChildCareCentreSelectedOption" nillable="true" type="q3003:ArrayOfChildCareCentreSelectedOption" xmlns:q3003="http://www.recreatex.be/webshop/"/><xs:complexType name="ChildCareCentreSelectedOption"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ChildCareCentreEntryId" type="ser:guid"/><xs:element minOccurs="0" name="ChildCareCentrePeriodEntryId" type="ser:guid"/><xs:element minOccurs="0" name="ChildCareCentreOptionId" type="ser:guid"/><xs:element minOccurs="0" name="NumberOfOptions" type="xs:int"/><xs:element minOccurs="0" name="ChildCareCentrePeriodID" type="ser:guid"/><xs:element minOccurs="0" name="ArticleId" type="ser:guid"/><xs:element minOccurs="0" name="ArticleCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ArticleName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ArticleDescription" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ChildCareCentreSelectedOption" nillable="true" type="q3004:ChildCareCentreSelectedOption" xmlns:q3004="http://www.recreatex.be/webshop/"/><xs:element name="FindChildCareCentreAbsencesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareCentreAbsenceSearchCriteria" nillable="true" type="q3005:ChildCareCentreAbsenceSearchCriteria" xmlns:q3005="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3006:ServiceContext" xmlns:q3006="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ChildCareCentreAbsenceSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ChildCareCentreId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ChildCareCentrePeriodId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q3007:PagingCriteria" xmlns:q3007="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="From" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q3008:ChildCareCentreAbsenceIncludes" xmlns:q3008="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ChildCareCentreAbsenceSearchCriteria" nillable="true" type="q3009:ChildCareCentreAbsenceSearchCriteria" xmlns:q3009="http://www.recreatex.be/webshop/"/><xs:complexType name="ChildCareCentreAbsenceIncludes"><xs:sequence><xs:element minOccurs="0" name="Centres" type="xs:boolean"/><xs:element minOccurs="0" name="CentrePeriods" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ChildCareCentreAbsenceIncludes" nillable="true" type="q3010:ChildCareCentreAbsenceIncludes" xmlns:q3010="http://www.recreatex.be/webshop/"/><xs:element name="FindChildCareCentreAbsencesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareCentreAbsences" nillable="true" type="q3011:ArrayOfChildCareCentreAbsence" xmlns:q3011="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfChildCareCentreAbsence"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ChildCareCentreAbsence" nillable="true" type="q3012:ChildCareCentreAbsence" xmlns:q3012="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfChildCareCentreAbsence" nillable="true" type="q3013:ArrayOfChildCareCentreAbsence" xmlns:q3013="http://www.recreatex.be/webshop/"/><xs:complexType name="ChildCareCentreAbsence"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="ChildCareCentreId" type="ser:guid"/><xs:element minOccurs="0" name="ChildCareCentrePeriodId" type="ser:guid"/><xs:element minOccurs="0" name="ChildCareCentre" nillable="true" type="q3014:ChildCareCentre" xmlns:q3014="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ChildCareCentrePeriod" nillable="true" type="q3015:ChildCareCentrePeriod" xmlns:q3015="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FineAmount" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="ChildCareCentreAbsence" nillable="true" type="q3016:ChildCareCentreAbsence" xmlns:q3016="http://www.recreatex.be/webshop/"/><xs:element name="FindChildCareCentrePresencesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareCentrePresenceSearchCriteria" nillable="true" type="q3017:ChildCareCentrePresenceSearchCriteria" xmlns:q3017="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3018:ServiceContext" xmlns:q3018="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ChildCareCentrePresenceSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ChildCareCentreId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ChildCareCentrePeriodId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q3019:PagingCriteria" xmlns:q3019="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="From" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q3020:ChildCareCentrePresenceIncludes" xmlns:q3020="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PostedSelectionType" type="q3021:PostedSelectionType" xmlns:q3021="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ChildCareCentrePresenceSearchCriteria" nillable="true" type="q3022:ChildCareCentrePresenceSearchCriteria" xmlns:q3022="http://www.recreatex.be/webshop/"/><xs:complexType name="ChildCareCentrePresenceIncludes"><xs:sequence><xs:element minOccurs="0" name="Centres" type="xs:boolean"/><xs:element minOccurs="0" name="CentrePeriods" type="xs:boolean"/><xs:element minOccurs="0" name="Options" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ChildCareCentrePresenceIncludes" nillable="true" type="q3023:ChildCareCentrePresenceIncludes" xmlns:q3023="http://www.recreatex.be/webshop/"/><xs:simpleType name="PostedSelectionType"><xs:restriction base="xs:string"><xs:enumeration value="All"/><xs:enumeration value="UnPosted"/><xs:enumeration value="Posted"/></xs:restriction></xs:simpleType><xs:element name="PostedSelectionType" nillable="true" type="q3024:PostedSelectionType" xmlns:q3024="http://www.recreatex.be/webshop/"/><xs:element name="FindChildCareCentrePresencesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareCentrePresences" nillable="true" type="q3025:ArrayOfChildCareCentrePresence" xmlns:q3025="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfChildCareCentrePresence"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ChildCareCentrePresence" nillable="true" type="q3026:ChildCareCentrePresence" xmlns:q3026="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfChildCareCentrePresence" nillable="true" type="q3027:ArrayOfChildCareCentrePresence" xmlns:q3027="http://www.recreatex.be/webshop/"/><xs:complexType name="ChildCareCentrePresence"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="ChildCareCentreId" type="ser:guid"/><xs:element minOccurs="0" name="ChildCareCentrePeriodId" type="ser:guid"/><xs:element minOccurs="0" name="From" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" type="xs:dateTime"/><xs:element minOccurs="0" name="Posted" type="xs:boolean"/><xs:element minOccurs="0" name="ChildCareCentre" nillable="true" type="q3028:ChildCareCentre" xmlns:q3028="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ChildCareCentrePeriod" nillable="true" type="q3029:ChildCareCentrePeriod" xmlns:q3029="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Options" nillable="true" type="q3030:ArrayOfChildCareCentrePresenceOption" xmlns:q3030="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.WebServices.Contracts"/></xs:sequence></xs:complexType><xs:element name="ChildCareCentrePresence" nillable="true" type="q3031:ChildCareCentrePresence" xmlns:q3031="http://www.recreatex.be/webshop/"/><xs:element name="SaveChildCareCentrePresenceRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareCentrePresence" nillable="true" type="q3032:ChildCareCentrePresence" xmlns:q3032="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3033:ServiceContext" xmlns:q3033="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveChildCareCentrePresenceResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SaveChildCareCentrePresenceResult" nillable="true" type="q3034:SaveChildCareCentrePresenceResult" xmlns:q3034="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SaveChildCareCentrePresenceResult"><xs:sequence><xs:element minOccurs="0" name="ChildCareCentrePresence" nillable="true" type="q3035:ChildCareCentrePresence" xmlns:q3035="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ValidationResults" nillable="true" type="q3036:ArrayOfValidationResult" xmlns:q3036="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="SaveChildCareCentrePresenceResult" nillable="true" type="q3037:SaveChildCareCentrePresenceResult" xmlns:q3037="http://www.recreatex.be/webshop/"/><xs:element name="SaveChildCareCentrePresenceListRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareCentrePresences" nillable="true" type="q3038:ArrayOfChildCareCentrePresence" xmlns:q3038="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3039:ServiceContext" xmlns:q3039="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveChildCareCentrePresenceListResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SaveChildCareCentrePresenceListResponse" nillable="true" type="q3040:ArrayOfSaveChildCareCentrePresenceResult" xmlns:q3040="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfSaveChildCareCentrePresenceResult"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SaveChildCareCentrePresenceResult" nillable="true" type="q3041:SaveChildCareCentrePresenceResult" xmlns:q3041="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSaveChildCareCentrePresenceResult" nillable="true" type="q3042:ArrayOfSaveChildCareCentrePresenceResult" xmlns:q3042="http://www.recreatex.be/webshop/"/><xs:element name="DeleteChildCareCentrePresenceRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareCentrePresenceId" type="ser:guid"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3043:ServiceContext" xmlns:q3043="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="DeleteChildCareCentrePresenceResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ValidationResult" nillable="true" type="q3044:ValidationResult" xmlns:q3044="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindChildCareCentrePresenceHeadersRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareCentrePresenceHeaderSearchCriteria" nillable="true" type="q3045:ChildCareCentrePresenceHeaderSearchCriteria" xmlns:q3045="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3046:ServiceContext" xmlns:q3046="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ChildCareCentrePresenceHeaderSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ChildCareCentreId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="From" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q3047:PagingCriteria" xmlns:q3047="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q3048:ChildCareCentrePresenceHeaderIncludes" xmlns:q3048="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ListForHealthCertificate" nillable="true" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ChildCareCentrePresenceHeaderSearchCriteria" nillable="true" type="q3049:ChildCareCentrePresenceHeaderSearchCriteria" xmlns:q3049="http://www.recreatex.be/webshop/"/><xs:complexType name="ChildCareCentrePresenceHeaderIncludes"><xs:sequence><xs:element minOccurs="0" name="Tariffs" type="xs:boolean"/><xs:element minOccurs="0" name="Presences" type="xs:boolean"/><xs:element minOccurs="0" name="PresenceOptions" type="xs:boolean"/><xs:element minOccurs="0" name="Centres" type="xs:boolean"/><xs:element minOccurs="0" name="CentrePeriods" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ChildCareCentrePresenceHeaderIncludes" nillable="true" type="q3050:ChildCareCentrePresenceHeaderIncludes" xmlns:q3050="http://www.recreatex.be/webshop/"/><xs:element name="FindChildCareCentrePresenceHeadersResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareCentrePresenceHeaders" nillable="true" type="q3051:ArrayOfChildCareCentrePresenceHeader" xmlns:q3051="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfChildCareCentrePresenceHeader"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ChildCareCentrePresenceHeader" nillable="true" type="q3052:ChildCareCentrePresenceHeader" xmlns:q3052="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfChildCareCentrePresenceHeader" nillable="true" type="q3053:ArrayOfChildCareCentrePresenceHeader" xmlns:q3053="http://www.recreatex.be/webshop/"/><xs:complexType name="ChildCareCentrePresenceHeader"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="ChildCareCentreId" type="ser:guid"/><xs:element minOccurs="0" name="Day" type="xs:dateTime"/><xs:element minOccurs="0" name="PresenceLineAmount" type="xs:decimal"/><xs:element minOccurs="0" name="PresenceVATAmount" type="xs:decimal"/><xs:element minOccurs="0" name="PresenceAmount" type="xs:decimal"/><xs:element minOccurs="0" name="PresenceQuantity" type="xs:int"/><xs:element minOccurs="0" name="FineLineAmount" type="xs:decimal"/><xs:element minOccurs="0" name="FineVATAmount" type="xs:decimal"/><xs:element minOccurs="0" name="FineAmount" type="xs:decimal"/><xs:element minOccurs="0" name="FineQuantity" type="xs:int"/><xs:element minOccurs="0" name="TotalPresenceAmount" type="xs:decimal"/><xs:element minOccurs="0" name="TotalFineAmount" type="xs:decimal"/><xs:element minOccurs="0" name="TotalAmount" type="xs:decimal"/><xs:element minOccurs="0" name="ChildCareTariff" nillable="true" type="q3054:ChildCareTariff" xmlns:q3054="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Presences" nillable="true" type="q3055:ArrayOfChildCareCentrePresence" xmlns:q3055="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ChildCareCentre" nillable="true" type="q3056:ChildCareCentre" xmlns:q3056="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ChildCareCentrePresenceHeader" nillable="true" type="q3057:ChildCareCentrePresenceHeader" xmlns:q3057="http://www.recreatex.be/webshop/"/><xs:element name="FindChildCareCentreChipKnipRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3058:ServiceContext" xmlns:q3058="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FindChildCareCentreChipKnipSearchCriteria" nillable="true" type="q3059:ChildCareChipKnipSearchCriteria" xmlns:q3059="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ChildCareChipKnipSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q3060:PagingCriteria" xmlns:q3060="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ChildCareChipKnipSearchCriteria" nillable="true" type="q3061:ChildCareChipKnipSearchCriteria" xmlns:q3061="http://www.recreatex.be/webshop/"/><xs:element name="FindChildCareCentreChipKnipResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareCentreChipKnip" nillable="true" type="q3062:PersonChipKnip" xmlns:q3062="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="PersonChipKnip"><xs:sequence><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="Balance" type="xs:decimal"/><xs:element minOccurs="0" name="History" nillable="true" type="q3063:ArrayOfPersonChipKnipLine" xmlns:q3063="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ChildCareInfo" nillable="true" type="q3064:PersonChipKnipChildCareInfo" xmlns:q3064="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="PersonChipKnip" nillable="true" type="q3065:PersonChipKnip" xmlns:q3065="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfPersonChipKnipLine"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="PersonChipKnipLine" nillable="true" type="q3066:PersonChipKnipLine" xmlns:q3066="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPersonChipKnipLine" nillable="true" type="q3067:ArrayOfPersonChipKnipLine" xmlns:q3067="http://www.recreatex.be/webshop/"/><xs:complexType name="PersonChipKnipLine"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Date" type="xs:dateTime"/><xs:element minOccurs="0" name="Amount" type="xs:decimal"/><xs:element minOccurs="0" name="Balance" type="xs:decimal"/><xs:element minOccurs="0" name="SalesId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="PersonChipKnipLine" nillable="true" type="q3068:PersonChipKnipLine" xmlns:q3068="http://www.recreatex.be/webshop/"/><xs:complexType name="PersonChipKnipChildCareInfo"><xs:sequence><xs:element minOccurs="0" name="ChildCareCommission" type="xs:decimal"/><xs:element minOccurs="0" name="ChildCareTreshold" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="PersonChipKnipChildCareInfo" nillable="true" type="q3069:PersonChipKnipChildCareInfo" xmlns:q3069="http://www.recreatex.be/webshop/"/><xs:element name="GetChildCareChipKnipsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareChipKnipsSearchCriteria" nillable="true" type="q3070:ChildCareChipKnipsSearchCriteria" xmlns:q3070="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3071:ServiceContext" xmlns:q3071="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ChildCareChipKnipsSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="PersonIds" nillable="true" type="q3072:ArrayOfguid" xmlns:q3072="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType><xs:element name="ChildCareChipKnipsSearchCriteria" nillable="true" type="q3073:ChildCareChipKnipsSearchCriteria" xmlns:q3073="http://www.recreatex.be/webshop/"/><xs:element name="GetChildCareChipKnipsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareChipKnips" nillable="true" type="q3074:ArrayOfChildCareChipKnip" xmlns:q3074="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfChildCareChipKnip"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ChildCareChipKnip" nillable="true" type="q3075:ChildCareChipKnip" xmlns:q3075="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfChildCareChipKnip" nillable="true" type="q3076:ArrayOfChildCareChipKnip" xmlns:q3076="http://www.recreatex.be/webshop/"/><xs:complexType name="ChildCareChipKnip"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="PersonChipKnip" nillable="true" type="q3077:PersonChipKnip" xmlns:q3077="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ChildCareChipKnip" nillable="true" type="q3078:ChildCareChipKnip" xmlns:q3078="http://www.recreatex.be/webshop/"/><xs:element name="FindChildCareCentreLogbookEntriesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareCentreLogbookSearchCriteria" nillable="true" type="q3079:ChildCareCentreLogbookSearchCriteria" xmlns:q3079="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3080:ServiceContext" xmlns:q3080="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ChildCareCentreLogbookSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q3081:PagingCriteria" xmlns:q3081="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ChildCareCentreLogbookSearchCriteria" nillable="true" type="q3082:ChildCareCentreLogbookSearchCriteria" xmlns:q3082="http://www.recreatex.be/webshop/"/><xs:element name="FindChildCareCentreLogbookEntriesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareCentreLogbookEntries" nillable="true" type="q3083:ArrayOfChildCareCentreLogbookEntry" xmlns:q3083="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfChildCareCentreLogbookEntry"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ChildCareCentreLogbookEntry" nillable="true" type="q3084:ChildCareCentreLogbookEntry" xmlns:q3084="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfChildCareCentreLogbookEntry" nillable="true" type="q3085:ArrayOfChildCareCentreLogbookEntry" xmlns:q3085="http://www.recreatex.be/webshop/"/><xs:complexType name="ChildCareCentreLogbookEntry"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="Text" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CreationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="LastModificationDate" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="ChildCareCentreLogbookEntry" nillable="true" type="q3086:ChildCareCentreLogbookEntry" xmlns:q3086="http://www.recreatex.be/webshop/"/><xs:element name="SaveChildCareCentreLogbookEntryRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareCentreLogbookEntry" nillable="true" type="q3087:ChildCareCentreLogbookEntry" xmlns:q3087="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3088:ServiceContext" xmlns:q3088="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveChildCareCentreLogbookEntryResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SaveChildCareCentreLogbookEntryResult" nillable="true" type="q3089:SaveChildCareCentreLogbookEntryResult" xmlns:q3089="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SaveChildCareCentreLogbookEntryResult"><xs:sequence><xs:element minOccurs="0" name="LogbookEntry" nillable="true" type="q3090:ChildCareCentreLogbookEntry" xmlns:q3090="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ValidationResults" nillable="true" type="q3091:ArrayOfValidationResult" xmlns:q3091="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="SaveChildCareCentreLogbookEntryResult" nillable="true" type="q3092:SaveChildCareCentreLogbookEntryResult" xmlns:q3092="http://www.recreatex.be/webshop/"/><xs:element name="DeleteChildCareCentreLogbookEntryRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareCentreLogbookEntryId" type="ser:guid"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3093:ServiceContext" xmlns:q3093="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="DeleteChildCareCentreLogbookEntryResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ValidationResult" nillable="true" type="q3094:ValidationResult" xmlns:q3094="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="UpdateChildCareCentreEntryRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareCentreEntry" nillable="true" type="q3095:ChildCareCentreEntry" xmlns:q3095="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3096:ServiceContext" xmlns:q3096="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="UpdateChildCareCentreEntryResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="UpdateChildCareCentreEntryResult" nillable="true" type="q3097:UpdateChildCareCentreEntryResult" xmlns:q3097="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="UpdateChildCareCentreEntryResult"><xs:sequence><xs:element minOccurs="0" name="ValidationResults" nillable="true" type="q3098:ArrayOfValidationResult" xmlns:q3098="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="UpdateChildCareCentreEntryResult" nillable="true" type="q3099:UpdateChildCareCentreEntryResult" xmlns:q3099="http://www.recreatex.be/webshop/"/><xs:element name="CancelChildCareCentreEntryRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3100:ServiceContext" xmlns:q3100="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="EntryID" type="ser:guid"/><xs:element minOccurs="0" name="ReasonID" type="ser:guid"/><xs:element minOccurs="0" name="ReasonDescription" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="CancelChildCareCentreEntryResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CancelChildCareCentreEntryValidationResult" nillable="true" type="q3101:ValidationResult" xmlns:q3101="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetChildCareEntryTariffsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3102:ServiceContext" xmlns:q3102="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetChildCareEntryTariffsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Tariffs" nillable="true" type="q3103:ArrayOfChildCareEntryTariff" xmlns:q3103="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ArticleID" type="ser:guid"/><xs:element minOccurs="0" name="IsChipKnipArticle" type="xs:boolean"/><xs:element minOccurs="0" name="PutOptionPriceOnChipKnip" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfChildCareEntryTariff"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ChildCareEntryTariff" nillable="true" type="q3104:ChildCareEntryTariff" xmlns:q3104="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfChildCareEntryTariff" nillable="true" type="q3105:ArrayOfChildCareEntryTariff" xmlns:q3105="http://www.recreatex.be/webshop/"/><xs:complexType name="ChildCareEntryTariff"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element name="StartTime" type="xs:dateTime"/><xs:element name="EndTime" type="xs:dateTime"/><xs:element name="IsMonday" type="xs:boolean"/><xs:element name="IsTuesday" type="xs:boolean"/><xs:element name="IsWednesday" type="xs:boolean"/><xs:element name="IsThursday" type="xs:boolean"/><xs:element name="IsFriday" type="xs:boolean"/><xs:element name="IsSaturday" type="xs:boolean"/><xs:element name="IsSunday" type="xs:boolean"/><xs:element minOccurs="0" name="ChildCareTariffId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ChildCareCentreId" nillable="true" type="ser:guid"/><xs:element name="IsSchool" type="xs:boolean"/><xs:element name="IsHoliday" type="xs:boolean"/><xs:element name="Price" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="ChildCareEntryTariff" nillable="true" type="q3106:ChildCareEntryTariff" xmlns:q3106="http://www.recreatex.be/webshop/"/><xs:element name="FindChildCareSchoolHolidaysRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3107:ServiceContext" xmlns:q3107="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Criteria" nillable="true" type="q3108:ChildCareSchoolHolidayCriteria" xmlns:q3108="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ChildCareSchoolHolidayCriteria"><xs:sequence><xs:element minOccurs="0" name="SchoolId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="From" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" nillable="true" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="ChildCareSchoolHolidayCriteria" nillable="true" type="q3109:ChildCareSchoolHolidayCriteria" xmlns:q3109="http://www.recreatex.be/webshop/"/><xs:element name="FindChildCareSchoolHolidaysResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Dates" nillable="true" type="q3110:ArrayOfdateTime" xmlns:q3110="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType></xs:element><xs:element name="ChildCareCentreOptionGetAvailabilityRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareCentreOptionAvailabilityCriteria" nillable="true" type="q3111:ChildCareCentreOptionAvailabilityCriteria" xmlns:q3111="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3112:ServiceContext" xmlns:q3112="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ChildCareCentreOptionAvailabilityCriteria"><xs:sequence><xs:element minOccurs="0" name="ChildCareCentreOptionID" type="ser:guid"/><xs:element minOccurs="0" name="ChildCareCentrePeriodID" type="ser:guid"/><xs:element minOccurs="0" name="AlreadyReserving" nillable="true" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="ChildCareCentreOptionAvailabilityCriteria" nillable="true" type="q3113:ChildCareCentreOptionAvailabilityCriteria" xmlns:q3113="http://www.recreatex.be/webshop/"/><xs:element name="ChildCareCentreOptionGetAvailabilityResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="NumberOfAvailableOptions" type="xs:int"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetChildCareCentrePresenceOptionsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChildCareCentrePresenceOptionSearchCriteria" nillable="true" type="q3114:ChildCareCentrePresenceOptionSearchCriteria" xmlns:q3114="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.WebServices.Contracts"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3115:ServiceContext" xmlns:q3115="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetChildCareCentrePresenceOptionsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Options" nillable="true" type="q3116:ArrayOfChildCareCentrePresenceOption" xmlns:q3116="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.WebServices.Contracts"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveJournalRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3117:ServiceContext" xmlns:q3117="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SaveJournalCriteria" nillable="true" type="q3118:SaveJournalCriteria" xmlns:q3118="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SaveJournalCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Type" type="q3119:JournalType" xmlns:q3119="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CreationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="EmployeeId" type="ser:guid"/><xs:element minOccurs="0" name="JournalLines" nillable="true" type="q3120:ArrayOfJournalLine" xmlns:q3120="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="IncludeLines" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="SaveJournalCriteria" nillable="true" type="q3121:SaveJournalCriteria" xmlns:q3121="http://www.recreatex.be/webshop/"/><xs:simpleType name="JournalType"><xs:restriction base="xs:string"><xs:enumeration value="Purchase"/><xs:enumeration value="Transfer"/><xs:enumeration value="Sales"/><xs:enumeration value="Inventory"/><xs:enumeration value="Mutations"/><xs:enumeration value="Recount"/></xs:restriction></xs:simpleType><xs:element name="JournalType" nillable="true" type="q3122:JournalType" xmlns:q3122="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfJournalLine"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="JournalLine" nillable="true" type="q3123:JournalLine" xmlns:q3123="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfJournalLine" nillable="true" type="q3124:ArrayOfJournalLine" xmlns:q3124="http://www.recreatex.be/webshop/"/><xs:complexType name="JournalLine"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="DocumentDate" type="xs:dateTime"/><xs:element minOccurs="0" name="ItemId" type="ser:guid"/><xs:element minOccurs="0" name="ItemBarcodes" nillable="true" type="q3125:ArrayOfstring" xmlns:q3125="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Quantity" type="xs:decimal"/><xs:element minOccurs="0" name="UnitOfMeasureId" type="ser:guid"/><xs:element minOccurs="0" name="UnitOfMeasureCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="WarehouseId" type="ser:guid"/><xs:element minOccurs="0" name="WarehouseCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ItemGroupId" type="ser:guid"/><xs:element minOccurs="0" name="ItemGroupCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="WarehouseLocationId" type="ser:guid"/><xs:element minOccurs="0" name="WarehouseLocationCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="QuantityInStock" type="xs:decimal"/><xs:element minOccurs="0" name="ItemCode" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="JournalLine" nillable="true" type="q3126:JournalLine" xmlns:q3126="http://www.recreatex.be/webshop/"/><xs:complexType name="InventoryJournalLine"><xs:complexContent mixed="false"><xs:extension base="q3127:JournalLine" xmlns:q3127="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="IsQuantityCounted" type="xs:boolean"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="InventoryJournalLine" nillable="true" type="q3128:InventoryJournalLine" xmlns:q3128="http://www.recreatex.be/webshop/"/><xs:complexType name="MutationJournalLine"><xs:complexContent mixed="false"><xs:extension base="q3129:JournalLine" xmlns:q3129="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="IsQuantityCounted" type="xs:boolean"/><xs:element minOccurs="0" name="ReasonId" nillable="true" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="MutationJournalLine" nillable="true" type="q3130:MutationJournalLine" xmlns:q3130="http://www.recreatex.be/webshop/"/><xs:complexType name="PurchaseJournalLine"><xs:complexContent mixed="false"><xs:extension base="q3131:JournalLine" xmlns:q3131="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="IsQuantityCounted" type="xs:boolean"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="PurchaseJournalLine" nillable="true" type="q3132:PurchaseJournalLine" xmlns:q3132="http://www.recreatex.be/webshop/"/><xs:complexType name="RecountJournalLine"><xs:complexContent mixed="false"><xs:extension base="q3133:JournalLine" xmlns:q3133="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="IsQuantityCounted" type="xs:boolean"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="RecountJournalLine" nillable="true" type="q3134:RecountJournalLine" xmlns:q3134="http://www.recreatex.be/webshop/"/><xs:complexType name="TransferJournalLine"><xs:complexContent mixed="false"><xs:extension base="q3135:JournalLine" xmlns:q3135="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="DestinationWarehouseId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="DestinationWarehouseCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IsCounted" type="xs:boolean"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="TransferJournalLine" nillable="true" type="q3136:TransferJournalLine" xmlns:q3136="http://www.recreatex.be/webshop/"/><xs:element name="SaveJournalResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="SaveJournalLinesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3137:ServiceContext" xmlns:q3137="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SaveJournalLinesCriteria" nillable="true" type="q3138:SaveJournalLinesCriteria" xmlns:q3138="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SaveJournalLinesCriteria"><xs:sequence><xs:element minOccurs="0" name="EmployeeId" type="ser:guid"/><xs:element minOccurs="0" name="JournalLines" nillable="true" type="q3139:ArrayOfJournalLine" xmlns:q3139="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="JournalId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="SaveJournalLinesCriteria" nillable="true" type="q3140:SaveJournalLinesCriteria" xmlns:q3140="http://www.recreatex.be/webshop/"/><xs:element name="SaveJournalLinesResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="FinalizeJournalRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3141:ServiceContext" xmlns:q3141="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FinalizeJournalCriteria" nillable="true" type="q3142:FinalizeJournalCriteria" xmlns:q3142="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FinalizeJournalResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="GetJournalsSummaryRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3143:ServiceContext" xmlns:q3143="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetJournalsSummaryCriteria" nillable="true" type="q3144:GetJournalsSummaryCriteria" xmlns:q3144="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetJournalsSummaryResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="FindJournalLinesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3145:ServiceContext" xmlns:q3145="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FindJournalLinesCriteria" nillable="true" type="q3146:FindJournalLinesCriteria" xmlns:q3146="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FindJournalLinesCriteria"><xs:sequence><xs:element minOccurs="0" name="JournalLineIds" nillable="true" type="q3147:ArrayOfguid" xmlns:q3147="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="JournalId" type="ser:guid"/><xs:element minOccurs="0" name="Barcode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="NamePattern" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q3148:PagingCriteria" xmlns:q3148="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="FindJournalLinesCriteria" nillable="true" type="q3149:FindJournalLinesCriteria" xmlns:q3149="http://www.recreatex.be/webshop/"/><xs:element name="FindJournalLinesResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="FindExpositionTypesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3150:ServiceContext" xmlns:q3150="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ExpositionTypeSearchCriteria" nillable="true" type="q3151:ExpositionTypeSearchCriteria" xmlns:q3151="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ExpositionTypeSearchCriteria"><xs:annotation><xs:documentation>The search criteria that will be applied to the search query</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="AudienceId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>Only include exposition types for this target audience</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ExpositionTypeId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>The ID of a specific exposition type that you want to find</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="NamePattern" nillable="true" type="xs:string"><xs:annotation><xs:documentation>Part of the name of the exposition type to find. Use an asteriks (*) as the wildcard.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Includes" nillable="true" type="q3152:ExpositionTypeIncludes" xmlns:q3152="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q3153:PagingCriteria" xmlns:q3153="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ExpositionTypeSearchCriteria" nillable="true" type="q3154:ExpositionTypeSearchCriteria" xmlns:q3154="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The search criteria used to find exposition types</xs:documentation></xs:annotation></xs:element><xs:complexType name="ExpositionTypeIncludes"><xs:sequence><xs:element minOccurs="0" name="Image" type="xs:boolean"/><xs:element minOccurs="0" name="ImageUri" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ExpositionTypeIncludes" nillable="true" type="q3155:ExpositionTypeIncludes" xmlns:q3155="http://www.recreatex.be/webshop/"/><xs:element name="FindExpositionTypesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ExpositionTypes" nillable="true" type="q3156:ArrayOfExpositionType" xmlns:q3156="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindExpositionRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3157:ServiceContext" xmlns:q3157="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ExpositionSearchCriteria" nillable="true" type="q3158:ExpositionSearchCriteria" xmlns:q3158="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ExpositionSearchCriteria"><xs:annotation><xs:documentation>The search criteria that will be applied to the search query</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="AudienceId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>Only include expositions for this target audience</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ExpositionId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>The ID of a specific exposition that you want to find</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ExpositionTypeId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>Only include expositions of this type</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="From" nillable="true" type="xs:dateTime"><xs:annotation><xs:documentation>Ignore expositions that end before this time</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Includes" nillable="true" type="q3159:ExpositionIncludes" xmlns:q3159="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="NamePattern" nillable="true" type="xs:string"><xs:annotation><xs:documentation>Part of the name of the exposition to find. Use an asteriks (*) as the wildcard.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Paging" nillable="true" type="q3160:PagingCriteria" xmlns:q3160="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Until" nillable="true" type="xs:dateTime"><xs:annotation><xs:documentation>Ignore expositions that begin after this time</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="TranslationRequired" nillable="true" type="xs:boolean"><xs:annotation><xs:documentation>Only include expositions which have a translation in the requested language</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="LocationAddressId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>Only include expositions for this location address</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="AudienceIds" nillable="true" type="q3161:ArrayOfguid" xmlns:q3161="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><xs:annotation><xs:documentation>Only include expositions for this list of Target audiences</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="SubCategoryIds" nillable="true" type="q3162:ArrayOfguid" xmlns:q3162="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><xs:annotation><xs:documentation>Only include expositions for this list of Sub categories</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ExpositionTypeIds" nillable="true" type="q3163:ArrayOfguid" xmlns:q3163="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><xs:annotation><xs:documentation>Only include expositions for this list of ExpositionTypes</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ExcludeDonation" nillable="true" type="xs:boolean"><xs:annotation><xs:documentation>Excludes the donation amount within the price</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>Use this person for price calculation</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ExpositionPeriodDate" nillable="true" type="xs:dateTime"><xs:annotation><xs:documentation>Use this exposition period date for price calculation</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="SelectionType" nillable="true" type="q3164:SelectionType" xmlns:q3164="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="IsRebooking" type="xs:boolean"/><xs:element minOccurs="0" name="TraderId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>Only include expositions for this trader</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="CheckDivision" type="xs:boolean"/><xs:element minOccurs="0" name="AllRequiredSkillSubcategoryIds" nillable="true" type="q3165:ArrayOfguid" xmlns:q3165="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><xs:annotation><xs:documentation>Only include expositions that match all required employee skills</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType><xs:element name="ExpositionSearchCriteria" nillable="true" type="q3166:ExpositionSearchCriteria" xmlns:q3166="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The search criteria used to find expositions</xs:documentation></xs:annotation></xs:element><xs:complexType name="ExpositionIncludes"><xs:sequence><xs:element minOccurs="0" name="Image" type="xs:boolean"/><xs:element minOccurs="0" name="ImageUri" type="xs:boolean"/><xs:element minOccurs="0" name="Audiences" type="xs:boolean"/><xs:element minOccurs="0" name="Location" type="xs:boolean"/><xs:element minOccurs="0" name="Subcategories" type="xs:boolean"/><xs:element minOccurs="0" name="Pricing" type="xs:boolean"/><xs:element minOccurs="0" name="AllPricing" type="xs:boolean"/><xs:element minOccurs="0" name="Articles" type="xs:boolean"/><xs:element minOccurs="0" name="AllArticles" type="xs:boolean"/><xs:element minOccurs="0" name="ActivePeriods" type="xs:boolean"/><xs:element minOccurs="0" name="AskNamesConfiguration" type="xs:boolean"/><xs:element minOccurs="0" name="Skills" type="xs:boolean"/><xs:element minOccurs="0" name="Blocked" type="xs:boolean"/><xs:element minOccurs="0" name="AllDivisions" type="xs:boolean"/><xs:element minOccurs="0" name="IncludePricesOnlyAllowedInCombiExpositions" type="xs:boolean"/><xs:element minOccurs="0" name="IncludeDesiredEmployeeSkills" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ExpositionIncludes" nillable="true" type="q3167:ExpositionIncludes" xmlns:q3167="http://www.recreatex.be/webshop/"/><xs:element name="FindExpositionResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="q3168:FindExpositionsResult" xmlns:q3168="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FindExpositionsResult"><xs:sequence><xs:element minOccurs="0" name="TotalCount" type="xs:int"/><xs:element minOccurs="0" name="Expositions" nillable="true" type="q3169:ArrayOfExposition" xmlns:q3169="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="FindExpositionsResult" nillable="true" type="q3170:FindExpositionsResult" xmlns:q3170="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfExposition"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Exposition" nillable="true" type="q3171:Exposition" xmlns:q3171="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfExposition" nillable="true" type="q3172:ArrayOfExposition" xmlns:q3172="http://www.recreatex.be/webshop/"/><xs:element name="FindOrganisedVisitsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3173:ServiceContext" xmlns:q3173="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="OrganisedVisitSearchCriteria" nillable="true" type="q3174:OrganisedVisitSearchCriteria" xmlns:q3174="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="OrganisedVisitSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="OrganisedVisitId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="From" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q3175:PagingCriteria" xmlns:q3175="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q3176:OrganisedVisitIncludes" xmlns:q3176="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MinPurchaseDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="MaxPurchaseDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Info1" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Info2" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Info3" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ContactId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ModifiedSince" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="OrderNumber" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="OrganisedVisitSearchCriteria" nillable="true" type="q3177:OrganisedVisitSearchCriteria" xmlns:q3177="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The search criteria used to find organised visits</xs:documentation></xs:annotation></xs:element><xs:complexType name="OrganisedVisitIncludes"><xs:sequence><xs:element minOccurs="0" name="Cancelled" type="xs:boolean"/><xs:element minOccurs="0" name="PersonDetails" type="xs:boolean"/><xs:element minOccurs="0" name="PeriodReservations" type="xs:boolean"/><xs:element minOccurs="0" name="Articles" type="xs:boolean"/><xs:element minOccurs="0" name="ContactDetails" type="xs:boolean"/><xs:element minOccurs="0" name="CombiOrganisedVisits" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="OrganisedVisitIncludes" nillable="true" type="q3178:OrganisedVisitIncludes" xmlns:q3178="http://www.recreatex.be/webshop/"/><xs:element name="FindOrganisedVisitsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="OrganisedVisits" nillable="true" type="q3179:ArrayOfOrganisedVisit" xmlns:q3179="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfOrganisedVisit"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="OrganisedVisit" nillable="true" type="q3180:OrganisedVisit" xmlns:q3180="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfOrganisedVisit" nillable="true" type="q3181:ArrayOfOrganisedVisit" xmlns:q3181="http://www.recreatex.be/webshop/"/><xs:complexType name="OrganisedVisit"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="No" type="xs:long"/><xs:element minOccurs="0" name="StartDate" type="xs:dateTime"/><xs:element minOccurs="0" name="EndDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PeriodReservationAmount" type="xs:decimal"/><xs:element minOccurs="0" name="ArticlesAmount" type="xs:decimal"/><xs:element minOccurs="0" name="CancelCostAmount" type="xs:decimal"/><xs:element minOccurs="0" name="CancelReturnAmount" type="xs:decimal"/><xs:element minOccurs="0" name="TotalAmount" type="xs:decimal"/><xs:element minOccurs="0" name="Cancelled" type="xs:boolean"/><xs:element minOccurs="0" name="Closed" type="xs:boolean"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="Person" nillable="true" type="q3182:Person" xmlns:q3182="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PeriodReservations" nillable="true" type="q3183:ArrayOfOrganisedVisitPeriodReservation" xmlns:q3183="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Articles" nillable="true" type="q3184:ArrayOfOrganisedVisitArticle" xmlns:q3184="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GenLoyaltyCardDiscount" type="xs:decimal"/><xs:element minOccurs="0" name="TotalAmountWithoutDiscount" type="xs:decimal"/><xs:element minOccurs="0" name="ReservationCost" type="xs:decimal"/><xs:element minOccurs="0" name="PostedAdvancement" type="xs:decimal"/><xs:element minOccurs="0" name="CouponDiscount" type="xs:decimal"/><xs:element minOccurs="0" name="PostedAmount" type="xs:decimal"/><xs:element minOccurs="0" name="Balance" type="xs:decimal"/><xs:element minOccurs="0" name="Posted" type="xs:boolean"/><xs:element minOccurs="0" name="Contact" nillable="true" type="q3185:Contact" xmlns:q3185="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="OrderNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PersonalizedMessage" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SalesNo" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="PurchaseDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Audience" nillable="true" type="q3186:Audience" xmlns:q3186="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PeriodReservationLineAmount" type="xs:decimal"/><xs:element minOccurs="0" name="PeriodReservationVatAmount" type="xs:decimal"/><xs:element minOccurs="0" name="ArticlesLineAmount" type="xs:decimal"/><xs:element minOccurs="0" name="ArticlesVatAmount" type="xs:decimal"/><xs:element minOccurs="0" name="SalesInfos" nillable="true" type="q3187:ArrayOfSaleInfo" xmlns:q3187="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Coupon" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LanguageID" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="HasEtickets" type="xs:boolean"/><xs:element minOccurs="0" name="Skills" nillable="true" type="q3188:ArrayOfOrganisedVisitSkill" xmlns:q3188="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="NumberOfEtickets" type="xs:int"/><xs:element minOccurs="0" name="MaxCancelWebDays" type="xs:int"/><xs:element minOccurs="0" name="MaxCancelWebHours" type="xs:int"/><xs:element minOccurs="0" name="WebCreated" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="OrganisedVisit" nillable="true" type="q3189:OrganisedVisit" xmlns:q3189="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfOrganisedVisitPeriodReservation"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="OrganisedVisitPeriodReservation" nillable="true" type="q3190:OrganisedVisitPeriodReservation" xmlns:q3190="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfOrganisedVisitPeriodReservation" nillable="true" type="q3191:ArrayOfOrganisedVisitPeriodReservation" xmlns:q3191="http://www.recreatex.be/webshop/"/><xs:complexType name="OrganisedVisitPeriodReservation"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ExpositionId" type="ser:guid"/><xs:element minOccurs="0" name="ExpositionPeriodId" type="ser:guid"/><xs:element minOccurs="0" name="Quantity" type="xs:int"/><xs:element minOccurs="0" name="UnitPrice" type="xs:decimal"/><xs:element minOccurs="0" name="Amount" type="xs:decimal"/><xs:element minOccurs="0" name="ExpositionCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExpositionDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExpositionName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExpositionPeriodFrom" type="xs:dateTime"/><xs:element minOccurs="0" name="ExpositionPeriodUntil" type="xs:dateTime"/><xs:element minOccurs="0" name="Visitors" nillable="true" type="q3192:ArrayOfOrganisedVisitor" xmlns:q3192="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="AskNames" type="xs:boolean"/><xs:element minOccurs="0" name="CanBeRebooked" type="xs:boolean"/><xs:element minOccurs="0" name="DivisionIdOnExposition" type="ser:guid"/><xs:element minOccurs="0" name="LineAmount" type="xs:decimal"/><xs:element minOccurs="0" name="VatAmount" type="xs:decimal"/><xs:element minOccurs="0" name="VatPercentage" type="xs:decimal"/><xs:element minOccurs="0" name="UnitPriceExc" type="xs:decimal"/><xs:element minOccurs="0" name="CanBeAdjusted" type="xs:boolean"/><xs:element minOccurs="0" name="CanBePrintedByOrderNumber" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="OrganisedVisitPeriodReservation" nillable="true" type="q3193:OrganisedVisitPeriodReservation" xmlns:q3193="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfOrganisedVisitor"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="OrganisedVisitor" nillable="true" type="q3194:OrganisedVisitor" xmlns:q3194="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfOrganisedVisitor" nillable="true" type="q3195:ArrayOfOrganisedVisitor" xmlns:q3195="http://www.recreatex.be/webshop/"/><xs:complexType name="OrganisedVisitor"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FirstName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BirthDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Email" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Phone" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Street" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="HouseNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Zipcode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="City" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Country" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="OrganisedVisitor" nillable="true" type="q3196:OrganisedVisitor" xmlns:q3196="http://www.recreatex.be/webshop/"/><xs:complexType name="OrganisedVisitPriceGroupPeriodReservation"><xs:complexContent mixed="false"><xs:extension base="q3197:OrganisedVisitPeriodReservation" xmlns:q3197="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="PriceGroup" nillable="true" type="q3197:PriceGroup"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="OrganisedVisitPriceGroupPeriodReservation" nillable="true" type="q3198:OrganisedVisitPriceGroupPeriodReservation" xmlns:q3198="http://www.recreatex.be/webshop/"/><xs:complexType name="OrganisedVisitArticlePeriodReservation"><xs:complexContent mixed="false"><xs:extension base="q3199:OrganisedVisitPeriodReservation" xmlns:q3199="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ArticleId" type="ser:guid"/><xs:element minOccurs="0" name="ArticleCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ArticleName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ArticleDescription" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="OrganisedVisitArticlePeriodReservation" nillable="true" type="q3200:OrganisedVisitArticlePeriodReservation" xmlns:q3200="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfOrganisedVisitArticle"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="OrganisedVisitArticle" nillable="true" type="q3201:OrganisedVisitArticle" xmlns:q3201="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfOrganisedVisitArticle" nillable="true" type="q3202:ArrayOfOrganisedVisitArticle" xmlns:q3202="http://www.recreatex.be/webshop/"/><xs:complexType name="OrganisedVisitArticle"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ArticleId" type="ser:guid"/><xs:element minOccurs="0" name="ArticleCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ArticleName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ArticleDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PriceGroup" nillable="true" type="q3203:PriceGroup" xmlns:q3203="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Quantity" type="xs:int"/><xs:element minOccurs="0" name="UnitPrice" type="xs:decimal"/><xs:element minOccurs="0" name="Amount" type="xs:decimal"/><xs:element minOccurs="0" name="LineAmount" type="xs:decimal"/><xs:element minOccurs="0" name="VatAmount" type="xs:decimal"/><xs:element minOccurs="0" name="VatPercentage" type="xs:decimal"/><xs:element minOccurs="0" name="UnitPriceExc" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="OrganisedVisitArticle" nillable="true" type="q3204:OrganisedVisitArticle" xmlns:q3204="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfSaleInfo"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SaleInfo" nillable="true" type="q3205:SaleInfo" xmlns:q3205="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSaleInfo" nillable="true" type="q3206:ArrayOfSaleInfo" xmlns:q3206="http://www.recreatex.be/webshop/"/><xs:complexType name="SaleInfo"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="SalesNo" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="SalesDate" type="xs:dateTime"/><xs:element minOccurs="0" name="InvoiceNumber" type="xs:long"/><xs:element minOccurs="0" name="InvoiceDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Guest" nillable="true" type="q3207:Anonymous" xmlns:q3207="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="SaleInfo" nillable="true" type="q3208:SaleInfo" xmlns:q3208="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfOrganisedVisitSkill"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="OrganisedVisitSkill" nillable="true" type="q3209:OrganisedVisitSkill" xmlns:q3209="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfOrganisedVisitSkill" nillable="true" type="q3210:ArrayOfOrganisedVisitSkill" xmlns:q3210="http://www.recreatex.be/webshop/"/><xs:complexType name="OrganisedVisitSkill"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="OrganisedVisitId" type="ser:guid"/><xs:element minOccurs="0" name="SkillDescription" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="OrganisedVisitSkill" nillable="true" type="q3211:OrganisedVisitSkill" xmlns:q3211="http://www.recreatex.be/webshop/"/><xs:element name="SaveOrganisedVisitNamesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3212:ServiceContext" xmlns:q3212="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="OrganisedVisit" nillable="true" type="q3213:OrganisedVisit" xmlns:q3213="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListExpositionLocationsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3214:ServiceContext" xmlns:q3214="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListExpositionLocationsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ExpositionLocations" nillable="true" type="q3215:ArrayOfAddressLocation" xmlns:q3215="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfAddressLocation"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="AddressLocation" nillable="true" type="q3216:AddressLocation" xmlns:q3216="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfAddressLocation" nillable="true" type="q3217:ArrayOfAddressLocation" xmlns:q3217="http://www.recreatex.be/webshop/"/><xs:element name="FindExpositionSubCategoriesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3218:ServiceContext" xmlns:q3218="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ExpositionSubCategorySearchCriteria" nillable="true" type="q3219:ExpositionSubCategorySearchCriteria" xmlns:q3219="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ExpositionSubCategorySearchCriteria"><xs:annotation><xs:documentation>The search criteria that will be applied to the search query</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="ExpositionSubCategoryId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>The ID of a specific exposition category that you want to find</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="NamePattern" nillable="true" type="xs:string"><xs:annotation><xs:documentation>Part of the name of the exposition categories to find. Use an percent sign (%) as the wildcard.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ExpositionCategoryId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>Only include subcategories for this target Main category</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Includes" nillable="true" type="q3220:ExpositionSubCategoryIncludes" xmlns:q3220="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q3221:PagingCriteria" xmlns:q3221="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ExpositionSubCategorySearchCriteria" nillable="true" type="q3222:ExpositionSubCategorySearchCriteria" xmlns:q3222="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The search criteria used to find exposition subcategories</xs:documentation></xs:annotation></xs:element><xs:complexType name="ExpositionSubCategoryIncludes"><xs:sequence><xs:element minOccurs="0" name="ExpositionCategory" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ExpositionSubCategoryIncludes" nillable="true" type="q3223:ExpositionSubCategoryIncludes" xmlns:q3223="http://www.recreatex.be/webshop/"/><xs:element name="FindExpositionSubCategoriesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ExpositionSubCategories" nillable="true" type="q3224:ArrayOfExpositionSubcategory" xmlns:q3224="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindExpositionLanguagesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3225:ServiceContext" xmlns:q3225="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ExpositionLanguageSearchCriteria" nillable="true" type="q3226:ExpositionLanguageSearchCriteria" xmlns:q3226="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindExpositionLanguagesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ExpositionLanguages" nillable="true" type="q3227:ArrayOfLanguage" xmlns:q3227="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListExpositionCategoriesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3228:ServiceContext" xmlns:q3228="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListExpositionCategoriesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ExpositionCategories" nillable="true" type="q3229:ArrayOfExpositionCategory" xmlns:q3229="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfExpositionCategory"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ExpositionCategory" nillable="true" type="q3230:ExpositionCategory" xmlns:q3230="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfExpositionCategory" nillable="true" type="q3231:ArrayOfExpositionCategory" xmlns:q3231="http://www.recreatex.be/webshop/"/><xs:element name="ValidateExpositionSubscriptionItemRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3232:ServiceContext" xmlns:q3232="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ValidateExpositionSubscriptionItemCriteria" nillable="true" type="q3233:ValidateExpositionSubscriptionItemCriteria" xmlns:q3233="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ValidateExpositionSubscriptionItemCriteria"><xs:sequence><xs:element minOccurs="0" name="ExpositionPeriodId" type="ser:guid"/><xs:element minOccurs="0" name="ItemId" type="ser:guid"/><xs:element minOccurs="0" name="CardNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FirstName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PersonCardSubscriptionIds" nillable="true" type="q3234:ArrayOfguid" xmlns:q3234="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="PersonCardId" type="ser:guid"/><xs:element minOccurs="0" name="SubscriptionId" type="ser:guid"/><xs:element minOccurs="0" name="ExpositionId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ValidateExpositionSubscriptionItemCriteria" nillable="true" type="q3235:ValidateExpositionSubscriptionItemCriteria" xmlns:q3235="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The search criteria used to validate the exposition subscription</xs:documentation></xs:annotation></xs:element><xs:element name="ValidateExpositionSubscriptionItemResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ValidateExpositionSubscriptionItemResult" nillable="true" type="q3236:ExpositionSubscriptionItemValidationResult" xmlns:q3236="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ExpositionSubscriptionItemValidationResult"><xs:complexContent mixed="false"><xs:extension base="q3237:ValidationResult" xmlns:q3237="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="PersonCardSubscriptionId" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ExpositionSubscriptionItemValidationResult" nillable="true" type="q3238:ExpositionSubscriptionItemValidationResult" xmlns:q3238="http://www.recreatex.be/webshop/"/><xs:element name="FindExpositionOverviewByDayRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3239:ServiceContext" xmlns:q3239="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FindExpositionOverviewByDayCriteria" nillable="true" type="q3240:FindExpositionOverviewByDayCriteria" xmlns:q3240="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FindExpositionOverviewByDayCriteria"><xs:sequence><xs:element minOccurs="0" name="ExpositionId" type="ser:guid"/><xs:element minOccurs="0" name="StartTime" type="xs:dateTime"/><xs:element minOccurs="0" name="EndTime" type="xs:dateTime"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q3241:ExpositionOverviewByDayIncludes" xmlns:q3241="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ExpositionIdList" nillable="true" type="q3242:ArrayOfguid" xmlns:q3242="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType><xs:element name="FindExpositionOverviewByDayCriteria" nillable="true" type="q3243:FindExpositionOverviewByDayCriteria" xmlns:q3243="http://www.recreatex.be/webshop/"/><xs:complexType name="ExpositionOverviewByDayIncludes"><xs:sequence><xs:element minOccurs="0" name="Pricing" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ExpositionOverviewByDayIncludes" nillable="true" type="q3244:ExpositionOverviewByDayIncludes" xmlns:q3244="http://www.recreatex.be/webshop/"/><xs:element name="FindExpositionOverviewByDayResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ValidateExpositionSubscriptionItemResult" nillable="true" type="q3245:ArrayOfExpositionOverviewItem" xmlns:q3245="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfExpositionOverviewItem"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ExpositionOverviewItem" nillable="true" type="q3246:ExpositionOverviewItem" xmlns:q3246="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfExpositionOverviewItem" nillable="true" type="q3247:ArrayOfExpositionOverviewItem" xmlns:q3247="http://www.recreatex.be/webshop/"/><xs:element name="FindExpositionPricesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3248:ServiceContext" xmlns:q3248="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FindExpositionPricesByCriteria" nillable="true" type="q3249:FindExpositionPricesSearchCriteria" xmlns:q3249="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FindExpositionPricesSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="ExpositionId" type="ser:guid"/><xs:element minOccurs="0" name="ExcludeDonation" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ExpositionPeriodDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="SelectionType" nillable="true" type="q3250:SelectionType" xmlns:q3250="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="IsRebooking" type="xs:boolean"/><xs:element minOccurs="0" name="IncludeActivePeriods" type="xs:boolean"/><xs:element minOccurs="0" name="IncludeOnlyAllowedInCombiExpositions" type="xs:boolean"/><xs:element minOccurs="0" name="IncludeImageUrl" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="FindExpositionPricesSearchCriteria" nillable="true" type="q3251:FindExpositionPricesSearchCriteria" xmlns:q3251="http://www.recreatex.be/webshop/"/><xs:element name="FindExpositionPricesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ExpositionPrices" nillable="true" type="q3252:ArrayOfExpositionPrice" xmlns:q3252="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetExpositionOptionalArticlesCapacityRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3253:ServiceContext" xmlns:q3253="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetExpositionOptionalArticlesCapacityRequest" nillable="true" type="q3254:GetExpositionOptionalArticlesCapacityCriteria" xmlns:q3254="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetExpositionOptionalArticlesCapacityResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="q3255:ArrayOfExpositionOptionalArticleCapacity" xmlns:q3255="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindExpositionArticlePricesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3256:ServiceContext" xmlns:q3256="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FindExpositionArticlePricesRequest" nillable="true" type="q3257:FindExpositionArticlePricesCriteria" xmlns:q3257="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindExpositionArticlePricesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="q3258:OptionalAndAutomaticExpositionArticles" xmlns:q3258="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="OptionalAndAutomaticExpositionArticles"><xs:sequence><xs:element minOccurs="0" name="AutomaticArticles" nillable="true" type="q3259:ArrayOfExpositionArticle" xmlns:q3259="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="OptionalArticles" nillable="true" type="q3260:ArrayOfExpositionArticleOptional" xmlns:q3260="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="OptionalAndAutomaticExpositionArticles" nillable="true" type="q3261:OptionalAndAutomaticExpositionArticles" xmlns:q3261="http://www.recreatex.be/webshop/"/><xs:element name="ChangeExpositionPeriodCapacityRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChangeExpositionPeriodCapacityCriteria" nillable="true" type="q3262:ChangeExpositionPeriodCapacityCriteria" xmlns:q3262="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3263:ServiceContext" xmlns:q3263="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ChangeExpositionPeriodCapacityResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChangeExpositionPeriodCapacityResponseIsSucceeded" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="ChangeExpositionPeriodStateRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChangeExpositionPeriodStateCriteria" nillable="true" type="q3264:ChangeExpositionPeriodStateCriteria" xmlns:q3264="http://www.recreatex.be/webshop/v1.0/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3265:ServiceContext" xmlns:q3265="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ChangeExpositionPeriodStateResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChangeExpositionPeriodStateResponseIsSucceeded" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetExpositionSalesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3266:ServiceContext" xmlns:q3266="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetExpositionSalesCriteria" nillable="true" type="q3267:GetExpositionSalesCriteria" xmlns:q3267="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetExpositionSalesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ExpositionSalesSummary" nillable="true" type="q3268:ExpositionSalesSummary" xmlns:q3268="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="CancelOrganisedVisitRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CancelOrganisedVisitRequest" nillable="true" type="q3269:CancelOrganisedVisitCriteria" xmlns:q3269="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3270:ServiceContext" xmlns:q3270="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="CancelOrganisedVisitResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CancelOrganisedVisitValidationResult" nillable="true" type="q3271:CancelOrganisedVisitValidationResult" xmlns:q3271="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="CancelOrganisedVisitValidationResult"><xs:complexContent mixed="false"><xs:extension base="q3272:ValidationResult" xmlns:q3272="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ReturnAmount" type="xs:decimal"/><xs:element minOccurs="0" name="SalesSerieId" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="CancelOrganisedVisitValidationResult" nillable="true" type="q3273:CancelOrganisedVisitValidationResult" xmlns:q3273="http://www.recreatex.be/webshop/"/><xs:element name="CheckOrganisedVisitAlreadyRegisteredRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CheckOrganisedVisitAlreadyRegisteredRequest" nillable="true" type="q3274:CheckOrganisedVisitAlreadyRegisteredCriteria" xmlns:q3274="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3275:ServiceContext" xmlns:q3275="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="CheckOrganisedVisitAlreadyRegisteredResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="q3276:CheckOrganisedVisitAlreadyRegisteredResult" xmlns:q3276="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="AdjustOrganisedVisitRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AdjustOrganisedVisitRequest" nillable="true" type="q3277:AdjustOrganisedVisitCriteria" xmlns:q3277="http://www.recreatex.be/webshop/v1.0/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3278:ServiceContext" xmlns:q3278="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="AdjustOrganisedVisitResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AdjustOrganisedVisitResult" nillable="true" type="q3279:AdjustOrganisedVisitResult" xmlns:q3279="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="AdjustOrganisedVisitResult"><xs:complexContent mixed="false"><xs:extension base="q3280:ValidationResult" xmlns:q3280="http://www.recreatex.be/webshop/"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="AdjustOrganisedVisitResult" nillable="true" type="q3281:AdjustOrganisedVisitResult" xmlns:q3281="http://www.recreatex.be/webshop/"/><xs:element name="GetOrganisedVisitRebookingCostsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3282:ServiceContext" xmlns:q3282="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetOrganisedVisitRebookingCostsRequest" nillable="true" type="q3283:GetOrganisedVisitRebookingCostsCriteria" xmlns:q3283="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="GetOrganisedVisitRebookingCostsCriteria"><xs:sequence><xs:element minOccurs="0" name="OrganisedVisitRebooking" nillable="true" type="q3284:OrganisedVisitRebooking" xmlns:q3284="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="GetOrganisedVisitRebookingCostsCriteria" nillable="true" type="q3285:GetOrganisedVisitRebookingCostsCriteria" xmlns:q3285="http://www.recreatex.be/webshop/"/><xs:element name="GetOrganisedVisitRebookingCostResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetOrganisedVisitRebookingCostsResult" nillable="true" type="q3286:GetOrganisedVisitRebookingCostsResult" xmlns:q3286="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="GetOrganisedVisitRebookingCostsResult"><xs:sequence><xs:element minOccurs="0" name="RebookingCosts" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="GetOrganisedVisitRebookingCostsResult" nillable="true" type="q3287:GetOrganisedVisitRebookingCostsResult" xmlns:q3287="http://www.recreatex.be/webshop/"/><xs:element name="FindCombiExpositionsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3288:ServiceContext" xmlns:q3288="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FindCombiExpositionsCriteria" nillable="true" type="q3289:FindCombiExpositionsCriteria" xmlns:q3289="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FindCombiExpositionsCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="NamePattern" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="From" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q3290:FindCombiExpositionsIncludes" xmlns:q3290="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q3291:PagingCriteria" xmlns:q3291="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="FindCombiExpositionsCriteria" nillable="true" type="q3292:FindCombiExpositionsCriteria" xmlns:q3292="http://www.recreatex.be/webshop/"/><xs:complexType name="FindCombiExpositionsIncludes"><xs:sequence><xs:element minOccurs="0" name="Pricing" type="xs:boolean"/><xs:element minOccurs="0" name="Expositions" type="xs:boolean"/><xs:element minOccurs="0" name="TimePeriodCategories" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="FindCombiExpositionsIncludes" nillable="true" type="q3293:FindCombiExpositionsIncludes" xmlns:q3293="http://www.recreatex.be/webshop/"/><xs:element name="FindCombiExpositionsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="q3294:FindCombiExpositionsResult" xmlns:q3294="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FindCombiExpositionsResult"><xs:sequence><xs:element minOccurs="0" name="CombiExpositions" nillable="true" type="q3295:ArrayOfCombiExposition" xmlns:q3295="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="FindCombiExpositionsResult" nillable="true" type="q3296:FindCombiExpositionsResult" xmlns:q3296="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfCombiExposition"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CombiExposition" nillable="true" type="q3297:CombiExposition" xmlns:q3297="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCombiExposition" nillable="true" type="q3298:ArrayOfCombiExposition" xmlns:q3298="http://www.recreatex.be/webshop/"/><xs:complexType name="CombiExposition"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="AllowedOverMultipleDays" type="xs:boolean"/><xs:element minOccurs="0" name="FixedChronologicalOrder" type="xs:boolean"/><xs:element minOccurs="0" name="CustomerPricegroupId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Expositions" nillable="true" type="q3299:ArrayOfCombiExpositionExposition" xmlns:q3299="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CombiExpositionTickets" nillable="true" type="q3300:ArrayOfCombiExpositionTicket" xmlns:q3300="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CombiExpositionSteps" nillable="true" type="q3301:ArrayOfCombiExpositionStep" xmlns:q3301="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Info1" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Info2" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Info3" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Info4" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Info5" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="CombiExposition" nillable="true" type="q3302:CombiExposition" xmlns:q3302="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfCombiExpositionExposition"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CombiExpositionExposition" nillable="true" type="q3303:CombiExpositionExposition" xmlns:q3303="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCombiExpositionExposition" nillable="true" type="q3304:ArrayOfCombiExpositionExposition" xmlns:q3304="http://www.recreatex.be/webshop/"/><xs:complexType name="CombiExpositionExposition"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ExpositionId" type="ser:guid"/><xs:element minOccurs="0" name="Sequence" type="xs:int"/><xs:element minOccurs="0" name="MinTimeBefore" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="ShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CombiExpositionStepId" type="ser:guid"/><xs:element minOccurs="0" name="ExpositionTimePeriodCategories" nillable="true" type="q3305:ArrayOfExpositionTimePeriodCategory" xmlns:q3305="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="OptionalArticles" nillable="true" type="q3306:ArrayOfCombiExpositionExpositionOptionalArticle" xmlns:q3306="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="AutomaticArticles" nillable="true" type="q3307:ArrayOfCombiExpositionExpositionAutomaticArticle" xmlns:q3307="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="CombiExpositionExposition" nillable="true" type="q3308:CombiExpositionExposition" xmlns:q3308="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfCombiExpositionExpositionOptionalArticle"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CombiExpositionExpositionOptionalArticle" nillable="true" type="q3309:CombiExpositionExpositionOptionalArticle" xmlns:q3309="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCombiExpositionExpositionOptionalArticle" nillable="true" type="q3310:ArrayOfCombiExpositionExpositionOptionalArticle" xmlns:q3310="http://www.recreatex.be/webshop/"/><xs:complexType name="CombiExpositionExpositionOptionalArticle"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ItemID" type="ser:guid"/><xs:element minOccurs="0" name="CombiExpositionExpositionID" type="ser:guid"/><xs:element minOccurs="0" name="CombiExpositionID" type="ser:guid"/><xs:element minOccurs="0" name="ShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Price" type="xs:decimal"/><xs:element minOccurs="0" name="Quantity" type="xs:int"/><xs:element minOccurs="0" name="MinQuantity" type="xs:int"/><xs:element minOccurs="0" name="MaxQuantity" type="xs:int"/><xs:element minOccurs="0" name="MaxPerTimeSlot" type="xs:int"/><xs:element minOccurs="0" name="MaxPerTicket" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="CombiExpositionExpositionOptionalArticle" nillable="true" type="q3311:CombiExpositionExpositionOptionalArticle" xmlns:q3311="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfCombiExpositionExpositionAutomaticArticle"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CombiExpositionExpositionAutomaticArticle" nillable="true" type="q3312:CombiExpositionExpositionAutomaticArticle" xmlns:q3312="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCombiExpositionExpositionAutomaticArticle" nillable="true" type="q3313:ArrayOfCombiExpositionExpositionAutomaticArticle" xmlns:q3313="http://www.recreatex.be/webshop/"/><xs:complexType name="CombiExpositionExpositionAutomaticArticle"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ItemID" type="ser:guid"/><xs:element minOccurs="0" name="CombiExpositionExpositionID" type="ser:guid"/><xs:element minOccurs="0" name="CombiExpositionID" type="ser:guid"/><xs:element minOccurs="0" name="ShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Price" type="xs:decimal"/><xs:element minOccurs="0" name="Quantity" type="xs:int"/><xs:element minOccurs="0" name="MinQuantity" type="xs:int"/><xs:element minOccurs="0" name="MaxQuantity" type="xs:int"/><xs:element minOccurs="0" name="MaxPerTimeSlot" type="xs:int"/><xs:element minOccurs="0" name="MaxPerTicket" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="CombiExpositionExpositionAutomaticArticle" nillable="true" type="q3314:CombiExpositionExpositionAutomaticArticle" xmlns:q3314="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfCombiExpositionTicket"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CombiExpositionTicket" nillable="true" type="q3315:CombiExpositionTicket" xmlns:q3315="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCombiExpositionTicket" nillable="true" type="q3316:ArrayOfCombiExpositionTicket" xmlns:q3316="http://www.recreatex.be/webshop/"/><xs:complexType name="CombiExpositionTicket"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CombineTickets" type="xs:boolean"/><xs:element minOccurs="0" name="TicketLayout" type="xs:int"/><xs:element minOccurs="0" name="Tickets" nillable="true" type="q3317:ArrayOfCombiExpositionTicketPrice" xmlns:q3317="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ExtraArticles" nillable="true" type="q3318:ArrayOfCombiExpositionTicketExtraItem" xmlns:q3318="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="OptionalArticles" nillable="true" type="q3319:ArrayOfCombiExpositionTicketOptionalArticle" xmlns:q3319="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Price" type="xs:decimal"/><xs:element minOccurs="0" name="MinimumNrOfTickets" type="xs:int"/><xs:element minOccurs="0" name="MinimumNrOfTicketsMandatory" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="CombiExpositionTicket" nillable="true" type="q3320:CombiExpositionTicket" xmlns:q3320="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfCombiExpositionTicketPrice"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CombiExpositionTicketPrice" nillable="true" type="q3321:CombiExpositionTicketPrice" xmlns:q3321="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCombiExpositionTicketPrice" nillable="true" type="q3322:ArrayOfCombiExpositionTicketPrice" xmlns:q3322="http://www.recreatex.be/webshop/"/><xs:complexType name="CombiExpositionTicketPrice"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ExpositionItemId" type="ser:guid"/><xs:element minOccurs="0" name="ShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Price" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="CombiExpositionTicketPrice" nillable="true" type="q3323:CombiExpositionTicketPrice" xmlns:q3323="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfCombiExpositionStep"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CombiExpositionStep" nillable="true" type="q3324:CombiExpositionStep" xmlns:q3324="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCombiExpositionStep" nillable="true" type="q3325:ArrayOfCombiExpositionStep" xmlns:q3325="http://www.recreatex.be/webshop/"/><xs:complexType name="CombiExpositionStep"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Sequence" type="xs:int"/><xs:element minOccurs="0" name="Optional" type="xs:boolean"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CombiExpositionId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="CombiExpositionStep" nillable="true" type="q3326:CombiExpositionStep" xmlns:q3326="http://www.recreatex.be/webshop/"/><xs:element name="GetCombiExpositionExpositionExtraArticlesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3327:ServiceContext" xmlns:q3327="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetCombiExpositionExpositionOptionalArticlesRequest" nillable="true" type="q3328:GetCombiExpositionExpositionExtraArticlesCriteria" xmlns:q3328="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetCombiExpositionExpositionExtraArticlesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetCombiExpositionExpositionOptionalArticlesResult" nillable="true" type="q3329:GetCombiExpositionExpositionExtraArticlesResult" xmlns:q3329="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="GetCombiExpositionExpositionExtraArticlesResult"><xs:sequence><xs:element minOccurs="0" name="OptionalArticles" nillable="true" type="q3330:ArrayOfCombiExpositionExpositionOptionalArticle" xmlns:q3330="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="AutomaticArticles" nillable="true" type="q3331:ArrayOfCombiExpositionExpositionAutomaticArticle" xmlns:q3331="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="GetCombiExpositionExpositionExtraArticlesResult" nillable="true" type="q3332:GetCombiExpositionExpositionExtraArticlesResult" xmlns:q3332="http://www.recreatex.be/webshop/"/><xs:element name="GetCombiExpositionTicketsOptionalArticlesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3333:ServiceContext" xmlns:q3333="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetCombiExpositionTicketsOptionalArticlesRequest" nillable="true" type="q3334:GetCombiExpositionTicketsOptionalArticlesCriteria" xmlns:q3334="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetCombiExpositionTicketsOptionalArticlesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetCombiExpositionTicketsOptionalArticlesResult" nillable="true" type="q3335:GetCombiExpositionTicketsOptionalArticlesResult" xmlns:q3335="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="GetCombiExpositionTicketsOptionalArticlesResult"><xs:sequence><xs:element minOccurs="0" name="OptionalArticles" nillable="true" type="q3336:ArrayOfCombiExpositionTicketOptionalArticle" xmlns:q3336="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="GetCombiExpositionTicketsOptionalArticlesResult" nillable="true" type="q3337:GetCombiExpositionTicketsOptionalArticlesResult" xmlns:q3337="http://www.recreatex.be/webshop/"/><xs:element name="CalculateCombiExpositionReservationRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3338:ServiceContext" xmlns:q3338="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Criteria" nillable="true" type="q3339:CalculateCombiExpositionReservationCriteria" xmlns:q3339="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="CalculateCombiExpositionReservationCriteria"><xs:sequence><xs:element minOccurs="0" name="CombiExpositionId" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="SelectedCombiExpositionTickets" nillable="true" type="q3340:ArrayOfSelectedCombiExpositionTicket" xmlns:q3340="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ExpositionPeriods" nillable="true" type="q3341:ArrayOfCombiExpositionSelectedPeriod" xmlns:q3341="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="CalculateCombiExpositionReservationCriteria" nillable="true" type="q3342:CalculateCombiExpositionReservationCriteria" xmlns:q3342="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfCombiExpositionSelectedPeriod"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CombiExpositionSelectedPeriod" nillable="true" type="q3343:CombiExpositionSelectedPeriod" xmlns:q3343="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCombiExpositionSelectedPeriod" nillable="true" type="q3344:ArrayOfCombiExpositionSelectedPeriod" xmlns:q3344="http://www.recreatex.be/webshop/"/><xs:complexType name="CombiExpositionSelectedPeriod"><xs:sequence><xs:element minOccurs="0" name="PeriodId" type="ser:guid"/><xs:element minOccurs="0" name="OptionalArticles" nillable="true" type="q3345:ArrayOfCombiExpositionExpositionOptionalArticle" xmlns:q3345="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="AutomaticArticles" nillable="true" type="q3346:ArrayOfCombiExpositionExpositionAutomaticArticle" xmlns:q3346="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="CombiExpositionSelectedPeriod" nillable="true" type="q3347:CombiExpositionSelectedPeriod" xmlns:q3347="http://www.recreatex.be/webshop/"/><xs:element name="CalculateCombiExpositionReservationResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CalculateCombiExpositionReservationResult" nillable="true" type="q3348:CalculateCombiExpositionReservationResult" xmlns:q3348="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="CalculateCombiExpositionReservationResult"><xs:sequence><xs:element minOccurs="0" name="SelectedCombiExpositionTickets" nillable="true" type="q3349:ArrayOfSelectedCombiExpositionTicket" xmlns:q3349="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="TotalPrice" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="CalculateCombiExpositionReservationResult" nillable="true" type="q3350:CalculateCombiExpositionReservationResult" xmlns:q3350="http://www.recreatex.be/webshop/"/><xs:element name="FindCombiOrganisedVisitsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3351:ServiceContext" xmlns:q3351="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="OrganisedVisitSearchCriteria" nillable="true" type="q3352:FindCombiOrganisedVisitSearchCriteria" xmlns:q3352="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FindCombiOrganisedVisitSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q3353:PagingCriteria" xmlns:q3353="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="FindCombiOrganisedVisitSearchCriteria" nillable="true" type="q3354:FindCombiOrganisedVisitSearchCriteria" xmlns:q3354="http://www.recreatex.be/webshop/"/><xs:element name="FindCombiOrganisedVisitsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CombiOrganisedVisits" nillable="true" type="q3355:ArrayOfCombiOrganisedVisit" xmlns:q3355="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetCombiExpositionAllowedPeriodsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CombiExpositionAllowedPeriodsCriteria" nillable="true" type="q3356:GetCombiExpositionAllowedPeriodsCriteria" xmlns:q3356="http://www.recreatex.be/webshop/v1.0/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3357:ServiceContext" xmlns:q3357="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetCombiExpositionAllowedPeriodsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AllowedPeriods" nillable="true" type="q3358:ArrayOfPeriod" xmlns:q3358="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetCombiOrganisedVisitRebookingCostsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3359:ServiceContext" xmlns:q3359="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetCombiOrganisedVisitRebookingCostsRequest" nillable="true" type="q3360:GetCombiOrganisedVisitRebookingCostsCriteria" xmlns:q3360="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="GetCombiOrganisedVisitRebookingCostsCriteria"><xs:sequence><xs:element minOccurs="0" name="CombiOrganisedVisitRebooking" nillable="true" type="q3361:CombiOrganisedVisitRebooking" xmlns:q3361="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="GetCombiOrganisedVisitRebookingCostsCriteria" nillable="true" type="q3362:GetCombiOrganisedVisitRebookingCostsCriteria" xmlns:q3362="http://www.recreatex.be/webshop/"/><xs:element name="GetCombiOrganisedVisitRebookingCostsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetCombiOrganisedVisitRebookingCostsResult" nillable="true" type="q3363:GetCombiOrganisedVisitRebookingCostsResult" xmlns:q3363="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="GetCombiOrganisedVisitRebookingCostsResult"><xs:sequence><xs:element minOccurs="0" name="RebookingCosts" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="GetCombiOrganisedVisitRebookingCostsResult" nillable="true" type="q3364:GetCombiOrganisedVisitRebookingCostsResult" xmlns:q3364="http://www.recreatex.be/webshop/"/><xs:element name="AdjustCombiOrganisedVisitRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AdjustCombiOrganisedVisitRequest" nillable="true" type="q3365:AdjustCombiOrganisedVisitCriteria" xmlns:q3365="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3366:ServiceContext" xmlns:q3366="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="AdjustCombiOrganisedVisitCriteria"><xs:sequence><xs:element minOccurs="0" name="CombiOrganisedVisitId" type="ser:guid"/><xs:element minOccurs="0" name="CombiExpositionId" type="ser:guid"/><xs:element minOccurs="0" name="SelectedCombiExpositionTickets" nillable="true" type="q3367:ArrayOfSelectedCombiExpositionTicket" xmlns:q3367="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ExpositionPeriods" nillable="true" type="q3368:ArrayOfCombiExpositionSelectedPeriod" xmlns:q3368="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="AdjustCombiOrganisedVisitCriteria" nillable="true" type="q3369:AdjustCombiOrganisedVisitCriteria" xmlns:q3369="http://www.recreatex.be/webshop/"/><xs:element name="AdjustCombiOrganisedVisitResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AdjustCombiOrganisedVisitResult" nillable="true" type="q3370:AdjustCombiOrganisedVisitResult" xmlns:q3370="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.WebServices.Contracts"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListFileAgeGroupsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3371:ServiceContext" xmlns:q3371="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListFileAgeGroupsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="FileAgeGroups" nillable="true" type="q3372:ArrayOfFileAgeGroup" xmlns:q3372="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfFileAgeGroup"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="FileAgeGroup" nillable="true" type="q3373:FileAgeGroup" xmlns:q3373="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfFileAgeGroup" nillable="true" type="q3374:ArrayOfFileAgeGroup" xmlns:q3374="http://www.recreatex.be/webshop/"/><xs:element name="FindFileTypesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3375:ServiceContext" xmlns:q3375="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FileTypeSearchCriteria" nillable="true" type="q3376:FileTypeSearchCriteria" xmlns:q3376="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FileTypeSearchCriteria"><xs:annotation><xs:documentation>The search criteria that will be applied to the search query</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="FileTypeId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>The ID of a specific file type that you want to find</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="NamePattern" nillable="true" type="xs:string"><xs:annotation><xs:documentation>Part of the name of the file type to find. Use an asteriks (*) as the wildcard.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="FileAgeGroupID" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>Only include file types for this fileAgeGroup</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Paging" nillable="true" type="q3377:PagingCriteria" xmlns:q3377="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q3378:FileTypeIncludes" xmlns:q3378="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="FileTypeSearchCriteria" nillable="true" type="q3379:FileTypeSearchCriteria" xmlns:q3379="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The search criteria used to find file types</xs:documentation></xs:annotation></xs:element><xs:complexType name="FileTypeIncludes"><xs:sequence><xs:element minOccurs="0" name="FileTypeParts" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="FileTypeIncludes" nillable="true" type="q3380:FileTypeIncludes" xmlns:q3380="http://www.recreatex.be/webshop/"/><xs:element name="FindFileTypesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="FileTypes" nillable="true" type="q3381:ArrayOfFileType" xmlns:q3381="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfFileType"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="FileType" nillable="true" type="q3382:FileType" xmlns:q3382="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfFileType" nillable="true" type="q3383:ArrayOfFileType" xmlns:q3383="http://www.recreatex.be/webshop/"/><xs:complexType name="FileType"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FileTypeParts" nillable="true" type="q3384:ArrayOfFileTypePart" xmlns:q3384="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="FileType" nillable="true" type="q3385:FileType" xmlns:q3385="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfFileTypePart"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="FileTypePart" nillable="true" type="q3386:FileTypePart" xmlns:q3386="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfFileTypePart" nillable="true" type="q3387:ArrayOfFileTypePart" xmlns:q3387="http://www.recreatex.be/webshop/"/><xs:complexType name="FileTypePart"><xs:sequence><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FileActivity" nillable="true" type="q3388:FileActivity" xmlns:q3388="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FileActivityID" type="ser:guid"/><xs:element minOccurs="0" name="FileType" nillable="true" type="q3389:FileType" xmlns:q3389="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FileTypeId" type="ser:guid"/><xs:element minOccurs="0" name="Fixed" type="xs:boolean"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Sequence" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="FileTypePart" nillable="true" type="q3390:FileTypePart" xmlns:q3390="http://www.recreatex.be/webshop/"/><xs:complexType name="FileActivity"><xs:annotation><xs:documentation>FileActivity Domain Object</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"><xs:annotation><xs:documentation>FileActivity Unique Identifier</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FileActivityCategory" nillable="true" type="q3391:FileActivityCategory" xmlns:q3391="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SalesLocationId" type="ser:guid"/><xs:element minOccurs="0" name="Duration" type="xs:dateTime"/><xs:element minOccurs="0" name="MaxPeoplePerGroup" type="xs:int"/><xs:element minOccurs="0" name="MaxPeoplePerService" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="FileActivity" nillable="true" type="q3392:FileActivity" xmlns:q3392="http://www.recreatex.be/webshop/"/><xs:complexType name="FileActivityCategory"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="FileActivityCategory" nillable="true" type="q3393:FileActivityCategory" xmlns:q3393="http://www.recreatex.be/webshop/"/><xs:element name="ListFileActivityCategoriesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3394:ServiceContext" xmlns:q3394="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListFileActivityCategoriesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="FileActivityCategories" nillable="true" type="q3395:ArrayOfFileActivityCategory" xmlns:q3395="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfFileActivityCategory"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="FileActivityCategory" nillable="true" type="q3396:FileActivityCategory" xmlns:q3396="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfFileActivityCategory" nillable="true" type="q3397:ArrayOfFileActivityCategory" xmlns:q3397="http://www.recreatex.be/webshop/"/><xs:element name="ListFileActivityPeriodRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3398:ServiceContext" xmlns:q3398="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FileActivityPeriodSearchCriteria" nillable="true" type="q3399:FileActivityPeriodSearchCriteria" xmlns:q3399="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FileActivityPeriodSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="FileActivityId" type="ser:guid"/><xs:element minOccurs="0" name="From" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q3400:PagingCriteria" xmlns:q3400="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="FileActivityPeriodSearchCriteria" nillable="true" type="q3401:FileActivityPeriodSearchCriteria" xmlns:q3401="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The search criteria used to find fileActivityPeriods</xs:documentation></xs:annotation></xs:element><xs:element name="ListFileActivityPeriodResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="FileActivityPeriods" nillable="true" type="q3402:ArrayOfFileActivityPeriod" xmlns:q3402="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfFileActivityPeriod"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="FileActivityPeriod" nillable="true" type="q3403:FileActivityPeriod" xmlns:q3403="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfFileActivityPeriod" nillable="true" type="q3404:ArrayOfFileActivityPeriod" xmlns:q3404="http://www.recreatex.be/webshop/"/><xs:complexType name="FileActivityPeriod"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="FileActivityId" type="ser:guid"/><xs:element minOccurs="0" name="From" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" type="xs:dateTime"/><xs:element minOccurs="0" name="Maximum" type="xs:int"/><xs:element minOccurs="0" name="CapacityCheck" type="q3405:CapacityCheck" xmlns:q3405="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CapacityType" type="q3406:CapacityType" xmlns:q3406="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Available" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="FileActivityPeriod" nillable="true" type="q3407:FileActivityPeriod" xmlns:q3407="http://www.recreatex.be/webshop/"/><xs:simpleType name="CapacityCheck"><xs:restriction base="xs:string"><xs:enumeration value="None"/><xs:enumeration value="Places"/><xs:enumeration value="Groups"/><xs:enumeration value="Overlay"/></xs:restriction></xs:simpleType><xs:element name="CapacityCheck" nillable="true" type="q3408:CapacityCheck" xmlns:q3408="http://www.recreatex.be/webshop/"/><xs:simpleType name="CapacityType"><xs:restriction base="xs:string"><xs:enumeration value="Simultaneous"/><xs:enumeration value="ByPeriod"/></xs:restriction></xs:simpleType><xs:element name="CapacityType" nillable="true" type="q3409:CapacityType" xmlns:q3409="http://www.recreatex.be/webshop/"/><xs:element name="FindFileActivityArticleRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3410:ServiceContext" xmlns:q3410="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FileActivityArticleSearchCriteria" nillable="true" type="q3411:FileActivityArticleSearchCriteria" xmlns:q3411="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FileActivityArticleSearchCriteria"><xs:annotation><xs:documentation>The search criteria that will be applied to the search query</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="ArticleId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>The ID of a specific article that you want to find</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="NamePattern" nillable="true" type="xs:string"><xs:annotation><xs:documentation>Part of the name of the article to find. Use an asteriks (*) as the wildcard.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="FileActivityID" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>Only include articles for this fileActivity</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Paging" nillable="true" type="q3412:PagingCriteria" xmlns:q3412="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q3413:FileActivityArticleIncludes" xmlns:q3413="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="BuyerId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="FileActivityArticleSearchCriteria" nillable="true" type="q3414:FileActivityArticleSearchCriteria" xmlns:q3414="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The search criteria used to find file activity articles</xs:documentation></xs:annotation></xs:element><xs:complexType name="FileActivityArticleIncludes"><xs:sequence><xs:element minOccurs="0" name="ImageUrl" type="xs:boolean"/><xs:element minOccurs="0" name="Image" type="xs:boolean"/><xs:element minOccurs="0" name="ArticleGroup" type="xs:boolean"/><xs:element minOccurs="0" name="ArticleCategories" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="FileActivityArticleIncludes" nillable="true" type="q3415:FileActivityArticleIncludes" xmlns:q3415="http://www.recreatex.be/webshop/"/><xs:element name="FindFileActivityArticleResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Articles" nillable="true" type="q3416:ArrayOfArticle" xmlns:q3416="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindFileActivitiesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3417:ServiceContext" xmlns:q3417="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FileActivitySearchCriteria" nillable="true" type="q3418:FileActivitySearchCriteria" xmlns:q3418="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FileActivitySearchCriteria"><xs:annotation><xs:documentation>The search criteria that will be applied to the search query</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="FileActivityId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>The ID of a specific fileActivity that you want to find</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="NamePattern" nillable="true" type="xs:string"><xs:annotation><xs:documentation>Part of the name of the fileActivity to find. Use an asteriks (*) as the wildcard.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="FileActivityCategoryId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>Only include fileActivities for this fileActivityCategory</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="FileAgeGroupId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>Only include fileActivities for this fileAgeGroup</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="FileTypeId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>Only include fileActivities for this fileType</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="TranslationRequired" nillable="true" type="xs:boolean"><xs:annotation><xs:documentation>Only include fileActivities which have a translation in the requested language</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Paging" nillable="true" type="q3419:PagingCriteria" xmlns:q3419="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="From" nillable="true" type="xs:dateTime"><xs:annotation><xs:documentation>Ignore fileActivities that end before this time</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Until" nillable="true" type="xs:dateTime"><xs:annotation><xs:documentation>Ignore fileActivities that begin after this time</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType><xs:element name="FileActivitySearchCriteria" nillable="true" type="q3420:FileActivitySearchCriteria" xmlns:q3420="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The search criteria used to find file activities</xs:documentation></xs:annotation></xs:element><xs:element name="FindFileActivitiesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="FileActivities" nillable="true" type="q3421:ArrayOfFileActivity" xmlns:q3421="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfFileActivity"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="FileActivity" nillable="true" type="q3422:FileActivity" xmlns:q3422="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfFileActivity" nillable="true" type="q3423:ArrayOfFileActivity" xmlns:q3423="http://www.recreatex.be/webshop/"/><xs:element name="FindFilesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3424:ServiceContext" xmlns:q3424="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FileSearchCriteria" nillable="true" type="q3425:FileSearchCriteria" xmlns:q3425="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FileSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="FileId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="From" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q3426:PagingCriteria" xmlns:q3426="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q3427:FileIncludes" xmlns:q3427="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Number" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="FileSearchCriteria" nillable="true" type="q3428:FileSearchCriteria" xmlns:q3428="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The search criteria used to find files</xs:documentation></xs:annotation></xs:element><xs:complexType name="FileIncludes"><xs:sequence><xs:element minOccurs="0" name="SubFiles" type="xs:boolean"/><xs:element minOccurs="0" name="FileItems" type="xs:boolean"/><xs:element minOccurs="0" name="PersonDetails" type="xs:boolean"/><xs:element minOccurs="0" name="SubFileWorkTypes" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="FileIncludes" nillable="true" type="q3429:FileIncludes" xmlns:q3429="http://www.recreatex.be/webshop/"/><xs:element name="FindFilesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Files" nillable="true" type="q3430:ArrayOfFile" xmlns:q3430="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfFile"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="File" nillable="true" type="q3431:File" xmlns:q3431="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfFile" nillable="true" type="q3432:ArrayOfFile" xmlns:q3432="http://www.recreatex.be/webshop/"/><xs:complexType name="File"><xs:annotation><xs:documentation>File Domain Object</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"><xs:annotation><xs:documentation>File Unique Identifier</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Number" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DivisionId" type="ser:guid"/><xs:element minOccurs="0" name="Status" type="q3433:FileStatus" xmlns:q3433="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FileTypeId" type="ser:guid"/><xs:element minOccurs="0" name="FileType" nillable="true" type="q3434:FileType" xmlns:q3434="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="Person" nillable="true" type="q3435:Person" xmlns:q3435="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="InvoicePersonId" type="ser:guid"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CreationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="OrderDate" type="xs:dateTime"/><xs:element minOccurs="0" name="ExecutionDate" type="xs:dateTime"/><xs:element minOccurs="0" name="ExecutionTime" type="ser:duration"/><xs:element minOccurs="0" name="NumberOfVisitors" type="xs:int"/><xs:element minOccurs="0" name="Invoiced" type="xs:boolean"/><xs:element minOccurs="0" name="FileAgeGroupId" type="ser:guid"/><xs:element minOccurs="0" name="FileAgeGroup" nillable="true" type="q3436:FileAgeGroup" xmlns:q3436="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="WebCreated" type="xs:boolean"/><xs:element minOccurs="0" name="SubFiles" nillable="true" type="q3437:ArrayOfSubFile" xmlns:q3437="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="File" nillable="true" type="q3438:File" xmlns:q3438="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfSubFile"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SubFile" nillable="true" type="q3439:SubFile" xmlns:q3439="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSubFile" nillable="true" type="q3440:ArrayOfSubFile" xmlns:q3440="http://www.recreatex.be/webshop/"/><xs:complexType name="SubFile"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="FileId" type="ser:guid"/><xs:element minOccurs="0" name="Sequence" type="xs:int"/><xs:element minOccurs="0" name="FileActivityID" type="ser:guid"/><xs:element minOccurs="0" name="FileActivity" nillable="true" type="q3441:FileActivity" xmlns:q3441="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="InvoiceAddressID" type="ser:guid"/><xs:element minOccurs="0" name="Date" type="xs:dateTime"/><xs:element minOccurs="0" name="StartTime" type="ser:duration"/><xs:element minOccurs="0" name="EndDate" type="xs:dateTime"/><xs:element minOccurs="0" name="EndTime" type="ser:duration"/><xs:element minOccurs="0" name="NumberOfPeople" type="xs:int"/><xs:element minOccurs="0" name="NumberOfPlaces" type="xs:int"/><xs:element minOccurs="0" name="NumberOfGroups" type="xs:int"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Invoiced" type="xs:boolean"/><xs:element minOccurs="0" name="FileAgeGroupID" type="ser:guid"/><xs:element minOccurs="0" name="FileItems" nillable="true" type="q3442:ArrayOfFileItem" xmlns:q3442="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SubFileWorkTypes" nillable="true" type="q3443:ArrayOfSubFileWorkType" xmlns:q3443="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="LocationAddressID" type="ser:guid"/><xs:element minOccurs="0" name="Location" nillable="true" type="q3444:AddressLocation" xmlns:q3444="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CustomerName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CustomerFirstname" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="SubFile" nillable="true" type="q3445:SubFile" xmlns:q3445="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfFileItem"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="FileItem" nillable="true" type="q3446:FileItem" xmlns:q3446="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfFileItem" nillable="true" type="q3447:ArrayOfFileItem" xmlns:q3447="http://www.recreatex.be/webshop/"/><xs:complexType name="FileItem"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="SubFileId" type="ser:guid"/><xs:element minOccurs="0" name="ArticleId" type="ser:guid"/><xs:element minOccurs="0" name="Article" nillable="true" type="q3448:Article" xmlns:q3448="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CustomerPriceGroupId" type="ser:guid"/><xs:element minOccurs="0" name="CustomerPriceGroup" nillable="true" type="q3449:PriceGroup" xmlns:q3449="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Quantity" type="xs:int"/><xs:element minOccurs="0" name="Hours" type="xs:dateTime"/><xs:element minOccurs="0" name="CalculationType" type="q3450:FileItemCalculationType" xmlns:q3450="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="UnitPrice" type="xs:decimal"/><xs:element minOccurs="0" name="UnitPriceInc" type="xs:decimal"/><xs:element minOccurs="0" name="VatPercentage" type="xs:decimal"/><xs:element minOccurs="0" name="VatId" type="ser:guid"/><xs:element minOccurs="0" name="VatInclusive" type="xs:boolean"/><xs:element minOccurs="0" name="VatAmount" type="xs:decimal"/><xs:element minOccurs="0" name="LineAmount" type="xs:decimal"/><xs:element minOccurs="0" name="Amount" type="xs:decimal"/><xs:element minOccurs="0" name="StockItem" type="xs:boolean"/><xs:element minOccurs="0" name="ItemStockPlaceId" type="ser:guid"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DiscountPercentage" type="xs:decimal"/><xs:element minOccurs="0" name="DiscountAmount" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="FileItem" nillable="true" type="q3451:FileItem" xmlns:q3451="http://www.recreatex.be/webshop/"/><xs:simpleType name="FileItemCalculationType"><xs:restriction base="xs:string"><xs:enumeration value="PxH"/><xs:enumeration value="F"/><xs:enumeration value="PxQ"/><xs:enumeration value="PxQxH"/></xs:restriction></xs:simpleType><xs:element name="FileItemCalculationType" nillable="true" type="q3452:FileItemCalculationType" xmlns:q3452="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfSubFileWorkType"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SubFileWorkType" nillable="true" type="q3453:SubFileWorkType" xmlns:q3453="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSubFileWorkType" nillable="true" type="q3454:ArrayOfSubFileWorkType" xmlns:q3454="http://www.recreatex.be/webshop/"/><xs:complexType name="SubFileWorkType"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="SubFileId" type="ser:guid"/><xs:element minOccurs="0" name="WorkTypeItemId" type="ser:guid"/><xs:element minOccurs="0" name="WorkTypeItem" nillable="true" type="q3455:Article" xmlns:q3455="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CustomerPriceGroupId" type="ser:guid"/><xs:element minOccurs="0" name="CustomerPriceGroup" nillable="true" type="q3456:PriceGroup" xmlns:q3456="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Hours" type="xs:dateTime"/><xs:element minOccurs="0" name="CalculationType" type="q3457:SubFileWorkTypeCalculationType" xmlns:q3457="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="UnitPrice" type="xs:decimal"/><xs:element minOccurs="0" name="UnitPriceInc" type="xs:decimal"/><xs:element minOccurs="0" name="VatPercentage" type="xs:decimal"/><xs:element minOccurs="0" name="VatId" type="ser:guid"/><xs:element minOccurs="0" name="VatInclusive" type="xs:boolean"/><xs:element minOccurs="0" name="VatAmount" type="xs:decimal"/><xs:element minOccurs="0" name="LineAmount" type="xs:decimal"/><xs:element minOccurs="0" name="Amount" type="xs:decimal"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LanguageId" type="ser:guid"/><xs:element minOccurs="0" name="PerGroup" type="xs:boolean"/><xs:element minOccurs="0" name="EmployeeTaskId" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeId" type="ser:guid"/><xs:element minOccurs="0" name="FileActivityWorkTypeId" type="ser:guid"/><xs:element minOccurs="0" name="DiscountPercentage" type="xs:decimal"/><xs:element minOccurs="0" name="DiscountAmount" type="xs:decimal"/><xs:element minOccurs="0" name="PayToEmployee" type="xs:boolean"/><xs:element minOccurs="0" name="Posted" type="xs:boolean"/><xs:element minOccurs="0" name="FixedDuration" type="xs:boolean"/><xs:element minOccurs="0" name="FromDateTime" type="xs:dateTime"/><xs:element minOccurs="0" name="TillDateTime" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="SubFileWorkType" nillable="true" type="q3458:SubFileWorkType" xmlns:q3458="http://www.recreatex.be/webshop/"/><xs:simpleType name="SubFileWorkTypeCalculationType"><xs:restriction base="xs:string"><xs:enumeration value="PxH"/><xs:enumeration value="F"/><xs:enumeration value="PxQ"/><xs:enumeration value="PxQxH"/></xs:restriction></xs:simpleType><xs:element name="SubFileWorkTypeCalculationType" nillable="true" type="q3459:SubFileWorkTypeCalculationType" xmlns:q3459="http://www.recreatex.be/webshop/"/><xs:element name="FindSubFilesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3460:ServiceContext" xmlns:q3460="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SubFileSearchCriteria" nillable="true" type="q3461:SubFileSearchCriteria" xmlns:q3461="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindSubFilesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SubFiles" nillable="true" type="q3462:ArrayOfSubFile" xmlns:q3462="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ValidateBasketRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Basket" nillable="true" type="q3463:Basket" xmlns:q3463="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3464:ServiceContext" xmlns:q3464="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ValidateBasketResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ValidateBasketResult" nillable="true" type="q3465:BasketValidationResult" xmlns:q3465="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ValidatePosBasketRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Basket" nillable="true" type="q3466:Basket" xmlns:q3466="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3467:ServiceContext" xmlns:q3467="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MacId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PointOfSaleId" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SalesZoneId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="ValidatePosBasketResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ValidateBasketResult" nillable="true" type="q3468:BasketValidationResult" xmlns:q3468="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ValidateBasketItemRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="BasketItem" nillable="true" type="q3469:BasketItem" xmlns:q3469="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3470:ServiceContext" xmlns:q3470="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ValidateBasketItemResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="BasketItemValidationResult" nillable="true" type="q3471:BasketItemValidationResult" xmlns:q3471="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="CheckoutBasketRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Basket" nillable="true" type="q3472:Basket" xmlns:q3472="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3473:ServiceContext" xmlns:q3473="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="CheckoutBasketResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CheckoutBasketResult" nillable="true" type="q3474:CheckoutBasketResult" xmlns:q3474="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="CheckoutBasketResult"><xs:sequence><xs:element minOccurs="0" name="BasketValidationResult" nillable="true" type="q3475:BasketValidationResult" xmlns:q3475="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ResultState" type="q3476:CheckoutResultState" xmlns:q3476="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SalesItems" nillable="true" type="q3477:ArrayOfSalesItem" xmlns:q3477="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SalesOrderNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SalesSeriesId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="InvoiceId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="HasCollectLaterLines" type="xs:boolean"/><xs:element minOccurs="0" name="GezinsbondAmountRewarded" type="xs:decimal"/><xs:element minOccurs="0" name="GezinsbondNewBalance" type="xs:decimal"/><xs:element minOccurs="0" name="TokenNumber" nillable="true" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="CheckoutBasketResult" nillable="true" type="q3478:CheckoutBasketResult" xmlns:q3478="http://www.recreatex.be/webshop/"/><xs:simpleType name="CheckoutResultState"><xs:restriction base="xs:string"><xs:enumeration value="None"/><xs:enumeration value="Success"/><xs:enumeration value="Failed"/></xs:restriction></xs:simpleType><xs:element name="CheckoutResultState" nillable="true" type="q3479:CheckoutResultState" xmlns:q3479="http://www.recreatex.be/webshop/"/><xs:element name="CheckoutTemporaryBasketRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3480:ServiceContext" xmlns:q3480="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Criteria" nillable="true" type="q3481:CheckoutTemporaryBasketCriteria" xmlns:q3481="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="CheckoutTemporaryBasketCriteria"><xs:sequence><xs:element minOccurs="0" name="DigitalWalletId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="DivisionCardId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SalesZoneId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="TokenNumber" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="PosSales" nillable="true" type="q3482:ArrayOfPosSale" xmlns:q3482="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="CheckoutTemporaryBasketCriteria" nillable="true" type="q3483:CheckoutTemporaryBasketCriteria" xmlns:q3483="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfPosSale"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="PosSale" nillable="true" type="q3484:PosSale" xmlns:q3484="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPosSale" nillable="true" type="q3485:ArrayOfPosSale" xmlns:q3485="http://www.recreatex.be/webshop/"/><xs:complexType name="PosSale"><xs:sequence><xs:element minOccurs="0" name="ArticleId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Quantity" type="xs:int"/><xs:element minOccurs="0" name="UnitPrice" type="xs:decimal"/><xs:element minOccurs="0" name="Options" nillable="true" type="q3486:ArrayOfPosSaleOption" xmlns:q3486="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="PosSale" nillable="true" type="q3487:PosSale" xmlns:q3487="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfPosSaleOption"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="PosSaleOption" nillable="true" type="q3488:PosSaleOption" xmlns:q3488="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPosSaleOption" nillable="true" type="q3489:ArrayOfPosSaleOption" xmlns:q3489="http://www.recreatex.be/webshop/"/><xs:complexType name="PosSaleOption"><xs:sequence><xs:element minOccurs="0" name="OptionValueId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Quantity" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="PosSaleOption" nillable="true" type="q3490:PosSaleOption" xmlns:q3490="http://www.recreatex.be/webshop/"/><xs:element name="CheckoutTemporaryBasketResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CheckoutTemporaryBasketResult" nillable="true" type="q3491:CheckoutTemporaryBasketResult" xmlns:q3491="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="CheckoutTemporaryBasketResult"><xs:sequence><xs:element minOccurs="0" name="ValidationResult" nillable="true" type="q3492:ValidationResult" xmlns:q3492="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="DigitalWalletTransactionId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="TokenNumber" nillable="true" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="CheckoutTemporaryBasketResult" nillable="true" type="q3493:CheckoutTemporaryBasketResult" xmlns:q3493="http://www.recreatex.be/webshop/"/><xs:element name="CheckoutPosBasketRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Basket" nillable="true" type="q3494:Basket" xmlns:q3494="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3495:ServiceContext" xmlns:q3495="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MacId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PointOfSaleId" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SalesZoneId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="LockBasketItemsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="BasketItems" nillable="true" type="q3496:ArrayOfBasketItem" xmlns:q3496="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3497:ServiceContext" xmlns:q3497="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="LockBasketItemsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="LockBasketResult" nillable="true" type="q3498:LockBasketResult" xmlns:q3498="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="LockBasketResult"><xs:sequence><xs:element minOccurs="0" name="BasketItems" nillable="true" type="q3499:ArrayOfBasketItem" xmlns:q3499="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="IsLocked" type="xs:boolean"/><xs:element minOccurs="0" name="ValidationResult" nillable="true" type="q3500:ValidationResult" xmlns:q3500="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="LockBasketResult" nillable="true" type="q3501:LockBasketResult" xmlns:q3501="http://www.recreatex.be/webshop/"/><xs:element name="LockPosBasketItemsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="BasketItems" nillable="true" type="q3502:ArrayOfBasketItem" xmlns:q3502="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3503:ServiceContext" xmlns:q3503="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="WaiterPadContext" nillable="true" type="q3504:WaiterPadContext" xmlns:q3504="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.WebServices.Contracts"/></xs:sequence></xs:complexType></xs:element><xs:element name="LockPosBasketItemsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="LockBasketResult" nillable="true" type="q3505:LockBasketResult" xmlns:q3505="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="UnlockBasketItemsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3506:ServiceContext" xmlns:q3506="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="LockTickets" nillable="true" type="q3507:ArrayOfLockTicket" xmlns:q3507="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfLockTicket"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="LockTicket" nillable="true" type="q3508:LockTicket" xmlns:q3508="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfLockTicket" nillable="true" type="q3509:ArrayOfLockTicket" xmlns:q3509="http://www.recreatex.be/webshop/"/><xs:element name="UnlockBasketItemsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="UnlockBasketItemsResult" nillable="true" type="q3510:UnlockBasketItemsResult" xmlns:q3510="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="UnlockBasketItemsResult"><xs:sequence><xs:element minOccurs="0" name="IsValid" type="xs:boolean"/><xs:element minOccurs="0" name="ValidationResult" nillable="true" type="q3511:ArrayOfUnlockBasketItemResult" xmlns:q3511="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="UnlockBasketItemsResult" nillable="true" type="q3512:UnlockBasketItemsResult" xmlns:q3512="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfUnlockBasketItemResult"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="UnlockBasketItemResult" nillable="true" type="q3513:UnlockBasketItemResult" xmlns:q3513="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfUnlockBasketItemResult" nillable="true" type="q3514:ArrayOfUnlockBasketItemResult" xmlns:q3514="http://www.recreatex.be/webshop/"/><xs:complexType name="UnlockBasketItemResult"><xs:sequence><xs:element minOccurs="0" name="IsValid" type="xs:boolean"/><xs:element minOccurs="0" name="LockTicket" nillable="true" type="q3515:LockTicket" xmlns:q3515="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ValidationResult" nillable="true" type="q3516:ValidationResult" xmlns:q3516="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="UnlockBasketItemResult" nillable="true" type="q3517:UnlockBasketItemResult" xmlns:q3517="http://www.recreatex.be/webshop/"/><xs:element name="RecalculateBasketRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Basket" nillable="true" type="q3518:Basket" xmlns:q3518="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3519:ServiceContext" xmlns:q3519="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="RecalculateBasketResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Basket" nillable="true" type="q3520:Basket" xmlns:q3520="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="RecalculatePosBasketRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Basket" nillable="true" type="q3521:Basket" xmlns:q3521="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3522:ServiceContext" xmlns:q3522="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="WaiterPadContext" nillable="true" type="q3523:WaiterPadContext" xmlns:q3523="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.WebServices.Contracts"/></xs:sequence></xs:complexType></xs:element><xs:element name="RecalculatePosBasketResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Basket" nillable="true" type="q3524:Basket" xmlns:q3524="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SupportsIncassoPaymentsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Basket" nillable="true" type="q3525:Basket" xmlns:q3525="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3526:ServiceContext" xmlns:q3526="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SupportsIncassoPaymentsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SupportsIncassoPayments" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="SupportsChipKnipPaymentsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Basket" nillable="true" type="q3527:Basket" xmlns:q3527="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3528:ServiceContext" xmlns:q3528="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SupportsChipKnipPaymentsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SupportsChipKnipPayments" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="SupportsPayLaterPaymentsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Basket" nillable="true" type="q3529:Basket" xmlns:q3529="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3530:ServiceContext" xmlns:q3530="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SupportsPayLaterPaymentsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SupportsPayLaterPayments" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="ExtendLockPeriodRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3531:ServiceContext" xmlns:q3531="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="LockTickets" nillable="true" type="q3532:ArrayOfLockTicket" xmlns:q3532="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ExtendLockPeriodResult"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ExtendedLocks" nillable="true" type="q3533:ExtendedLocks" xmlns:q3533="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ExtendedLocks"><xs:sequence><xs:element minOccurs="0" name="Succeeded" nillable="true" type="q3534:ArrayOfLockTicket" xmlns:q3534="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Failed" nillable="true" type="q3535:ArrayOfLockTicket" xmlns:q3535="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ExtendedLocks" nillable="true" type="q3536:ExtendedLocks" xmlns:q3536="http://www.recreatex.be/webshop/"/><xs:element name="ExtendLockPeriodByTimeRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3537:ServiceContext" xmlns:q3537="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="LockTickets" nillable="true" type="q3538:ArrayOfLockTicket" xmlns:q3538="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Seconds" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListLockedBasketItemsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3539:ServiceContext" xmlns:q3539="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ListLockedBasketItemsCriteria" nillable="true" type="q3540:ListLockedBasketItemsCriteria" xmlns:q3540="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ListLockedBasketItemsCriteria"><xs:sequence><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q3541:ListLockedBasketItemsIncludes" xmlns:q3541="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="TableId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="PointOfSalesId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ListLockedBasketItemsCriteria" nillable="true" type="q3542:ListLockedBasketItemsCriteria" xmlns:q3542="http://www.recreatex.be/webshop/"/><xs:complexType name="ListLockedBasketItemsIncludes"><xs:sequence><xs:element minOccurs="0" name="ActivityReservations" type="xs:boolean"/><xs:element minOccurs="0" name="ExpositionPeriodReservations" type="xs:boolean"/><xs:element minOccurs="0" name="CultureEventReservations" type="xs:boolean"/><xs:element minOccurs="0" name="CultureSubscriptionEntries" type="xs:boolean"/><xs:element minOccurs="0" name="WaitingListSales" type="xs:boolean"/><xs:element minOccurs="0" name="FitnessActivityDayReservations" type="xs:boolean"/><xs:element minOccurs="0" name="RecurringPlaceReservations" type="xs:boolean"/><xs:element minOccurs="0" name="OptionalRecurringPlaceReservations" type="xs:boolean"/><xs:element minOccurs="0" name="PlaceReservations" type="xs:boolean"/><xs:element minOccurs="0" name="OptionalPlaceReservations" type="xs:boolean"/><xs:element minOccurs="0" name="RentalReservations" type="xs:boolean"/><xs:element minOccurs="0" name="ChildCareCentreEntryReservations" type="xs:boolean"/><xs:element minOccurs="0" name="CultureSeriesReservations" type="xs:boolean"/><xs:element minOccurs="0" name="StockArticles" type="xs:boolean"/><xs:element minOccurs="0" name="CombiExpositionReservations" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ListLockedBasketItemsIncludes" nillable="true" type="q3543:ListLockedBasketItemsIncludes" xmlns:q3543="http://www.recreatex.be/webshop/"/><xs:element name="ListLockedBasketItemsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ListLockedBasketItemsResult" nillable="true" type="q3544:ListLockedBasketItemsResult" xmlns:q3544="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ListLockedBasketItemsResult"><xs:sequence><xs:element minOccurs="0" name="SessionId" type="ser:guid"/><xs:element minOccurs="0" name="LockBasketResult" nillable="true" type="q3545:LockBasketResult" xmlns:q3545="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ListLockedBasketItemsResult" nillable="true" type="q3546:ListLockedBasketItemsResult" xmlns:q3546="http://www.recreatex.be/webshop/"/><xs:element name="ReLockBasketItemsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="BasketItems" nillable="true" type="q3547:ArrayOfBasketItem" xmlns:q3547="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3548:ServiceContext" xmlns:q3548="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ReLockBasketItemsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ReLockBasketResult" nillable="true" type="q3549:LockBasketResult" xmlns:q3549="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetProductTypeRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3550:ServiceContext" xmlns:q3550="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetProductTypeCriteria" nillable="true" type="q3551:GetProductTypeCriteria" xmlns:q3551="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="GetProductTypeCriteria"><xs:sequence><xs:element minOccurs="0" name="BasketItem" nillable="true" type="q3552:BasketItem" xmlns:q3552="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="GetProductTypeCriteria" nillable="true" type="q3553:GetProductTypeCriteria" xmlns:q3553="http://www.recreatex.be/webshop/"/><xs:element name="GetProductTypeResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetProductTypeResult" nillable="true" type="q3554:GetProductTypeResult" xmlns:q3554="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="GetProductTypeResult"><xs:sequence><xs:element minOccurs="0" name="ProductType" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="GetProductTypeResult" nillable="true" type="q3555:GetProductTypeResult" xmlns:q3555="http://www.recreatex.be/webshop/"/><xs:element name="FindCultureSeriesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3556:ServiceContext" xmlns:q3556="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CultureSeriesSearchCriteria" nillable="true" type="q3557:CultureSeriesSearchCriteria" xmlns:q3557="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="CultureSeriesSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="CultureSeriesId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="NamePattern" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CultureActivityId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="HallId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q3558:CultureSeriesIncludes" xmlns:q3558="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q3559:PagingCriteria" xmlns:q3559="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="CultureSeriesSearchCriteria" nillable="true" type="q3560:CultureSeriesSearchCriteria" xmlns:q3560="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureSeriesIncludes"><xs:sequence><xs:element minOccurs="0" name="Image" type="xs:boolean"/><xs:element minOccurs="0" name="ImageUri" type="xs:boolean"/><xs:element minOccurs="0" name="Prices" type="xs:boolean"/><xs:element minOccurs="0" name="Hall" type="xs:boolean"/><xs:element minOccurs="0" name="CultureEvents" type="xs:boolean"/><xs:element minOccurs="0" name="HallImage" type="xs:boolean"/><xs:element minOccurs="0" name="HallImageUri" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="CultureSeriesIncludes" nillable="true" type="q3561:CultureSeriesIncludes" xmlns:q3561="http://www.recreatex.be/webshop/"/><xs:element name="FindCultureSeriesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="FindCultureSeriesResult" nillable="true" type="q3562:ArrayOfCultureSeries" xmlns:q3562="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfCultureSeries"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CultureSeries" nillable="true" type="q3563:CultureSeries" xmlns:q3563="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCultureSeries" nillable="true" type="q3564:ArrayOfCultureSeries" xmlns:q3564="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureSeries"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MaxVisitors" type="xs:int"/><xs:element minOccurs="0" name="CultureActivity" nillable="true" type="q3565:CultureActivity" xmlns:q3565="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="HallId" type="ser:guid"/><xs:element minOccurs="0" name="Hall" nillable="true" type="q3566:Hall" xmlns:q3566="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CultureEvents" nillable="true" type="q3567:ArrayOfCultureEvent" xmlns:q3567="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Prices" nillable="true" type="q3568:ArrayOfCultureSeriesPrice" xmlns:q3568="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="AllowExplicitSeatReservation" type="xs:boolean"/><xs:element minOccurs="0" name="AllowBasReservation" type="xs:boolean"/><xs:element minOccurs="0" name="ShowHallForBas" type="xs:boolean"/><xs:element minOccurs="0" name="AllowSingleFreeSeats" type="xs:boolean"/><xs:element minOccurs="0" name="Image" nillable="true" type="q3569:Picture" xmlns:q3569="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ImageUri" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ShippingCost" nillable="true" type="q3570:ShippingCost" xmlns:q3570="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="AllowChangeSeats" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="CultureSeries" nillable="true" type="q3571:CultureSeries" xmlns:q3571="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureActivity"><xs:sequence><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="CultureActivity" nillable="true" type="q3572:CultureActivity" xmlns:q3572="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfCultureEvent"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CultureEvent" nillable="true" type="q3573:CultureEvent" xmlns:q3573="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCultureEvent" nillable="true" type="q3574:ArrayOfCultureEvent" xmlns:q3574="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureEvent"><xs:sequence><xs:element minOccurs="0" name="AdministrativeCost" nillable="true" type="q3575:AdministrativeCost" xmlns:q3575="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="AvailableSeats" type="xs:int"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CultureActivity" nillable="true" type="q3576:CultureActivity" xmlns:q3576="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="From" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Hall" nillable="true" type="q3577:Hall" xmlns:q3577="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Image" nillable="true" type="q3578:Picture" xmlns:q3578="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ImageUri" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IncassoCost" nillable="true" type="q3579:IncassoCost" xmlns:q3579="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Prices" nillable="true" type="q3580:ArrayOfCultureEventPrice" xmlns:q3580="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ReservationCost" nillable="true" type="q3581:ReservationCost" xmlns:q3581="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SalesFrom" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="SalesUntil" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Status" type="q3582:CultureEventStatus" xmlns:q3582="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Until" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Options" nillable="true" type="q3583:ArrayOfCultureEventOption" xmlns:q3583="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CultureEventCategory" nillable="true" type="q3584:CultureEventCategory" xmlns:q3584="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="UseReservationCost" type="xs:boolean"/><xs:element minOccurs="0" name="AllowBasReservation" type="xs:boolean"/><xs:element minOccurs="0" name="AllowExplicitSeatReservation" type="xs:boolean"/><xs:element minOccurs="0" name="MaxVisitors" type="xs:int"/><xs:element minOccurs="0" name="MaxVisitorsWeb" type="xs:int"/><xs:element minOccurs="0" name="AvailableSitePlaces" type="xs:int"/><xs:element minOccurs="0" name="AvailableTotal" type="xs:int"/><xs:element minOccurs="0" name="BreakFrom" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="BreakUntil" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="AllowWaitingListReservation" type="xs:boolean"/><xs:element minOccurs="0" name="MaxTicketsPerAddress" type="xs:int"/><xs:element minOccurs="0" name="SoldOut" type="xs:boolean"/><xs:element minOccurs="0" name="AllowOverbooking" type="xs:boolean"/><xs:element minOccurs="0" name="GenLoyaltyActive" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="ShowHallForBas" type="xs:boolean"/><xs:element minOccurs="0" name="HideAmountOfFreePlaces" type="xs:boolean"/><xs:element minOccurs="0" name="ShippingCost" nillable="true" type="q3585:ShippingCost" xmlns:q3585="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="DonationEnabled" type="xs:boolean"/><xs:element minOccurs="0" name="AllowChangeSeats" type="xs:boolean"/><xs:element minOccurs="0" name="ExtraDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UitpasEventId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="EnablePresale" type="xs:boolean"/><xs:element minOccurs="0" name="PresaleFrom" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="PresaleUntil" nillable="true" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="CultureEvent" nillable="true" type="q3586:CultureEvent" xmlns:q3586="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfCultureEventPrice"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CultureEventPrice" nillable="true" type="q3587:CultureEventPrice" xmlns:q3587="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCultureEventPrice" nillable="true" type="q3588:ArrayOfCultureEventPrice" xmlns:q3588="http://www.recreatex.be/webshop/"/><xs:simpleType name="CultureEventStatus"><xs:restriction base="xs:string"><xs:enumeration value="Open"/><xs:enumeration value="Closed"/><xs:enumeration value="NotForSale"/></xs:restriction></xs:simpleType><xs:element name="CultureEventStatus" nillable="true" type="q3589:CultureEventStatus" xmlns:q3589="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfCultureEventOption"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CultureEventOption" nillable="true" type="q3590:CultureEventOption" xmlns:q3590="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCultureEventOption" nillable="true" type="q3591:ArrayOfCultureEventOption" xmlns:q3591="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureEventOption"><xs:sequence><xs:element minOccurs="0" name="ArticleId" type="ser:guid"/><xs:element minOccurs="0" name="Available" type="xs:int"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="MaxQuantity" type="xs:int"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Price" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="CultureEventOption" nillable="true" type="q3592:CultureEventOption" xmlns:q3592="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureEventCategory"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="CultureEventCategory" nillable="true" type="q3593:CultureEventCategory" xmlns:q3593="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfCultureSeriesPrice"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CultureSeriesPrice" nillable="true" type="q3594:CultureSeriesPrice" xmlns:q3594="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCultureSeriesPrice" nillable="true" type="q3595:ArrayOfCultureSeriesPrice" xmlns:q3595="http://www.recreatex.be/webshop/"/><xs:element name="ListCultureActivitiesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3596:ServiceContext" xmlns:q3596="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListCultureActivitiesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CultureActivities" nillable="true" type="q3597:ArrayOfCultureActivity" xmlns:q3597="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfCultureActivity"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CultureActivity" nillable="true" type="q3598:CultureActivity" xmlns:q3598="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCultureActivity" nillable="true" type="q3599:ArrayOfCultureActivity" xmlns:q3599="http://www.recreatex.be/webshop/"/><xs:element name="FindCultureEventsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3600:ServiceContext" xmlns:q3600="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CultureEventSearchCriteria" nillable="true" type="q3601:CultureEventSearchCriteria" xmlns:q3601="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="CultureEventSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="CultureActivityId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="CultureEventId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="From" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q3602:CultureEventIncludes" xmlns:q3602="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q3603:PagingCriteria" xmlns:q3603="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Until" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="CultureEventCategoryId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="CultureActivityIdList" nillable="true" type="q3604:ArrayOfguid" xmlns:q3604="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="CultureEventCategoryIdList" nillable="true" type="q3605:ArrayOfguid" xmlns:q3605="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="PersonID" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="IgnoreShowOnWeb" type="xs:boolean"/><xs:element minOccurs="0" name="TraderId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="HallId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="CultureSubscriptionId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="CultureEventSearchCriteria" nillable="true" type="q3606:CultureEventSearchCriteria" xmlns:q3606="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureEventIncludes"><xs:sequence><xs:element minOccurs="0" name="Image" type="xs:boolean"/><xs:element minOccurs="0" name="ImageUri" type="xs:boolean"/><xs:element minOccurs="0" name="Options" type="xs:boolean"/><xs:element minOccurs="0" name="HallImage" type="xs:boolean"/><xs:element minOccurs="0" name="HallImageUri" type="xs:boolean"/><xs:element minOccurs="0" name="Prices" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="CultureEventIncludes" nillable="true" type="q3607:CultureEventIncludes" xmlns:q3607="http://www.recreatex.be/webshop/"/><xs:element name="FindCultureEventsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="q3608:FindCultureEventsResult" xmlns:q3608="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FindCultureEventsResult"><xs:sequence><xs:element minOccurs="0" name="TotalCount" type="xs:int"/><xs:element minOccurs="0" name="CultureEvents" nillable="true" type="q3609:ArrayOfCultureEvent" xmlns:q3609="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="FindCultureEventsResult" nillable="true" type="q3610:FindCultureEventsResult" xmlns:q3610="http://www.recreatex.be/webshop/"/><xs:element name="GetHallSeatingRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3611:ServiceContext" xmlns:q3611="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="HallId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetHallSeatingResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Hall" nillable="true" type="q3612:Hall" xmlns:q3612="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetHallSeatingWithIncludesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3613:ServiceContext" xmlns:q3613="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="HallId" type="ser:guid"/><xs:element minOccurs="0" name="SeatingIncludes" nillable="true" type="q3614:SeatingIncludes" xmlns:q3614="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SeatingIncludes"><xs:sequence><xs:element minOccurs="0" name="ExtraElements" type="xs:boolean"/><xs:element minOccurs="0" name="HallImage" type="xs:boolean"/><xs:element minOccurs="0" name="HallImageUri" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="SeatingIncludes" nillable="true" type="q3615:SeatingIncludes" xmlns:q3615="http://www.recreatex.be/webshop/"/><xs:element name="GetCultureEventSeatingRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3616:ServiceContext" xmlns:q3616="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CultureEventId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetCultureEventSeatingWithIncludesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3617:ServiceContext" xmlns:q3617="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CultureEventId" type="ser:guid"/><xs:element minOccurs="0" name="SeatingIncludes" nillable="true" type="q3618:SeatingIncludes" xmlns:q3618="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetCultureSeriesSeatingRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3619:ServiceContext" xmlns:q3619="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CultureSeriesId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetCultureSeriesSeatingWithIncludesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3620:ServiceContext" xmlns:q3620="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CultureSeriesId" type="ser:guid"/><xs:element minOccurs="0" name="SeatingIncludes" nillable="true" type="q3621:SeatingIncludes" xmlns:q3621="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetSeatAllocationsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AllocationIncludes" type="q3622:SeatAllocationIncludes" xmlns:q3622="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3623:ServiceContext" xmlns:q3623="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SeatAllocationsCultureEventId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SeatAllocationsCultureSeriesId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SeatBlockCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TraderId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:simpleType name="SeatAllocationIncludes"><xs:restriction base="xs:string"><xs:enumeration value="None"/><xs:enumeration value="All"/><xs:enumeration value="SelectedArea"/></xs:restriction></xs:simpleType><xs:element name="SeatAllocationIncludes" nillable="true" type="q3624:SeatAllocationIncludes" xmlns:q3624="http://www.recreatex.be/webshop/"/><xs:element name="GetSeatAllocationsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Overview" nillable="true" type="q3625:SeatAllocationsOverview" xmlns:q3625="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SeatAllocationsOverview"><xs:sequence><xs:element minOccurs="0" name="Allocations" nillable="true" type="q3626:ArrayOfSeatAllocation" xmlns:q3626="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Summary" nillable="true" type="q3627:SeatAllocationPerHallSummary" xmlns:q3627="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="SeatAllocationsOverview" nillable="true" type="q3628:SeatAllocationsOverview" xmlns:q3628="http://www.recreatex.be/webshop/"/><xs:complexType name="SeatAllocationPerHallSummary"><xs:complexContent mixed="false"><xs:extension base="q3629:SeatAllocationSummary" xmlns:q3629="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="BlockSummaries" nillable="true" type="q3629:ArrayOfSeatAllocationPerBlockSummary"/><xs:element minOccurs="0" name="Hall" nillable="true" type="q3629:Hall"/><xs:element minOccurs="0" name="RangeSummaries" nillable="true" type="q3629:ArrayOfSeatAllocationPerRangeSummary"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="SeatAllocationPerHallSummary" nillable="true" type="q3630:SeatAllocationPerHallSummary" xmlns:q3630="http://www.recreatex.be/webshop/"/><xs:complexType name="SeatAllocationSummary"><xs:sequence><xs:element minOccurs="0" name="Count" nillable="true" type="q3631:SeatAllocationCount" xmlns:q3631="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="SeatAllocationSummary" nillable="true" type="q3632:SeatAllocationSummary" xmlns:q3632="http://www.recreatex.be/webshop/"/><xs:complexType name="SeatAllocationCount"><xs:sequence><xs:element minOccurs="0" name="Available" type="xs:int"/><xs:element minOccurs="0" name="Blocked" type="xs:int"/><xs:element minOccurs="0" name="Locked" type="xs:int"/><xs:element minOccurs="0" name="Option" type="xs:int"/><xs:element minOccurs="0" name="Reserved" type="xs:int"/><xs:element minOccurs="0" name="ResellerOnly" type="xs:int"/><xs:element minOccurs="0" name="CustomerOnly" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="SeatAllocationCount" nillable="true" type="q3633:SeatAllocationCount" xmlns:q3633="http://www.recreatex.be/webshop/"/><xs:complexType name="SeatAllocationPerBlockSummary"><xs:complexContent mixed="false"><xs:extension base="q3634:SeatAllocationSummary" xmlns:q3634="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="Block" nillable="true" type="q3634:SeatBlock"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="SeatAllocationPerBlockSummary" nillable="true" type="q3635:SeatAllocationPerBlockSummary" xmlns:q3635="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfSeatAllocationPerBlockSummary"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SeatAllocationPerBlockSummary" nillable="true" type="q3636:SeatAllocationPerBlockSummary" xmlns:q3636="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSeatAllocationPerBlockSummary" nillable="true" type="q3637:ArrayOfSeatAllocationPerBlockSummary" xmlns:q3637="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfSeatAllocationPerRangeSummary"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SeatAllocationPerRangeSummary" nillable="true" type="q3638:SeatAllocationPerRangeSummary" xmlns:q3638="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSeatAllocationPerRangeSummary" nillable="true" type="q3639:ArrayOfSeatAllocationPerRangeSummary" xmlns:q3639="http://www.recreatex.be/webshop/"/><xs:complexType name="SeatAllocationPerRangeSummary"><xs:complexContent mixed="false"><xs:extension base="q3640:SeatAllocationSummary" xmlns:q3640="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="Range" nillable="true" type="q3640:SeatRange"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="SeatAllocationPerRangeSummary" nillable="true" type="q3641:SeatAllocationPerRangeSummary" xmlns:q3641="http://www.recreatex.be/webshop/"/><xs:element name="GetSiteAllocationsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3642:ServiceContext" xmlns:q3642="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SiteAllocationIncludes" type="q3643:SiteAllocationIncludes" xmlns:q3643="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SiteAllocationsCultureEventId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SiteAllocationsCultureSeriesId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:simpleType name="SiteAllocationIncludes"><xs:restriction base="xs:string"><xs:enumeration value="None"/><xs:enumeration value="All"/></xs:restriction></xs:simpleType><xs:element name="SiteAllocationIncludes" nillable="true" type="q3644:SiteAllocationIncludes" xmlns:q3644="http://www.recreatex.be/webshop/"/><xs:element name="GetSiteAllocationsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SiteOverview" nillable="true" type="q3645:SiteAllocationsOverview" xmlns:q3645="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SiteAllocationsOverview"><xs:sequence><xs:element minOccurs="0" name="Allocations" nillable="true" type="q3646:ArrayOfSiteAllocation" xmlns:q3646="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Summary" nillable="true" type="q3647:SiteAllocationPerHallSummary" xmlns:q3647="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="SiteAllocationsOverview" nillable="true" type="q3648:SiteAllocationsOverview" xmlns:q3648="http://www.recreatex.be/webshop/"/><xs:complexType name="SiteAllocationPerHallSummary"><xs:sequence><xs:element minOccurs="0" name="EventId" type="ser:guid"/><xs:element minOccurs="0" name="ReservedPlaces" type="xs:int"/><xs:element minOccurs="0" name="TotalPlaces" type="xs:int"/><xs:element minOccurs="0" name="CultureSeriesId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="SiteAllocationPerHallSummary" nillable="true" type="q3649:SiteAllocationPerHallSummary" xmlns:q3649="http://www.recreatex.be/webshop/"/><xs:element name="GetHallAllocationsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3650:ServiceContext" xmlns:q3650="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="HallAllocationsCultureEventId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="HallAllocationsCultureSeriesId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="HallSeatAllocationIncludes" type="q3651:SeatAllocationIncludes" xmlns:q3651="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="HallSeatBlockCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="HallSiteAllocationIncludes" type="q3652:SiteAllocationIncludes" xmlns:q3652="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="TraderId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetHallAllocationsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="HallSeatOverview" nillable="true" type="q3653:SeatAllocationsOverview" xmlns:q3653="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="HallSiteOverview" nillable="true" type="q3654:SiteAllocationsOverview" xmlns:q3654="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindCultureReservationsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3655:ServiceContext" xmlns:q3655="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CultureReservationSearchCriteria" nillable="true" type="q3656:CultureReservationSearchCriteria" xmlns:q3656="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="CultureReservationSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="CultureEventId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="CultureEventReservationId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="From" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q3657:CultureReservationIncludes" xmlns:q3657="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q3658:PagingCriteria" xmlns:q3658="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Until" nillable="true" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="CultureReservationSearchCriteria" nillable="true" type="q3659:CultureReservationSearchCriteria" xmlns:q3659="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureReservationIncludes"><xs:sequence><xs:element minOccurs="0" name="Customers" type="xs:boolean"/><xs:element minOccurs="0" name="IncludeLocked" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="CultureReservationIncludes" nillable="true" type="q3660:CultureReservationIncludes" xmlns:q3660="http://www.recreatex.be/webshop/"/><xs:element name="FindCultureReservationsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CultureReservations" nillable="true" type="q3661:ArrayOfCultureReservation" xmlns:q3661="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfCultureReservation"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CultureReservation" nillable="true" type="q3662:CultureReservation" xmlns:q3662="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCultureReservation" nillable="true" type="q3663:ArrayOfCultureReservation" xmlns:q3663="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureReservation"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ReservationNumber" type="xs:long"/><xs:element minOccurs="0" name="ReservationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="ReservationSeats" nillable="true" type="q3664:ArrayOfCultureReservationSeat" xmlns:q3664="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PaymentMethodName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PaymentMethodId" type="ser:guid"/><xs:element minOccurs="0" name="PaymentMethod" nillable="true" type="q3665:BasketPaymentMethod" xmlns:q3665="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CultureEventId" type="ser:guid"/><xs:element minOccurs="0" name="CultureEvent" nillable="true" type="q3666:CultureEvent" xmlns:q3666="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CustomerId" type="ser:guid"/><xs:element minOccurs="0" name="Customer" nillable="true" type="q3667:Person" xmlns:q3667="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Payed" type="xs:boolean"/><xs:element minOccurs="0" name="SalesLineId" type="ser:guid"/><xs:element minOccurs="0" name="Options" nillable="true" type="q3668:ArrayOfCultureReservationOption" xmlns:q3668="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ReservationSites" nillable="true" type="q3669:ArrayOfCultureReservationSite" xmlns:q3669="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="UnitPrice" type="xs:decimal"/><xs:element minOccurs="0" name="DiscountAmount" type="xs:decimal"/><xs:element minOccurs="0" name="LineAmount" type="xs:decimal"/><xs:element minOccurs="0" name="VatAmount" type="xs:decimal"/><xs:element minOccurs="0" name="OptionAmount" type="xs:decimal"/><xs:element minOccurs="0" name="CancelReturnAmount" type="xs:decimal"/><xs:element minOccurs="0" name="CancelCostAmount" type="xs:decimal"/><xs:element minOccurs="0" name="ReservationCost" type="xs:decimal"/><xs:element minOccurs="0" name="InvoiceCost" type="xs:decimal"/><xs:element minOccurs="0" name="ShippingCost" type="xs:decimal"/><xs:element minOccurs="0" name="CouponDiscount" type="xs:decimal"/><xs:element minOccurs="0" name="GenLoyaltyCardDiscount" type="xs:decimal"/><xs:element minOccurs="0" name="Amount" type="xs:decimal"/><xs:element minOccurs="0" name="PostedAmount" type="xs:decimal"/><xs:element minOccurs="0" name="Balance" type="xs:decimal"/><xs:element minOccurs="0" name="CultureSeriesId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="CultureReservation" nillable="true" type="q3670:CultureReservation" xmlns:q3670="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfCultureReservationSeat"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CultureReservationSeat" nillable="true" type="q3671:CultureReservationSeat" xmlns:q3671="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCultureReservationSeat" nillable="true" type="q3672:ArrayOfCultureReservationSeat" xmlns:q3672="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureReservationSeat"><xs:sequence><xs:element minOccurs="0" name="CultureEvent" nillable="true" type="q3673:CultureEvent" xmlns:q3673="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CultureEventId" type="ser:guid"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Price" type="xs:decimal"/><xs:element minOccurs="0" name="PriceGroup" nillable="true" type="q3674:Price" xmlns:q3674="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PriceGroupName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Seat" nillable="true" type="q3675:Seat" xmlns:q3675="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SeatId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="CultureReservationSeat" nillable="true" type="q3676:CultureReservationSeat" xmlns:q3676="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfCultureReservationOption"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CultureReservationOption" nillable="true" type="q3677:CultureReservationOption" xmlns:q3677="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCultureReservationOption" nillable="true" type="q3678:ArrayOfCultureReservationOption" xmlns:q3678="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureReservationOption"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="CultureEventId" type="ser:guid"/><xs:element minOccurs="0" name="CultureEventOptionId" type="ser:guid"/><xs:element minOccurs="0" name="Quantity" type="xs:int"/><xs:element minOccurs="0" name="Price" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="CultureReservationOption" nillable="true" type="q3679:CultureReservationOption" xmlns:q3679="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfCultureReservationSite"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CultureReservationSite" nillable="true" type="q3680:CultureReservationSite" xmlns:q3680="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCultureReservationSite" nillable="true" type="q3681:ArrayOfCultureReservationSite" xmlns:q3681="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureReservationSite"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ReservationId" type="ser:guid"/><xs:element minOccurs="0" name="CultureEventId" type="ser:guid"/><xs:element minOccurs="0" name="CultureEvent" nillable="true" type="q3682:CultureEvent" xmlns:q3682="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="NumberOfPlaces" type="xs:int"/><xs:element minOccurs="0" name="CultureSite" nillable="true" type="q3683:CultureSite" xmlns:q3683="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ReservationSitePlaces" nillable="true" type="q3684:ArrayOfCultureReservationSitePlace" xmlns:q3684="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="CultureReservationSite" nillable="true" type="q3685:CultureReservationSite" xmlns:q3685="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfCultureReservationSitePlace"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CultureReservationSitePlace" nillable="true" type="q3686:CultureReservationSitePlace" xmlns:q3686="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCultureReservationSitePlace" nillable="true" type="q3687:ArrayOfCultureReservationSitePlace" xmlns:q3687="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureReservationSitePlace"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="CustomerId" type="ser:guid"/><xs:element minOccurs="0" name="PriceGroup" nillable="true" type="q3688:PriceGroup" xmlns:q3688="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Price" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="CultureReservationSitePlace" nillable="true" type="q3689:CultureReservationSitePlace" xmlns:q3689="http://www.recreatex.be/webshop/"/><xs:element name="ListCultureEventCategoriesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3690:ServiceContext" xmlns:q3690="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListCultureEventCategoriesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CultureEventCategories" nillable="true" type="q3691:ArrayOfCultureEventCategory" xmlns:q3691="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfCultureEventCategory"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CultureEventCategory" nillable="true" type="q3692:CultureEventCategory" xmlns:q3692="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCultureEventCategory" nillable="true" type="q3693:ArrayOfCultureEventCategory" xmlns:q3693="http://www.recreatex.be/webshop/"/><xs:element name="FindCultureWaitingListReservationsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3694:ServiceContext" xmlns:q3694="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CultureWaitingListReservationSearchCriteria" nillable="true" type="q3695:CultureWaitingListReservationSearchCriteria" xmlns:q3695="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="CultureWaitingListReservationSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="CultureWaitingListReservationId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="CultureEventId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="From" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q3696:PagingCriteria" xmlns:q3696="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q3697:CultureWaitingListReservationIncludes" xmlns:q3697="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="CultureWaitingListReservationSearchCriteria" nillable="true" type="q3698:CultureWaitingListReservationSearchCriteria" xmlns:q3698="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureWaitingListReservationIncludes"><xs:sequence><xs:element minOccurs="0" name="PersonDetails" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="CultureWaitingListReservationIncludes" nillable="true" type="q3699:CultureWaitingListReservationIncludes" xmlns:q3699="http://www.recreatex.be/webshop/"/><xs:element name="FindCultureWaitingListReservationsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CultureWaitingListReservations" nillable="true" type="q3700:ArrayOfCultureWaitingListReservation" xmlns:q3700="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfCultureWaitingListReservation"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CultureWaitingListReservation" nillable="true" type="q3701:CultureWaitingListReservation" xmlns:q3701="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCultureWaitingListReservation" nillable="true" type="q3702:ArrayOfCultureWaitingListReservation" xmlns:q3702="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureWaitingListReservation"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="CultureEventId" type="ser:guid"/><xs:element minOccurs="0" name="CultureEvent" nillable="true" type="q3703:CultureEvent" xmlns:q3703="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CreationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="CustomerId" type="ser:guid"/><xs:element minOccurs="0" name="Customer" nillable="true" type="q3704:Person" xmlns:q3704="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="NumberOfSeats" type="xs:int"/><xs:element minOccurs="0" name="NumberOfSitePlaces" type="xs:int"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="CultureWaitingListReservation" nillable="true" type="q3705:CultureWaitingListReservation" xmlns:q3705="http://www.recreatex.be/webshop/"/><xs:element name="ListCultureSubscriptionsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3706:ServiceContext" xmlns:q3706="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CultureSubscriptionsSearchCriteria" nillable="true" type="q3707:CultureSubscriptionsSearchCriteria" xmlns:q3707="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="CultureSubscriptionsSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="CultureSubscriptionId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q3708:CultureSubscriptionIncludes" xmlns:q3708="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q3709:PagingCriteria" xmlns:q3709="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="CultureSubscriptionsSearchCriteria" nillable="true" type="q3710:CultureSubscriptionsSearchCriteria" xmlns:q3710="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureSubscriptionIncludes"><xs:sequence><xs:element minOccurs="0" name="CultureEventDetails" type="xs:boolean"/><xs:element minOccurs="0" name="Image" type="xs:boolean"/><xs:element minOccurs="0" name="ImageUri" type="xs:boolean"/><xs:element minOccurs="0" name="CultureDiscounts" type="xs:boolean"/><xs:element minOccurs="0" name="HallImage" type="xs:boolean"/><xs:element minOccurs="0" name="HallImageUri" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="CultureSubscriptionIncludes" nillable="true" type="q3711:CultureSubscriptionIncludes" xmlns:q3711="http://www.recreatex.be/webshop/"/><xs:element name="ListCultureSubscriptionsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CultureSubscriptions" nillable="true" type="q3712:ArrayOfCultureSubscription" xmlns:q3712="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfCultureSubscription"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CultureSubscription" nillable="true" type="q3713:CultureSubscription" xmlns:q3713="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCultureSubscription" nillable="true" type="q3714:ArrayOfCultureSubscription" xmlns:q3714="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureSubscription"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SalesStartDate" type="xs:dateTime"/><xs:element minOccurs="0" name="SalesEndDate" type="xs:dateTime"/><xs:element minOccurs="0" name="ValidStartDate" type="xs:dateTime"/><xs:element minOccurs="0" name="ValidEndDate" type="xs:dateTime"/><xs:element minOccurs="0" name="FixedPriceGroup" type="xs:boolean"/><xs:element minOccurs="0" name="FixedPriceGroupID" type="ser:guid"/><xs:element minOccurs="0" name="MinChoiceEvents" type="xs:int"/><xs:element minOccurs="0" name="MaxChoiceEvents" type="xs:int"/><xs:element minOccurs="0" name="IsFixedPrice" type="xs:boolean"/><xs:element minOccurs="0" name="FixedPrice" type="xs:decimal"/><xs:element minOccurs="0" name="SubscribersRetainDiscount" type="xs:boolean"/><xs:element minOccurs="0" name="CultureSubscriptionEvents" nillable="true" type="q3715:ArrayOfCultureSubscriptionEvent" xmlns:q3715="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Image" nillable="true" type="q3716:Picture" xmlns:q3716="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ImageUri" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CultureSubscriptionDiscounts" nillable="true" type="q3717:ArrayOfCultureSubscriptionDiscount" xmlns:q3717="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MaxBonusEvents" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="CultureSubscription" nillable="true" type="q3718:CultureSubscription" xmlns:q3718="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfCultureSubscriptionEvent"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CultureSubscriptionEvent" nillable="true" type="q3719:CultureSubscriptionEvent" xmlns:q3719="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCultureSubscriptionEvent" nillable="true" type="q3720:ArrayOfCultureSubscriptionEvent" xmlns:q3720="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureSubscriptionEvent"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="CultureSubscriptionId" type="ser:guid"/><xs:element minOccurs="0" name="CultureSubscription" nillable="true" type="q3721:CultureSubscription" xmlns:q3721="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CultureEventId" type="ser:guid"/><xs:element minOccurs="0" name="CultureEvent" nillable="true" type="q3722:CultureEvent" xmlns:q3722="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Type" type="q3723:CultureSubscriptionEventType" xmlns:q3723="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="BonusPrice" type="xs:decimal"/><xs:element minOccurs="0" name="ExtraTickets" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="CultureSubscriptionEvent" nillable="true" type="q3724:CultureSubscriptionEvent" xmlns:q3724="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfCultureSubscriptionDiscount"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CultureSubscriptionDiscount" nillable="true" type="q3725:CultureSubscriptionDiscount" xmlns:q3725="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCultureSubscriptionDiscount" nillable="true" type="q3726:ArrayOfCultureSubscriptionDiscount" xmlns:q3726="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureSubscriptionDiscount"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="MinQuantity" type="xs:int"/><xs:element minOccurs="0" name="DiscountAmount" type="xs:decimal"/><xs:element minOccurs="0" name="DiscountPercentage" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="CultureSubscriptionDiscount" nillable="true" type="q3727:CultureSubscriptionDiscount" xmlns:q3727="http://www.recreatex.be/webshop/"/><xs:element name="ListCultureEventTicketsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3728:ServiceContext" xmlns:q3728="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CultureEventTicketsSearchCriteria" nillable="true" type="q3729:CultureEventTicketsSearchCriteria" xmlns:q3729="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="CultureEventTicketsSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="CultureEventReservationId" type="ser:guid"/><xs:element minOccurs="0" name="CultureEventId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="CultureEventTicketsSearchCriteria" nillable="true" type="q3730:CultureEventTicketsSearchCriteria" xmlns:q3730="http://www.recreatex.be/webshop/"/><xs:element name="ListCultureEventTicketsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CultureEventTickets" nillable="true" type="q3731:ArrayOfCultureEventTicket" xmlns:q3731="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfCultureEventTicket"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CultureEventTicket" nillable="true" type="q3732:CultureEventTicket" xmlns:q3732="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCultureEventTicket" nillable="true" type="q3733:ArrayOfCultureEventTicket" xmlns:q3733="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureEventTicket"><xs:sequence><xs:element minOccurs="0" name="SeatRow" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SeatRowDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SeatNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SeatBlock" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SeatBlockDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SiteId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SiteName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SiteDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CardNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Price" type="xs:decimal"/><xs:element minOccurs="0" name="ReservationNumber" type="xs:long"/><xs:element minOccurs="0" name="CultureEventName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CultureEventDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Date" type="xs:dateTime"/><xs:element minOccurs="0" name="StartTime" type="xs:dateTime"/><xs:element minOccurs="0" name="TemplateId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="HallName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="HallStreet" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="HallStreetNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="HallBox" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="HallZipcode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="HallCity" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CustomerFirstName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CustomerName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CustomerMiddleName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CustomerStreet" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CustomerStreetNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CustomerZipcode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CustomerCity" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CustomerEmail" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CultureEventImage" nillable="true" type="xs:base64Binary"/><xs:element minOccurs="0" name="OptionTemplateId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="CultureEventId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ReservationCost" type="xs:decimal"/><xs:element minOccurs="0" name="InvoiceCost" type="xs:decimal"/><xs:element minOccurs="0" name="TotalCost" type="xs:decimal"/><xs:element minOccurs="0" name="PriceGroupDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PriceGroupShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="OGMNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ReservationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="CustomerBox" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CustomerCountry" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="HallCountry" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="HallTitle" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CultureEventInfo2" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CultureEventInfo3" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ShippingCost" type="xs:decimal"/><xs:element minOccurs="0" name="CouponDiscount" type="xs:decimal"/><xs:element minOccurs="0" name="GenLoyaltyCardDiscount" type="xs:decimal"/><xs:element minOccurs="0" name="OptionCost" type="xs:decimal"/><xs:element minOccurs="0" name="SeatRangeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Contact" nillable="true" type="q3734:Contact" xmlns:q3734="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="RowImage" nillable="true" type="xs:base64Binary"/><xs:element minOccurs="0" name="HallImage" nillable="true" type="xs:base64Binary"/><xs:element minOccurs="0" name="SeatRange" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SeatRangeDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CultureEventExtraDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="RowImageDescription" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="CultureEventTicket" nillable="true" type="q3735:CultureEventTicket" xmlns:q3735="http://www.recreatex.be/webshop/"/><xs:element name="CreateCultureEventRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3736:ServiceContext" xmlns:q3736="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CultureEvent" nillable="true" type="q3737:CultureEvent" xmlns:q3737="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="CreateCultureEventResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CultureEvent" nillable="true" type="q3738:CultureEvent" xmlns:q3738="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="UpdateCultureEventRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3739:ServiceContext" xmlns:q3739="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CultureEvent" nillable="true" type="q3740:CultureEvent" xmlns:q3740="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="UpdateCultureEventResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CultureEvent" nillable="true" type="q3741:CultureEvent" xmlns:q3741="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindPriceGroupsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3742:ServiceContext" xmlns:q3742="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PriceGroupSearchCriteria" nillable="true" type="q3743:PriceGroupSearchCriteria" xmlns:q3743="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="PriceGroupSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Type" nillable="true" type="q3744:PriceGroupType" xmlns:q3744="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="PriceGroupSearchCriteria" nillable="true" type="q3745:PriceGroupSearchCriteria" xmlns:q3745="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The search criteria used to find pricegroups</xs:documentation></xs:annotation></xs:element><xs:element name="FindPriceGroupsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="PriceGroups" nillable="true" type="q3746:ArrayOfPriceGroup" xmlns:q3746="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfPriceGroup"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="PriceGroup" nillable="true" type="q3747:PriceGroup" xmlns:q3747="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPriceGroup" nillable="true" type="q3748:ArrayOfPriceGroup" xmlns:q3748="http://www.recreatex.be/webshop/"/><xs:element name="FindReservationsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3749:ServiceContext" xmlns:q3749="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ReservationSearchCriteria" nillable="true" type="q3750:ReservationSearchCriteria" xmlns:q3750="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ReservationSearchCriteria"><xs:annotation><xs:documentation>The search criteria that will be applied to the search query</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="ReservationId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>The ID of a specific reservation that you want to find</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="CustomerId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>The ID of a specific customer that you want to find reservations for.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="PlaceId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>The ID of a specific place that you want to find reservations for.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="InfrastructureId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>The ID of a specific infrastructure that you want to find reservations for.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ReservationActivityId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>The ID of a specific ReservationActivity that you want to find reservations for.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="NamePattern" nillable="true" type="xs:string"><xs:annotation><xs:documentation>Part of the name of the reservation to find. Use an asteriks (*) as the wildcard.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="FromDateTime" nillable="true" type="xs:dateTime"><xs:annotation><xs:documentation>Start date and time of the period in which you want to search for reservations.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ToDateTime" nillable="true" type="xs:dateTime"><xs:annotation><xs:documentation>End date and time of the period in which you want to search for reservations.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Includes" nillable="true" type="q3751:ReservationIncludes" xmlns:q3751="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q3752:PagingCriteria" xmlns:q3752="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ReservationActivityIds" nillable="true" type="q3753:ArrayOfguid" xmlns:q3753="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><xs:annotation><xs:documentation>A list of ID's of ReservationActivities that you want to find reservations for.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="PlaceIds" nillable="true" type="q3754:ArrayOfguid" xmlns:q3754="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><xs:annotation><xs:documentation>The ID's of places that you want to find reservations for.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ReservationViewId" nillable="true" type="ser:guid"><xs:annotation><xs:documentation>The ID of a specific ReservationView that you want to find reservations for.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="CreationDateFrom" nillable="true" type="xs:dateTime"><xs:annotation><xs:documentation>Start Date of the creation date in which you want to search for reservations.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="CreationDateUntil" nillable="true" type="xs:dateTime"><xs:annotation><xs:documentation>End Date of the creation date in which you want to search for reservations.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="LastModifiedDateFrom" nillable="true" type="xs:dateTime"><xs:annotation><xs:documentation>Start Date of the last modified date in which you want to search for reservations.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="LastModifiedDateUntil" nillable="true" type="xs:dateTime"><xs:annotation><xs:documentation>End Date of the last modified date in which you want to search for reservations.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType><xs:element name="ReservationSearchCriteria" nillable="true" type="q3755:ReservationSearchCriteria" xmlns:q3755="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The search criteria used to find reservations</xs:documentation></xs:annotation></xs:element><xs:complexType name="ReservationIncludes"><xs:sequence><xs:element minOccurs="0" name="OptionalReservations" type="xs:boolean"/><xs:element minOccurs="0" name="SingleReservations" type="xs:boolean"/><xs:element minOccurs="0" name="ReservationsInList" type="xs:boolean"/><xs:element minOccurs="0" name="SerieReservations" type="xs:boolean"/><xs:element minOccurs="0" name="DeletedReservations" type="xs:boolean"/><xs:element minOccurs="0" name="CustomerInfo" type="xs:boolean"/><xs:element minOccurs="0" name="PlaceInfo" type="xs:boolean"/><xs:element minOccurs="0" name="InfrastructureInfo" type="xs:boolean"/><xs:element minOccurs="0" name="ReservationActivityInfo" type="xs:boolean"/><xs:element minOccurs="0" name="ReservedPlaces" type="xs:boolean"/><xs:element minOccurs="0" name="InfrastructureImage" type="xs:boolean"/><xs:element minOccurs="0" name="InfrastructureImageUrl" type="xs:boolean"/><xs:element minOccurs="0" name="Contacts" type="xs:boolean"/><xs:element minOccurs="0" name="SubsidyInfo" type="xs:boolean"/><xs:element minOccurs="0" name="ReservationActivityImage" type="xs:boolean"/><xs:element minOccurs="0" name="ReservationActivityImageUrl" type="xs:boolean"/><xs:element minOccurs="0" name="PersonImage" type="xs:boolean"/><xs:element minOccurs="0" name="PersonImageUrl" type="xs:boolean"/><xs:element minOccurs="0" name="DressingRoomAsChildReservation" type="xs:boolean"/><xs:element minOccurs="0" name="DressingRoomAsMainReservation" type="xs:boolean"/><xs:element minOccurs="0" name="EmployeeTasks" type="xs:boolean"/><xs:element minOccurs="0" name="ReservationSales" type="xs:boolean"/><xs:element minOccurs="0" name="RentalSales" type="xs:boolean"/><xs:element minOccurs="0" name="PaymentLines" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ReservationIncludes" nillable="true" type="q3756:ReservationIncludes" xmlns:q3756="http://www.recreatex.be/webshop/"/><xs:element name="FindReservationsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Reservations" nillable="true" type="q3757:ArrayOfReservation" xmlns:q3757="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfReservation"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Reservation" nillable="true" type="q3758:Reservation" xmlns:q3758="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfReservation" nillable="true" type="q3759:ArrayOfReservation" xmlns:q3759="http://www.recreatex.be/webshop/"/><xs:complexType name="Reservation"><xs:annotation><xs:documentation>Reservation Domain Object</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"><xs:annotation><xs:documentation>Reservation Unique Identifier</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"><xs:annotation><xs:documentation>Reservation description</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ReservationNo" type="xs:long"><xs:annotation><xs:documentation>Reservation No</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="SeriesNumber" type="xs:long"><xs:annotation><xs:documentation>If the reservation is part of a serie, then this will contain the number of the serie.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="SetNumber" type="xs:long"><xs:annotation><xs:documentation>If the reservation is part of a reservationset, then this will contain the number of the set</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="OGM" nillable="true" type="xs:string"><xs:annotation><xs:documentation>OGM number of the reservation</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="StartDateTime" type="xs:dateTime"><xs:annotation><xs:documentation>Date and time of the start of the reservationperiod.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="EndDateTime" type="xs:dateTime"><xs:annotation><xs:documentation>Date and time of the end of the reservationperiod</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ParticipantsCount" type="xs:int"><xs:annotation><xs:documentation>Actual count of reservation participants</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Amount" type="xs:decimal"><xs:annotation><xs:documentation>Amount of the reservation</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="PostedAmount" type="xs:decimal"><xs:annotation><xs:documentation>Posted amount of the reservation</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="RentalPrice" type="xs:decimal"><xs:annotation><xs:documentation>Rental price of the reservation</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="SalesPrice" type="xs:decimal"><xs:annotation><xs:documentation>Sales price of the reservation</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Balance" type="xs:decimal"><xs:annotation><xs:documentation>Balance of the reservation</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="HasBeenInvoiced" type="xs:boolean"><xs:annotation><xs:documentation>Has the reservation been invoiced ?</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ToPay" type="xs:boolean"><xs:annotation><xs:documentation>Is the reservation already payed ?</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="IsOption" type="xs:boolean"><xs:annotation><xs:documentation>Is the reservation optional ?</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="IsDeleted" type="xs:boolean"><xs:annotation><xs:documentation>Is the reservation deleted ?</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="DateLastModfied" type="xs:dateTime"><xs:annotation><xs:documentation>Date time when the reservation has been last changed</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="DateDeleted" type="xs:dateTime"><xs:annotation><xs:documentation>Date time the reservation was deleted</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Customer" nillable="true" type="q3760:Person" xmlns:q3760="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The reservation Customer</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Place" nillable="true" type="q3761:Place" xmlns:q3761="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The place of the reservation</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Infrastructure" nillable="true" type="q3762:Infrastructure" xmlns:q3762="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The infrastructure of the place of the reservation</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ReservationActivity" nillable="true" type="q3763:ReservationActivity" xmlns:q3763="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The reservationactivity of the reservation</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Deletable" type="xs:boolean"><xs:annotation><xs:documentation>May the reservation be cancelled?</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ReservedPlaces" nillable="true" type="q3764:ArrayOfPlace" xmlns:q3764="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>Lists all reserved places (typically for cumulated places)</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="DateCreated" type="xs:dateTime"><xs:annotation><xs:documentation>Date time the reservation was created</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="CardNumber" nillable="true" type="xs:string"><xs:annotation><xs:documentation>CardNumber associated to the reservation</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="CouponDiscount" type="xs:decimal"><xs:annotation><xs:documentation>The given coupon or voucher discount</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="TotalAmount" type="xs:decimal"><xs:annotation><xs:documentation>The total amount of the reservation</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Contact" nillable="true" type="q3765:Contact" xmlns:q3765="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The contact of the reservation</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="SubsidyInfo" nillable="true" type="q3766:SubsidyInfo" xmlns:q3766="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The subsidy info of the reservation</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="DressingRoomReservations" nillable="true" type="q3767:ArrayOfReservation" xmlns:q3767="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>Lists all underlying dressing room reservations</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="EmployeeTasks" nillable="true" type="q3768:ArrayOfEmployeeTask" xmlns:q3768="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>Lists the linked employee tasks</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ReservationArticleSales" nillable="true" type="q3769:ArrayOfReservationSale" xmlns:q3769="http://www.recreatex.be/webshop/v1.0/"><xs:annotation><xs:documentation>List of additional sales</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ReservationRentalOrders" nillable="true" type="q3770:ArrayOfRentalOrderLine" xmlns:q3770="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>List of rentals</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Subject" nillable="true" type="xs:string"><xs:annotation><xs:documentation>Subject of the reservation (used in Outlook integration)</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="PriceGroupId" type="ser:guid"><xs:annotation><xs:documentation>The PriceGroupID of the reservation</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="SubsidyAmount" type="xs:decimal"><xs:annotation><xs:documentation>The subsidy amount</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Pincode" nillable="true" type="xs:string"><xs:annotation><xs:documentation>The Pincode</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Approved" type="xs:boolean"><xs:annotation><xs:documentation>Is the reservation Approved?</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="DressingRoomGender" type="q3771:DressingRoomGenderEnum" xmlns:q3771="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="DressingRoomTeam" type="q3772:DressingRoomTeamEnum" xmlns:q3772="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ActualStartDateTime" type="xs:dateTime"><xs:annotation><xs:documentation>Actual Date and time of the start of the reservationperiod - Without occupation time.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="ActualEndDateTime" type="xs:dateTime"><xs:annotation><xs:documentation>Actual Date and time of the start of the reservationperiod - Without occupation time.</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="CompetitionOwnName" nillable="true" type="xs:string"><xs:annotation><xs:documentation>The name of the home team</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="CompetitionCompetitorName" nillable="true" type="xs:string"><xs:annotation><xs:documentation>The name of the competitor</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="CanBeRefunded" type="xs:boolean"><xs:annotation><xs:documentation>Can the reservation be refunded</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="PaymentLines" nillable="true" type="q3773:ArrayOfPaymentLine" xmlns:q3773="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.WebServices.Contracts"><xs:annotation><xs:documentation>List of SalesPaymentLines</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="WebCreated" type="xs:boolean"><xs:annotation><xs:documentation>Is the reservation created on web</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType><xs:element name="Reservation" nillable="true" type="q3774:Reservation" xmlns:q3774="http://www.recreatex.be/webshop/"/><xs:complexType name="SubsidyInfo"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="SubsidyInfo" nillable="true" type="q3775:SubsidyInfo" xmlns:q3775="http://www.recreatex.be/webshop/"/><xs:simpleType name="DressingRoomGenderEnum"><xs:restriction base="xs:string"><xs:enumeration value="None"/><xs:enumeration value="Male"/><xs:enumeration value="Female"/></xs:restriction></xs:simpleType><xs:element name="DressingRoomGenderEnum" nillable="true" type="q3776:DressingRoomGenderEnum" xmlns:q3776="http://www.recreatex.be/webshop/"/><xs:simpleType name="DressingRoomTeamEnum"><xs:restriction base="xs:string"><xs:enumeration value="None"/><xs:enumeration value="Home"/><xs:enumeration value="Away"/></xs:restriction></xs:simpleType><xs:element name="DressingRoomTeamEnum" nillable="true" type="q3777:DressingRoomTeamEnum" xmlns:q3777="http://www.recreatex.be/webshop/"/><xs:element name="FindReservationsOverviewByDayRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3778:ServiceContext" xmlns:q3778="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FindReservationsOverviewByDaySearchCriteria" nillable="true" type="q3779:FindReservationsOverviewsByDayCriteria" xmlns:q3779="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FindReservationsOverviewsByDayCriteria"><xs:sequence><xs:element minOccurs="0" name="StartTime" type="xs:dateTime"/><xs:element minOccurs="0" name="EndTime" type="xs:dateTime"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q3780:FindReservationsOverviewsByDayIncludes" xmlns:q3780="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q3781:PagingCriteria" xmlns:q3781="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="InfrastructureDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PlaceIds" nillable="true" type="q3782:ArrayOfguid" xmlns:q3782="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="FindReservationsOverviewsByDayCriteria" nillable="true" type="q3783:FindReservationsOverviewsByDayCriteria" xmlns:q3783="http://www.recreatex.be/webshop/"/><xs:complexType name="FindReservationsOverviewsByDayIncludes"><xs:sequence><xs:element minOccurs="0" name="Optional" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="FindReservationsOverviewsByDayIncludes" nillable="true" type="q3784:FindReservationsOverviewsByDayIncludes" xmlns:q3784="http://www.recreatex.be/webshop/"/><xs:element name="FindReservationsOverviewByDayResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Reservations" nillable="true" type="q3785:ArrayOfReservationsOverviewItem" xmlns:q3785="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfReservationsOverviewItem"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ReservationsOverviewItem" nillable="true" type="q3786:ReservationsOverviewItem" xmlns:q3786="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfReservationsOverviewItem" nillable="true" type="q3787:ArrayOfReservationsOverviewItem" xmlns:q3787="http://www.recreatex.be/webshop/"/><xs:complexType name="ReservationsOverviewItem"><xs:annotation><xs:documentation>Compact reservation item</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="ReservationId" type="ser:guid"/><xs:element minOccurs="0" name="StartDateTime" type="xs:dateTime"/><xs:element minOccurs="0" name="EndDateTime" type="xs:dateTime"/><xs:element minOccurs="0" name="InfrastructureId" type="ser:guid"/><xs:element minOccurs="0" name="InfrastructureName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PlaceId" type="ser:guid"/><xs:element minOccurs="0" name="PlaceName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ActivityId" type="ser:guid"/><xs:element minOccurs="0" name="ActivityName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="EmployeeTasks" nillable="true" type="q3788:ArrayOfReservationsOverviewItemTask" xmlns:q3788="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="HasAttachments" type="xs:boolean"/><xs:element minOccurs="0" name="CustomerName" nillable="true" type="q3789:PersonName" xmlns:q3789="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ActivityDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IsOptionalReservation" type="xs:boolean"/><xs:element minOccurs="0" name="HasBeenInvoiced" type="xs:boolean"/><xs:element minOccurs="0" name="InfrastructureDescription" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ReservationsOverviewItem" nillable="true" type="q3790:ReservationsOverviewItem" xmlns:q3790="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfReservationsOverviewItemTask"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ReservationsOverviewItemTask" nillable="true" type="q3791:ReservationsOverviewItemTask" xmlns:q3791="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfReservationsOverviewItemTask" nillable="true" type="q3792:ArrayOfReservationsOverviewItemTask" xmlns:q3792="http://www.recreatex.be/webshop/"/><xs:complexType name="ReservationsOverviewItemTask"><xs:annotation><xs:documentation>Compact employee task item</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeFirstName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="EmployeeLastName" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ReservationsOverviewItemTask" nillable="true" type="q3793:ReservationsOverviewItemTask" xmlns:q3793="http://www.recreatex.be/webshop/"/><xs:element name="CalculateReservationCancelCostRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3794:ServiceContext" xmlns:q3794="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ReservationID" type="ser:guid"/><xs:element minOccurs="0" name="ReasonID" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="CalculateReservationCancelCostResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CalculateReservationCancelCostResult" type="xs:decimal"/></xs:sequence></xs:complexType></xs:element><xs:element name="CancelReservationRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3795:ServiceContext" xmlns:q3795="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Criteria" nillable="true" type="q3796:CancelReservationCriteria" xmlns:q3796="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="CancelReservationResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CancelReservationValidationResult" nillable="true" type="q3797:ValidationResult" xmlns:q3797="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindPriceGroupReservationActivitiesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3798:ServiceContext" xmlns:q3798="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetPriceGroupReservationActivityCriteria" nillable="true" type="q3799:PriceGroupReservationActivitySearchCriteria" xmlns:q3799="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="PriceGroupReservationActivitySearchCriteria"><xs:sequence><xs:element minOccurs="0" name="PlaceId" type="ser:guid"/><xs:element minOccurs="0" name="ReservationActivityId" type="ser:guid"/><xs:element minOccurs="0" name="Date" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="PriceGroupReservationActivitySearchCriteria" nillable="true" type="q3800:PriceGroupReservationActivitySearchCriteria" xmlns:q3800="http://www.recreatex.be/webshop/"/><xs:element name="FindPriceGroupReservationActivitiesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="PriceGroupReservationActivities" nillable="true" type="q3801:ArrayOfPriceGroupReservationActivity" xmlns:q3801="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfPriceGroupReservationActivity"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="PriceGroupReservationActivity" nillable="true" type="q3802:PriceGroupReservationActivity" xmlns:q3802="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPriceGroupReservationActivity" nillable="true" type="q3803:ArrayOfPriceGroupReservationActivity" xmlns:q3803="http://www.recreatex.be/webshop/"/><xs:complexType name="PriceGroupReservationActivity"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="CustomerPriceGroupId" type="ser:guid"/><xs:element minOccurs="0" name="CustomerPriceGroupShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CustomerPriceGroupDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Price" nillable="true" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="PriceGroupReservationActivity" nillable="true" type="q3804:PriceGroupReservationActivity" xmlns:q3804="http://www.recreatex.be/webshop/"/><xs:element name="UpdatePlaceReservationRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3805:ServiceContext" xmlns:q3805="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="UpdatePlaceResevationRequestPlaceReservation" nillable="true" type="q3806:PlaceReservation" xmlns:q3806="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="UpdatePlaceReservationResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ValidationResult" nillable="true" type="q3807:ValidationResult" xmlns:q3807="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindSubsidyInfosRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3808:ServiceContext" xmlns:q3808="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SubsidyInfoSearchCriteria" nillable="true" type="q3809:SubsidyInfoSearchCriteria" xmlns:q3809="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SubsidyInfoSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Paging" nillable="true" type="q3810:PagingCriteria" xmlns:q3810="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CustomerId" type="ser:guid"/><xs:element minOccurs="0" name="FromDateTime" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="TillDateTime" nillable="true" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="SubsidyInfoSearchCriteria" nillable="true" type="q3811:SubsidyInfoSearchCriteria" xmlns:q3811="http://www.recreatex.be/webshop/"/><xs:element name="FindSubsidyInfosResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SubsidyInfos" nillable="true" type="q3812:ArrayOfSubsidyInfo" xmlns:q3812="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfSubsidyInfo"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SubsidyInfo" nillable="true" type="q3813:SubsidyInfo" xmlns:q3813="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSubsidyInfo" nillable="true" type="q3814:ArrayOfSubsidyInfo" xmlns:q3814="http://www.recreatex.be/webshop/"/><xs:element name="ConfirmReservationsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3815:ServiceContext" xmlns:q3815="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Criteria" nillable="true" type="q3816:ConfirmReservationsCriteria" xmlns:q3816="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ConfirmReservationsCriteria"><xs:sequence><xs:element minOccurs="0" name="ReservationIds" nillable="true" type="q3817:ArrayOfguid" xmlns:q3817="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType><xs:element name="ConfirmReservationsCriteria" nillable="true" type="q3818:ConfirmReservationsCriteria" xmlns:q3818="http://www.recreatex.be/webshop/"/><xs:element name="ConfirmReservationsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="q3819:ValidationResult" xmlns:q3819="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindAvailablePlacesForReservationActivitiesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3820:ServiceContext" xmlns:q3820="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FindAvailablePlacesForReservationActivitiesCriteria" nillable="true" type="q3821:FindAvailablePlacesForReservationActivitiesCriteria" xmlns:q3821="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FindAvailablePlacesForReservationActivitiesCriteria"><xs:sequence><xs:element minOccurs="0" name="ReservationActivityIds" nillable="true" type="q3822:ArrayOfguid" xmlns:q3822="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="FindAvailablePlacesForReservationActivitiesCriteria" nillable="true" type="q3823:FindAvailablePlacesForReservationActivitiesCriteria" xmlns:q3823="http://www.recreatex.be/webshop/"/><xs:element name="FindAvailablePlacesForReservationActivityResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AvailablePlacesForReservationActivities" nillable="true" type="q3824:ArrayOfAvailablePlacesForReservationActivity" xmlns:q3824="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfAvailablePlacesForReservationActivity"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="AvailablePlacesForReservationActivity" nillable="true" type="q3825:AvailablePlacesForReservationActivity" xmlns:q3825="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfAvailablePlacesForReservationActivity" nillable="true" type="q3826:ArrayOfAvailablePlacesForReservationActivity" xmlns:q3826="http://www.recreatex.be/webshop/"/><xs:complexType name="AvailablePlacesForReservationActivity"><xs:sequence><xs:element minOccurs="0" name="ReservationActivityId" type="ser:guid"/><xs:element minOccurs="0" name="Places" nillable="true" type="q3827:ArrayOfPlace" xmlns:q3827="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="AvailablePlacesForReservationActivity" nillable="true" type="q3828:AvailablePlacesForReservationActivity" xmlns:q3828="http://www.recreatex.be/webshop/"/><xs:element name="SaveReservationAttachmentRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3829:ServiceContext" xmlns:q3829="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ReservationAttachment" nillable="true" type="q3830:ReservationAttachment" xmlns:q3830="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveReservationAttachmentResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ReservationAttachmentValidationResult" nillable="true" type="q3831:ReservationAttachmentValidationResult" xmlns:q3831="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="DeleteReservationAttachmentRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3832:ServiceContext" xmlns:q3832="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ReservationAttachmentId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="DeleteReservationAttachmentResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="DeleteReservationAttachmentValidationResult" nillable="true" type="q3833:ValidationResult" xmlns:q3833="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindReservationAttachmentsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3834:ServiceContext" xmlns:q3834="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ReservationAttachmentSearchCriteria" nillable="true" type="q3835:ReservationAttachmentSearchCriteria" xmlns:q3835="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ReservationAttachmentSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ReservationId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q3836:PagingCriteria" xmlns:q3836="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q3837:ReservationAttachmentIncludes" xmlns:q3837="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ReservationAttachmentSearchCriteria" nillable="true" type="q3838:ReservationAttachmentSearchCriteria" xmlns:q3838="http://www.recreatex.be/webshop/"/><xs:complexType name="ReservationAttachmentIncludes"><xs:sequence><xs:element minOccurs="0" name="Attachment" type="xs:boolean"/><xs:element minOccurs="0" name="EmployeeName" type="xs:boolean"/><xs:element minOccurs="0" name="AttachmentByteArray" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ReservationAttachmentIncludes" nillable="true" type="q3839:ReservationAttachmentIncludes" xmlns:q3839="http://www.recreatex.be/webshop/"/><xs:element name="FindReservationAttachmentsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ReservationAttachments" nillable="true" type="q3840:ArrayOfReservationAttachment" xmlns:q3840="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfReservationAttachment"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ReservationAttachment" nillable="true" type="q3841:ReservationAttachment" xmlns:q3841="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfReservationAttachment" nillable="true" type="q3842:ArrayOfReservationAttachment" xmlns:q3842="http://www.recreatex.be/webshop/"/><xs:element name="GetRecurringDayPatternRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3843:ServiceContext" xmlns:q3843="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Criteria" nillable="true" type="q3844:GetRecurringDayPatternDatesCriteria" xmlns:q3844="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetRecurringDayPatternDatesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="q3845:GetRecurringDayPatternDatesResult" xmlns:q3845="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ProcessRefundRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3846:ServiceContext" xmlns:q3846="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Criteria" nillable="true" type="q3847:ProcessRefundCriteria" xmlns:q3847="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ProcessRefundResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="q3848:ProcessRefundResult" xmlns:q3848="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model.Reservations"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListBusTripsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="BusTripRequestSearchCriteria" nillable="true" type="q3849:BusTripRequestSearchCriteria" xmlns:q3849="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3850:ServiceContext" xmlns:q3850="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="BusTripRequestSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="RequestorId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="NamePattern" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BusTripNo" type="xs:long"/><xs:element minOccurs="0" name="SeriesID" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="DepartureFromDateTime" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="DepartureToDateTime" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="ArrivalFromDateTime" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="ArrivalToDateTime" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="ReturnFromDateTime" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="ReturnToDateTime" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="RequestFromDateTime" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="RequestToDateTime" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="MinimumNumberOfPersons" type="xs:int"/><xs:element minOccurs="0" name="MaximumNumberOfPersons" type="xs:int"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q3851:PagingCriteria" xmlns:q3851="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q3852:BusTripIncludes" xmlns:q3852="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="BusTripRequestSearchCriteria" nillable="true" type="q3853:BusTripRequestSearchCriteria" xmlns:q3853="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The search criteria used to find Bustrip requests</xs:documentation></xs:annotation></xs:element><xs:complexType name="BusTripIncludes"><xs:sequence><xs:element minOccurs="0" name="Contacts" type="xs:boolean"/><xs:element minOccurs="0" name="Persons" type="xs:boolean"/><xs:element minOccurs="0" name="ConfirmedBustrips" type="xs:boolean"/><xs:element minOccurs="0" name="UnConfirmedBustrips" type="xs:boolean"/><xs:element minOccurs="0" name="ExtraLugage" type="xs:boolean"/><xs:element minOccurs="0" name="NoExtraLugage" type="xs:boolean"/><xs:element minOccurs="0" name="Pictures" type="xs:boolean"/><xs:element minOccurs="0" name="PictureUrls" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="BusTripIncludes" nillable="true" type="q3854:BusTripIncludes" xmlns:q3854="http://www.recreatex.be/webshop/"/><xs:element name="ListBusTripsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="BusTripRequests" nillable="true" type="q3855:ArrayOfBusTripRequest" xmlns:q3855="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfBusTripRequest"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="BusTripRequest" nillable="true" type="q3856:BusTripRequest" xmlns:q3856="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfBusTripRequest" nillable="true" type="q3857:ArrayOfBusTripRequest" xmlns:q3857="http://www.recreatex.be/webshop/"/><xs:complexType name="BusTripRequest"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="BusTripNo" type="xs:long"/><xs:element minOccurs="0" name="ShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SeriesID" type="ser:guid"/><xs:element minOccurs="0" name="SeriesNo" type="xs:long"/><xs:element minOccurs="0" name="Requestor" nillable="true" type="q3858:Person" xmlns:q3858="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ContactPerson" nillable="true" type="q3859:Contact" xmlns:q3859="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="DepartureAddress" nillable="true" type="q3860:Address" xmlns:q3860="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="DepartureDateTime" type="xs:dateTime"/><xs:element minOccurs="0" name="ArrivalAddress" nillable="true" type="q3861:Address" xmlns:q3861="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ArrivalDateTime" type="xs:dateTime"/><xs:element minOccurs="0" name="TotalDistance" type="xs:decimal"/><xs:element minOccurs="0" name="AlsoReturn" type="xs:boolean"/><xs:element minOccurs="0" name="ReturnDateTime" type="xs:dateTime"/><xs:element minOccurs="0" name="ReturnedDateTime" type="xs:dateTime"/><xs:element minOccurs="0" name="RequestDate" type="xs:dateTime"/><xs:element minOccurs="0" name="NumPersons" type="xs:int"/><xs:element minOccurs="0" name="NumCompanions" type="xs:int"/><xs:element minOccurs="0" name="ExtraLuggage" type="xs:boolean"/><xs:element minOccurs="0" name="Comments" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Confirmed" type="xs:boolean"/><xs:element minOccurs="0" name="Status" type="q3862:BustripStates" xmlns:q3862="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ModifiedFromSeries" type="xs:boolean"/><xs:element minOccurs="0" name="IsTransfer" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="BusTripRequest" nillable="true" type="q3863:BusTripRequest" xmlns:q3863="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The BusTrip request about to be saved</xs:documentation></xs:annotation></xs:element><xs:simpleType name="BustripStates"><xs:restriction base="xs:string"><xs:enumeration value="Requested"/><xs:enumeration value="Planned"/><xs:enumeration value="Rejected"/><xs:enumeration value="Approved"/><xs:enumeration value="CancelationRequested"/><xs:enumeration value="Outsourced"/><xs:enumeration value="Cancelled"/></xs:restriction></xs:simpleType><xs:element name="BustripStates" nillable="true" type="q3864:BustripStates" xmlns:q3864="http://www.recreatex.be/webshop/"/><xs:element name="GetBusTripRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="BusTripId" type="ser:guid"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3865:ServiceContext" xmlns:q3865="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetBusTripResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="BusTripRequest" nillable="true" type="q3866:BusTripRequest" xmlns:q3866="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetBusTripSerieRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="BusTripSerieId" type="ser:guid"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3867:ServiceContext" xmlns:q3867="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetBusTripSerieResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="BusTripSerieRequest" nillable="true" type="q3868:BusTripSerieRequest" xmlns:q3868="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="BusTripSerieRequest"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="SerieId" type="ser:guid"/><xs:element minOccurs="0" name="SerieNo" type="xs:long"/><xs:element minOccurs="0" name="StartDate" type="xs:dateTime"/><xs:element minOccurs="0" name="FromHour" type="xs:dateTime"/><xs:element minOccurs="0" name="ToHour" type="xs:dateTime"/><xs:element minOccurs="0" name="EndDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Iterations" type="xs:int"/><xs:element minOccurs="0" name="FrequencyType" type="q3869:FrequencyTypes" xmlns:q3869="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Frequency" nillable="true" type="q3870:SerieFrequency" xmlns:q3870="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="WeekPattern" nillable="true" type="q3871:ArrayOfWeekDayRange" xmlns:q3871="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MonthPattern" nillable="true" type="q3872:SerieMonthPattern" xmlns:q3872="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="YearPattern" nillable="true" type="q3873:SerieYearPattern" xmlns:q3873="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Dates" nillable="true" type="q3874:ArrayOfdateTime" xmlns:q3874="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="Bustrips" nillable="true" type="q3875:ArrayOfBusTripRequest" xmlns:q3875="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="BusTripSerieRequest" nillable="true" type="q3876:BusTripSerieRequest" xmlns:q3876="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The BusTrips, part of the serie request about to be saved</xs:documentation></xs:annotation></xs:element><xs:element name="SaveBusTripRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="BusTripRequest" nillable="true" type="q3877:BusTripRequest" xmlns:q3877="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3878:ServiceContext" xmlns:q3878="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveBusTripResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SaveBusTripResult" nillable="true" type="q3879:BusTripCompositeValidationResult" xmlns:q3879="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="BusTripCompositeValidationResult"><xs:sequence><xs:element minOccurs="0" name="BusTrip" nillable="true" type="q3880:BusTripRequest" xmlns:q3880="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="BusTripValidationResults" nillable="true" type="q3881:ArrayOfBusTripValidationResult" xmlns:q3881="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="BusTripCompositeValidationResult" nillable="true" type="q3882:BusTripCompositeValidationResult" xmlns:q3882="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfBusTripValidationResult"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="BusTripValidationResult" nillable="true" type="q3883:BusTripValidationResult" xmlns:q3883="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfBusTripValidationResult" nillable="true" type="q3884:ArrayOfBusTripValidationResult" xmlns:q3884="http://www.recreatex.be/webshop/"/><xs:element name="SaveBusTripSerieRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="BusTripSerieRequest" nillable="true" type="q3885:BusTripSerieRequest" xmlns:q3885="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3886:ServiceContext" xmlns:q3886="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveBusTripSerieResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SaveBusTripSerieResult" nillable="true" type="q3887:BusTripSerieCompositeValidationResult" xmlns:q3887="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="BusTripSerieCompositeValidationResult"><xs:sequence><xs:element minOccurs="0" name="BusTripSerie" nillable="true" type="q3888:BusTripSerieRequest" xmlns:q3888="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="BusTripValidationResults" nillable="true" type="q3889:ArrayOfBusTripValidationResult" xmlns:q3889="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="BusTripSerieCompositeValidationResult" nillable="true" type="q3890:BusTripSerieCompositeValidationResult" xmlns:q3890="http://www.recreatex.be/webshop/"/><xs:element name="CancelBusTripRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CancelId" type="ser:guid"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3891:ServiceContext" xmlns:q3891="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="CancelBusTripResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CancelBusTripResult" nillable="true" type="q3892:BusTripCompositeValidationResult" xmlns:q3892="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="CancelBusTripSerieRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CancelSerieId" type="ser:guid"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3893:ServiceContext" xmlns:q3893="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="CancelBusTripSerieResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CancelBusTripSerieResult" nillable="true" type="q3894:BusTripSerieCompositeValidationResult" xmlns:q3894="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="DeleteBusTripRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3895:ServiceContext" xmlns:q3895="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="DeleteId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="DeleteBusTripResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="DeleteBusTripResult" nillable="true" type="q3896:BusTripCompositeValidationResult" xmlns:q3896="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="DeleteBusTripSerieRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3897:ServiceContext" xmlns:q3897="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="DeleteSerieId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="DeleteBusTripSerieResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="DeleteBusTripSerieResult" nillable="true" type="q3898:BusTripSerieCompositeValidationResult" xmlns:q3898="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetFitnessNonMemberPersonRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3899:ServiceContext" xmlns:q3899="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetFitnessNonMemberPersonResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="FitnessNonMemberPerson" nillable="true" type="q3900:Person" xmlns:q3900="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListFitnessLocationsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3901:ServiceContext" xmlns:q3901="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListFitnessLocationsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="FitnessLocations" nillable="true" type="q3902:ArrayOfAddressLocation" xmlns:q3902="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindFitnessActivitiesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3903:ServiceContext" xmlns:q3903="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FitnessActivitySearchCriteria" nillable="true" type="q3904:FitnessActivitySearchCriteria" xmlns:q3904="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FitnessActivitySearchCriteria"><xs:sequence><xs:element minOccurs="0" name="FitnessActivityId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="FitnessActivityIds" nillable="true" type="q3905:ArrayOfguid" xmlns:q3905="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="DescriptionPattern" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="From" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="CardId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SubscriptionId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="LocationId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q3906:PagingCriteria" xmlns:q3906="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q3907:FitnessActivityIncludes" xmlns:q3907="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FitnessActivityCategoryId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="FitnessActivityCategoryIds" nillable="true" type="q3908:ArrayOfguid" xmlns:q3908="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType><xs:element name="FitnessActivitySearchCriteria" nillable="true" type="q3909:FitnessActivitySearchCriteria" xmlns:q3909="http://www.recreatex.be/webshop/"/><xs:complexType name="FitnessActivityIncludes"><xs:sequence><xs:element minOccurs="0" name="Price" type="xs:boolean"/><xs:element minOccurs="0" name="Days" type="xs:boolean"/><xs:element minOccurs="0" name="Slots" type="xs:boolean"/><xs:element minOccurs="0" name="Locations" type="xs:boolean"/><xs:element minOccurs="0" name="Image" type="xs:boolean"/><xs:element minOccurs="0" name="ImageUri" type="xs:boolean"/><xs:element minOccurs="0" name="Categories" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="FitnessActivityIncludes" nillable="true" type="q3910:FitnessActivityIncludes" xmlns:q3910="http://www.recreatex.be/webshop/"/><xs:element name="FindFitnessActivitiesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="FitnessActivities" nillable="true" type="q3911:ArrayOfFitnessActivity" xmlns:q3911="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfFitnessActivity"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="FitnessActivity" nillable="true" type="q3912:FitnessActivity" xmlns:q3912="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfFitnessActivity" nillable="true" type="q3913:ArrayOfFitnessActivity" xmlns:q3913="http://www.recreatex.be/webshop/"/><xs:complexType name="FitnessActivity"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Days" nillable="true" type="q3914:ArrayOfFitnessActivityDay" xmlns:q3914="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Location" nillable="true" type="q3915:AddressLocation" xmlns:q3915="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Image" nillable="true" type="q3916:Picture" xmlns:q3916="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ImageUri" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Color" type="q3917:Color" xmlns:q3917="http://schemas.datacontract.org/2004/07/System.Drawing"/><xs:element minOccurs="0" name="WaitingListDisabled" type="xs:boolean"/><xs:element minOccurs="0" name="Category" nillable="true" type="q3918:FitnessActivityCategory" xmlns:q3918="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="FitnessActivity" nillable="true" type="q3919:FitnessActivity" xmlns:q3919="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfFitnessActivityDay"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="FitnessActivityDay" nillable="true" type="q3920:FitnessActivityDay" xmlns:q3920="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfFitnessActivityDay" nillable="true" type="q3921:ArrayOfFitnessActivityDay" xmlns:q3921="http://www.recreatex.be/webshop/"/><xs:complexType name="FitnessActivityDay"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="From" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" type="xs:dateTime"/><xs:element minOccurs="0" name="Price" type="xs:decimal"/><xs:element minOccurs="0" name="Slots" nillable="true" type="q3922:ArrayOfFitnessActivityDaySlot" xmlns:q3922="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MaxReservations" type="xs:int"/><xs:element minOccurs="0" name="MaxReservationsNonMember" type="xs:int"/><xs:element minOccurs="0" name="CurrentReservations" type="xs:int"/><xs:element minOccurs="0" name="CurrentReservationsMember" type="xs:int"/><xs:element minOccurs="0" name="CurrentReservationsNonMember" type="xs:int"/><xs:element minOccurs="0" name="RemainingReservationsMember" type="xs:int"/><xs:element minOccurs="0" name="RemainingReservationsNonMember" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="FitnessActivityDay" nillable="true" type="q3923:FitnessActivityDay" xmlns:q3923="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfFitnessActivityDaySlot"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="FitnessActivityDaySlot" nillable="true" type="q3924:FitnessActivityDaySlot" xmlns:q3924="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfFitnessActivityDaySlot" nillable="true" type="q3925:ArrayOfFitnessActivityDaySlot" xmlns:q3925="http://www.recreatex.be/webshop/"/><xs:complexType name="FitnessActivityDaySlot"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Reserved" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="FitnessActivityDaySlot" nillable="true" type="q3926:FitnessActivityDaySlot" xmlns:q3926="http://www.recreatex.be/webshop/"/><xs:complexType name="FitnessActivityCategory"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="FitnessActivityCategory" nillable="true" type="q3927:FitnessActivityCategory" xmlns:q3927="http://www.recreatex.be/webshop/"/><xs:element name="GetFitnessActivityRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3928:ServiceContext" xmlns:q3928="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FitnessActivityId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetFitnessActivityResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="FitnessActivity" nillable="true" type="q3929:FitnessActivity" xmlns:q3929="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindFitnessActivityCategoriesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3930:ServiceContext" xmlns:q3930="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FitnessActivityCategorySearchCriteria" nillable="true" type="q3931:FitnessActivityCategorySearchCriteria" xmlns:q3931="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FitnessActivityCategorySearchCriteria"><xs:sequence><xs:element minOccurs="0" name="FitnessActivityCategoryId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="FitnessActivityCategoryIds" nillable="true" type="q3932:ArrayOfguid" xmlns:q3932="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="Keyword" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q3933:PagingCriteria" xmlns:q3933="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="FitnessActivityCategorySearchCriteria" nillable="true" type="q3934:FitnessActivityCategorySearchCriteria" xmlns:q3934="http://www.recreatex.be/webshop/"/><xs:element name="FindFitnessActivityCategoriesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="FitnessActivityCategories" nillable="true" type="q3935:ArrayOfFitnessActivityCategory" xmlns:q3935="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfFitnessActivityCategory"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="FitnessActivityCategory" nillable="true" type="q3936:FitnessActivityCategory" xmlns:q3936="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfFitnessActivityCategory" nillable="true" type="q3937:ArrayOfFitnessActivityCategory" xmlns:q3937="http://www.recreatex.be/webshop/"/><xs:element name="FindFitnessActivityReservationsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3938:ServiceContext" xmlns:q3938="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FitnessActivityReservationSearchCriteria" nillable="true" type="q3939:FitnessActivityReservationSearchCriteria" xmlns:q3939="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FitnessActivityReservationSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="FitnessActivityDayId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="FitnessActivityDayReservationId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="FitnessActivityId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="From" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q3940:FitnessActivityReservationIncludes" xmlns:q3940="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q3941:PagingCriteria" xmlns:q3941="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Until" nillable="true" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="FitnessActivityReservationSearchCriteria" nillable="true" type="q3942:FitnessActivityReservationSearchCriteria" xmlns:q3942="http://www.recreatex.be/webshop/"/><xs:complexType name="FitnessActivityReservationIncludes"><xs:sequence><xs:element minOccurs="0" name="Canceled" type="xs:boolean"/><xs:element minOccurs="0" name="Confirmed" type="xs:boolean"/><xs:element minOccurs="0" name="PersonDetails" type="xs:boolean"/><xs:element minOccurs="0" name="Slots" type="xs:boolean"/><xs:element minOccurs="0" name="Locations" type="xs:boolean"/><xs:element minOccurs="0" name="Image" type="xs:boolean"/><xs:element minOccurs="0" name="ImageUri" type="xs:boolean"/><xs:element minOccurs="0" name="WaitingList" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="FitnessActivityReservationIncludes" nillable="true" type="q3943:FitnessActivityReservationIncludes" xmlns:q3943="http://www.recreatex.be/webshop/"/><xs:element name="FindFitnessActivityReservationsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="FitnessActivityReservations" nillable="true" type="q3944:ArrayOfFitnessActivityReservation" xmlns:q3944="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfFitnessActivityReservation"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="FitnessActivityReservation" nillable="true" type="q3945:FitnessActivityReservation" xmlns:q3945="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfFitnessActivityReservation" nillable="true" type="q3946:ArrayOfFitnessActivityReservation" xmlns:q3946="http://www.recreatex.be/webshop/"/><xs:complexType name="FitnessActivityReservation"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ReservationNumber" type="xs:long"/><xs:element minOccurs="0" name="ReservationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="ConfirmationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="CancelationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Status" type="q3947:FitnessActivityReservationStatus" xmlns:q3947="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="NonMemberResevation" type="xs:boolean"/><xs:element minOccurs="0" name="Warranty" type="xs:decimal"/><xs:element minOccurs="0" name="Credits" type="xs:int"/><xs:element minOccurs="0" name="LineAmount" type="xs:decimal"/><xs:element minOccurs="0" name="VatAmount" type="xs:decimal"/><xs:element minOccurs="0" name="Amount" type="xs:decimal"/><xs:element minOccurs="0" name="FitnessActivity" nillable="true" type="q3948:FitnessActivity" xmlns:q3948="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FitnessActivityDay" nillable="true" type="q3949:FitnessActivityDay" xmlns:q3949="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="Person" nillable="true" type="q3950:Person" xmlns:q3950="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="WaitingList" type="xs:boolean"/><xs:element minOccurs="0" name="Posted" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="FitnessActivityReservation" nillable="true" type="q3951:FitnessActivityReservation" xmlns:q3951="http://www.recreatex.be/webshop/"/><xs:simpleType name="FitnessActivityReservationStatus"><xs:restriction base="xs:string"><xs:enumeration value="Reserved"/><xs:enumeration value="Confirmed"/><xs:enumeration value="Canceled"/></xs:restriction></xs:simpleType><xs:element name="FitnessActivityReservationStatus" nillable="true" type="q3952:FitnessActivityReservationStatus" xmlns:q3952="http://www.recreatex.be/webshop/"/><xs:element name="GetFitnessActivityReservationRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3953:ServiceContext" xmlns:q3953="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FitnessActivityReservationId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetFitnessActivityReservationResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="FitnessActivityReservation" nillable="true" type="q3954:FitnessActivityReservation" xmlns:q3954="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ConfirmFitnessActivityDayReservationRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3955:ServiceContext" xmlns:q3955="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FitnessActivityDayReservationId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="ConfirmFitnessActivityDayReservationResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ConfirmFitnessActivityDayReservationResult" nillable="true" type="q3956:FitnessActivityReservationValidationResult" xmlns:q3956="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FitnessActivityReservationValidationResult"><xs:complexContent mixed="false"><xs:extension base="q3957:ValidationResult" xmlns:q3957="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ValidatedFitnessActivityReservation" nillable="true" type="q3957:FitnessActivityReservation"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="FitnessActivityReservationValidationResult" nillable="true" type="q3958:FitnessActivityReservationValidationResult" xmlns:q3958="http://www.recreatex.be/webshop/"/><xs:element name="CancelFitnessActivityDayReservationRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3959:ServiceContext" xmlns:q3959="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FitnessActivityDayReservationId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="CancelFitnessActivityDayReservationResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CancelFitnessActivityDayReservationResult" nillable="true" type="q3960:FitnessActivityReservationValidationResult" xmlns:q3960="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindSubscriptionsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3961:ServiceContext" xmlns:q3961="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SubscriptionSearchCriteria" nillable="true" type="q3962:SubscriptionSearchCriteria" xmlns:q3962="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SubscriptionSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="CreatedFrom" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="CreatedUntil" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q3963:SubscriptionIncludes" xmlns:q3963="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q3964:PagingCriteria" xmlns:q3964="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PersonCardId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SubscriptionId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ListForProlongation" type="xs:boolean"/><xs:element minOccurs="0" name="ListForReader" type="xs:boolean"/><xs:element minOccurs="0" name="ReaderId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="IgnoreExclusionCalendar" type="xs:boolean"/><xs:element minOccurs="0" name="ArticleId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="PersonIdList" nillable="true" type="q3965:ArrayOfguid" xmlns:q3965="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="ModifiedSince" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="ExpositionId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ExpositionItemId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ModifiedUntil" nillable="true" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="SubscriptionSearchCriteria" nillable="true" type="q3966:SubscriptionSearchCriteria" xmlns:q3966="http://www.recreatex.be/webshop/"/><xs:complexType name="SubscriptionIncludes"><xs:sequence><xs:element minOccurs="0" name="Inactive" type="xs:boolean"/><xs:element minOccurs="0" name="Invalid" type="xs:boolean"/><xs:element minOccurs="0" name="Logs" type="xs:boolean"/><xs:element minOccurs="0" name="PersonCards" type="xs:boolean"/><xs:element minOccurs="0" name="Image" type="xs:boolean"/><xs:element minOccurs="0" name="OnlyCurrentPersonCard" type="xs:boolean"/><xs:element minOccurs="0" name="InvalidityReasons" type="xs:boolean"/><xs:element minOccurs="0" name="LessonGroups" type="xs:boolean"/><xs:element minOccurs="0" name="PriceGroup" type="xs:boolean"/><xs:element minOccurs="0" name="ExpositionInfo" type="xs:boolean"/><xs:element minOccurs="0" name="ExcludeComponents" type="xs:boolean"/><xs:element minOccurs="0" name="AdmissionImage" type="xs:boolean"/><xs:element minOccurs="0" name="DirectDebitInfo" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="SubscriptionIncludes" nillable="true" type="q3967:SubscriptionIncludes" xmlns:q3967="http://www.recreatex.be/webshop/"/><xs:element name="FindSubscriptionsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Subscriptions" nillable="true" type="q3968:ArrayOfSubscription" xmlns:q3968="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfSubscription"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Subscription" nillable="true" type="q3969:Subscription" xmlns:q3969="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSubscription" nillable="true" type="q3970:ArrayOfSubscription" xmlns:q3970="http://www.recreatex.be/webshop/"/><xs:element name="ChangeSubscriptionActiveStateRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChangeSubscriptionActiveStateCriteria" nillable="true" type="q3971:ChangeSubscriptionActiveStateCriteria" xmlns:q3971="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3972:ServiceContext" xmlns:q3972="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ChangeSubscriptionActiveStateCriteria"><xs:sequence><xs:element minOccurs="0" name="SubscriptionId" type="ser:guid"/><xs:element minOccurs="0" name="IsActive" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ChangeSubscriptionActiveStateCriteria" nillable="true" type="q3973:ChangeSubscriptionActiveStateCriteria" xmlns:q3973="http://www.recreatex.be/webshop/"/><xs:element name="ChangeSubscriptionActiveStateResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ChangeSubscriptionActiveStateValidatonResult" nillable="true" type="q3974:ValidationResult" xmlns:q3974="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindSubscriptionLogsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3975:ServiceContext" xmlns:q3975="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SubscriptionLogSearchCriteria" nillable="true" type="q3976:SubscriptionLogSearchCriteria" xmlns:q3976="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SubscriptionLogSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="SubscriptionLogId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SubscriptionId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="PersonCardId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="CreatedFrom" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="CreatedUntil" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q3977:PagingCriteria" xmlns:q3977="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q3978:SubscriptionLogIncludes" xmlns:q3978="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ReaderId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SubscriptionLogType" nillable="true" type="q3979:SubscriptionLogType" xmlns:q3979="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="AccessZoneId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ReaderIdList" nillable="true" type="q3980:ArrayOfguid" xmlns:q3980="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType><xs:element name="SubscriptionLogSearchCriteria" nillable="true" type="q3981:SubscriptionLogSearchCriteria" xmlns:q3981="http://www.recreatex.be/webshop/"/><xs:complexType name="SubscriptionLogIncludes"><xs:sequence><xs:element minOccurs="0" name="Person" type="xs:boolean"/><xs:element minOccurs="0" name="PersonBase" type="xs:boolean"/><xs:element minOccurs="0" name="PersonImage" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="SubscriptionLogIncludes" nillable="true" type="q3982:SubscriptionLogIncludes" xmlns:q3982="http://www.recreatex.be/webshop/"/><xs:element name="FindSubscriptionLogsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SubscriptionLogs" nillable="true" type="q3983:ArrayOfSubscriptionLog" xmlns:q3983="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindSubscriptionArticlesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q3984:ServiceContext" xmlns:q3984="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SubscriptionArticleSearchCriteria" nillable="true" type="q3985:SubscriptionArticleSearchCriteria" xmlns:q3985="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SubscriptionArticleSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="SubscriptionArticleId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="NamePattern" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BuyerId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Types" type="q3986:SubscriptionType" xmlns:q3986="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q3987:PagingCriteria" xmlns:q3987="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q3988:SubscriptionArticleIncludes" xmlns:q3988="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ForVouchers" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="Barcode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ArticleGroupId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="DivisionIds" nillable="true" type="q3989:ArrayOfguid" xmlns:q3989="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="ArticleGroupIds" nillable="true" type="q3990:ArrayOfguid" xmlns:q3990="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType><xs:element name="SubscriptionArticleSearchCriteria" nillable="true" type="q3991:SubscriptionArticleSearchCriteria" xmlns:q3991="http://www.recreatex.be/webshop/"/><xs:simpleType name="SubscriptionType"><xs:restriction base="xs:string"><xs:enumeration value="Subscription"/><xs:enumeration value="ETicket"/><xs:enumeration value="All"/></xs:restriction></xs:simpleType><xs:element name="SubscriptionType" nillable="true" type="q3992:SubscriptionType" xmlns:q3992="http://www.recreatex.be/webshop/"/><xs:complexType name="SubscriptionArticleIncludes"><xs:sequence><xs:element minOccurs="0" name="ImageUrl" type="xs:boolean"/><xs:element minOccurs="0" name="Image" type="xs:boolean"/><xs:element minOccurs="0" name="ArticleGroup" type="xs:boolean"/><xs:element minOccurs="0" name="Attachment" type="xs:boolean"/><xs:element minOccurs="0" name="ExtraImages" type="xs:boolean"/><xs:element minOccurs="0" name="ExtraImageUrls" type="xs:boolean"/><xs:element minOccurs="0" name="DirectDebits" type="xs:boolean"/><xs:element minOccurs="0" name="Prices" type="xs:boolean"/><xs:element minOccurs="0" name="LessonGroups" type="xs:boolean"/><xs:element minOccurs="0" name="Barcodes" type="xs:boolean"/><xs:element minOccurs="0" name="IsLessonGroupItem" type="xs:boolean"/><xs:element minOccurs="0" name="CardCreations" type="xs:boolean"/><xs:element minOccurs="0" name="SwimmingLevel" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="SubscriptionArticleIncludes" nillable="true" type="q3993:SubscriptionArticleIncludes" xmlns:q3993="http://www.recreatex.be/webshop/"/><xs:element name="FindSubscriptionArticlesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SubscriptionArticles" nillable="true" type="q3994:ArrayOfSubscriptionArticle" xmlns:q3994="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfSubscriptionArticle"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SubscriptionArticle" nillable="true" type="q3995:SubscriptionArticle" xmlns:q3995="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSubscriptionArticle" nillable="true" type="q3996:ArrayOfSubscriptionArticle" xmlns:q3996="http://www.recreatex.be/webshop/"/><xs:element name="CancelSubscriptionRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CancelSubscriptionCriteria" nillable="true" type="q3997:CancelSubscriptionCriteria" xmlns:q3997="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q3998:ServiceContext" xmlns:q3998="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="CancelSubscriptionCriteria"><xs:sequence><xs:element minOccurs="0" name="SubscriptionId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="CancelSubscriptionCriteria" nillable="true" type="q3999:CancelSubscriptionCriteria" xmlns:q3999="http://www.recreatex.be/webshop/"/><xs:element name="CancelSubscriptionResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CancelSubscriptionResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetSubscriptionArticleFamilyMembersRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4000:ServiceContext" xmlns:q4000="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SubscriptionArticleFamilyMembersCriteria" nillable="true" type="q4001:SubscriptionArticleFamilyMembersCriteria" xmlns:q4001="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SubscriptionArticleFamilyMembersCriteria"><xs:sequence><xs:element minOccurs="0" name="HeadOfFamilyId" type="ser:guid"/><xs:element minOccurs="0" name="SubscriptionArticleId" type="ser:guid"/><xs:element minOccurs="0" name="IncludePersonCards" type="xs:boolean"/><xs:element minOccurs="0" name="SubscriptionCustomerId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="SubscriptionArticleFamilyMembersCriteria" nillable="true" type="q4002:SubscriptionArticleFamilyMembersCriteria" xmlns:q4002="http://www.recreatex.be/webshop/"/><xs:element name="GetSubscriptionArticleFamilyMembersResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="FamilyMembers" nillable="true" type="q4003:ArrayOfSubscriptionArticleFamilyMember" xmlns:q4003="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfSubscriptionArticleFamilyMember"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SubscriptionArticleFamilyMember" nillable="true" type="q4004:SubscriptionArticleFamilyMember" xmlns:q4004="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSubscriptionArticleFamilyMember" nillable="true" type="q4005:ArrayOfSubscriptionArticleFamilyMember" xmlns:q4005="http://www.recreatex.be/webshop/"/><xs:complexType name="SubscriptionArticleFamilyMember"><xs:sequence><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="PersonCards" nillable="true" type="q4006:ArrayOfPersonCard" xmlns:q4006="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="SubscriptionArticleFamilyMember" nillable="true" type="q4007:SubscriptionArticleFamilyMember" xmlns:q4007="http://www.recreatex.be/webshop/"/><xs:element name="AddPersonCardSubscriptionRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AddPersonCardSubscriptionCriteria" nillable="true" type="q4008:PersonCardSubscriptionCriteria" xmlns:q4008="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q4009:ServiceContext" xmlns:q4009="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="PersonCardSubscriptionCriteria"><xs:sequence><xs:element minOccurs="0" name="PersonCardId" type="ser:guid"/><xs:element minOccurs="0" name="SubscriptionId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="PersonCardSubscriptionCriteria" nillable="true" type="q4010:PersonCardSubscriptionCriteria" xmlns:q4010="http://www.recreatex.be/webshop/"/><xs:element name="AddPersonCardSubscriptionResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AddPersonCardSubscriptionValidationResult" nillable="true" type="q4011:ValidationResult" xmlns:q4011="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="RemovePersonCardSubscriptionRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4012:ServiceContext" xmlns:q4012="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="RemovePersonCardSubscriptionCriteria" nillable="true" type="q4013:PersonCardSubscriptionCriteria" xmlns:q4013="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="RemovePersonCardSubscriptionResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="RemovePersonCardSubscriptionValidationResult" nillable="true" type="q4014:ValidationResult" xmlns:q4014="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDirectDebitSummaryRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4015:ServiceContext" xmlns:q4015="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="DirectDebitSummaryCriteria" nillable="true" type="q4016:DirectDebitSummaryCriteria" xmlns:q4016="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="DirectDebitSummaryCriteria"><xs:sequence><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="ArticleId" type="ser:guid"/><xs:element minOccurs="0" name="Quantity" type="xs:int"/><xs:element minOccurs="0" name="ContractStartDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="CollectionDay" nillable="true" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="DirectDebitSummaryCriteria" nillable="true" type="q4017:DirectDebitSummaryCriteria" xmlns:q4017="http://www.recreatex.be/webshop/"/><xs:element name="GetDirectDebitSummaryResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="DirectDebitSummaryResult" nillable="true" type="q4018:DirectDebitSummaryResult" xmlns:q4018="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="DirectDebitSummaryResult"><xs:sequence><xs:element minOccurs="0" name="Valid" type="xs:boolean"/><xs:element minOccurs="0" name="ContractStartDate" type="xs:dateTime"/><xs:element minOccurs="0" name="FirstPaymentDate" type="xs:dateTime"/><xs:element minOccurs="0" name="CollectionFrequency" nillable="true" type="q4019:DirectDebitCollectionFrequency" xmlns:q4019="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CollectionAmount" type="xs:decimal"/><xs:element minOccurs="0" name="ProRataAmount" type="xs:decimal"/><xs:element minOccurs="0" name="ProRataFactor" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="DirectDebitSummaryResult" nillable="true" type="q4020:DirectDebitSummaryResult" xmlns:q4020="http://www.recreatex.be/webshop/"/><xs:element name="DevaluateSubscriptionRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4021:ServiceContext" xmlns:q4021="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="DevaluateSubscriptionCriteria" nillable="true" type="q4022:DevaluateSubscriptionCriteria" xmlns:q4022="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="DevaluateSubscriptionCriteria"><xs:sequence><xs:element minOccurs="0" name="ScannedBarCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ReaderId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SubscriptionId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="IncludeImage" type="xs:boolean"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Markdowns" type="xs:int"/><xs:element minOccurs="0" name="IgnoreExclusionCalendar" type="xs:boolean"/><xs:element minOccurs="0" name="ReturnCurrentPersonCard" type="xs:boolean"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q4023:DevaluateSubscriptionIncludes" xmlns:q4023="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="DevaluateSubscriptionCriteria" nillable="true" type="q4024:DevaluateSubscriptionCriteria" xmlns:q4024="http://www.recreatex.be/webshop/"/><xs:complexType name="DevaluateSubscriptionIncludes"><xs:sequence><xs:element minOccurs="0" name="CultureEventInfo" type="xs:boolean"/><xs:element minOccurs="0" name="AdmissionImage" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="DevaluateSubscriptionIncludes" nillable="true" type="q4025:DevaluateSubscriptionIncludes" xmlns:q4025="http://www.recreatex.be/webshop/"/><xs:element name="DevaluateSubscriptionResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="DevaluateSubscriptionResult" nillable="true" type="q4026:DevaluateSubscriptionResult" xmlns:q4026="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="DevaluateSubscriptionResult"><xs:sequence><xs:element minOccurs="0" name="DevaluateSubscriptionState" type="q4027:DevaluateSubscriptionState" xmlns:q4027="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Subscriptions" nillable="true" type="q4028:ArrayOfSubscription" xmlns:q4028="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SubscriptionWithInvalidityReasons" nillable="true" type="q4029:ArrayOfSubscriptionWithInvalidityReasons" xmlns:q4029="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CultureEventInfo" nillable="true" type="q4030:CultureEventInfo" xmlns:q4030="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="DevaluateSubscriptionResult" nillable="true" type="q4031:DevaluateSubscriptionResult" xmlns:q4031="http://www.recreatex.be/webshop/"/><xs:simpleType name="DevaluateSubscriptionState"><xs:restriction base="xs:string"><xs:enumeration value="Ok"/><xs:enumeration value="NOk"/><xs:enumeration value="SelectSubscription"/></xs:restriction></xs:simpleType><xs:element name="DevaluateSubscriptionState" nillable="true" type="q4032:DevaluateSubscriptionState" xmlns:q4032="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfSubscriptionWithInvalidityReasons"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SubscriptionWithInvalidityReasons" nillable="true" type="q4033:SubscriptionWithInvalidityReasons" xmlns:q4033="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSubscriptionWithInvalidityReasons" nillable="true" type="q4034:ArrayOfSubscriptionWithInvalidityReasons" xmlns:q4034="http://www.recreatex.be/webshop/"/><xs:complexType name="SubscriptionWithInvalidityReasons"><xs:sequence><xs:element minOccurs="0" name="SubscriptionId" type="ser:guid"/><xs:element minOccurs="0" name="InvalidityReasons" nillable="true" type="q4035:ArrayOfSubscriptionInvalidityReasons" xmlns:q4035="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="SubscriptionWithInvalidityReasons" nillable="true" type="q4036:SubscriptionWithInvalidityReasons" xmlns:q4036="http://www.recreatex.be/webshop/"/><xs:complexType name="CultureEventInfo"><xs:sequence><xs:element minOccurs="0" name="SeatNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Row" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="CultureEventInfo" nillable="true" type="q4037:CultureEventInfo" xmlns:q4037="http://www.recreatex.be/webshop/"/><xs:element name="RegisterSubscriptionRefusationLogRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4038:ServiceContext" xmlns:q4038="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SubscriptionRefusationLogCriteria" nillable="true" type="q4039:SubscriptionRefusationLogCriteria" xmlns:q4039="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SubscriptionRefusationLogCriteria"><xs:sequence><xs:element minOccurs="0" name="PersonCardId" type="ser:guid"/><xs:element minOccurs="0" name="ReaderId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SubscriptionId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="SubscriptionRefusationLogCriteria" nillable="true" type="q4040:SubscriptionRefusationLogCriteria" xmlns:q4040="http://www.recreatex.be/webshop/"/><xs:element name="RegisterSubscriptionRefusationLogResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="RegisterSubscriptionRefusationLogValidationResult" nillable="true" type="q4041:ValidationResult" xmlns:q4041="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindSubscriptionConversionArticlesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4042:ServiceContext" xmlns:q4042="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SubscriptionConversionArticleCriteria" nillable="true" type="q4043:SubscriptionConversionArticleCriteria" xmlns:q4043="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SubscriptionConversionArticleCriteria"><xs:sequence><xs:element minOccurs="0" name="SubscriptionId" type="ser:guid"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q4044:PagingCriteria" xmlns:q4044="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="SubscriptionConversionArticleCriteria" nillable="true" type="q4045:SubscriptionConversionArticleCriteria" xmlns:q4045="http://www.recreatex.be/webshop/"/><xs:element name="FindSubscriptionConversionArticlesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SubscriptionConversionArticles" nillable="true" type="q4046:ArrayOfSubscriptionConversionArticle" xmlns:q4046="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfSubscriptionConversionArticle"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SubscriptionConversionArticle" nillable="true" type="q4047:SubscriptionConversionArticle" xmlns:q4047="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSubscriptionConversionArticle" nillable="true" type="q4048:ArrayOfSubscriptionConversionArticle" xmlns:q4048="http://www.recreatex.be/webshop/"/><xs:complexType name="SubscriptionConversionArticle"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Prices" nillable="true" type="q4049:ArrayOfSubscriptionArticlePrice" xmlns:q4049="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="DirectDebitProcessing" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="SubscriptionConversionArticle" nillable="true" type="q4050:SubscriptionConversionArticle" xmlns:q4050="http://www.recreatex.be/webshop/"/><xs:element name="FindFamilyMembersForFamilySubscriptionAdjustmentRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4051:ServiceContext" xmlns:q4051="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FamilyMembersForFamilySubscriptionAdjustmentCriteria" nillable="true" type="q4052:FamilyMembersForFamilySubscriptionAdjustmentCriteria" xmlns:q4052="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FamilyMembersForFamilySubscriptionAdjustmentCriteria"><xs:sequence><xs:element minOccurs="0" name="SubscriptionId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="FamilyMembersForFamilySubscriptionAdjustmentCriteria" nillable="true" type="q4053:FamilyMembersForFamilySubscriptionAdjustmentCriteria" xmlns:q4053="http://www.recreatex.be/webshop/"/><xs:element name="FindFamilyMembersForFamilySubscriptionAdjustmentResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="FamilyMemberIds" nillable="true" type="q4054:ArrayOfguid" xmlns:q4054="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType></xs:element><xs:element name="DisconnectDivisionCardRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4055:ServiceContext" xmlns:q4055="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="DisconnectDivisionCardCriteria" nillable="true" type="q4056:DisconnectDivisionCardCriteria" xmlns:q4056="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="DisconnectDivisionCardResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="DisconnectDivisionCardResult" nillable="true" type="q4057:DisconnectDivisionCardResult" xmlns:q4057="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="DisconnectDivisionCardResult"><xs:sequence><xs:element minOccurs="0" name="ValidationResults" nillable="true" type="q4058:ArrayOfValidationResult" xmlns:q4058="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="DisconnectDivisionCardResult" nillable="true" type="q4059:DisconnectDivisionCardResult" xmlns:q4059="http://www.recreatex.be/webshop/"/><xs:element name="FindPersonSubscriptionDataRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4060:ServiceContext" xmlns:q4060="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FindPersonSubscriptionDataCriteria" nillable="true" type="q4061:FindPersonSubscriptionDataCriteria" xmlns:q4061="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FindPersonSubscriptionDataCriteria"><xs:sequence><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ModifiedSince" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q4062:PagingCriteria" xmlns:q4062="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="FindPersonSubscriptionDataCriteria" nillable="true" type="q4063:FindPersonSubscriptionDataCriteria" xmlns:q4063="http://www.recreatex.be/webshop/"/><xs:element name="FindPersonSubscriptionDataResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="FindPersonSubscriptionDataResult" nillable="true" type="q4064:FindPersonSubscriptionDataResult" xmlns:q4064="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FindPersonSubscriptionDataResult"><xs:sequence><xs:element minOccurs="0" name="PersonSubscriptions" nillable="true" type="q4065:ArrayOfPersonSubscriptions" xmlns:q4065="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="FindPersonSubscriptionDataResult" nillable="true" type="q4066:FindPersonSubscriptionDataResult" xmlns:q4066="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfPersonSubscriptions"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="PersonSubscriptions" nillable="true" type="q4067:PersonSubscriptions" xmlns:q4067="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPersonSubscriptions" nillable="true" type="q4068:ArrayOfPersonSubscriptions" xmlns:q4068="http://www.recreatex.be/webshop/"/><xs:complexType name="PersonSubscriptions"><xs:sequence><xs:element minOccurs="0" name="Person" nillable="true" type="q4069:Person" xmlns:q4069="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Subscriptions" nillable="true" type="q4070:ArrayOfSubscription" xmlns:q4070="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="PersonSubscriptions" nillable="true" type="q4071:PersonSubscriptions" xmlns:q4071="http://www.recreatex.be/webshop/"/><xs:element name="IsAvailable"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="IsAvailableResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="IsAvailableResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListLicenseModulesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4072:ServiceContext" xmlns:q4072="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListLicenseModulesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Modules" nillable="true" type="q4073:ArrayOfRcxWsdlModules" xmlns:q4073="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfRcxWsdlModules"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RcxWsdlModules" type="q4074:RcxWsdlModules" xmlns:q4074="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRcxWsdlModules" nillable="true" type="q4075:ArrayOfRcxWsdlModules" xmlns:q4075="http://www.recreatex.be/webshop/"/><xs:simpleType name="RcxWsdlModules"><xs:restriction base="xs:string"><xs:enumeration value="General"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Articles"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">10</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Activities"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">20</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Expositions"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">30</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Ticketing"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">40</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Reservations"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">50</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="LessonsChildren"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">60</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Purchase"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">70</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="BusTrips"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">80</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Fitness"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">90</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Rental"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">100</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Subscriptions"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">110</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="LessonsTeachers"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">120</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="BKO"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">130</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Files"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">140</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="LocalCounter"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">150</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Counter"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">160</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="Scenarios"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">170</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration><xs:enumeration value="ManagerApp"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">180</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType><xs:element name="RcxWsdlModules" nillable="true" type="q4076:RcxWsdlModules" xmlns:q4076="http://www.recreatex.be/webshop/"/><xs:element name="ListAppLicensesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4077:ServiceContext" xmlns:q4077="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ListAppLicensesRequestCriteria" nillable="true" type="q4078:AppLicenseCriteria" xmlns:q4078="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="AppLicenseCriteria"><xs:sequence><xs:element minOccurs="0" name="Application" nillable="true" type="q4079:AppLicenses" xmlns:q4079="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="AppLicenseCriteria" nillable="true" type="q4080:AppLicenseCriteria" xmlns:q4080="http://www.recreatex.be/webshop/"/><xs:simpleType name="AppLicenses"><xs:restriction base="xs:string"><xs:enumeration value="RcxWsdl"/><xs:enumeration value="RcxWebshop"/><xs:enumeration value="RcxWebLLVInstructor"/><xs:enumeration value="RcxTabletLLV"/><xs:enumeration value="RcxWebBkoCentra"/></xs:restriction></xs:simpleType><xs:element name="AppLicenses" nillable="true" type="q4081:AppLicenses" xmlns:q4081="http://www.recreatex.be/webshop/"/><xs:element name="ListAppLicensesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AppLicences" nillable="true" type="q4082:ArrayOfAppLicense" xmlns:q4082="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfAppLicense"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="AppLicense" nillable="true" type="q4083:AppLicense" xmlns:q4083="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfAppLicense" nillable="true" type="q4084:ArrayOfAppLicense" xmlns:q4084="http://www.recreatex.be/webshop/"/><xs:complexType name="AppLicense"><xs:sequence><xs:element minOccurs="0" name="AppName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExpirationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="NoOfUsers" type="xs:int"/><xs:element minOccurs="0" name="NoOfDivisions" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="AppLicense" nillable="true" type="q4085:AppLicense" xmlns:q4085="http://www.recreatex.be/webshop/"/><xs:complexType name="RcxWebshopLicense"><xs:complexContent mixed="false"><xs:extension base="q4086:AppLicense" xmlns:q4086="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="Modules" nillable="true" type="q4086:ArrayOfRcxWebshopModules"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="RcxWebshopLicense" nillable="true" type="q4087:RcxWebshopLicense" xmlns:q4087="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfRcxWebshopModules"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RcxWebshopModules" type="q4088:RcxWebshopModules" xmlns:q4088="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRcxWebshopModules" nillable="true" type="q4089:ArrayOfRcxWebshopModules" xmlns:q4089="http://www.recreatex.be/webshop/"/><xs:complexType name="RcxWsdlLicense"><xs:complexContent mixed="false"><xs:extension base="q4090:AppLicense" xmlns:q4090="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="Modules" nillable="true" type="q4090:ArrayOfRcxWsdlModules"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="RcxWsdlLicense" nillable="true" type="q4091:RcxWsdlLicense" xmlns:q4091="http://www.recreatex.be/webshop/"/><xs:complexType name="RcxTabletLLVLicense"><xs:complexContent mixed="false"><xs:extension base="q4092:AppLicense" xmlns:q4092="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="Modules" nillable="true" type="q4092:ArrayOfRcxTabletLLVModules"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="RcxTabletLLVLicense" nillable="true" type="q4093:RcxTabletLLVLicense" xmlns:q4093="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfRcxTabletLLVModules"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RcxTabletLLVModules" type="q4094:RcxTabletLLVModules" xmlns:q4094="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRcxTabletLLVModules" nillable="true" type="q4095:ArrayOfRcxTabletLLVModules" xmlns:q4095="http://www.recreatex.be/webshop/"/><xs:simpleType name="RcxTabletLLVModules"><xs:restriction base="xs:string"><xs:enumeration value="General"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">10</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType><xs:element name="RcxTabletLLVModules" nillable="true" type="q4096:RcxTabletLLVModules" xmlns:q4096="http://www.recreatex.be/webshop/"/><xs:complexType name="RcxWebBkoCentraLicense"><xs:complexContent mixed="false"><xs:extension base="q4097:AppLicense" xmlns:q4097="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="Modules" nillable="true" type="q4097:ArrayOfRcxWebBKOCentraModules"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="RcxWebBkoCentraLicense" nillable="true" type="q4098:RcxWebBkoCentraLicense" xmlns:q4098="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfRcxWebBKOCentraModules"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RcxWebBKOCentraModules" type="q4099:RcxWebBKOCentraModules" xmlns:q4099="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRcxWebBKOCentraModules" nillable="true" type="q4100:ArrayOfRcxWebBKOCentraModules" xmlns:q4100="http://www.recreatex.be/webshop/"/><xs:simpleType name="RcxWebBKOCentraModules"><xs:restriction base="xs:string"><xs:enumeration value="General"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">10</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType><xs:element name="RcxWebBKOCentraModules" nillable="true" type="q4101:RcxWebBKOCentraModules" xmlns:q4101="http://www.recreatex.be/webshop/"/><xs:complexType name="RcxWebLLVInstructorLicense"><xs:complexContent mixed="false"><xs:extension base="q4102:AppLicense" xmlns:q4102="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="Modules" nillable="true" type="q4102:ArrayOfRcxWebLLVInstructorModules"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="RcxWebLLVInstructorLicense" nillable="true" type="q4103:RcxWebLLVInstructorLicense" xmlns:q4103="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfRcxWebLLVInstructorModules"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RcxWebLLVInstructorModules" type="q4104:RcxWebLLVInstructorModules" xmlns:q4104="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRcxWebLLVInstructorModules" nillable="true" type="q4105:ArrayOfRcxWebLLVInstructorModules" xmlns:q4105="http://www.recreatex.be/webshop/"/><xs:simpleType name="RcxWebLLVInstructorModules"><xs:restriction base="xs:string"><xs:enumeration value="General"><xs:annotation><xs:appinfo><EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">10</EnumerationValue></xs:appinfo></xs:annotation></xs:enumeration></xs:restriction></xs:simpleType><xs:element name="RcxWebLLVInstructorModules" nillable="true" type="q4106:RcxWebLLVInstructorModules" xmlns:q4106="http://www.recreatex.be/webshop/"/><xs:element name="GetUtcOffsetRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4107:ServiceContext" xmlns:q4107="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetUtcOffsetResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="UtcOffsetResult" nillable="true" type="q4108:UtcOffsetResult" xmlns:q4108="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.WebServices.Contracts"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindReasonsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4109:ServiceContext" xmlns:q4109="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ReasonSearchCriteria" nillable="true" type="q4110:ReasonSearchCriteria" xmlns:q4110="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ReasonSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="ID" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ReasonType" nillable="true" type="q4111:ReasonType" xmlns:q4111="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q4112:PagingCriteria" xmlns:q4112="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q4113:ReasonIncludes" xmlns:q4113="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PersonType" nillable="true" type="q4114:PersonType" xmlns:q4114="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ReasonSearchCriteria" nillable="true" type="q4115:ReasonSearchCriteria" xmlns:q4115="http://www.recreatex.be/webshop/"/><xs:complexType name="ReasonIncludes"><xs:sequence><xs:element minOccurs="0" name="CancelCostSensitive" type="xs:boolean"/><xs:element minOccurs="0" name="CancelCostPercentagePeriods" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ReasonIncludes" nillable="true" type="q4116:ReasonIncludes" xmlns:q4116="http://www.recreatex.be/webshop/"/><xs:element name="FindReasonsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Reasons" nillable="true" type="q4117:ArrayOfReason" xmlns:q4117="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfReason"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Reason" nillable="true" type="q4118:Reason" xmlns:q4118="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfReason" nillable="true" type="q4119:ArrayOfReason" xmlns:q4119="http://www.recreatex.be/webshop/"/><xs:element name="ListZipcodesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4120:ServiceContext" xmlns:q4120="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ZipcodesSearchCriteria" nillable="true" type="q4121:ZipcodesSearchCriteria" xmlns:q4121="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ZipcodesSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="CityNamePattern" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CountryShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q4122:PagingCriteria" xmlns:q4122="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ZipcodePattern" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Street" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Number" nillable="true" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="ZipcodesSearchCriteria" nillable="true" type="q4123:ZipcodesSearchCriteria" xmlns:q4123="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The search criteria used to find Zipcodes</xs:documentation></xs:annotation></xs:element><xs:element name="ListZipcodesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Zipcodes" nillable="true" type="q4124:ArrayOfZipcode" xmlns:q4124="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListZipcodeStreetsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4125:ServiceContext" xmlns:q4125="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ZipcodeStreetsSearchCriteria" nillable="true" type="q4126:ZipcodeStreetsSearchCriteria" xmlns:q4126="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ZipcodeStreetsSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ZipcodeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="StreetNamePattern" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IncludeZipcodes" type="xs:boolean"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q4127:PagingCriteria" xmlns:q4127="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Zipcode" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ZipcodeStreetsSearchCriteria" nillable="true" type="q4128:ZipcodeStreetsSearchCriteria" xmlns:q4128="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The search criteria used to find Zipcode streets</xs:documentation></xs:annotation></xs:element><xs:element name="ListZipcodeStreetsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ZipcodeStreets" nillable="true" type="q4129:ArrayOfZipcodeStreet" xmlns:q4129="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfZipcodeStreet"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ZipcodeStreet" nillable="true" type="q4130:ZipcodeStreet" xmlns:q4130="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfZipcodeStreet" nillable="true" type="q4131:ArrayOfZipcodeStreet" xmlns:q4131="http://www.recreatex.be/webshop/"/><xs:complexType name="ZipcodeStreet"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="StreetName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Zipcodes" nillable="true" type="q4132:ArrayOfZipcode" xmlns:q4132="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ZipcodeStreet" nillable="true" type="q4133:ZipcodeStreet" xmlns:q4133="http://www.recreatex.be/webshop/"/><xs:element name="ListZipcodeCendrisStreetsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4134:ServiceContext" xmlns:q4134="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ZipcodeCendrisStreetsSearchCriteria" nillable="true" type="q4135:ZipcodeCendrisStreetsSearchCriteria" xmlns:q4135="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ZipcodeCendrisStreetsSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="ZipcodePattern" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Number" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q4136:ZipcodeCendrisStreetIncludes" xmlns:q4136="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q4137:PagingCriteria" xmlns:q4137="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ZipcodeCendrisStreetsSearchCriteria" nillable="true" type="q4138:ZipcodeCendrisStreetsSearchCriteria" xmlns:q4138="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The search criteria used to find Zipcode streets</xs:documentation></xs:annotation></xs:element><xs:complexType name="ZipcodeCendrisStreetIncludes"><xs:sequence><xs:element minOccurs="0" name="Zipcodes" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ZipcodeCendrisStreetIncludes" nillable="true" type="q4139:ZipcodeCendrisStreetIncludes" xmlns:q4139="http://www.recreatex.be/webshop/"/><xs:element name="ListZipcodeCendrisStreetsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ZipcodeCendrisStreets" nillable="true" type="q4140:ArrayOfZipcodeCendrisStreet" xmlns:q4140="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfZipcodeCendrisStreet"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ZipcodeCendrisStreet" nillable="true" type="q4141:ZipcodeCendrisStreet" xmlns:q4141="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfZipcodeCendrisStreet" nillable="true" type="q4142:ArrayOfZipcodeCendrisStreet" xmlns:q4142="http://www.recreatex.be/webshop/"/><xs:complexType name="ZipcodeCendrisStreet"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Street" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ZipcodeId" type="ser:guid"/><xs:element minOccurs="0" name="Zipcode" nillable="true" type="q4143:Zipcode" xmlns:q4143="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ZipcodeCendrisStreet" nillable="true" type="q4144:ZipcodeCendrisStreet" xmlns:q4144="http://www.recreatex.be/webshop/"/><xs:element name="ListLocationsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4145:ServiceContext" xmlns:q4145="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListLocationsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Locations" nillable="true" type="q4146:ArrayOfAddressLocation" xmlns:q4146="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GenLoyaltyCardIsValidRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4147:ServiceContext" xmlns:q4147="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GenLoyaltyCardIsValidCriteria" nillable="true" type="q4148:GenLoyaltyCardIsValidCriteria" xmlns:q4148="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="GenLoyaltyCardIsValidCriteria"><xs:sequence><xs:element minOccurs="0" name="CardNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Profile" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ProductId" type="ser:guid"/><xs:element minOccurs="0" name="ProductType" type="q4149:GenLoyaltyCardDiscountProductType" xmlns:q4149="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="GenLoyaltyCardIsValidCriteria" nillable="true" type="q4150:GenLoyaltyCardIsValidCriteria" xmlns:q4150="http://www.recreatex.be/webshop/"/><xs:simpleType name="GenLoyaltyCardDiscountProductType"><xs:restriction base="xs:string"><xs:enumeration value="OrganisedVisit"/><xs:enumeration value="Item"/><xs:enumeration value="CultureEventReservation"/></xs:restriction></xs:simpleType><xs:element name="GenLoyaltyCardDiscountProductType" nillable="true" type="q4151:GenLoyaltyCardDiscountProductType" xmlns:q4151="http://www.recreatex.be/webshop/"/><xs:element name="GenLoyaltyCardIsValidResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GenLoyaltyCardIsValidResult" nillable="true" type="q4152:GenLoyaltyCardIsValidResult" xmlns:q4152="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="GenLoyaltyCardIsValidResult"><xs:sequence><xs:element minOccurs="0" name="Valid" type="xs:boolean"/><xs:element minOccurs="0" name="InvalidCardReason" type="q4153:GenLoyaltyInvalidCardReason" xmlns:q4153="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ParticipantId" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="GenLoyaltyCardIsValidResult" nillable="true" type="q4154:GenLoyaltyCardIsValidResult" xmlns:q4154="http://www.recreatex.be/webshop/"/><xs:simpleType name="GenLoyaltyInvalidCardReason"><xs:restriction base="xs:string"><xs:enumeration value="None"/><xs:enumeration value="InvalidCardNumber"/><xs:enumeration value="CardDisabled"/><xs:enumeration value="ProfileMismatch"/><xs:enumeration value="ProfileExpired"/><xs:enumeration value="InternalError"/><xs:enumeration value="NotEnoughPoints"/><xs:enumeration value="AlreadyUsed"/></xs:restriction></xs:simpleType><xs:element name="GenLoyaltyInvalidCardReason" nillable="true" type="q4155:GenLoyaltyInvalidCardReason" xmlns:q4155="http://www.recreatex.be/webshop/"/><xs:element name="ApplyGenLoyaltyCardDiscountRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4156:ServiceContext" xmlns:q4156="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ApplyGenLoyaltyCardDiscountCriteria" nillable="true" type="q4157:ApplyGenLoyaltyCardDiscountCriteria" xmlns:q4157="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ApplyGenLoyaltyCardDiscountCriteria"><xs:sequence><xs:element minOccurs="0" name="ProductType" type="q4158:GenLoyaltyCardDiscountProductType" xmlns:q4158="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ProductId" type="ser:guid"/><xs:element minOccurs="0" name="GenLoyaltyParticipantId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LockId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ApplyGenLoyaltyCardDiscountCriteria" nillable="true" type="q4159:ApplyGenLoyaltyCardDiscountCriteria" xmlns:q4159="http://www.recreatex.be/webshop/"/><xs:element name="ApplyGenLoyaltyCardDiscountResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ApplyGenLoyaltyCardDiscountResult" nillable="true" type="q4160:ApplyGenLoyaltyCardDiscountResult" xmlns:q4160="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ApplyGenLoyaltyCardDiscountResult"><xs:sequence><xs:element minOccurs="0" name="DiscountCalculated" type="xs:boolean"/><xs:element minOccurs="0" name="Discount" type="xs:decimal"/><xs:element minOccurs="0" name="GenLoyaltyTransactionId" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ApplyGenLoyaltyCardDiscountResult" nillable="true" type="q4161:ApplyGenLoyaltyCardDiscountResult" xmlns:q4161="http://www.recreatex.be/webshop/"/><xs:element name="UnapplyGenLoyaltyCardDiscountRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4162:ServiceContext" xmlns:q4162="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="UnapplyGenLoyaltyCardDiscountCriteria" nillable="true" type="q4163:UnapplyGenLoyaltyCardDiscountCriteria" xmlns:q4163="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="UnapplyGenLoyaltyCardDiscountCriteria"><xs:sequence><xs:element minOccurs="0" name="ProductType" type="q4164:GenLoyaltyCardDiscountProductType" xmlns:q4164="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ProductId" type="ser:guid"/><xs:element minOccurs="0" name="GenLoyaltyTransactionId" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="UnapplyGenLoyaltyCardDiscountCriteria" nillable="true" type="q4165:UnapplyGenLoyaltyCardDiscountCriteria" xmlns:q4165="http://www.recreatex.be/webshop/"/><xs:element name="UnapplyGenLoyaltyCardDiscountResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="UnapplyGenLoyaltyCardDiscountResult" nillable="true" type="q4166:UnapplyGenLoyaltyCardDiscountResult" xmlns:q4166="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="UnapplyGenLoyaltyCardDiscountResult"><xs:sequence><xs:element minOccurs="0" name="Success" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="UnapplyGenLoyaltyCardDiscountResult" nillable="true" type="q4167:UnapplyGenLoyaltyCardDiscountResult" xmlns:q4167="http://www.recreatex.be/webshop/"/><xs:element name="ValidateVoucherRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4168:ServiceContext" xmlns:q4168="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ValidateVoucherCriteria" nillable="true" type="q4169:ValidateVoucherCriteria" xmlns:q4169="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ValidateVoucherResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ValidateVoucherResult" nillable="true" type="q4170:ValidateVoucherResult" xmlns:q4170="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="RedeemVoucherRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4171:ServiceContext" xmlns:q4171="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="RedeemVoucherCriteria" nillable="true" type="q4172:RedeemVoucherCriteria" xmlns:q4172="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="RedeemVoucherResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="RedeemVoucherResult" nillable="true" type="q4173:RedeemVoucherResult" xmlns:q4173="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="UnRedeemVoucherRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4174:ServiceContext" xmlns:q4174="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="UnRedeemVoucherCriteria" nillable="true" type="q4175:UnRedeemVoucherCriteria" xmlns:q4175="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="UnRedeemVoucherResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="UnRedeemVoucherResult" nillable="true" type="q4176:UnRedeemVoucherResult" xmlns:q4176="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindTransportArticlesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4177:ServiceContext" xmlns:q4177="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="TransportArticlesSearchCriteria" nillable="true" type="q4178:TransportArticlesSearchCriteria" xmlns:q4178="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="TransportArticlesSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Rental" type="xs:boolean"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q4179:PagingCriteria" xmlns:q4179="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q4180:TransportArticleIncludes" xmlns:q4180="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="TransportArticlesSearchCriteria" nillable="true" type="q4181:TransportArticlesSearchCriteria" xmlns:q4181="http://www.recreatex.be/webshop/"/><xs:complexType name="TransportArticleIncludes"><xs:sequence><xs:element minOccurs="0" name="ImageUrl" type="xs:boolean"/><xs:element minOccurs="0" name="Image" type="xs:boolean"/><xs:element minOccurs="0" name="ArticleGroup" type="xs:boolean"/><xs:element minOccurs="0" name="Attachment" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="TransportArticleIncludes" nillable="true" type="q4182:TransportArticleIncludes" xmlns:q4182="http://www.recreatex.be/webshop/"/><xs:element name="FindTransportArticlesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TransportArticles" nillable="true" type="q4183:ArrayOfTransportArticle" xmlns:q4183="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfTransportArticle"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="TransportArticle" nillable="true" type="q4184:TransportArticle" xmlns:q4184="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfTransportArticle" nillable="true" type="q4185:ArrayOfTransportArticle" xmlns:q4185="http://www.recreatex.be/webshop/"/><xs:complexType name="TransportArticle"><xs:sequence><xs:element minOccurs="0" name="Module" type="q4186:RcxWebshopModules" xmlns:q4186="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ArticleId" type="ser:guid"/><xs:element minOccurs="0" name="Article" nillable="true" type="q4187:Article" xmlns:q4187="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="TransportArticle" nillable="true" type="q4188:TransportArticle" xmlns:q4188="http://www.recreatex.be/webshop/"/><xs:element name="GetDigitalWalletRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4189:ServiceContext" xmlns:q4189="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetDigitalWalletCriteria" nillable="true" type="q4190:GetDigitalWalletCriteria" xmlns:q4190="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDigitalWalletResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="DigitalWallet" nillable="true" type="q4191:DigitalWallet" xmlns:q4191="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType></xs:element><xs:element name="VendingMachineDigitalWalletPayoutLockRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4192:ServiceContext" xmlns:q4192="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="DigitalWalletId" type="ser:guid"/><xs:element minOccurs="0" name="LockState" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="RegisterOverstayChargesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4193:ServiceContext" xmlns:q4193="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="RegisterOverstayChargesCriteria" nillable="true" type="q4194:RegisterOverstayChargesCriteria" xmlns:q4194="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetTemporaryDigitalWalletTransactionReceiptForWindowsPrinterRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4195:ServiceContext" xmlns:q4195="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetTemporaryDigitalWalletTransactionReceiptForWindowsPrinterCriteria" nillable="true" type="q4196:GetTemporaryDigitalWalletTransactionReceiptForWindowsPrinterCriteria" xmlns:q4196="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetTemporaryDigitalWalletTransactionReceiptForWindowsPrinterResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetTemporaryDigitalWalletTransactionReceiptForWindowsPrinterResult" nillable="true" type="q4197:ArrayOfPrintDataForWindowsPrinter" xmlns:q4197="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDigitalWalletsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4198:ServiceContext" xmlns:q4198="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetDigitalWalletsCriteria" nillable="true" type="q4199:GetDigitalWalletsCriteria" xmlns:q4199="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDigitalWalletsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="DigitalWallets" nillable="true" type="q4200:ArrayOfDigitalWallet" xmlns:q4200="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType></xs:element><xs:element name="AddCreditCardTokenToDigitalWalletRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AddCreditCardTokenToDigitalWalletCriteria" nillable="true" type="q4201:AddCreditCardTokenToDigitalWalletCriteria" xmlns:q4201="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/><xs:element minOccurs="0" name="Context" nillable="true" type="q4202:ServiceContext" xmlns:q4202="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="AddCreditCardTokenToDigitalWalletResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AddCreditCardTokenToDigitalWalletResult" nillable="true" type="q4203:AddCreditCardTokenToDigitalWalletResult" xmlns:q4203="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType></xs:element><xs:element name="BlockDivisionCardRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="BlockDivisionCardCriteria" nillable="true" type="q4204:BlockDivisionCardCriteria" xmlns:q4204="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/><xs:element minOccurs="0" name="Context" nillable="true" type="q4205:ServiceContext" xmlns:q4205="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="BlockDivisionCardResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="BlockDivisionCardResult" nillable="true" type="q4206:BlockDivisionCardResult" xmlns:q4206="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetCardRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4207:ServiceContext" xmlns:q4207="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetCardCriteria" nillable="true" type="q4208:GetCardCriteria" xmlns:q4208="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="GetCardCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="CardString" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q4209:CardIncludes" xmlns:q4209="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="GetCardCriteria" nillable="true" type="q4210:GetCardCriteria" xmlns:q4210="http://www.recreatex.be/webshop/"/><xs:complexType name="CardIncludes"><xs:sequence><xs:element minOccurs="0" name="IncludePersonDetails" type="xs:boolean"/><xs:element minOccurs="0" name="IncludeUserProfileImage" type="xs:boolean"/><xs:element minOccurs="0" name="IncludeGuestDetails" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="CardIncludes" nillable="true" type="q4211:CardIncludes" xmlns:q4211="http://www.recreatex.be/webshop/"/><xs:element name="GetCardResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Card" nillable="true" type="q4212:Card" xmlns:q4212="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPointOfSalesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4213:ServiceContext" xmlns:q4213="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PointOfSaleSearchCriteria" nillable="true" type="q4214:PointOfSaleSearchCriteria" xmlns:q4214="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="PointOfSaleSearchCriteria"><xs:sequence/></xs:complexType><xs:element name="PointOfSaleSearchCriteria" nillable="true" type="q4215:PointOfSaleSearchCriteria" xmlns:q4215="http://www.recreatex.be/webshop/"/><xs:element name="GetPointOfSalesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="PointOfSales" nillable="true" type="q4216:ArrayOfPointOfSale" xmlns:q4216="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetReadersRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4217:ServiceContext" xmlns:q4217="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ReaderSearchCriteria" nillable="true" type="q4218:ReaderSearchCriteria" xmlns:q4218="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ReaderSearchCriteria"><xs:sequence/></xs:complexType><xs:element name="ReaderSearchCriteria" nillable="true" type="q4219:ReaderSearchCriteria" xmlns:q4219="http://www.recreatex.be/webshop/"/><xs:element name="GetReadersResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Readers" nillable="true" type="q4220:ArrayOfReader" xmlns:q4220="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfReader"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Reader" nillable="true" type="q4221:Reader" xmlns:q4221="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfReader" nillable="true" type="q4222:ArrayOfReader" xmlns:q4222="http://www.recreatex.be/webshop/"/><xs:complexType name="Reader"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Number" nillable="true" type="xs:unsignedByte"/><xs:element minOccurs="0" name="Address" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="AccessWithoutSubscription" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="Reader" nillable="true" type="q4223:Reader" xmlns:q4223="http://www.recreatex.be/webshop/"/><xs:element name="GetReaderSummaryRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4224:ServiceContext" xmlns:q4224="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ReaderSummarySearchCriteria" nillable="true" type="q4225:ReaderSummarySearchCriteria" xmlns:q4225="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetReaderSummaryResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetReaderSummaryResult" nillable="true" type="q4226:GetReaderSummaryResult" xmlns:q4226="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="GetReaderSummaryResult"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ReaderName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Visitors" type="xs:int"/><xs:element minOccurs="0" name="ZoneSummaries" nillable="true" type="q4227:ArrayOfZoneSummary" xmlns:q4227="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="GetReaderSummaryResult" nillable="true" type="q4228:GetReaderSummaryResult" xmlns:q4228="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfZoneSummary"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ZoneSummary" nillable="true" type="q4229:ZoneSummary" xmlns:q4229="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfZoneSummary" nillable="true" type="q4230:ArrayOfZoneSummary" xmlns:q4230="http://www.recreatex.be/webshop/"/><xs:complexType name="ZoneSummary"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ZoneName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ZoneVisitors" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="ZoneSummary" nillable="true" type="q4231:ZoneSummary" xmlns:q4231="http://www.recreatex.be/webshop/"/><xs:element name="IsValidVerificationCodeRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4232:ServiceContext" xmlns:q4232="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="IsValidVerificationCodeCriteria" nillable="true" type="q4233:IsValidVerificationCodeCriteria" xmlns:q4233="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="IsValidVerificationCodeCriteria"><xs:sequence><xs:element minOccurs="0" name="CardNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="IsValidVerificationCodeCriteria" nillable="true" type="q4234:IsValidVerificationCodeCriteria" xmlns:q4234="http://www.recreatex.be/webshop/"/><xs:element name="IsValidVerificationCodeResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="IsValidVerificationCodeResponse" nillable="true" type="q4235:IsValidVerificationCodeResult" xmlns:q4235="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="IsValidVerificationCodeResult"><xs:sequence><xs:element minOccurs="0" name="IsValid" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="IsValidVerificationCodeResult" nillable="true" type="q4236:IsValidVerificationCodeResult" xmlns:q4236="http://www.recreatex.be/webshop/"/><xs:element name="GetFullCardNumberRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4237:ServiceContext" xmlns:q4237="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetFullCardNumberCriteria" nillable="true" type="q4238:GetFullCardNumberCriteria" xmlns:q4238="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="GetFullCardNumberCriteria"><xs:sequence><xs:element minOccurs="0" name="CardNumber" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="GetFullCardNumberCriteria" nillable="true" type="q4239:GetFullCardNumberCriteria" xmlns:q4239="http://www.recreatex.be/webshop/"/><xs:element name="GetFullCardNumberResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetFullCardNumberResult" nillable="true" type="q4240:GetFullCardNumberResult" xmlns:q4240="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="GetFullCardNumberResult"><xs:sequence><xs:element minOccurs="0" name="FullCardNumber" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="GetFullCardNumberResult" nillable="true" type="q4241:GetFullCardNumberResult" xmlns:q4241="http://www.recreatex.be/webshop/"/><xs:element name="GetTranslationsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4242:ServiceContext" xmlns:q4242="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetTranslationsCriteria" nillable="true" type="q4243:GetTranslationsCriteria" xmlns:q4243="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="GetTranslationsCriteria"><xs:sequence><xs:element minOccurs="0" name="Language" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Application" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="GetTranslationsCriteria" nillable="true" type="q4244:GetTranslationsCriteria" xmlns:q4244="http://www.recreatex.be/webshop/"/><xs:element name="GetTranslationsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetTranslationsResponse" nillable="true" type="q4245:GetTranslationsResult" xmlns:q4245="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="GetTranslationsResult"><xs:sequence><xs:element minOccurs="0" name="Translations" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="GetTranslationsResult" nillable="true" type="q4246:GetTranslationsResult" xmlns:q4246="http://www.recreatex.be/webshop/"/><xs:element name="GetCurrentWsdlVersionRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4247:ServiceContext" xmlns:q4247="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetCurrentWsdlVersionSearchCriteria" nillable="true" type="q4248:GetCurrentWsdlVersionSearchCriteria" xmlns:q4248="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="GetCurrentWsdlVersionSearchCriteria"><xs:sequence/></xs:complexType><xs:element name="GetCurrentWsdlVersionSearchCriteria" nillable="true" type="q4249:GetCurrentWsdlVersionSearchCriteria" xmlns:q4249="http://www.recreatex.be/webshop/"/><xs:element name="GetCurrentWsdlVersionResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetCurrentWsdlVersionResult" nillable="true" type="q4250:GetCurrentWsdlVersionResult" xmlns:q4250="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="GetCurrentWsdlVersionResult"><xs:sequence><xs:element minOccurs="0" name="ServiceVersion" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="StorageVersion" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="GetCurrentWsdlVersionResult" nillable="true" type="q4251:GetCurrentWsdlVersionResult" xmlns:q4251="http://www.recreatex.be/webshop/"/><xs:element name="GetSubscriptionsWithInvalidityReasonsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4252:ServiceContext" xmlns:q4252="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetSubscriptionsInvalidityReasonsFromAddressCardSearchCriteria" nillable="true" type="q4253:GetSubscriptionsInvalidityReasonsFromAddressCardSearchCriteria" xmlns:q4253="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="GetSubscriptionsInvalidityReasonsFromAddressCardSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="AddressCardId" type="ser:guid"/><xs:element minOccurs="0" name="ReaderId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="HolidayCalendarId" type="ser:guid"/><xs:element minOccurs="0" name="IgnoreExclusionCalendar" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="GetSubscriptionsInvalidityReasonsFromAddressCardSearchCriteria" nillable="true" type="q4254:GetSubscriptionsInvalidityReasonsFromAddressCardSearchCriteria" xmlns:q4254="http://www.recreatex.be/webshop/"/><xs:element name="GetSubscriptionsWithInvalidityReasonsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SubscriptionsWithInvalidityReasons" nillable="true" type="q4255:ArrayOfSubscriptionWithInvalidityReasons" xmlns:q4255="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDefaultPointOfSalesCustomerRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4256:ServiceContext" xmlns:q4256="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDefaultPointOfSalesCustomerResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="DefaultPointOfSalesCustomer" nillable="true" type="q4257:DefaultPointOfSalesCustomer" xmlns:q4257="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.WebServices.Contracts"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindAccessZonesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AccessZoneCriteria" nillable="true" type="q4258:AccessZoneCriteria" xmlns:q4258="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q4259:ServiceContext" xmlns:q4259="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="AccessZoneCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q4260:AccessZoneIncludes" xmlns:q4260="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="OccupancyFrom" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="OccupancyUntil" nillable="true" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="AccessZoneCriteria" nillable="true" type="q4261:AccessZoneCriteria" xmlns:q4261="http://www.recreatex.be/webshop/"/><xs:complexType name="AccessZoneIncludes"><xs:sequence><xs:element minOccurs="0" name="EntranceReaders" type="xs:boolean"/><xs:element minOccurs="0" name="ExitReaders" type="xs:boolean"/><xs:element minOccurs="0" name="Occupancy" type="xs:boolean"/><xs:element minOccurs="0" name="InactiveZoneControl" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="AccessZoneIncludes" nillable="true" type="q4262:AccessZoneIncludes" xmlns:q4262="http://www.recreatex.be/webshop/"/><xs:element name="FindAccessZonesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AccessZones" nillable="true" type="q4263:ArrayOfAccessZone" xmlns:q4263="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfAccessZone"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="AccessZone" nillable="true" type="q4264:AccessZone" xmlns:q4264="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfAccessZone" nillable="true" type="q4265:ArrayOfAccessZone" xmlns:q4265="http://www.recreatex.be/webshop/"/><xs:complexType name="AccessZone"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Number" type="xs:int"/><xs:element minOccurs="0" name="Readers" nillable="true" type="q4266:ArrayOfAccessZoneReader" xmlns:q4266="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Occupancy" nillable="true" type="q4267:AccessZoneOccupancy" xmlns:q4267="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="AccessZone" nillable="true" type="q4268:AccessZone" xmlns:q4268="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfAccessZoneReader"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="AccessZoneReader" nillable="true" type="q4269:AccessZoneReader" xmlns:q4269="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfAccessZoneReader" nillable="true" type="q4270:ArrayOfAccessZoneReader" xmlns:q4270="http://www.recreatex.be/webshop/"/><xs:complexType name="AccessZoneReader"><xs:sequence><xs:element minOccurs="0" name="Reader" nillable="true" type="q4271:Reader" xmlns:q4271="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Type" type="q4272:AccessZoneReaderType" xmlns:q4272="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="AccessZoneReader" nillable="true" type="q4273:AccessZoneReader" xmlns:q4273="http://www.recreatex.be/webshop/"/><xs:simpleType name="AccessZoneReaderType"><xs:restriction base="xs:string"><xs:enumeration value="Entry"/><xs:enumeration value="Exit"/></xs:restriction></xs:simpleType><xs:element name="AccessZoneReaderType" nillable="true" type="q4274:AccessZoneReaderType" xmlns:q4274="http://www.recreatex.be/webshop/"/><xs:complexType name="AccessZoneOccupancy"><xs:sequence><xs:element minOccurs="0" name="MaxVisitors" type="xs:int"/><xs:element minOccurs="0" name="MaxVisitorsPerDay" type="xs:int"/><xs:element minOccurs="0" name="VisitorsToday" type="xs:int"/><xs:element minOccurs="0" name="VisitorsCurrent" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="AccessZoneOccupancy" nillable="true" type="q4275:AccessZoneOccupancy" xmlns:q4275="http://www.recreatex.be/webshop/"/><xs:element name="GetCurrentDivisionRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4276:ServiceContext" xmlns:q4276="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetCurrentDivisionResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CurrentDivision" nillable="true" type="q4277:Division" xmlns:q4277="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="UnsubscribeEmailRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4278:ServiceContext" xmlns:q4278="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Criteria" nillable="true" type="q4279:UnsubscribeEmailCriteria" xmlns:q4279="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model.Persons"/></xs:sequence></xs:complexType></xs:element><xs:element name="UnsubscribeMailResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Success" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetSalesQuestionsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4280:ServiceContext" xmlns:q4280="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetSalesQuestionsCriteria" nillable="true" type="q4281:GetSalesQuestionsCriteria" xmlns:q4281="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetSalesQuestionsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="q4282:GetSalesQuestionsResult" xmlns:q4282="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindSalesShiftsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4283:ServiceContext" xmlns:q4283="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Criteria" nillable="true" type="q4284:FindSalesShiftsCriteria" xmlns:q4284="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FindSalesShiftsCriteria"><xs:sequence><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="FromDate" type="xs:dateTime"/><xs:element minOccurs="0" name="TillDate" type="xs:dateTime"/><xs:element minOccurs="0" name="PointOfSaleId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q4285:PagingCriteria" xmlns:q4285="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="FindSalesShiftsCriteria" nillable="true" type="q4286:FindSalesShiftsCriteria" xmlns:q4286="http://www.recreatex.be/webshop/"/><xs:element name="FindSalesShiftsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="q4287:FindSalesShiftsResult" xmlns:q4287="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FindSalesShiftsResult"><xs:sequence><xs:element minOccurs="0" name="SalesShifts" nillable="true" type="q4288:ArrayOfSalesShift" xmlns:q4288="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType><xs:element name="FindSalesShiftsResult" nillable="true" type="q4289:FindSalesShiftsResult" xmlns:q4289="http://www.recreatex.be/webshop/"/><xs:element name="ValidateUserNameRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4290:ServiceContext" xmlns:q4290="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="UserName" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="ValidateUserNameResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AuthenticationResult" nillable="true" type="q4291:AuthenticationResult" xmlns:q4291="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="AuthenticateUserRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4292:ServiceContext" xmlns:q4292="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Credentials" nillable="true" type="q4293:Credential" xmlns:q4293="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="IgnoreUpdatePasswordIsChangedByUserOnWebField" type="xs:boolean"/><xs:element minOccurs="0" name="IncludeGenerateExternalLoginToken" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="AuthenticateUserResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AuthenticationResult" nillable="true" type="q4294:AuthenticationResult" xmlns:q4294="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetResellerCodeRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4295:ServiceContext" xmlns:q4295="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ResellerCodeSearchCriteria" nillable="true" type="q4296:ResellerCodeSearchCriteria" xmlns:q4296="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetResellerCodeResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ResellerCode" nillable="true" type="q4297:ResellerCode" xmlns:q4297="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetTotalSalesByResellerCategoryRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4298:ServiceContext" xmlns:q4298="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ResellerCategoryId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetTotalSalesByResellerCategoryResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TotalSales" type="xs:int"/></xs:sequence></xs:complexType></xs:element><xs:element name="AuthenticateContactRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AuthenticateContactCriteria" nillable="true" type="q4299:AuthenticateContactCriteria" xmlns:q4299="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q4300:ServiceContext" xmlns:q4300="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="AuthenticateContactCriteria"><xs:sequence><xs:element minOccurs="0" name="Credential" nillable="true" type="q4301:Credential" xmlns:q4301="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ResellerId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="AuthenticateContactCriteria" nillable="true" type="q4302:AuthenticateContactCriteria" xmlns:q4302="http://www.recreatex.be/webshop/"/><xs:element name="AuthenticateContactResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AuthenticationResult" nillable="true" type="q4303:AuthenticationResult" xmlns:q4303="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="AuthenticateUserByCardRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CardNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Context" nillable="true" type="q4304:ServiceContext" xmlns:q4304="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FirstName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IgnoreUpdatePasswordIsChangedByUserOnWebField" type="xs:boolean"/><xs:element minOccurs="0" name="LastName" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="AuthenticateNationalNumberRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4305:ServiceContext" xmlns:q4305="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="NationalNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IgnoreUpdatePasswordIsChangedByUserOnWebField" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="AuthenticateNationalNumberResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AuthenticationResult" nillable="true" type="q4306:AuthenticationResult" xmlns:q4306="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="AuthenticateManagerRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4307:ServiceContext" xmlns:q4307="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Credentials" nillable="true" type="q4308:Credential" xmlns:q4308="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="AuthenticateManagerResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AuthenticationResult" nillable="true" type="q4309:AuthenticationResult" xmlns:q4309="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="AuthenticateTokenRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4310:ServiceContext" xmlns:q4310="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Token" type="ser:guid"/><xs:element minOccurs="0" name="IgnoreUpdatePasswordIsChangedByUserOnWebField" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="AuthenticateTokenResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AuthenticationResult" nillable="true" type="q4311:AuthenticationResult" xmlns:q4311="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="RequestAuthenticationTokenRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4312:ServiceContext" xmlns:q4312="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Credentials" nillable="true" type="q4313:Credential" xmlns:q4313="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="UniqueKey" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TokenDuration" type="xs:int"/></xs:sequence></xs:complexType></xs:element><xs:element name="RequestAuthenticationTokenResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="RequestAuthenticationTokenResult" nillable="true" type="q4314:RequestAuthenticationTokenResult" xmlns:q4314="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="RequestAuthenticationTokenResult"><xs:sequence><xs:element minOccurs="0" name="AuthenticationResult" nillable="true" type="q4315:AuthenticationResult" xmlns:q4315="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Token" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="RequestAuthenticationTokenResult" nillable="true" type="q4316:RequestAuthenticationTokenResult" xmlns:q4316="http://www.recreatex.be/webshop/"/><xs:element name="DeleteAuthenticationTokenRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4317:ServiceContext" xmlns:q4317="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Token" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="DeleteAuthenticationTokenResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="DeleteAuthenticationTokenResult" nillable="true" type="q4318:DeleteAuthenticationTokenResult" xmlns:q4318="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="DeleteAuthenticationTokenResult"><xs:sequence><xs:element minOccurs="0" name="Deleted" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="DeleteAuthenticationTokenResult" nillable="true" type="q4319:DeleteAuthenticationTokenResult" xmlns:q4319="http://www.recreatex.be/webshop/"/><xs:element name="GenerateTwoFASetupCodeRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4320:ServiceContext" xmlns:q4320="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GenerateTwoFASetupCodeCriteria" nillable="true" type="q4321:GenerateTwoFASetupCodeCriteria" xmlns:q4321="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GenerateTwoFASetupCodeResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GenerateTwoFASetupCodeResult" nillable="true" type="q4322:GenerateTwoFASetupCodeResult" xmlns:q4322="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ValidateTwoFARequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4323:ServiceContext" xmlns:q4323="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ValidateTwoFACriteria" nillable="true" type="q4324:ValidateTwoFACriteria" xmlns:q4324="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ValidateTwoFAResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ValidateTwoFAResult" nillable="true" type="q4325:ValidateTwoFAResult" xmlns:q4325="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ResetTwoFAUniqueKeyRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4326:ServiceContext" xmlns:q4326="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ResetTwoFAUniqueKeyCriteria" nillable="true" type="q4327:ResetTwoFAUniqueKeyCriteria" xmlns:q4327="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ResetTwoFAUniqueKeyResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ResetTwoFaUniqueKeyResult" nillable="true" type="q4328:ResetTwoFAUniqueKeyResult" xmlns:q4328="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SavePersonRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4329:ServiceContext" xmlns:q4329="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Person" nillable="true" type="q4330:Person" xmlns:q4330="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Options" nillable="true" type="q4331:SavePersonOptions" xmlns:q4331="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SavePersonOptions"><xs:sequence><xs:element minOccurs="0" name="CreateZipcodes" type="xs:boolean"/><xs:element minOccurs="0" name="IgnoreCredentials" type="xs:boolean"/><xs:element minOccurs="0" name="IgnoreDuplicates" type="xs:boolean"/><xs:element minOccurs="0" name="ChangeFamilyMembersAddress" type="xs:boolean"/><xs:element minOccurs="0" name="SkipAgeValidation" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="SavePersonOptions" nillable="true" type="q4332:SavePersonOptions" xmlns:q4332="http://www.recreatex.be/webshop/"/><xs:element name="SavePersonResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SavePersonResult" nillable="true" type="q4333:SavePersonResult" xmlns:q4333="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SavePersonResult"><xs:sequence><xs:element minOccurs="0" name="Person" nillable="true" type="q4334:Person" xmlns:q4334="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ValidationResults" nillable="true" type="q4335:ArrayOfValidationResult" xmlns:q4335="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="SavePersonResult" nillable="true" type="q4336:SavePersonResult" xmlns:q4336="http://www.recreatex.be/webshop/"/><xs:element name="DeleteCeviPersonsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4337:ServiceContext" xmlns:q4337="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="RegisterNumbers" nillable="true" type="q4338:ArrayOfstring" xmlns:q4338="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType></xs:element><xs:element name="DeleteCeviPersonsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="DeleteCeviPersonResult" nillable="true" type="q4339:DeleteCeviPersonsResult" xmlns:q4339="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="DeleteCeviPersonsResult"><xs:sequence><xs:element minOccurs="0" name="ValidationResults" nillable="true" type="q4340:ArrayOfValidationResult" xmlns:q4340="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="DeleteCeviPersonsResult" nillable="true" type="q4341:DeleteCeviPersonsResult" xmlns:q4341="http://www.recreatex.be/webshop/"/><xs:element name="SaveCeviPersonsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4342:ServiceContext" xmlns:q4342="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Persons" nillable="true" type="q4343:ArrayOfCeviPerson" xmlns:q4343="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfCeviPerson"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CeviPerson" nillable="true" type="q4344:CeviPerson" xmlns:q4344="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCeviPerson" nillable="true" type="q4345:ArrayOfCeviPerson" xmlns:q4345="http://www.recreatex.be/webshop/"/><xs:complexType name="CeviPerson"><xs:sequence><xs:element minOccurs="0" name="Name" nillable="true" type="q4346:PersonName" xmlns:q4346="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Address" nillable="true" type="q4347:Address" xmlns:q4347="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="BirthDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Gender" type="q4348:Gender" xmlns:q4348="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="DateDeceased" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="HeadOfFamily" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="Parent" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="RelationCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="RelationText" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Reference" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FirstNames" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="RegisterNumber" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="CeviPerson" nillable="true" type="q4349:CeviPerson" xmlns:q4349="http://www.recreatex.be/webshop/"/><xs:element name="SaveCeviPersonsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SaveCeviPersonsResult" nillable="true" type="q4350:SaveCeviPersonsResult" xmlns:q4350="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SaveCeviPersonsResult"><xs:sequence><xs:element minOccurs="0" name="ValidationResults" nillable="true" type="q4351:ArrayOfValidationResult" xmlns:q4351="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="SaveCeviPersonsResult" nillable="true" type="q4352:SaveCeviPersonsResult" xmlns:q4352="http://www.recreatex.be/webshop/"/><xs:element name="SavePersonContactRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4353:ServiceContext" xmlns:q4353="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SavePersonContactCriteria" nillable="true" type="q4354:SavePersonContactCriteria" xmlns:q4354="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SavePersonContactCriteria"><xs:sequence><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="Contact" nillable="true" type="q4355:Contact" xmlns:q4355="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="SavePersonContactCriteria" nillable="true" type="q4356:SavePersonContactCriteria" xmlns:q4356="http://www.recreatex.be/webshop/"/><xs:element name="SavePersonContactResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SavePersonContactResult" nillable="true" type="q4357:SavePersonContactResult" xmlns:q4357="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SavePersonContactResult"><xs:sequence><xs:element minOccurs="0" name="IsValid" type="xs:boolean"/><xs:element minOccurs="0" name="ContactId" type="ser:guid"/><xs:element minOccurs="0" name="ValidationResults" nillable="true" type="q4358:ArrayOfValidationResult" xmlns:q4358="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="SavePersonContactResult" nillable="true" type="q4359:SavePersonContactResult" xmlns:q4359="http://www.recreatex.be/webshop/"/><xs:element name="SavePersonContactsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CleanupExistingContacts" type="xs:boolean"/><xs:element minOccurs="0" name="Context" nillable="true" type="q4360:ServiceContext" xmlns:q4360="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Person" nillable="true" type="q4361:Person" xmlns:q4361="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="UpdateExistingContacts" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="SavePersonContactsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SavePersonContactsResult" nillable="true" type="q4362:SavePersonResult" xmlns:q4362="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SavePersonSubCategoryRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4363:ServiceContext" xmlns:q4363="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Person" nillable="true" type="q4364:Person" xmlns:q4364="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SavePersonSubCategoryResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SavePersonResult" nillable="true" type="q4365:SavePersonResult" xmlns:q4365="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SavePersonExternalMasterIdRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4366:ServiceContext" xmlns:q4366="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SavePersonExternalMasterIdCriteria" nillable="true" type="q4367:SavePersonExternalMasterIdCriteria" xmlns:q4367="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType></xs:element><xs:element name="SavePersonExternalMasterIdResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SavePersonExternalMasterIdResult" nillable="true" type="q4368:SavePersonExternalMasterIdResult" xmlns:q4368="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ForgotPasswordRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4369:ServiceContext" xmlns:q4369="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Login" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="ForgotPasswordResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ForgotPasswordResult" nillable="true" type="q4370:ForgotPasswordResult" xmlns:q4370="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ForgotPasswordResult"><xs:sequence><xs:element minOccurs="0" name="EmailAddress" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Password" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ForgotPasswordResult" nillable="true" type="q4371:ForgotPasswordResult" xmlns:q4371="http://www.recreatex.be/webshop/"/><xs:element name="ResetPersonPasswordRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4372:ServiceContext" xmlns:q4372="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ResetPersonPasswordCriteria" nillable="true" type="q4373:ResetPersonPasswordCriteria" xmlns:q4373="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ResetPersonPasswordCriteria"><xs:sequence><xs:element minOccurs="0" name="PersonIdList" nillable="true" type="q4374:ArrayOfguid" xmlns:q4374="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType><xs:element name="ResetPersonPasswordCriteria" nillable="true" type="q4375:ResetPersonPasswordCriteria" xmlns:q4375="http://www.recreatex.be/webshop/"/><xs:element name="ResetPersonPasswordResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ResetPersonPasswordResult" nillable="true" type="q4376:ResetPersonPasswordResult" xmlns:q4376="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ResetPersonPasswordResult"><xs:sequence><xs:element minOccurs="0" name="HasSucceeded" type="xs:boolean"/><xs:element minOccurs="0" name="Persons" nillable="true" type="q4377:ArrayOfPerson" xmlns:q4377="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ResetPersonPasswordResult" nillable="true" type="q4378:ResetPersonPasswordResult" xmlns:q4378="http://www.recreatex.be/webshop/"/><xs:element name="GetInfoFieldsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4379:ServiceContext" xmlns:q4379="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetInfoFieldsCriteria" nillable="true" type="q4380:GetInfoFieldsCriteria" xmlns:q4380="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetInfoFieldsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetInfoFieldsResult" nillable="true" type="q4381:ArrayOfInfoField" xmlns:q4381="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetInfoFieldCategoriesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4382:ServiceContext" xmlns:q4382="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetInfoFieldCategoriesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetInfoFieldCategoriesResult" nillable="true" type="q4383:ArrayOfInfoFieldCategory" xmlns:q4383="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindPersonsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4384:ServiceContext" xmlns:q4384="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Criteria" nillable="true" type="q4385:FindPersonsCriteria" xmlns:q4385="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FindPersonsCriteria"><xs:sequence><xs:element minOccurs="0" name="ActivationId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Email" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q4386:PersonIncludes" xmlns:q4386="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="IsBlocked" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="NationalNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q4387:PagingCriteria" xmlns:q4387="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ResetPasswordId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="UserName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LessonGroupId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="IncludeImage" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FirstName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExternalMasterID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IncludeImageURI" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="ExcludeCredentials" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="OnlyPersonsWithEmptyPassword" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="DateFromWhenOnlyPersonsWithEmptyPassword" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="GetAnonymousPerson" type="xs:boolean"/><xs:element minOccurs="0" name="LLVRightsEmployeeID" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="GroupID" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Type" nillable="true" type="q4388:PersonType" xmlns:q4388="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="AgeCategoryId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="UseShowOnWebSetting" type="xs:boolean"/><xs:element minOccurs="0" name="ContactId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ModifiedSince" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="AddressCategoryId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="AddressSubCategoryId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="OrganisationNumber" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="FindPersonsCriteria" nillable="true" type="q4389:FindPersonsCriteria" xmlns:q4389="http://www.recreatex.be/webshop/"/><xs:complexType name="PersonIncludes"><xs:sequence><xs:element minOccurs="0" name="Categories" type="xs:boolean"/><xs:element minOccurs="0" name="PriceGroups" type="xs:boolean"/><xs:element minOccurs="0" name="Contacts" type="xs:boolean"/><xs:element minOccurs="0" name="PersonLLVInfos" type="xs:boolean"/><xs:element minOccurs="0" name="PersonLLVTransferHistories" type="xs:boolean"/><xs:element minOccurs="0" name="PersonLLVCurrentLessonGroups" type="xs:boolean"/><xs:element minOccurs="0" name="Relations" type="xs:boolean"/><xs:element minOccurs="0" name="ChildCareInfo" type="xs:boolean"/><xs:element minOccurs="0" name="ParentRelations" type="xs:boolean"/><xs:element minOccurs="0" name="Doctor" type="xs:boolean"/><xs:element minOccurs="0" name="ClubInfo" type="xs:boolean"/><xs:element minOccurs="0" name="ChildCareInfoForChildren" type="xs:boolean"/><xs:element minOccurs="0" name="LlvCredits" type="xs:boolean"/><xs:element minOccurs="0" name="CapScanAddress" type="xs:boolean"/><xs:element minOccurs="0" name="CompanyInfo" type="xs:boolean"/><xs:element minOccurs="0" name="CompanyPeople" type="xs:boolean"/><xs:element minOccurs="0" name="FamilyComposition" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="PersonIncludes" nillable="true" type="q4390:PersonIncludes" xmlns:q4390="http://www.recreatex.be/webshop/"/><xs:element name="FindPersonsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="FindPersonResult" nillable="true" type="q4391:ArrayOfPerson" xmlns:q4391="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetExternalMappingRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4392:ServiceContext" xmlns:q4392="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetExternalMappingCriteria" nillable="true" type="q4393:GetExternalMappingCriteria" xmlns:q4393="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetExternalMappingResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ExternalMapping" nillable="true" type="q4394:ExternalMapping" xmlns:q4394="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType></xs:element><xs:element name="CreateExternalMappingRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4395:ServiceContext" xmlns:q4395="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ExternalMapping" nillable="true" type="q4396:ExternalMapping" xmlns:q4396="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType></xs:element><xs:element name="CreateExternalMappingResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="IsValid" type="xs:boolean"/><xs:element minOccurs="0" name="ValidationResult" nillable="true" type="q4397:ValidationResult" xmlns:q4397="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="DeleteExternalMappingRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4398:ServiceContext" xmlns:q4398="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ExternalMapping" nillable="true" type="q4399:ExternalMapping" xmlns:q4399="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType></xs:element><xs:element name="DeleteExternalMappingResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="IsDeleted" type="xs:boolean"/><xs:element minOccurs="0" name="ValidationResult" nillable="true" type="q4400:ValidationResult" xmlns:q4400="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindPersonsBaseRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4401:ServiceContext" xmlns:q4401="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FindPersonsBaseCriteria" nillable="true" type="q4402:FindPersonsBaseCriteria" xmlns:q4402="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FindPersonsBaseCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q4403:PagingCriteria" xmlns:q4403="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FirstName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ZipCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Street" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="FindPersonsBaseCriteria" nillable="true" type="q4404:FindPersonsBaseCriteria" xmlns:q4404="http://www.recreatex.be/webshop/"/><xs:element name="FindPersonsBaseResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="FindPersonBaseResult" nillable="true" type="q4405:ArrayOfPersonBase" xmlns:q4405="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfPersonBase"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="PersonBase" nillable="true" type="q4406:PersonBase" xmlns:q4406="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPersonBase" nillable="true" type="q4407:ArrayOfPersonBase" xmlns:q4407="http://www.recreatex.be/webshop/"/><xs:element name="FindDoctorsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4408:ServiceContext" xmlns:q4408="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FindDoctorsCriteria" nillable="true" type="q4409:FindDoctorsCriteria" xmlns:q4409="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FindDoctorsCriteria"><xs:sequence/></xs:complexType><xs:element name="FindDoctorsCriteria" nillable="true" type="q4410:FindDoctorsCriteria" xmlns:q4410="http://www.recreatex.be/webshop/"/><xs:element name="FindDoctorsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="FindDoctorsResult" nillable="true" type="q4411:ArrayOfPerson" xmlns:q4411="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindStaffMembersRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4412:ServiceContext" xmlns:q4412="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FindStaffMembersCriteria" nillable="true" type="q4413:FindStaffMembersCriteria" xmlns:q4413="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FindStaffMembersCriteria"><xs:sequence><xs:element minOccurs="0" name="CompanyId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="FindStaffMembersCriteria" nillable="true" type="q4414:FindStaffMembersCriteria" xmlns:q4414="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The search criteria used to find staff member in a company</xs:documentation></xs:annotation></xs:element><xs:element name="FindStaffMembersResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="StaffMembers" nillable="true" type="q4415:ArrayOfStaffMember" xmlns:q4415="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfStaffMember"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="StaffMember" nillable="true" type="q4416:StaffMember" xmlns:q4416="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfStaffMember" nillable="true" type="q4417:ArrayOfStaffMember" xmlns:q4417="http://www.recreatex.be/webshop/"/><xs:complexType name="StaffMember"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="q4418:PersonName" xmlns:q4418="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Address" nillable="true" type="q4419:Address" xmlns:q4419="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Email" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="StaffMember" nillable="true" type="q4420:StaffMember" xmlns:q4420="http://www.recreatex.be/webshop/"/><xs:element name="SavePersonPriceGroupsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4421:ServiceContext" xmlns:q4421="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Person" nillable="true" type="q4422:Person" xmlns:q4422="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SavePersonPriceGroupsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SavePersonResult" nillable="true" type="q4423:SavePersonResult" xmlns:q4423="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindClubLocationContractTypesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ClubLocationContractTypesCriteria" nillable="true" type="q4424:ClubLocationContractTypesCriteria" xmlns:q4424="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q4425:ServiceContext" xmlns:q4425="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ClubLocationContractTypesCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Keyword" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q4426:PagingCriteria" xmlns:q4426="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ClubLocationContractTypesCriteria" nillable="true" type="q4427:ClubLocationContractTypesCriteria" xmlns:q4427="http://www.recreatex.be/webshop/"/><xs:element name="FindClubLocationContractTypesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ClubLocationContractTypes" nillable="true" type="q4428:ArrayOfClubLocationContractType" xmlns:q4428="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfClubLocationContractType"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ClubLocationContractType" nillable="true" type="q4429:ClubLocationContractType" xmlns:q4429="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfClubLocationContractType" nillable="true" type="q4430:ArrayOfClubLocationContractType" xmlns:q4430="http://www.recreatex.be/webshop/"/><xs:element name="SaveGroupClubLocationsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4431:ServiceContext" xmlns:q4431="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Person" nillable="true" type="q4432:Person" xmlns:q4432="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveGroupClubLocationsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SavePersonResult" nillable="true" type="q4433:SavePersonResult" xmlns:q4433="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SavePersonRelationRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4434:ServiceContext" xmlns:q4434="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PersonId1" type="ser:guid"/><xs:element minOccurs="0" name="PersonId2" type="ser:guid"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="RelationType" type="q4435:RelationType" xmlns:q4435="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SavePersonRelationResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ValidationResult" nillable="true" type="q4436:ValidationResult" xmlns:q4436="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="DeletePersonRelationRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4437:ServiceContext" xmlns:q4437="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="DeletePersonRelationCriteria" nillable="true" type="q4438:DeletePersonRelationCriteria" xmlns:q4438="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="DeletePersonRelationCriteria"><xs:sequence><xs:element minOccurs="0" name="RelationId" type="ser:guid"/><xs:element minOccurs="0" name="RemoveSubscriptions" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="DeletePersonRelationCriteria" nillable="true" type="q4439:DeletePersonRelationCriteria" xmlns:q4439="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The criteria used to delete a person relation</xs:documentation></xs:annotation></xs:element><xs:element name="DeletePersonRelationResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ValidationResult" nillable="true" type="q4440:ValidationResult" xmlns:q4440="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindPersonDeliveryAddressesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4441:ServiceContext" xmlns:q4441="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="DeliveryAddressSearchCriteria" nillable="true" type="q4442:DeliveryAddressSearchCriteria" xmlns:q4442="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="DeliveryAddressSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q4443:PagingCriteria" xmlns:q4443="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="DeliveryAddressSearchCriteria" nillable="true" type="q4444:DeliveryAddressSearchCriteria" xmlns:q4444="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The search criteria used to find delivery addresses</xs:documentation></xs:annotation></xs:element><xs:element name="FindPersonDeliveryAddressesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Addresses" nillable="true" type="q4445:ArrayOfDeliveryAddress" xmlns:q4445="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfDeliveryAddress"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="DeliveryAddress" nillable="true" type="q4446:DeliveryAddress" xmlns:q4446="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfDeliveryAddress" nillable="true" type="q4447:ArrayOfDeliveryAddress" xmlns:q4447="http://www.recreatex.be/webshop/"/><xs:element name="DeletePersonDeliveryAddressRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4448:ServiceContext" xmlns:q4448="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="DeliveryAddressId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="DeletePersonDeliveryAddressResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ValidationResult" nillable="true" type="q4449:ValidationResult" xmlns:q4449="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SavePersonDeliveryAddressRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4450:ServiceContext" xmlns:q4450="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="DeliveryAddress" nillable="true" type="q4451:DeliveryAddress" xmlns:q4451="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CreateInvalidZipcodes" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="SavePersonDeliveryAddressResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SavePersonDeliveryAddressResult" nillable="true" type="q4452:SavePersonDeliveryAddressResult" xmlns:q4452="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="SavePersonDeliveryAddressResult"><xs:sequence><xs:element minOccurs="0" name="DeliveryAddress" nillable="true" type="q4453:DeliveryAddress" xmlns:q4453="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ValidationResults" nillable="true" type="q4454:ArrayOfValidationResult" xmlns:q4454="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="SavePersonDeliveryAddressResult" nillable="true" type="q4455:SavePersonDeliveryAddressResult" xmlns:q4455="http://www.recreatex.be/webshop/"/><xs:element name="GetPersonChipKnipRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4456:ServiceContext" xmlns:q4456="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PersonChipKnipSearchCriteria" nillable="true" type="q4457:PersonChipKnipSearchCriteria" xmlns:q4457="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="PersonChipKnipSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q4458:PagingCriteria" xmlns:q4458="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q4459:PersonChipKnipIncludes" xmlns:q4459="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="PersonChipKnipSearchCriteria" nillable="true" type="q4460:PersonChipKnipSearchCriteria" xmlns:q4460="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The search criteria used to get the persons chipknip</xs:documentation></xs:annotation></xs:element><xs:complexType name="PersonChipKnipIncludes"><xs:sequence><xs:element minOccurs="0" name="History" type="xs:boolean"/><xs:element minOccurs="0" name="ChildCareInfo" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="PersonChipKnipIncludes" nillable="true" type="q4461:PersonChipKnipIncludes" xmlns:q4461="http://www.recreatex.be/webshop/"/><xs:element name="GetPersonChipKnipResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="PersonChipKnip" nillable="true" type="q4462:PersonChipKnip" xmlns:q4462="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPersonCreditsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4463:ServiceContext" xmlns:q4463="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PersonCreditsSearchCriteria" nillable="true" type="q4464:PersonCreditsSearchCriteria" xmlns:q4464="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="PersonCreditsSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q4465:PagingCriteria" xmlns:q4465="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q4466:PersonCreditsIncludes" xmlns:q4466="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="PersonCreditsSearchCriteria" nillable="true" type="q4467:PersonCreditsSearchCriteria" xmlns:q4467="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The search criteria used to get the persons credits</xs:documentation></xs:annotation></xs:element><xs:complexType name="PersonCreditsIncludes"><xs:sequence><xs:element minOccurs="0" name="History" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="PersonCreditsIncludes" nillable="true" type="q4468:PersonCreditsIncludes" xmlns:q4468="http://www.recreatex.be/webshop/"/><xs:element name="GetPersonCreditsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="PersonCredits" nillable="true" type="q4469:PersonCredits" xmlns:q4469="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="PersonCredits"><xs:sequence><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="Balance" type="xs:int"/><xs:element minOccurs="0" name="History" nillable="true" type="q4470:ArrayOfPersonCreditLine" xmlns:q4470="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="PersonCredits" nillable="true" type="q4471:PersonCredits" xmlns:q4471="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfPersonCreditLine"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="PersonCreditLine" nillable="true" type="q4472:PersonCreditLine" xmlns:q4472="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPersonCreditLine" nillable="true" type="q4473:ArrayOfPersonCreditLine" xmlns:q4473="http://www.recreatex.be/webshop/"/><xs:complexType name="PersonCreditLine"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Date" type="xs:dateTime"/><xs:element minOccurs="0" name="Quantity" type="xs:int"/><xs:element minOccurs="0" name="Balance" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="PersonCreditLine" nillable="true" type="q4474:PersonCreditLine" xmlns:q4474="http://www.recreatex.be/webshop/"/><xs:element name="FindPersonGroupsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4475:ServiceContext" xmlns:q4475="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PersonGroupsSearchCriteria" nillable="true" type="q4476:FindPersonGroupsSearchCriteria" xmlns:q4476="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FindPersonGroupsSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Keyword" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q4477:PagingCriteria" xmlns:q4477="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="FindPersonGroupsSearchCriteria" nillable="true" type="q4478:FindPersonGroupsSearchCriteria" xmlns:q4478="http://www.recreatex.be/webshop/"/><xs:element name="FindPersonGroupsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="PersonGroups" nillable="true" type="q4479:ArrayOfPersonGroup" xmlns:q4479="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfPersonGroup"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="PersonGroup" nillable="true" type="q4480:PersonGroup" xmlns:q4480="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPersonGroup" nillable="true" type="q4481:ArrayOfPersonGroup" xmlns:q4481="http://www.recreatex.be/webshop/"/><xs:element name="FindPersonContactsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4482:ServiceContext" xmlns:q4482="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PersonContactsSearchCriteria" nillable="true" type="q4483:PersonContactSearchCriteria" xmlns:q4483="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="PersonContactSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q4484:PagingCriteria" xmlns:q4484="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q4485:PersonContactIncludes" xmlns:q4485="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="LinkedId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Username" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="PersonContactSearchCriteria" nillable="true" type="q4486:PersonContactSearchCriteria" xmlns:q4486="http://www.recreatex.be/webshop/"/><xs:complexType name="PersonContactIncludes"><xs:sequence><xs:element minOccurs="0" name="IncludeImage" type="xs:boolean"/><xs:element minOccurs="0" name="IncludeImageUrl" type="xs:boolean"/><xs:element minOccurs="0" name="IncludeRelations" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="PersonContactIncludes" nillable="true" type="q4487:PersonContactIncludes" xmlns:q4487="http://www.recreatex.be/webshop/"/><xs:element name="FindPersonContactsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Contacts" nillable="true" type="q4488:ArrayOfContact" xmlns:q4488="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetAvailableWalletBalanceRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4489:ServiceContext" xmlns:q4489="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CustomerID" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetAvailableWalletBalanceResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetAvailableWalletBalanceResult" type="xs:decimal"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPersonNotificationsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4490:ServiceContext" xmlns:q4490="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PersonNotificationSearchCriteria" nillable="true" type="q4491:PersonNotificationSearchCriteria" xmlns:q4491="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="PersonNotificationSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Paging" nillable="true" type="q4492:PagingCriteria" xmlns:q4492="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="PersonNotificationSearchCriteria" nillable="true" type="q4493:PersonNotificationSearchCriteria" xmlns:q4493="http://www.recreatex.be/webshop/"/><xs:element name="GetPersonNotificationsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Notifications" nillable="true" type="q4494:ArrayOfPersonNotification" xmlns:q4494="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.WebServices.Contracts"/></xs:sequence></xs:complexType></xs:element><xs:element name="MarkPersonNotificationReadRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4495:ServiceContext" xmlns:q4495="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Criteria" nillable="true" type="q4496:MarkPersonNotificationReadCriteria" xmlns:q4496="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="MarkPersonNotificationReadCriteria"><xs:sequence><xs:element minOccurs="0" name="NotificationId" type="ser:guid"/><xs:element minOccurs="0" name="Read" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="MarkPersonNotificationReadCriteria" nillable="true" type="q4497:MarkPersonNotificationReadCriteria" xmlns:q4497="http://www.recreatex.be/webshop/"/><xs:element name="MarkPersonNotificationReadResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="MarkPersonNotificationReadResponse" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="CreatePersonAndLinkCardsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4498:ServiceContext" xmlns:q4498="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CreatePersonAndLinkCardsCriteria" nillable="true" type="q4499:CreatePersonAndLinkCardsCriteria" xmlns:q4499="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="CreatePersonAndLinkCardsCriteria"><xs:sequence><xs:element minOccurs="0" name="CardNumbers" nillable="true" type="q4500:ArrayOfstring" xmlns:q4500="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="Person" nillable="true" type="q4501:Person" xmlns:q4501="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PeripheralStringId" type="ser:guid"/><xs:element minOccurs="0" name="SavePersonOptions" nillable="true" type="q4502:SavePersonOptions" xmlns:q4502="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ArticleId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="CreatePersonAndLinkCardsCriteria" nillable="true" type="q4503:CreatePersonAndLinkCardsCriteria" xmlns:q4503="http://www.recreatex.be/webshop/"/><xs:element name="CreatePersonAndLinkCardsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ResetPersonPasswordResult" nillable="true" type="q4504:CreatePersonAndLinkCardsResult" xmlns:q4504="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="CreatePersonAndLinkCardsResult"><xs:sequence><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="ValidationResult" nillable="true" type="q4505:ValidationResult" xmlns:q4505="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="CreatePersonAndLinkCardsResult" nillable="true" type="q4506:CreatePersonAndLinkCardsResult" xmlns:q4506="http://www.recreatex.be/webshop/"/><xs:element name="FindContactRelationsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4507:ServiceContext" xmlns:q4507="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FindContactRelationsCriteria" nillable="true" type="q4508:FindContactRelationsCriteria" xmlns:q4508="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FindContactRelationsCriteria"><xs:sequence><xs:element minOccurs="0" name="ContactId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="PersonIncludes" nillable="true" type="q4509:PersonIncludes" xmlns:q4509="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="IncludeImage" type="xs:boolean"/><xs:element minOccurs="0" name="IncludeImageUri" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="FindContactRelationsCriteria" nillable="true" type="q4510:FindContactRelationsCriteria" xmlns:q4510="http://www.recreatex.be/webshop/"/><xs:element name="FindContactRelationsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="FindContactRelationsResponse" nillable="true" type="q4511:ArrayOfPerson" xmlns:q4511="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="AllowedToDeleteLockTicketRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AllowedToDeleteLockTicketCriteria" nillable="true" type="q4512:AllowedToDeleteLockTicketCriteria" xmlns:q4512="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/><xs:element minOccurs="0" name="Context" nillable="true" type="q4513:ServiceContext" xmlns:q4513="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="AllowedToDeleteLockTicketResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AllowedToDeleteLockTicketResult" nillable="true" type="q4514:AllowedToDeleteLockTicketResult" xmlns:q4514="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType></xs:element><xs:element name="AuthenticateExternalLoginTokenRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AuthenticateExternalLoginTokenCriteria" nillable="true" type="q4515:AuthenticateExternalLoginTokenCriteria" xmlns:q4515="http://www.recreatex.be/webshop/v1.0/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q4516:ServiceContext" xmlns:q4516="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ValidateNationalRegisterNumberRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4517:ServiceContext" xmlns:q4517="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ValidateNationalRegisterNumberCriteria" nillable="true" type="q4518:ValidateNationalRegisterNumberCriteria" xmlns:q4518="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ValidateNationalRegisterNumberResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ValidateNationalRegisterNumberResult" nillable="true" type="q4519:ValidateNationalRegisterNumberResult" xmlns:q4519="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetResellerSettingsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4520:ServiceContext" xmlns:q4520="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetResellerSettingsCriteria" nillable="true" type="q4521:GetResellerSettingsCriteria" xmlns:q4521="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="GetResellerSettingsCriteria"><xs:sequence><xs:element minOccurs="0" name="ResellerId" type="ser:guid"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q4522:ResellerSettingsIncludes" xmlns:q4522="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="GetResellerSettingsCriteria" nillable="true" type="q4523:GetResellerSettingsCriteria" xmlns:q4523="http://www.recreatex.be/webshop/"/><xs:complexType name="ResellerSettingsIncludes"><xs:sequence><xs:element minOccurs="0" name="IncludeArticlePeriods" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ResellerSettingsIncludes" nillable="true" type="q4524:ResellerSettingsIncludes" xmlns:q4524="http://www.recreatex.be/webshop/"/><xs:element name="GetResellerSettingsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetResellerSettingsResponse" nillable="true" type="q4525:ResellerSettings" xmlns:q4525="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ResellerSettings"><xs:sequence><xs:element minOccurs="0" name="Active" type="xs:boolean"/><xs:element minOccurs="0" name="WebPeriod" nillable="true" type="q4526:Period" xmlns:q4526="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="WelcomeText" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Banner" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LoginRequired" type="xs:boolean"/><xs:element minOccurs="0" name="ResellerProducts" nillable="true" type="q4527:ArrayOfResellerProduct" xmlns:q4527="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="UseArticles" type="xs:boolean"/><xs:element minOccurs="0" name="UseExpositions" type="xs:boolean"/><xs:element minOccurs="0" name="UseTicketing" type="xs:boolean"/><xs:element minOccurs="0" name="CodeRequired" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ResellerSettings" nillable="true" type="q4528:ResellerSettings" xmlns:q4528="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfResellerProduct"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ResellerProduct" nillable="true" type="q4529:ResellerProduct" xmlns:q4529="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfResellerProduct" nillable="true" type="q4530:ArrayOfResellerProduct" xmlns:q4530="http://www.recreatex.be/webshop/"/><xs:complexType name="ResellerProduct"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Type" type="q4531:ResellerProductType" xmlns:q4531="http://www.recreatex.be/webshop/v1.0/"/><xs:element minOccurs="0" name="ProductId" type="ser:guid"/><xs:element minOccurs="0" name="Category" nillable="true" type="q4532:ResellerCategory" xmlns:q4532="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Periods" nillable="true" type="q4533:ArrayOfResellerProductPeriod" xmlns:q4533="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ResellerProduct" nillable="true" type="q4534:ResellerProduct" xmlns:q4534="http://www.recreatex.be/webshop/"/><xs:complexType name="ResellerCategory"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MaxTickets" type="xs:int"/><xs:element minOccurs="0" name="MaxTicketsPerPurchase" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="ResellerCategory" nillable="true" type="q4535:ResellerCategory" xmlns:q4535="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfResellerProductPeriod"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ResellerProductPeriod" nillable="true" type="q4536:ResellerProductPeriod" xmlns:q4536="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfResellerProductPeriod" nillable="true" type="q4537:ArrayOfResellerProductPeriod" xmlns:q4537="http://www.recreatex.be/webshop/"/><xs:complexType name="ResellerProductPeriod"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Period" nillable="true" type="q4538:Period" xmlns:q4538="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="TicketsForEmployee" type="xs:int"/><xs:element minOccurs="0" name="TicketsForCompany" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="ResellerProductPeriod" nillable="true" type="q4539:ResellerProductPeriod" xmlns:q4539="http://www.recreatex.be/webshop/"/><xs:element name="LoadGuiConfigurationRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4540:ServiceContext" xmlns:q4540="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="LoadGuiConfigurationResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="LoadGuiConfigurationResult" nillable="true" type="q4541:GuiConfigurationValidationResult" xmlns:q4541="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="GuiConfigurationValidationResult"><xs:complexContent mixed="false"><xs:extension base="q4542:ValidationResult" xmlns:q4542="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="GuiConfiguration" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="GuiConfigurationValidationResult" nillable="true" type="q4543:GuiConfigurationValidationResult" xmlns:q4543="http://www.recreatex.be/webshop/"/><xs:element name="SaveGuiConfigurationRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4544:ServiceContext" xmlns:q4544="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GuiConfiguration" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveGuiConfigurationResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SaveGuiConfigurationResult" nillable="true" type="q4545:GuiConfigurationValidationResult" xmlns:q4545="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="LoadApplicationsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4546:ServiceContext" xmlns:q4546="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="LoadApplicationsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Applications" nillable="true" type="q4547:ArrayOfApplication" xmlns:q4547="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfApplication"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Application" nillable="true" type="q4548:Application" xmlns:q4548="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfApplication" nillable="true" type="q4549:ArrayOfApplication" xmlns:q4549="http://www.recreatex.be/webshop/"/><xs:complexType name="Application"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="Application" nillable="true" type="q4550:Application" xmlns:q4550="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The application which should be saved</xs:documentation></xs:annotation></xs:element><xs:element name="SaveApplicationRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Application" nillable="true" type="q4551:Application" xmlns:q4551="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q4552:ServiceContext" xmlns:q4552="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveApplicationResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SaveApplicationValidationResult" nillable="true" type="q4553:ApplicationValidationResult" xmlns:q4553="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ApplicationValidationResult"><xs:complexContent mixed="false"><xs:extension base="q4554:ValidationResult" xmlns:q4554="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ApplicationId" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ApplicationValidationResult" nillable="true" type="q4555:ApplicationValidationResult" xmlns:q4555="http://www.recreatex.be/webshop/"/><xs:element name="LoadApplicationConfigurationsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ApplicationConfigurationSearchCriteria" nillable="true" type="q4556:ApplicationConfigurationSearchCriteria" xmlns:q4556="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q4557:ServiceContext" xmlns:q4557="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ApplicationConfigurationSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="ApplicationIds" nillable="true" type="q4558:ArrayOfguid" xmlns:q4558="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="ApplicationNames" nillable="true" type="q4559:ArrayOfstring" xmlns:q4559="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType><xs:element name="ApplicationConfigurationSearchCriteria" nillable="true" type="q4560:ApplicationConfigurationSearchCriteria" xmlns:q4560="http://www.recreatex.be/webshop/"/><xs:element name="LoadApplicationConfigurationsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ApplicationConfigurations" nillable="true" type="q4561:ArrayOfApplicationConfiguration" xmlns:q4561="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfApplicationConfiguration"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ApplicationConfiguration" nillable="true" type="q4562:ApplicationConfiguration" xmlns:q4562="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfApplicationConfiguration" nillable="true" type="q4563:ArrayOfApplicationConfiguration" xmlns:q4563="http://www.recreatex.be/webshop/"/><xs:complexType name="ApplicationConfiguration"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ApplicationId" type="ser:guid"/><xs:element minOccurs="0" name="ApplicationName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Configuration" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IsAdministratorConfig" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ApplicationConfiguration" nillable="true" type="q4564:ApplicationConfiguration" xmlns:q4564="http://www.recreatex.be/webshop/"><xs:annotation><xs:documentation>The applicationconfiguration which should be saved</xs:documentation></xs:annotation></xs:element><xs:element name="SaveApplicationConfigurationRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ApplicationConfiguration" nillable="true" type="q4565:ApplicationConfiguration" xmlns:q4565="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q4566:ServiceContext" xmlns:q4566="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveApplicationConfigurationResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SaveApplicationConfigurationValidationResult" nillable="true" type="q4567:ApplicationConfigurationValidationResult" xmlns:q4567="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ApplicationConfigurationValidationResult"><xs:complexContent mixed="false"><xs:extension base="q4568:ValidationResult" xmlns:q4568="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ApplicationConfigurationId" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ApplicationConfigurationValidationResult" nillable="true" type="q4569:ApplicationConfigurationValidationResult" xmlns:q4569="http://www.recreatex.be/webshop/"/><xs:element name="HasValidPersonConsentRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4570:ServiceContext" xmlns:q4570="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="HasValidPersonConsentCriteria" nillable="true" type="q4571:HasValidPersonConsentCriteria" xmlns:q4571="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="HasValidPersonConsentResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="SavePersonConsentRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4572:ServiceContext" xmlns:q4572="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SavePersonConsentCriteria" nillable="true" type="q4573:SavePersonConsentCriteria" xmlns:q4573="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SavePersonConsentResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindActivitiesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ActivitySearchCriteria" nillable="true" type="q4574:ActivitySearchCriteria" xmlns:q4574="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q4575:ServiceContext" xmlns:q4575="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ActivitySearchCriteria"><xs:sequence><xs:element minOccurs="0" name="ActivityId" type="ser:guid"/><xs:element minOccurs="0" name="ActivityTypeId" type="ser:guid"/><xs:element minOccurs="0" name="AgeFrom" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="AgeTo" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q4576:ActivityIncludes" xmlns:q4576="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Keyword" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q4577:PagingCriteria" xmlns:q4577="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Period" nillable="true" type="q4578:Period" xmlns:q4578="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="FilterDays" type="xs:boolean"/><xs:element minOccurs="0" name="FilterMonday" type="xs:boolean"/><xs:element minOccurs="0" name="FilterTuesday" type="xs:boolean"/><xs:element minOccurs="0" name="FilterWednesday" type="xs:boolean"/><xs:element minOccurs="0" name="FilterThursday" type="xs:boolean"/><xs:element minOccurs="0" name="FilterFriday" type="xs:boolean"/><xs:element minOccurs="0" name="FilterSaturday" type="xs:boolean"/><xs:element minOccurs="0" name="FilterSunday" type="xs:boolean"/><xs:element minOccurs="0" name="ActivityTypeIdList" nillable="true" type="q4579:ArrayOfguid" xmlns:q4579="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="UpdatedSince" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="OrganisationTypeId" type="ser:guid"/><xs:element minOccurs="0" name="OrganisationTypeIdList" nillable="true" type="q4580:ArrayOfguid" xmlns:q4580="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="CareTypeId" type="ser:guid"/><xs:element minOccurs="0" name="CareTypeIdList" nillable="true" type="q4581:ArrayOfguid" xmlns:q4581="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="ActivityTypeSearchTermId" type="ser:guid"/><xs:element minOccurs="0" name="ActivityTypeSearchTermIdList" nillable="true" type="q4582:ArrayOfguid" xmlns:q4582="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="LocationId" type="ser:guid"/><xs:element minOccurs="0" name="LocationIdList" nillable="true" type="q4583:ArrayOfguid" xmlns:q4583="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="DaysPeriod" nillable="true" type="q4584:Period" xmlns:q4584="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SkillSubCategoryIdList" nillable="true" type="q4585:ArrayOfguid" xmlns:q4585="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType><xs:element name="ActivitySearchCriteria" nillable="true" type="q4586:ActivitySearchCriteria" xmlns:q4586="http://www.recreatex.be/webshop/"/><xs:complexType name="ActivityIncludes"><xs:sequence><xs:element minOccurs="0" name="ImageUrl" type="xs:boolean"/><xs:element minOccurs="0" name="DayParts" type="xs:boolean"/><xs:element minOccurs="0" name="Options" type="xs:boolean"/><xs:element minOccurs="0" name="Image" type="xs:boolean"/><xs:element minOccurs="0" name="Divisions" type="xs:boolean"/><xs:element minOccurs="0" name="OrganisationTypes" type="xs:boolean"/><xs:element minOccurs="0" name="CareTypes" type="xs:boolean"/><xs:element minOccurs="0" name="SearchTerms" type="xs:boolean"/><xs:element minOccurs="0" name="EmployeeTasks" type="xs:boolean"/><xs:element minOccurs="0" name="Skills" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ActivityIncludes" nillable="true" type="q4587:ActivityIncludes" xmlns:q4587="http://www.recreatex.be/webshop/"/><xs:element name="FindActivitiesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="q4588:FindActivitiesResult" xmlns:q4588="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FindActivitiesResult"><xs:sequence><xs:element minOccurs="0" name="TotalCount" type="xs:int"/><xs:element minOccurs="0" name="Activities" nillable="true" type="q4589:ArrayOfActivity" xmlns:q4589="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="FindActivitiesResult" nillable="true" type="q4590:FindActivitiesResult" xmlns:q4590="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfActivity"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Activity" nillable="true" type="q4591:Activity" xmlns:q4591="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfActivity" nillable="true" type="q4592:ArrayOfActivity" xmlns:q4592="http://www.recreatex.be/webshop/"/><xs:element name="FindPriceGroupActivitiesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4593:ServiceContext" xmlns:q4593="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PriceGroupActivitySearchCriteria" nillable="true" type="q4594:PriceGroupActivitySearchCriteria" xmlns:q4594="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="PriceGroupActivitySearchCriteria"><xs:sequence><xs:element minOccurs="0" name="ActivityId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="PriceGroupActivitySearchCriteria" nillable="true" type="q4595:PriceGroupActivitySearchCriteria" xmlns:q4595="http://www.recreatex.be/webshop/"/><xs:element name="FindPriceGroupActivitiesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="PriceGroupActivities" nillable="true" type="q4596:ArrayOfPriceGroupActivity" xmlns:q4596="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPriceGroupActivityForPersonRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4597:ServiceContext" xmlns:q4597="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PriceGroupActivityForPersonSearchCriteria" nillable="true" type="q4598:PriceGroupActivityForPersonSearchCriteria" xmlns:q4598="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="PriceGroupActivityForPersonSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="ActivityId" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="PriceGroupActivityForPersonSearchCriteria" nillable="true" type="q4599:PriceGroupActivityForPersonSearchCriteria" xmlns:q4599="http://www.recreatex.be/webshop/"/><xs:element name="GetPriceGroupActivityForPersonResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="PriceGroupId" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindEntryOverviewRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4600:ServiceContext" xmlns:q4600="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="EntrySearchCriteria" nillable="true" type="q4601:EntrySearchCriteria" xmlns:q4601="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="EntrySearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Paging" nillable="true" type="q4602:PagingCriteria" xmlns:q4602="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="EndUntil" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="EntryIncludes" nillable="true" type="q4603:EntryIncludes" xmlns:q4603="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ListForHealthCertificate" nillable="true" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="EntrySearchCriteria" nillable="true" type="q4604:EntrySearchCriteria" xmlns:q4604="http://www.recreatex.be/webshop/"/><xs:complexType name="EntryIncludes"><xs:sequence><xs:element minOccurs="0" name="EntryParticipantIds" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="EntryIncludes" nillable="true" type="q4605:EntryIncludes" xmlns:q4605="http://www.recreatex.be/webshop/"/><xs:element name="FindEntryOverviewResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="FindEntryOverview" nillable="true" type="q4606:ArrayOfEntry" xmlns:q4606="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfEntry"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Entry" nillable="true" type="q4607:Entry" xmlns:q4607="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfEntry" nillable="true" type="q4608:ArrayOfEntry" xmlns:q4608="http://www.recreatex.be/webshop/"/><xs:complexType name="Entry"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ActivityId" type="ser:guid"/><xs:element minOccurs="0" name="ActivityCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ActivityDesc" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="EntryDate" type="xs:dateTime"/><xs:element minOccurs="0" name="EntryNo" type="xs:long"/><xs:element minOccurs="0" name="Price" type="xs:decimal"/><xs:element minOccurs="0" name="Status" type="xs:int"/><xs:element minOccurs="0" name="Deletable" type="xs:boolean"/><xs:element minOccurs="0" name="ActivityStartDate" type="xs:dateTime"/><xs:element minOccurs="0" name="ActivityEndDate" type="xs:dateTime"/><xs:element minOccurs="0" name="HasPayed" type="xs:boolean"/><xs:element minOccurs="0" name="Nota" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CustomerId" type="ser:guid"/><xs:element minOccurs="0" name="WebSalesStart" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="WebSalesStop" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="ActivityWebSalesPeriod" nillable="true" type="q4609:ActivityWebSalesPeriod" xmlns:q4609="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="EntryParticipants" nillable="true" type="q4610:ArrayOfEntryParticipant" xmlns:q4610="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="Entry" nillable="true" type="q4611:Entry" xmlns:q4611="http://www.recreatex.be/webshop/"/><xs:complexType name="ActivityWebSalesPeriod"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ActivityID" type="ser:guid"/><xs:element minOccurs="0" name="WebSalesStart" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="WebSalesStop" nillable="true" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="ActivityWebSalesPeriod" nillable="true" type="q4612:ActivityWebSalesPeriod" xmlns:q4612="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfEntryParticipant"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="EntryParticipant" nillable="true" type="q4613:EntryParticipant" xmlns:q4613="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfEntryParticipant" nillable="true" type="q4614:ArrayOfEntryParticipant" xmlns:q4614="http://www.recreatex.be/webshop/"/><xs:complexType name="EntryParticipant"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="EntryId" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="PersonName" nillable="true" type="q4615:PersonName" xmlns:q4615="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Remarks" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="EntryParticipant" nillable="true" type="q4616:EntryParticipant" xmlns:q4616="http://www.recreatex.be/webshop/"/><xs:element name="CancelEntryRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4617:ServiceContext" xmlns:q4617="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="EntryID" type="ser:guid"/><xs:element minOccurs="0" name="ReasonID" type="ser:guid"/></xs:sequence></xs:complexType></xs:element><xs:element name="CancelEntryResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CancelEntryResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindActivityTypeSearchTermsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ActivityTypeSearchTermSearchCriteria" nillable="true" type="q4618:ActivityTypeSearchTermSearchCriteria" xmlns:q4618="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q4619:ServiceContext" xmlns:q4619="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ActivityTypeSearchTermSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Keyword" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ActivityTypeSearchTermSearchCriteria" nillable="true" type="q4620:ActivityTypeSearchTermSearchCriteria" xmlns:q4620="http://www.recreatex.be/webshop/"/><xs:element name="FindActivityTypeSearchTermsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ActivityTypeSearchTerms" nillable="true" type="q4621:ArrayOfActivityTypeSearchTerm" xmlns:q4621="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindOrganisationTypesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4622:ServiceContext" xmlns:q4622="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="OrganisationTypeSearchCriteria" nillable="true" type="q4623:OrganisationTypeSearchCriteria" xmlns:q4623="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="OrganisationTypeSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Keyword" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="OrganisationTypeSearchCriteria" nillable="true" type="q4624:OrganisationTypeSearchCriteria" xmlns:q4624="http://www.recreatex.be/webshop/"/><xs:element name="FindOrganisationTypesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="OrganisationTypes" nillable="true" type="q4625:ArrayOfOrganisationType" xmlns:q4625="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfOrganisationType"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="OrganisationType" nillable="true" type="q4626:OrganisationType" xmlns:q4626="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfOrganisationType" nillable="true" type="q4627:ArrayOfOrganisationType" xmlns:q4627="http://www.recreatex.be/webshop/"/><xs:element name="FindCareTypesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CareTypeSearchCriteria" nillable="true" type="q4628:CareTypeSearchCriteria" xmlns:q4628="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q4629:ServiceContext" xmlns:q4629="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="CareTypeSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Keyword" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="CareTypeSearchCriteria" nillable="true" type="q4630:CareTypeSearchCriteria" xmlns:q4630="http://www.recreatex.be/webshop/"/><xs:element name="FindCareTypesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CareTypes" nillable="true" type="q4631:ArrayOfCareType" xmlns:q4631="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfCareType"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CareType" nillable="true" type="q4632:CareType" xmlns:q4632="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCareType" nillable="true" type="q4633:ArrayOfCareType" xmlns:q4633="http://www.recreatex.be/webshop/"/><xs:element name="ActivityOptionGetAvailabilityRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ActivityOptionAvailabilityCriteria" nillable="true" type="q4634:ActivityOptionAvailabilityCriteria" xmlns:q4634="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q4635:ServiceContext" xmlns:q4635="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ActivityOptionAvailabilityCriteria"><xs:sequence><xs:element minOccurs="0" name="ActivityOptionID" type="ser:guid"/><xs:element minOccurs="0" name="ActivityDayID" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ActivityOptionAvailabilityCriteria" nillable="true" type="q4636:ActivityOptionAvailabilityCriteria" xmlns:q4636="http://www.recreatex.be/webshop/"/><xs:element name="ActivityOptionGetAvailabilityResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="NumberOfAvailableOptions" type="xs:int"/></xs:sequence></xs:complexType></xs:element><xs:element name="ActivitySubscriptionSettingsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4637:ServiceContext" xmlns:q4637="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ActivitySubscriptionSettingsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ActivitySubscriptionSettings" nillable="true" type="q4638:ActivitySubscriptionSettings" xmlns:q4638="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ActivitySubscriptionSettings"><xs:sequence><xs:element minOccurs="0" name="CreateOgmByDivision" type="xs:boolean"/><xs:element minOccurs="0" name="AgeCheckActivity" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="ActivitySubscriptionSettings" nillable="true" type="q4639:ActivitySubscriptionSettings" xmlns:q4639="http://www.recreatex.be/webshop/"/><xs:element name="AvailablePlacesForActivityRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AvailablePlacesForActivityCriteria" nillable="true" type="q4640:AvailablePlacesForActivityCriteria" xmlns:q4640="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q4641:ServiceContext" xmlns:q4641="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="AvailablePlacesForActivityCriteria"><xs:sequence><xs:element minOccurs="0" name="ActivityIds" nillable="true" type="q4642:ArrayOfguid" xmlns:q4642="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType><xs:element name="AvailablePlacesForActivityCriteria" nillable="true" type="q4643:AvailablePlacesForActivityCriteria" xmlns:q4643="http://www.recreatex.be/webshop/"/><xs:element name="AvailablePlacesForActivityResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AvailablePlacesForActivities" nillable="true" type="q4644:ArrayOfAvailablePlacesForActivity" xmlns:q4644="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfAvailablePlacesForActivity"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="AvailablePlacesForActivity" nillable="true" type="q4645:AvailablePlacesForActivity" xmlns:q4645="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfAvailablePlacesForActivity" nillable="true" type="q4646:ArrayOfAvailablePlacesForActivity" xmlns:q4646="http://www.recreatex.be/webshop/"/><xs:complexType name="AvailablePlacesForActivity"><xs:sequence><xs:element minOccurs="0" name="ActivityId" type="ser:guid"/><xs:element minOccurs="0" name="AvailablePlaces" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="Days" nillable="true" type="q4647:ArrayOfActivityPart" xmlns:q4647="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="AvailablePlacesForActivity" nillable="true" type="q4648:AvailablePlacesForActivity" xmlns:q4648="http://www.recreatex.be/webshop/"/><xs:element name="FindActivitiesAvailablePlacesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ActivitySearchCriteria" nillable="true" type="q4649:ActivitySearchCriteria" xmlns:q4649="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q4650:ServiceContext" xmlns:q4650="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindActivitiesAvailablePlacesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ActivitiesAvailablePlaces" nillable="true" type="q4651:ArrayOfActivityAvailablePlaces" xmlns:q4651="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfActivityAvailablePlaces"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ActivityAvailablePlaces" nillable="true" type="q4652:ActivityAvailablePlaces" xmlns:q4652="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfActivityAvailablePlaces" nillable="true" type="q4653:ArrayOfActivityAvailablePlaces" xmlns:q4653="http://www.recreatex.be/webshop/"/><xs:complexType name="ActivityAvailablePlaces"><xs:sequence><xs:element minOccurs="0" name="ActivityId" type="ser:guid"/><xs:element minOccurs="0" name="AvailablePlaces" nillable="true" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="ActivityAvailablePlaces" nillable="true" type="q4654:ActivityAvailablePlaces" xmlns:q4654="http://www.recreatex.be/webshop/"/><xs:element name="UpdateParticipantPresenceRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4655:ServiceContext" xmlns:q4655="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="UpdateParticipantPresenceSearchCriteria" nillable="true" type="q4656:UpdateParticipantPresenceSearchCriteria" xmlns:q4656="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="UpdateParticipantPresenceSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="ActivityDayId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="EntryParticipantId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="EntryParticipantActivityDayId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Present" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="UpdateParticipantPresenceSearchCriteria" nillable="true" type="q4657:UpdateParticipantPresenceSearchCriteria" xmlns:q4657="http://www.recreatex.be/webshop/"/><xs:element name="UpdateParticipantPresenceResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="UpdateParticipantPresenceValidationResult" nillable="true" type="q4658:ValidationResult" xmlns:q4658="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetActivityDayParticipantsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4659:ServiceContext" xmlns:q4659="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="GetActivityDayParticipantsSearchCriteria" nillable="true" type="q4660:GetActivityDayParticipantsSearchCriteria" xmlns:q4660="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="GetActivityDayParticipantsSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="ActivityDayId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q4661:ActivityDayParticipantIncludes" xmlns:q4661="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="GetActivityDayParticipantsSearchCriteria" nillable="true" type="q4662:GetActivityDayParticipantsSearchCriteria" xmlns:q4662="http://www.recreatex.be/webshop/"/><xs:complexType name="ActivityDayParticipantIncludes"><xs:sequence><xs:element minOccurs="0" name="IncludeBookedTemporarily" type="xs:boolean"/><xs:element minOccurs="0" name="IncludeOnWaitingList" type="xs:boolean"/><xs:element minOccurs="0" name="IncludeBooked" type="xs:boolean"/><xs:element minOccurs="0" name="IncludeCancelled" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ActivityDayParticipantIncludes" nillable="true" type="q4663:ActivityDayParticipantIncludes" xmlns:q4663="http://www.recreatex.be/webshop/"/><xs:element name="GetActivityDayParticipantsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetActivityDayParticipantsValidationResult" nillable="true" type="q4664:GetActivityDayParticipantsResult" xmlns:q4664="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="GetActivityDayParticipantsResult"><xs:sequence><xs:element minOccurs="0" name="ActivityDayParticipants" nillable="true" type="q4665:ArrayOfActivityDayParticipant" xmlns:q4665="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="GetActivityDayParticipantsResult" nillable="true" type="q4666:GetActivityDayParticipantsResult" xmlns:q4666="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfActivityDayParticipant"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ActivityDayParticipant" nillable="true" type="q4667:ActivityDayParticipant" xmlns:q4667="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfActivityDayParticipant" nillable="true" type="q4668:ArrayOfActivityDayParticipant" xmlns:q4668="http://www.recreatex.be/webshop/"/><xs:complexType name="ActivityDayParticipant"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Attendance" type="xs:boolean"/><xs:element minOccurs="0" name="EntryParticipant" nillable="true" type="q4669:EntryParticipant" xmlns:q4669="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ParticipantInfo" nillable="true" type="q4670:ParticipantInfo" xmlns:q4670="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ActivityDayParticipant" nillable="true" type="q4671:ActivityDayParticipant" xmlns:q4671="http://www.recreatex.be/webshop/"/><xs:complexType name="ParticipantInfo"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="FirstName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LastName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Gender" type="q4672:Gender" xmlns:q4672="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Age" type="xs:int"/><xs:element minOccurs="0" name="BirthDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Phone" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Phone2" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CellPhone" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="AllergyInfo" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MedicationInfo" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="OtherMedicationInfo" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="AllowedToPhotograph" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ParticipantInfo" nillable="true" type="q4673:ParticipantInfo" xmlns:q4673="http://www.recreatex.be/webshop/"/><xs:element name="CheckParticipantsAlreadyRegisteredRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CheckParticipantsAlreadyRegisteredCriteria" nillable="true" type="q4674:CheckParticipantsAlreadyRegisteredCriteria" xmlns:q4674="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q4675:ServiceContext" xmlns:q4675="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="CheckParticipantsAlreadyRegisteredCriteria"><xs:sequence><xs:element minOccurs="0" name="ActivityReservation" nillable="true" type="q4676:ActivityReservation" xmlns:q4676="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="CheckParticipantsAlreadyRegisteredCriteria" nillable="true" type="q4677:CheckParticipantsAlreadyRegisteredCriteria" xmlns:q4677="http://www.recreatex.be/webshop/"/><xs:element name="CheckParticipantsAlreadyRegisteredResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CheckParticipantsAlreadyRegisteredResult" nillable="true" type="q4678:CheckParticipantsAlreadyRegisteredResult" xmlns:q4678="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindArticlesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ArticleSearchCriteria" nillable="true" type="q4679:ArticleSearchCriteria" xmlns:q4679="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q4680:ServiceContext" xmlns:q4680="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArticleSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="ArticleGroupId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ArticleId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ArticleTypes" type="q4681:ArticleType" xmlns:q4681="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="BuyerId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="IncludeDetail" type="xs:boolean"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q4682:ArticleIncludes" xmlns:q4682="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="NamePattern" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q4683:PagingCriteria" xmlns:q4683="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="StockLocationId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ArticleCategoryId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ArticleCategoryIds" nillable="true" type="q4684:ArrayOfguid" xmlns:q4684="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="MinPrice" nillable="true" type="xs:decimal"/><xs:element minOccurs="0" name="MaxPrice" nillable="true" type="xs:decimal"/><xs:element minOccurs="0" name="ForReservations" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="PlaceId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ForVouchers" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="TraderId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Barcode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UsePosStockLocationForAvailability" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IgnoreActivePeriodsFilter" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ArticleSearchCriteria" nillable="true" type="q4685:ArticleSearchCriteria" xmlns:q4685="http://www.recreatex.be/webshop/"/><xs:complexType name="ArticleIncludes"><xs:sequence><xs:element minOccurs="0" name="FreeArticles" type="xs:boolean"/><xs:element minOccurs="0" name="Group" type="xs:boolean"/><xs:element minOccurs="0" name="Image" type="xs:boolean"/><xs:element minOccurs="0" name="ImageUrl" type="xs:boolean"/><xs:element minOccurs="0" name="Ingredients" type="xs:boolean"/><xs:element minOccurs="0" name="Locations" type="xs:boolean"/><xs:element minOccurs="0" name="Options" type="xs:boolean"/><xs:element minOccurs="0" name="Price" type="xs:boolean"/><xs:element minOccurs="0" name="RentArticles" type="xs:boolean"/><xs:element minOccurs="0" name="SaleArticles" type="xs:boolean"/><xs:element minOccurs="0" name="SoldOutArticles" type="xs:boolean"/><xs:element minOccurs="0" name="Stock" type="xs:boolean"/><xs:element minOccurs="0" name="ArticleCategories" type="xs:boolean"/><xs:element minOccurs="0" name="ChipKnipArticles" type="xs:boolean"/><xs:element minOccurs="0" name="ETicketArticles" type="xs:boolean"/><xs:element minOccurs="0" name="ExtraImages" type="xs:boolean"/><xs:element minOccurs="0" name="ExtraImageUrls" type="xs:boolean"/><xs:element minOccurs="0" name="Vat" type="xs:boolean"/><xs:element minOccurs="0" name="Barcodes" type="xs:boolean"/><xs:element minOccurs="0" name="ActivePeriods" type="xs:boolean"/><xs:element minOccurs="0" name="Blocked" type="xs:boolean"/><xs:element minOccurs="0" name="AllDivisions" type="xs:boolean"/><xs:element minOccurs="0" name="IsLessonGroupItem" type="xs:boolean"/><xs:element minOccurs="0" name="IsSubscriptionItem" type="xs:boolean"/><xs:element minOccurs="0" name="Translations" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ArticleIncludes" nillable="true" type="q4686:ArticleIncludes" xmlns:q4686="http://www.recreatex.be/webshop/"/><xs:element name="FindArticlesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Articles" nillable="true" type="q4687:ArrayOfArticle" xmlns:q4687="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindArticleSalesOrdersRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ArticleSalesOrderSearchCriteria" nillable="true" type="q4688:ArticleSalesOrderSearchCriteria" xmlns:q4688="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q4689:ServiceContext" xmlns:q4689="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArticleSalesOrderSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="From" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Type" type="q4690:ArticleSalesOrderType" xmlns:q4690="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q4691:PagingCriteria" xmlns:q4691="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArticleSalesOrderSearchCriteria" nillable="true" type="q4692:ArticleSalesOrderSearchCriteria" xmlns:q4692="http://www.recreatex.be/webshop/"/><xs:simpleType name="ArticleSalesOrderType"><xs:restriction base="xs:string"><xs:enumeration value="All"/><xs:enumeration value="Sale"/><xs:enumeration value="Warranty"/><xs:enumeration value="WaitingList"/><xs:enumeration value="Service"/><xs:enumeration value="ChipKnip"/><xs:enumeration value="LessonGroup"/><xs:enumeration value="Purchase"/><xs:enumeration value="PriceGroup"/><xs:enumeration value="Credit"/><xs:enumeration value="Rental"/><xs:enumeration value="Subscription"/><xs:enumeration value="PurchaseCredit"/><xs:enumeration value="Family"/><xs:enumeration value="GiftCertificate"/><xs:enumeration value="ConsumptionCoupon"/><xs:enumeration value="FollowUp"/><xs:enumeration value="SpendingCredit"/><xs:enumeration value="ETicket"/></xs:restriction></xs:simpleType><xs:element name="ArticleSalesOrderType" nillable="true" type="q4693:ArticleSalesOrderType" xmlns:q4693="http://www.recreatex.be/webshop/"/><xs:element name="FindArticleSalesOrdersResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ArticleSalesOrders" nillable="true" type="q4694:ArrayOfArticleSalesOrder" xmlns:q4694="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfArticleSalesOrder"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ArticleSalesOrder" nillable="true" type="q4695:ArticleSalesOrder" xmlns:q4695="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfArticleSalesOrder" nillable="true" type="q4696:ArrayOfArticleSalesOrder" xmlns:q4696="http://www.recreatex.be/webshop/"/><xs:complexType name="ArticleSalesOrder"><xs:complexContent mixed="false"><xs:extension base="q4697:SalesOrder" xmlns:q4697="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="ArticleId" type="ser:guid"/><xs:element minOccurs="0" name="ArticleCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ArticleName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ArticleDescription" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ArticleSalesOrder" nillable="true" type="q4698:ArticleSalesOrder" xmlns:q4698="http://www.recreatex.be/webshop/"/><xs:complexType name="SalesOrder"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Date" type="xs:dateTime"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="Number" type="xs:long"/><xs:element minOccurs="0" name="SequenceNumber" type="xs:int"/><xs:element minOccurs="0" name="Quantity" type="xs:decimal"/><xs:element minOccurs="0" name="UnitPrice" type="xs:decimal"/><xs:element minOccurs="0" name="TotalPrice" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="SalesOrder" nillable="true" type="q4699:SalesOrder" xmlns:q4699="http://www.recreatex.be/webshop/"/><xs:element name="GetArticlePriceInformationRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ArticlePriceInformationSearchCriteria" nillable="true" type="q4700:ArticlePriceInformationSearchCriteria" xmlns:q4700="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Context" nillable="true" type="q4701:ServiceContext" xmlns:q4701="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArticlePriceInformationSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="ArticleId" type="ser:guid"/><xs:element minOccurs="0" name="CustomerId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ArticlePriceInformationSearchCriteria" nillable="true" type="q4702:ArticlePriceInformationSearchCriteria" xmlns:q4702="http://www.recreatex.be/webshop/"/><xs:element name="GetArticlePriceInformationResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ArticlePriceInformation" nillable="true" type="q4703:ArticlePriceInformation" xmlns:q4703="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArticlePriceInformation"><xs:sequence><xs:element minOccurs="0" name="TotalPrice" type="xs:decimal"/><xs:element minOccurs="0" name="PriceGroup" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FamilyComposition" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SubsidizationPrice" type="xs:decimal"/><xs:element minOccurs="0" name="AdditionalSupplementPrice" type="xs:decimal"/><xs:element minOccurs="0" name="DonationPrice" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="ArticlePriceInformation" nillable="true" type="q4704:ArticlePriceInformation" xmlns:q4704="http://www.recreatex.be/webshop/"/><xs:element name="FindSalesZoneArticlesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4705:ServiceContext" xmlns:q4705="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="FindSalesZoneArticlesCriteria" nillable="true" type="q4706:FindSalesZoneArticlesCriteria" xmlns:q4706="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="FindSalesZoneArticlesCriteria"><xs:sequence><xs:element minOccurs="0" name="SalesZoneId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ArticleId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ArticleGroupId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ArticleCategoryId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q4707:SalesZoneArticleIncludes" xmlns:q4707="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="Paging" nillable="true" type="q4708:PagingCriteria" xmlns:q4708="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="CustomerID" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="AvailableOn" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="UseItemCategories" nillable="true" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="FindSalesZoneArticlesCriteria" nillable="true" type="q4709:FindSalesZoneArticlesCriteria" xmlns:q4709="http://www.recreatex.be/webshop/"/><xs:complexType name="SalesZoneArticleIncludes"><xs:sequence><xs:element minOccurs="0" name="ImageUrl" type="xs:boolean"/><xs:element minOccurs="0" name="Image" type="xs:boolean"/><xs:element minOccurs="0" name="SoldOutArticles" type="xs:boolean"/><xs:element minOccurs="0" name="CrossSellingItems" type="xs:boolean"/><xs:element minOccurs="0" name="AvailabilityPeriod" type="xs:boolean"/><xs:element minOccurs="0" name="CustomerPriceGroupDiscount" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="SalesZoneArticleIncludes" nillable="true" type="q4710:SalesZoneArticleIncludes" xmlns:q4710="http://www.recreatex.be/webshop/"/><xs:element name="FindSalesZoneArticlesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Articles" nillable="true" type="q4711:ArrayOfArticle" xmlns:q4711="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListSalesSeriesOrderRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4712:ServiceContext" xmlns:q4712="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ListSalesSeriesOrdersSearchCriteria" nillable="true" type="q4713:ListSalesSeriesOrdersSearchCriteria" xmlns:q4713="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListSalesSeriesOrdersResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SalesSeriesOrders" nillable="true" type="q4714:ArrayOfOdsKdsOrder" xmlns:q4714="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="UpdateSalesSeriesOrderRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4715:ServiceContext" xmlns:q4715="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="UpdateSalesSeriesOrderCriteria" nillable="true" type="q4716:UpdateSalesSeriesOrderCriteria" xmlns:q4716="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="UpdateSalesSeriesOrdersResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="q4717:UpdateSalesSeriesOrderResult" xmlns:q4717="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SetSalesZoneItemUnavailabilityRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4718:ServiceContext" xmlns:q4718="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="SetSalesZoneItemUnavailabilityCriteria" nillable="true" type="q4719:SetSalesZoneItemUnavailabilityCriteria" xmlns:q4719="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="SetSalesZoneItemUnavailabilityResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="q4720:SetSalesZoneItemUnavailabilityResult" xmlns:q4720="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListWarehousesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4721:ServiceContext" xmlns:q4721="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="WarehouseSearchCriteria" nillable="true" type="q4722:WarehouseSearchCriteria" xmlns:q4722="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListWarehousesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Warehouses" nillable="true" type="q4723:ArrayOfWarehouse" xmlns:q4723="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="ArrayOfWarehouse"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Warehouse" nillable="true" type="q4724:Warehouse" xmlns:q4724="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfWarehouse" nillable="true" type="q4725:ArrayOfWarehouse" xmlns:q4725="http://www.recreatex.be/webshop/"/><xs:complexType name="Warehouse"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Locations" nillable="true" type="q4726:ArrayOfWarehouseLocation" xmlns:q4726="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="Warehouse" nillable="true" type="q4727:Warehouse" xmlns:q4727="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfWarehouseLocation"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="WarehouseLocation" nillable="true" type="q4728:WarehouseLocation" xmlns:q4728="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfWarehouseLocation" nillable="true" type="q4729:ArrayOfWarehouseLocation" xmlns:q4729="http://www.recreatex.be/webshop/"/><xs:complexType name="WarehouseLocation"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ArticleStocks" nillable="true" type="q4730:ArrayOfArticleStock" xmlns:q4730="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="ArticleStockCount" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="WarehouseLocation" nillable="true" type="q4731:WarehouseLocation" xmlns:q4731="http://www.recreatex.be/webshop/"/><xs:complexType name="ArrayOfArticleStock"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ArticleStock" nillable="true" type="q4732:ArticleStock" xmlns:q4732="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ArrayOfArticleStock" nillable="true" type="q4733:ArrayOfArticleStock" xmlns:q4733="http://www.recreatex.be/webshop/"/><xs:complexType name="ArticleStock"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ArticleId" type="ser:guid"/><xs:element minOccurs="0" name="ArticleCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ArticleName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Quantity" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="ArticleStock" nillable="true" type="q4734:ArticleStock" xmlns:q4734="http://www.recreatex.be/webshop/"/><xs:element name="ListMobileStockArticlesRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4735:ServiceContext" xmlns:q4735="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="MobileStockArticleSearchCriteria" nillable="true" type="q4736:MobileStockArticleSearchCriteria" xmlns:q4736="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListMobileStockArticlesResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="ListStockArticleGroupsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4737:ServiceContext" xmlns:q4737="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="StockArticleGroupSearchCriteria" nillable="true" type="q4738:StockArticleGroupSearchCriteria" xmlns:q4738="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType></xs:element><xs:element name="ListStockArticleGroupsResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="ListJournalsRequest"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Context" nillable="true" type="q4739:ServiceContext" xmlns:q4739="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="JournalSearchCriteria" nillable="true" type="q4740:JournalSearchCriteria" xmlns:q4740="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType></xs:element><xs:complexType name="JournalSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="JournalId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Includes" nillable="true" type="q4741:JournalIncludes" xmlns:q4741="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="JournalType" nillable="true" type="q4742:JournalType" xmlns:q4742="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="JournalSearchCriteria" nillable="true" type="q4743:JournalSearchCriteria" xmlns:q4743="http://www.recreatex.be/webshop/"/><xs:complexType name="JournalIncludes"><xs:sequence><xs:element minOccurs="0" name="Lines" type="xs:boolean"/><xs:element minOccurs="0" name="NumberOfLinkedLocations" type="xs:boolean"/><xs:element minOccurs="0" name="Status" type="xs:boolean"/><xs:element minOccurs="0" name="LineCount" type="xs:boolean"/><xs:element minOccurs="0" name="UsedWarehouses" type="xs:boolean"/><xs:element minOccurs="0" name="UsedWarehouseLocations" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="JournalIncludes" nillable="true" type="q4744:JournalIncludes" xmlns:q4744="http://www.recreatex.be/webshop/"/><xs:element name="ListJournalsResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element></xs:schema><xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/"><xs:element name="anyType" nillable="true" type="xs:anyType"/><xs:element name="anyURI" nillable="true" type="xs:anyURI"/><xs:element name="base64Binary" nillable="true" type="xs:base64Binary"/><xs:element name="boolean" nillable="true" type="xs:boolean"/><xs:element name="byte" nillable="true" type="xs:byte"/><xs:element name="dateTime" nillable="true" type="xs:dateTime"/><xs:element name="decimal" nillable="true" type="xs:decimal"/><xs:element name="double" nillable="true" type="xs:double"/><xs:element name="float" nillable="true" type="xs:float"/><xs:element name="int" nillable="true" type="xs:int"/><xs:element name="long" nillable="true" type="xs:long"/><xs:element name="QName" nillable="true" type="xs:QName"/><xs:element name="short" nillable="true" type="xs:short"/><xs:element name="string" nillable="true" type="xs:string"/><xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte"/><xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt"/><xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong"/><xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort"/><xs:element name="char" nillable="true" type="tns:char"/><xs:simpleType name="char"><xs:restriction base="xs:int"/></xs:simpleType><xs:element name="duration" nillable="true" type="tns:duration"/><xs:simpleType name="duration"><xs:restriction base="xs:duration"><xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?"/><xs:minInclusive value="-P10675199DT2H48M5.4775808S"/><xs:maxInclusive value="P10675199DT2H48M5.4775807S"/></xs:restriction></xs:simpleType><xs:element name="guid" nillable="true" type="tns:guid"/><xs:simpleType name="guid"><xs:restriction base="xs:string"><xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}"/></xs:restriction></xs:simpleType><xs:attribute name="FactoryType" type="xs:QName"/><xs:attribute name="Id" type="xs:ID"/><xs:attribute name="Ref" type="xs:IDREF"/></xs:schema><xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/"><xs:complexType name="ArrayOfstring"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ArrayOfstring" nillable="true" type="tns:ArrayOfstring"/><xs:complexType name="ArrayOfguid"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="guid" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ArrayOfguid" nillable="true" type="tns:ArrayOfguid"/><xs:complexType name="ArrayOfdateTime"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="dateTime" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="ArrayOfdateTime" nillable="true" type="tns:ArrayOfdateTime"/><xs:complexType name="ArrayOfKeyValueOfstringstring"><xs:annotation><xs:appinfo><IsDictionary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsDictionary></xs:appinfo></xs:annotation><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="KeyValueOfstringstring"><xs:complexType><xs:sequence><xs:element name="Key" nillable="true" type="xs:string"/><xs:element name="Value" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element></xs:sequence></xs:complexType><xs:element name="ArrayOfKeyValueOfstringstring" nillable="true" type="tns:ArrayOfKeyValueOfstringstring"/></xs:schema><xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/System.Drawing" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/System.Drawing"><xs:complexType name="Color"><xs:annotation><xs:appinfo><IsValueType xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsValueType></xs:appinfo></xs:annotation><xs:sequence><xs:element name="knownColor" type="xs:short"/><xs:element name="name" nillable="true" type="xs:string"/><xs:element name="state" type="xs:short"/><xs:element name="value" type="xs:long"/></xs:sequence></xs:complexType><xs:element name="Color" nillable="true" type="tns:Color"/></xs:schema><xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/System" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/System" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/"><xs:simpleType name="DayOfWeek"><xs:restriction base="xs:string"><xs:enumeration value="Sunday"/><xs:enumeration value="Monday"/><xs:enumeration value="Tuesday"/><xs:enumeration value="Wednesday"/><xs:enumeration value="Thursday"/><xs:enumeration value="Friday"/><xs:enumeration value="Saturday"/></xs:restriction></xs:simpleType><xs:element name="DayOfWeek" nillable="true" type="tns:DayOfWeek"/><xs:complexType name="ArrayOfNullableOfguid"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="guid" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ArrayOfNullableOfguid" nillable="true" type="tns:ArrayOfNullableOfguid"/></xs:schema><xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.WebServices.Contracts" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.WebServices.Contracts" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/"><xs:complexType name="ArticleAvailabilityPeriod"><xs:sequence><xs:element name="_x003C_Description_x003E_k__BackingField" nillable="true" type="xs:string"/><xs:element name="_x003C_Periods_x003E_k__BackingField" nillable="true" type="tns:ArrayOfAvailabilityPeriodTimeSpan"/><xs:element name="_x003C_ShortName_x003E_k__BackingField" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ArticleAvailabilityPeriod" nillable="true" type="tns:ArticleAvailabilityPeriod"/><xs:complexType name="ArrayOfAvailabilityPeriodTimeSpan"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="AvailabilityPeriodTimeSpan" nillable="true" type="tns:AvailabilityPeriodTimeSpan"/></xs:sequence></xs:complexType><xs:element name="ArrayOfAvailabilityPeriodTimeSpan" nillable="true" type="tns:ArrayOfAvailabilityPeriodTimeSpan"/><xs:complexType name="AvailabilityPeriodTimeSpan"><xs:sequence><xs:element name="_x003C_DayOfWeek_x003E_k__BackingField" type="xs:int"/><xs:element name="_x003C_FromTime_x003E_k__BackingField" type="xs:dateTime"/><xs:element name="_x003C_Id_x003E_k__BackingField" type="ser:guid"/><xs:element name="_x003C_TillTime_x003E_k__BackingField" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="AvailabilityPeriodTimeSpan" nillable="true" type="tns:AvailabilityPeriodTimeSpan"/><xs:complexType name="ArrayOfSitePlace"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SitePlace" nillable="true" type="tns:SitePlace"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSitePlace" nillable="true" type="tns:ArrayOfSitePlace"/><xs:complexType name="SitePlace"><xs:sequence><xs:element minOccurs="0" name="CultureEventReservationSiteId" type="ser:guid"/><xs:element minOccurs="0" name="CustomerPriceGroupId" type="ser:guid"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Price" type="xs:decimal"/><xs:element minOccurs="0" name="PromotionRuleDiscountAmount" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="SitePlace" nillable="true" type="tns:SitePlace"/><xs:complexType name="ValidateChildCareEntryPriorityRuleResult"><xs:complexContent mixed="false"><xs:extension base="q1:ValidationResult" xmlns:q1="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="IsBlocking" type="xs:boolean"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ValidateChildCareEntryPriorityRuleResult" nillable="true" type="tns:ValidateChildCareEntryPriorityRuleResult"/><xs:complexType name="ChangeSeasonPlanningStatusResult"><xs:sequence/></xs:complexType><xs:element name="ChangeSeasonPlanningStatusResult" nillable="true" type="tns:ChangeSeasonPlanningStatusResult"/><xs:complexType name="ChildCareCentrePresenceOption"><xs:sequence><xs:element minOccurs="0" name="Amount" type="xs:decimal"/><xs:element minOccurs="0" name="ChildCareCentreEntryOptionId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ChildCareCentreOptionId" type="ser:guid"/><xs:element minOccurs="0" name="ChildCareCentrePeriodId" type="ser:guid"/><xs:element minOccurs="0" name="ChildCareCentrePresenceId" type="ser:guid"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="LineAmount" type="xs:decimal"/><xs:element minOccurs="0" name="MaxOptions" type="xs:int"/><xs:element minOccurs="0" name="MaxOptionsTotal" type="xs:int"/><xs:element minOccurs="0" name="NumberOfOptions" type="xs:int"/><xs:element minOccurs="0" name="NumberOfOptionsAvailable" type="xs:int"/><xs:element minOccurs="0" name="NumberOfOptionsUsed" type="xs:int"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="VatAmount" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="ChildCareCentrePresenceOption" nillable="true" type="tns:ChildCareCentrePresenceOption"/><xs:complexType name="ArrayOfChildCareCentrePresenceOption"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ChildCareCentrePresenceOption" nillable="true" type="tns:ChildCareCentrePresenceOption"/></xs:sequence></xs:complexType><xs:element name="ArrayOfChildCareCentrePresenceOption" nillable="true" type="tns:ArrayOfChildCareCentrePresenceOption"/><xs:complexType name="ChildCareParentStatuteSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ChildCareParentStatuteSearchCriteria" nillable="true" type="tns:ChildCareParentStatuteSearchCriteria"/><xs:complexType name="ChildCareBenefitSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ChildCareBenefitSearchCriteria" nillable="true" type="tns:ChildCareBenefitSearchCriteria"/><xs:complexType name="ValidateChildCareEntryPriorityRuleCriteria"><xs:sequence><xs:element minOccurs="0" name="ChildrenIds" nillable="true" type="q2:ArrayOfguid" xmlns:q2="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="ChildCareEntryPeriodId" type="ser:guid"/><xs:element minOccurs="0" name="ChildCareCentreId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ValidateChildCareEntryPriorityRuleCriteria" nillable="true" type="tns:ValidateChildCareEntryPriorityRuleCriteria"/><xs:complexType name="ArrayOfPaymentLine"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="PaymentLine" nillable="true" type="tns:PaymentLine"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPaymentLine" nillable="true" type="tns:ArrayOfPaymentLine"/><xs:complexType name="PaymentLine"><xs:sequence><xs:element minOccurs="0" name="Amount" type="xs:decimal"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="IsDigitalWalletPayment" type="xs:boolean"/><xs:element minOccurs="0" name="IsGiftCertificatePayment" type="xs:boolean"/><xs:element minOccurs="0" name="OrderId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PaymentId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PaymentMethodId" type="ser:guid"/><xs:element minOccurs="0" name="RoundedAmount" type="xs:decimal"/><xs:element minOccurs="0" name="TransactionId" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="PaymentLine" nillable="true" type="tns:PaymentLine"/><xs:complexType name="UitpasPaymentError"><xs:sequence><xs:element minOccurs="0" name="Price" type="xs:decimal"/><xs:element minOccurs="0" name="PriceGroup" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Type" type="q3:UitpasPaymentErrorType" xmlns:q3="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="UitpasEventId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UitpasNumber" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="UitpasPaymentError" nillable="true" type="tns:UitpasPaymentError"/><xs:complexType name="ArrayOfUitpasPaymentError"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="UitpasPaymentError" nillable="true" type="tns:UitpasPaymentError"/></xs:sequence></xs:complexType><xs:element name="ArrayOfUitpasPaymentError" nillable="true" type="tns:ArrayOfUitpasPaymentError"/><xs:complexType name="DigitalWalletPayment"><xs:complexContent mixed="false"><xs:extension base="q4:BasketPayment" xmlns:q4="http://www.recreatex.be/webshop/"><xs:sequence><xs:element minOccurs="0" name="DivisionCardId" type="ser:guid"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="DigitalWalletPayment" nillable="true" type="tns:DigitalWalletPayment"/><xs:complexType name="ArrayOfShiftReceipt"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ShiftReceipt" nillable="true" type="tns:ShiftReceipt"/></xs:sequence></xs:complexType><xs:element name="ArrayOfShiftReceipt" nillable="true" type="tns:ArrayOfShiftReceipt"/><xs:complexType name="ShiftReceipt"><xs:sequence><xs:element minOccurs="0" name="Amount" type="xs:decimal"/><xs:element minOccurs="0" name="PaymentMethodId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ShiftReceipt" nillable="true" type="tns:ShiftReceipt"/><xs:complexType name="ChildCareCentrePresenceOptionSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="ChildCareCentreOptionId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ChildCareCentrePeriodId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ChildCareCentrePresenceOptionSearchCriteria" nillable="true" type="tns:ChildCareCentrePresenceOptionSearchCriteria"/><xs:complexType name="AdjustCombiOrganisedVisitResult"><xs:complexContent mixed="false"><xs:extension base="q5:ValidationResult" xmlns:q5="http://www.recreatex.be/webshop/"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="AdjustCombiOrganisedVisitResult" nillable="true" type="tns:AdjustCombiOrganisedVisitResult"/><xs:complexType name="WaiterPadContext"><xs:sequence><xs:element minOccurs="0" name="CustomerId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeId" type="ser:guid"/><xs:element minOccurs="0" name="MacId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PointOfSaleId" type="ser:guid"/><xs:element minOccurs="0" name="SalesZoneTableId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="WaiterPadContext" nillable="true" type="tns:WaiterPadContext"/><xs:complexType name="UtcOffsetResult"><xs:sequence><xs:element minOccurs="0" name="Offset" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="UtcOffsetResult" nillable="true" type="tns:UtcOffsetResult"/><xs:complexType name="DefaultPointOfSalesCustomer"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="DefaultPointOfSalesCustomer" nillable="true" type="tns:DefaultPointOfSalesCustomer"/><xs:complexType name="ArrayOfPersonNotification"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="PersonNotification" nillable="true" type="tns:PersonNotification"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPersonNotification" nillable="true" type="tns:ArrayOfPersonNotification"/><xs:complexType name="PersonNotification"><xs:sequence><xs:element minOccurs="0" name="CreationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="EventDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="NotificationType" type="xs:int"/><xs:element minOccurs="0" name="NotifiedDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="SubjectId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SubjectInfo" nillable="true" type="tns:PersonNotificationSubjectInfo"/></xs:sequence></xs:complexType><xs:element name="PersonNotification" nillable="true" type="tns:PersonNotification"/><xs:complexType name="PersonNotificationSubjectInfo"><xs:sequence><xs:element minOccurs="0" name="GraduationInfo" nillable="true" type="tns:GraduationInfo"/></xs:sequence></xs:complexType><xs:element name="PersonNotificationSubjectInfo" nillable="true" type="tns:PersonNotificationSubjectInfo"/><xs:complexType name="GraduationInfo"><xs:sequence><xs:element minOccurs="0" name="DiplomaName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LessonGroupId" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="GraduationInfo" nillable="true" type="tns:GraduationInfo"/></xs:schema><xs:schema elementFormDefault="qualified" targetNamespace="http://www.recreatex.be/webshop/v1.0/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.recreatex.be/webshop/v1.0/" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/"><xs:complexType name="InfoPlayCustomFieldSearchCriteria"><xs:sequence/></xs:complexType><xs:element name="InfoPlayCustomFieldSearchCriteria" nillable="true" type="tns:InfoPlayCustomFieldSearchCriteria"/><xs:complexType name="ArrayOfInfoPlayCustomField"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="InfoPlayCustomField" nillable="true" type="tns:InfoPlayCustomField"/></xs:sequence></xs:complexType><xs:element name="ArrayOfInfoPlayCustomField" nillable="true" type="tns:ArrayOfInfoPlayCustomField"/><xs:complexType name="InfoPlayCustomField"><xs:sequence><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="InfoPlayCustomField" nillable="true" type="tns:InfoPlayCustomField"/><xs:complexType name="InfoPlayCustomDataSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="SubjectId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="InfoPlayCustomDataSearchCriteria" nillable="true" type="tns:InfoPlayCustomDataSearchCriteria"/><xs:complexType name="ArrayOfInfoPlayCustomDataRecord"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="InfoPlayCustomDataRecord" nillable="true" type="tns:InfoPlayCustomDataRecord"/></xs:sequence></xs:complexType><xs:element name="ArrayOfInfoPlayCustomDataRecord" nillable="true" type="tns:ArrayOfInfoPlayCustomDataRecord"/><xs:complexType name="InfoPlayCustomDataRecord"><xs:sequence><xs:element minOccurs="0" name="Values" nillable="true" type="q1:ArrayOfKeyValueOfstringstring" xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType><xs:element name="InfoPlayCustomDataRecord" nillable="true" type="tns:InfoPlayCustomDataRecord"/><xs:complexType name="ETicketDeliveryMarkerCriteria"><xs:sequence><xs:element minOccurs="0" name="SubscriptionSalesLinesIds" nillable="true" type="q2:ArrayOfguid" xmlns:q2="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="OrganisedVisitIds" nillable="true" type="q3:ArrayOfguid" xmlns:q3="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="EntryIds" nillable="true" type="q4:ArrayOfguid" xmlns:q4="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="ReservationIds" nillable="true" type="q5:ArrayOfguid" xmlns:q5="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="CultureEventReservationIds" nillable="true" type="q6:ArrayOfguid" xmlns:q6="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType><xs:element name="ETicketDeliveryMarkerCriteria" nillable="true" type="tns:ETicketDeliveryMarkerCriteria"/><xs:complexType name="GetNetPayBalanceCriteria"><xs:sequence><xs:element minOccurs="0" name="AddressId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="GetNetPayBalanceCriteria" nillable="true" type="tns:GetNetPayBalanceCriteria"/><xs:complexType name="GetNetPayBalanceResult"><xs:sequence><xs:element minOccurs="0" name="Balance" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="GetNetPayBalanceResult" nillable="true" type="tns:GetNetPayBalanceResult"/><xs:complexType name="PayBebarmaticResult"><xs:sequence><xs:element minOccurs="0" name="Paid" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="PayBebarmaticResult" nillable="true" type="tns:PayBebarmaticResult"/><xs:complexType name="GetSeasonPlanningSettingsCriteria"><xs:sequence/></xs:complexType><xs:element name="GetSeasonPlanningSettingsCriteria" nillable="true" type="tns:GetSeasonPlanningSettingsCriteria"/><xs:complexType name="GetSeasonPlanningSettingsResult"><xs:sequence><xs:element minOccurs="0" name="RequestColor" type="q7:Color" xmlns:q7="http://schemas.datacontract.org/2004/07/System.Drawing"/><xs:element minOccurs="0" name="ProposalColor" type="q8:Color" xmlns:q8="http://schemas.datacontract.org/2004/07/System.Drawing"/><xs:element minOccurs="0" name="ProposalAcceptedColor" type="q9:Color" xmlns:q9="http://schemas.datacontract.org/2004/07/System.Drawing"/><xs:element minOccurs="0" name="ApprovedColor" type="q10:Color" xmlns:q10="http://schemas.datacontract.org/2004/07/System.Drawing"/><xs:element minOccurs="0" name="DeclinedColor" type="q11:Color" xmlns:q11="http://schemas.datacontract.org/2004/07/System.Drawing"/><xs:element minOccurs="0" name="WaitingListColor" type="q12:Color" xmlns:q12="http://schemas.datacontract.org/2004/07/System.Drawing"/><xs:element minOccurs="0" name="LicenseActivated" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="GetSeasonPlanningSettingsResult" nillable="true" type="tns:GetSeasonPlanningSettingsResult"/><xs:complexType name="GetNMBSStationsCriteria"><xs:sequence/></xs:complexType><xs:element name="GetNMBSStationsCriteria" nillable="true" type="tns:GetNMBSStationsCriteria"/><xs:complexType name="GetNMBSStationsResult"><xs:sequence><xs:element minOccurs="0" name="Stations" nillable="true" type="tns:ArrayOfNMBSStation"/></xs:sequence></xs:complexType><xs:element name="GetNMBSStationsResult" nillable="true" type="tns:GetNMBSStationsResult"/><xs:complexType name="ArrayOfNMBSStation"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="NMBSStation" nillable="true" type="tns:NMBSStation"/></xs:sequence></xs:complexType><xs:element name="ArrayOfNMBSStation" nillable="true" type="tns:ArrayOfNMBSStation"/><xs:complexType name="NMBSStation"><xs:sequence><xs:element minOccurs="0" name="Id" type="xs:int"/><xs:element minOccurs="0" name="Language" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="NMBSStation" nillable="true" type="tns:NMBSStation"/><xs:complexType name="GetNMBSProductsResult"><xs:sequence><xs:element minOccurs="0" name="ExcludedProducts" nillable="true" type="tns:ArrayOfExcludedNMBSProduct"/><xs:element minOccurs="0" name="Products" nillable="true" type="tns:ArrayOfNMBSProduct"/></xs:sequence></xs:complexType><xs:element name="GetNMBSProductsResult" nillable="true" type="tns:GetNMBSProductsResult"/><xs:complexType name="ArrayOfExcludedNMBSProduct"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ExcludedNMBSProduct" nillable="true" type="tns:ExcludedNMBSProduct"/></xs:sequence></xs:complexType><xs:element name="ArrayOfExcludedNMBSProduct" nillable="true" type="tns:ArrayOfExcludedNMBSProduct"/><xs:complexType name="ExcludedNMBSProduct"><xs:complexContent mixed="false"><xs:extension base="tns:NMBSProduct"><xs:sequence><xs:element minOccurs="0" name="Reasons" nillable="true" type="q13:ArrayOfstring" xmlns:q13="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ExcludedNMBSProduct" nillable="true" type="tns:ExcludedNMBSProduct"/><xs:complexType name="NMBSProduct"><xs:sequence><xs:element minOccurs="0" name="ProductId" type="xs:long"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Price" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="NMBSProduct" nillable="true" type="tns:NMBSProduct"/><xs:complexType name="ArrayOfNMBSProduct"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="NMBSProduct" nillable="true" type="tns:NMBSProduct"/></xs:sequence></xs:complexType><xs:element name="ArrayOfNMBSProduct" nillable="true" type="tns:ArrayOfNMBSProduct"/><xs:complexType name="GetNMBSSettingsCriteria"><xs:sequence/></xs:complexType><xs:element name="GetNMBSSettingsCriteria" nillable="true" type="tns:GetNMBSSettingsCriteria"/><xs:complexType name="GetNMBSSettingsResult"><xs:sequence><xs:element minOccurs="0" name="RegistrationItemID" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="GetNMBSSettingsResult" nillable="true" type="tns:GetNMBSSettingsResult"/><xs:complexType name="GetStatusIncertVoucherCriteria"><xs:sequence><xs:element minOccurs="0" name="VoucherCode" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="GetStatusIncertVoucherCriteria" nillable="true" type="tns:GetStatusIncertVoucherCriteria"/><xs:complexType name="GetStatusIncertVoucherResult"><xs:sequence><xs:element minOccurs="0" name="Voucher" nillable="true" type="tns:IncertVoucher"/></xs:sequence></xs:complexType><xs:element name="GetStatusIncertVoucherResult" nillable="true" type="tns:GetStatusIncertVoucherResult"/><xs:complexType name="IncertVoucher"><xs:sequence><xs:element minOccurs="0" name="VoucherCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="VoucherName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="VoucherDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="InitialAmount" type="xs:decimal"/><xs:element minOccurs="0" name="CurrentAmount" type="xs:decimal"/><xs:element minOccurs="0" name="Currency" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CustomerFullName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ValidTill" type="xs:dateTime"/><xs:element minOccurs="0" name="Status" type="xs:int"/><xs:element minOccurs="0" name="PartlyRedeemable" type="xs:boolean"/><xs:element minOccurs="0" name="Validity" type="tns:Validity"/><xs:element minOccurs="0" name="PosSalesLineId" type="ser:guid"/><xs:element minOccurs="0" name="RedemptionsHistory" nillable="true" type="tns:ArrayOfIncertRedemptionHistory"/></xs:sequence></xs:complexType><xs:element name="IncertVoucher" nillable="true" type="tns:IncertVoucher"/><xs:simpleType name="Validity"><xs:restriction base="xs:string"><xs:enumeration value="VoucherCodeNotFound"/><xs:enumeration value="Active"/><xs:enumeration value="Cancelled"/><xs:enumeration value="FullyRedeemed"/><xs:enumeration value="VoucherTypeNotAllowed"/><xs:enumeration value="VoucherNotPaidYet"/><xs:enumeration value="VoucherAlreadyExpired"/><xs:enumeration value="VoucherNotValidForThisStation"/><xs:enumeration value="VoucherNotActivated"/><xs:enumeration value="VoucherNotValidForThisRateCode"/></xs:restriction></xs:simpleType><xs:element name="Validity" nillable="true" type="tns:Validity"/><xs:complexType name="ArrayOfIncertRedemptionHistory"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="IncertRedemptionHistory" nillable="true" type="tns:IncertRedemptionHistory"/></xs:sequence></xs:complexType><xs:element name="ArrayOfIncertRedemptionHistory" nillable="true" type="tns:ArrayOfIncertRedemptionHistory"/><xs:complexType name="IncertRedemptionHistory"><xs:sequence><xs:element minOccurs="0" name="RedemptionID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="RedemptionDate" type="xs:dateTime"/><xs:element minOccurs="0" name="RedemptionValue" type="xs:decimal"/><xs:element minOccurs="0" name="RedemptionComment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="RedemptionStationID" type="xs:int"/><xs:element minOccurs="0" name="RedemptionStationName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BookingID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="InclusiveName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="InclusiveID" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="IncertRedemptionHistory" nillable="true" type="tns:IncertRedemptionHistory"/><xs:complexType name="RedeemIncertVoucherCriteria"><xs:sequence><xs:element minOccurs="0" name="VoucherCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Amount" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="RedeemIncertVoucherCriteria" nillable="true" type="tns:RedeemIncertVoucherCriteria"/><xs:complexType name="RedeemIncertVoucherResult"><xs:sequence><xs:element minOccurs="0" name="RedeemInfo" nillable="true" type="tns:IncertRedeemInfo"/></xs:sequence></xs:complexType><xs:element name="RedeemIncertVoucherResult" nillable="true" type="tns:RedeemIncertVoucherResult"/><xs:complexType name="IncertRedeemInfo"><xs:sequence><xs:element minOccurs="0" name="RedemptionId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="AmountRedeemed" type="xs:decimal"/><xs:element minOccurs="0" name="NewAccountBalance" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="IncertRedeemInfo" nillable="true" type="tns:IncertRedeemInfo"/><xs:complexType name="CancelIncertVoucherCriteria"><xs:sequence><xs:element minOccurs="0" name="RedemptionID" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="CancelIncertVoucherCriteria" nillable="true" type="tns:CancelIncertVoucherCriteria"/><xs:complexType name="CancelIncertVoucherResult"><xs:sequence><xs:element minOccurs="0" name="CancelInfo" nillable="true" type="tns:IncertCancelInfo"/></xs:sequence></xs:complexType><xs:element name="CancelIncertVoucherResult" nillable="true" type="tns:CancelIncertVoucherResult"/><xs:complexType name="IncertCancelInfo"><xs:sequence><xs:element minOccurs="0" name="Success" type="xs:boolean"/><xs:element minOccurs="0" name="VoucherCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CurrentAmount" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="IncertCancelInfo" nillable="true" type="tns:IncertCancelInfo"/><xs:complexType name="GetStatusFashionChequeCriteria"><xs:sequence><xs:element minOccurs="0" name="CardNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="VerificationCode" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="GetStatusFashionChequeCriteria" nillable="true" type="tns:GetStatusFashionChequeCriteria"/><xs:complexType name="FashionCheque"><xs:sequence><xs:element minOccurs="0" name="Status" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExpireDate" type="xs:dateTime"/><xs:element minOccurs="0" name="RefillsRemaining" type="xs:int"/><xs:element minOccurs="0" name="TransactionsRemaining" type="xs:int"/><xs:element minOccurs="0" name="InitialValue" type="xs:decimal"/><xs:element minOccurs="0" name="Minvalue" type="xs:decimal"/><xs:element minOccurs="0" name="MaxValue" type="xs:decimal"/><xs:element minOccurs="0" name="HasVerificationCode" type="xs:boolean"/><xs:element minOccurs="0" name="ProductIdentifier" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Number" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="VerificationCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Amount" nillable="true" type="q14:MoneyInfo" xmlns:q14="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType><xs:element name="FashionCheque" nillable="true" type="tns:FashionCheque"/><xs:complexType name="RedeemFashionChequeCriteria"><xs:sequence><xs:element minOccurs="0" name="CardNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="VerificationCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Amount" type="xs:decimal"/><xs:element minOccurs="0" name="Currency" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ActivationRequestId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="RedeemFashionChequeCriteria" nillable="true" type="tns:RedeemFashionChequeCriteria"/><xs:complexType name="CancelFashionChequeCriteria"><xs:sequence><xs:element minOccurs="0" name="CardNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="VerificationCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Amount" type="xs:decimal"/><xs:element minOccurs="0" name="Currency" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ActivationRequestId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="CancelFashionChequeCriteria" nillable="true" type="tns:CancelFashionChequeCriteria"/><xs:complexType name="GetGezinsbondSettingsCriteria"><xs:sequence/></xs:complexType><xs:element name="GetGezinsbondSettingsCriteria" nillable="true" type="tns:GetGezinsbondSettingsCriteria"/><xs:complexType name="GetGezinsbondSettingsResult"><xs:sequence><xs:element minOccurs="0" name="RedeemUnit" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="GetGezinsbondSettingsResult" nillable="true" type="tns:GetGezinsbondSettingsResult"/><xs:complexType name="GetStatusGezinsbondCriteria"><xs:sequence><xs:element minOccurs="0" name="Barcode" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="GetStatusGezinsbondCriteria" nillable="true" type="tns:GetStatusGezinsbondCriteria"/><xs:complexType name="RewardGezinsbondCriteria"><xs:sequence><xs:element minOccurs="0" name="CardNumber" type="xs:long"/><xs:element minOccurs="0" name="SalesSeriesId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="RewardGezinsbondCriteria" nillable="true" type="tns:RewardGezinsbondCriteria"/><xs:complexType name="RewardGezinsbondResult"><xs:sequence><xs:element minOccurs="0" name="RewardInfo" nillable="true" type="tns:GezinsbondRewardInfo"/></xs:sequence></xs:complexType><xs:element name="RewardGezinsbondResult" nillable="true" type="tns:RewardGezinsbondResult"/><xs:complexType name="GezinsbondRewardInfo"><xs:sequence><xs:element minOccurs="0" name="TransactionId" type="xs:long"/><xs:element minOccurs="0" name="AmountRewarded" type="xs:decimal"/><xs:element minOccurs="0" name="NewBalance" type="xs:decimal"/><xs:element minOccurs="0" name="RewardCalculatedOn" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="GezinsbondRewardInfo" nillable="true" type="tns:GezinsbondRewardInfo"/><xs:complexType name="RedeemGezinsbondCriteria"><xs:sequence><xs:element minOccurs="0" name="CardNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Amount" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="RedeemGezinsbondCriteria" nillable="true" type="tns:RedeemGezinsbondCriteria"/><xs:complexType name="RedeemGezinsbondResult"><xs:sequence><xs:element minOccurs="0" name="TransactionId" type="xs:long"/><xs:element minOccurs="0" name="NewBalance" type="xs:decimal"/><xs:element minOccurs="0" name="CancelCode" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="RedeemGezinsbondResult" nillable="true" type="tns:RedeemGezinsbondResult"/><xs:complexType name="CancelGezinsbondCriteria"><xs:sequence><xs:element minOccurs="0" name="CardNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TransactionId" type="xs:long"/><xs:element minOccurs="0" name="CancelCode" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="CancelGezinsbondCriteria" nillable="true" type="tns:CancelGezinsbondCriteria"/><xs:complexType name="CancelGezinsbondResult"><xs:sequence><xs:element minOccurs="0" name="TransactionId" type="xs:long"/><xs:element minOccurs="0" name="NewBalance" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="CancelGezinsbondResult" nillable="true" type="tns:CancelGezinsbondResult"/><xs:complexType name="GetStatusLerarenkaartCriteria"><xs:sequence><xs:element minOccurs="0" name="CardNumber" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="GetStatusLerarenkaartCriteria" nillable="true" type="tns:GetStatusLerarenkaartCriteria"/><xs:complexType name="GetStatusLerarenkaartResult"><xs:sequence><xs:element minOccurs="0" name="StatusResponse" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="AuthenticationMessage" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Lerarenkaart" nillable="true" type="tns:Lerarenkaart"/></xs:sequence></xs:complexType><xs:element name="GetStatusLerarenkaartResult" nillable="true" type="tns:GetStatusLerarenkaartResult"/><xs:complexType name="Lerarenkaart"><xs:sequence><xs:element minOccurs="0" name="CardNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Valid" type="xs:boolean"/><xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="Lerarenkaart" nillable="true" type="tns:Lerarenkaart"/><xs:complexType name="QRAppPopupSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SalesZoneId" type="ser:guid"/><xs:element minOccurs="0" name="DateAndTime" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="QRAppPopupSearchCriteria" nillable="true" type="tns:QRAppPopupSearchCriteria"/><xs:complexType name="ArrayOfQRAppPopup"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="QRAppPopup" nillable="true" type="tns:QRAppPopup"/></xs:sequence></xs:complexType><xs:element name="ArrayOfQRAppPopup" nillable="true" type="tns:ArrayOfQRAppPopup"/><xs:complexType name="QRAppPopup"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="From" type="xs:dateTime"/><xs:element minOccurs="0" name="Till" type="xs:dateTime"/><xs:element minOccurs="0" name="PopupText" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="QRAppPopup" nillable="true" type="tns:QRAppPopup"/><xs:complexType name="GetMuseumPassCriteria"><xs:sequence><xs:element minOccurs="0" name="CardNumber" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="GetMuseumPassCriteria" nillable="true" type="tns:GetMuseumPassCriteria"/><xs:complexType name="GetMuseumPassResult"><xs:sequence><xs:element minOccurs="0" name="MuseumPass" nillable="true" type="tns:MuseumPass"/></xs:sequence></xs:complexType><xs:element name="GetMuseumPassResult" nillable="true" type="tns:GetMuseumPassResult"/><xs:complexType name="MuseumPass"><xs:sequence><xs:element minOccurs="0" name="CardNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PassHolderId" type="ser:guid"/><xs:element minOccurs="0" name="FirstName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LastName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DateOfBirth" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Picture" nillable="true" type="tns:PictureInfo"/><xs:element minOccurs="0" name="SubscriptionEndDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Allowed" type="xs:boolean"/><xs:element minOccurs="0" name="Reason" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="MuseumPass" nillable="true" type="tns:MuseumPass"/><xs:complexType name="PictureInfo"><xs:sequence><xs:element minOccurs="0" name="Url" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExpiresAt" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="PictureInfo" nillable="true" type="tns:PictureInfo"/><xs:complexType name="ActivateMuseumPassSubscriptionCriteria"><xs:sequence><xs:element minOccurs="0" name="SubscriptionId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="MuseumPass" nillable="true" type="tns:MuseumPass"/></xs:sequence></xs:complexType><xs:element name="ActivateMuseumPassSubscriptionCriteria" nillable="true" type="tns:ActivateMuseumPassSubscriptionCriteria"/><xs:complexType name="ActivateMuseumPassSubscriptionResult"><xs:sequence><xs:element minOccurs="0" name="Success" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ActivateMuseumPassSubscriptionResult" nillable="true" type="tns:ActivateMuseumPassSubscriptionResult"/><xs:complexType name="GetSalesHeaderAccessTicketsPrintDataJsonCriteria"><xs:sequence><xs:element minOccurs="0" name="SalesSeriesId" type="ser:guid"/><xs:element minOccurs="0" name="SmallFontTextWidth" type="xs:int"/><xs:element minOccurs="0" name="LargeFontTextWidth" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="GetSalesHeaderAccessTicketsPrintDataJsonCriteria" nillable="true" type="tns:GetSalesHeaderAccessTicketsPrintDataJsonCriteria"/><xs:complexType name="GetSalesHeaderAccessTicketsPrintDataJsonResult"><xs:sequence><xs:element minOccurs="0" name="JsonPrintData" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="GetSalesHeaderAccessTicketsPrintDataJsonResult" nillable="true" type="tns:GetSalesHeaderAccessTicketsPrintDataJsonResult"/><xs:complexType name="GetSalesHeaderReceiptPrintDataJsonCriteria"><xs:sequence><xs:element minOccurs="0" name="SalesSeriesId" type="ser:guid"/><xs:element minOccurs="0" name="SmallFontTextWidth" type="xs:int"/><xs:element minOccurs="0" name="LargeFontTextWidth" type="xs:int"/><xs:element minOccurs="0" name="PrintAccessTickets" type="xs:boolean"/><xs:element minOccurs="0" name="ReprintReceiptsLinkedToDigitalWallet" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="GetSalesHeaderReceiptPrintDataJsonCriteria" nillable="true" type="tns:GetSalesHeaderReceiptPrintDataJsonCriteria"/><xs:complexType name="GetSalesHeaderReceiptPrintDataJsonResult"><xs:sequence><xs:element minOccurs="0" name="JsonPrintData" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="GetSalesHeaderReceiptPrintDataJsonResult" nillable="true" type="tns:GetSalesHeaderReceiptPrintDataJsonResult"/><xs:complexType name="GetCashReportJsonCriteria"><xs:sequence><xs:element minOccurs="0" name="SalesShiftId" type="ser:guid"/><xs:element minOccurs="0" name="SmallFontTextWidth" type="xs:int"/><xs:element minOccurs="0" name="LargeFontTextWidth" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="GetCashReportJsonCriteria" nillable="true" type="tns:GetCashReportJsonCriteria"/><xs:complexType name="GetCashReportJsonResult"><xs:sequence><xs:element minOccurs="0" name="JsonPrintData" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="GetCashReportJsonResult" nillable="true" type="tns:GetCashReportJsonResult"/><xs:complexType name="WiseGetPatronNameCriteria"><xs:sequence><xs:element minOccurs="0" name="PatronID" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="WiseGetPatronNameCriteria" nillable="true" type="tns:WiseGetPatronNameCriteria"/><xs:complexType name="WiseGetPatronNameResult"><xs:sequence><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="WiseGetPatronNameResult" nillable="true" type="tns:WiseGetPatronNameResult"/><xs:complexType name="WiseGetFeesForPatronCriteria"><xs:sequence><xs:element minOccurs="0" name="PatronID" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="WiseGetFeesForPatronCriteria" nillable="true" type="tns:WiseGetFeesForPatronCriteria"/><xs:complexType name="WiseGetFeesForPatronResult"><xs:sequence><xs:element minOccurs="0" name="PatronFees" nillable="true" type="tns:ArrayOfWiseFee"/></xs:sequence></xs:complexType><xs:element name="WiseGetFeesForPatronResult" nillable="true" type="tns:WiseGetFeesForPatronResult"/><xs:complexType name="ArrayOfWiseFee"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="WiseFee" nillable="true" type="tns:WiseFee"/></xs:sequence></xs:complexType><xs:element name="ArrayOfWiseFee" nillable="true" type="tns:ArrayOfWiseFee"/><xs:complexType name="WiseFee"><xs:sequence><xs:element minOccurs="0" name="PatronName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Amount" type="xs:decimal"/><xs:element minOccurs="0" name="Information" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="WiseFee" nillable="true" type="tns:WiseFee"/><xs:complexType name="WiseSetFeePayedForPatronCriteria"><xs:sequence><xs:element minOccurs="0" name="PatronID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PaymentMethodID" type="ser:guid"/><xs:element minOccurs="0" name="AmountPayed" type="xs:decimal"/><xs:element minOccurs="0" name="PostType" nillable="true" type="xs:short"/></xs:sequence></xs:complexType><xs:element name="WiseSetFeePayedForPatronCriteria" nillable="true" type="tns:WiseSetFeePayedForPatronCriteria"/><xs:complexType name="WiseSetFeePayedForPatronResult"><xs:sequence><xs:element minOccurs="0" name="IsSuccess" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="WiseSetFeePayedForPatronResult" nillable="true" type="tns:WiseSetFeePayedForPatronResult"/><xs:complexType name="ArrayOfSalesQuestionAnswer"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SalesQuestionAnswer" nillable="true" type="tns:SalesQuestionAnswer"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSalesQuestionAnswer" nillable="true" type="tns:ArrayOfSalesQuestionAnswer"/><xs:complexType name="SalesQuestionAnswer"><xs:sequence><xs:element minOccurs="0" name="SalesQuestionId" type="ser:guid"/><xs:element minOccurs="0" name="AnswerText" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="AnswerBoolean" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="AnswerInt" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="AnswerDateTime" nillable="true" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="SalesQuestionAnswer" nillable="true" type="tns:SalesQuestionAnswer"/><xs:complexType name="SetGiftCertificatePrintedCriteria"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="SetGiftCertificatePrintedCriteria" nillable="true" type="tns:SetGiftCertificatePrintedCriteria"/><xs:simpleType name="SpotbookingStatus"><xs:restriction base="xs:string"><xs:enumeration value="None"/><xs:enumeration value="Pending"/><xs:enumeration value="Approved"/><xs:enumeration value="Disapproved"/></xs:restriction></xs:simpleType><xs:element name="SpotbookingStatus" nillable="true" type="tns:SpotbookingStatus"/><xs:simpleType name="SaveSpotbookingStatusResult"><xs:restriction base="xs:string"><xs:enumeration value="Success"/><xs:enumeration value="NotFound"/><xs:enumeration value="IsAlreadyAccepted"/><xs:enumeration value="IsAlreadyRejected"/><xs:enumeration value="SaveFailed"/></xs:restriction></xs:simpleType><xs:element name="SaveSpotbookingStatusResult" nillable="true" type="tns:SaveSpotbookingStatusResult"/><xs:complexType name="SpotbookingSettings"><xs:sequence><xs:element minOccurs="0" name="Url" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Username" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Password" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="SpotbookingSettings" nillable="true" type="tns:SpotbookingSettings"/><xs:complexType name="ModifySubscriptionDatesCriteria"><xs:sequence><xs:element minOccurs="0" name="SubscriptionId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="StartDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="EndDate" nillable="true" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="ModifySubscriptionDatesCriteria" nillable="true" type="tns:ModifySubscriptionDatesCriteria"/><xs:complexType name="UndoCancelSubscriptionCriteria"><xs:sequence><xs:element minOccurs="0" name="SubscriptionId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="UndoCancelSubscriptionCriteria" nillable="true" type="tns:UndoCancelSubscriptionCriteria"/><xs:complexType name="GetFamilyCardsCriteria"><xs:sequence><xs:element minOccurs="0" name="PersonId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="GetFamilyCardsCriteria" nillable="true" type="tns:GetFamilyCardsCriteria"/><xs:complexType name="GetFamilyCardsResult"><xs:sequence><xs:element minOccurs="0" name="FamilyCards" nillable="true" type="tns:ArrayOfFamilyCard"/></xs:sequence></xs:complexType><xs:element name="GetFamilyCardsResult" nillable="true" type="tns:GetFamilyCardsResult"/><xs:complexType name="ArrayOfFamilyCard"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="FamilyCard" nillable="true" type="tns:FamilyCard"/></xs:sequence></xs:complexType><xs:element name="ArrayOfFamilyCard" nillable="true" type="tns:ArrayOfFamilyCard"/><xs:complexType name="FamilyCard"><xs:sequence><xs:element minOccurs="0" name="DivisionCardId" type="ser:guid"/><xs:element minOccurs="0" name="LongCardNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PersonCardId" type="ser:guid"/><xs:element minOccurs="0" name="PersonName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ShortCardNumber" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="FamilyCard" nillable="true" type="tns:FamilyCard"/><xs:complexType name="ListPaymentMethodsCriteria"><xs:sequence><xs:element minOccurs="0" name="PointOfSaleId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ListPaymentMethodsCriteria" nillable="true" type="tns:ListPaymentMethodsCriteria"/><xs:complexType name="ValidateWaitingListCallCriteria"><xs:sequence><xs:element minOccurs="0" name="WaitingListStudentId" type="ser:guid"/><xs:element minOccurs="0" name="LessonGroupId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ValidateWaitingListCallCriteria" nillable="true" type="tns:ValidateWaitingListCallCriteria"><xs:annotation><xs:documentation>The search criteria used to validate WaitingListCalls</xs:documentation></xs:annotation></xs:element><xs:complexType name="ListWaitingListCallsCriteria"><xs:sequence><xs:element minOccurs="0" name="PersonId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ListWaitingListCallsCriteria" nillable="true" type="tns:ListWaitingListCallsCriteria"><xs:annotation><xs:documentation>The search criteria used to get ListWaitingListCalls for a specific WaitingListStudent</xs:documentation></xs:annotation></xs:element><xs:complexType name="ConfirmWaitingListCallCriteria"><xs:sequence><xs:element minOccurs="0" name="WaitingListStudentId" type="ser:guid"/><xs:element minOccurs="0" name="Accepted" type="xs:boolean"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ConfirmWaitingListCallCriteria" nillable="true" type="tns:ConfirmWaitingListCallCriteria"><xs:annotation><xs:documentation>The criteria to accept or deny a waitingList call</xs:documentation></xs:annotation></xs:element><xs:complexType name="EmployeeAvailabilityCriteria"><xs:sequence><xs:element minOccurs="0" name="EmployeeID" type="ser:guid"/><xs:element minOccurs="0" name="From" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" nillable="true" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="EmployeeAvailabilityCriteria" nillable="true" type="tns:EmployeeAvailabilityCriteria"/><xs:complexType name="ArrayOfEmployeeAvailability"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="EmployeeAvailability" nillable="true" type="tns:EmployeeAvailability"/></xs:sequence></xs:complexType><xs:element name="ArrayOfEmployeeAvailability" nillable="true" type="tns:ArrayOfEmployeeAvailability"/><xs:complexType name="EmployeeAvailability"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeID" type="ser:guid"/><xs:element minOccurs="0" name="From" type="xs:dateTime"/><xs:element minOccurs="0" name="Until" type="xs:dateTime"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="EmployeeAvailability" nillable="true" type="tns:EmployeeAvailability"/><xs:complexType name="SaveEmployeeAvailabilityCriteria"><xs:sequence><xs:element minOccurs="0" name="EmployeeAvailability" nillable="true" type="tns:EmployeeAvailability"/></xs:sequence></xs:complexType><xs:element name="SaveEmployeeAvailabilityCriteria" nillable="true" type="tns:SaveEmployeeAvailabilityCriteria"/><xs:complexType name="SaveEmployeeAvailabilityResult"><xs:sequence><xs:element minOccurs="0" name="Success" type="xs:boolean"/><xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="SaveEmployeeAvailabilityResult" nillable="true" type="tns:SaveEmployeeAvailabilityResult"/><xs:complexType name="SaveEmployeeAvailabilitiesCriteria"><xs:sequence><xs:element minOccurs="0" name="EmployeeAvailabilities" nillable="true" type="tns:ArrayOfEmployeeAvailability"/></xs:sequence></xs:complexType><xs:element name="SaveEmployeeAvailabilitiesCriteria" nillable="true" type="tns:SaveEmployeeAvailabilitiesCriteria"/><xs:complexType name="SaveEmployeeAvailabilitiesResult"><xs:sequence><xs:element minOccurs="0" name="Success" type="xs:boolean"/><xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="SaveEmployeeAvailabilitiesResult" nillable="true" type="tns:SaveEmployeeAvailabilitiesResult"/><xs:complexType name="DeleteEmployeeAvailabilityResult"><xs:sequence><xs:element minOccurs="0" name="Success" type="xs:boolean"/><xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="DeleteEmployeeAvailabilityResult" nillable="true" type="tns:DeleteEmployeeAvailabilityResult"/><xs:complexType name="TaskFlowSettings"><xs:sequence><xs:element minOccurs="0" name="WebTaskCanBePicked" type="xs:boolean"/><xs:element minOccurs="0" name="EmployeeCanCancelConfirmedTasks" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="TaskFlowSettings" nillable="true" type="tns:TaskFlowSettings"/><xs:complexType name="GetRentalPlaceOpeningHourCriteria"><xs:sequence><xs:element minOccurs="0" name="Date" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="RentalPlaceId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="GetRentalPlaceOpeningHourCriteria" nillable="true" type="tns:GetRentalPlaceOpeningHourCriteria"/><xs:complexType name="GetRentalPlaceOpeningHourResult"><xs:sequence><xs:element minOccurs="0" name="RentalPlaceOpeningHourDay" nillable="true" type="tns:RentalPlaceOpeningHourDay"/></xs:sequence></xs:complexType><xs:element name="GetRentalPlaceOpeningHourResult" nillable="true" type="tns:GetRentalPlaceOpeningHourResult"/><xs:complexType name="RentalPlaceOpeningHourDay"><xs:sequence><xs:element minOccurs="0" name="From1" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Until1" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="From2" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Until2" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="DeliveryMax" type="xs:int"/><xs:element minOccurs="0" name="PickupMax" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="RentalPlaceOpeningHourDay" nillable="true" type="tns:RentalPlaceOpeningHourDay"/><xs:complexType name="FinalizeJournalCriteria"><xs:sequence><xs:element minOccurs="0" name="EmployeeId" type="ser:guid"/><xs:element minOccurs="0" name="JournalId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="FinalizeJournalCriteria" nillable="true" type="tns:FinalizeJournalCriteria"/><xs:complexType name="GetJournalsSummaryCriteria"><xs:sequence/></xs:complexType><xs:element name="GetJournalsSummaryCriteria" nillable="true" type="tns:GetJournalsSummaryCriteria"/><xs:complexType name="ArrayOfExpositionOptionalArticleCapacity"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ExpositionOptionalArticleCapacity" nillable="true" type="tns:ExpositionOptionalArticleCapacity"/></xs:sequence></xs:complexType><xs:element name="ArrayOfExpositionOptionalArticleCapacity" nillable="true" type="tns:ArrayOfExpositionOptionalArticleCapacity"/><xs:complexType name="ExpositionOptionalArticleCapacity"><xs:sequence><xs:element minOccurs="0" name="OptionalArticleId" type="ser:guid"/><xs:element minOccurs="0" name="RemainingCapacity" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="ExpositionOptionalArticleCapacity" nillable="true" type="tns:ExpositionOptionalArticleCapacity"/><xs:complexType name="FindExpositionArticlePricesCriteria"><xs:sequence><xs:element minOccurs="0" name="ExpositionId" type="ser:guid"/><xs:element minOccurs="0" name="ExpositionPeriodId" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="IncludeImageUrl" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="FindExpositionArticlePricesCriteria" nillable="true" type="tns:FindExpositionArticlePricesCriteria"/><xs:complexType name="ChangeExpositionPeriodStateCriteria"><xs:sequence><xs:element minOccurs="0" name="ExpositionPeriodId" type="ser:guid"/><xs:element minOccurs="0" name="State" type="tns:ExpositionPeriodState"/></xs:sequence></xs:complexType><xs:element name="ChangeExpositionPeriodStateCriteria" nillable="true" type="tns:ChangeExpositionPeriodStateCriteria"/><xs:simpleType name="ExpositionPeriodState"><xs:restriction base="xs:string"><xs:enumeration value="Start"/><xs:enumeration value="Stop"/></xs:restriction></xs:simpleType><xs:element name="ExpositionPeriodState" nillable="true" type="tns:ExpositionPeriodState"/><xs:complexType name="ExpositionSalesSummary"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Details" nillable="true" type="tns:ArrayOfExpositionSalesDetail"/><xs:element minOccurs="0" name="TotalSold" type="xs:int"/><xs:element minOccurs="0" name="ExpositionPeriodSalesSummaries" nillable="true" type="tns:ArrayOfExpositionPeriodSalesSummary"/></xs:sequence></xs:complexType><xs:element name="ExpositionSalesSummary" nillable="true" type="tns:ExpositionSalesSummary"/><xs:complexType name="ArrayOfExpositionSalesDetail"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ExpositionSalesDetail" nillable="true" type="tns:ExpositionSalesDetail"/></xs:sequence></xs:complexType><xs:element name="ArrayOfExpositionSalesDetail" nillable="true" type="tns:ArrayOfExpositionSalesDetail"/><xs:complexType name="ExpositionSalesDetail"><xs:sequence><xs:element minOccurs="0" name="PriceId" type="ser:guid"/><xs:element minOccurs="0" name="TicketsSold" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="ExpositionSalesDetail" nillable="true" type="tns:ExpositionSalesDetail"/><xs:complexType name="ArrayOfExpositionPeriodSalesSummary"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ExpositionPeriodSalesSummary" nillable="true" type="tns:ExpositionPeriodSalesSummary"/></xs:sequence></xs:complexType><xs:element name="ArrayOfExpositionPeriodSalesSummary" nillable="true" type="tns:ArrayOfExpositionPeriodSalesSummary"/><xs:complexType name="ExpositionPeriodSalesSummary"><xs:sequence><xs:element minOccurs="0" name="ExpositionPeriodId" type="ser:guid"/><xs:element minOccurs="0" name="Details" nillable="true" type="tns:ArrayOfExpositionSalesDetail"/><xs:element minOccurs="0" name="TotalSold" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="ExpositionPeriodSalesSummary" nillable="true" type="tns:ExpositionPeriodSalesSummary"/><xs:complexType name="CheckOrganisedVisitAlreadyRegisteredResult"><xs:sequence><xs:element minOccurs="0" name="AlreadyRegistered" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="CheckOrganisedVisitAlreadyRegisteredResult" nillable="true" type="tns:CheckOrganisedVisitAlreadyRegisteredResult"/><xs:complexType name="AdjustOrganisedVisitCriteria"><xs:sequence><xs:element minOccurs="0" name="OrganisedVisitId" type="ser:guid"/><xs:element minOccurs="0" name="OrganisedVisitTicketAdjustments" nillable="true" type="tns:ArrayOfOrganisedVisitTicketAdjustment"/><xs:element minOccurs="0" name="OrganisedVisitSaleAdjustments" nillable="true" type="tns:ArrayOfOrganisedVisitSaleAdjustment"/></xs:sequence></xs:complexType><xs:element name="AdjustOrganisedVisitCriteria" nillable="true" type="tns:AdjustOrganisedVisitCriteria"/><xs:complexType name="ArrayOfOrganisedVisitTicketAdjustment"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="OrganisedVisitTicketAdjustment" nillable="true" type="tns:OrganisedVisitTicketAdjustment"/></xs:sequence></xs:complexType><xs:element name="ArrayOfOrganisedVisitTicketAdjustment" nillable="true" type="tns:ArrayOfOrganisedVisitTicketAdjustment"/><xs:complexType name="OrganisedVisitTicketAdjustment"><xs:sequence><xs:element minOccurs="0" name="OrganisedVisitPriceGroupId" type="ser:guid"/><xs:element minOccurs="0" name="Quantity" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="OrganisedVisitTicketAdjustment" nillable="true" type="tns:OrganisedVisitTicketAdjustment"/><xs:complexType name="ArrayOfOrganisedVisitSaleAdjustment"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="OrganisedVisitSaleAdjustment" nillable="true" type="tns:OrganisedVisitSaleAdjustment"/></xs:sequence></xs:complexType><xs:element name="ArrayOfOrganisedVisitSaleAdjustment" nillable="true" type="tns:ArrayOfOrganisedVisitSaleAdjustment"/><xs:complexType name="OrganisedVisitSaleAdjustment"><xs:sequence><xs:element minOccurs="0" name="OrganisedVisitSaleID" type="ser:guid"/><xs:element minOccurs="0" name="Quantity" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="OrganisedVisitSaleAdjustment" nillable="true" type="tns:OrganisedVisitSaleAdjustment"/><xs:complexType name="ArrayOfCombiOrganisedVisit"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CombiOrganisedVisit" nillable="true" type="tns:CombiOrganisedVisit"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCombiOrganisedVisit" nillable="true" type="tns:ArrayOfCombiOrganisedVisit"/><xs:complexType name="CombiOrganisedVisit"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="CustomerId" type="ser:guid"/><xs:element minOccurs="0" name="PurchaseDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Amount" type="xs:decimal"/><xs:element minOccurs="0" name="Quantity" type="xs:int"/><xs:element minOccurs="0" name="CombiOrganisedVisitReservations" nillable="true" type="tns:ArrayOfCombiOrganisedVisitPeriodReservation"/><xs:element minOccurs="0" name="CombiExpositionId" type="ser:guid"/><xs:element minOccurs="0" name="CombiExpositionDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="VisitNo" type="xs:long"/><xs:element minOccurs="0" name="Posted" type="xs:boolean"/><xs:element minOccurs="0" name="Cancelled" type="xs:boolean"/><xs:element minOccurs="0" name="MaxCancelWebDays" type="xs:int"/><xs:element minOccurs="0" name="MaxCancelWebHours" type="xs:int"/><xs:element minOccurs="0" name="CombiOrganisedVisitCombiTickets" nillable="true" type="q15:ArrayOfCombiOrganisedVisitCombiTicket" xmlns:q15="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/><xs:element minOccurs="0" name="WebCreated" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="CombiOrganisedVisit" nillable="true" type="tns:CombiOrganisedVisit"/><xs:complexType name="ArrayOfCombiOrganisedVisitPeriodReservation"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CombiOrganisedVisitPeriodReservation" nillable="true" type="tns:CombiOrganisedVisitPeriodReservation"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCombiOrganisedVisitPeriodReservation" nillable="true" type="tns:ArrayOfCombiOrganisedVisitPeriodReservation"/><xs:complexType name="CombiOrganisedVisitPeriodReservation"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="CombiOrganisedVisitId" type="ser:guid"/><xs:element minOccurs="0" name="ExpositionPeriodId" type="ser:guid"/><xs:element minOccurs="0" name="ExpositionId" type="ser:guid"/><xs:element minOccurs="0" name="UnitPrice" type="xs:decimal"/><xs:element minOccurs="0" name="TicketTemplateId" type="ser:guid"/><xs:element minOccurs="0" name="PaidQuantity" type="xs:int"/><xs:element minOccurs="0" name="Quantity" type="xs:int"/><xs:element minOccurs="0" name="ExpositionDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="StartDate" type="xs:dateTime"/><xs:element minOccurs="0" name="EndDate" type="xs:dateTime"/><xs:element minOccurs="0" name="CanBeRebooked" type="xs:boolean"/><xs:element minOccurs="0" name="ArticleId" type="ser:guid"/><xs:element minOccurs="0" name="ArticleCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ArticleName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CombiExpositionExpositionId" type="ser:guid"/><xs:element minOccurs="0" name="CombiOrganisedVisitExpositionExtraArticles" nillable="true" type="q16:ArrayOfCombiOrganisedVisitSale" xmlns:q16="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model"/></xs:sequence></xs:complexType><xs:element name="CombiOrganisedVisitPeriodReservation" nillable="true" type="tns:CombiOrganisedVisitPeriodReservation"/><xs:complexType name="GetCombiExpositionAllowedPeriodsCriteria"><xs:sequence><xs:element minOccurs="0" name="CombiExpositionId" type="ser:guid"/><xs:element minOccurs="0" name="ExpositionId" type="ser:guid"/><xs:element minOccurs="0" name="FixedPeriodIds" nillable="true" type="q17:ArrayOfguid" xmlns:q17="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType><xs:element name="GetCombiExpositionAllowedPeriodsCriteria" nillable="true" type="tns:GetCombiExpositionAllowedPeriodsCriteria"/><xs:complexType name="SubFileSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="SubFileId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="SubFileSearchCriteria" nillable="true" type="tns:SubFileSearchCriteria"><xs:annotation><xs:documentation>The search criteria used to find subfiles</xs:documentation></xs:annotation></xs:element><xs:complexType name="ArrayOfReservationSale"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ReservationSale" nillable="true" type="tns:ReservationSale"/></xs:sequence></xs:complexType><xs:element name="ArrayOfReservationSale" nillable="true" type="tns:ArrayOfReservationSale"/><xs:complexType name="ReservationSale"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ReservationId" type="ser:guid"/><xs:element minOccurs="0" name="ArticleId" type="ser:guid"/><xs:element minOccurs="0" name="VatId" type="ser:guid"/><xs:element minOccurs="0" name="Quantity" type="xs:int"/><xs:element minOccurs="0" name="Hours" type="ser:duration"/><xs:element minOccurs="0" name="CalculationType" type="xs:int"/><xs:element minOccurs="0" name="VatAmount" type="xs:decimal"/><xs:element minOccurs="0" name="AmountExVat" type="xs:decimal"/><xs:element minOccurs="0" name="Amount" type="xs:decimal"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Nights" type="xs:int"/><xs:element minOccurs="0" name="Days" type="xs:int"/><xs:element minOccurs="0" name="Participants" type="xs:int"/><xs:element minOccurs="0" name="FromDateTime" type="xs:dateTime"/><xs:element minOccurs="0" name="ToDateTime" type="xs:dateTime"/><xs:element minOccurs="0" name="Sequence" type="xs:int"/><xs:element minOccurs="0" name="EntryType" type="xs:int"/><xs:element minOccurs="0" name="Article" nillable="true" type="q18:Article" xmlns:q18="http://www.recreatex.be/webshop/"/><xs:element minOccurs="0" name="UnitPriceInc" type="xs:decimal"/><xs:element minOccurs="0" name="CalculationTypeEnum" type="q19:CalculationType" xmlns:q19="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="ReservationSale" nillable="true" type="tns:ReservationSale"/><xs:complexType name="CancelReservationCriteria"><xs:sequence><xs:element minOccurs="0" name="ReservationIDs" nillable="true" type="q20:ArrayOfguid" xmlns:q20="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="ReasonID" type="ser:guid"/><xs:element minOccurs="0" name="ReasonDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Refund" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="CancelReservationCriteria" nillable="true" type="tns:CancelReservationCriteria"/><xs:complexType name="GetRecurringDayPatternDatesCriteria"><xs:sequence><xs:element minOccurs="0" name="recurringDayPattern" nillable="true" type="tns:RecurringDayPattern"/><xs:element minOccurs="0" name="StartDate" type="xs:dateTime"/><xs:element minOccurs="0" name="EndDate" type="xs:dateTime"/><xs:element minOccurs="0" name="MaxIterations" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="GetRecurringDayPatternDatesCriteria" nillable="true" type="tns:GetRecurringDayPatternDatesCriteria"/><xs:complexType name="RecurringDayPattern"><xs:sequence><xs:element minOccurs="0" name="FrequencyType" type="xs:int"/><xs:element minOccurs="0" name="DayType" type="xs:int"/><xs:element minOccurs="0" name="MonthType" type="xs:int"/><xs:element minOccurs="0" name="YearType" type="xs:int"/><xs:element minOccurs="0" name="DayFrequency" type="xs:int"/><xs:element minOccurs="0" name="WeekFrequency" type="xs:int"/><xs:element minOccurs="0" name="WeekMonday" type="xs:boolean"/><xs:element minOccurs="0" name="WeekTuesday" type="xs:boolean"/><xs:element minOccurs="0" name="WeekWednesday" type="xs:boolean"/><xs:element minOccurs="0" name="WeekThursday" type="xs:boolean"/><xs:element minOccurs="0" name="WeekFriday" type="xs:boolean"/><xs:element minOccurs="0" name="WeekSaturday" type="xs:boolean"/><xs:element minOccurs="0" name="WeekSunday" type="xs:boolean"/><xs:element minOccurs="0" name="MonthFrequency" type="xs:int"/><xs:element minOccurs="0" name="MonthDayNo" type="xs:int"/><xs:element minOccurs="0" name="MonthWeekday" type="xs:int"/><xs:element minOccurs="0" name="YearMonth" type="xs:int"/><xs:element minOccurs="0" name="YearMonthDayNo" type="xs:int"/><xs:element minOccurs="0" name="YearWeekday" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="RecurringDayPattern" nillable="true" type="tns:RecurringDayPattern"/><xs:complexType name="GetRecurringDayPatternDatesResult"><xs:sequence><xs:element minOccurs="0" name="DayPatternDates" nillable="true" type="q21:ArrayOfdateTime" xmlns:q21="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType><xs:element name="GetRecurringDayPatternDatesResult" nillable="true" type="tns:GetRecurringDayPatternDatesResult"/><xs:complexType name="ProcessRefundCriteria"><xs:sequence><xs:element minOccurs="0" name="RefundReference" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ReservationId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ProcessRefundCriteria" nillable="true" type="tns:ProcessRefundCriteria"/><xs:complexType name="DisconnectDivisionCardCriteria"><xs:sequence><xs:element minOccurs="0" name="DivisionCardNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PeripheralStringId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="DisconnectDivisionCardCriteria" nillable="true" type="tns:DisconnectDivisionCardCriteria"/><xs:complexType name="ValidateVoucherCriteria"><xs:sequence><xs:element minOccurs="0" name="Tokens" nillable="true" type="q22:ArrayOfstring" xmlns:q22="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType><xs:element name="ValidateVoucherCriteria" nillable="true" type="tns:ValidateVoucherCriteria"/><xs:complexType name="ValidateVoucherResult"><xs:sequence><xs:element minOccurs="0" name="ValidateVoucherResponse" nillable="true" type="tns:ValidateVoucherResponse"/></xs:sequence></xs:complexType><xs:element name="ValidateVoucherResult" nillable="true" type="tns:ValidateVoucherResult"/><xs:complexType name="ValidateVoucherResponse"><xs:sequence><xs:element minOccurs="0" name="ValidationResultManageToken" nillable="true" type="tns:ValidationResultManageToken"/><xs:element minOccurs="0" name="ManageTokenResponse" nillable="true" type="tns:ManageTokenResponse"/></xs:sequence></xs:complexType><xs:element name="ValidateVoucherResponse" nillable="true" type="tns:ValidateVoucherResponse"/><xs:complexType name="ValidationResultManageToken"><xs:sequence><xs:element minOccurs="0" name="TokenValidations" nillable="true" type="tns:ArrayOfTokenValidation"/><xs:element minOccurs="0" name="ErrorMessage" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ValidationResultManageToken" nillable="true" type="tns:ValidationResultManageToken"/><xs:complexType name="ArrayOfTokenValidation"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="TokenValidation" nillable="true" type="tns:TokenValidation"/></xs:sequence></xs:complexType><xs:element name="ArrayOfTokenValidation" nillable="true" type="tns:ArrayOfTokenValidation"/><xs:complexType name="TokenValidation"><xs:sequence><xs:element minOccurs="0" name="Token" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ErrorMessage" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="TokenValidation" nillable="true" type="tns:TokenValidation"/><xs:complexType name="ManageTokenResponse"><xs:sequence><xs:element minOccurs="0" name="TransactionID" type="ser:guid"/><xs:element minOccurs="0" name="TransactionDateTime" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TransactionResponseCode" type="xs:int"/><xs:element minOccurs="0" name="TokenDetailsList" nillable="true" type="tns:ArrayOfTokenDetailsResponse"/><xs:element minOccurs="0" name="ErrorDetails" nillable="true" type="tns:ErrorDetails"/></xs:sequence></xs:complexType><xs:element name="ManageTokenResponse" nillable="true" type="tns:ManageTokenResponse"/><xs:complexType name="ArrayOfTokenDetailsResponse"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="TokenDetailsResponse" nillable="true" type="tns:TokenDetailsResponse"/></xs:sequence></xs:complexType><xs:element name="ArrayOfTokenDetailsResponse" nillable="true" type="tns:ArrayOfTokenDetailsResponse"/><xs:complexType name="TokenDetailsResponse"><xs:sequence><xs:element minOccurs="0" name="RequestId" type="ser:guid"/><xs:element minOccurs="0" name="TokenCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ProductCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ResponseCode" type="xs:int"/><xs:element minOccurs="0" name="ReferenceNo" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TokenStatus" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TokenStatusDate" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TokenExpiryDate" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TokenValue" type="xs:decimal"/><xs:element minOccurs="0" name="Lastname" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Postcode" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="TokenDetailsResponse" nillable="true" type="tns:TokenDetailsResponse"/><xs:complexType name="ErrorDetails"><xs:sequence><xs:element minOccurs="0" name="ErrorCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ErrorMessage" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ErrorDetails" nillable="true" type="tns:ErrorDetails"/><xs:complexType name="RedeemVoucherCriteria"><xs:sequence><xs:element minOccurs="0" name="Tokens" nillable="true" type="q23:ArrayOfstring" xmlns:q23="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType><xs:element name="RedeemVoucherCriteria" nillable="true" type="tns:RedeemVoucherCriteria"/><xs:complexType name="RedeemVoucherResult"><xs:sequence><xs:element minOccurs="0" name="ValidateVoucherResponse" nillable="true" type="tns:ValidateVoucherResponse"/></xs:sequence></xs:complexType><xs:element name="RedeemVoucherResult" nillable="true" type="tns:RedeemVoucherResult"/><xs:complexType name="UnRedeemVoucherCriteria"><xs:sequence><xs:element minOccurs="0" name="Tokens" nillable="true" type="q24:ArrayOfstring" xmlns:q24="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType><xs:element name="UnRedeemVoucherCriteria" nillable="true" type="tns:UnRedeemVoucherCriteria"/><xs:complexType name="UnRedeemVoucherResult"><xs:sequence><xs:element minOccurs="0" name="ValidateVoucherResponse" nillable="true" type="tns:ValidateVoucherResponse"/></xs:sequence></xs:complexType><xs:element name="UnRedeemVoucherResult" nillable="true" type="tns:UnRedeemVoucherResult"/><xs:simpleType name="DigitalWalletSalesRegistrationModeEnum"><xs:restriction base="xs:string"><xs:enumeration value="Immediate"/><xs:enumeration value="Temporary"/></xs:restriction></xs:simpleType><xs:element name="DigitalWalletSalesRegistrationModeEnum" nillable="true" type="tns:DigitalWalletSalesRegistrationModeEnum"/><xs:complexType name="GetSalesQuestionsCriteria"><xs:sequence><xs:element minOccurs="0" name="PointOfSaleId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="GetSalesQuestionsCriteria" nillable="true" type="tns:GetSalesQuestionsCriteria"/><xs:complexType name="ArrayOfSalesQuestion"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SalesQuestion" nillable="true" type="tns:SalesQuestion"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSalesQuestion" nillable="true" type="tns:ArrayOfSalesQuestion"/><xs:complexType name="SalesQuestion"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="QuestionId" type="ser:guid"/><xs:element minOccurs="0" name="ShortName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Type" type="xs:int"/><xs:element minOccurs="0" name="Mandatory" type="xs:boolean"/><xs:element minOccurs="0" name="Sequence" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="SalesQuestion" nillable="true" type="tns:SalesQuestion"/><xs:complexType name="ArrayOfSalesShift"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SalesShift" nillable="true" type="tns:SalesShift"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSalesShift" nillable="true" type="tns:ArrayOfSalesShift"/><xs:complexType name="SalesShift"><xs:sequence><xs:element minOccurs="0" name="DivisionId" type="ser:guid"/><xs:element minOccurs="0" name="PointOfSaleId" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeId" type="ser:guid"/><xs:element minOccurs="0" name="Shift" type="xs:int"/><xs:element minOccurs="0" name="StartTime" type="xs:dateTime"/><xs:element minOccurs="0" name="EndTime" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="StartBalance" type="xs:decimal"/><xs:element minOccurs="0" name="Amount" type="xs:decimal"/><xs:element minOccurs="0" name="LineAmount" type="xs:decimal"/><xs:element minOccurs="0" name="VATAmount" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="SalesShift" nillable="true" type="tns:SalesShift"/><xs:complexType name="GenerateTwoFASetupCodeCriteria"><xs:sequence><xs:element minOccurs="0" name="DisplayName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Issuer" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="GenerateTwoFASetupCodeCriteria" nillable="true" type="tns:GenerateTwoFASetupCodeCriteria"/><xs:complexType name="GenerateTwoFASetupCodeResult"><xs:sequence><xs:element minOccurs="0" name="TwoFASetupCode" nillable="true" type="tns:TwoFASetupCode"/></xs:sequence></xs:complexType><xs:element name="GenerateTwoFASetupCodeResult" nillable="true" type="tns:GenerateTwoFASetupCodeResult"/><xs:complexType name="TwoFASetupCode"><xs:sequence><xs:element minOccurs="0" name="Account" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ManualEntryKey" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="QrCodeSetupImageUrl" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UniqueKey" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="TwoFASetupCode" nillable="true" type="tns:TwoFASetupCode"/><xs:complexType name="ValidateTwoFACriteria"><xs:sequence><xs:element minOccurs="0" name="UniqueKey" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="VerificationCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="EmployeeID" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ValidateTwoFACriteria" nillable="true" type="tns:ValidateTwoFACriteria"/><xs:complexType name="ValidateTwoFAResult"><xs:sequence><xs:element minOccurs="0" name="Validated" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ValidateTwoFAResult" nillable="true" type="tns:ValidateTwoFAResult"/><xs:complexType name="ResetTwoFAUniqueKeyCriteria"><xs:sequence><xs:element minOccurs="0" name="PersonId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ResetTwoFAUniqueKeyCriteria" nillable="true" type="tns:ResetTwoFAUniqueKeyCriteria"/><xs:complexType name="ResetTwoFAUniqueKeyResult"><xs:sequence><xs:element minOccurs="0" name="Result" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ResetTwoFAUniqueKeyResult" nillable="true" type="tns:ResetTwoFAUniqueKeyResult"/><xs:complexType name="SavePersonExternalMasterIdResult"><xs:sequence><xs:element minOccurs="0" name="ValidationResults" nillable="true" type="q25:ArrayOfValidationResult" xmlns:q25="http://www.recreatex.be/webshop/"/></xs:sequence></xs:complexType><xs:element name="SavePersonExternalMasterIdResult" nillable="true" type="tns:SavePersonExternalMasterIdResult"/><xs:complexType name="GetInfoFieldsCriteria"><xs:sequence><xs:element minOccurs="0" name="SubjectId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Includes" nillable="true" type="tns:InfoFieldIncludes"/><xs:element minOccurs="0" name="InfoFieldCategoryId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="GetInfoFieldsCriteria" nillable="true" type="tns:GetInfoFieldsCriteria"/><xs:complexType name="InfoFieldIncludes"><xs:sequence><xs:element minOccurs="0" name="Blocked" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="InfoFieldIncludes" nillable="true" type="tns:InfoFieldIncludes"/><xs:complexType name="ArrayOfInfoField"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="InfoField" nillable="true" type="tns:InfoField"/></xs:sequence></xs:complexType><xs:element name="ArrayOfInfoField" nillable="true" type="tns:ArrayOfInfoField"/><xs:complexType name="InfoField"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="SubjectId" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Blocked" type="xs:boolean"/><xs:element minOccurs="0" name="CategoryId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SubjectType" type="tns:InfoFieldSubjectType"/></xs:sequence></xs:complexType><xs:element name="InfoField" nillable="true" type="tns:InfoField"/><xs:simpleType name="InfoFieldSubjectType"><xs:restriction base="xs:string"><xs:enumeration value="Person"/><xs:enumeration value="Place"/><xs:enumeration value="Infrastructure"/></xs:restriction></xs:simpleType><xs:element name="InfoFieldSubjectType" nillable="true" type="tns:InfoFieldSubjectType"/><xs:complexType name="TextInfoField"><xs:complexContent mixed="false"><xs:extension base="tns:InfoField"><xs:sequence><xs:element minOccurs="0" name="Value" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="TextInfoField" nillable="true" type="tns:TextInfoField"/><xs:complexType name="NumericInfoField"><xs:complexContent mixed="false"><xs:extension base="tns:InfoField"><xs:sequence><xs:element minOccurs="0" name="Value" type="xs:decimal"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="NumericInfoField" nillable="true" type="tns:NumericInfoField"/><xs:complexType name="BooleanInfoField"><xs:complexContent mixed="false"><xs:extension base="tns:InfoField"><xs:sequence><xs:element minOccurs="0" name="Value" type="xs:boolean"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="BooleanInfoField" nillable="true" type="tns:BooleanInfoField"/><xs:complexType name="IntegerInfoField"><xs:complexContent mixed="false"><xs:extension base="tns:InfoField"><xs:sequence><xs:element minOccurs="0" name="Value" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="IntegerInfoField" nillable="true" type="tns:IntegerInfoField"/><xs:complexType name="ArrayOfInfoFieldCategory"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="InfoFieldCategory" nillable="true" type="tns:InfoFieldCategory"/></xs:sequence></xs:complexType><xs:element name="ArrayOfInfoFieldCategory" nillable="true" type="tns:ArrayOfInfoFieldCategory"/><xs:complexType name="InfoFieldCategory"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="InfoFieldCategory" nillable="true" type="tns:InfoFieldCategory"/><xs:complexType name="AuthenticateExternalLoginTokenCriteria"><xs:sequence><xs:element minOccurs="0" name="ExternalLoginToken" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="AuthenticateExternalLoginTokenCriteria" nillable="true" type="tns:AuthenticateExternalLoginTokenCriteria"/><xs:complexType name="ValidateNationalRegisterNumberCriteria"><xs:sequence><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="BirthDate" type="xs:dateTime"/><xs:element minOccurs="0" name="NationalRegisterNumber" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ValidateNationalRegisterNumberCriteria" nillable="true" type="tns:ValidateNationalRegisterNumberCriteria"/><xs:complexType name="ValidateNationalRegisterNumberResult"><xs:sequence><xs:element minOccurs="0" name="Valid" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ValidateNationalRegisterNumberResult" nillable="true" type="tns:ValidateNationalRegisterNumberResult"/><xs:simpleType name="ResellerProductType"><xs:restriction base="xs:string"><xs:enumeration value="Expositions"/><xs:enumeration value="Articles"/><xs:enumeration value="Ticketing"/></xs:restriction></xs:simpleType><xs:element name="ResellerProductType" nillable="true" type="tns:ResellerProductType"/><xs:complexType name="HasValidPersonConsentCriteria"><xs:sequence><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="ActivityId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="HasValidPersonConsentCriteria" nillable="true" type="tns:HasValidPersonConsentCriteria"/><xs:complexType name="SavePersonConsentCriteria"><xs:sequence><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="ScenarioSessionId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="SavePersonConsentCriteria" nillable="true" type="tns:SavePersonConsentCriteria"/><xs:complexType name="CheckParticipantsAlreadyRegisteredResult"><xs:sequence><xs:element minOccurs="0" name="ParticipantRegisteredInfos" nillable="true" type="tns:ArrayOfParticipantRegisteredInfo"/></xs:sequence></xs:complexType><xs:element name="CheckParticipantsAlreadyRegisteredResult" nillable="true" type="tns:CheckParticipantsAlreadyRegisteredResult"/><xs:complexType name="ArrayOfParticipantRegisteredInfo"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ParticipantRegisteredInfo" nillable="true" type="tns:ParticipantRegisteredInfo"/></xs:sequence></xs:complexType><xs:element name="ArrayOfParticipantRegisteredInfo" nillable="true" type="tns:ArrayOfParticipantRegisteredInfo"/><xs:complexType name="ParticipantRegisteredInfo"><xs:sequence><xs:element minOccurs="0" name="ParticipantId" type="ser:guid"/><xs:element minOccurs="0" name="AlreadyRegistered" type="xs:boolean"/><xs:element minOccurs="0" name="Blocking" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ParticipantRegisteredInfo" nillable="true" type="tns:ParticipantRegisteredInfo"/><xs:complexType name="ListSalesSeriesOrdersSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="FromDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="UntilDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Status" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="SalesZoneId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="SalesSeriesOrderID" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ListSalesSeriesOrdersSearchCriteria" nillable="true" type="tns:ListSalesSeriesOrdersSearchCriteria"/><xs:complexType name="ArrayOfOdsKdsOrder"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="OdsKdsOrder" nillable="true" type="tns:OdsKdsOrder"/></xs:sequence></xs:complexType><xs:element name="ArrayOfOdsKdsOrder" nillable="true" type="tns:ArrayOfOdsKdsOrder"/><xs:complexType name="OdsKdsOrder"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="TokenNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Status" type="xs:int"/><xs:element minOccurs="0" name="Note" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Number" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Table" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="OpenTime" type="xs:dateTime"/><xs:element minOccurs="0" name="ProcessedTime" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="PickedUpTime" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Items" nillable="true" type="tns:ArrayOfItem"/></xs:sequence></xs:complexType><xs:element name="OdsKdsOrder" nillable="true" type="tns:OdsKdsOrder"/><xs:complexType name="ArrayOfItem"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Item" nillable="true" type="tns:Item"/></xs:sequence></xs:complexType><xs:element name="ArrayOfItem" nillable="true" type="tns:ArrayOfItem"/><xs:complexType name="Item"><xs:sequence><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Quantity" type="xs:decimal"/><xs:element minOccurs="0" name="Note" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IsArrangement" type="xs:boolean"/><xs:element minOccurs="0" name="Options" nillable="true" type="tns:ArrayOfOption"/><xs:element minOccurs="0" name="Parts" nillable="true" type="tns:ArrayOfPart"/></xs:sequence></xs:complexType><xs:element name="Item" nillable="true" type="tns:Item"/><xs:complexType name="ArrayOfOption"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Option" nillable="true" type="tns:Option"/></xs:sequence></xs:complexType><xs:element name="ArrayOfOption" nillable="true" type="tns:ArrayOfOption"/><xs:complexType name="Option"><xs:sequence><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="Option" nillable="true" type="tns:Option"/><xs:complexType name="ArrayOfPart"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Part" nillable="true" type="tns:Part"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPart" nillable="true" type="tns:ArrayOfPart"/><xs:complexType name="Part"><xs:sequence><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Note" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Quantity" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="Part" nillable="true" type="tns:Part"/><xs:complexType name="UpdateSalesSeriesOrderCriteria"><xs:sequence><xs:element minOccurs="0" name="Status" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="SalesSeriesOrderId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="UpdateSalesSeriesOrderCriteria" nillable="true" type="tns:UpdateSalesSeriesOrderCriteria"/><xs:complexType name="UpdateSalesSeriesOrderResult"><xs:sequence><xs:element minOccurs="0" name="Succeeded" type="xs:boolean"/><xs:element minOccurs="0" name="Error" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="UpdateSalesSeriesOrderResult" nillable="true" type="tns:UpdateSalesSeriesOrderResult"/><xs:complexType name="SetSalesZoneItemUnavailabilityCriteria"><xs:sequence><xs:element minOccurs="0" name="ItemId" type="ser:guid"/><xs:element minOccurs="0" name="SalesZoneId" type="ser:guid"/><xs:element minOccurs="0" name="SetUnavailable" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="SetSalesZoneItemUnavailabilityCriteria" nillable="true" type="tns:SetSalesZoneItemUnavailabilityCriteria"/><xs:complexType name="SetSalesZoneItemUnavailabilityResult"><xs:sequence><xs:element minOccurs="0" name="Success" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="SetSalesZoneItemUnavailabilityResult" nillable="true" type="tns:SetSalesZoneItemUnavailabilityResult"/><xs:complexType name="WarehouseSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="WarehouseId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Includes" nillable="true" type="tns:WarehouseIncludes"/></xs:sequence></xs:complexType><xs:element name="WarehouseSearchCriteria" nillable="true" type="tns:WarehouseSearchCriteria"/><xs:complexType name="WarehouseIncludes"><xs:sequence><xs:element minOccurs="0" name="Locations" type="xs:boolean"/><xs:element minOccurs="0" name="Stocks" type="xs:boolean"/><xs:element minOccurs="0" name="ArticleStockCount" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="WarehouseIncludes" nillable="true" type="tns:WarehouseIncludes"/><xs:complexType name="MobileStockArticleSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="ArticleId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="WarehouseLocationId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ArticleBarcode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="NamePattern" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IncludeStock" type="xs:boolean"/><xs:element minOccurs="0" name="DestinationWarehouseId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="WarehouseId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="MobileStockArticleSearchCriteria" nillable="true" type="tns:MobileStockArticleSearchCriteria"/><xs:complexType name="StockArticleGroupSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="WarehouseId" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="StockArticleGroupSearchCriteria" nillable="true" type="tns:StockArticleGroupSearchCriteria"/></xs:schema><xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/"><xs:complexType name="GetNetPayChargeUrlCriteria"><xs:sequence><xs:element minOccurs="0" name="AddressId" type="ser:guid"/><xs:element minOccurs="0" name="Amount" type="xs:int"/><xs:element minOccurs="0" name="ReturnUrl" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="GetNetPayChargeUrlCriteria" nillable="true" type="tns:GetNetPayChargeUrlCriteria"/><xs:complexType name="GetNetPayChargeUrlResult"><xs:sequence><xs:element minOccurs="0" name="ChargeUrl" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="GetNetPayChargeUrlResult" nillable="true" type="tns:GetNetPayChargeUrlResult"/><xs:complexType name="GetBebarmaticInfoCriteria"><xs:sequence><xs:element minOccurs="0" name="TicketId" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="GetBebarmaticInfoCriteria" nillable="true" type="tns:GetBebarmaticInfoCriteria"/><xs:complexType name="PayBebarmaticCriteria"><xs:sequence><xs:element minOccurs="0" name="TicketId" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="PayBebarmaticCriteria" nillable="true" type="tns:PayBebarmaticCriteria"/><xs:complexType name="ConfigurationEmployee"><xs:sequence><xs:element minOccurs="0" name="EmployeeExists" type="xs:boolean"/><xs:element minOccurs="0" name="EmployeeId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ConfigurationEmployee" nillable="true" type="tns:ConfigurationEmployee"/><xs:complexType name="ConfigurationPerson"><xs:sequence><xs:element minOccurs="0" name="PersonExists" type="xs:boolean"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ConfigurationPerson" nillable="true" type="tns:ConfigurationPerson"/><xs:complexType name="ConfigurationPointOfSale"><xs:sequence><xs:element minOccurs="0" name="PointOfSaleExists" type="xs:boolean"/><xs:element minOccurs="0" name="PointOfSaleId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ConfigurationPointOfSale" nillable="true" type="tns:ConfigurationPointOfSale"/><xs:complexType name="GetStatusFashionChequeResult"><xs:sequence><xs:element minOccurs="0" name="FashionCheque" nillable="true" type="q1:FashionCheque" xmlns:q1="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType><xs:element name="GetStatusFashionChequeResult" nillable="true" type="tns:GetStatusFashionChequeResult"/><xs:complexType name="MoneyInfo"><xs:sequence><xs:element minOccurs="0" name="Currency" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Value" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="MoneyInfo" nillable="true" type="tns:MoneyInfo"/><xs:complexType name="RedeemFashionChequeResult"><xs:sequence><xs:element minOccurs="0" name="FashionCheque" nillable="true" type="q2:FashionCheque" xmlns:q2="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType><xs:element name="RedeemFashionChequeResult" nillable="true" type="tns:RedeemFashionChequeResult"/><xs:complexType name="CancelFashionChequeResult"><xs:sequence><xs:element minOccurs="0" name="FashionCheque" nillable="true" type="q3:FashionCheque" xmlns:q3="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType><xs:element name="CancelFashionChequeResult" nillable="true" type="tns:CancelFashionChequeResult"/><xs:complexType name="FindQRAppPopupsResult"><xs:sequence><xs:element minOccurs="0" name="QRAppPopups" nillable="true" type="q4:ArrayOfQRAppPopup" xmlns:q4="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType><xs:element name="FindQRAppPopupsResult" nillable="true" type="tns:FindQRAppPopupsResult"/><xs:complexType name="SetSaleEnvisoPayByLinkCriteria"><xs:sequence><xs:element minOccurs="0" name="IsSuccess" type="xs:boolean"/><xs:element minOccurs="0" name="PaymentMethod" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PaymentReference" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Reason" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="SetSaleEnvisoPayByLinkCriteria" nillable="true" type="tns:SetSaleEnvisoPayByLinkCriteria"/><xs:complexType name="SaveSpotbookingStatusCriteria"><xs:sequence><xs:element minOccurs="0" name="IsApproved" type="xs:boolean"/><xs:element minOccurs="0" name="SpotbookingId" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="SaveSpotbookingStatusCriteria" nillable="true" type="tns:SaveSpotbookingStatusCriteria"/><xs:complexType name="ModifySubscriptionDatesResult"><xs:sequence><xs:element minOccurs="0" name="ErrorMessage" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Success" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ModifySubscriptionDatesResult" nillable="true" type="tns:ModifySubscriptionDatesResult"/><xs:complexType name="EmployeeNotificationSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="EmployeeId" type="ser:guid"/><xs:element minOccurs="0" name="From" type="xs:dateTime"/><xs:element minOccurs="0" name="Includes" nillable="true" type="tns:EmployeeNotificationIncludes"/><xs:element minOccurs="0" name="Until" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="EmployeeNotificationSearchCriteria" nillable="true" type="tns:EmployeeNotificationSearchCriteria"/><xs:complexType name="EmployeeNotificationIncludes"><xs:sequence><xs:element minOccurs="0" name="Reservation" type="xs:boolean"/><xs:element minOccurs="0" name="ReservationAttachment" type="xs:boolean"/><xs:element minOccurs="0" name="Task" type="xs:boolean"/><xs:element minOccurs="0" name="TaskAttachment" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="EmployeeNotificationIncludes" nillable="true" type="tns:EmployeeNotificationIncludes"/><xs:complexType name="AssignEmployeeToTasksCriteria"><xs:sequence><xs:element minOccurs="0" name="EmployeeId" type="ser:guid"/><xs:element minOccurs="0" name="EmployeeTaskIds" nillable="true" type="q5:ArrayOfguid" xmlns:q5="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="SavedByEmployeeId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="AssignEmployeeToTasksCriteria" nillable="true" type="tns:AssignEmployeeToTasksCriteria"/><xs:complexType name="DeleteEmployeeAvailabilityCriteria"><xs:sequence><xs:element minOccurs="0" name="EmployeeAvailabilityIds" nillable="true" type="q6:ArrayOfguid" xmlns:q6="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType><xs:element name="DeleteEmployeeAvailabilityCriteria" nillable="true" type="tns:DeleteEmployeeAvailabilityCriteria"/><xs:complexType name="ExpositionLanguageSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="ExpositionId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ExpositionLanguageSearchCriteria" nillable="true" type="tns:ExpositionLanguageSearchCriteria"><xs:annotation><xs:documentation>The search criteria used to find exposition languages</xs:documentation></xs:annotation></xs:element><xs:complexType name="GetExpositionOptionalArticlesCapacityCriteria"><xs:sequence><xs:element minOccurs="0" name="ExpositionPeriodId" type="ser:guid"/><xs:element minOccurs="0" name="OptionalArticleIds" nillable="true" type="q7:ArrayOfguid" xmlns:q7="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType><xs:element name="GetExpositionOptionalArticlesCapacityCriteria" nillable="true" type="tns:GetExpositionOptionalArticlesCapacityCriteria"/><xs:complexType name="ChangeExpositionPeriodCapacityCriteria"><xs:sequence><xs:element minOccurs="0" name="Capacity" type="xs:int"/><xs:element minOccurs="0" name="ExpositionPeriodId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ChangeExpositionPeriodCapacityCriteria" nillable="true" type="tns:ChangeExpositionPeriodCapacityCriteria"/><xs:complexType name="GetExpositionSalesCriteria"><xs:sequence><xs:element minOccurs="0" name="ExpositionId" type="ser:guid"/><xs:element minOccurs="0" name="ExpositionPeriodId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="GetExpositionSalesCriteria" nillable="true" type="tns:GetExpositionSalesCriteria"/><xs:complexType name="CancelOrganisedVisitCriteria"><xs:sequence><xs:element minOccurs="0" name="OrganisedVisitId" type="ser:guid"/><xs:element minOccurs="0" name="PaymentMethodId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="ReasonId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="CancelOrganisedVisitCriteria" nillable="true" type="tns:CancelOrganisedVisitCriteria"/><xs:complexType name="CheckOrganisedVisitAlreadyRegisteredCriteria"><xs:sequence><xs:element minOccurs="0" name="CustomerId" type="ser:guid"/><xs:element minOccurs="0" name="ExpositionId" type="ser:guid"/><xs:element minOccurs="0" name="ExpositionPeriodId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="CheckOrganisedVisitAlreadyRegisteredCriteria" nillable="true" type="tns:CheckOrganisedVisitAlreadyRegisteredCriteria"/><xs:complexType name="GetCombiExpositionExpositionExtraArticlesCriteria"><xs:sequence><xs:element minOccurs="0" name="CombiExpositionExpositionId" type="ser:guid"/><xs:element minOccurs="0" name="ExpositionPeriodId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="GetCombiExpositionExpositionExtraArticlesCriteria" nillable="true" type="tns:GetCombiExpositionExpositionExtraArticlesCriteria"/><xs:complexType name="GetCombiExpositionTicketsOptionalArticlesCriteria"><xs:sequence><xs:element minOccurs="0" name="CombiExpositionId" type="ser:guid"/><xs:element minOccurs="0" name="ExpositionPeriodId" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" nillable="true" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="GetCombiExpositionTicketsOptionalArticlesCriteria" nillable="true" type="tns:GetCombiExpositionTicketsOptionalArticlesCriteria"/><xs:complexType name="ArrayOfCombiOrganisedVisitSale"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CombiOrganisedVisitSale" nillable="true" type="tns:CombiOrganisedVisitSale"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCombiOrganisedVisitSale" nillable="true" type="tns:ArrayOfCombiOrganisedVisitSale"/><xs:complexType name="CombiOrganisedVisitSale"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ItemId" type="ser:guid"/><xs:element minOccurs="0" name="Optional" type="xs:boolean"/><xs:element minOccurs="0" name="Quantity" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="CombiOrganisedVisitSale" nillable="true" type="tns:CombiOrganisedVisitSale"/><xs:complexType name="ArrayOfCombiOrganisedVisitCombiTicket"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="CombiOrganisedVisitCombiTicket" nillable="true" type="tns:CombiOrganisedVisitCombiTicket"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCombiOrganisedVisitCombiTicket" nillable="true" type="tns:ArrayOfCombiOrganisedVisitCombiTicket"/><xs:complexType name="CombiOrganisedVisitCombiTicket"><xs:sequence><xs:element minOccurs="0" name="CombiExpositionTicketId" type="ser:guid"/><xs:element minOccurs="0" name="CombiOrganisedVisitTicketExtraArticles" nillable="true" type="tns:ArrayOfCombiOrganisedVisitSale"/><xs:element minOccurs="0" name="Quantity" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="CombiOrganisedVisitCombiTicket" nillable="true" type="tns:CombiOrganisedVisitCombiTicket"/><xs:complexType name="GetDigitalWalletCriteria"><xs:sequence><xs:element minOccurs="0" name="CardNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Includes" nillable="true" type="tns:DigitalWalletIncludes"/></xs:sequence></xs:complexType><xs:element name="GetDigitalWalletCriteria" nillable="true" type="tns:GetDigitalWalletCriteria"/><xs:complexType name="DigitalWalletIncludes"><xs:sequence><xs:element minOccurs="0" name="ArrangementArticles" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="CancelledRecords" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="ComponentArticles" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="LinkedCards" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="OnlyTransactionsToday" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="Transactions" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="ZeroAmountLines" nillable="true" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="DigitalWalletIncludes" nillable="true" type="tns:DigitalWalletIncludes"/><xs:complexType name="DigitalWallet"><xs:sequence><xs:element minOccurs="0" name="ArticleDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Balance" type="xs:decimal"/><xs:element minOccurs="0" name="CardBlocked" type="xs:boolean"/><xs:element minOccurs="0" name="CardId" type="ser:guid"/><xs:element minOccurs="0" name="CardNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CreditLimit" type="xs:decimal"/><xs:element minOccurs="0" name="DiscountPriceGroupID" type="ser:guid"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="IsCreditLimitActivated" type="xs:boolean"/><xs:element minOccurs="0" name="LinkedCards" nillable="true" type="q8:ArrayOfDigitalWalletLinkedCard" xmlns:q8="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model.Core"/><xs:element minOccurs="0" name="LockedForPayout" type="xs:boolean"/><xs:element minOccurs="0" name="OverstayCharges" nillable="true" type="tns:ArrayOfOverstayCharge"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/><xs:element minOccurs="0" name="Price" type="xs:decimal"/><xs:element minOccurs="0" name="SalesRegistrationMode" type="q9:DigitalWalletSalesRegistrationModeEnum" xmlns:q9="http://www.recreatex.be/webshop/v1.0/"/><xs:element minOccurs="0" name="TopUpForSameDiscountPriceGroup" type="xs:boolean"/><xs:element minOccurs="0" name="TransactionBalance" type="xs:decimal"/><xs:element minOccurs="0" name="Transactions" nillable="true" type="tns:ArrayOfDigitalWalletTransaction"/></xs:sequence></xs:complexType><xs:element name="DigitalWallet" nillable="true" type="tns:DigitalWallet"/><xs:complexType name="ArrayOfOverstayCharge"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="OverstayCharge" nillable="true" type="tns:OverstayCharge"/></xs:sequence></xs:complexType><xs:element name="ArrayOfOverstayCharge" nillable="true" type="tns:ArrayOfOverstayCharge"/><xs:complexType name="OverstayCharge"><xs:sequence><xs:element minOccurs="0" name="SubscriptionDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SubscriptionId" type="ser:guid"/><xs:element minOccurs="0" name="TotalAmount" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="OverstayCharge" nillable="true" type="tns:OverstayCharge"/><xs:complexType name="ArrayOfDigitalWalletTransaction"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="DigitalWalletTransaction" nillable="true" type="tns:DigitalWalletTransaction"/></xs:sequence></xs:complexType><xs:element name="ArrayOfDigitalWalletTransaction" nillable="true" type="tns:ArrayOfDigitalWalletTransaction"/><xs:complexType name="DigitalWalletTransaction"><xs:sequence><xs:element minOccurs="0" name="Amount" type="xs:decimal"/><xs:element minOccurs="0" name="CreationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Date" type="xs:dateTime"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ItemDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PaymentMethod" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SalesLineAmount" type="xs:decimal"/><xs:element minOccurs="0" name="SalesLineId" type="ser:guid"/><xs:element minOccurs="0" name="SalesLineQuantity" type="xs:decimal"/><xs:element minOccurs="0" name="SalesLineUnitPriceInc" type="xs:decimal"/><xs:element minOccurs="0" name="SalesNo" type="xs:long"/></xs:sequence></xs:complexType><xs:element name="DigitalWalletTransaction" nillable="true" type="tns:DigitalWalletTransaction"/><xs:complexType name="RegisterOverstayChargesCriteria"><xs:sequence><xs:element minOccurs="0" name="CardNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="OverstayCharges" nillable="true" type="tns:ArrayOfOverstayCharge"/></xs:sequence></xs:complexType><xs:element name="RegisterOverstayChargesCriteria" nillable="true" type="tns:RegisterOverstayChargesCriteria"/><xs:complexType name="GetTemporaryDigitalWalletTransactionReceiptForWindowsPrinterCriteria"><xs:sequence><xs:element minOccurs="0" name="DigitalWalletTransactionId" type="ser:guid"/><xs:element minOccurs="0" name="PaperSizeWidth" nillable="true" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="GetTemporaryDigitalWalletTransactionReceiptForWindowsPrinterCriteria" nillable="true" type="tns:GetTemporaryDigitalWalletTransactionReceiptForWindowsPrinterCriteria"/><xs:complexType name="GetDigitalWalletsCriteria"><xs:sequence><xs:element minOccurs="0" name="Includes" nillable="true" type="tns:DigitalWalletIncludes"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="GetDigitalWalletsCriteria" nillable="true" type="tns:GetDigitalWalletsCriteria"/><xs:complexType name="ArrayOfDigitalWallet"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="DigitalWallet" nillable="true" type="tns:DigitalWallet"/></xs:sequence></xs:complexType><xs:element name="ArrayOfDigitalWallet" nillable="true" type="tns:ArrayOfDigitalWallet"/><xs:complexType name="AddCreditCardTokenToDigitalWalletCriteria"><xs:sequence><xs:element minOccurs="0" name="CreditCardToken" nillable="true" type="tns:CreditCardToken"/><xs:element minOccurs="0" name="DigitalWalletId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="AddCreditCardTokenToDigitalWalletCriteria" nillable="true" type="tns:AddCreditCardTokenToDigitalWalletCriteria"/><xs:complexType name="CreditCardToken"><xs:sequence><xs:element minOccurs="0" name="Enabled" type="xs:boolean"/><xs:element minOccurs="0" name="MetaData" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Token" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TokenUsage" type="xs:int"/><xs:element minOccurs="0" name="TransactionId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Used" type="xs:boolean"/><xs:element minOccurs="0" name="UsedTime" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="ValidUntil" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="CreditCardToken" nillable="true" type="tns:CreditCardToken"/><xs:complexType name="AddCreditCardTokenToDigitalWalletResult"><xs:sequence><xs:element minOccurs="0" name="ErrorMessage" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Success" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="AddCreditCardTokenToDigitalWalletResult" nillable="true" type="tns:AddCreditCardTokenToDigitalWalletResult"/><xs:complexType name="BlockDivisionCardCriteria"><xs:sequence><xs:element minOccurs="0" name="Blocked" type="xs:boolean"/><xs:element minOccurs="0" name="Id" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="BlockDivisionCardCriteria" nillable="true" type="tns:BlockDivisionCardCriteria"/><xs:complexType name="BlockDivisionCardResult"><xs:sequence><xs:element minOccurs="0" name="ErrorMessage" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Success" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="BlockDivisionCardResult" nillable="true" type="tns:BlockDivisionCardResult"/><xs:complexType name="ReaderSummarySearchCriteria"><xs:sequence><xs:element minOccurs="0" name="From" type="xs:dateTime"/><xs:element minOccurs="0" name="ReaderId" type="ser:guid"/><xs:element minOccurs="0" name="Until" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="ReaderSummarySearchCriteria" nillable="true" type="tns:ReaderSummarySearchCriteria"/><xs:complexType name="GetSalesQuestionsResult"><xs:sequence><xs:element minOccurs="0" name="SalesQuestions" nillable="true" type="q10:ArrayOfSalesQuestion" xmlns:q10="http://www.recreatex.be/webshop/v1.0/"/></xs:sequence></xs:complexType><xs:element name="GetSalesQuestionsResult" nillable="true" type="tns:GetSalesQuestionsResult"/><xs:complexType name="ResellerCodeSearchCriteria"><xs:sequence><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ResellerId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ResellerCodeSearchCriteria" nillable="true" type="tns:ResellerCodeSearchCriteria"/><xs:complexType name="ResellerCode"><xs:sequence><xs:element minOccurs="0" name="Id" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ResellerCode" nillable="true" type="tns:ResellerCode"/><xs:complexType name="SavePersonExternalMasterIdCriteria"><xs:sequence><xs:element minOccurs="0" name="ExternalMasterId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="SavePersonExternalMasterIdCriteria" nillable="true" type="tns:SavePersonExternalMasterIdCriteria"/><xs:complexType name="GetExternalMappingCriteria"><xs:sequence><xs:element minOccurs="0" name="DivisionId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Entity" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExternalId" type="xs:long"/><xs:element minOccurs="0" name="ExternalStringId" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="GetExternalMappingCriteria" nillable="true" type="tns:GetExternalMappingCriteria"/><xs:complexType name="ExternalMapping"><xs:sequence><xs:element minOccurs="0" name="Data" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DivisionId" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="Entity" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExternalId" type="xs:long"/><xs:element minOccurs="0" name="ExternalStringId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="RcxId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ExternalMapping" nillable="true" type="tns:ExternalMapping"/><xs:complexType name="AllowedToDeleteLockTicketCriteria"><xs:sequence><xs:element minOccurs="0" name="LockTicketId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="AllowedToDeleteLockTicketCriteria" nillable="true" type="tns:AllowedToDeleteLockTicketCriteria"/><xs:complexType name="AllowedToDeleteLockTicketResult"><xs:sequence><xs:element minOccurs="0" name="AllowedtoDeleteLockTicket" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="AllowedToDeleteLockTicketResult" nillable="true" type="tns:AllowedToDeleteLockTicketResult"/></xs:schema><xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model.Reservations" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model.Reservations"><xs:complexType name="ProcessRefundResult"><xs:sequence><xs:element minOccurs="0" name="Result" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="ProcessRefundResult" nillable="true" type="tns:ProcessRefundResult"/></xs:schema><xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model.Core" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model.Core" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/"><xs:complexType name="ArrayOfDigitalWalletLinkedCard"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="DigitalWalletLinkedCard" nillable="true" type="tns:DigitalWalletLinkedCard"/></xs:sequence></xs:complexType><xs:element name="ArrayOfDigitalWalletLinkedCard" nillable="true" type="tns:ArrayOfDigitalWalletLinkedCard"/><xs:complexType name="DigitalWalletLinkedCard"><xs:sequence><xs:element minOccurs="0" name="CardNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="Number" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="DigitalWalletLinkedCard" nillable="true" type="tns:DigitalWalletLinkedCard"/></xs:schema><xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model.Persons" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/ReCreateX.WebShop.Model.Persons" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/"><xs:complexType name="UnsubscribeEmailCriteria"><xs:sequence><xs:element minOccurs="0" name="ContactId" type="ser:guid"/><xs:element minOccurs="0" name="PersonId" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="UnsubscribeEmailCriteria" nillable="true" type="tns:UnsubscribeEmailCriteria"/></xs:schema></wsdl:types><wsdl:message name="LogRequest"><wsdl:part name="parameters" element="tns:LogRequest"/></wsdl:message><wsdl:message name="LogResponse"><wsdl:part name="parameters" element="tns:LogResponse"/></wsdl:message><wsdl:message name="FindInfoPlayLogsRequest"><wsdl:part name="parameters" element="tns:FindInfoPlayLogsRequest"/></wsdl:message><wsdl:message name="FindInfoPlayLogsResponse"><wsdl:part name="parameters" element="tns:FindInfoPlayLogsResponse"/></wsdl:message><wsdl:message name="GetInfoPlayCustomFieldsRequest"><wsdl:part name="parameters" element="tns:GetInfoPlayCustomFieldsRequest"/></wsdl:message><wsdl:message name="GetInfoPlayCustomFieldsResponse"><wsdl:part name="parameters" element="tns:GetInfoPlayCustomFieldsResponse"/></wsdl:message><wsdl:message name="GetInfoPlayCustomDataRequest"><wsdl:part name="parameters" element="tns:GetInfoPlayCustomDataRequest"/></wsdl:message><wsdl:message name="GetInfoPlayCustomDataResponse"><wsdl:part name="parameters" element="tns:GetInfoPlayCustomDataResponse"/></wsdl:message><wsdl:message name="GetDirectDebitParametersRequest"><wsdl:part name="parameters" element="tns:GetDirectDebitParametersRequest"/></wsdl:message><wsdl:message name="GetDirectDebitParametersResponse"><wsdl:part name="parameters" element="tns:GetDirectDebitParametersResponse"/></wsdl:message><wsdl:message name="SearchUitpasTariffRequest"><wsdl:part name="parameters" element="tns:SearchUitpasTariffRequest"/></wsdl:message><wsdl:message name="SearchUitpasTariffResponse"><wsdl:part name="parameters" element="tns:SearchUitpasTariffResponse"/></wsdl:message><wsdl:message name="BuyUitpasEventRequest"><wsdl:part name="parameters" element="tns:BuyUitpasEventRequest"/></wsdl:message><wsdl:message name="BuyUitpasEventResponse"><wsdl:part name="parameters" element="tns:BuyUitpasEventResponse"/></wsdl:message><wsdl:message name="GetUitpasDataRequest"><wsdl:part name="parameters" element="tns:GetUitpasDataRequest"/></wsdl:message><wsdl:message name="GetUitpasDataResponse"><wsdl:part name="parameters" element="tns:GetUitpasDataResponse"/></wsdl:message><wsdl:message name="UpdateCollectLaterLineRequest"><wsdl:part name="parameters" element="tns:UpdateCollectLaterLineRequest"/></wsdl:message><wsdl:message name="UpdateCollectLaterLineResponse"><wsdl:part name="parameters" element="tns:UpdateCollectLaterLineResponse"/></wsdl:message><wsdl:message name="CreateCollectLaterLineRequest"><wsdl:part name="parameters" element="tns:CreateCollectLaterLineRequest"/></wsdl:message><wsdl:message name="CreateCollectLaterLineResponse"><wsdl:part name="parameters" element="tns:CreateCollectLaterLineResponse"/></wsdl:message><wsdl:message name="MarkETicketAsDeliveredRequest"><wsdl:part name="parameters" element="tns:MarkETicketAsDeliveredRequest"/></wsdl:message><wsdl:message name="IWebShop_MarkETicketAsDelivered_OutputMessage"/><wsdl:message name="ValidateCardRequest"><wsdl:part name="parameters" element="tns:ValidateCardRequest"/></wsdl:message><wsdl:message name="ValidateCardResponse"><wsdl:part name="parameters" element="tns:ValidateCardResponse"/></wsdl:message><wsdl:message name="FindExternalCardsRequest"><wsdl:part name="parameters" element="tns:FindExternalCardsRequest"/></wsdl:message><wsdl:message name="FindExternalCardsResponse"><wsdl:part name="parameters" element="tns:FindExternalCardsResponse"/></wsdl:message><wsdl:message name="HandleCardByPluginRequest"><wsdl:part name="parameters" element="tns:HandleCardByPluginRequest"/></wsdl:message><wsdl:message name="HandleCardByPluginResponse"><wsdl:part name="parameters" element="tns:HandleCardByPluginResponse"/></wsdl:message><wsdl:message name="HandleChannelEventByPluginRequest"><wsdl:part name="parameters" element="tns:HandleChannelEventByPluginRequest"/></wsdl:message><wsdl:message name="HandleChannelEventByPluginResponse"><wsdl:part name="parameters" element="tns:HandleChannelEventByPluginResponse"/></wsdl:message><wsdl:message name="GetNetPayChargeUrlRequest"><wsdl:part name="parameters" element="tns:GetNetPayChargeUrlRequest"/></wsdl:message><wsdl:message name="GetNetPayChargeUrlResponse"><wsdl:part name="parameters" element="tns:GetNetPayChargeUrlResponse"/></wsdl:message><wsdl:message name="GetNetPayBalanceRequest"><wsdl:part name="parameters" element="tns:GetNetPayBalanceRequest"/></wsdl:message><wsdl:message name="GetNetPayBalanceResponse"><wsdl:part name="parameters" element="tns:GetNetPayBalanceResponse"/></wsdl:message><wsdl:message name="GetBebarmaticInfoRequest"><wsdl:part name="parameters" element="tns:GetBebarmaticInfoRequest"/></wsdl:message><wsdl:message name="GetBebarmaticInfoResponse"><wsdl:part name="parameters" element="tns:GetBebarmaticInfoResponse"/></wsdl:message><wsdl:message name="PayBebarmaticRequest"><wsdl:part name="parameters" element="tns:PayBebarmaticRequest"/></wsdl:message><wsdl:message name="PayBebarmaticResponse"><wsdl:part name="parameters" element="tns:PayBebarmaticResponse"/></wsdl:message><wsdl:message name="ListSeasonPlanningsRequest"><wsdl:part name="parameters" element="tns:ListSeasonPlanningsRequest"/></wsdl:message><wsdl:message name="ListSeasonPlanningsResponse"><wsdl:part name="parameters" element="tns:ListSeasonPlanningsResponse"/></wsdl:message><wsdl:message name="CreateSeasonPlanningRequest"><wsdl:part name="parameters" element="tns:CreateSeasonPlanningRequest"/></wsdl:message><wsdl:message name="CreateSeasonPlanningResponse"><wsdl:part name="parameters" element="tns:CreateSeasonPlanningResponse"/></wsdl:message><wsdl:message name="ValidateSeasonPlanningRequest"><wsdl:part name="parameters" element="tns:ValidateSeasonPlanningRequest"/></wsdl:message><wsdl:message name="ValidateSeasonPlanningResponse"><wsdl:part name="parameters" element="tns:ValidateSeasonPlanningResponse"/></wsdl:message><wsdl:message name="GetSeasonPlanningSettingsRequest"><wsdl:part name="parameters" element="tns:GetSeasonPlanningSettingsRequest"/></wsdl:message><wsdl:message name="GetSeasonPlanningSettingsResponse"><wsdl:part name="parameters" element="tns:GetSeasonPlanningSettingsResponse"/></wsdl:message><wsdl:message name="ChangeSeasonPlanningStatusRequest"><wsdl:part name="parameters" element="tns:ChangeSeasonPlanningStatusRequest"/></wsdl:message><wsdl:message name="ChangeSeasonPlanningStatusResponse"><wsdl:part name="parameters" element="tns:ChangeSeasonPlanningStatusResponse"/></wsdl:message><wsdl:message name="GetNMBSStationsRequest"><wsdl:part name="parameters" element="tns:GetNMBSStationsRequest"/></wsdl:message><wsdl:message name="GetNMBSStationsResponse"><wsdl:part name="parameters" element="tns:GetNMBSStationsResponse"/></wsdl:message><wsdl:message name="GetNMBSProductsRequest"><wsdl:part name="parameters" element="tns:GetNMBSProductsRequest"/></wsdl:message><wsdl:message name="GetNMBSProductsResponse"><wsdl:part name="parameters" element="tns:GetNMBSProductsResponse"/></wsdl:message><wsdl:message name="BuyNMBSTicketRequest"><wsdl:part name="parameters" element="tns:BuyNMBSTicketRequest"/></wsdl:message><wsdl:message name="BuyNMBSTicketResponse"><wsdl:part name="parameters" element="tns:BuyNMBSTicketResponse"/></wsdl:message><wsdl:message name="GetNMBSSettingsRequest"><wsdl:part name="parameters" element="tns:GetNMBSSettingsRequest"/></wsdl:message><wsdl:message name="GetNMBSSettingsResponse"><wsdl:part name="parameters" element="tns:GetNMBSSettingsResponse"/></wsdl:message><wsdl:message name="GetStatusIncertVoucherRequest"><wsdl:part name="parameters" element="tns:GetStatusIncertVoucherRequest"/></wsdl:message><wsdl:message name="GetStatusIncertVoucherResponse"><wsdl:part name="parameters" element="tns:GetStatusIncertVoucherResponse"/></wsdl:message><wsdl:message name="RedeemIncertVoucherRequest"><wsdl:part name="parameters" element="tns:RedeemIncertVoucherRequest"/></wsdl:message><wsdl:message name="RedeemIncertVoucherResponse"><wsdl:part name="parameters" element="tns:RedeemIncertVoucherResponse"/></wsdl:message><wsdl:message name="CancelIncertVoucherRequest"><wsdl:part name="parameters" element="tns:CancelIncertVoucherRequest"/></wsdl:message><wsdl:message name="CancelIncertVoucherResponse"><wsdl:part name="parameters" element="tns:CancelIncertVoucherResponse"/></wsdl:message><wsdl:message name="GetShopIDConfigurationRequest"><wsdl:part name="parameters" element="tns:GetShopIDConfigurationRequest"/></wsdl:message><wsdl:message name="GetShopIDConfigurationResponse"><wsdl:part name="parameters" element="tns:GetShopIDConfigurationResponse"/></wsdl:message><wsdl:message name="GetStatusFashionChequeRequest"><wsdl:part name="parameters" element="tns:GetStatusFashionChequeRequest"/></wsdl:message><wsdl:message name="GetStatusFashionChequeResponse"><wsdl:part name="parameters" element="tns:GetStatusFashionChequeResponse"/></wsdl:message><wsdl:message name="RedeemFashionChequeRequest"><wsdl:part name="parameters" element="tns:RedeemFashionChequeRequest"/></wsdl:message><wsdl:message name="RedeemFashionChequeResponse"><wsdl:part name="parameters" element="tns:RedeemFashionChequeResponse"/></wsdl:message><wsdl:message name="CancelFashionChequeRequest"><wsdl:part name="parameters" element="tns:CancelFashionChequeRequest"/></wsdl:message><wsdl:message name="CancelFashionChequeResponse"><wsdl:part name="parameters" element="tns:CancelFashionChequeResponse"/></wsdl:message><wsdl:message name="GetGezinsbondSettingsRequest"><wsdl:part name="parameters" element="tns:GetGezinsbondSettingsRequest"/></wsdl:message><wsdl:message name="GetGezinsbondSettingsResponse"><wsdl:part name="parameters" element="tns:GetGezinsbondSettingsResponse"/></wsdl:message><wsdl:message name="GetStatusGezinsbondRequest"><wsdl:part name="parameters" element="tns:GetStatusGezinsbondRequest"/></wsdl:message><wsdl:message name="GetStatusGezinsbondResponse"><wsdl:part name="parameters" element="tns:GetStatusGezinsbondResponse"/></wsdl:message><wsdl:message name="RewardGezinsbondRequest"><wsdl:part name="parameters" element="tns:RewardGezinsbondRequest"/></wsdl:message><wsdl:message name="RewardGezinsbondResponse"><wsdl:part name="parameters" element="tns:RewardGezinsbondResponse"/></wsdl:message><wsdl:message name="RedeemGezinsbondRequest"><wsdl:part name="parameters" element="tns:RedeemGezinsbondRequest"/></wsdl:message><wsdl:message name="RedeemGezinsbondResponse"><wsdl:part name="parameters" element="tns:RedeemGezinsbondResponse"/></wsdl:message><wsdl:message name="CancelGezinsbondRequest"><wsdl:part name="parameters" element="tns:CancelGezinsbondRequest"/></wsdl:message><wsdl:message name="CancelGezinsbondResponse"><wsdl:part name="parameters" element="tns:CancelGezinsbondResponse"/></wsdl:message><wsdl:message name="GetStatusLerarenkaartRequest"><wsdl:part name="parameters" element="tns:GetStatusLerarenkaartRequest"/></wsdl:message><wsdl:message name="GetStatusLerarenkaartResponse"><wsdl:part name="parameters" element="tns:GetStatusLerarenkaartResponse"/></wsdl:message><wsdl:message name="FindQRAppPopupsRequest"><wsdl:part name="parameters" element="tns:FindQRAppPopupsRequest"/></wsdl:message><wsdl:message name="FindQRAppPopupsResponse"><wsdl:part name="parameters" element="tns:FindQRAppPopupsResponse"/></wsdl:message><wsdl:message name="GetMuseumPassRequest"><wsdl:part name="parameters" element="tns:GetMuseumPassRequest"/></wsdl:message><wsdl:message name="GetMuseumPassResponse"><wsdl:part name="parameters" element="tns:GetMuseumPassResponse"/></wsdl:message><wsdl:message name="ActivateMuseumPassSubscriptionRequest"><wsdl:part name="parameters" element="tns:ActivateMuseumPassSubscriptionRequest"/></wsdl:message><wsdl:message name="ActivateMuseumPassSubscriptionResponse"><wsdl:part name="parameters" element="tns:ActivateMuseumPassSubscriptionResponse"/></wsdl:message><wsdl:message name="SaveChildCareCentrePresenceOptionRequest"><wsdl:part name="parameters" element="tns:SaveChildCareCentrePresenceOptionRequest"/></wsdl:message><wsdl:message name="SaveChildCareCentrePresenceOptionResponse"><wsdl:part name="parameters" element="tns:SaveChildCareCentrePresenceOptionResponse"/></wsdl:message><wsdl:message name="SaveChildCareCentrePresenceOptionsRequest"><wsdl:part name="parameters" element="tns:SaveChildCareCentrePresenceOptionsRequest"/></wsdl:message><wsdl:message name="SaveChildCareCentrePresenceOptionsResponse"><wsdl:part name="parameters" element="tns:SaveChildCareCentrePresenceOptionsResponse"/></wsdl:message><wsdl:message name="FindChildCareSchoolsRequest"><wsdl:part name="parameters" element="tns:FindChildCareSchoolsRequest"/></wsdl:message><wsdl:message name="FindChildCareSchoolsResponse"><wsdl:part name="parameters" element="tns:FindChildCareSchoolsResponse"/></wsdl:message><wsdl:message name="SaveChildCareSchoolRequest"><wsdl:part name="parameters" element="tns:SaveChildCareSchoolRequest"/></wsdl:message><wsdl:message name="SaveChildCareSchoolResponse"><wsdl:part name="parameters" element="tns:SaveChildCareSchoolResponse"/></wsdl:message><wsdl:message name="FindChildCareParentStatutesRequest"><wsdl:part name="parameters" element="tns:FindChildCareParentStatutesRequest"/></wsdl:message><wsdl:message name="FindChildCareParentStatutesResponse"><wsdl:part name="parameters" element="tns:FindChildCareParentStatutesResponse"/></wsdl:message><wsdl:message name="FindChildCareBenefitsRequest"><wsdl:part name="parameters" element="tns:FindChildCareBenefitsRequest"/></wsdl:message><wsdl:message name="FindChildCareBenefitsResponse"><wsdl:part name="parameters" element="tns:FindChildCareBenefitsResponse"/></wsdl:message><wsdl:message name="SaveChildCareExtraInfoParentRequest"><wsdl:part name="parameters" element="tns:SaveChildCareExtraInfoParentRequest"/></wsdl:message><wsdl:message name="SaveChildCareExtraInfoParentResponse"><wsdl:part name="parameters" element="tns:SaveChildCareExtraInfoParentResponse"/></wsdl:message><wsdl:message name="FindFiscalCertificatesRequest"><wsdl:part name="parameters" element="tns:FindFiscalCertificatesRequest"/></wsdl:message><wsdl:message name="FindFiscalCertificatesResponse"><wsdl:part name="parameters" element="tns:FindFiscalCertificatesResponse"/></wsdl:message><wsdl:message name="ValidateChildCareEntryPriorityRuleRequest"><wsdl:part name="parameters" element="tns:ValidateChildCareEntryPriorityRuleRequest"/></wsdl:message><wsdl:message name="ValidateChildCareEntryPriorityRuleResponse"><wsdl:part name="parameters" element="tns:ValidateChildCareEntryPriorityRuleResponse"/></wsdl:message><wsdl:message name="FindSalesRequest"><wsdl:part name="parameters" element="tns:FindSalesRequest"/></wsdl:message><wsdl:message name="FindSalesResponse"><wsdl:part name="parameters" element="tns:FindSalesResponse"/></wsdl:message><wsdl:message name="FindETicketsRequest"><wsdl:part name="parameters" element="tns:FindETicketsRequest"/></wsdl:message><wsdl:message name="FindETicketsResponse"><wsdl:part name="parameters" element="tns:FindETicketsResponse"/></wsdl:message><wsdl:message name="FindInvoicesRequest"><wsdl:part name="parameters" element="tns:FindInvoicesRequest"/></wsdl:message><wsdl:message name="FindInvoicesResponse"><wsdl:part name="parameters" element="tns:FindInvoicesResponse"/></wsdl:message><wsdl:message name="GetSalesHeaderReceiptRequest"><wsdl:part name="parameters" element="tns:GetSalesHeaderReceiptRequest"/></wsdl:message><wsdl:message name="GetPrintDataResponse"><wsdl:part name="parameters" element="tns:GetPrintDataResponse"/></wsdl:message><wsdl:message name="GetSalesHeaderAccessTicketsRequest"><wsdl:part name="parameters" element="tns:GetSalesHeaderAccessTicketsRequest"/></wsdl:message><wsdl:message name="GetSalesHeaderAccessTicketsPrintDataJsonRequest"><wsdl:part name="parameters" element="tns:GetSalesHeaderAccessTicketsPrintDataJsonRequest"/></wsdl:message><wsdl:message name="GetSalesHeaderAccessTicketsPrintDataJsonResponse"><wsdl:part name="parameters" element="tns:GetSalesHeaderAccessTicketsPrintDataJsonResponse"/></wsdl:message><wsdl:message name="GetSalesHeaderReceiptPrintDataForWindowsPrinterRequest"><wsdl:part name="parameters" element="tns:GetSalesHeaderReceiptPrintDataForWindowsPrinterRequest"/></wsdl:message><wsdl:message name="GetSalesHeaderReceiptPrintDataForWindowsPrinterResponse"><wsdl:part name="parameters" element="tns:GetSalesHeaderReceiptPrintDataForWindowsPrinterResponse"/></wsdl:message><wsdl:message name="GetSalesHeaderReceiptPrintDataJsonRequest"><wsdl:part name="parameters" element="tns:GetSalesHeaderReceiptPrintDataJsonRequest"/></wsdl:message><wsdl:message name="GetSalesHeaderReceiptPrintDataJsonResponse"><wsdl:part name="parameters" element="tns:GetSalesHeaderReceiptPrintDataJsonResponse"/></wsdl:message><wsdl:message name="GetIntermediateSalesTicketRequest"><wsdl:part name="parameters" element="tns:GetIntermediateSalesTicketRequest"/></wsdl:message><wsdl:message name="GetInterTicketMessageRequest"><wsdl:part name="parameters" element="tns:GetInterTicketMessageRequest"/></wsdl:message><wsdl:message name="GetKitchenBarTicketRequest"><wsdl:part name="parameters" element="tns:GetKitchenBarTicketRequest"/></wsdl:message><wsdl:message name="SalesZoneTableResetZeroLinesRequest"><wsdl:part name="parameters" element="tns:SalesZoneTableResetZeroLinesRequest"/></wsdl:message><wsdl:message name="SalesZoneTableResetZeroLinesResponse"><wsdl:part name="parameters" element="tns:SalesZoneTableResetZeroLinesResponse"/></wsdl:message><wsdl:message name="PointOfSaleResetZeroLinesRequest"><wsdl:part name="parameters" element="tns:PointOfSaleResetZeroLinesRequest"/></wsdl:message><wsdl:message name="PointOfSaleResetZeroLinesResponse"><wsdl:part name="parameters" element="tns:PointOfSaleResetZeroLinesResponse"/></wsdl:message><wsdl:message name="GetPosReportTicketRequest"><wsdl:part name="parameters" element="tns:GetPosReportTicketRequest"/></wsdl:message><wsdl:message name="GetCashReportTicketRequest"><wsdl:part name="parameters" element="tns:GetCashReportTicketRequest"/></wsdl:message><wsdl:message name="GetCashReportJsonRequest"><wsdl:part name="parameters" element="tns:GetCashReportJsonRequest"/></wsdl:message><wsdl:message name="GetCashReportJsonResponse"><wsdl:part name="parameters" element="tns:GetCashReportJsonResponse"/></wsdl:message><wsdl:message name="SetSaleRefundStatusRequest"><wsdl:part name="parameters" element="tns:SetSaleRefundStatusRequest"/></wsdl:message><wsdl:message name="SetSaleRefundStatusResponse"><wsdl:part name="parameters" element="tns:SetSaleRefundStatusResponse"/></wsdl:message><wsdl:message name="SetSaleEnvisoPayByLinkRequest"><wsdl:part name="parameters" element="tns:SetSaleEnvisoPayByLinkRequest"/></wsdl:message><wsdl:message name="SetSaleEnvisoPayByLinkResponse"><wsdl:part name="parameters" element="tns:SetSaleEnvisoPayByLinkResponse"/></wsdl:message><wsdl:message name="VendingMachineDigitalEmailReceiptRequest"><wsdl:part name="parameters" element="tns:VendingMachineDigitalEmailReceiptRequest"/></wsdl:message><wsdl:message name="IWebShop_AddDigitalReceiptEmailAddressToSale_OutputMessage"/><wsdl:message name="GetVendingMachineNextTransactionIDRequest"><wsdl:part name="parameters" element="tns:GetVendingMachineNextTransactionIDRequest"/></wsdl:message><wsdl:message name="GetVendingMachineNextTransactionIDResponse"><wsdl:part name="parameters" element="tns:GetVendingMachineNextTransactionIDResponse"/></wsdl:message><wsdl:message name="GetVendingMachineSettingsRequest"><wsdl:part name="parameters" element="tns:GetVendingMachineSettingsRequest"/></wsdl:message><wsdl:message name="GetVendingMachineSettingsResponse"><wsdl:part name="parameters" element="tns:GetVendingMachineSettingsResponse"/></wsdl:message><wsdl:message name="ListVendingMachineArticlesRequest"><wsdl:part name="parameters" element="tns:ListVendingMachineArticlesRequest"/></wsdl:message><wsdl:message name="ListVendingMachineArticlesResponse"><wsdl:part name="parameters" element="tns:ListVendingMachineArticlesResponse"/></wsdl:message><wsdl:message name="FindVendingMachinePersonSubscriptionsRequest"><wsdl:part name="parameters" element="tns:FindVendingMachinePersonSubscriptionsRequest"/></wsdl:message><wsdl:message name="FindVendingMachinePersonSubscriptionsResponse"><wsdl:part name="parameters" element="tns:FindVendingMachinePersonSubscriptionsResponse"/></wsdl:message><wsdl:message name="FindVendingMachineSubscriptionsRequest"><wsdl:part name="parameters" element="tns:FindVendingMachineSubscriptionsRequest"/></wsdl:message><wsdl:message name="FindVendingMachineSubscriptionsResponse"><wsdl:part name="parameters" element="tns:FindVendingMachineSubscriptionsResponse"/></wsdl:message><wsdl:message name="FindVendingMachineIncentivesRequest"><wsdl:part name="parameters" element="tns:FindVendingMachineIncentivesRequest"/></wsdl:message><wsdl:message name="FindVendingMachineIncentivesResponse"><wsdl:part name="parameters" element="tns:FindVendingMachineIncentivesResponse"/></wsdl:message><wsdl:message name="FindVendingMachineCultureEventsRequest"><wsdl:part name="parameters" element="tns:FindVendingMachineCultureEventsRequest"/></wsdl:message><wsdl:message name="FindVendingMachineCultureEventsResponse"><wsdl:part name="parameters" element="tns:FindVendingMachineCultureEventsResponse"/></wsdl:message><wsdl:message name="GetVendingMachineCrystalReportsDatasourceRequest"><wsdl:part name="parameters" element="tns:GetVendingMachineCrystalReportsDatasourceRequest"/></wsdl:message><wsdl:message name="GetVendingMachineCrystalReportsDatasourceResponse"><wsdl:part name="parameters" element="tns:GetVendingMachineCrystalReportsDatasourceResponse"/></wsdl:message><wsdl:message name="GetVendingMachineCrystalReportsDatasourcesResponse"><wsdl:part name="parameters" element="tns:GetVendingMachineCrystalReportsDatasourcesResponse"/></wsdl:message><wsdl:message name="SetVendingMachineIncentivesTicketPrintedRequest"><wsdl:part name="parameters" element="tns:SetVendingMachineIncentivesTicketPrintedRequest"/></wsdl:message><wsdl:message name="IWebShop_SetVendingMachineIncentivesTicketPrinted_OutputMessage"/><wsdl:message name="GetVendingMachineArticlePartsSalesLineRequest"><wsdl:part name="parameters" element="tns:GetVendingMachineArticlePartsSalesLineRequest"/></wsdl:message><wsdl:message name="GetVendingMachineArticlePartsSalesLineResponse"><wsdl:part name="parameters" element="tns:GetVendingMachineArticlePartsSalesLineResponse"/></wsdl:message><wsdl:message name="GetHeadOfFamilySubscriberIdRequest"><wsdl:part name="parameters" element="tns:GetHeadOfFamilySubscriberIdRequest"/></wsdl:message><wsdl:message name="GetHeadOfFamilySubscriberIdResponse"><wsdl:part name="parameters" element="tns:GetHeadOfFamilySubscriberIdResponse"/></wsdl:message><wsdl:message name="FindVendingMachineExpositionsRequest"><wsdl:part name="parameters" element="tns:FindVendingMachineExpositionsRequest"/></wsdl:message><wsdl:message name="FindVendingMachineExpositionsResponse"><wsdl:part name="parameters" element="tns:FindVendingMachineExpositionsResponse"/></wsdl:message><wsdl:message name="FindVendingMachineExpositionPeriodDatesRequest"><wsdl:part name="parameters" element="tns:FindVendingMachineExpositionPeriodDatesRequest"/></wsdl:message><wsdl:message name="FindVendingMachineExpositionPeriodDatesResponse"><wsdl:part name="parameters" element="tns:FindVendingMachineExpositionPeriodDatesResponse"/></wsdl:message><wsdl:message name="FindVendingMachineExpositionPeriodPricesRequest"><wsdl:part name="parameters" element="tns:FindVendingMachineExpositionPeriodPricesRequest"/></wsdl:message><wsdl:message name="FindVendingMachineExpositionPeriodPricesResponse"><wsdl:part name="parameters" element="tns:FindVendingMachineExpositionPeriodPricesResponse"/></wsdl:message><wsdl:message name="SaveWiseCommunicationLogRequest"><wsdl:part name="parameters" element="tns:SaveWiseCommunicationLogRequest"/></wsdl:message><wsdl:message name="IWebShop_SaveWiseCommunicationLog_OutputMessage"/><wsdl:message name="WiseGetPatronNameRequest"><wsdl:part name="parameters" element="tns:WiseGetPatronNameRequest"/></wsdl:message><wsdl:message name="WiseGetPatronNameResponse"><wsdl:part name="parameters" element="tns:WiseGetPatronNameResponse"/></wsdl:message><wsdl:message name="WiseGetFeesForPatronRequest"><wsdl:part name="parameters" element="tns:WiseGetFeesForPatronRequest"/></wsdl:message><wsdl:message name="WiseGetFeesForPatronResponse"><wsdl:part name="parameters" element="tns:WiseGetFeesForPatronResponse"/></wsdl:message><wsdl:message name="WiseSetFeePayedForPatronRequest"><wsdl:part name="parameters" element="tns:WiseSetFeePayedForPatronRequest"/></wsdl:message><wsdl:message name="WiseSetFeePayedForPatronResponse"><wsdl:part name="parameters" element="tns:WiseSetFeePayedForPatronResponse"/></wsdl:message><wsdl:message name="SetVendingMachineTicketsPrintedRequest"><wsdl:part name="parameters" element="tns:SetVendingMachineTicketsPrintedRequest"/></wsdl:message><wsdl:message name="IWebShop_SetVendingMachineTicketsPrinted_OutputMessage"/><wsdl:message name="GetVendingMachineTicketsRequest"><wsdl:part name="parameters" element="tns:GetVendingMachineTicketsRequest"/></wsdl:message><wsdl:message name="GetVendingMachineTicketsResponse"><wsdl:part name="parameters" element="tns:GetVendingMachineTicketsResponse"/></wsdl:message><wsdl:message name="FindVendingMachineBenefitsRequest"><wsdl:part name="parameters" element="tns:FindVendingMachineBenefitsRequest"/></wsdl:message><wsdl:message name="FindVendingMachineBenefitsResponse"><wsdl:part name="parameters" element="tns:FindVendingMachineBenefitsResponse"/></wsdl:message><wsdl:message name="FindVendingMachineArticlesRequest"><wsdl:part name="parameters" element="tns:FindVendingMachineArticlesRequest"/></wsdl:message><wsdl:message name="FindVendingMachineArticlesResponse"><wsdl:part name="parameters" element="tns:FindVendingMachineArticlesResponse"/></wsdl:message><wsdl:message name="FindVendingMachineSubscriptionsInformationRequest"><wsdl:part name="parameters" element="tns:FindVendingMachineSubscriptionsInformationRequest"/></wsdl:message><wsdl:message name="FindVendingMachineSubscriptionsInformationResponse"><wsdl:part name="parameters" element="tns:FindVendingMachineSubscriptionsInformationResponse"/></wsdl:message><wsdl:message name="ValidateSoulItRequest"><wsdl:part name="parameters" element="tns:ValidateSoulItRequest"/></wsdl:message><wsdl:message name="ValidateSoulItResponse"><wsdl:part name="parameters" element="tns:ValidateSoulItResponse"/></wsdl:message><wsdl:message name="ValidateSoulItByPersonInfoRequest"><wsdl:part name="parameters" element="tns:ValidateSoulItByPersonInfoRequest"/></wsdl:message><wsdl:message name="ValidateSoulItByPersonInfoResponse"><wsdl:part name="parameters" element="tns:ValidateSoulItByPersonInfoResponse"/></wsdl:message><wsdl:message name="ValidateSorteerStraatjesCardRequest"><wsdl:part name="parameters" element="tns:ValidateSorteerStraatjesCardRequest"/></wsdl:message><wsdl:message name="ValidateSorteerStraatjesCardResponse"><wsdl:part name="parameters" element="tns:ValidateSorteerStraatjesCardResponse"/></wsdl:message><wsdl:message name="AddPaymentToSorteerStraatjesCardRequest"><wsdl:part name="parameters" element="tns:AddPaymentToSorteerStraatjesCardRequest"/></wsdl:message><wsdl:message name="AddPaymentToSorteerStraatjesCardResponse"><wsdl:part name="parameters" element="tns:AddPaymentToSorteerStraatjesCardResponse"/></wsdl:message><wsdl:message name="ValidateAVSBonusCardRequest"><wsdl:part name="parameters" element="tns:ValidateAVSBonusCardRequest"/></wsdl:message><wsdl:message name="ValidateAVSBonusCardResponse"><wsdl:part name="parameters" element="tns:ValidateAVSBonusCardResponse"/></wsdl:message><wsdl:message name="EarnAVSBonusCardRequest"><wsdl:part name="parameters" element="tns:EarnAVSBonusCardRequest"/></wsdl:message><wsdl:message name="EarnAVSBonusCardResponse"><wsdl:part name="parameters" element="tns:EarnAVSBonusCardResponse"/></wsdl:message><wsdl:message name="VendingMachineCarrierSwitchRequest"><wsdl:part name="parameters" element="tns:VendingMachineCarrierSwitchRequest"/></wsdl:message><wsdl:message name="VendingMachineCarrierSwitchResponse"><wsdl:part name="parameters" element="tns:VendingMachineCarrierSwitchResponse"/></wsdl:message><wsdl:message name="CouponCalculateRequest"><wsdl:part name="parameters" element="tns:CouponCalculateRequest"/></wsdl:message><wsdl:message name="CouponCalculateResponse"><wsdl:part name="parameters" element="tns:CouponCalculateResponse"/></wsdl:message><wsdl:message name="CouponReserveRequest"><wsdl:part name="parameters" element="tns:CouponReserveRequest"/></wsdl:message><wsdl:message name="CouponReserveResponse"><wsdl:part name="parameters" element="tns:CouponReserveResponse"/></wsdl:message><wsdl:message name="CouponReleaseRequest"><wsdl:part name="parameters" element="tns:CouponReleaseRequest"/></wsdl:message><wsdl:message name="CouponReleaseResponse"><wsdl:part name="parameters" element="tns:CouponReleaseResponse"/></wsdl:message><wsdl:message name="VoucherValidateRequest"><wsdl:part name="parameters" element="tns:VoucherValidateRequest"/></wsdl:message><wsdl:message name="VoucherValidateResponse"><wsdl:part name="parameters" element="tns:VoucherValidateResponse"/></wsdl:message><wsdl:message name="FindCouponsRequest"><wsdl:part name="parameters" element="tns:FindCouponsRequest"/></wsdl:message><wsdl:message name="FindCouponsResponse"><wsdl:part name="parameters" element="tns:FindCouponsResponse"/></wsdl:message><wsdl:message name="SetCouponPrintedRequest"><wsdl:part name="parameters" element="tns:SetCouponPrintedRequest"/></wsdl:message><wsdl:message name="IWebShop_SetCouponPrinted_OutputMessage"/><wsdl:message name="GiftCertificateReserveRequest"><wsdl:part name="parameters" element="tns:GiftCertificateReserveRequest"/></wsdl:message><wsdl:message name="IWebShop_GiftCertificateReserve_OutputMessage"/><wsdl:message name="GiftCertificateReleaseRequest"><wsdl:part name="parameters" element="tns:GiftCertificateReleaseRequest"/></wsdl:message><wsdl:message name="IWebShop_GiftCertificateRelease_OutputMessage"/><wsdl:message name="GiftCertificateCalculateRequest"><wsdl:part name="parameters" element="tns:GiftCertificateCalculateRequest"/></wsdl:message><wsdl:message name="GiftCertificateCalculateResponse"><wsdl:part name="parameters" element="tns:GiftCertificateCalculateResponse"/></wsdl:message><wsdl:message name="FindGiftCertificatesRequest"><wsdl:part name="parameters" element="tns:FindGiftCertificatesRequest"/></wsdl:message><wsdl:message name="FindGiftCertificatesResponse"><wsdl:part name="parameters" element="tns:FindGiftCertificatesResponse"/></wsdl:message><wsdl:message name="SetGiftCertificatePrintedRequest"><wsdl:part name="parameters" element="tns:SetGiftCertificatePrintedRequest"/></wsdl:message><wsdl:message name="IWebShop_SetGiftCertificatePrinted_OutputMessage"/><wsdl:message name="SaveCRMLogRequest"><wsdl:part name="parameters" element="tns:SaveCRMLogRequest"/></wsdl:message><wsdl:message name="SaveCRMLogResponse"><wsdl:part name="parameters" element="tns:SaveCRMLogResponse"/></wsdl:message><wsdl:message name="DeviceConfigurationRequest"><wsdl:part name="parameters" element="tns:DeviceConfigurationRequest"/></wsdl:message><wsdl:message name="DeviceConfigurationResponse"><wsdl:part name="parameters" element="tns:DeviceConfigurationResponse"/></wsdl:message><wsdl:message name="LoginCashierRequest"><wsdl:part name="parameters" element="tns:LoginCashierRequest"/></wsdl:message><wsdl:message name="LoginCashierResponse"><wsdl:part name="parameters" element="tns:LoginCashierResponse"/></wsdl:message><wsdl:message name="LogoutCashierRequest"><wsdl:part name="parameters" element="tns:LogoutCashierRequest"/></wsdl:message><wsdl:message name="LogoutCashierResponse"><wsdl:part name="parameters" element="tns:LogoutCashierResponse"/></wsdl:message><wsdl:message name="StartNewShiftRequest"><wsdl:part name="parameters" element="tns:StartNewShiftRequest"/></wsdl:message><wsdl:message name="StartNewShiftResponse"><wsdl:part name="parameters" element="tns:StartNewShiftResponse"/></wsdl:message><wsdl:message name="GetSalesZoneStatusRequest"><wsdl:part name="parameters" element="tns:GetSalesZoneStatusRequest"/></wsdl:message><wsdl:message name="GetSalesZoneStatusResponse"><wsdl:part name="parameters" element="tns:GetSalesZoneStatusResponse"/></wsdl:message><wsdl:message name="GetSalesZoneTablesRequest"><wsdl:part name="parameters" element="tns:GetSalesZoneTablesRequest"/></wsdl:message><wsdl:message name="GetSalesZoneTablesResponse"><wsdl:part name="parameters" element="tns:GetSalesZoneTablesResponse"/></wsdl:message><wsdl:message name="GetSalesZoneOverviewRequest"><wsdl:part name="parameters" element="tns:GetSalesZoneOverviewRequest"/></wsdl:message><wsdl:message name="GetSalesZoneOverviewResponse"><wsdl:part name="parameters" element="tns:GetSalesZoneOverviewResponse"/></wsdl:message><wsdl:message name="GetTableSalesWithoutTableRequest"><wsdl:part name="parameters" element="tns:GetTableSalesWithoutTableRequest"/></wsdl:message><wsdl:message name="GetTableSalesWithoutTableResponse"><wsdl:part name="parameters" element="tns:GetTableSalesWithoutTableResponse"/></wsdl:message><wsdl:message name="SendPOSOrderRequest"><wsdl:part name="parameters" element="tns:SendPOSOrderRequest"/></wsdl:message><wsdl:message name="SendPOSOrderResponse"><wsdl:part name="parameters" element="tns:SendPOSOrderResponse"/></wsdl:message><wsdl:message name="SplitTableRequest"><wsdl:part name="parameters" element="tns:SplitTableRequest"/></wsdl:message><wsdl:message name="SplitTableResponse"><wsdl:part name="parameters" element="tns:SplitTableResponse"/></wsdl:message><wsdl:message name="GroupTablesRequest"><wsdl:part name="parameters" element="tns:GroupTablesRequest"/></wsdl:message><wsdl:message name="GroupTablesResponse"><wsdl:part name="parameters" element="tns:GroupTablesResponse"/></wsdl:message><wsdl:message name="UngroupTablesRequest"><wsdl:part name="parameters" element="tns:UngroupTablesRequest"/></wsdl:message><wsdl:message name="UngroupTablesResponse"><wsdl:part name="parameters" element="tns:UngroupTablesResponse"/></wsdl:message><wsdl:message name="CreateVirtualTableRequest"><wsdl:part name="parameters" element="tns:CreateVirtualTableRequest"/></wsdl:message><wsdl:message name="CreateVirtualTableResponse"><wsdl:part name="parameters" element="tns:CreateVirtualTableResponse"/></wsdl:message><wsdl:message name="DeleteTableRequest"><wsdl:part name="parameters" element="tns:DeleteTableRequest"/></wsdl:message><wsdl:message name="DeleteTableResponse"><wsdl:part name="parameters" element="tns:DeleteTableResponse"/></wsdl:message><wsdl:message name="GetCreditSalesByDivisionCardRequest"><wsdl:part name="parameters" element="tns:GetCreditSalesByDivisionCardRequest"/></wsdl:message><wsdl:message name="GetCreditSalesByDivisionCardResponse"><wsdl:part name="parameters" element="tns:GetCreditSalesByDivisionCardResponse"/></wsdl:message><wsdl:message name="MoveTableSalesToTableRequest"><wsdl:part name="parameters" element="tns:MoveTableSalesToTableRequest"/></wsdl:message><wsdl:message name="MoveTableSalesToTableResponse"><wsdl:part name="parameters" element="tns:MoveTableSalesToTableResponse"/></wsdl:message><wsdl:message name="GetTicketMessagesRequest"><wsdl:part name="parameters" element="tns:GetTicketMessagesRequest"/></wsdl:message><wsdl:message name="GetTicketMessagesResponse"><wsdl:part name="parameters" element="tns:GetTicketMessagesResponse"/></wsdl:message><wsdl:message name="GetPointOfSaleConfigurationRequest"><wsdl:part name="parameters" element="tns:GetPointOfSaleConfigurationRequest"/></wsdl:message><wsdl:message name="GetPointOfSaleConfigurationResponse"><wsdl:part name="parameters" element="tns:GetPointOfSaleConfigurationResponse"/></wsdl:message><wsdl:message name="SwitchShiftEmployeeRequest"><wsdl:part name="parameters" element="tns:SwitchShiftEmployeeRequest"/></wsdl:message><wsdl:message name="SwitchShiftEmployeeResponse"><wsdl:part name="parameters" element="tns:SwitchShiftEmployeeResponse"/></wsdl:message><wsdl:message name="LocalCounterGetParametersRequest"><wsdl:part name="parameters" element="tns:LocalCounterGetParametersRequest"/></wsdl:message><wsdl:message name="LocalCounterGetParametersResponse"><wsdl:part name="parameters" element="tns:LocalCounterGetParametersResponse"/></wsdl:message><wsdl:message name="LocalCounterSynchronizeRequest"><wsdl:part name="parameters" element="tns:LocalCounterSynchronizeRequest"/></wsdl:message><wsdl:message name="LocalCounterSynchronizeResponse"><wsdl:part name="parameters" element="tns:LocalCounterSynchronizeResponse"/></wsdl:message><wsdl:message name="SaveCounterSalesRequest"><wsdl:part name="parameters" element="tns:SaveCounterSalesRequest"/></wsdl:message><wsdl:message name="SaveCounterSalesResponse"><wsdl:part name="parameters" element="tns:SaveCounterSalesResponse"/></wsdl:message><wsdl:message name="FindScenariosRequest"><wsdl:part name="parameters" element="tns:FindScenariosRequest"/></wsdl:message><wsdl:message name="FindScenariosResponse"><wsdl:part name="parameters" element="tns:FindScenariosResponse"/></wsdl:message><wsdl:message name="FindScenarioSessionsRequest"><wsdl:part name="parameters" element="tns:FindScenarioSessionsRequest"/></wsdl:message><wsdl:message name="FindScenarioSessionsResponse"><wsdl:part name="parameters" element="tns:FindScenarioSessionsResponse"/></wsdl:message><wsdl:message name="DeleteScenarioSessionRequest"><wsdl:part name="parameters" element="tns:DeleteScenarioSessionRequest"/></wsdl:message><wsdl:message name="DeleteScenarioSessionResponse"><wsdl:part name="parameters" element="tns:DeleteScenarioSessionResponse"/></wsdl:message><wsdl:message name="SaveSpotbookingStatusRequest"><wsdl:part name="parameters" element="tns:SaveSpotbookingStatusRequest"/></wsdl:message><wsdl:message name="SaveSpotbookingStatusResponse"><wsdl:part name="parameters" element="tns:SaveSpotbookingStatusResponse"/></wsdl:message><wsdl:message name="SaveScenarioSessionRequest"><wsdl:part name="parameters" element="tns:SaveScenarioSessionRequest"/></wsdl:message><wsdl:message name="SaveScenarioSessionResponse"><wsdl:part name="parameters" element="tns:SaveScenarioSessionResponse"/></wsdl:message><wsdl:message name="FindScenarioTypesRequest"><wsdl:part name="parameters" element="tns:FindScenarioTypesRequest"/></wsdl:message><wsdl:message name="FindScenarioTypesResponse"><wsdl:part name="parameters" element="tns:FindScenarioTypesResponse"/></wsdl:message><wsdl:message name="ListCdbCategoriesRequest"><wsdl:part name="parameters" element="tns:ListCdbCategoriesRequest"/></wsdl:message><wsdl:message name="ListCdbCategoriesResponse"><wsdl:part name="parameters" element="tns:ListCdbCategoriesResponse"/></wsdl:message><wsdl:message name="GetScenarioSessionEmailMessageRequest"><wsdl:part name="parameters" element="tns:GetScenarioSessionEmailMessageRequest"/></wsdl:message><wsdl:message name="GetScenarioSessionEmailMessageResponse"><wsdl:part name="parameters" element="tns:GetScenarioSessionEmailMessageResponse"/></wsdl:message><wsdl:message name="GetScenarioSessionEmailMessagesRequest"><wsdl:part name="parameters" element="tns:GetScenarioSessionEmailMessagesRequest"/></wsdl:message><wsdl:message name="GetScenarioSessionEmailMessagesResponse"><wsdl:part name="parameters" element="tns:GetScenarioSessionEmailMessagesResponse"/></wsdl:message><wsdl:message name="GetScenarioQuestionInputValueFileGeneralRequest"><wsdl:part name="parameters" element="tns:GetScenarioQuestionInputValueFileGeneralRequest"/></wsdl:message><wsdl:message name="GetScenarioQuestionInputValueFileGeneralResponse"><wsdl:part name="parameters" element="tns:GetScenarioQuestionInputValueFileGeneralResponse"/></wsdl:message><wsdl:message name="GetScenarioQuestionInputValueFileDetailRequest"><wsdl:part name="parameters" element="tns:GetScenarioQuestionInputValueFileDetailRequest"/></wsdl:message><wsdl:message name="GetScenarioQuestionInputValueFileDetailResponse"><wsdl:part name="parameters" element="tns:GetScenarioQuestionInputValueFileDetailResponse"/></wsdl:message><wsdl:message name="SaveScenarioSessionAttachmentRequest"><wsdl:part name="parameters" element="tns:SaveScenarioSessionAttachmentRequest"/></wsdl:message><wsdl:message name="SaveScenarioSessionAttachmentResponse"><wsdl:part name="parameters" element="tns:SaveScenarioSessionAttachmentResponse"/></wsdl:message><wsdl:message name="DeleteScenarioSessionAttachmentRequest"><wsdl:part name="parameters" element="tns:DeleteScenarioSessionAttachmentRequest"/></wsdl:message><wsdl:message name="DeleteScenarioSessionAttachmentResponse"><wsdl:part name="parameters" element="tns:DeleteScenarioSessionAttachmentResponse"/></wsdl:message><wsdl:message name="SaveScenarioSessionCommentRequest"><wsdl:part name="parameters" element="tns:SaveScenarioSessionCommentRequest"/></wsdl:message><wsdl:message name="SaveScenarioSessionCommentResponse"><wsdl:part name="parameters" element="tns:SaveScenarioSessionCommentResponse"/></wsdl:message><wsdl:message name="DeleteScenarioSessionCommentRequest"><wsdl:part name="parameters" element="tns:DeleteScenarioSessionCommentRequest"/></wsdl:message><wsdl:message name="DeleteScenarioSessionCommentResponse"><wsdl:part name="parameters" element="tns:DeleteScenarioSessionCommentResponse"/></wsdl:message><wsdl:message name="ValidateScenarioSessionCheckRequest"><wsdl:part name="parameters" element="tns:ValidateScenarioSessionCheckRequest"/></wsdl:message><wsdl:message name="ValidateScenarioSessionCheckResponse"><wsdl:part name="parameters" element="tns:ValidateScenarioSessionCheckResponse"/></wsdl:message><wsdl:message name="FindScenarioSessionAttachmentsRequest"><wsdl:part name="parameters" element="tns:FindScenarioSessionAttachmentsRequest"/></wsdl:message><wsdl:message name="FindScenarioSessionAttachmentsResponse"><wsdl:part name="parameters" element="tns:FindScenarioSessionAttachmentsResponse"/></wsdl:message><wsdl:message name="GetSpotbookingSettingsRequest"><wsdl:part name="parameters" element="tns:GetSpotbookingSettingsRequest"/></wsdl:message><wsdl:message name="GetSpotbookingSettingsResponse"><wsdl:part name="parameters" element="tns:GetSpotbookingSettingsResponse"/></wsdl:message><wsdl:message name="ListVisitingCustomersInformationRequest"><wsdl:part name="parameters" element="tns:ListVisitingCustomersInformationRequest"/></wsdl:message><wsdl:message name="ListVisitingCustomersInformationResponse"><wsdl:part name="parameters" element="tns:ListVisitingCustomersInformationResponse"/></wsdl:message><wsdl:message name="ListSalesInformationRequest"><wsdl:part name="parameters" element="tns:ListSalesInformationRequest"/></wsdl:message><wsdl:message name="ListSalesInformationResponse"><wsdl:part name="parameters" element="tns:ListSalesInformationResponse"/></wsdl:message><wsdl:message name="ListDivisionsRequest"><wsdl:part name="parameters" element="tns:ListDivisionsRequest"/></wsdl:message><wsdl:message name="ListDivisionsResponse"><wsdl:part name="parameters" element="tns:ListDivisionsResponse"/></wsdl:message><wsdl:message name="ListConsolidationCodesRequest"><wsdl:part name="parameters" element="tns:ListConsolidationCodesRequest"/></wsdl:message><wsdl:message name="ListConsolidationCodesResponse"><wsdl:part name="parameters" element="tns:ListConsolidationCodesResponse"/></wsdl:message><wsdl:message name="InterSolveIsCardValidRequest"><wsdl:part name="parameters" element="tns:InterSolveIsCardValidRequest"/></wsdl:message><wsdl:message name="InterSolveIsCardValidResponse"><wsdl:part name="parameters" element="tns:InterSolveIsCardValidResponse"/></wsdl:message><wsdl:message name="InterSolveDoPurchaseSimulateRequest"><wsdl:part name="parameters" element="tns:InterSolveDoPurchaseSimulateRequest"/></wsdl:message><wsdl:message name="InterSolveDoPurchaseSimulateResponse"><wsdl:part name="parameters" element="tns:InterSolveDoPurchaseSimulateResponse"/></wsdl:message><wsdl:message name="InterSolveDoPurchaseRequest"><wsdl:part name="parameters" element="tns:InterSolveDoPurchaseRequest"/></wsdl:message><wsdl:message name="InterSolveDoPurchaseResponse"><wsdl:part name="parameters" element="tns:InterSolveDoPurchaseResponse"/></wsdl:message><wsdl:message name="IntersolveGiftCardAccessItemRequest"><wsdl:part name="parameters" element="tns:IntersolveGiftCardAccessItemRequest"/></wsdl:message><wsdl:message name="IntersolveGiftCardAccessItemResponse"><wsdl:part name="parameters" element="tns:IntersolveGiftCardAccessItemResponse"/></wsdl:message><wsdl:message name="UniflowEnsureUserExistsCardRegRequest"><wsdl:part name="parameters" element="tns:UniflowEnsureUserExistsCardRegRequest"/></wsdl:message><wsdl:message name="UniflowEnsureUserExistsCardRegResponse"><wsdl:part name="parameters" element="tns:UniflowEnsureUserExistsCardRegResponse"/></wsdl:message><wsdl:message name="UniflowMakeDepositWithRefRequest"><wsdl:part name="parameters" element="tns:UniflowMakeDepositWithRefRequest"/></wsdl:message><wsdl:message name="UniflowMakeDepositWithRefResponse"><wsdl:part name="parameters" element="tns:UniflowMakeDepositWithRefResponse"/></wsdl:message><wsdl:message name="UniflowChargeUserWithRefRequest"><wsdl:part name="parameters" element="tns:UniflowChargeUserWithRefRequest"/></wsdl:message><wsdl:message name="UniflowChargeUserWithRefResponse"><wsdl:part name="parameters" element="tns:UniflowChargeUserWithRefResponse"/></wsdl:message><wsdl:message name="UniflowGetExtRefIdAndAmountPayedRequest"><wsdl:part name="parameters" element="tns:UniflowGetExtRefIdAndAmountPayedRequest"/></wsdl:message><wsdl:message name="UniflowGetExtRefIdAndAmountPayedResponse"><wsdl:part name="parameters" element="tns:UniflowGetExtRefIdAndAmountPayedResponse"/></wsdl:message><wsdl:message name="AddressAttachmentsInformationRequest"><wsdl:part name="parameters" element="tns:AddressAttachmentsInformationRequest"/></wsdl:message><wsdl:message name="AddressAttachmentsInformationResponse"><wsdl:part name="parameters" element="tns:AddressAttachmentsInformationResponse"/></wsdl:message><wsdl:message name="AddressAttachmentTypesRequest"><wsdl:part name="parameters" element="tns:AddressAttachmentTypesRequest"/></wsdl:message><wsdl:message name="AddressAttachmentTypesResponse"><wsdl:part name="parameters" element="tns:AddressAttachmentTypesResponse"/></wsdl:message><wsdl:message name="AddressAttachmentSubTypesRequest"><wsdl:part name="parameters" element="tns:AddressAttachmentSubTypesRequest"/></wsdl:message><wsdl:message name="AddressAttachmentSubTypesResponse"><wsdl:part name="parameters" element="tns:AddressAttachmentSubTypesResponse"/></wsdl:message><wsdl:message name="SaveAddressAttachmentRequest"><wsdl:part name="parameters" element="tns:SaveAddressAttachmentRequest"/></wsdl:message><wsdl:message name="SaveAddressAttachmentResponse"><wsdl:part name="parameters" element="tns:SaveAddressAttachmentResponse"/></wsdl:message><wsdl:message name="AddressAttachmentRequest"><wsdl:part name="parameters" element="tns:AddressAttachmentRequest"/></wsdl:message><wsdl:message name="AddressAttachmentResponse"><wsdl:part name="parameters" element="tns:AddressAttachmentResponse"/></wsdl:message><wsdl:message name="ModifySubscriptionDatesRequest"><wsdl:part name="parameters" element="tns:ModifySubscriptionDatesRequest"/></wsdl:message><wsdl:message name="ModifySubscriptionDatesResponse"><wsdl:part name="parameters" element="tns:ModifySubscriptionDatesResponse"/></wsdl:message><wsdl:message name="UndoCancelSubscriptionRequest"><wsdl:part name="parameters" element="tns:UndoCancelSubscriptionRequest"/></wsdl:message><wsdl:message name="UndoCancelSubscriptionResponse"><wsdl:part name="parameters" element="tns:UndoCancelSubscriptionResponse"/></wsdl:message><wsdl:message name="GetFamilyCardsRequest"><wsdl:part name="parameters" element="tns:GetFamilyCardsRequest"/></wsdl:message><wsdl:message name="GetFamilyCardsResponse"><wsdl:part name="parameters" element="tns:GetFamilyCardsResponse"/></wsdl:message><wsdl:message name="ListPersonTitlesRequest"><wsdl:part name="parameters" element="tns:ListPersonTitlesRequest"/></wsdl:message><wsdl:message name="ListPersonTitlesResponse"><wsdl:part name="parameters" element="tns:ListPersonTitlesResponse"/></wsdl:message><wsdl:message name="ListBankBICsRequest"><wsdl:part name="parameters" element="tns:ListBankBICsRequest"/></wsdl:message><wsdl:message name="ListBankBICsResponse"><wsdl:part name="parameters" element="tns:ListBankBICsResponse"/></wsdl:message><wsdl:message name="FindPersonCardsRequest"><wsdl:part name="parameters" element="tns:FindPersonCardsRequest"/></wsdl:message><wsdl:message name="FindPersonCardsResponse"><wsdl:part name="parameters" element="tns:FindPersonCardsResponse"/></wsdl:message><wsdl:message name="ListPersonFunctionsRequest"><wsdl:part name="parameters" element="tns:ListPersonFunctionsRequest"/></wsdl:message><wsdl:message name="ListPersonFunctionsResponse"><wsdl:part name="parameters" element="tns:ListPersonFunctionsResponse"/></wsdl:message><wsdl:message name="ListActivityTypesRequest"><wsdl:part name="parameters" element="tns:ListActivityTypesRequest"/></wsdl:message><wsdl:message name="ListActivityTypesResponse"><wsdl:part name="parameters" element="tns:ListActivityTypesResponse"/></wsdl:message><wsdl:message name="ListArticleGroupsRequest"><wsdl:part name="parameters" element="tns:ListArticleGroupsRequest"/></wsdl:message><wsdl:message name="ListArticleGroupsResponse"><wsdl:part name="parameters" element="tns:ListArticleGroupsResponse"/></wsdl:message><wsdl:message name="FindArticleCategoriesRequest"><wsdl:part name="parameters" element="tns:FindArticleCategoriesRequest"/></wsdl:message><wsdl:message name="FindArticleCategoriesResponse"><wsdl:part name="parameters" element="tns:FindArticleCategoriesResponse"/></wsdl:message><wsdl:message name="ListExpositionTypesRequest"><wsdl:part name="parameters" element="tns:ListExpositionTypesRequest"/></wsdl:message><wsdl:message name="ListExpositionTypesResponse"><wsdl:part name="parameters" element="tns:ListExpositionTypesResponse"/></wsdl:message><wsdl:message name="ListExpositionPeriodsRequest"><wsdl:part name="parameters" element="tns:ListExpositionPeriodsRequest"/></wsdl:message><wsdl:message name="ListExpositionPeriodsResponse"><wsdl:part name="parameters" element="tns:ListExpositionPeriodsResponse"/></wsdl:message><wsdl:message name="SaveExpositionPeriodArticlesRequest"><wsdl:part name="parameters" element="tns:SaveExpositionPeriodArticlesRequest"/></wsdl:message><wsdl:message name="SaveExpositionPeriodArticlesResponse"><wsdl:part name="parameters" element="tns:SaveExpositionPeriodArticlesResponse"/></wsdl:message><wsdl:message name="FindExpositionPeriodDatesRequest"><wsdl:part name="parameters" element="tns:FindExpositionPeriodDatesRequest"/></wsdl:message><wsdl:message name="FindExpositionPeriodDatesResponse"><wsdl:part name="parameters" element="tns:FindExpositionPeriodDatesResponse"/></wsdl:message><wsdl:message name="ListAudiencesRequest"><wsdl:part name="parameters" element="tns:ListAudiencesRequest"/></wsdl:message><wsdl:message name="ListAudiencesResponse"><wsdl:part name="parameters" element="tns:ListAudiencesResponse"/></wsdl:message><wsdl:message name="ListPaymentMethodRequest"><wsdl:part name="parameters" element="tns:ListPaymentMethodRequest"/></wsdl:message><wsdl:message name="ListPaymentMethodResponse"><wsdl:part name="parameters" element="tns:ListPaymentMethodResponse"/></wsdl:message><wsdl:message name="CreatePaymentMethodRequest"><wsdl:part name="parameters" element="tns:CreatePaymentMethodRequest"/></wsdl:message><wsdl:message name="CreatePaymentMethodResponse"><wsdl:part name="parameters" element="tns:CreatePaymentMethodResponse"/></wsdl:message><wsdl:message name="ListHallsRequest"><wsdl:part name="parameters" element="tns:ListHallsRequest"/></wsdl:message><wsdl:message name="ListHallsResponse"><wsdl:part name="parameters" element="tns:ListHallsResponse"/></wsdl:message><wsdl:message name="ListCategoriesRequest"><wsdl:part name="parameters" element="tns:ListCategoriesRequest"/></wsdl:message><wsdl:message name="ListCategoriesResponse"><wsdl:part name="parameters" element="tns:ListCategoriesResponse"/></wsdl:message><wsdl:message name="ListInfrastructuresRequest"><wsdl:part name="parameters" element="tns:ListInfrastructuresRequest"/></wsdl:message><wsdl:message name="ListInfrastructuresResponse"><wsdl:part name="parameters" element="tns:ListInfrastructuresResponse"/></wsdl:message><wsdl:message name="FindInfrastructureOpeningsRequest"><wsdl:part name="parameters" element="tns:FindInfrastructureOpeningsRequest"/></wsdl:message><wsdl:message name="FindInfrastructureOpeningsResponse"><wsdl:part name="parameters" element="tns:FindInfrastructureOpeningsResponse"/></wsdl:message><wsdl:message name="ListPlacesRequest"><wsdl:part name="parameters" element="tns:ListPlacesRequest"/></wsdl:message><wsdl:message name="ListPlacesResponse"><wsdl:part name="parameters" element="tns:ListPlacesResponse"/></wsdl:message><wsdl:message name="ListReservationActivitiesRequest"><wsdl:part name="parameters" element="tns:ListReservationActivitiesRequest"/></wsdl:message><wsdl:message name="ListReservationActivitiesResponse"><wsdl:part name="parameters" element="tns:ListReservationActivitiesResponse"/></wsdl:message><wsdl:message name="ListReservationViewsRequest"><wsdl:part name="parameters" element="tns:ListReservationViewsRequest"/></wsdl:message><wsdl:message name="ListReservationViewsResponse"><wsdl:part name="parameters" element="tns:ListReservationViewsResponse"/></wsdl:message><wsdl:message name="ListCountriesRequest"><wsdl:part name="parameters" element="tns:ListCountriesRequest"/></wsdl:message><wsdl:message name="ListCountriesResponse"><wsdl:part name="parameters" element="tns:ListCountriesResponse"/></wsdl:message><wsdl:message name="FindCountiesRequest"><wsdl:part name="parameters" element="tns:FindCountiesRequest"/></wsdl:message><wsdl:message name="FindCountiesResponse"><wsdl:part name="parameters" element="tns:FindCountiesResponse"/></wsdl:message><wsdl:message name="ListLanguagesRequest"><wsdl:part name="parameters" element="tns:ListLanguagesRequest"/></wsdl:message><wsdl:message name="ListLanguagesResponse"><wsdl:part name="parameters" element="tns:ListLanguagesResponse"/></wsdl:message><wsdl:message name="GetDefaultLanguageRequest"><wsdl:part name="parameters" element="tns:GetDefaultLanguageRequest"/></wsdl:message><wsdl:message name="GetDefaultLanguageResponse"><wsdl:part name="parameters" element="tns:GetDefaultLanguageResponse"/></wsdl:message><wsdl:message name="ListWaitingListRequest"><wsdl:part name="parameters" element="tns:ListWaitingListRequest"/></wsdl:message><wsdl:message name="ListWaitingListResponse"><wsdl:part name="parameters" element="tns:ListWaitingListResponse"/></wsdl:message><wsdl:message name="ListLessonGroupRequest"><wsdl:part name="parameters" element="tns:ListLessonGroupRequest"/></wsdl:message><wsdl:message name="ListLessonGroupResponse"><wsdl:part name="parameters" element="tns:ListLessonGroupResponse"/></wsdl:message><wsdl:message name="FindLessonGroupsForCatchUpRequest"><wsdl:part name="parameters" element="tns:FindLessonGroupsForCatchUpRequest"/></wsdl:message><wsdl:message name="FindLessonGroupsForCatchUpResponse"><wsdl:part name="parameters" element="tns:FindLessonGroupsForCatchUpResponse"/></wsdl:message><wsdl:message name="FindLessonGroupOptionsRequest"><wsdl:part name="parameters" element="tns:FindLessonGroupOptionsRequest"/></wsdl:message><wsdl:message name="FindLessonGroupOptionsResponse"><wsdl:part name="parameters" element="tns:FindLessonGroupOptionsResponse"/></wsdl:message><wsdl:message name="ValidNumberOfOptionsForStudentRequest"><wsdl:part name="parameters" element="tns:ValidNumberOfOptionsForStudentRequest"/></wsdl:message><wsdl:message name="ValidNumberOfOptionsForStudentResponse"><wsdl:part name="parameters" element="tns:ValidNumberOfOptionsForStudentResponse"/></wsdl:message><wsdl:message name="ListSwimmingLevelRequest"><wsdl:part name="parameters" element="tns:ListSwimmingLevelRequest"/></wsdl:message><wsdl:message name="ListSwimmingLevelResponse"><wsdl:part name="parameters" element="tns:ListSwimmingLevelResponse"/></wsdl:message><wsdl:message name="ListStudentFollowScoreRequest"><wsdl:part name="parameters" element="tns:ListStudentFollowScoreRequest"/></wsdl:message><wsdl:message name="ListStudentFollowScoreResponse"><wsdl:part name="parameters" element="tns:ListStudentFollowScoreResponse"/></wsdl:message><wsdl:message name="ListStudentFollowScoreAllRequest"><wsdl:part name="parameters" element="tns:ListStudentFollowScoreAllRequest"/></wsdl:message><wsdl:message name="ListStudentFollowScoreAllResponse"><wsdl:part name="parameters" element="tns:ListStudentFollowScoreAllResponse"/></wsdl:message><wsdl:message name="ListStudentPresenceRequest"><wsdl:part name="parameters" element="tns:ListStudentPresenceRequest"/></wsdl:message><wsdl:message name="ListStudentPresenceResponse"><wsdl:part name="parameters" element="tns:ListStudentPresenceResponse"/></wsdl:message><wsdl:message name="ListLessonGroupPresencesRequest"><wsdl:part name="parameters" element="tns:ListLessonGroupPresencesRequest"/></wsdl:message><wsdl:message name="ListLessonGroupPresencesResponse"><wsdl:part name="parameters" element="tns:ListLessonGroupPresencesResponse"/></wsdl:message><wsdl:message name="ListNormRequest"><wsdl:part name="parameters" element="tns:ListNormRequest"/></wsdl:message><wsdl:message name="ListNormResponse"><wsdl:part name="parameters" element="tns:ListNormResponse"/></wsdl:message><wsdl:message name="ListSwimmingDiplomaRequest"><wsdl:part name="parameters" element="tns:ListSwimmingDiplomaRequest"/></wsdl:message><wsdl:message name="ListSwimmingDiplomaResponse"><wsdl:part name="parameters" element="tns:ListSwimmingDiplomaResponse"/></wsdl:message><wsdl:message name="SaveStudentTransferRequest"><wsdl:part name="parameters" element="tns:SaveStudentTransferRequest"/></wsdl:message><wsdl:message name="SaveStudentTransferResponse"><wsdl:part name="parameters" element="tns:SaveStudentTransferResponse"/></wsdl:message><wsdl:message name="SaveStudentTransfersRequest"><wsdl:part name="parameters" element="tns:SaveStudentTransfersRequest"/></wsdl:message><wsdl:message name="SaveStudentTransfersResponse"><wsdl:part name="parameters" element="tns:SaveStudentTransfersResponse"/></wsdl:message><wsdl:message name="SaveLLVInfoToDBRequest"><wsdl:part name="parameters" element="tns:SaveLLVInfoToDBRequest"/></wsdl:message><wsdl:message name="SaveLLVInfoToDBResponse"><wsdl:part name="parameters" element="tns:SaveLLVInfoToDBResponse"/></wsdl:message><wsdl:message name="SaveLLVDiplomaDateRequest"><wsdl:part name="parameters" element="tns:SaveLLVDiplomaDateRequest"/></wsdl:message><wsdl:message name="SaveLLVDiplomaDateResponse"><wsdl:part name="parameters" element="tns:SaveLLVDiplomaDateResponse"/></wsdl:message><wsdl:message name="ListLLVMessageTranslationRequest"><wsdl:part name="parameters" element="tns:ListLLVMessageTranslationRequest"/></wsdl:message><wsdl:message name="ListLLVMessageTranslationResponse"><wsdl:part name="parameters" element="tns:ListLLVMessageTranslationResponse"/></wsdl:message><wsdl:message name="ListPersonLLVInfoRequest"><wsdl:part name="parameters" element="tns:ListPersonLLVInfoRequest"/></wsdl:message><wsdl:message name="ListPersonLLVInfoResponse"><wsdl:part name="parameters" element="tns:ListPersonLLVInfoResponse"/></wsdl:message><wsdl:message name="ListLLVInfoRequest"><wsdl:part name="parameters" element="tns:ListLLVInfoRequest"/></wsdl:message><wsdl:message name="ListLLVInfoResponse"><wsdl:part name="parameters" element="tns:ListLLVInfoResponse"/></wsdl:message><wsdl:message name="FindWaitingListStudentOverviewRequest"><wsdl:part name="parameters" element="tns:FindWaitingListStudentOverviewRequest"/></wsdl:message><wsdl:message name="FindWaitingListStudentOverviewResponse"><wsdl:part name="parameters" element="tns:FindWaitingListStudentOverviewResponse"/></wsdl:message><wsdl:message name="DeleteWaitingListStudentRequest"><wsdl:part name="parameters" element="tns:DeleteWaitingListStudentRequest"/></wsdl:message><wsdl:message name="DeleteWaitingListStudentResponse"><wsdl:part name="parameters" element="tns:DeleteWaitingListStudentResponse"/></wsdl:message><wsdl:message name="SaveLessonGroupRequest"><wsdl:part name="parameters" element="tns:SaveLessonGroupRequest"/></wsdl:message><wsdl:message name="SaveLessonGroupResponse"><wsdl:part name="parameters" element="tns:SaveLessonGroupResponse"/></wsdl:message><wsdl:message name="FindLessonGroupCommentsRequest"><wsdl:part name="parameters" element="tns:FindLessonGroupCommentsRequest"/></wsdl:message><wsdl:message name="FindLessonGroupCommentsResponse"><wsdl:part name="parameters" element="tns:FindLessonGroupCommentsResponse"/></wsdl:message><wsdl:message name="SaveLessonGroupCommentRequest"><wsdl:part name="parameters" element="tns:SaveLessonGroupCommentRequest"/></wsdl:message><wsdl:message name="SaveLessonGroupCommentResponse"><wsdl:part name="parameters" element="tns:SaveLessonGroupCommentResponse"/></wsdl:message><wsdl:message name="UnsubscribeLessonGroupDayRequest"><wsdl:part name="parameters" element="tns:UnsubscribeLessonGroupDayRequest"/></wsdl:message><wsdl:message name="UnsubscribeLessonGroupDayResponse"><wsdl:part name="parameters" element="tns:UnsubscribeLessonGroupDayResponse"/></wsdl:message><wsdl:message name="FindUnsubscribeLessonGroupDayManipulationsRequest"><wsdl:part name="parameters" element="tns:FindUnsubscribeLessonGroupDayManipulationsRequest"/></wsdl:message><wsdl:message name="FindUnsubscribeLessonGroupDayManipulationsResponse"><wsdl:part name="parameters" element="tns:FindUnsubscribeLessonGroupDayManipulationsResponse"/></wsdl:message><wsdl:message name="FindCatchUpLessonGroupDayManipulationsRequest"><wsdl:part name="parameters" element="tns:FindCatchUpLessonGroupDayManipulationsRequest"/></wsdl:message><wsdl:message name="FindCatchUpLessonGroupDayManipulationsResponse"><wsdl:part name="parameters" element="tns:FindCatchUpLessonGroupDayManipulationsResponse"/></wsdl:message><wsdl:message name="CatchUpLessonGroupDayRequest"><wsdl:part name="parameters" element="tns:CatchUpLessonGroupDayRequest"/></wsdl:message><wsdl:message name="CatchUpLessonGroupDayResponse"><wsdl:part name="parameters" element="tns:CatchUpLessonGroupDayResponse"/></wsdl:message><wsdl:message name="GetLlvCreditInfoRequest"><wsdl:part name="parameters" element="tns:GetLlvCreditInfoRequest"/></wsdl:message><wsdl:message name="GetLlvCreditInfoResponse"><wsdl:part name="parameters" element="tns:GetLlvCreditInfoResponse"/></wsdl:message><wsdl:message name="FindPersonLlvTransferHistoriesRequest"><wsdl:part name="parameters" element="tns:FindPersonLlvTransferHistoriesRequest"/></wsdl:message><wsdl:message name="FindPersonLlvTransferHistoriesResponse"><wsdl:part name="parameters" element="tns:FindPersonLlvTransferHistoriesResponse"/></wsdl:message><wsdl:message name="FindPersonLlvCurrentLessonGroupsRequest"><wsdl:part name="parameters" element="tns:FindPersonLlvCurrentLessonGroupsRequest"/></wsdl:message><wsdl:message name="FindPersonLlvCurrentLessonGroupsResponse"><wsdl:part name="parameters" element="tns:FindPersonLlvCurrentLessonGroupsResponse"/></wsdl:message><wsdl:message name="ValidateWaitingListCallRequest"><wsdl:part name="parameters" element="tns:ValidateWaitingListCallRequest"/></wsdl:message><wsdl:message name="ValidateWaitingListCallResponse"><wsdl:part name="parameters" element="tns:ValidateWaitingListCallResponse"/></wsdl:message><wsdl:message name="ListWaitingListCallsRequest"><wsdl:part name="parameters" element="tns:ListWaitingListCallsRequest"/></wsdl:message><wsdl:message name="ListWaitingListCallsResponse"><wsdl:part name="parameters" element="tns:ListWaitingListCallsResponse"/></wsdl:message><wsdl:message name="ConfirmWaitingListCallRequest"><wsdl:part name="parameters" element="tns:ConfirmWaitingListCallRequest"/></wsdl:message><wsdl:message name="ConfirmWaitingListCallResponse"><wsdl:part name="parameters" element="tns:ConfirmWaitingListCallResponse"/></wsdl:message><wsdl:message name="SavePreferredLessonGroupsRequest"><wsdl:part name="parameters" element="tns:SavePreferredLessonGroupsRequest"/></wsdl:message><wsdl:message name="SavePreferredLessonGroupsResponse"><wsdl:part name="parameters" element="tns:SavePreferredLessonGroupsResponse"/></wsdl:message><wsdl:message name="AuthenticateEmployeeRequest"><wsdl:part name="parameters" element="tns:AuthenticateEmployeeRequest"/></wsdl:message><wsdl:message name="AuthenticateEmployeeResponse"><wsdl:part name="parameters" element="tns:AuthenticateEmployeeResponse"/></wsdl:message><wsdl:message name="FindEmployeesRequest"><wsdl:part name="parameters" element="tns:FindEmployeesRequest"/></wsdl:message><wsdl:message name="FindEmployeesResponse"><wsdl:part name="parameters" element="tns:FindEmployeesResponse"/></wsdl:message><wsdl:message name="SaveEmployeeRequest"><wsdl:part name="parameters" element="tns:SaveEmployeeRequest"/></wsdl:message><wsdl:message name="SaveEmployeeResponse"><wsdl:part name="parameters" element="tns:SaveEmployeeResponse"/></wsdl:message><wsdl:message name="SaveEmployeePasswordRequest"><wsdl:part name="parameters" element="tns:SaveEmployeePasswordRequest"/></wsdl:message><wsdl:message name="SaveEmployeePasswordResponse"><wsdl:part name="parameters" element="tns:SaveEmployeePasswordResponse"/></wsdl:message><wsdl:message name="IsEmployeePasswordExpiredRequest"><wsdl:part name="parameters" element="tns:IsEmployeePasswordExpiredRequest"/></wsdl:message><wsdl:message name="IsEmployeePasswordExpiredResponse"><wsdl:part name="parameters" element="tns:IsEmployeePasswordExpiredResponse"/></wsdl:message><wsdl:message name="SaveEmployeeTaskAttachmentRequest"><wsdl:part name="parameters" element="tns:SaveEmployeeTaskAttachmentRequest"/></wsdl:message><wsdl:message name="SaveEmployeeTaskAttachmentResponse"><wsdl:part name="parameters" element="tns:SaveEmployeeTaskAttachmentResponse"/></wsdl:message><wsdl:message name="DeleteEmployeeTaskAttachmentRequest"><wsdl:part name="parameters" element="tns:DeleteEmployeeTaskAttachmentRequest"/></wsdl:message><wsdl:message name="DeleteEmployeeTaskAttachmentResponse"><wsdl:part name="parameters" element="tns:DeleteEmployeeTaskAttachmentResponse"/></wsdl:message><wsdl:message name="FindEmployeeTaskAttachmentsRequest"><wsdl:part name="parameters" element="tns:FindEmployeeTaskAttachmentsRequest"/></wsdl:message><wsdl:message name="FindEmployeeTaskAttachmentsResponse"><wsdl:part name="parameters" element="tns:FindEmployeeTaskAttachmentsResponse"/></wsdl:message><wsdl:message name="FindEmployeeTasksRequest"><wsdl:part name="parameters" element="tns:FindEmployeeTasksRequest"/></wsdl:message><wsdl:message name="FindEmployeeTasksResponse"><wsdl:part name="parameters" element="tns:FindEmployeeTasksResponse"/></wsdl:message><wsdl:message name="SaveEmployeeTaskRequest"><wsdl:part name="parameters" element="tns:SaveEmployeeTaskRequest"/></wsdl:message><wsdl:message name="SaveEmployeeTaskResponse"><wsdl:part name="parameters" element="tns:SaveEmployeeTaskResponse"/></wsdl:message><wsdl:message name="DeleteEmployeeTaskRequest"><wsdl:part name="parameters" element="tns:DeleteEmployeeTaskRequest"/></wsdl:message><wsdl:message name="DeleteEmployeeTaskResponse"><wsdl:part name="parameters" element="tns:DeleteEmployeeTaskResponse"/></wsdl:message><wsdl:message name="SaveEmployeeTaskStatusRequest"><wsdl:part name="parameters" element="tns:SaveEmployeeTaskStatusRequest"/></wsdl:message><wsdl:message name="SaveEmployeeTaskStatusResponse"><wsdl:part name="parameters" element="tns:SaveEmployeeTaskStatusResponse"/></wsdl:message><wsdl:message name="FindEmployeeNotificationsRequest"><wsdl:part name="parameters" element="tns:FindEmployeeNotificationsRequest"/></wsdl:message><wsdl:message name="FindEmployeeNotificationsResponse"><wsdl:part name="parameters" element="tns:FindEmployeeNotificationsResponse"/></wsdl:message><wsdl:message name="FindSkillsRequest"><wsdl:part name="parameters" element="tns:FindSkillsRequest"/></wsdl:message><wsdl:message name="FindSkillsResponse"><wsdl:part name="parameters" element="tns:FindSkillsResponse"/></wsdl:message><wsdl:message name="AssignEmployeeToTasksRequest"><wsdl:part name="parameters" element="tns:AssignEmployeeToTasksRequest"/></wsdl:message><wsdl:message name="AssignEmployeeToTasksResponse"><wsdl:part name="parameters" element="tns:AssignEmployeeToTasksResponse"/></wsdl:message><wsdl:message name="FindWorkTypesRequest"><wsdl:part name="parameters" element="tns:FindWorkTypesRequest"/></wsdl:message><wsdl:message name="FindWorkTypesResponse"><wsdl:part name="parameters" element="tns:FindWorkTypesResponse"/></wsdl:message><wsdl:message name="FindEmployeeAvailabilitiesRequest"><wsdl:part name="parameters" element="tns:FindEmployeeAvailabilitiesRequest"/></wsdl:message><wsdl:message name="FindEmployeeAvailabilitiesResponse"><wsdl:part name="parameters" element="tns:FindEmployeeAvailabilitiesResponse"/></wsdl:message><wsdl:message name="SaveEmployeeAvailabilityRequest"><wsdl:part name="parameters" element="tns:SaveEmployeeAvailabilityRequest"/></wsdl:message><wsdl:message name="SaveEmployeeAvailabilityResponse"><wsdl:part name="parameters" element="tns:SaveEmployeeAvailabilityResponse"/></wsdl:message><wsdl:message name="SaveEmployeeAvailabilitiesRequest"><wsdl:part name="parameters" element="tns:SaveEmployeeAvailabilitiesRequest"/></wsdl:message><wsdl:message name="SaveEmployeeAvailabilitiesResponse"><wsdl:part name="parameters" element="tns:SaveEmployeeAvailabilitiesResponse"/></wsdl:message><wsdl:message name="DeleteEmployeeAvailabilityRequest"><wsdl:part name="parameters" element="tns:DeleteEmployeeAvailabilityRequest"/></wsdl:message><wsdl:message name="DeleteEmployeeAvailabilityResponse"><wsdl:part name="parameters" element="tns:DeleteEmployeeAvailabilityResponse"/></wsdl:message><wsdl:message name="GetTaskFlowSettingsRequest"><wsdl:part name="parameters" element="tns:GetTaskFlowSettingsRequest"/></wsdl:message><wsdl:message name="GetTaskFlowSettingsResponse"><wsdl:part name="parameters" element="tns:GetTaskFlowSettingsResponse"/></wsdl:message><wsdl:message name="FindVendorsRequest"><wsdl:part name="parameters" element="tns:FindVendorsRequest"/></wsdl:message><wsdl:message name="FindVendorsResponse"><wsdl:part name="parameters" element="tns:FindVendorsResponse"/></wsdl:message><wsdl:message name="FindVendorGroupsRequest"><wsdl:part name="parameters" element="tns:FindVendorGroupsRequest"/></wsdl:message><wsdl:message name="FindVendorGroupsResponse"><wsdl:part name="parameters" element="tns:FindVendorGroupsResponse"/></wsdl:message><wsdl:message name="FindPurchaseArticlesRequest"><wsdl:part name="parameters" element="tns:FindPurchaseArticlesRequest"/></wsdl:message><wsdl:message name="FindPurchaseArticlesResponse"><wsdl:part name="parameters" element="tns:FindPurchaseArticlesResponse"/></wsdl:message><wsdl:message name="FindStockLocationsRequest"><wsdl:part name="parameters" element="tns:FindStockLocationsRequest"/></wsdl:message><wsdl:message name="FindStockLocationsResponse"><wsdl:part name="parameters" element="tns:FindStockLocationsResponse"/></wsdl:message><wsdl:message name="FindPurchaseOrdersRequest"><wsdl:part name="parameters" element="tns:FindPurchaseOrdersRequest"/></wsdl:message><wsdl:message name="FindPurchaseOrdersResponse"><wsdl:part name="parameters" element="tns:FindPurchaseOrdersResponse"/></wsdl:message><wsdl:message name="ValidatePurchaseOrderRequest"><wsdl:part name="parameters" element="tns:ValidatePurchaseOrderRequest"/></wsdl:message><wsdl:message name="ValidatePurchaseOrderResponse"><wsdl:part name="parameters" element="tns:ValidatePurchaseOrderResponse"/></wsdl:message><wsdl:message name="ValidatePurchaseLineRequest"><wsdl:part name="parameters" element="tns:ValidatePurchaseLineRequest"/></wsdl:message><wsdl:message name="ValidatePurchaseLineResponse"><wsdl:part name="parameters" element="tns:ValidatePurchaseLineResponse"/></wsdl:message><wsdl:message name="SavePurchaseOrderRequest"><wsdl:part name="parameters" element="tns:SavePurchaseOrderRequest"/></wsdl:message><wsdl:message name="SavePurchaseOrderResponse"><wsdl:part name="parameters" element="tns:SavePurchaseOrderResponse"/></wsdl:message><wsdl:message name="DeletePurchaseOrderRequest"><wsdl:part name="parameters" element="tns:DeletePurchaseOrderRequest"/></wsdl:message><wsdl:message name="DeletePurchaseOrderResponse"><wsdl:part name="parameters" element="tns:DeletePurchaseOrderResponse"/></wsdl:message><wsdl:message name="SavePurchaseLineRequest"><wsdl:part name="parameters" element="tns:SavePurchaseLineRequest"/></wsdl:message><wsdl:message name="SavePurchaseLineResponse"><wsdl:part name="parameters" element="tns:SavePurchaseLineResponse"/></wsdl:message><wsdl:message name="DeletePurchaseLineRequest"><wsdl:part name="parameters" element="tns:DeletePurchaseLineRequest"/></wsdl:message><wsdl:message name="DeletePurchaseLineResponse"><wsdl:part name="parameters" element="tns:DeletePurchaseLineResponse"/></wsdl:message><wsdl:message name="FindRentalArticlesRequest"><wsdl:part name="parameters" element="tns:FindRentalArticlesRequest"/></wsdl:message><wsdl:message name="FindRentalArticlesResponse"><wsdl:part name="parameters" element="tns:FindRentalArticlesResponse"/></wsdl:message><wsdl:message name="FindRentalOrdersRequest"><wsdl:part name="parameters" element="tns:FindRentalOrdersRequest"/></wsdl:message><wsdl:message name="FindRentalOrdersResponse"><wsdl:part name="parameters" element="tns:FindRentalOrdersResponse"/></wsdl:message><wsdl:message name="GetRentalOrderRequest"><wsdl:part name="parameters" element="tns:GetRentalOrderRequest"/></wsdl:message><wsdl:message name="GetRentalOrderResponse"><wsdl:part name="parameters" element="tns:GetRentalOrderResponse"/></wsdl:message><wsdl:message name="CancelRentalOrderRequest"><wsdl:part name="parameters" element="tns:CancelRentalOrderRequest"/></wsdl:message><wsdl:message name="CancelRentalOrderResponse"><wsdl:part name="parameters" element="tns:CancelRentalOrderResponse"/></wsdl:message><wsdl:message name="GetRentalPricingRequest"><wsdl:part name="parameters" element="tns:GetRentalPricingRequest"/></wsdl:message><wsdl:message name="GetRentalPricingResponse"><wsdl:part name="parameters" element="tns:GetRentalPricingResponse"/></wsdl:message><wsdl:message name="FindRentalArticleAvailablePeriodsRequest"><wsdl:part name="parameters" element="tns:FindRentalArticleAvailablePeriodsRequest"/></wsdl:message><wsdl:message name="FindRentalArticleAvailablePeriodsResponse"><wsdl:part name="parameters" element="tns:FindRentalArticleAvailablePeriodsResponse"/></wsdl:message><wsdl:message name="FindRentalActivitiesRequest"><wsdl:part name="parameters" element="tns:FindRentalActivitiesRequest"/></wsdl:message><wsdl:message name="FindRentalActivitiesResponse"><wsdl:part name="parameters" element="tns:FindRentalActivitiesResponse"/></wsdl:message><wsdl:message name="FindRentalPlacesRequest"><wsdl:part name="parameters" element="tns:FindRentalPlacesRequest"/></wsdl:message><wsdl:message name="FindRentalPlacesResponse"><wsdl:part name="parameters" element="tns:FindRentalPlacesResponse"/></wsdl:message><wsdl:message name="GetRentalOrdersByDateRequest"><wsdl:part name="parameters" element="tns:GetRentalOrdersByDateRequest"/></wsdl:message><wsdl:message name="GetRentalOrdersByDateResponse"><wsdl:part name="parameters" element="tns:GetRentalOrdersByDateResponse"/></wsdl:message><wsdl:message name="GetRentalPlaceOpeningHourRequest"><wsdl:part name="parameters" element="tns:GetRentalPlaceOpeningHourRequest"/></wsdl:message><wsdl:message name="GetRentalPlaceOpeningHourResponse"><wsdl:part name="parameters" element="tns:GetRentalPlaceOpeningHourResponse"/></wsdl:message><wsdl:message name="AuthenticateChildCareCentreEmployeeRequest"><wsdl:part name="parameters" element="tns:AuthenticateChildCareCentreEmployeeRequest"/></wsdl:message><wsdl:message name="AuthenticateChildCareCentreEmployeeResponse"><wsdl:part name="parameters" element="tns:AuthenticateChildCareCentreEmployeeResponse"/></wsdl:message><wsdl:message name="FindChildCareCentresRequest"><wsdl:part name="parameters" element="tns:FindChildCareCentresRequest"/></wsdl:message><wsdl:message name="FindChildCareCentresResponse"><wsdl:part name="parameters" element="tns:FindChildCareCentresResponse"/></wsdl:message><wsdl:message name="FindChildCareCentrePeriodsRequest"><wsdl:part name="parameters" element="tns:FindChildCareCentrePeriodsRequest"/></wsdl:message><wsdl:message name="FindChildCareCentrePeriodsResponse"><wsdl:part name="parameters" element="tns:FindChildCareCentrePeriodsResponse"/></wsdl:message><wsdl:message name="FindChildCareEntryPeriodsRequest"><wsdl:part name="parameters" element="tns:FindChildCareEntryPeriodsRequest"/></wsdl:message><wsdl:message name="FindChildCareEntryPeriodsResponse"><wsdl:part name="parameters" element="tns:FindChildCareEntryPeriodsResponse"/></wsdl:message><wsdl:message name="FindChildCareCentreEntriesRequest"><wsdl:part name="parameters" element="tns:FindChildCareCentreEntriesRequest"/></wsdl:message><wsdl:message name="FindChildCareCentreEntriesResponse"><wsdl:part name="parameters" element="tns:FindChildCareCentreEntriesResponse"/></wsdl:message><wsdl:message name="FindChildCareCentreAbsencesRequest"><wsdl:part name="parameters" element="tns:FindChildCareCentreAbsencesRequest"/></wsdl:message><wsdl:message name="FindChildCareCentreAbsencesResponse"><wsdl:part name="parameters" element="tns:FindChildCareCentreAbsencesResponse"/></wsdl:message><wsdl:message name="FindChildCareCentrePresencesRequest"><wsdl:part name="parameters" element="tns:FindChildCareCentrePresencesRequest"/></wsdl:message><wsdl:message name="FindChildCareCentrePresencesResponse"><wsdl:part name="parameters" element="tns:FindChildCareCentrePresencesResponse"/></wsdl:message><wsdl:message name="SaveChildCareCentrePresenceRequest"><wsdl:part name="parameters" element="tns:SaveChildCareCentrePresenceRequest"/></wsdl:message><wsdl:message name="SaveChildCareCentrePresenceResponse"><wsdl:part name="parameters" element="tns:SaveChildCareCentrePresenceResponse"/></wsdl:message><wsdl:message name="SaveChildCareCentrePresenceListRequest"><wsdl:part name="parameters" element="tns:SaveChildCareCentrePresenceListRequest"/></wsdl:message><wsdl:message name="SaveChildCareCentrePresenceListResponse"><wsdl:part name="parameters" element="tns:SaveChildCareCentrePresenceListResponse"/></wsdl:message><wsdl:message name="DeleteChildCareCentrePresenceRequest"><wsdl:part name="parameters" element="tns:DeleteChildCareCentrePresenceRequest"/></wsdl:message><wsdl:message name="DeleteChildCareCentrePresenceResponse"><wsdl:part name="parameters" element="tns:DeleteChildCareCentrePresenceResponse"/></wsdl:message><wsdl:message name="FindChildCareCentrePresenceHeadersRequest"><wsdl:part name="parameters" element="tns:FindChildCareCentrePresenceHeadersRequest"/></wsdl:message><wsdl:message name="FindChildCareCentrePresenceHeadersResponse"><wsdl:part name="parameters" element="tns:FindChildCareCentrePresenceHeadersResponse"/></wsdl:message><wsdl:message name="FindChildCareCentreChipKnipRequest"><wsdl:part name="parameters" element="tns:FindChildCareCentreChipKnipRequest"/></wsdl:message><wsdl:message name="FindChildCareCentreChipKnipResponse"><wsdl:part name="parameters" element="tns:FindChildCareCentreChipKnipResponse"/></wsdl:message><wsdl:message name="GetChildCareChipKnipsRequest"><wsdl:part name="parameters" element="tns:GetChildCareChipKnipsRequest"/></wsdl:message><wsdl:message name="GetChildCareChipKnipsResponse"><wsdl:part name="parameters" element="tns:GetChildCareChipKnipsResponse"/></wsdl:message><wsdl:message name="FindChildCareCentreLogbookEntriesRequest"><wsdl:part name="parameters" element="tns:FindChildCareCentreLogbookEntriesRequest"/></wsdl:message><wsdl:message name="FindChildCareCentreLogbookEntriesResponse"><wsdl:part name="parameters" element="tns:FindChildCareCentreLogbookEntriesResponse"/></wsdl:message><wsdl:message name="SaveChildCareCentreLogbookEntryRequest"><wsdl:part name="parameters" element="tns:SaveChildCareCentreLogbookEntryRequest"/></wsdl:message><wsdl:message name="SaveChildCareCentreLogbookEntryResponse"><wsdl:part name="parameters" element="tns:SaveChildCareCentreLogbookEntryResponse"/></wsdl:message><wsdl:message name="DeleteChildCareCentreLogbookEntryRequest"><wsdl:part name="parameters" element="tns:DeleteChildCareCentreLogbookEntryRequest"/></wsdl:message><wsdl:message name="DeleteChildCareCentreLogbookEntryResponse"><wsdl:part name="parameters" element="tns:DeleteChildCareCentreLogbookEntryResponse"/></wsdl:message><wsdl:message name="UpdateChildCareCentreEntryRequest"><wsdl:part name="parameters" element="tns:UpdateChildCareCentreEntryRequest"/></wsdl:message><wsdl:message name="UpdateChildCareCentreEntryResponse"><wsdl:part name="parameters" element="tns:UpdateChildCareCentreEntryResponse"/></wsdl:message><wsdl:message name="CancelChildCareCentreEntryRequest"><wsdl:part name="parameters" element="tns:CancelChildCareCentreEntryRequest"/></wsdl:message><wsdl:message name="CancelChildCareCentreEntryResponse"><wsdl:part name="parameters" element="tns:CancelChildCareCentreEntryResponse"/></wsdl:message><wsdl:message name="GetChildCareEntryTariffsRequest"><wsdl:part name="parameters" element="tns:GetChildCareEntryTariffsRequest"/></wsdl:message><wsdl:message name="GetChildCareEntryTariffsResponse"><wsdl:part name="parameters" element="tns:GetChildCareEntryTariffsResponse"/></wsdl:message><wsdl:message name="FindChildCareSchoolHolidaysRequest"><wsdl:part name="parameters" element="tns:FindChildCareSchoolHolidaysRequest"/></wsdl:message><wsdl:message name="FindChildCareSchoolHolidaysResponse"><wsdl:part name="parameters" element="tns:FindChildCareSchoolHolidaysResponse"/></wsdl:message><wsdl:message name="ChildCareCentreOptionGetAvailabilityRequest"><wsdl:part name="parameters" element="tns:ChildCareCentreOptionGetAvailabilityRequest"/></wsdl:message><wsdl:message name="ChildCareCentreOptionGetAvailabilityResponse"><wsdl:part name="parameters" element="tns:ChildCareCentreOptionGetAvailabilityResponse"/></wsdl:message><wsdl:message name="GetChildCareCentrePresenceOptionsRequest"><wsdl:part name="parameters" element="tns:GetChildCareCentrePresenceOptionsRequest"/></wsdl:message><wsdl:message name="GetChildCareCentrePresenceOptionsResponse"><wsdl:part name="parameters" element="tns:GetChildCareCentrePresenceOptionsResponse"/></wsdl:message><wsdl:message name="SaveJournalRequest"><wsdl:part name="parameters" element="tns:SaveJournalRequest"/></wsdl:message><wsdl:message name="SaveJournalResponse"><wsdl:part name="parameters" element="tns:SaveJournalResponse"/></wsdl:message><wsdl:message name="SaveJournalLinesRequest"><wsdl:part name="parameters" element="tns:SaveJournalLinesRequest"/></wsdl:message><wsdl:message name="SaveJournalLinesResponse"><wsdl:part name="parameters" element="tns:SaveJournalLinesResponse"/></wsdl:message><wsdl:message name="FinalizeJournalRequest"><wsdl:part name="parameters" element="tns:FinalizeJournalRequest"/></wsdl:message><wsdl:message name="FinalizeJournalResponse"><wsdl:part name="parameters" element="tns:FinalizeJournalResponse"/></wsdl:message><wsdl:message name="GetJournalsSummaryRequest"><wsdl:part name="parameters" element="tns:GetJournalsSummaryRequest"/></wsdl:message><wsdl:message name="GetJournalsSummaryResponse"><wsdl:part name="parameters" element="tns:GetJournalsSummaryResponse"/></wsdl:message><wsdl:message name="FindJournalLinesRequest"><wsdl:part name="parameters" element="tns:FindJournalLinesRequest"/></wsdl:message><wsdl:message name="FindJournalLinesResponse"><wsdl:part name="parameters" element="tns:FindJournalLinesResponse"/></wsdl:message><wsdl:message name="FindExpositionTypesRequest"><wsdl:part name="parameters" element="tns:FindExpositionTypesRequest"/></wsdl:message><wsdl:message name="FindExpositionTypesResponse"><wsdl:part name="parameters" element="tns:FindExpositionTypesResponse"/></wsdl:message><wsdl:message name="FindExpositionRequest"><wsdl:part name="parameters" element="tns:FindExpositionRequest"/></wsdl:message><wsdl:message name="FindExpositionResponse"><wsdl:part name="parameters" element="tns:FindExpositionResponse"/></wsdl:message><wsdl:message name="FindOrganisedVisitsRequest"><wsdl:part name="parameters" element="tns:FindOrganisedVisitsRequest"/></wsdl:message><wsdl:message name="FindOrganisedVisitsResponse"><wsdl:part name="parameters" element="tns:FindOrganisedVisitsResponse"/></wsdl:message><wsdl:message name="SaveOrganisedVisitNamesRequest"><wsdl:part name="parameters" element="tns:SaveOrganisedVisitNamesRequest"/></wsdl:message><wsdl:message name="IWebShop_SaveOrganisedVisitNames_OutputMessage"/><wsdl:message name="ListExpositionLocationsRequest"><wsdl:part name="parameters" element="tns:ListExpositionLocationsRequest"/></wsdl:message><wsdl:message name="ListExpositionLocationsResponse"><wsdl:part name="parameters" element="tns:ListExpositionLocationsResponse"/></wsdl:message><wsdl:message name="FindExpositionSubCategoriesRequest"><wsdl:part name="parameters" element="tns:FindExpositionSubCategoriesRequest"/></wsdl:message><wsdl:message name="FindExpositionSubCategoriesResponse"><wsdl:part name="parameters" element="tns:FindExpositionSubCategoriesResponse"/></wsdl:message><wsdl:message name="FindExpositionLanguagesRequest"><wsdl:part name="parameters" element="tns:FindExpositionLanguagesRequest"/></wsdl:message><wsdl:message name="FindExpositionLanguagesResponse"><wsdl:part name="parameters" element="tns:FindExpositionLanguagesResponse"/></wsdl:message><wsdl:message name="ListExpositionCategoriesRequest"><wsdl:part name="parameters" element="tns:ListExpositionCategoriesRequest"/></wsdl:message><wsdl:message name="ListExpositionCategoriesResponse"><wsdl:part name="parameters" element="tns:ListExpositionCategoriesResponse"/></wsdl:message><wsdl:message name="ValidateExpositionSubscriptionItemRequest"><wsdl:part name="parameters" element="tns:ValidateExpositionSubscriptionItemRequest"/></wsdl:message><wsdl:message name="ValidateExpositionSubscriptionItemResponse"><wsdl:part name="parameters" element="tns:ValidateExpositionSubscriptionItemResponse"/></wsdl:message><wsdl:message name="FindExpositionOverviewByDayRequest"><wsdl:part name="parameters" element="tns:FindExpositionOverviewByDayRequest"/></wsdl:message><wsdl:message name="FindExpositionOverviewByDayResponse"><wsdl:part name="parameters" element="tns:FindExpositionOverviewByDayResponse"/></wsdl:message><wsdl:message name="FindExpositionPricesRequest"><wsdl:part name="parameters" element="tns:FindExpositionPricesRequest"/></wsdl:message><wsdl:message name="FindExpositionPricesResponse"><wsdl:part name="parameters" element="tns:FindExpositionPricesResponse"/></wsdl:message><wsdl:message name="GetExpositionOptionalArticlesCapacityRequest"><wsdl:part name="parameters" element="tns:GetExpositionOptionalArticlesCapacityRequest"/></wsdl:message><wsdl:message name="GetExpositionOptionalArticlesCapacityResponse"><wsdl:part name="parameters" element="tns:GetExpositionOptionalArticlesCapacityResponse"/></wsdl:message><wsdl:message name="FindExpositionArticlePricesRequest"><wsdl:part name="parameters" element="tns:FindExpositionArticlePricesRequest"/></wsdl:message><wsdl:message name="FindExpositionArticlePricesResponse"><wsdl:part name="parameters" element="tns:FindExpositionArticlePricesResponse"/></wsdl:message><wsdl:message name="ChangeExpositionPeriodCapacityRequest"><wsdl:part name="parameters" element="tns:ChangeExpositionPeriodCapacityRequest"/></wsdl:message><wsdl:message name="ChangeExpositionPeriodCapacityResponse"><wsdl:part name="parameters" element="tns:ChangeExpositionPeriodCapacityResponse"/></wsdl:message><wsdl:message name="ChangeExpositionPeriodStateRequest"><wsdl:part name="parameters" element="tns:ChangeExpositionPeriodStateRequest"/></wsdl:message><wsdl:message name="ChangeExpositionPeriodStateResponse"><wsdl:part name="parameters" element="tns:ChangeExpositionPeriodStateResponse"/></wsdl:message><wsdl:message name="GetExpositionSalesRequest"><wsdl:part name="parameters" element="tns:GetExpositionSalesRequest"/></wsdl:message><wsdl:message name="GetExpositionSalesResponse"><wsdl:part name="parameters" element="tns:GetExpositionSalesResponse"/></wsdl:message><wsdl:message name="CancelOrganisedVisitRequest"><wsdl:part name="parameters" element="tns:CancelOrganisedVisitRequest"/></wsdl:message><wsdl:message name="CancelOrganisedVisitResponse"><wsdl:part name="parameters" element="tns:CancelOrganisedVisitResponse"/></wsdl:message><wsdl:message name="CheckOrganisedVisitAlreadyRegisteredRequest"><wsdl:part name="parameters" element="tns:CheckOrganisedVisitAlreadyRegisteredRequest"/></wsdl:message><wsdl:message name="CheckOrganisedVisitAlreadyRegisteredResponse"><wsdl:part name="parameters" element="tns:CheckOrganisedVisitAlreadyRegisteredResponse"/></wsdl:message><wsdl:message name="AdjustOrganisedVisitRequest"><wsdl:part name="parameters" element="tns:AdjustOrganisedVisitRequest"/></wsdl:message><wsdl:message name="AdjustOrganisedVisitResponse"><wsdl:part name="parameters" element="tns:AdjustOrganisedVisitResponse"/></wsdl:message><wsdl:message name="GetOrganisedVisitRebookingCostsRequest"><wsdl:part name="parameters" element="tns:GetOrganisedVisitRebookingCostsRequest"/></wsdl:message><wsdl:message name="GetOrganisedVisitRebookingCostResponse"><wsdl:part name="parameters" element="tns:GetOrganisedVisitRebookingCostResponse"/></wsdl:message><wsdl:message name="FindCombiExpositionsRequest"><wsdl:part name="parameters" element="tns:FindCombiExpositionsRequest"/></wsdl:message><wsdl:message name="FindCombiExpositionsResponse"><wsdl:part name="parameters" element="tns:FindCombiExpositionsResponse"/></wsdl:message><wsdl:message name="GetCombiExpositionExpositionExtraArticlesRequest"><wsdl:part name="parameters" element="tns:GetCombiExpositionExpositionExtraArticlesRequest"/></wsdl:message><wsdl:message name="GetCombiExpositionExpositionExtraArticlesResponse"><wsdl:part name="parameters" element="tns:GetCombiExpositionExpositionExtraArticlesResponse"/></wsdl:message><wsdl:message name="GetCombiExpositionTicketsOptionalArticlesRequest"><wsdl:part name="parameters" element="tns:GetCombiExpositionTicketsOptionalArticlesRequest"/></wsdl:message><wsdl:message name="GetCombiExpositionTicketsOptionalArticlesResponse"><wsdl:part name="parameters" element="tns:GetCombiExpositionTicketsOptionalArticlesResponse"/></wsdl:message><wsdl:message name="CalculateCombiExpositionReservationRequest"><wsdl:part name="parameters" element="tns:CalculateCombiExpositionReservationRequest"/></wsdl:message><wsdl:message name="CalculateCombiExpositionReservationResponse"><wsdl:part name="parameters" element="tns:CalculateCombiExpositionReservationResponse"/></wsdl:message><wsdl:message name="FindCombiOrganisedVisitsRequest"><wsdl:part name="parameters" element="tns:FindCombiOrganisedVisitsRequest"/></wsdl:message><wsdl:message name="FindCombiOrganisedVisitsResponse"><wsdl:part name="parameters" element="tns:FindCombiOrganisedVisitsResponse"/></wsdl:message><wsdl:message name="GetCombiExpositionAllowedPeriodsRequest"><wsdl:part name="parameters" element="tns:GetCombiExpositionAllowedPeriodsRequest"/></wsdl:message><wsdl:message name="GetCombiExpositionAllowedPeriodsResponse"><wsdl:part name="parameters" element="tns:GetCombiExpositionAllowedPeriodsResponse"/></wsdl:message><wsdl:message name="GetCombiOrganisedVisitRebookingCostsRequest"><wsdl:part name="parameters" element="tns:GetCombiOrganisedVisitRebookingCostsRequest"/></wsdl:message><wsdl:message name="GetCombiOrganisedVisitRebookingCostsResponse"><wsdl:part name="parameters" element="tns:GetCombiOrganisedVisitRebookingCostsResponse"/></wsdl:message><wsdl:message name="AdjustCombiOrganisedVisitRequest"><wsdl:part name="parameters" element="tns:AdjustCombiOrganisedVisitRequest"/></wsdl:message><wsdl:message name="AdjustCombiOrganisedVisitResponse"><wsdl:part name="parameters" element="tns:AdjustCombiOrganisedVisitResponse"/></wsdl:message><wsdl:message name="ListFileAgeGroupsRequest"><wsdl:part name="parameters" element="tns:ListFileAgeGroupsRequest"/></wsdl:message><wsdl:message name="ListFileAgeGroupsResponse"><wsdl:part name="parameters" element="tns:ListFileAgeGroupsResponse"/></wsdl:message><wsdl:message name="FindFileTypesRequest"><wsdl:part name="parameters" element="tns:FindFileTypesRequest"/></wsdl:message><wsdl:message name="FindFileTypesResponse"><wsdl:part name="parameters" element="tns:FindFileTypesResponse"/></wsdl:message><wsdl:message name="ListFileActivityCategoriesRequest"><wsdl:part name="parameters" element="tns:ListFileActivityCategoriesRequest"/></wsdl:message><wsdl:message name="ListFileActivityCategoriesResponse"><wsdl:part name="parameters" element="tns:ListFileActivityCategoriesResponse"/></wsdl:message><wsdl:message name="ListFileActivityPeriodRequest"><wsdl:part name="parameters" element="tns:ListFileActivityPeriodRequest"/></wsdl:message><wsdl:message name="ListFileActivityPeriodResponse"><wsdl:part name="parameters" element="tns:ListFileActivityPeriodResponse"/></wsdl:message><wsdl:message name="FindFileActivityArticleRequest"><wsdl:part name="parameters" element="tns:FindFileActivityArticleRequest"/></wsdl:message><wsdl:message name="FindFileActivityArticleResponse"><wsdl:part name="parameters" element="tns:FindFileActivityArticleResponse"/></wsdl:message><wsdl:message name="FindFileActivitiesRequest"><wsdl:part name="parameters" element="tns:FindFileActivitiesRequest"/></wsdl:message><wsdl:message name="FindFileActivitiesResponse"><wsdl:part name="parameters" element="tns:FindFileActivitiesResponse"/></wsdl:message><wsdl:message name="FindFilesRequest"><wsdl:part name="parameters" element="tns:FindFilesRequest"/></wsdl:message><wsdl:message name="FindFilesResponse"><wsdl:part name="parameters" element="tns:FindFilesResponse"/></wsdl:message><wsdl:message name="FindSubFilesRequest"><wsdl:part name="parameters" element="tns:FindSubFilesRequest"/></wsdl:message><wsdl:message name="FindSubFilesResponse"><wsdl:part name="parameters" element="tns:FindSubFilesResponse"/></wsdl:message><wsdl:message name="ValidateBasketRequest"><wsdl:part name="parameters" element="tns:ValidateBasketRequest"/></wsdl:message><wsdl:message name="ValidateBasketResponse"><wsdl:part name="parameters" element="tns:ValidateBasketResponse"/></wsdl:message><wsdl:message name="ValidatePosBasketRequest"><wsdl:part name="parameters" element="tns:ValidatePosBasketRequest"/></wsdl:message><wsdl:message name="ValidatePosBasketResponse"><wsdl:part name="parameters" element="tns:ValidatePosBasketResponse"/></wsdl:message><wsdl:message name="ValidateBasketItemRequest"><wsdl:part name="parameters" element="tns:ValidateBasketItemRequest"/></wsdl:message><wsdl:message name="ValidateBasketItemResponse"><wsdl:part name="parameters" element="tns:ValidateBasketItemResponse"/></wsdl:message><wsdl:message name="CheckoutBasketRequest"><wsdl:part name="parameters" element="tns:CheckoutBasketRequest"/></wsdl:message><wsdl:message name="CheckoutBasketResponse"><wsdl:part name="parameters" element="tns:CheckoutBasketResponse"/></wsdl:message><wsdl:message name="CheckoutTemporaryBasketRequest"><wsdl:part name="parameters" element="tns:CheckoutTemporaryBasketRequest"/></wsdl:message><wsdl:message name="CheckoutTemporaryBasketResponse"><wsdl:part name="parameters" element="tns:CheckoutTemporaryBasketResponse"/></wsdl:message><wsdl:message name="CheckoutPosBasketRequest"><wsdl:part name="parameters" element="tns:CheckoutPosBasketRequest"/></wsdl:message><wsdl:message name="LockBasketItemsRequest"><wsdl:part name="parameters" element="tns:LockBasketItemsRequest"/></wsdl:message><wsdl:message name="LockBasketItemsResponse"><wsdl:part name="parameters" element="tns:LockBasketItemsResponse"/></wsdl:message><wsdl:message name="LockPosBasketItemsRequest"><wsdl:part name="parameters" element="tns:LockPosBasketItemsRequest"/></wsdl:message><wsdl:message name="LockPosBasketItemsResponse"><wsdl:part name="parameters" element="tns:LockPosBasketItemsResponse"/></wsdl:message><wsdl:message name="UnlockBasketItemsRequest"><wsdl:part name="parameters" element="tns:UnlockBasketItemsRequest"/></wsdl:message><wsdl:message name="UnlockBasketItemsResponse"><wsdl:part name="parameters" element="tns:UnlockBasketItemsResponse"/></wsdl:message><wsdl:message name="RecalculateBasketRequest"><wsdl:part name="parameters" element="tns:RecalculateBasketRequest"/></wsdl:message><wsdl:message name="RecalculateBasketResponse"><wsdl:part name="parameters" element="tns:RecalculateBasketResponse"/></wsdl:message><wsdl:message name="RecalculatePosBasketRequest"><wsdl:part name="parameters" element="tns:RecalculatePosBasketRequest"/></wsdl:message><wsdl:message name="RecalculatePosBasketResponse"><wsdl:part name="parameters" element="tns:RecalculatePosBasketResponse"/></wsdl:message><wsdl:message name="SupportsIncassoPaymentsRequest"><wsdl:part name="parameters" element="tns:SupportsIncassoPaymentsRequest"/></wsdl:message><wsdl:message name="SupportsIncassoPaymentsResponse"><wsdl:part name="parameters" element="tns:SupportsIncassoPaymentsResponse"/></wsdl:message><wsdl:message name="SupportsChipKnipPaymentsRequest"><wsdl:part name="parameters" element="tns:SupportsChipKnipPaymentsRequest"/></wsdl:message><wsdl:message name="SupportsChipKnipPaymentsResponse"><wsdl:part name="parameters" element="tns:SupportsChipKnipPaymentsResponse"/></wsdl:message><wsdl:message name="SupportsPayLaterPaymentsRequest"><wsdl:part name="parameters" element="tns:SupportsPayLaterPaymentsRequest"/></wsdl:message><wsdl:message name="SupportsPayLaterPaymentsResponse"><wsdl:part name="parameters" element="tns:SupportsPayLaterPaymentsResponse"/></wsdl:message><wsdl:message name="ExtendLockPeriodRequest"><wsdl:part name="parameters" element="tns:ExtendLockPeriodRequest"/></wsdl:message><wsdl:message name="ExtendLockPeriodResult"><wsdl:part name="parameters" element="tns:ExtendLockPeriodResult"/></wsdl:message><wsdl:message name="ExtendLockPeriodByTimeRequest"><wsdl:part name="parameters" element="tns:ExtendLockPeriodByTimeRequest"/></wsdl:message><wsdl:message name="ListLockedBasketItemsRequest"><wsdl:part name="parameters" element="tns:ListLockedBasketItemsRequest"/></wsdl:message><wsdl:message name="ListLockedBasketItemsResponse"><wsdl:part name="parameters" element="tns:ListLockedBasketItemsResponse"/></wsdl:message><wsdl:message name="ReLockBasketItemsRequest"><wsdl:part name="parameters" element="tns:ReLockBasketItemsRequest"/></wsdl:message><wsdl:message name="ReLockBasketItemsResponse"><wsdl:part name="parameters" element="tns:ReLockBasketItemsResponse"/></wsdl:message><wsdl:message name="GetProductTypeRequest"><wsdl:part name="parameters" element="tns:GetProductTypeRequest"/></wsdl:message><wsdl:message name="GetProductTypeResponse"><wsdl:part name="parameters" element="tns:GetProductTypeResponse"/></wsdl:message><wsdl:message name="FindCultureSeriesRequest"><wsdl:part name="parameters" element="tns:FindCultureSeriesRequest"/></wsdl:message><wsdl:message name="FindCultureSeriesResponse"><wsdl:part name="parameters" element="tns:FindCultureSeriesResponse"/></wsdl:message><wsdl:message name="ListCultureActivitiesRequest"><wsdl:part name="parameters" element="tns:ListCultureActivitiesRequest"/></wsdl:message><wsdl:message name="ListCultureActivitiesResponse"><wsdl:part name="parameters" element="tns:ListCultureActivitiesResponse"/></wsdl:message><wsdl:message name="FindCultureEventsRequest"><wsdl:part name="parameters" element="tns:FindCultureEventsRequest"/></wsdl:message><wsdl:message name="FindCultureEventsResponse"><wsdl:part name="parameters" element="tns:FindCultureEventsResponse"/></wsdl:message><wsdl:message name="GetHallSeatingRequest"><wsdl:part name="parameters" element="tns:GetHallSeatingRequest"/></wsdl:message><wsdl:message name="GetHallSeatingResponse"><wsdl:part name="parameters" element="tns:GetHallSeatingResponse"/></wsdl:message><wsdl:message name="GetHallSeatingWithIncludesRequest"><wsdl:part name="parameters" element="tns:GetHallSeatingWithIncludesRequest"/></wsdl:message><wsdl:message name="GetCultureEventSeatingRequest"><wsdl:part name="parameters" element="tns:GetCultureEventSeatingRequest"/></wsdl:message><wsdl:message name="GetCultureEventSeatingWithIncludesRequest"><wsdl:part name="parameters" element="tns:GetCultureEventSeatingWithIncludesRequest"/></wsdl:message><wsdl:message name="GetCultureSeriesSeatingRequest"><wsdl:part name="parameters" element="tns:GetCultureSeriesSeatingRequest"/></wsdl:message><wsdl:message name="GetCultureSeriesSeatingWithIncludesRequest"><wsdl:part name="parameters" element="tns:GetCultureSeriesSeatingWithIncludesRequest"/></wsdl:message><wsdl:message name="GetSeatAllocationsRequest"><wsdl:part name="parameters" element="tns:GetSeatAllocationsRequest"/></wsdl:message><wsdl:message name="GetSeatAllocationsResponse"><wsdl:part name="parameters" element="tns:GetSeatAllocationsResponse"/></wsdl:message><wsdl:message name="GetSiteAllocationsRequest"><wsdl:part name="parameters" element="tns:GetSiteAllocationsRequest"/></wsdl:message><wsdl:message name="GetSiteAllocationsResponse"><wsdl:part name="parameters" element="tns:GetSiteAllocationsResponse"/></wsdl:message><wsdl:message name="GetHallAllocationsRequest"><wsdl:part name="parameters" element="tns:GetHallAllocationsRequest"/></wsdl:message><wsdl:message name="GetHallAllocationsResponse"><wsdl:part name="parameters" element="tns:GetHallAllocationsResponse"/></wsdl:message><wsdl:message name="FindCultureReservationsRequest"><wsdl:part name="parameters" element="tns:FindCultureReservationsRequest"/></wsdl:message><wsdl:message name="FindCultureReservationsResponse"><wsdl:part name="parameters" element="tns:FindCultureReservationsResponse"/></wsdl:message><wsdl:message name="ListCultureEventCategoriesRequest"><wsdl:part name="parameters" element="tns:ListCultureEventCategoriesRequest"/></wsdl:message><wsdl:message name="ListCultureEventCategoriesResponse"><wsdl:part name="parameters" element="tns:ListCultureEventCategoriesResponse"/></wsdl:message><wsdl:message name="FindCultureWaitingListReservationsRequest"><wsdl:part name="parameters" element="tns:FindCultureWaitingListReservationsRequest"/></wsdl:message><wsdl:message name="FindCultureWaitingListReservationsResponse"><wsdl:part name="parameters" element="tns:FindCultureWaitingListReservationsResponse"/></wsdl:message><wsdl:message name="ListCultureSubscriptionsRequest"><wsdl:part name="parameters" element="tns:ListCultureSubscriptionsRequest"/></wsdl:message><wsdl:message name="ListCultureSubscriptionsResponse"><wsdl:part name="parameters" element="tns:ListCultureSubscriptionsResponse"/></wsdl:message><wsdl:message name="ListCultureEventTicketsRequest"><wsdl:part name="parameters" element="tns:ListCultureEventTicketsRequest"/></wsdl:message><wsdl:message name="ListCultureEventTicketsResponse"><wsdl:part name="parameters" element="tns:ListCultureEventTicketsResponse"/></wsdl:message><wsdl:message name="CreateCultureEventRequest"><wsdl:part name="parameters" element="tns:CreateCultureEventRequest"/></wsdl:message><wsdl:message name="CreateCultureEventResponse"><wsdl:part name="parameters" element="tns:CreateCultureEventResponse"/></wsdl:message><wsdl:message name="UpdateCultureEventRequest"><wsdl:part name="parameters" element="tns:UpdateCultureEventRequest"/></wsdl:message><wsdl:message name="UpdateCultureEventResponse"><wsdl:part name="parameters" element="tns:UpdateCultureEventResponse"/></wsdl:message><wsdl:message name="FindPriceGroupsRequest"><wsdl:part name="parameters" element="tns:FindPriceGroupsRequest"/></wsdl:message><wsdl:message name="FindPriceGroupsResponse"><wsdl:part name="parameters" element="tns:FindPriceGroupsResponse"/></wsdl:message><wsdl:message name="FindReservationsRequest"><wsdl:part name="parameters" element="tns:FindReservationsRequest"/></wsdl:message><wsdl:message name="FindReservationsResponse"><wsdl:part name="parameters" element="tns:FindReservationsResponse"/></wsdl:message><wsdl:message name="FindReservationsOverviewByDayRequest"><wsdl:part name="parameters" element="tns:FindReservationsOverviewByDayRequest"/></wsdl:message><wsdl:message name="FindReservationsOverviewByDayResponse"><wsdl:part name="parameters" element="tns:FindReservationsOverviewByDayResponse"/></wsdl:message><wsdl:message name="CalculateReservationCancelCostRequest"><wsdl:part name="parameters" element="tns:CalculateReservationCancelCostRequest"/></wsdl:message><wsdl:message name="CalculateReservationCancelCostResponse"><wsdl:part name="parameters" element="tns:CalculateReservationCancelCostResponse"/></wsdl:message><wsdl:message name="CancelReservationRequest"><wsdl:part name="parameters" element="tns:CancelReservationRequest"/></wsdl:message><wsdl:message name="CancelReservationResponse"><wsdl:part name="parameters" element="tns:CancelReservationResponse"/></wsdl:message><wsdl:message name="FindPriceGroupReservationActivitiesRequest"><wsdl:part name="parameters" element="tns:FindPriceGroupReservationActivitiesRequest"/></wsdl:message><wsdl:message name="FindPriceGroupReservationActivitiesResponse"><wsdl:part name="parameters" element="tns:FindPriceGroupReservationActivitiesResponse"/></wsdl:message><wsdl:message name="UpdatePlaceReservationRequest"><wsdl:part name="parameters" element="tns:UpdatePlaceReservationRequest"/></wsdl:message><wsdl:message name="UpdatePlaceReservationResponse"><wsdl:part name="parameters" element="tns:UpdatePlaceReservationResponse"/></wsdl:message><wsdl:message name="FindSubsidyInfosRequest"><wsdl:part name="parameters" element="tns:FindSubsidyInfosRequest"/></wsdl:message><wsdl:message name="FindSubsidyInfosResponse"><wsdl:part name="parameters" element="tns:FindSubsidyInfosResponse"/></wsdl:message><wsdl:message name="ConfirmReservationsRequest"><wsdl:part name="parameters" element="tns:ConfirmReservationsRequest"/></wsdl:message><wsdl:message name="ConfirmReservationsResponse"><wsdl:part name="parameters" element="tns:ConfirmReservationsResponse"/></wsdl:message><wsdl:message name="FindAvailablePlacesForReservationActivitiesRequest"><wsdl:part name="parameters" element="tns:FindAvailablePlacesForReservationActivitiesRequest"/></wsdl:message><wsdl:message name="FindAvailablePlacesForReservationActivityResponse"><wsdl:part name="parameters" element="tns:FindAvailablePlacesForReservationActivityResponse"/></wsdl:message><wsdl:message name="SaveReservationAttachmentRequest"><wsdl:part name="parameters" element="tns:SaveReservationAttachmentRequest"/></wsdl:message><wsdl:message name="SaveReservationAttachmentResponse"><wsdl:part name="parameters" element="tns:SaveReservationAttachmentResponse"/></wsdl:message><wsdl:message name="DeleteReservationAttachmentRequest"><wsdl:part name="parameters" element="tns:DeleteReservationAttachmentRequest"/></wsdl:message><wsdl:message name="DeleteReservationAttachmentResponse"><wsdl:part name="parameters" element="tns:DeleteReservationAttachmentResponse"/></wsdl:message><wsdl:message name="FindReservationAttachmentsRequest"><wsdl:part name="parameters" element="tns:FindReservationAttachmentsRequest"/></wsdl:message><wsdl:message name="FindReservationAttachmentsResponse"><wsdl:part name="parameters" element="tns:FindReservationAttachmentsResponse"/></wsdl:message><wsdl:message name="GetRecurringDayPatternRequest"><wsdl:part name="parameters" element="tns:GetRecurringDayPatternRequest"/></wsdl:message><wsdl:message name="GetRecurringDayPatternDatesResponse"><wsdl:part name="parameters" element="tns:GetRecurringDayPatternDatesResponse"/></wsdl:message><wsdl:message name="ProcessRefundRequest"><wsdl:part name="parameters" element="tns:ProcessRefundRequest"/></wsdl:message><wsdl:message name="ProcessRefundResponse"><wsdl:part name="parameters" element="tns:ProcessRefundResponse"/></wsdl:message><wsdl:message name="ListBusTripsRequest"><wsdl:part name="parameters" element="tns:ListBusTripsRequest"/></wsdl:message><wsdl:message name="ListBusTripsResponse"><wsdl:part name="parameters" element="tns:ListBusTripsResponse"/></wsdl:message><wsdl:message name="GetBusTripRequest"><wsdl:part name="parameters" element="tns:GetBusTripRequest"/></wsdl:message><wsdl:message name="GetBusTripResponse"><wsdl:part name="parameters" element="tns:GetBusTripResponse"/></wsdl:message><wsdl:message name="GetBusTripSerieRequest"><wsdl:part name="parameters" element="tns:GetBusTripSerieRequest"/></wsdl:message><wsdl:message name="GetBusTripSerieResponse"><wsdl:part name="parameters" element="tns:GetBusTripSerieResponse"/></wsdl:message><wsdl:message name="SaveBusTripRequest"><wsdl:part name="parameters" element="tns:SaveBusTripRequest"/></wsdl:message><wsdl:message name="SaveBusTripResponse"><wsdl:part name="parameters" element="tns:SaveBusTripResponse"/></wsdl:message><wsdl:message name="SaveBusTripSerieRequest"><wsdl:part name="parameters" element="tns:SaveBusTripSerieRequest"/></wsdl:message><wsdl:message name="SaveBusTripSerieResponse"><wsdl:part name="parameters" element="tns:SaveBusTripSerieResponse"/></wsdl:message><wsdl:message name="CancelBusTripRequest"><wsdl:part name="parameters" element="tns:CancelBusTripRequest"/></wsdl:message><wsdl:message name="CancelBusTripResponse"><wsdl:part name="parameters" element="tns:CancelBusTripResponse"/></wsdl:message><wsdl:message name="CancelBusTripSerieRequest"><wsdl:part name="parameters" element="tns:CancelBusTripSerieRequest"/></wsdl:message><wsdl:message name="CancelBusTripSerieResponse"><wsdl:part name="parameters" element="tns:CancelBusTripSerieResponse"/></wsdl:message><wsdl:message name="DeleteBusTripRequest"><wsdl:part name="parameters" element="tns:DeleteBusTripRequest"/></wsdl:message><wsdl:message name="DeleteBusTripResponse"><wsdl:part name="parameters" element="tns:DeleteBusTripResponse"/></wsdl:message><wsdl:message name="DeleteBusTripSerieRequest"><wsdl:part name="parameters" element="tns:DeleteBusTripSerieRequest"/></wsdl:message><wsdl:message name="DeleteBusTripSerieResponse"><wsdl:part name="parameters" element="tns:DeleteBusTripSerieResponse"/></wsdl:message><wsdl:message name="GetFitnessNonMemberPersonRequest"><wsdl:part name="parameters" element="tns:GetFitnessNonMemberPersonRequest"/></wsdl:message><wsdl:message name="GetFitnessNonMemberPersonResponse"><wsdl:part name="parameters" element="tns:GetFitnessNonMemberPersonResponse"/></wsdl:message><wsdl:message name="ListFitnessLocationsRequest"><wsdl:part name="parameters" element="tns:ListFitnessLocationsRequest"/></wsdl:message><wsdl:message name="ListFitnessLocationsResponse"><wsdl:part name="parameters" element="tns:ListFitnessLocationsResponse"/></wsdl:message><wsdl:message name="FindFitnessActivitiesRequest"><wsdl:part name="parameters" element="tns:FindFitnessActivitiesRequest"/></wsdl:message><wsdl:message name="FindFitnessActivitiesResponse"><wsdl:part name="parameters" element="tns:FindFitnessActivitiesResponse"/></wsdl:message><wsdl:message name="GetFitnessActivityRequest"><wsdl:part name="parameters" element="tns:GetFitnessActivityRequest"/></wsdl:message><wsdl:message name="GetFitnessActivityResponse"><wsdl:part name="parameters" element="tns:GetFitnessActivityResponse"/></wsdl:message><wsdl:message name="FindFitnessActivityCategoriesRequest"><wsdl:part name="parameters" element="tns:FindFitnessActivityCategoriesRequest"/></wsdl:message><wsdl:message name="FindFitnessActivityCategoriesResponse"><wsdl:part name="parameters" element="tns:FindFitnessActivityCategoriesResponse"/></wsdl:message><wsdl:message name="FindFitnessActivityReservationsRequest"><wsdl:part name="parameters" element="tns:FindFitnessActivityReservationsRequest"/></wsdl:message><wsdl:message name="FindFitnessActivityReservationsResponse"><wsdl:part name="parameters" element="tns:FindFitnessActivityReservationsResponse"/></wsdl:message><wsdl:message name="GetFitnessActivityReservationRequest"><wsdl:part name="parameters" element="tns:GetFitnessActivityReservationRequest"/></wsdl:message><wsdl:message name="GetFitnessActivityReservationResponse"><wsdl:part name="parameters" element="tns:GetFitnessActivityReservationResponse"/></wsdl:message><wsdl:message name="ConfirmFitnessActivityDayReservationRequest"><wsdl:part name="parameters" element="tns:ConfirmFitnessActivityDayReservationRequest"/></wsdl:message><wsdl:message name="ConfirmFitnessActivityDayReservationResponse"><wsdl:part name="parameters" element="tns:ConfirmFitnessActivityDayReservationResponse"/></wsdl:message><wsdl:message name="CancelFitnessActivityDayReservationRequest"><wsdl:part name="parameters" element="tns:CancelFitnessActivityDayReservationRequest"/></wsdl:message><wsdl:message name="CancelFitnessActivityDayReservationResponse"><wsdl:part name="parameters" element="tns:CancelFitnessActivityDayReservationResponse"/></wsdl:message><wsdl:message name="FindSubscriptionsRequest"><wsdl:part name="parameters" element="tns:FindSubscriptionsRequest"/></wsdl:message><wsdl:message name="FindSubscriptionsResponse"><wsdl:part name="parameters" element="tns:FindSubscriptionsResponse"/></wsdl:message><wsdl:message name="ChangeSubscriptionActiveStateRequest"><wsdl:part name="parameters" element="tns:ChangeSubscriptionActiveStateRequest"/></wsdl:message><wsdl:message name="ChangeSubscriptionActiveStateResponse"><wsdl:part name="parameters" element="tns:ChangeSubscriptionActiveStateResponse"/></wsdl:message><wsdl:message name="FindSubscriptionLogsRequest"><wsdl:part name="parameters" element="tns:FindSubscriptionLogsRequest"/></wsdl:message><wsdl:message name="FindSubscriptionLogsResponse"><wsdl:part name="parameters" element="tns:FindSubscriptionLogsResponse"/></wsdl:message><wsdl:message name="FindSubscriptionArticlesRequest"><wsdl:part name="parameters" element="tns:FindSubscriptionArticlesRequest"/></wsdl:message><wsdl:message name="FindSubscriptionArticlesResponse"><wsdl:part name="parameters" element="tns:FindSubscriptionArticlesResponse"/></wsdl:message><wsdl:message name="CancelSubscriptionRequest"><wsdl:part name="parameters" element="tns:CancelSubscriptionRequest"/></wsdl:message><wsdl:message name="CancelSubscriptionResponse"><wsdl:part name="parameters" element="tns:CancelSubscriptionResponse"/></wsdl:message><wsdl:message name="GetSubscriptionArticleFamilyMembersRequest"><wsdl:part name="parameters" element="tns:GetSubscriptionArticleFamilyMembersRequest"/></wsdl:message><wsdl:message name="GetSubscriptionArticleFamilyMembersResponse"><wsdl:part name="parameters" element="tns:GetSubscriptionArticleFamilyMembersResponse"/></wsdl:message><wsdl:message name="AddPersonCardSubscriptionRequest"><wsdl:part name="parameters" element="tns:AddPersonCardSubscriptionRequest"/></wsdl:message><wsdl:message name="AddPersonCardSubscriptionResponse"><wsdl:part name="parameters" element="tns:AddPersonCardSubscriptionResponse"/></wsdl:message><wsdl:message name="RemovePersonCardSubscriptionRequest"><wsdl:part name="parameters" element="tns:RemovePersonCardSubscriptionRequest"/></wsdl:message><wsdl:message name="RemovePersonCardSubscriptionResponse"><wsdl:part name="parameters" element="tns:RemovePersonCardSubscriptionResponse"/></wsdl:message><wsdl:message name="GetDirectDebitSummaryRequest"><wsdl:part name="parameters" element="tns:GetDirectDebitSummaryRequest"/></wsdl:message><wsdl:message name="GetDirectDebitSummaryResponse"><wsdl:part name="parameters" element="tns:GetDirectDebitSummaryResponse"/></wsdl:message><wsdl:message name="DevaluateSubscriptionRequest"><wsdl:part name="parameters" element="tns:DevaluateSubscriptionRequest"/></wsdl:message><wsdl:message name="DevaluateSubscriptionResponse"><wsdl:part name="parameters" element="tns:DevaluateSubscriptionResponse"/></wsdl:message><wsdl:message name="RegisterSubscriptionRefusationLogRequest"><wsdl:part name="parameters" element="tns:RegisterSubscriptionRefusationLogRequest"/></wsdl:message><wsdl:message name="RegisterSubscriptionRefusationLogResponse"><wsdl:part name="parameters" element="tns:RegisterSubscriptionRefusationLogResponse"/></wsdl:message><wsdl:message name="FindSubscriptionConversionArticlesRequest"><wsdl:part name="parameters" element="tns:FindSubscriptionConversionArticlesRequest"/></wsdl:message><wsdl:message name="FindSubscriptionConversionArticlesResponse"><wsdl:part name="parameters" element="tns:FindSubscriptionConversionArticlesResponse"/></wsdl:message><wsdl:message name="FindFamilyMembersForFamilySubscriptionAdjustmentRequest"><wsdl:part name="parameters" element="tns:FindFamilyMembersForFamilySubscriptionAdjustmentRequest"/></wsdl:message><wsdl:message name="FindFamilyMembersForFamilySubscriptionAdjustmentResponse"><wsdl:part name="parameters" element="tns:FindFamilyMembersForFamilySubscriptionAdjustmentResponse"/></wsdl:message><wsdl:message name="DisconnectDivisionCardRequest"><wsdl:part name="parameters" element="tns:DisconnectDivisionCardRequest"/></wsdl:message><wsdl:message name="DisconnectDivisionCardResponse"><wsdl:part name="parameters" element="tns:DisconnectDivisionCardResponse"/></wsdl:message><wsdl:message name="FindPersonSubscriptionDataRequest"><wsdl:part name="parameters" element="tns:FindPersonSubscriptionDataRequest"/></wsdl:message><wsdl:message name="FindPersonSubscriptionDataResponse"><wsdl:part name="parameters" element="tns:FindPersonSubscriptionDataResponse"/></wsdl:message><wsdl:message name="IWebShop_IsAvailable_InputMessage"><wsdl:part name="parameters" element="tns:IsAvailable"/></wsdl:message><wsdl:message name="IWebShop_IsAvailable_OutputMessage"><wsdl:part name="parameters" element="tns:IsAvailableResponse"/></wsdl:message><wsdl:message name="ListLicenseModulesRequest"><wsdl:part name="parameters" element="tns:ListLicenseModulesRequest"/></wsdl:message><wsdl:message name="ListLicenseModulesResponse"><wsdl:part name="parameters" element="tns:ListLicenseModulesResponse"/></wsdl:message><wsdl:message name="ListAppLicensesRequest"><wsdl:part name="parameters" element="tns:ListAppLicensesRequest"/></wsdl:message><wsdl:message name="ListAppLicensesResponse"><wsdl:part name="parameters" element="tns:ListAppLicensesResponse"/></wsdl:message><wsdl:message name="GetUtcOffsetRequest"><wsdl:part name="parameters" element="tns:GetUtcOffsetRequest"/></wsdl:message><wsdl:message name="GetUtcOffsetResponse"><wsdl:part name="parameters" element="tns:GetUtcOffsetResponse"/></wsdl:message><wsdl:message name="FindReasonsRequest"><wsdl:part name="parameters" element="tns:FindReasonsRequest"/></wsdl:message><wsdl:message name="FindReasonsResponse"><wsdl:part name="parameters" element="tns:FindReasonsResponse"/></wsdl:message><wsdl:message name="ListZipcodesRequest"><wsdl:part name="parameters" element="tns:ListZipcodesRequest"/></wsdl:message><wsdl:message name="ListZipcodesResponse"><wsdl:part name="parameters" element="tns:ListZipcodesResponse"/></wsdl:message><wsdl:message name="ListZipcodeStreetsRequest"><wsdl:part name="parameters" element="tns:ListZipcodeStreetsRequest"/></wsdl:message><wsdl:message name="ListZipcodeStreetsResponse"><wsdl:part name="parameters" element="tns:ListZipcodeStreetsResponse"/></wsdl:message><wsdl:message name="ListZipcodeCendrisStreetsRequest"><wsdl:part name="parameters" element="tns:ListZipcodeCendrisStreetsRequest"/></wsdl:message><wsdl:message name="ListZipcodeCendrisStreetsResponse"><wsdl:part name="parameters" element="tns:ListZipcodeCendrisStreetsResponse"/></wsdl:message><wsdl:message name="ListLocationsRequest"><wsdl:part name="parameters" element="tns:ListLocationsRequest"/></wsdl:message><wsdl:message name="ListLocationsResponse"><wsdl:part name="parameters" element="tns:ListLocationsResponse"/></wsdl:message><wsdl:message name="GenLoyaltyCardIsValidRequest"><wsdl:part name="parameters" element="tns:GenLoyaltyCardIsValidRequest"/></wsdl:message><wsdl:message name="GenLoyaltyCardIsValidResponse"><wsdl:part name="parameters" element="tns:GenLoyaltyCardIsValidResponse"/></wsdl:message><wsdl:message name="ApplyGenLoyaltyCardDiscountRequest"><wsdl:part name="parameters" element="tns:ApplyGenLoyaltyCardDiscountRequest"/></wsdl:message><wsdl:message name="ApplyGenLoyaltyCardDiscountResponse"><wsdl:part name="parameters" element="tns:ApplyGenLoyaltyCardDiscountResponse"/></wsdl:message><wsdl:message name="UnapplyGenLoyaltyCardDiscountRequest"><wsdl:part name="parameters" element="tns:UnapplyGenLoyaltyCardDiscountRequest"/></wsdl:message><wsdl:message name="UnapplyGenLoyaltyCardDiscountResponse"><wsdl:part name="parameters" element="tns:UnapplyGenLoyaltyCardDiscountResponse"/></wsdl:message><wsdl:message name="ValidateVoucherRequest"><wsdl:part name="parameters" element="tns:ValidateVoucherRequest"/></wsdl:message><wsdl:message name="ValidateVoucherResponse"><wsdl:part name="parameters" element="tns:ValidateVoucherResponse"/></wsdl:message><wsdl:message name="RedeemVoucherRequest"><wsdl:part name="parameters" element="tns:RedeemVoucherRequest"/></wsdl:message><wsdl:message name="RedeemVoucherResponse"><wsdl:part name="parameters" element="tns:RedeemVoucherResponse"/></wsdl:message><wsdl:message name="UnRedeemVoucherRequest"><wsdl:part name="parameters" element="tns:UnRedeemVoucherRequest"/></wsdl:message><wsdl:message name="UnRedeemVoucherResponse"><wsdl:part name="parameters" element="tns:UnRedeemVoucherResponse"/></wsdl:message><wsdl:message name="FindTransportArticlesRequest"><wsdl:part name="parameters" element="tns:FindTransportArticlesRequest"/></wsdl:message><wsdl:message name="FindTransportArticlesResponse"><wsdl:part name="parameters" element="tns:FindTransportArticlesResponse"/></wsdl:message><wsdl:message name="GetDigitalWalletRequest"><wsdl:part name="parameters" element="tns:GetDigitalWalletRequest"/></wsdl:message><wsdl:message name="GetDigitalWalletResponse"><wsdl:part name="parameters" element="tns:GetDigitalWalletResponse"/></wsdl:message><wsdl:message name="VendingMachineDigitalWalletPayoutLockRequest"><wsdl:part name="parameters" element="tns:VendingMachineDigitalWalletPayoutLockRequest"/></wsdl:message><wsdl:message name="IWebShop_SetLockStateForDigitalWalletPayout_OutputMessage"/><wsdl:message name="RegisterOverstayChargesRequest"><wsdl:part name="parameters" element="tns:RegisterOverstayChargesRequest"/></wsdl:message><wsdl:message name="GetTemporaryDigitalWalletTransactionReceiptForWindowsPrinterRequest"><wsdl:part name="parameters" element="tns:GetTemporaryDigitalWalletTransactionReceiptForWindowsPrinterRequest"/></wsdl:message><wsdl:message name="GetTemporaryDigitalWalletTransactionReceiptForWindowsPrinterResponse"><wsdl:part name="parameters" element="tns:GetTemporaryDigitalWalletTransactionReceiptForWindowsPrinterResponse"/></wsdl:message><wsdl:message name="GetDigitalWalletsRequest"><wsdl:part name="parameters" element="tns:GetDigitalWalletsRequest"/></wsdl:message><wsdl:message name="GetDigitalWalletsResponse"><wsdl:part name="parameters" element="tns:GetDigitalWalletsResponse"/></wsdl:message><wsdl:message name="AddCreditCardTokenToDigitalWalletRequest"><wsdl:part name="parameters" element="tns:AddCreditCardTokenToDigitalWalletRequest"/></wsdl:message><wsdl:message name="AddCreditCardTokenToDigitalWalletResponse"><wsdl:part name="parameters" element="tns:AddCreditCardTokenToDigitalWalletResponse"/></wsdl:message><wsdl:message name="BlockDivisionCardRequest"><wsdl:part name="parameters" element="tns:BlockDivisionCardRequest"/></wsdl:message><wsdl:message name="BlockDivisionCardResponse"><wsdl:part name="parameters" element="tns:BlockDivisionCardResponse"/></wsdl:message><wsdl:message name="GetCardRequest"><wsdl:part name="parameters" element="tns:GetCardRequest"/></wsdl:message><wsdl:message name="GetCardResponse"><wsdl:part name="parameters" element="tns:GetCardResponse"/></wsdl:message><wsdl:message name="GetPointOfSalesRequest"><wsdl:part name="parameters" element="tns:GetPointOfSalesRequest"/></wsdl:message><wsdl:message name="GetPointOfSalesResponse"><wsdl:part name="parameters" element="tns:GetPointOfSalesResponse"/></wsdl:message><wsdl:message name="GetReadersRequest"><wsdl:part name="parameters" element="tns:GetReadersRequest"/></wsdl:message><wsdl:message name="GetReadersResponse"><wsdl:part name="parameters" element="tns:GetReadersResponse"/></wsdl:message><wsdl:message name="GetReaderSummaryRequest"><wsdl:part name="parameters" element="tns:GetReaderSummaryRequest"/></wsdl:message><wsdl:message name="GetReaderSummaryResponse"><wsdl:part name="parameters" element="tns:GetReaderSummaryResponse"/></wsdl:message><wsdl:message name="IsValidVerificationCodeRequest"><wsdl:part name="parameters" element="tns:IsValidVerificationCodeRequest"/></wsdl:message><wsdl:message name="IsValidVerificationCodeResponse"><wsdl:part name="parameters" element="tns:IsValidVerificationCodeResponse"/></wsdl:message><wsdl:message name="GetFullCardNumberRequest"><wsdl:part name="parameters" element="tns:GetFullCardNumberRequest"/></wsdl:message><wsdl:message name="GetFullCardNumberResponse"><wsdl:part name="parameters" element="tns:GetFullCardNumberResponse"/></wsdl:message><wsdl:message name="GetTranslationsRequest"><wsdl:part name="parameters" element="tns:GetTranslationsRequest"/></wsdl:message><wsdl:message name="GetTranslationsResponse"><wsdl:part name="parameters" element="tns:GetTranslationsResponse"/></wsdl:message><wsdl:message name="GetCurrentWsdlVersionRequest"><wsdl:part name="parameters" element="tns:GetCurrentWsdlVersionRequest"/></wsdl:message><wsdl:message name="GetCurrentWsdlVersionResponse"><wsdl:part name="parameters" element="tns:GetCurrentWsdlVersionResponse"/></wsdl:message><wsdl:message name="GetSubscriptionsWithInvalidityReasonsRequest"><wsdl:part name="parameters" element="tns:GetSubscriptionsWithInvalidityReasonsRequest"/></wsdl:message><wsdl:message name="GetSubscriptionsWithInvalidityReasonsResponse"><wsdl:part name="parameters" element="tns:GetSubscriptionsWithInvalidityReasonsResponse"/></wsdl:message><wsdl:message name="GetDefaultPointOfSalesCustomerRequest"><wsdl:part name="parameters" element="tns:GetDefaultPointOfSalesCustomerRequest"/></wsdl:message><wsdl:message name="GetDefaultPointOfSalesCustomerResponse"><wsdl:part name="parameters" element="tns:GetDefaultPointOfSalesCustomerResponse"/></wsdl:message><wsdl:message name="FindAccessZonesRequest"><wsdl:part name="parameters" element="tns:FindAccessZonesRequest"/></wsdl:message><wsdl:message name="FindAccessZonesResponse"><wsdl:part name="parameters" element="tns:FindAccessZonesResponse"/></wsdl:message><wsdl:message name="GetCurrentDivisionRequest"><wsdl:part name="parameters" element="tns:GetCurrentDivisionRequest"/></wsdl:message><wsdl:message name="GetCurrentDivisionResponse"><wsdl:part name="parameters" element="tns:GetCurrentDivisionResponse"/></wsdl:message><wsdl:message name="UnsubscribeEmailRequest"><wsdl:part name="parameters" element="tns:UnsubscribeEmailRequest"/></wsdl:message><wsdl:message name="UnsubscribeMailResponse"><wsdl:part name="parameters" element="tns:UnsubscribeMailResponse"/></wsdl:message><wsdl:message name="GetSalesQuestionsRequest"><wsdl:part name="parameters" element="tns:GetSalesQuestionsRequest"/></wsdl:message><wsdl:message name="GetSalesQuestionsResponse"><wsdl:part name="parameters" element="tns:GetSalesQuestionsResponse"/></wsdl:message><wsdl:message name="FindSalesShiftsRequest"><wsdl:part name="parameters" element="tns:FindSalesShiftsRequest"/></wsdl:message><wsdl:message name="FindSalesShiftsResponse"><wsdl:part name="parameters" element="tns:FindSalesShiftsResponse"/></wsdl:message><wsdl:message name="ValidateUserNameRequest"><wsdl:part name="parameters" element="tns:ValidateUserNameRequest"/></wsdl:message><wsdl:message name="ValidateUserNameResponse"><wsdl:part name="parameters" element="tns:ValidateUserNameResponse"/></wsdl:message><wsdl:message name="AuthenticateUserRequest"><wsdl:part name="parameters" element="tns:AuthenticateUserRequest"/></wsdl:message><wsdl:message name="AuthenticateUserResponse"><wsdl:part name="parameters" element="tns:AuthenticateUserResponse"/></wsdl:message><wsdl:message name="GetResellerCodeRequest"><wsdl:part name="parameters" element="tns:GetResellerCodeRequest"/></wsdl:message><wsdl:message name="GetResellerCodeResponse"><wsdl:part name="parameters" element="tns:GetResellerCodeResponse"/></wsdl:message><wsdl:message name="GetTotalSalesByResellerCategoryRequest"><wsdl:part name="parameters" element="tns:GetTotalSalesByResellerCategoryRequest"/></wsdl:message><wsdl:message name="GetTotalSalesByResellerCategoryResponse"><wsdl:part name="parameters" element="tns:GetTotalSalesByResellerCategoryResponse"/></wsdl:message><wsdl:message name="AuthenticateContactRequest"><wsdl:part name="parameters" element="tns:AuthenticateContactRequest"/></wsdl:message><wsdl:message name="AuthenticateContactResponse"><wsdl:part name="parameters" element="tns:AuthenticateContactResponse"/></wsdl:message><wsdl:message name="AuthenticateUserByCardRequest"><wsdl:part name="parameters" element="tns:AuthenticateUserByCardRequest"/></wsdl:message><wsdl:message name="AuthenticateNationalNumberRequest"><wsdl:part name="parameters" element="tns:AuthenticateNationalNumberRequest"/></wsdl:message><wsdl:message name="AuthenticateNationalNumberResponse"><wsdl:part name="parameters" element="tns:AuthenticateNationalNumberResponse"/></wsdl:message><wsdl:message name="AuthenticateManagerRequest"><wsdl:part name="parameters" element="tns:AuthenticateManagerRequest"/></wsdl:message><wsdl:message name="AuthenticateManagerResponse"><wsdl:part name="parameters" element="tns:AuthenticateManagerResponse"/></wsdl:message><wsdl:message name="AuthenticateTokenRequest"><wsdl:part name="parameters" element="tns:AuthenticateTokenRequest"/></wsdl:message><wsdl:message name="AuthenticateTokenResponse"><wsdl:part name="parameters" element="tns:AuthenticateTokenResponse"/></wsdl:message><wsdl:message name="RequestAuthenticationTokenRequest"><wsdl:part name="parameters" element="tns:RequestAuthenticationTokenRequest"/></wsdl:message><wsdl:message name="RequestAuthenticationTokenResponse"><wsdl:part name="parameters" element="tns:RequestAuthenticationTokenResponse"/></wsdl:message><wsdl:message name="DeleteAuthenticationTokenRequest"><wsdl:part name="parameters" element="tns:DeleteAuthenticationTokenRequest"/></wsdl:message><wsdl:message name="DeleteAuthenticationTokenResponse"><wsdl:part name="parameters" element="tns:DeleteAuthenticationTokenResponse"/></wsdl:message><wsdl:message name="GenerateTwoFASetupCodeRequest"><wsdl:part name="parameters" element="tns:GenerateTwoFASetupCodeRequest"/></wsdl:message><wsdl:message name="GenerateTwoFASetupCodeResponse"><wsdl:part name="parameters" element="tns:GenerateTwoFASetupCodeResponse"/></wsdl:message><wsdl:message name="ValidateTwoFARequest"><wsdl:part name="parameters" element="tns:ValidateTwoFARequest"/></wsdl:message><wsdl:message name="ValidateTwoFAResponse"><wsdl:part name="parameters" element="tns:ValidateTwoFAResponse"/></wsdl:message><wsdl:message name="ResetTwoFAUniqueKeyRequest"><wsdl:part name="parameters" element="tns:ResetTwoFAUniqueKeyRequest"/></wsdl:message><wsdl:message name="ResetTwoFAUniqueKeyResponse"><wsdl:part name="parameters" element="tns:ResetTwoFAUniqueKeyResponse"/></wsdl:message><wsdl:message name="SavePersonRequest"><wsdl:part name="parameters" element="tns:SavePersonRequest"/></wsdl:message><wsdl:message name="SavePersonResponse"><wsdl:part name="parameters" element="tns:SavePersonResponse"/></wsdl:message><wsdl:message name="DeleteCeviPersonsRequest"><wsdl:part name="parameters" element="tns:DeleteCeviPersonsRequest"/></wsdl:message><wsdl:message name="DeleteCeviPersonsResponse"><wsdl:part name="parameters" element="tns:DeleteCeviPersonsResponse"/></wsdl:message><wsdl:message name="SaveCeviPersonsRequest"><wsdl:part name="parameters" element="tns:SaveCeviPersonsRequest"/></wsdl:message><wsdl:message name="SaveCeviPersonsResponse"><wsdl:part name="parameters" element="tns:SaveCeviPersonsResponse"/></wsdl:message><wsdl:message name="SavePersonContactRequest"><wsdl:part name="parameters" element="tns:SavePersonContactRequest"/></wsdl:message><wsdl:message name="SavePersonContactResponse"><wsdl:part name="parameters" element="tns:SavePersonContactResponse"/></wsdl:message><wsdl:message name="SavePersonContactsRequest"><wsdl:part name="parameters" element="tns:SavePersonContactsRequest"/></wsdl:message><wsdl:message name="SavePersonContactsResponse"><wsdl:part name="parameters" element="tns:SavePersonContactsResponse"/></wsdl:message><wsdl:message name="SavePersonSubCategoryRequest"><wsdl:part name="parameters" element="tns:SavePersonSubCategoryRequest"/></wsdl:message><wsdl:message name="SavePersonSubCategoryResponse"><wsdl:part name="parameters" element="tns:SavePersonSubCategoryResponse"/></wsdl:message><wsdl:message name="SavePersonExternalMasterIdRequest"><wsdl:part name="parameters" element="tns:SavePersonExternalMasterIdRequest"/></wsdl:message><wsdl:message name="SavePersonExternalMasterIdResponse"><wsdl:part name="parameters" element="tns:SavePersonExternalMasterIdResponse"/></wsdl:message><wsdl:message name="ForgotPasswordRequest"><wsdl:part name="parameters" element="tns:ForgotPasswordRequest"/></wsdl:message><wsdl:message name="ForgotPasswordResponse"><wsdl:part name="parameters" element="tns:ForgotPasswordResponse"/></wsdl:message><wsdl:message name="ResetPersonPasswordRequest"><wsdl:part name="parameters" element="tns:ResetPersonPasswordRequest"/></wsdl:message><wsdl:message name="ResetPersonPasswordResponse"><wsdl:part name="parameters" element="tns:ResetPersonPasswordResponse"/></wsdl:message><wsdl:message name="GetInfoFieldsRequest"><wsdl:part name="parameters" element="tns:GetInfoFieldsRequest"/></wsdl:message><wsdl:message name="GetInfoFieldsResponse"><wsdl:part name="parameters" element="tns:GetInfoFieldsResponse"/></wsdl:message><wsdl:message name="GetInfoFieldCategoriesRequest"><wsdl:part name="parameters" element="tns:GetInfoFieldCategoriesRequest"/></wsdl:message><wsdl:message name="GetInfoFieldCategoriesResponse"><wsdl:part name="parameters" element="tns:GetInfoFieldCategoriesResponse"/></wsdl:message><wsdl:message name="FindPersonsRequest"><wsdl:part name="parameters" element="tns:FindPersonsRequest"/></wsdl:message><wsdl:message name="FindPersonsResponse"><wsdl:part name="parameters" element="tns:FindPersonsResponse"/></wsdl:message><wsdl:message name="GetExternalMappingRequest"><wsdl:part name="parameters" element="tns:GetExternalMappingRequest"/></wsdl:message><wsdl:message name="GetExternalMappingResponse"><wsdl:part name="parameters" element="tns:GetExternalMappingResponse"/></wsdl:message><wsdl:message name="CreateExternalMappingRequest"><wsdl:part name="parameters" element="tns:CreateExternalMappingRequest"/></wsdl:message><wsdl:message name="CreateExternalMappingResponse"><wsdl:part name="parameters" element="tns:CreateExternalMappingResponse"/></wsdl:message><wsdl:message name="DeleteExternalMappingRequest"><wsdl:part name="parameters" element="tns:DeleteExternalMappingRequest"/></wsdl:message><wsdl:message name="DeleteExternalMappingResponse"><wsdl:part name="parameters" element="tns:DeleteExternalMappingResponse"/></wsdl:message><wsdl:message name="FindPersonsBaseRequest"><wsdl:part name="parameters" element="tns:FindPersonsBaseRequest"/></wsdl:message><wsdl:message name="FindPersonsBaseResponse"><wsdl:part name="parameters" element="tns:FindPersonsBaseResponse"/></wsdl:message><wsdl:message name="FindDoctorsRequest"><wsdl:part name="parameters" element="tns:FindDoctorsRequest"/></wsdl:message><wsdl:message name="FindDoctorsResponse"><wsdl:part name="parameters" element="tns:FindDoctorsResponse"/></wsdl:message><wsdl:message name="FindStaffMembersRequest"><wsdl:part name="parameters" element="tns:FindStaffMembersRequest"/></wsdl:message><wsdl:message name="FindStaffMembersResponse"><wsdl:part name="parameters" element="tns:FindStaffMembersResponse"/></wsdl:message><wsdl:message name="SavePersonPriceGroupsRequest"><wsdl:part name="parameters" element="tns:SavePersonPriceGroupsRequest"/></wsdl:message><wsdl:message name="SavePersonPriceGroupsResponse"><wsdl:part name="parameters" element="tns:SavePersonPriceGroupsResponse"/></wsdl:message><wsdl:message name="FindClubLocationContractTypesRequest"><wsdl:part name="parameters" element="tns:FindClubLocationContractTypesRequest"/></wsdl:message><wsdl:message name="FindClubLocationContractTypesResponse"><wsdl:part name="parameters" element="tns:FindClubLocationContractTypesResponse"/></wsdl:message><wsdl:message name="SaveGroupClubLocationsRequest"><wsdl:part name="parameters" element="tns:SaveGroupClubLocationsRequest"/></wsdl:message><wsdl:message name="SaveGroupClubLocationsResponse"><wsdl:part name="parameters" element="tns:SaveGroupClubLocationsResponse"/></wsdl:message><wsdl:message name="SavePersonRelationRequest"><wsdl:part name="parameters" element="tns:SavePersonRelationRequest"/></wsdl:message><wsdl:message name="SavePersonRelationResponse"><wsdl:part name="parameters" element="tns:SavePersonRelationResponse"/></wsdl:message><wsdl:message name="DeletePersonRelationRequest"><wsdl:part name="parameters" element="tns:DeletePersonRelationRequest"/></wsdl:message><wsdl:message name="DeletePersonRelationResponse"><wsdl:part name="parameters" element="tns:DeletePersonRelationResponse"/></wsdl:message><wsdl:message name="FindPersonDeliveryAddressesRequest"><wsdl:part name="parameters" element="tns:FindPersonDeliveryAddressesRequest"/></wsdl:message><wsdl:message name="FindPersonDeliveryAddressesResponse"><wsdl:part name="parameters" element="tns:FindPersonDeliveryAddressesResponse"/></wsdl:message><wsdl:message name="DeletePersonDeliveryAddressRequest"><wsdl:part name="parameters" element="tns:DeletePersonDeliveryAddressRequest"/></wsdl:message><wsdl:message name="DeletePersonDeliveryAddressResponse"><wsdl:part name="parameters" element="tns:DeletePersonDeliveryAddressResponse"/></wsdl:message><wsdl:message name="SavePersonDeliveryAddressRequest"><wsdl:part name="parameters" element="tns:SavePersonDeliveryAddressRequest"/></wsdl:message><wsdl:message name="SavePersonDeliveryAddressResponse"><wsdl:part name="parameters" element="tns:SavePersonDeliveryAddressResponse"/></wsdl:message><wsdl:message name="GetPersonChipKnipRequest"><wsdl:part name="parameters" element="tns:GetPersonChipKnipRequest"/></wsdl:message><wsdl:message name="GetPersonChipKnipResponse"><wsdl:part name="parameters" element="tns:GetPersonChipKnipResponse"/></wsdl:message><wsdl:message name="GetPersonCreditsRequest"><wsdl:part name="parameters" element="tns:GetPersonCreditsRequest"/></wsdl:message><wsdl:message name="GetPersonCreditsResponse"><wsdl:part name="parameters" element="tns:GetPersonCreditsResponse"/></wsdl:message><wsdl:message name="FindPersonGroupsRequest"><wsdl:part name="parameters" element="tns:FindPersonGroupsRequest"/></wsdl:message><wsdl:message name="FindPersonGroupsResponse"><wsdl:part name="parameters" element="tns:FindPersonGroupsResponse"/></wsdl:message><wsdl:message name="FindPersonContactsRequest"><wsdl:part name="parameters" element="tns:FindPersonContactsRequest"/></wsdl:message><wsdl:message name="FindPersonContactsResponse"><wsdl:part name="parameters" element="tns:FindPersonContactsResponse"/></wsdl:message><wsdl:message name="GetAvailableWalletBalanceRequest"><wsdl:part name="parameters" element="tns:GetAvailableWalletBalanceRequest"/></wsdl:message><wsdl:message name="GetAvailableWalletBalanceResponse"><wsdl:part name="parameters" element="tns:GetAvailableWalletBalanceResponse"/></wsdl:message><wsdl:message name="GetPersonNotificationsRequest"><wsdl:part name="parameters" element="tns:GetPersonNotificationsRequest"/></wsdl:message><wsdl:message name="GetPersonNotificationsResponse"><wsdl:part name="parameters" element="tns:GetPersonNotificationsResponse"/></wsdl:message><wsdl:message name="MarkPersonNotificationReadRequest"><wsdl:part name="parameters" element="tns:MarkPersonNotificationReadRequest"/></wsdl:message><wsdl:message name="MarkPersonNotificationReadResponse"><wsdl:part name="parameters" element="tns:MarkPersonNotificationReadResponse"/></wsdl:message><wsdl:message name="CreatePersonAndLinkCardsRequest"><wsdl:part name="parameters" element="tns:CreatePersonAndLinkCardsRequest"/></wsdl:message><wsdl:message name="CreatePersonAndLinkCardsResponse"><wsdl:part name="parameters" element="tns:CreatePersonAndLinkCardsResponse"/></wsdl:message><wsdl:message name="FindContactRelationsRequest"><wsdl:part name="parameters" element="tns:FindContactRelationsRequest"/></wsdl:message><wsdl:message name="FindContactRelationsResponse"><wsdl:part name="parameters" element="tns:FindContactRelationsResponse"/></wsdl:message><wsdl:message name="AllowedToDeleteLockTicketRequest"><wsdl:part name="parameters" element="tns:AllowedToDeleteLockTicketRequest"/></wsdl:message><wsdl:message name="AllowedToDeleteLockTicketResponse"><wsdl:part name="parameters" element="tns:AllowedToDeleteLockTicketResponse"/></wsdl:message><wsdl:message name="AuthenticateExternalLoginTokenRequest"><wsdl:part name="parameters" element="tns:AuthenticateExternalLoginTokenRequest"/></wsdl:message><wsdl:message name="ValidateNationalRegisterNumberRequest"><wsdl:part name="parameters" element="tns:ValidateNationalRegisterNumberRequest"/></wsdl:message><wsdl:message name="ValidateNationalRegisterNumberResponse"><wsdl:part name="parameters" element="tns:ValidateNationalRegisterNumberResponse"/></wsdl:message><wsdl:message name="GetResellerSettingsRequest"><wsdl:part name="parameters" element="tns:GetResellerSettingsRequest"/></wsdl:message><wsdl:message name="GetResellerSettingsResponse"><wsdl:part name="parameters" element="tns:GetResellerSettingsResponse"/></wsdl:message><wsdl:message name="LoadGuiConfigurationRequest"><wsdl:part name="parameters" element="tns:LoadGuiConfigurationRequest"/></wsdl:message><wsdl:message name="LoadGuiConfigurationResponse"><wsdl:part name="parameters" element="tns:LoadGuiConfigurationResponse"/></wsdl:message><wsdl:message name="SaveGuiConfigurationRequest"><wsdl:part name="parameters" element="tns:SaveGuiConfigurationRequest"/></wsdl:message><wsdl:message name="SaveGuiConfigurationResponse"><wsdl:part name="parameters" element="tns:SaveGuiConfigurationResponse"/></wsdl:message><wsdl:message name="LoadApplicationsRequest"><wsdl:part name="parameters" element="tns:LoadApplicationsRequest"/></wsdl:message><wsdl:message name="LoadApplicationsResponse"><wsdl:part name="parameters" element="tns:LoadApplicationsResponse"/></wsdl:message><wsdl:message name="SaveApplicationRequest"><wsdl:part name="parameters" element="tns:SaveApplicationRequest"/></wsdl:message><wsdl:message name="SaveApplicationResponse"><wsdl:part name="parameters" element="tns:SaveApplicationResponse"/></wsdl:message><wsdl:message name="LoadApplicationConfigurationsRequest"><wsdl:part name="parameters" element="tns:LoadApplicationConfigurationsRequest"/></wsdl:message><wsdl:message name="LoadApplicationConfigurationsResponse"><wsdl:part name="parameters" element="tns:LoadApplicationConfigurationsResponse"/></wsdl:message><wsdl:message name="SaveApplicationConfigurationRequest"><wsdl:part name="parameters" element="tns:SaveApplicationConfigurationRequest"/></wsdl:message><wsdl:message name="SaveApplicationConfigurationResponse"><wsdl:part name="parameters" element="tns:SaveApplicationConfigurationResponse"/></wsdl:message><wsdl:message name="HasValidPersonConsentRequest"><wsdl:part name="parameters" element="tns:HasValidPersonConsentRequest"/></wsdl:message><wsdl:message name="HasValidPersonConsentResponse"><wsdl:part name="parameters" element="tns:HasValidPersonConsentResponse"/></wsdl:message><wsdl:message name="SavePersonConsentRequest"><wsdl:part name="parameters" element="tns:SavePersonConsentRequest"/></wsdl:message><wsdl:message name="SavePersonConsentResponse"><wsdl:part name="parameters" element="tns:SavePersonConsentResponse"/></wsdl:message><wsdl:message name="FindActivitiesRequest"><wsdl:part name="parameters" element="tns:FindActivitiesRequest"/></wsdl:message><wsdl:message name="FindActivitiesResponse"><wsdl:part name="parameters" element="tns:FindActivitiesResponse"/></wsdl:message><wsdl:message name="FindPriceGroupActivitiesRequest"><wsdl:part name="parameters" element="tns:FindPriceGroupActivitiesRequest"/></wsdl:message><wsdl:message name="FindPriceGroupActivitiesResponse"><wsdl:part name="parameters" element="tns:FindPriceGroupActivitiesResponse"/></wsdl:message><wsdl:message name="GetPriceGroupActivityForPersonRequest"><wsdl:part name="parameters" element="tns:GetPriceGroupActivityForPersonRequest"/></wsdl:message><wsdl:message name="GetPriceGroupActivityForPersonResponse"><wsdl:part name="parameters" element="tns:GetPriceGroupActivityForPersonResponse"/></wsdl:message><wsdl:message name="FindEntryOverviewRequest"><wsdl:part name="parameters" element="tns:FindEntryOverviewRequest"/></wsdl:message><wsdl:message name="FindEntryOverviewResponse"><wsdl:part name="parameters" element="tns:FindEntryOverviewResponse"/></wsdl:message><wsdl:message name="CancelEntryRequest"><wsdl:part name="parameters" element="tns:CancelEntryRequest"/></wsdl:message><wsdl:message name="CancelEntryResponse"><wsdl:part name="parameters" element="tns:CancelEntryResponse"/></wsdl:message><wsdl:message name="FindActivityTypeSearchTermsRequest"><wsdl:part name="parameters" element="tns:FindActivityTypeSearchTermsRequest"/></wsdl:message><wsdl:message name="FindActivityTypeSearchTermsResponse"><wsdl:part name="parameters" element="tns:FindActivityTypeSearchTermsResponse"/></wsdl:message><wsdl:message name="FindOrganisationTypesRequest"><wsdl:part name="parameters" element="tns:FindOrganisationTypesRequest"/></wsdl:message><wsdl:message name="FindOrganisationTypesResponse"><wsdl:part name="parameters" element="tns:FindOrganisationTypesResponse"/></wsdl:message><wsdl:message name="FindCareTypesRequest"><wsdl:part name="parameters" element="tns:FindCareTypesRequest"/></wsdl:message><wsdl:message name="FindCareTypesResponse"><wsdl:part name="parameters" element="tns:FindCareTypesResponse"/></wsdl:message><wsdl:message name="ActivityOptionGetAvailabilityRequest"><wsdl:part name="parameters" element="tns:ActivityOptionGetAvailabilityRequest"/></wsdl:message><wsdl:message name="ActivityOptionGetAvailabilityResponse"><wsdl:part name="parameters" element="tns:ActivityOptionGetAvailabilityResponse"/></wsdl:message><wsdl:message name="ActivitySubscriptionSettingsRequest"><wsdl:part name="parameters" element="tns:ActivitySubscriptionSettingsRequest"/></wsdl:message><wsdl:message name="ActivitySubscriptionSettingsResponse"><wsdl:part name="parameters" element="tns:ActivitySubscriptionSettingsResponse"/></wsdl:message><wsdl:message name="AvailablePlacesForActivityRequest"><wsdl:part name="parameters" element="tns:AvailablePlacesForActivityRequest"/></wsdl:message><wsdl:message name="AvailablePlacesForActivityResponse"><wsdl:part name="parameters" element="tns:AvailablePlacesForActivityResponse"/></wsdl:message><wsdl:message name="FindActivitiesAvailablePlacesRequest"><wsdl:part name="parameters" element="tns:FindActivitiesAvailablePlacesRequest"/></wsdl:message><wsdl:message name="FindActivitiesAvailablePlacesResponse"><wsdl:part name="parameters" element="tns:FindActivitiesAvailablePlacesResponse"/></wsdl:message><wsdl:message name="UpdateParticipantPresenceRequest"><wsdl:part name="parameters" element="tns:UpdateParticipantPresenceRequest"/></wsdl:message><wsdl:message name="UpdateParticipantPresenceResponse"><wsdl:part name="parameters" element="tns:UpdateParticipantPresenceResponse"/></wsdl:message><wsdl:message name="GetActivityDayParticipantsRequest"><wsdl:part name="parameters" element="tns:GetActivityDayParticipantsRequest"/></wsdl:message><wsdl:message name="GetActivityDayParticipantsResponse"><wsdl:part name="parameters" element="tns:GetActivityDayParticipantsResponse"/></wsdl:message><wsdl:message name="CheckParticipantsAlreadyRegisteredRequest"><wsdl:part name="parameters" element="tns:CheckParticipantsAlreadyRegisteredRequest"/></wsdl:message><wsdl:message name="CheckParticipantsAlreadyRegisteredResponse"><wsdl:part name="parameters" element="tns:CheckParticipantsAlreadyRegisteredResponse"/></wsdl:message><wsdl:message name="FindArticlesRequest"><wsdl:part name="parameters" element="tns:FindArticlesRequest"/></wsdl:message><wsdl:message name="FindArticlesResponse"><wsdl:part name="parameters" element="tns:FindArticlesResponse"/></wsdl:message><wsdl:message name="FindArticleSalesOrdersRequest"><wsdl:part name="parameters" element="tns:FindArticleSalesOrdersRequest"/></wsdl:message><wsdl:message name="FindArticleSalesOrdersResponse"><wsdl:part name="parameters" element="tns:FindArticleSalesOrdersResponse"/></wsdl:message><wsdl:message name="GetArticlePriceInformationRequest"><wsdl:part name="parameters" element="tns:GetArticlePriceInformationRequest"/></wsdl:message><wsdl:message name="GetArticlePriceInformationResponse"><wsdl:part name="parameters" element="tns:GetArticlePriceInformationResponse"/></wsdl:message><wsdl:message name="FindSalesZoneArticlesRequest"><wsdl:part name="parameters" element="tns:FindSalesZoneArticlesRequest"/></wsdl:message><wsdl:message name="FindSalesZoneArticlesResponse"><wsdl:part name="parameters" element="tns:FindSalesZoneArticlesResponse"/></wsdl:message><wsdl:message name="ListSalesSeriesOrderRequest"><wsdl:part name="parameters" element="tns:ListSalesSeriesOrderRequest"/></wsdl:message><wsdl:message name="ListSalesSeriesOrdersResponse"><wsdl:part name="parameters" element="tns:ListSalesSeriesOrdersResponse"/></wsdl:message><wsdl:message name="UpdateSalesSeriesOrderRequest"><wsdl:part name="parameters" element="tns:UpdateSalesSeriesOrderRequest"/></wsdl:message><wsdl:message name="UpdateSalesSeriesOrdersResponse"><wsdl:part name="parameters" element="tns:UpdateSalesSeriesOrdersResponse"/></wsdl:message><wsdl:message name="SetSalesZoneItemUnavailabilityRequest"><wsdl:part name="parameters" element="tns:SetSalesZoneItemUnavailabilityRequest"/></wsdl:message><wsdl:message name="SetSalesZoneItemUnavailabilityResponse"><wsdl:part name="parameters" element="tns:SetSalesZoneItemUnavailabilityResponse"/></wsdl:message><wsdl:message name="ListWarehousesRequest"><wsdl:part name="parameters" element="tns:ListWarehousesRequest"/></wsdl:message><wsdl:message name="ListWarehousesResponse"><wsdl:part name="parameters" element="tns:ListWarehousesResponse"/></wsdl:message><wsdl:message name="ListMobileStockArticlesRequest"><wsdl:part name="parameters" element="tns:ListMobileStockArticlesRequest"/></wsdl:message><wsdl:message name="ListMobileStockArticlesResponse"><wsdl:part name="parameters" element="tns:ListMobileStockArticlesResponse"/></wsdl:message><wsdl:message name="ListStockArticleGroupsRequest"><wsdl:part name="parameters" element="tns:ListStockArticleGroupsRequest"/></wsdl:message><wsdl:message name="ListStockArticleGroupsResponse"><wsdl:part name="parameters" element="tns:ListStockArticleGroupsResponse"/></wsdl:message><wsdl:message name="ListJournalsRequest"><wsdl:part name="parameters" element="tns:ListJournalsRequest"/></wsdl:message><wsdl:message name="ListJournalsResponse"><wsdl:part name="parameters" element="tns:ListJournalsResponse"/></wsdl:message><wsdl:portType msc:usingSession="false" name="IWebShop"><wsdl:documentation><summary>ReCreateX Web Shop Web Services (Contract version 4.0)</summary></wsdl:documentation><wsdl:operation name="Log"><wsdl:documentation><summary>This method is used to log data of a client application to a specific server location</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/Log" name="LogRequest" message="tns:LogRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/LogResponse" name="LogResponse" message="tns:LogResponse"/></wsdl:operation><wsdl:operation name="FindInfoPlayLogs"><wsdl:documentation><summary>Find all InfoPlayLogs satisfying a criteria</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindInfoPlayLogs" name="FindInfoPlayLogsRequest" message="tns:FindInfoPlayLogsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindInfoPlayLogsResponse" name="FindInfoPlayLogsResponse" message="tns:FindInfoPlayLogsResponse"/></wsdl:operation><wsdl:operation name="GetInfoPlayCustomFields"><wsdl:documentation><summary>Get the info play custom fields</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetInfoPlayCustomFields" name="GetInfoPlayCustomFieldsRequest" message="tns:GetInfoPlayCustomFieldsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetInfoPlayCustomFieldsResponse" name="GetInfoPlayCustomFieldsResponse" message="tns:GetInfoPlayCustomFieldsResponse"/></wsdl:operation><wsdl:operation name="GetInfoPlayCustomData"><wsdl:documentation><summary>Get the info play custom data</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetInfoPlayCustomData" name="GetInfoPlayCustomDataRequest" message="tns:GetInfoPlayCustomDataRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetInfoPlayCustomDataResponse" name="GetInfoPlayCustomDataResponse" message="tns:GetInfoPlayCustomDataResponse"/></wsdl:operation><wsdl:operation name="GetDirectDebitParameters"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetDirectDebitParameters" name="GetDirectDebitParametersRequest" message="tns:GetDirectDebitParametersRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetDirectDebitParametersResponse" name="GetDirectDebitParametersResponse" message="tns:GetDirectDebitParametersResponse"/></wsdl:operation><wsdl:operation name="SearchUitpasTariff"><wsdl:documentation><summary>Search if a tariff is allowed and what the tariff is for a combination of a uitpasnumber and an event</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SearchUitpasTariff" name="SearchUitpasTariffRequest" message="tns:SearchUitpasTariffRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SearchUitpasTariffResponse" name="SearchUitpasTariffResponse" message="tns:SearchUitpasTariffResponse"/></wsdl:operation><wsdl:operation name="BuyUitpasEvent"><wsdl:documentation><summary>Buy a combination of uitpas &amp; </summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/BuyUitpasEvent" name="BuyUitpasEventRequest" message="tns:BuyUitpasEventRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/BuyUitpasEventResponse" name="BuyUitpasEventResponse" message="tns:BuyUitpasEventResponse"/></wsdl:operation><wsdl:operation name="GetUitpasData"><wsdl:documentation><summary>Get the uitpas data for the item in the request</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetUitpasData" name="GetUitpasDataRequest" message="tns:GetUitpasDataRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetUitpasDataResponse" name="GetUitpasDataResponse" message="tns:GetUitpasDataResponse"/></wsdl:operation><wsdl:operation name="UpdateCollectLaterLine"><wsdl:documentation><summary>Update a CollectLaterLine</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/UpdateCollectLaterLine" name="UpdateCollectLaterLineRequest" message="tns:UpdateCollectLaterLineRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/UpdateCollectLaterLineResponse" name="UpdateCollectLaterLineResponse" message="tns:UpdateCollectLaterLineResponse"/></wsdl:operation><wsdl:operation name="CreateCollectLaterLine"><wsdl:documentation><summary>Create a CollectLaterLine</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CreateCollectLaterLine" name="CreateCollectLaterLineRequest" message="tns:CreateCollectLaterLineRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CreateCollectLaterLineResponse" name="CreateCollectLaterLineResponse" message="tns:CreateCollectLaterLineResponse"/></wsdl:operation><wsdl:operation name="MarkETicketAsDelivered"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/MarkETicketAsDelivered" name="MarkETicketAsDeliveredRequest" message="tns:MarkETicketAsDeliveredRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/MarkETicketAsDeliveredResponse" message="tns:IWebShop_MarkETicketAsDelivered_OutputMessage"/></wsdl:operation><wsdl:operation name="ValidateCard"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidateCard" name="ValidateCardRequest" message="tns:ValidateCardRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidateCardResponse" name="ValidateCardResponse" message="tns:ValidateCardResponse"/></wsdl:operation><wsdl:operation name="FindExternalCards"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindExternalCards" name="FindExternalCardsRequest" message="tns:FindExternalCardsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindExternalCardsResponse" name="FindExternalCardsResponse" message="tns:FindExternalCardsResponse"/></wsdl:operation><wsdl:operation name="HandleCardByPlugin"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/HandleCardByPlugin" name="HandleCardByPluginRequest" message="tns:HandleCardByPluginRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/HandleCardByPluginResponse" name="HandleCardByPluginResponse" message="tns:HandleCardByPluginResponse"/></wsdl:operation><wsdl:operation name="HandleChannelEventByPlugin"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/HandleChannelEventByPlugin" name="HandleChannelEventByPluginRequest" message="tns:HandleChannelEventByPluginRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/HandleChannelEventByPluginResponse" name="HandleChannelEventByPluginResponse" message="tns:HandleChannelEventByPluginResponse"/></wsdl:operation><wsdl:operation name="GetNetPayChargeUrl"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetNetPayChargeUrl" name="GetNetPayChargeUrlRequest" message="tns:GetNetPayChargeUrlRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetNetPayChargeUrlResponse" name="GetNetPayChargeUrlResponse" message="tns:GetNetPayChargeUrlResponse"/></wsdl:operation><wsdl:operation name="GetNetpayBalace"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetNetpayBalace" name="GetNetPayBalanceRequest" message="tns:GetNetPayBalanceRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetNetpayBalaceResponse" name="GetNetPayBalanceResponse" message="tns:GetNetPayBalanceResponse"/></wsdl:operation><wsdl:operation name="GetBebarmaticInfo"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetBebarmaticInfo" name="GetBebarmaticInfoRequest" message="tns:GetBebarmaticInfoRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetBebarmaticInfoResponse" name="GetBebarmaticInfoResponse" message="tns:GetBebarmaticInfoResponse"/></wsdl:operation><wsdl:operation name="PayBebarmatic"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/PayBebarmatic" name="PayBebarmaticRequest" message="tns:PayBebarmaticRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/PayBebarmaticResponse" name="PayBebarmaticResponse" message="tns:PayBebarmaticResponse"/></wsdl:operation><wsdl:operation name="ListSeasonPlannings"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListSeasonPlannings" name="ListSeasonPlanningsRequest" message="tns:ListSeasonPlanningsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListSeasonPlanningsResponse" name="ListSeasonPlanningsResponse" message="tns:ListSeasonPlanningsResponse"/></wsdl:operation><wsdl:operation name="CreateSeasonPlanning"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CreateSeasonPlanning" name="CreateSeasonPlanningRequest" message="tns:CreateSeasonPlanningRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CreateSeasonPlanningResponse" name="CreateSeasonPlanningResponse" message="tns:CreateSeasonPlanningResponse"/></wsdl:operation><wsdl:operation name="ValidateSeasonPlanning"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidateSeasonPlanning" name="ValidateSeasonPlanningRequest" message="tns:ValidateSeasonPlanningRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidateSeasonPlanningResponse" name="ValidateSeasonPlanningResponse" message="tns:ValidateSeasonPlanningResponse"/></wsdl:operation><wsdl:operation name="GetSeasonPlanningSettings"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetSeasonPlanningSettings" name="GetSeasonPlanningSettingsRequest" message="tns:GetSeasonPlanningSettingsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetSeasonPlanningSettingsResponse" name="GetSeasonPlanningSettingsResponse" message="tns:GetSeasonPlanningSettingsResponse"/></wsdl:operation><wsdl:operation name="ChangeSeasonPlanningStatus"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ChangeSeasonPlanningStatus" name="ChangeSeasonPlanningStatusRequest" message="tns:ChangeSeasonPlanningStatusRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ChangeSeasonPlanningStatusResponse" name="ChangeSeasonPlanningStatusResponse" message="tns:ChangeSeasonPlanningStatusResponse"/></wsdl:operation><wsdl:operation name="GetNMBSStations"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetNMBSStations" name="GetNMBSStationsRequest" message="tns:GetNMBSStationsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetNMBSStationsResponse" name="GetNMBSStationsResponse" message="tns:GetNMBSStationsResponse"/></wsdl:operation><wsdl:operation name="GetNMBSProducts"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetNMBSProducts" name="GetNMBSProductsRequest" message="tns:GetNMBSProductsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetNMBSProductsResponse" name="GetNMBSProductsResponse" message="tns:GetNMBSProductsResponse"/></wsdl:operation><wsdl:operation name="BuyNMBSTicket"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/BuyNMBSTicket" name="BuyNMBSTicketRequest" message="tns:BuyNMBSTicketRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/BuyNMBSTicketResponse" name="BuyNMBSTicketResponse" message="tns:BuyNMBSTicketResponse"/></wsdl:operation><wsdl:operation name="GetNMBSSettings"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetNMBSSettings" name="GetNMBSSettingsRequest" message="tns:GetNMBSSettingsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetNMBSSettingsResponse" name="GetNMBSSettingsResponse" message="tns:GetNMBSSettingsResponse"/></wsdl:operation><wsdl:operation name="GetStatusIncertVoucher"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetStatusIncertVoucher" name="GetStatusIncertVoucherRequest" message="tns:GetStatusIncertVoucherRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetStatusIncertVoucherResponse" name="GetStatusIncertVoucherResponse" message="tns:GetStatusIncertVoucherResponse"/></wsdl:operation><wsdl:operation name="RedeemIncertVoucher"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/RedeemIncertVoucher" name="RedeemIncertVoucherRequest" message="tns:RedeemIncertVoucherRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/RedeemIncertVoucherResponse" name="RedeemIncertVoucherResponse" message="tns:RedeemIncertVoucherResponse"/></wsdl:operation><wsdl:operation name="CancelIncertVoucher"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CancelIncertVoucher" name="CancelIncertVoucherRequest" message="tns:CancelIncertVoucherRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CancelIncertVoucherResponse" name="CancelIncertVoucherResponse" message="tns:CancelIncertVoucherResponse"/></wsdl:operation><wsdl:operation name="GetShopIDConfiguration"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetShopIDConfiguration" name="GetShopIDConfigurationRequest" message="tns:GetShopIDConfigurationRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetShopIDConfigurationResponse" name="GetShopIDConfigurationResponse" message="tns:GetShopIDConfigurationResponse"/></wsdl:operation><wsdl:operation name="GetStatusFashionCheque"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetStatusFashionCheque" name="GetStatusFashionChequeRequest" message="tns:GetStatusFashionChequeRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetStatusFashionChequeResponse" name="GetStatusFashionChequeResponse" message="tns:GetStatusFashionChequeResponse"/></wsdl:operation><wsdl:operation name="RedeemFashionCheque"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/RedeemFashionCheque" name="RedeemFashionChequeRequest" message="tns:RedeemFashionChequeRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/RedeemFashionChequeResponse" name="RedeemFashionChequeResponse" message="tns:RedeemFashionChequeResponse"/></wsdl:operation><wsdl:operation name="CancelFashionCheque"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CancelFashionCheque" name="CancelFashionChequeRequest" message="tns:CancelFashionChequeRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CancelFashionChequeResponse" name="CancelFashionChequeResponse" message="tns:CancelFashionChequeResponse"/></wsdl:operation><wsdl:operation name="GetGezinsbondSettings"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetGezinsbondSettings" name="GetGezinsbondSettingsRequest" message="tns:GetGezinsbondSettingsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetGezinsbondSettingsResponse" name="GetGezinsbondSettingsResponse" message="tns:GetGezinsbondSettingsResponse"/></wsdl:operation><wsdl:operation name="GetStatusGezinsbond"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetStatusGezinsbond" name="GetStatusGezinsbondRequest" message="tns:GetStatusGezinsbondRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetStatusGezinsbondResponse" name="GetStatusGezinsbondResponse" message="tns:GetStatusGezinsbondResponse"/></wsdl:operation><wsdl:operation name="RewardGezinsbond"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/RewardGezinsbond" name="RewardGezinsbondRequest" message="tns:RewardGezinsbondRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/RewardGezinsbondResponse" name="RewardGezinsbondResponse" message="tns:RewardGezinsbondResponse"/></wsdl:operation><wsdl:operation name="RedeemGezinsbond"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/RedeemGezinsbond" name="RedeemGezinsbondRequest" message="tns:RedeemGezinsbondRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/RedeemGezinsbondResponse" name="RedeemGezinsbondResponse" message="tns:RedeemGezinsbondResponse"/></wsdl:operation><wsdl:operation name="CancelGezinsbond"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CancelGezinsbond" name="CancelGezinsbondRequest" message="tns:CancelGezinsbondRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CancelGezinsbondResponse" name="CancelGezinsbondResponse" message="tns:CancelGezinsbondResponse"/></wsdl:operation><wsdl:operation name="GetStatusLerarenkaart"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetStatusLerarenkaart" name="GetStatusLerarenkaartRequest" message="tns:GetStatusLerarenkaartRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetStatusLerarenkaartResponse" name="GetStatusLerarenkaartResponse" message="tns:GetStatusLerarenkaartResponse"/></wsdl:operation><wsdl:operation name="FindQRAppPopups"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindQRAppPopups" name="FindQRAppPopupsRequest" message="tns:FindQRAppPopupsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindQRAppPopupsResponse" name="FindQRAppPopupsResponse" message="tns:FindQRAppPopupsResponse"/></wsdl:operation><wsdl:operation name="GetMuseumPass"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetMuseumPass" name="GetMuseumPassRequest" message="tns:GetMuseumPassRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetMuseumPassResponse" name="GetMuseumPassResponse" message="tns:GetMuseumPassResponse"/></wsdl:operation><wsdl:operation name="ActivateMuseumPassSubscription"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ActivateMuseumPassSubscription" name="ActivateMuseumPassSubscriptionRequest" message="tns:ActivateMuseumPassSubscriptionRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ActivateMuseumPassSubscriptionResponse" name="ActivateMuseumPassSubscriptionResponse" message="tns:ActivateMuseumPassSubscriptionResponse"/></wsdl:operation><wsdl:operation name="SaveChildCareCentrePresenceOption"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveChildCareCentrePresenceOption" name="SaveChildCareCentrePresenceOptionRequest" message="tns:SaveChildCareCentrePresenceOptionRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveChildCareCentrePresenceOptionResponse" name="SaveChildCareCentrePresenceOptionResponse" message="tns:SaveChildCareCentrePresenceOptionResponse"/></wsdl:operation><wsdl:operation name="SaveChildCareCentrePresenceOptions"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveChildCareCentrePresenceOptions" name="SaveChildCareCentrePresenceOptionsRequest" message="tns:SaveChildCareCentrePresenceOptionsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveChildCareCentrePresenceOptionsResponse" name="SaveChildCareCentrePresenceOptionsResponse" message="tns:SaveChildCareCentrePresenceOptionsResponse"/></wsdl:operation><wsdl:operation name="FindChildCareSchools"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindChildCareSchools" name="FindChildCareSchoolsRequest" message="tns:FindChildCareSchoolsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindChildCareSchoolsResponse" name="FindChildCareSchoolsResponse" message="tns:FindChildCareSchoolsResponse"/></wsdl:operation><wsdl:operation name="SaveChildCareSchool"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveChildCareSchool" name="SaveChildCareSchoolRequest" message="tns:SaveChildCareSchoolRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveChildCareSchoolResponse" name="SaveChildCareSchoolResponse" message="tns:SaveChildCareSchoolResponse"/></wsdl:operation><wsdl:operation name="FindChildCareParentStatutes"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindChildCareParentStatutes" name="FindChildCareParentStatutesRequest" message="tns:FindChildCareParentStatutesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindChildCareParentStatutesResponse" name="FindChildCareParentStatutesResponse" message="tns:FindChildCareParentStatutesResponse"/></wsdl:operation><wsdl:operation name="FindChildCareBenefits"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindChildCareBenefits" name="FindChildCareBenefitsRequest" message="tns:FindChildCareBenefitsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindChildCareBenefitsResponse" name="FindChildCareBenefitsResponse" message="tns:FindChildCareBenefitsResponse"/></wsdl:operation><wsdl:operation name="SaveChildCareExtraInfoParent"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveChildCareExtraInfoParent" name="SaveChildCareExtraInfoParentRequest" message="tns:SaveChildCareExtraInfoParentRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveChildCareExtraInfoParentResponse" name="SaveChildCareExtraInfoParentResponse" message="tns:SaveChildCareExtraInfoParentResponse"/></wsdl:operation><wsdl:operation name="FindChildCareFiscalCertificates"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindChildCareFiscalCertificates" name="FindFiscalCertificatesRequest" message="tns:FindFiscalCertificatesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindChildCareFiscalCertificatesResponse" name="FindFiscalCertificatesResponse" message="tns:FindFiscalCertificatesResponse"/></wsdl:operation><wsdl:operation name="ValidateChildCareEntryPriorityRule"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidateChildCareEntryPriorityRule" name="ValidateChildCareEntryPriorityRuleRequest" message="tns:ValidateChildCareEntryPriorityRuleRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidateChildCareEntryPriorityRuleResponse" name="ValidateChildCareEntryPriorityRuleResponse" message="tns:ValidateChildCareEntryPriorityRuleResponse"/></wsdl:operation><wsdl:operation name="FindSales"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindSales" name="FindSalesRequest" message="tns:FindSalesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindSalesResponse" name="FindSalesResponse" message="tns:FindSalesResponse"/></wsdl:operation><wsdl:operation name="FindETickets"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindETickets" name="FindETicketsRequest" message="tns:FindETicketsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindETicketsResponse" name="FindETicketsResponse" message="tns:FindETicketsResponse"/></wsdl:operation><wsdl:operation name="FindInvoices"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindInvoices" name="FindInvoicesRequest" message="tns:FindInvoicesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindInvoicesResponse" name="FindInvoicesResponse" message="tns:FindInvoicesResponse"/></wsdl:operation><wsdl:operation name="GetSalesHeaderReceiptPrintData"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetSalesHeaderReceiptPrintData" name="GetSalesHeaderReceiptRequest" message="tns:GetSalesHeaderReceiptRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetSalesHeaderReceiptPrintDataResponse" name="GetPrintDataResponse" message="tns:GetPrintDataResponse"/></wsdl:operation><wsdl:operation name="GetSalesHeaderAccessTicketsPrintData"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetSalesHeaderAccessTicketsPrintData" name="GetSalesHeaderAccessTicketsRequest" message="tns:GetSalesHeaderAccessTicketsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetSalesHeaderAccessTicketsPrintDataResponse" name="GetPrintDataResponse" message="tns:GetPrintDataResponse"/></wsdl:operation><wsdl:operation name="GetSalesHeaderAccessTicketsPrintDataJson"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetSalesHeaderAccessTicketsPrintDataJson" name="GetSalesHeaderAccessTicketsPrintDataJsonRequest" message="tns:GetSalesHeaderAccessTicketsPrintDataJsonRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetSalesHeaderAccessTicketsPrintDataJsonResponse" name="GetSalesHeaderAccessTicketsPrintDataJsonResponse" message="tns:GetSalesHeaderAccessTicketsPrintDataJsonResponse"/></wsdl:operation><wsdl:operation name="GetSalesHeaderReceiptPrintDataForWindowsPrinter"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetSalesHeaderReceiptPrintDataForWindowsPrinter" name="GetSalesHeaderReceiptPrintDataForWindowsPrinterRequest" message="tns:GetSalesHeaderReceiptPrintDataForWindowsPrinterRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetSalesHeaderReceiptPrintDataForWindowsPrinterResponse" name="GetSalesHeaderReceiptPrintDataForWindowsPrinterResponse" message="tns:GetSalesHeaderReceiptPrintDataForWindowsPrinterResponse"/></wsdl:operation><wsdl:operation name="GetSalesHeaderReceiptPrintDataJson"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetSalesHeaderReceiptPrintDataJson" name="GetSalesHeaderReceiptPrintDataJsonRequest" message="tns:GetSalesHeaderReceiptPrintDataJsonRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetSalesHeaderReceiptPrintDataJsonResponse" name="GetSalesHeaderReceiptPrintDataJsonResponse" message="tns:GetSalesHeaderReceiptPrintDataJsonResponse"/></wsdl:operation><wsdl:operation name="GetIntermediateSalesTicketPrintData"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetIntermediateSalesTicketPrintData" name="GetIntermediateSalesTicketRequest" message="tns:GetIntermediateSalesTicketRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetIntermediateSalesTicketPrintDataResponse" name="GetPrintDataResponse" message="tns:GetPrintDataResponse"/></wsdl:operation><wsdl:operation name="GetKitchenMessageTicketPrintData"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetKitchenMessageTicketPrintData" name="GetInterTicketMessageRequest" message="tns:GetInterTicketMessageRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetKitchenMessageTicketPrintDataResponse" name="GetPrintDataResponse" message="tns:GetPrintDataResponse"/></wsdl:operation><wsdl:operation name="GetKitchenBarTicketPrintData"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetKitchenBarTicketPrintData" name="GetKitchenBarTicketRequest" message="tns:GetKitchenBarTicketRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetKitchenBarTicketPrintDataResponse" name="GetPrintDataResponse" message="tns:GetPrintDataResponse"/></wsdl:operation><wsdl:operation name="SalesZoneTableResetZeroLines"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SalesZoneTableResetZeroLines" name="SalesZoneTableResetZeroLinesRequest" message="tns:SalesZoneTableResetZeroLinesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SalesZoneTableResetZeroLinesResponse" name="SalesZoneTableResetZeroLinesResponse" message="tns:SalesZoneTableResetZeroLinesResponse"/></wsdl:operation><wsdl:operation name="PointOfSaleResetZeroLines"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/PointOfSaleResetZeroLines" name="PointOfSaleResetZeroLinesRequest" message="tns:PointOfSaleResetZeroLinesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/PointOfSaleResetZeroLinesResponse" name="PointOfSaleResetZeroLinesResponse" message="tns:PointOfSaleResetZeroLinesResponse"/></wsdl:operation><wsdl:operation name="GetPosReport"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetPosReport" name="GetPosReportTicketRequest" message="tns:GetPosReportTicketRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetPosReportResponse" name="GetPrintDataResponse" message="tns:GetPrintDataResponse"/></wsdl:operation><wsdl:operation name="GetCashReport"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetCashReport" name="GetCashReportTicketRequest" message="tns:GetCashReportTicketRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetCashReportResponse" name="GetPrintDataResponse" message="tns:GetPrintDataResponse"/></wsdl:operation><wsdl:operation name="GetCashReportJson"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetCashReportJson" name="GetCashReportJsonRequest" message="tns:GetCashReportJsonRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetCashReportJsonResponse" name="GetCashReportJsonResponse" message="tns:GetCashReportJsonResponse"/></wsdl:operation><wsdl:operation name="SetSaleRefundStatus"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SetSaleRefundStatus" name="SetSaleRefundStatusRequest" message="tns:SetSaleRefundStatusRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SetSaleRefundStatusResponse" name="SetSaleRefundStatusResponse" message="tns:SetSaleRefundStatusResponse"/></wsdl:operation><wsdl:operation name="SetSaleEnvisoPayByLink"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SetSaleEnvisoPayByLink" name="SetSaleEnvisoPayByLinkRequest" message="tns:SetSaleEnvisoPayByLinkRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SetSaleEnvisoPayByLinkResponse" name="SetSaleEnvisoPayByLinkResponse" message="tns:SetSaleEnvisoPayByLinkResponse"/></wsdl:operation><wsdl:operation name="AddDigitalReceiptEmailAddressToSale"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/AddDigitalReceiptEmailAddressToSale" name="VendingMachineDigitalEmailReceiptRequest" message="tns:VendingMachineDigitalEmailReceiptRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/AddDigitalReceiptEmailAddressToSaleResponse" message="tns:IWebShop_AddDigitalReceiptEmailAddressToSale_OutputMessage"/></wsdl:operation><wsdl:operation name="GetVendingMachineNextTransactionID"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetVendingMachineNextTransactionID" name="GetVendingMachineNextTransactionIDRequest" message="tns:GetVendingMachineNextTransactionIDRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetVendingMachineNextTransactionIDResponse" name="GetVendingMachineNextTransactionIDResponse" message="tns:GetVendingMachineNextTransactionIDResponse"/></wsdl:operation><wsdl:operation name="GetVendingMachineSettings"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetVendingMachineSettings" name="GetVendingMachineSettingsRequest" message="tns:GetVendingMachineSettingsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetVendingMachineSettingsResponse" name="GetVendingMachineSettingsResponse" message="tns:GetVendingMachineSettingsResponse"/></wsdl:operation><wsdl:operation name="ListVendingMachineArticles"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListVendingMachineArticles" name="ListVendingMachineArticlesRequest" message="tns:ListVendingMachineArticlesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListVendingMachineArticlesResponse" name="ListVendingMachineArticlesResponse" message="tns:ListVendingMachineArticlesResponse"/></wsdl:operation><wsdl:operation name="FindVendingMachinePersonSubscriptions"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindVendingMachinePersonSubscriptions" name="FindVendingMachinePersonSubscriptionsRequest" message="tns:FindVendingMachinePersonSubscriptionsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindVendingMachinePersonSubscriptionsResponse" name="FindVendingMachinePersonSubscriptionsResponse" message="tns:FindVendingMachinePersonSubscriptionsResponse"/></wsdl:operation><wsdl:operation name="FindVendingMachineSubscriptions"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindVendingMachineSubscriptions" name="FindVendingMachineSubscriptionsRequest" message="tns:FindVendingMachineSubscriptionsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindVendingMachineSubscriptionsResponse" name="FindVendingMachineSubscriptionsResponse" message="tns:FindVendingMachineSubscriptionsResponse"/></wsdl:operation><wsdl:operation name="FindVendingMachineIncentives"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindVendingMachineIncentives" name="FindVendingMachineIncentivesRequest" message="tns:FindVendingMachineIncentivesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindVendingMachineIncentivesResponse" name="FindVendingMachineIncentivesResponse" message="tns:FindVendingMachineIncentivesResponse"/></wsdl:operation><wsdl:operation name="FindVendingMachineCultureEvents"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindVendingMachineCultureEvents" name="FindVendingMachineCultureEventsRequest" message="tns:FindVendingMachineCultureEventsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindVendingMachineCultureEventsResponse" name="FindVendingMachineCultureEventsResponse" message="tns:FindVendingMachineCultureEventsResponse"/></wsdl:operation><wsdl:operation name="GetVendingMachineCrystalReportsDatasource"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetVendingMachineCrystalReportsDatasource" name="GetVendingMachineCrystalReportsDatasourceRequest" message="tns:GetVendingMachineCrystalReportsDatasourceRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetVendingMachineCrystalReportsDatasourceResponse" name="GetVendingMachineCrystalReportsDatasourceResponse" message="tns:GetVendingMachineCrystalReportsDatasourceResponse"/></wsdl:operation><wsdl:operation name="GetVendingMachineCrystalReportsDatasources"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetVendingMachineCrystalReportsDatasources" name="GetVendingMachineCrystalReportsDatasourceRequest" message="tns:GetVendingMachineCrystalReportsDatasourceRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetVendingMachineCrystalReportsDatasourcesResponse" name="GetVendingMachineCrystalReportsDatasourcesResponse" message="tns:GetVendingMachineCrystalReportsDatasourcesResponse"/></wsdl:operation><wsdl:operation name="SetVendingMachineIncentivesTicketPrinted"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SetVendingMachineIncentivesTicketPrinted" name="SetVendingMachineIncentivesTicketPrintedRequest" message="tns:SetVendingMachineIncentivesTicketPrintedRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SetVendingMachineIncentivesTicketPrintedResponse" message="tns:IWebShop_SetVendingMachineIncentivesTicketPrinted_OutputMessage"/></wsdl:operation><wsdl:operation name="GetVendingMachineArticlePartsSalesLines"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetVendingMachineArticlePartsSalesLines" name="GetVendingMachineArticlePartsSalesLineRequest" message="tns:GetVendingMachineArticlePartsSalesLineRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetVendingMachineArticlePartsSalesLinesResponse" name="GetVendingMachineArticlePartsSalesLineResponse" message="tns:GetVendingMachineArticlePartsSalesLineResponse"/></wsdl:operation><wsdl:operation name="GetHeadOfFamilySubscriberId"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetHeadOfFamilySubscriberId" name="GetHeadOfFamilySubscriberIdRequest" message="tns:GetHeadOfFamilySubscriberIdRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetHeadOfFamilySubscriberIdResponse" name="GetHeadOfFamilySubscriberIdResponse" message="tns:GetHeadOfFamilySubscriberIdResponse"/></wsdl:operation><wsdl:operation name="FindVendingMachineExpositions"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindVendingMachineExpositions" name="FindVendingMachineExpositionsRequest" message="tns:FindVendingMachineExpositionsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindVendingMachineExpositionsResponse" name="FindVendingMachineExpositionsResponse" message="tns:FindVendingMachineExpositionsResponse"/></wsdl:operation><wsdl:operation name="FindVendingMachineExpositionPeriodDates"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindVendingMachineExpositionPeriodDates" name="FindVendingMachineExpositionPeriodDatesRequest" message="tns:FindVendingMachineExpositionPeriodDatesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindVendingMachineExpositionPeriodDatesResponse" name="FindVendingMachineExpositionPeriodDatesResponse" message="tns:FindVendingMachineExpositionPeriodDatesResponse"/></wsdl:operation><wsdl:operation name="FindVendingMachineExpositionPeriodPrices"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindVendingMachineExpositionPeriodPrices" name="FindVendingMachineExpositionPeriodPricesRequest" message="tns:FindVendingMachineExpositionPeriodPricesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindVendingMachineExpositionPeriodPricesResponse" name="FindVendingMachineExpositionPeriodPricesResponse" message="tns:FindVendingMachineExpositionPeriodPricesResponse"/></wsdl:operation><wsdl:operation name="SaveWiseCommunicationLog"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveWiseCommunicationLog" name="SaveWiseCommunicationLogRequest" message="tns:SaveWiseCommunicationLogRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveWiseCommunicationLogResponse" message="tns:IWebShop_SaveWiseCommunicationLog_OutputMessage"/></wsdl:operation><wsdl:operation name="WiseGetPatronName"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/WiseGetPatronName" name="WiseGetPatronNameRequest" message="tns:WiseGetPatronNameRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/WiseGetPatronNameResponse" name="WiseGetPatronNameResponse" message="tns:WiseGetPatronNameResponse"/></wsdl:operation><wsdl:operation name="WiseGetFeesForPatron"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/WiseGetFeesForPatron" name="WiseGetFeesForPatronRequest" message="tns:WiseGetFeesForPatronRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/WiseGetFeesForPatronResponse" name="WiseGetFeesForPatronResponse" message="tns:WiseGetFeesForPatronResponse"/></wsdl:operation><wsdl:operation name="WiseSetFeePayedForPatron"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/WiseSetFeePayedForPatron" name="WiseSetFeePayedForPatronRequest" message="tns:WiseSetFeePayedForPatronRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/WiseSetFeePayedForPatronResponse" name="WiseSetFeePayedForPatronResponse" message="tns:WiseSetFeePayedForPatronResponse"/></wsdl:operation><wsdl:operation name="SetVendingMachineTicketsPrinted"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SetVendingMachineTicketsPrinted" name="SetVendingMachineTicketsPrintedRequest" message="tns:SetVendingMachineTicketsPrintedRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SetVendingMachineTicketsPrintedResponse" message="tns:IWebShop_SetVendingMachineTicketsPrinted_OutputMessage"/></wsdl:operation><wsdl:operation name="GetVendingMachineTickets"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetVendingMachineTickets" name="GetVendingMachineTicketsRequest" message="tns:GetVendingMachineTicketsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetVendingMachineTicketsResponse" name="GetVendingMachineTicketsResponse" message="tns:GetVendingMachineTicketsResponse"/></wsdl:operation><wsdl:operation name="FindVendingMachineBenefits"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindVendingMachineBenefits" name="FindVendingMachineBenefitsRequest" message="tns:FindVendingMachineBenefitsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindVendingMachineBenefitsResponse" name="FindVendingMachineBenefitsResponse" message="tns:FindVendingMachineBenefitsResponse"/></wsdl:operation><wsdl:operation name="FindVendingMachineArticles"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindVendingMachineArticles" name="FindVendingMachineArticlesRequest" message="tns:FindVendingMachineArticlesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindVendingMachineArticlesResponse" name="FindVendingMachineArticlesResponse" message="tns:FindVendingMachineArticlesResponse"/></wsdl:operation><wsdl:operation name="FindVendingMachineSubscriptionsInformation"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindVendingMachineSubscriptionsInformation" name="FindVendingMachineSubscriptionsInformationRequest" message="tns:FindVendingMachineSubscriptionsInformationRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindVendingMachineSubscriptionsInformationResponse" name="FindVendingMachineSubscriptionsInformationResponse" message="tns:FindVendingMachineSubscriptionsInformationResponse"/></wsdl:operation><wsdl:operation name="ValidateSoulIt"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidateSoulIt" name="ValidateSoulItRequest" message="tns:ValidateSoulItRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidateSoulItResponse" name="ValidateSoulItResponse" message="tns:ValidateSoulItResponse"/></wsdl:operation><wsdl:operation name="ValidateSoulItByPersonInfo"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidateSoulItByPersonInfo" name="ValidateSoulItByPersonInfoRequest" message="tns:ValidateSoulItByPersonInfoRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidateSoulItByPersonInfoResponse" name="ValidateSoulItByPersonInfoResponse" message="tns:ValidateSoulItByPersonInfoResponse"/></wsdl:operation><wsdl:operation name="ValidateSorteerStraatjesCard"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidateSorteerStraatjesCard" name="ValidateSorteerStraatjesCardRequest" message="tns:ValidateSorteerStraatjesCardRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidateSorteerStraatjesCardResponse" name="ValidateSorteerStraatjesCardResponse" message="tns:ValidateSorteerStraatjesCardResponse"/></wsdl:operation><wsdl:operation name="AddPaymentToSorteerStraatjesCard"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/AddPaymentToSorteerStraatjesCard" name="AddPaymentToSorteerStraatjesCardRequest" message="tns:AddPaymentToSorteerStraatjesCardRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/AddPaymentToSorteerStraatjesCardResponse" name="AddPaymentToSorteerStraatjesCardResponse" message="tns:AddPaymentToSorteerStraatjesCardResponse"/></wsdl:operation><wsdl:operation name="ValidateAVSBonusCard"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidateAVSBonusCard" name="ValidateAVSBonusCardRequest" message="tns:ValidateAVSBonusCardRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidateAVSBonusCardResponse" name="ValidateAVSBonusCardResponse" message="tns:ValidateAVSBonusCardResponse"/></wsdl:operation><wsdl:operation name="EarnAVSBonusCard"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/EarnAVSBonusCard" name="EarnAVSBonusCardRequest" message="tns:EarnAVSBonusCardRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/EarnAVSBonusCardResponse" name="EarnAVSBonusCardResponse" message="tns:EarnAVSBonusCardResponse"/></wsdl:operation><wsdl:operation name="VendingMachineCarrierSwitch"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/VendingMachineCarrierSwitch" name="VendingMachineCarrierSwitchRequest" message="tns:VendingMachineCarrierSwitchRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/VendingMachineCarrierSwitchResponse" name="VendingMachineCarrierSwitchResponse" message="tns:VendingMachineCarrierSwitchResponse"/></wsdl:operation><wsdl:operation name="CouponCalculate"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CouponCalculate" name="CouponCalculateRequest" message="tns:CouponCalculateRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CouponCalculateResponse" name="CouponCalculateResponse" message="tns:CouponCalculateResponse"/></wsdl:operation><wsdl:operation name="CouponReserve"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CouponReserve" name="CouponReserveRequest" message="tns:CouponReserveRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CouponReserveResponse" name="CouponReserveResponse" message="tns:CouponReserveResponse"/></wsdl:operation><wsdl:operation name="CouponRelease"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CouponRelease" name="CouponReleaseRequest" message="tns:CouponReleaseRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CouponReleaseResponse" name="CouponReleaseResponse" message="tns:CouponReleaseResponse"/></wsdl:operation><wsdl:operation name="VoucherValidate"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/VoucherValidate" name="VoucherValidateRequest" message="tns:VoucherValidateRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/VoucherValidateResponse" name="VoucherValidateResponse" message="tns:VoucherValidateResponse"/></wsdl:operation><wsdl:operation name="FindCoupons"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindCoupons" name="FindCouponsRequest" message="tns:FindCouponsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindCouponsResponse" name="FindCouponsResponse" message="tns:FindCouponsResponse"/></wsdl:operation><wsdl:operation name="SetCouponPrinted"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SetCouponPrinted" name="SetCouponPrintedRequest" message="tns:SetCouponPrintedRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SetCouponPrintedResponse" message="tns:IWebShop_SetCouponPrinted_OutputMessage"/></wsdl:operation><wsdl:operation name="GiftCertificateReserve"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GiftCertificateReserve" name="GiftCertificateReserveRequest" message="tns:GiftCertificateReserveRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GiftCertificateReserveResponse" message="tns:IWebShop_GiftCertificateReserve_OutputMessage"/></wsdl:operation><wsdl:operation name="GiftCertificateRelease"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GiftCertificateRelease" name="GiftCertificateReleaseRequest" message="tns:GiftCertificateReleaseRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GiftCertificateReleaseResponse" message="tns:IWebShop_GiftCertificateRelease_OutputMessage"/></wsdl:operation><wsdl:operation name="GiftCertificateCalculate"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GiftCertificateCalculate" name="GiftCertificateCalculateRequest" message="tns:GiftCertificateCalculateRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GiftCertificateCalculateResponse" name="GiftCertificateCalculateResponse" message="tns:GiftCertificateCalculateResponse"/></wsdl:operation><wsdl:operation name="FindGiftCertificates"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindGiftCertificates" name="FindGiftCertificatesRequest" message="tns:FindGiftCertificatesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindGiftCertificatesResponse" name="FindGiftCertificatesResponse" message="tns:FindGiftCertificatesResponse"/></wsdl:operation><wsdl:operation name="SetGiftCertificatePrinted"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SetGiftCertificatePrinted" name="SetGiftCertificatePrintedRequest" message="tns:SetGiftCertificatePrintedRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SetGiftCertificatePrintedResponse" message="tns:IWebShop_SetGiftCertificatePrinted_OutputMessage"/></wsdl:operation><wsdl:operation name="SaveCRMLog"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveCRMLog" name="SaveCRMLogRequest" message="tns:SaveCRMLogRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveCRMLogResponse" name="SaveCRMLogResponse" message="tns:SaveCRMLogResponse"/></wsdl:operation><wsdl:operation name="ConfigureDevice"><wsdl:documentation><summary>Validates the MAC address for the WebShop in the context and specified DivisionID. Checks the license for a valid number of MAC addresses per Division</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ConfigureDevice" name="DeviceConfigurationRequest" message="tns:DeviceConfigurationRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ConfigureDeviceResponse" name="DeviceConfigurationResponse" message="tns:DeviceConfigurationResponse"/></wsdl:operation><wsdl:operation name="LoginCashier"><wsdl:documentation><summary>This method is used to allow user to get authorization from POS for further communication</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/LoginCashier" name="LoginCashierRequest" message="tns:LoginCashierRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/LoginCashierResponse" name="LoginCashierResponse" message="tns:LoginCashierResponse"/></wsdl:operation><wsdl:operation name="LogoutCashier"><wsdl:documentation><summary>This method is used to logout waiter from POS.</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/LogoutCashier" name="LogoutCashierRequest" message="tns:LogoutCashierRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/LogoutCashierResponse" name="LogoutCashierResponse" message="tns:LogoutCashierResponse"/></wsdl:operation><wsdl:operation name="StartNewShift"><wsdl:documentation><summary>This method is used start a new Shift.</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/StartNewShift" name="StartNewShiftRequest" message="tns:StartNewShiftRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/StartNewShiftResponse" name="StartNewShiftResponse" message="tns:StartNewShiftResponse"/></wsdl:operation><wsdl:operation name="GetSalesZoneStatus"><wsdl:documentation><summary>This method is used to get current orders, waiter cash and notifications</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetSalesZoneStatus" name="GetSalesZoneStatusRequest" message="tns:GetSalesZoneStatusRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetSalesZoneStatusResponse" name="GetSalesZoneStatusResponse" message="tns:GetSalesZoneStatusResponse"/></wsdl:operation><wsdl:operation name="GetSalesZoneTables"><wsdl:documentation><summary>This method is used to get all static table information</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetSalesZoneTables" name="GetSalesZoneTablesRequest" message="tns:GetSalesZoneTablesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetSalesZoneTablesResponse" name="GetSalesZoneTablesResponse" message="tns:GetSalesZoneTablesResponse"/></wsdl:operation><wsdl:operation name="GetSalesZoneOverview"><wsdl:documentation><summary>This method is used to get all high-level variable table information</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetSalesZoneOverview" name="GetSalesZoneOverviewRequest" message="tns:GetSalesZoneOverviewRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetSalesZoneOverviewResponse" name="GetSalesZoneOverviewResponse" message="tns:GetSalesZoneOverviewResponse"/></wsdl:operation><wsdl:operation name="GetTableSalesWithoutTable"><wsdl:documentation><summary>This method is used to get current orders for a point of sale without tables</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetTableSalesWithoutTable" name="GetTableSalesWithoutTableRequest" message="tns:GetTableSalesWithoutTableRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetTableSalesWithoutTableResponse" name="GetTableSalesWithoutTableResponse" message="tns:GetTableSalesWithoutTableResponse"/></wsdl:operation><wsdl:operation name="SendPOSOrder"><wsdl:documentation><summary>This method is used to send an order to the POS</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SendPOSOrder" name="SendPOSOrderRequest" message="tns:SendPOSOrderRequest"><wsdl:documentation><summary>All orderlines for one table</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SendPOSOrderResponse" name="SendPOSOrderResponse" message="tns:SendPOSOrderResponse"/></wsdl:operation><wsdl:operation name="SplitTable"><wsdl:documentation><summary>This method is used to split tables</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SplitTable" name="SplitTableRequest" message="tns:SplitTableRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SplitTableResponse" name="SplitTableResponse" message="tns:SplitTableResponse"/></wsdl:operation><wsdl:operation name="GroupTables"><wsdl:documentation><summary>This method is used to group tables</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GroupTables" name="GroupTablesRequest" message="tns:GroupTablesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GroupTablesResponse" name="GroupTablesResponse" message="tns:GroupTablesResponse"/></wsdl:operation><wsdl:operation name="UngroupTables"><wsdl:documentation><summary>This method is used to remove tables from a group</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/UngroupTables" name="UngroupTablesRequest" message="tns:UngroupTablesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/UngroupTablesResponse" name="UngroupTablesResponse" message="tns:UngroupTablesResponse"/></wsdl:operation><wsdl:operation name="CreateVirtualTable"><wsdl:documentation><summary>This method is used to create a virtual table</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CreateVirtualTable" name="CreateVirtualTableRequest" message="tns:CreateVirtualTableRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CreateVirtualTableResponse" name="CreateVirtualTableResponse" message="tns:CreateVirtualTableResponse"/></wsdl:operation><wsdl:operation name="DeleteTable"><wsdl:documentation><summary>This method is used to remove a virtual table</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeleteTable" name="DeleteTableRequest" message="tns:DeleteTableRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeleteTableResponse" name="DeleteTableResponse" message="tns:DeleteTableResponse"/></wsdl:operation><wsdl:operation name="GetCreditSalesByDivisionCard"><wsdl:documentation><summary>This method returns the list of SalesItems that have been put on the Customer' card.</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetCreditSalesByDivisionCard" name="GetCreditSalesByDivisionCardRequest" message="tns:GetCreditSalesByDivisionCardRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetCreditSalesByDivisionCardResponse" name="GetCreditSalesByDivisionCardResponse" message="tns:GetCreditSalesByDivisionCardResponse"/></wsdl:operation><wsdl:operation name="MoveTableSalesToTable"><wsdl:documentation><summary>This method moves TableSales to another table</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/MoveTableSalesToTable" name="MoveTableSalesToTableRequest" message="tns:MoveTableSalesToTableRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/MoveTableSalesToTableResponse" name="MoveTableSalesToTableResponse" message="tns:MoveTableSalesToTableResponse"/></wsdl:operation><wsdl:operation name="GetTicketMessages"><wsdl:documentation><summary>This method returns the ticket messages</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetTicketMessages" name="GetTicketMessagesRequest" message="tns:GetTicketMessagesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetTicketMessagesResponse" name="GetTicketMessagesResponse" message="tns:GetTicketMessagesResponse"/></wsdl:operation><wsdl:operation name="GetPointOfSaleConfiguration"><wsdl:documentation><summary>This method returns the point of sale configuraiton</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetPointOfSaleConfiguration" name="GetPointOfSaleConfigurationRequest" message="tns:GetPointOfSaleConfigurationRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetPointOfSaleConfigurationResponse" name="GetPointOfSaleConfigurationResponse" message="tns:GetPointOfSaleConfigurationResponse"/></wsdl:operation><wsdl:operation name="SwitchShiftEmployee"><wsdl:documentation><summary>This switches the employee of the current shift at the point of sale</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SwitchShiftEmployee" name="SwitchShiftEmployeeRequest" message="tns:SwitchShiftEmployeeRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SwitchShiftEmployeeResponse" name="SwitchShiftEmployeeResponse" message="tns:SwitchShiftEmployeeResponse"/></wsdl:operation><wsdl:operation name="LocalCounterGetParameters"><wsdl:documentation><summary>This method is used to get the configuration for the local counter application (PRIVATE USE ONLY)</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/LocalCounterGetParameters" name="LocalCounterGetParametersRequest" message="tns:LocalCounterGetParametersRequest"><wsdl:documentation><summary>Base data for all Pos Web Shop service requests</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/LocalCounterGetParametersResponse" name="LocalCounterGetParametersResponse" message="tns:LocalCounterGetParametersResponse"><wsdl:documentation><summary>Local Counter: get all parameters (encoded)</summary></wsdl:documentation></wsdl:output></wsdl:operation><wsdl:operation name="LocalCounterSynchronize"><wsdl:documentation><summary>This method is used to get the configuration for the local counter application (PRIVATE USE ONLY)</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/LocalCounterSynchronize" name="LocalCounterSynchronizeRequest" message="tns:LocalCounterSynchronizeRequest"><wsdl:documentation><summary>Base data for all Pos Web Shop service requests</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/LocalCounterSynchronizeResponse" name="LocalCounterSynchronizeResponse" message="tns:LocalCounterSynchronizeResponse"><wsdl:documentation><summary>Base data for all Pos Web Shop service requests</summary></wsdl:documentation></wsdl:output></wsdl:operation><wsdl:operation name="SaveCounterSales"><wsdl:documentation><summary>This method is used to get the configuration for the local counter application (PRIVATE USE ONLY)</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveCounterSales" name="SaveCounterSalesRequest" message="tns:SaveCounterSalesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveCounterSalesResponse" name="SaveCounterSalesResponse" message="tns:SaveCounterSalesResponse"/></wsdl:operation><wsdl:operation name="FindScenarios"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindScenarios" name="FindScenariosRequest" message="tns:FindScenariosRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindScenariosResponse" name="FindScenariosResponse" message="tns:FindScenariosResponse"/></wsdl:operation><wsdl:operation name="FindScenarioSessions"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindScenarioSessions" name="FindScenarioSessionsRequest" message="tns:FindScenarioSessionsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindScenarioSessionsResponse" name="FindScenarioSessionsResponse" message="tns:FindScenarioSessionsResponse"/></wsdl:operation><wsdl:operation name="DeleteScenarioSession"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeleteScenarioSession" name="DeleteScenarioSessionRequest" message="tns:DeleteScenarioSessionRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeleteScenarioSessionResponse" name="DeleteScenarioSessionResponse" message="tns:DeleteScenarioSessionResponse"/></wsdl:operation><wsdl:operation name="SaveSpotbookingStatus"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveSpotbookingStatus" name="SaveSpotbookingStatusRequest" message="tns:SaveSpotbookingStatusRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveSpotbookingStatusResponse" name="SaveSpotbookingStatusResponse" message="tns:SaveSpotbookingStatusResponse"/></wsdl:operation><wsdl:operation name="SaveScenarioSession"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveScenarioSession" name="SaveScenarioSessionRequest" message="tns:SaveScenarioSessionRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveScenarioSessionResponse" name="SaveScenarioSessionResponse" message="tns:SaveScenarioSessionResponse"/></wsdl:operation><wsdl:operation name="FindScenarioTypes"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindScenarioTypes" name="FindScenarioTypesRequest" message="tns:FindScenarioTypesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindScenarioTypesResponse" name="FindScenarioTypesResponse" message="tns:FindScenarioTypesResponse"/></wsdl:operation><wsdl:operation name="ListCdbCategories"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListCdbCategories" name="ListCdbCategoriesRequest" message="tns:ListCdbCategoriesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListCdbCategoriesResponse" name="ListCdbCategoriesResponse" message="tns:ListCdbCategoriesResponse"/></wsdl:operation><wsdl:operation name="GetScenarioSessionEmailMessage"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetScenarioSessionEmailMessage" name="GetScenarioSessionEmailMessageRequest" message="tns:GetScenarioSessionEmailMessageRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetScenarioSessionEmailMessageResponse" name="GetScenarioSessionEmailMessageResponse" message="tns:GetScenarioSessionEmailMessageResponse"/></wsdl:operation><wsdl:operation name="GetScenarioSessionEmailMessages"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetScenarioSessionEmailMessages" name="GetScenarioSessionEmailMessagesRequest" message="tns:GetScenarioSessionEmailMessagesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetScenarioSessionEmailMessagesResponse" name="GetScenarioSessionEmailMessagesResponse" message="tns:GetScenarioSessionEmailMessagesResponse"/></wsdl:operation><wsdl:operation name="GetScenarioQuestionInputValueFileGeneral"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetScenarioQuestionInputValueFileGeneral" name="GetScenarioQuestionInputValueFileGeneralRequest" message="tns:GetScenarioQuestionInputValueFileGeneralRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetScenarioQuestionInputValueFileGeneralResponse" name="GetScenarioQuestionInputValueFileGeneralResponse" message="tns:GetScenarioQuestionInputValueFileGeneralResponse"/></wsdl:operation><wsdl:operation name="GetScenarioQuestionInputValueFileDetails"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetScenarioQuestionInputValueFileDetails" name="GetScenarioQuestionInputValueFileDetailRequest" message="tns:GetScenarioQuestionInputValueFileDetailRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetScenarioQuestionInputValueFileDetailsResponse" name="GetScenarioQuestionInputValueFileDetailResponse" message="tns:GetScenarioQuestionInputValueFileDetailResponse"/></wsdl:operation><wsdl:operation name="SaveScenarioSessionAttachment"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveScenarioSessionAttachment" name="SaveScenarioSessionAttachmentRequest" message="tns:SaveScenarioSessionAttachmentRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveScenarioSessionAttachmentResponse" name="SaveScenarioSessionAttachmentResponse" message="tns:SaveScenarioSessionAttachmentResponse"/></wsdl:operation><wsdl:operation name="DeleteScenarioSessionAttachment"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeleteScenarioSessionAttachment" name="DeleteScenarioSessionAttachmentRequest" message="tns:DeleteScenarioSessionAttachmentRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeleteScenarioSessionAttachmentResponse" name="DeleteScenarioSessionAttachmentResponse" message="tns:DeleteScenarioSessionAttachmentResponse"/></wsdl:operation><wsdl:operation name="SaveScenarioSessionComment"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveScenarioSessionComment" name="SaveScenarioSessionCommentRequest" message="tns:SaveScenarioSessionCommentRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveScenarioSessionCommentResponse" name="SaveScenarioSessionCommentResponse" message="tns:SaveScenarioSessionCommentResponse"/></wsdl:operation><wsdl:operation name="DeleteScenarioSessionComment"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeleteScenarioSessionComment" name="DeleteScenarioSessionCommentRequest" message="tns:DeleteScenarioSessionCommentRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeleteScenarioSessionCommentResponse" name="DeleteScenarioSessionCommentResponse" message="tns:DeleteScenarioSessionCommentResponse"/></wsdl:operation><wsdl:operation name="ValidateScenarioSessionCheck"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidateScenarioSessionCheck" name="ValidateScenarioSessionCheckRequest" message="tns:ValidateScenarioSessionCheckRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidateScenarioSessionCheckResponse" name="ValidateScenarioSessionCheckResponse" message="tns:ValidateScenarioSessionCheckResponse"/></wsdl:operation><wsdl:operation name="FindScenarioSessionAttachments"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindScenarioSessionAttachments" name="FindScenarioSessionAttachmentsRequest" message="tns:FindScenarioSessionAttachmentsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindScenarioSessionAttachmentsResponse" name="FindScenarioSessionAttachmentsResponse" message="tns:FindScenarioSessionAttachmentsResponse"/></wsdl:operation><wsdl:operation name="GetSpotbookingSettings"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetSpotbookingSettings" name="GetSpotbookingSettingsRequest" message="tns:GetSpotbookingSettingsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetSpotbookingSettingsResponse" name="GetSpotbookingSettingsResponse" message="tns:GetSpotbookingSettingsResponse"/></wsdl:operation><wsdl:operation name="ListVisitingCustomersInformation"><wsdl:documentation><summary>This method returns the visiting customers</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListVisitingCustomersInformation" name="ListVisitingCustomersInformationRequest" message="tns:ListVisitingCustomersInformationRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListVisitingCustomersInformationResponse" name="ListVisitingCustomersInformationResponse" message="tns:ListVisitingCustomersInformationResponse"/></wsdl:operation><wsdl:operation name="ListSalesInformation"><wsdl:documentation><summary>This method returns the sales</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListSalesInformation" name="ListSalesInformationRequest" message="tns:ListSalesInformationRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListSalesInformationResponse" name="ListSalesInformationResponse" message="tns:ListSalesInformationResponse"/></wsdl:operation><wsdl:operation name="ListDivisions"><wsdl:documentation><summary>This method returns the Divisions</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListDivisions" name="ListDivisionsRequest" message="tns:ListDivisionsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListDivisionsResponse" name="ListDivisionsResponse" message="tns:ListDivisionsResponse"/></wsdl:operation><wsdl:operation name="ListConsolidationCodes"><wsdl:documentation><summary>This method returns the consolidation codes</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListConsolidationCodes" name="ListConsolidationCodesRequest" message="tns:ListConsolidationCodesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListConsolidationCodesResponse" name="ListConsolidationCodesResponse" message="tns:ListConsolidationCodesResponse"/></wsdl:operation><wsdl:operation name="InterSolveIsCardValid"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/InterSolveIsCardValid" name="InterSolveIsCardValidRequest" message="tns:InterSolveIsCardValidRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/InterSolveIsCardValidResponse" name="InterSolveIsCardValidResponse" message="tns:InterSolveIsCardValidResponse"/></wsdl:operation><wsdl:operation name="InterSolveDoPurchaseSimulate"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/InterSolveDoPurchaseSimulate" name="InterSolveDoPurchaseSimulateRequest" message="tns:InterSolveDoPurchaseSimulateRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/InterSolveDoPurchaseSimulateResponse" name="InterSolveDoPurchaseSimulateResponse" message="tns:InterSolveDoPurchaseSimulateResponse"/></wsdl:operation><wsdl:operation name="InterSolveDoPurchase"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/InterSolveDoPurchase" name="InterSolveDoPurchaseRequest" message="tns:InterSolveDoPurchaseRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/InterSolveDoPurchaseResponse" name="InterSolveDoPurchaseResponse" message="tns:InterSolveDoPurchaseResponse"/></wsdl:operation><wsdl:operation name="GetIntersolveGiftCardAccessItem"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetIntersolveGiftCardAccessItem" name="IntersolveGiftCardAccessItemRequest" message="tns:IntersolveGiftCardAccessItemRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetIntersolveGiftCardAccessItemResponse" name="IntersolveGiftCardAccessItemResponse" message="tns:IntersolveGiftCardAccessItemResponse"/></wsdl:operation><wsdl:operation name="UniflowEnsureUserExistsCardReg"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/UniflowEnsureUserExistsCardReg" name="UniflowEnsureUserExistsCardRegRequest" message="tns:UniflowEnsureUserExistsCardRegRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/UniflowEnsureUserExistsCardRegResponse" name="UniflowEnsureUserExistsCardRegResponse" message="tns:UniflowEnsureUserExistsCardRegResponse"/></wsdl:operation><wsdl:operation name="UniflowMakeDepositWithRef"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/UniflowMakeDepositWithRef" name="UniflowMakeDepositWithRefRequest" message="tns:UniflowMakeDepositWithRefRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/UniflowMakeDepositWithRefResponse" name="UniflowMakeDepositWithRefResponse" message="tns:UniflowMakeDepositWithRefResponse"/></wsdl:operation><wsdl:operation name="UniflowChargeUserWithRef"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/UniflowChargeUserWithRef" name="UniflowChargeUserWithRefRequest" message="tns:UniflowChargeUserWithRefRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/UniflowChargeUserWithRefResponse" name="UniflowChargeUserWithRefResponse" message="tns:UniflowChargeUserWithRefResponse"/></wsdl:operation><wsdl:operation name="UniflowGetExtRefIdAndAmountPayed"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/UniflowGetExtRefIdAndAmountPayed" name="UniflowGetExtRefIdAndAmountPayedRequest" message="tns:UniflowGetExtRefIdAndAmountPayedRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/UniflowGetExtRefIdAndAmountPayedResponse" name="UniflowGetExtRefIdAndAmountPayedResponse" message="tns:UniflowGetExtRefIdAndAmountPayedResponse"/></wsdl:operation><wsdl:operation name="GetAddressAttachmentsInformation"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetAddressAttachmentsInformation" name="AddressAttachmentsInformationRequest" message="tns:AddressAttachmentsInformationRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetAddressAttachmentsInformationResponse" name="AddressAttachmentsInformationResponse" message="tns:AddressAttachmentsInformationResponse"/></wsdl:operation><wsdl:operation name="GetAddressAttachmentTypes"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetAddressAttachmentTypes" name="AddressAttachmentTypesRequest" message="tns:AddressAttachmentTypesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetAddressAttachmentTypesResponse" name="AddressAttachmentTypesResponse" message="tns:AddressAttachmentTypesResponse"/></wsdl:operation><wsdl:operation name="GetAddressAttachmentSubTypes"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetAddressAttachmentSubTypes" name="AddressAttachmentSubTypesRequest" message="tns:AddressAttachmentSubTypesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetAddressAttachmentSubTypesResponse" name="AddressAttachmentSubTypesResponse" message="tns:AddressAttachmentSubTypesResponse"/></wsdl:operation><wsdl:operation name="SaveAddressAttachment"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveAddressAttachment" name="SaveAddressAttachmentRequest" message="tns:SaveAddressAttachmentRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveAddressAttachmentResponse" name="SaveAddressAttachmentResponse" message="tns:SaveAddressAttachmentResponse"/></wsdl:operation><wsdl:operation name="GetAddressAttachment"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetAddressAttachment" name="AddressAttachmentRequest" message="tns:AddressAttachmentRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetAddressAttachmentResponse" name="AddressAttachmentResponse" message="tns:AddressAttachmentResponse"/></wsdl:operation><wsdl:operation name="ModifySubscriptionDates"><wsdl:documentation><summary>Modifies the subscription startdate or enddate</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ModifySubscriptionDates" name="ModifySubscriptionDatesRequest" message="tns:ModifySubscriptionDatesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ModifySubscriptionDatesResponse" name="ModifySubscriptionDatesResponse" message="tns:ModifySubscriptionDatesResponse"/></wsdl:operation><wsdl:operation name="UndoCancelSubscription"><wsdl:documentation><summary>UndoCancel of a subscription</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/UndoCancelSubscription" name="UndoCancelSubscriptionRequest" message="tns:UndoCancelSubscriptionRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/UndoCancelSubscriptionResponse" name="UndoCancelSubscriptionResponse" message="tns:UndoCancelSubscriptionResponse"/></wsdl:operation><wsdl:operation name="GetFamilyCards"><wsdl:documentation><summary>Lists all the cards that belong to the family of the given person</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetFamilyCards" name="GetFamilyCardsRequest" message="tns:GetFamilyCardsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetFamilyCardsResponse" name="GetFamilyCardsResponse" message="tns:GetFamilyCardsResponse"/></wsdl:operation><wsdl:operation name="ListPersonTitles"><wsdl:documentation><summary>Returns all person Titles</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListPersonTitles" name="ListPersonTitlesRequest" message="tns:ListPersonTitlesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListPersonTitlesResponse" name="ListPersonTitlesResponse" message="tns:ListPersonTitlesResponse"/></wsdl:operation><wsdl:operation name="ListBankBICs"><wsdl:documentation><summary>Returns all BIC numbers</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListBankBICs" name="ListBankBICsRequest" message="tns:ListBankBICsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListBankBICsResponse" name="ListBankBICsResponse" message="tns:ListBankBICsResponse"/></wsdl:operation><wsdl:operation name="FindPersonCards"><wsdl:documentation><summary>Returns all person Cards</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindPersonCards" name="FindPersonCardsRequest" message="tns:FindPersonCardsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindPersonCardsResponse" name="FindPersonCardsResponse" message="tns:FindPersonCardsResponse"/></wsdl:operation><wsdl:operation name="ListPersonFunctions"><wsdl:documentation><summary>Returns all person Functions</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListPersonFunctions" name="ListPersonFunctionsRequest" message="tns:ListPersonFunctionsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListPersonFunctionsResponse" name="ListPersonFunctionsResponse" message="tns:ListPersonFunctionsResponse"/></wsdl:operation><wsdl:operation name="ListActivityTypes"><wsdl:documentation><summary>Returns all Activity types</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListActivityTypes" name="ListActivityTypesRequest" message="tns:ListActivityTypesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListActivityTypesResponse" name="ListActivityTypesResponse" message="tns:ListActivityTypesResponse"/></wsdl:operation><wsdl:operation name="ListArticleGroups"><wsdl:documentation><summary>Returns all Article Groups</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListArticleGroups" name="ListArticleGroupsRequest" message="tns:ListArticleGroupsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListArticleGroupsResponse" name="ListArticleGroupsResponse" message="tns:ListArticleGroupsResponse"/></wsdl:operation><wsdl:operation name="FindArticleCategories"><wsdl:documentation><summary>Returns all Article categories</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindArticleCategories" name="FindArticleCategoriesRequest" message="tns:FindArticleCategoriesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindArticleCategoriesResponse" name="FindArticleCategoriesResponse" message="tns:FindArticleCategoriesResponse"/></wsdl:operation><wsdl:operation name="ListExpositionTypes"><wsdl:documentation><summary>Returns all Exposition Groups</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListExpositionTypes" name="ListExpositionTypesRequest" message="tns:ListExpositionTypesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListExpositionTypesResponse" name="ListExpositionTypesResponse" message="tns:ListExpositionTypesResponse"/></wsdl:operation><wsdl:operation name="ListExpositionPeriods"><wsdl:documentation><summary>Lists Exposition Periods</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListExpositionPeriods" name="ListExpositionPeriodsRequest" message="tns:ListExpositionPeriodsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListExpositionPeriodsResponse" name="ListExpositionPeriodsResponse" message="tns:ListExpositionPeriodsResponse"/></wsdl:operation><wsdl:operation name="SaveExpositionPeriodArticles"><wsdl:documentation><summary>Save Exposition Period Articles</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveExpositionPeriodArticles" name="SaveExpositionPeriodArticlesRequest" message="tns:SaveExpositionPeriodArticlesRequest"><wsdl:documentation><summary>The request for saving exposition period articles</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveExpositionPeriodArticlesResponse" name="SaveExpositionPeriodArticlesResponse" message="tns:SaveExpositionPeriodArticlesResponse"/></wsdl:operation><wsdl:operation name="FindExpositionPeriodDates"><wsdl:documentation><summary>Lists dates that have exposition periods for a certain exposition</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindExpositionPeriodDates" name="FindExpositionPeriodDatesRequest" message="tns:FindExpositionPeriodDatesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindExpositionPeriodDatesResponse" name="FindExpositionPeriodDatesResponse" message="tns:FindExpositionPeriodDatesResponse"/></wsdl:operation><wsdl:operation name="ListAudiences"><wsdl:documentation><summary>Lists Exposition Audiences</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListAudiences" name="ListAudiencesRequest" message="tns:ListAudiencesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListAudiencesResponse" name="ListAudiencesResponse" message="tns:ListAudiencesResponse"/></wsdl:operation><wsdl:operation name="ListPaymentMethods"><wsdl:documentation><summary>Lists all Paymentmethods</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListPaymentMethods" name="ListPaymentMethodRequest" message="tns:ListPaymentMethodRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListPaymentMethodsResponse" name="ListPaymentMethodResponse" message="tns:ListPaymentMethodResponse"/></wsdl:operation><wsdl:operation name="CreatePaymentMethod"><wsdl:documentation><summary>Creates a new payment method</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CreatePaymentMethod" name="CreatePaymentMethodRequest" message="tns:CreatePaymentMethodRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CreatePaymentMethodResponse" name="CreatePaymentMethodResponse" message="tns:CreatePaymentMethodResponse"/></wsdl:operation><wsdl:operation name="ListHalls"><wsdl:documentation><summary>Return all the halls (Not including seating information</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListHalls" name="ListHallsRequest" message="tns:ListHallsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListHallsResponse" name="ListHallsResponse" message="tns:ListHallsResponse"/></wsdl:operation><wsdl:operation name="ListCategories"><wsdl:documentation><summary>Returns all categories</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListCategories" name="ListCategoriesRequest" message="tns:ListCategoriesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListCategoriesResponse" name="ListCategoriesResponse" message="tns:ListCategoriesResponse"/></wsdl:operation><wsdl:operation name="ListInfrastructures"><wsdl:documentation><summary>Returns all infrastructures which comply with the given search criteria</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListInfrastructures" name="ListInfrastructuresRequest" message="tns:ListInfrastructuresRequest"><wsdl:documentation><summary>The request for finding infrastructures</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListInfrastructuresResponse" name="ListInfrastructuresResponse" message="tns:ListInfrastructuresResponse"/></wsdl:operation><wsdl:operation name="FindInfrastructureOpenings"><wsdl:documentation><summary>Returns detailed information about the infrastructures opening times</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindInfrastructureOpenings" name="FindInfrastructureOpeningsRequest" message="tns:FindInfrastructureOpeningsRequest"><wsdl:documentation><summary>The request for finding infrastructures</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindInfrastructureOpeningsResponse" name="FindInfrastructureOpeningsResponse" message="tns:FindInfrastructureOpeningsResponse"/></wsdl:operation><wsdl:operation name="ListPlaces"><wsdl:documentation><summary>Returns all places which comply with the given search criteria</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListPlaces" name="ListPlacesRequest" message="tns:ListPlacesRequest"><wsdl:documentation><summary>The request for finding places</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListPlacesResponse" name="ListPlacesResponse" message="tns:ListPlacesResponse"/></wsdl:operation><wsdl:operation name="ListReservationActivities"><wsdl:documentation><summary>Returns all reservation activities which comply with the given search criteria</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListReservationActivities" name="ListReservationActivitiesRequest" message="tns:ListReservationActivitiesRequest"><wsdl:documentation><summary>The request for finding reservation activities</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListReservationActivitiesResponse" name="ListReservationActivitiesResponse" message="tns:ListReservationActivitiesResponse"/></wsdl:operation><wsdl:operation name="ListReservationViews"><wsdl:documentation><summary>Returns all reservation views which comply with the given search criteria</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListReservationViews" name="ListReservationViewsRequest" message="tns:ListReservationViewsRequest"><wsdl:documentation><summary>The request for finding reservation views</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListReservationViewsResponse" name="ListReservationViewsResponse" message="tns:ListReservationViewsResponse"/></wsdl:operation><wsdl:operation name="ListCountries"><wsdl:documentation><summary>Returns all countries (including internal codes)</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListCountries" name="ListCountriesRequest" message="tns:ListCountriesRequest"><wsdl:documentation><summary>The request for finding countries</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListCountriesResponse" name="ListCountriesResponse" message="tns:ListCountriesResponse"/></wsdl:operation><wsdl:operation name="FindCounties"><wsdl:documentation><summary>Returns all counties which comply with the given search criteria</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindCounties" name="FindCountiesRequest" message="tns:FindCountiesRequest"><wsdl:documentation><summary>The request for finding counties</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindCountiesResponse" name="FindCountiesResponse" message="tns:FindCountiesResponse"/></wsdl:operation><wsdl:operation name="ListLanguages"><wsdl:documentation><summary>Returns all languages</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListLanguages" name="ListLanguagesRequest" message="tns:ListLanguagesRequest"><wsdl:documentation><summary>The request for listing all languages</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListLanguagesResponse" name="ListLanguagesResponse" message="tns:ListLanguagesResponse"/></wsdl:operation><wsdl:operation name="GetDefaultLanguage"><wsdl:documentation><summary>Returns the default language from ReCreateX if any is configured</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetDefaultLanguage" name="GetDefaultLanguageRequest" message="tns:GetDefaultLanguageRequest"><wsdl:documentation><summary>The request to get the default langauge from the RCX parameters</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetDefaultLanguageResponse" name="GetDefaultLanguageResponse" message="tns:GetDefaultLanguageResponse"/></wsdl:operation><wsdl:operation name="FindLessonsChildrenFiscalCertificates"><wsdl:documentation><summary>Returns FiscalCertificates</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindLessonsChildrenFiscalCertificates" name="FindFiscalCertificatesRequest" message="tns:FindFiscalCertificatesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindLessonsChildrenFiscalCertificatesResponse" name="FindFiscalCertificatesResponse" message="tns:FindFiscalCertificatesResponse"/></wsdl:operation><wsdl:operation name="ListWaitingLists"><wsdl:documentation><summary>Returns all waitinglists</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListWaitingLists" name="ListWaitingListRequest" message="tns:ListWaitingListRequest"><wsdl:documentation><summary>The request for finding waitinglists</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListWaitingListsResponse" name="ListWaitingListResponse" message="tns:ListWaitingListResponse"/></wsdl:operation><wsdl:operation name="ListLessonGroups"><wsdl:documentation><summary>Returns LessonGrouplists</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListLessonGroups" name="ListLessonGroupRequest" message="tns:ListLessonGroupRequest"><wsdl:documentation><summary>The request for finding waitinglists</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListLessonGroupsResponse" name="ListLessonGroupResponse" message="tns:ListLessonGroupResponse"/></wsdl:operation><wsdl:operation name="FindLessonGroupsForCatchUp"><wsdl:documentation><summary>Returns LessonGroups which are available for catch-up registrations</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindLessonGroupsForCatchUp" name="FindLessonGroupsForCatchUpRequest" message="tns:FindLessonGroupsForCatchUpRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindLessonGroupsForCatchUpResponse" name="FindLessonGroupsForCatchUpResponse" message="tns:FindLessonGroupsForCatchUpResponse"/></wsdl:operation><wsdl:operation name="FindLessonGroupOptions"><wsdl:documentation><summary>Returns the options that are linked to a certain lesson group</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindLessonGroupOptions" name="FindLessonGroupOptionsRequest" message="tns:FindLessonGroupOptionsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindLessonGroupOptionsResponse" name="FindLessonGroupOptionsResponse" message="tns:FindLessonGroupOptionsResponse"/></wsdl:operation><wsdl:operation name="ValidNumberOfOptionsForStudent"><wsdl:documentation><summary>Validates the number of options of a lessongroup</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidNumberOfOptionsForStudent" name="ValidNumberOfOptionsForStudentRequest" message="tns:ValidNumberOfOptionsForStudentRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidNumberOfOptionsForStudentResponse" name="ValidNumberOfOptionsForStudentResponse" message="tns:ValidNumberOfOptionsForStudentResponse"/></wsdl:operation><wsdl:operation name="ListSwimmingLevels"><wsdl:documentation><summary>Returns SwimmingLevellists</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListSwimmingLevels" name="ListSwimmingLevelRequest" message="tns:ListSwimmingLevelRequest"><wsdl:documentation><summary>The request for finding waitinglists</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListSwimmingLevelsResponse" name="ListSwimmingLevelResponse" message="tns:ListSwimmingLevelResponse"/></wsdl:operation><wsdl:operation name="ListStudentFollowScores"><wsdl:documentation><summary>Returns StudentFollowScores</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListStudentFollowScores" name="ListStudentFollowScoreRequest" message="tns:ListStudentFollowScoreRequest"><wsdl:documentation><summary>The request for finding StudentFollowScore</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListStudentFollowScoresResponse" name="ListStudentFollowScoreResponse" message="tns:ListStudentFollowScoreResponse"/></wsdl:operation><wsdl:operation name="ListStudentFollowScoresAll"><wsdl:documentation><summary>Returns StudentFollowScores (both current date and previous scores)</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListStudentFollowScoresAll" name="ListStudentFollowScoreAllRequest" message="tns:ListStudentFollowScoreAllRequest"><wsdl:documentation><summary>The request for finding both current and previous StudentFollowScore</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListStudentFollowScoresAllResponse" name="ListStudentFollowScoreAllResponse" message="tns:ListStudentFollowScoreAllResponse"/></wsdl:operation><wsdl:operation name="ListStudentPresences"><wsdl:documentation><summary>Returns StudentPresences</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListStudentPresences" name="ListStudentPresenceRequest" message="tns:ListStudentPresenceRequest"><wsdl:documentation><summary>The request for finding StudentPresence</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListStudentPresencesResponse" name="ListStudentPresenceResponse" message="tns:ListStudentPresenceResponse"/></wsdl:operation><wsdl:operation name="ListLessonGroupPresences"><wsdl:documentation><summary>Returns LessonGroupPresences</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListLessonGroupPresences" name="ListLessonGroupPresencesRequest" message="tns:ListLessonGroupPresencesRequest"><wsdl:documentation><summary>The request for finding StudentPresence</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListLessonGroupPresencesResponse" name="ListLessonGroupPresencesResponse" message="tns:ListLessonGroupPresencesResponse"/></wsdl:operation><wsdl:operation name="ListNorms"><wsdl:documentation><summary>Returns Norms</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListNorms" name="ListNormRequest" message="tns:ListNormRequest"><wsdl:documentation><summary>The request for finding Norms</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListNormsResponse" name="ListNormResponse" message="tns:ListNormResponse"/></wsdl:operation><wsdl:operation name="ListSwimmingDiplomas"><wsdl:documentation><summary>Returns SwimmingDiplomas</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListSwimmingDiplomas" name="ListSwimmingDiplomaRequest" message="tns:ListSwimmingDiplomaRequest"><wsdl:documentation><summary>The request for finding SwimmingDiplomas</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListSwimmingDiplomasResponse" name="ListSwimmingDiplomaResponse" message="tns:ListSwimmingDiplomaResponse"/></wsdl:operation><wsdl:operation name="SaveStudentTransfer"><wsdl:documentation><summary>Returns feedback of SaveStudentTransfer</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveStudentTransfer" name="SaveStudentTransferRequest" message="tns:SaveStudentTransferRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveStudentTransferResponse" name="SaveStudentTransferResponse" message="tns:SaveStudentTransferResponse"/></wsdl:operation><wsdl:operation name="SaveStudentTransfers"><wsdl:documentation><summary>Saves multiple transfers at once and returns feedback per transfer</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveStudentTransfers" name="SaveStudentTransfersRequest" message="tns:SaveStudentTransfersRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveStudentTransfersResponse" name="SaveStudentTransfersResponse" message="tns:SaveStudentTransfersResponse"/></wsdl:operation><wsdl:operation name="SaveLLVInfoToDB"><wsdl:documentation><summary>Returns boolean SaveLLVInfoToDB</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveLLVInfoToDB" name="SaveLLVInfoToDBRequest" message="tns:SaveLLVInfoToDBRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveLLVInfoToDBResponse" name="SaveLLVInfoToDBResponse" message="tns:SaveLLVInfoToDBResponse"/></wsdl:operation><wsdl:operation name="SaveLLVDiplomaDate"><wsdl:documentation><summary>Saves the graduation date for a student in a lessongroup</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveLLVDiplomaDate" name="SaveLLVDiplomaDateRequest" message="tns:SaveLLVDiplomaDateRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveLLVDiplomaDateResponse" name="SaveLLVDiplomaDateResponse" message="tns:SaveLLVDiplomaDateResponse"/></wsdl:operation><wsdl:operation name="LLVMessageTranslations"><wsdl:documentation><summary>Returns list LLVMessageTranslation</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/LLVMessageTranslations" name="ListLLVMessageTranslationRequest" message="tns:ListLLVMessageTranslationRequest"><wsdl:documentation><summary>The request for finding Norms</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/LLVMessageTranslationsResponse" name="ListLLVMessageTranslationResponse" message="tns:ListLLVMessageTranslationResponse"/></wsdl:operation><wsdl:operation name="GetPersonLLVInfoByLessonGroup"><wsdl:documentation><summary>Returns list PersonLLVInfo</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetPersonLLVInfoByLessonGroup" name="ListPersonLLVInfoRequest" message="tns:ListPersonLLVInfoRequest"><wsdl:documentation><summary>The request for finding PersonLLVInfos</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetPersonLLVInfoByLessonGroupResponse" name="ListPersonLLVInfoResponse" message="tns:ListPersonLLVInfoResponse"/></wsdl:operation><wsdl:operation name="GetLLVInfo"><wsdl:documentation><summary>Returns list LLVInfo</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetLLVInfo" name="ListLLVInfoRequest" message="tns:ListLLVInfoRequest"><wsdl:documentation><summary>The request for finding LLVInfos</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetLLVInfoResponse" name="ListLLVInfoResponse" message="tns:ListLLVInfoResponse"/></wsdl:operation><wsdl:operation name="FindWaitingListStudentOverview"><wsdl:documentation><summary>Returns waitingliststudent overview</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindWaitingListStudentOverview" name="FindWaitingListStudentOverviewRequest" message="tns:FindWaitingListStudentOverviewRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindWaitingListStudentOverviewResponse" name="FindWaitingListStudentOverviewResponse" message="tns:FindWaitingListStudentOverviewResponse"/></wsdl:operation><wsdl:operation name="DeleteWaitingListStudent"><wsdl:documentation><summary>Delete waitingliststudent</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeleteWaitingListStudent" name="DeleteWaitingListStudentRequest" message="tns:DeleteWaitingListStudentRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeleteWaitingListStudentResponse" name="DeleteWaitingListStudentResponse" message="tns:DeleteWaitingListStudentResponse"/></wsdl:operation><wsdl:operation name="SaveLessonGroup"><wsdl:documentation><summary>Save Lessongroup</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveLessonGroup" name="SaveLessonGroupRequest" message="tns:SaveLessonGroupRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveLessonGroupResponse" name="SaveLessonGroupResponse" message="tns:SaveLessonGroupResponse"/></wsdl:operation><wsdl:operation name="FindLessonGroupComments"><wsdl:documentation><summary>Find LessonGroupComments</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindLessonGroupComments" name="FindLessonGroupCommentsRequest" message="tns:FindLessonGroupCommentsRequest"><wsdl:documentation><summary>The request for finding LessonGroupComments</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindLessonGroupCommentsResponse" name="FindLessonGroupCommentsResponse" message="tns:FindLessonGroupCommentsResponse"/></wsdl:operation><wsdl:operation name="SaveLessonGroupComment"><wsdl:documentation><summary>Save LessonGroupComments</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveLessonGroupComment" name="SaveLessonGroupCommentRequest" message="tns:SaveLessonGroupCommentRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveLessonGroupCommentResponse" name="SaveLessonGroupCommentResponse" message="tns:SaveLessonGroupCommentResponse"/></wsdl:operation><wsdl:operation name="UnsubscribeLessonGroupDay"><wsdl:documentation><summary>Unsubscribe LessonGroupDay</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/UnsubscribeLessonGroupDay" name="UnsubscribeLessonGroupDayRequest" message="tns:UnsubscribeLessonGroupDayRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/UnsubscribeLessonGroupDayResponse" name="UnsubscribeLessonGroupDayResponse" message="tns:UnsubscribeLessonGroupDayResponse"/></wsdl:operation><wsdl:operation name="FindUnsubscribeLessonGroupDayManipulations"><wsdl:documentation><summary>Find UnsubscribeLessonGroupDayManipulations</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindUnsubscribeLessonGroupDayManipulations" name="FindUnsubscribeLessonGroupDayManipulationsRequest" message="tns:FindUnsubscribeLessonGroupDayManipulationsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindUnsubscribeLessonGroupDayManipulationsResponse" name="FindUnsubscribeLessonGroupDayManipulationsResponse" message="tns:FindUnsubscribeLessonGroupDayManipulationsResponse"/></wsdl:operation><wsdl:operation name="FindCatchUpLessonGroupDayManipulations"><wsdl:documentation><summary>Find CatchUpLessonGroupDayManipulations</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindCatchUpLessonGroupDayManipulations" name="FindCatchUpLessonGroupDayManipulationsRequest" message="tns:FindCatchUpLessonGroupDayManipulationsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindCatchUpLessonGroupDayManipulationsResponse" name="FindCatchUpLessonGroupDayManipulationsResponse" message="tns:FindCatchUpLessonGroupDayManipulationsResponse"/></wsdl:operation><wsdl:operation name="CatchUpLessonGroupDay"><wsdl:documentation><summary>Register Catch-Up LessonGroupDay</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CatchUpLessonGroupDay" name="CatchUpLessonGroupDayRequest" message="tns:CatchUpLessonGroupDayRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CatchUpLessonGroupDayResponse" name="CatchUpLessonGroupDayResponse" message="tns:CatchUpLessonGroupDayResponse"/></wsdl:operation><wsdl:operation name="GetLlvCreditInfo"><wsdl:documentation><summary>Get LLV Credit info</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetLlvCreditInfo" name="GetLlvCreditInfoRequest" message="tns:GetLlvCreditInfoRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetLlvCreditInfoResponse" name="GetLlvCreditInfoResponse" message="tns:GetLlvCreditInfoResponse"/></wsdl:operation><wsdl:operation name="FindPersonLlvTransferHistories"><wsdl:documentation><summary>Find the transfer histories for a specific person</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindPersonLlvTransferHistories" name="FindPersonLlvTransferHistoriesRequest" message="tns:FindPersonLlvTransferHistoriesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindPersonLlvTransferHistoriesResponse" name="FindPersonLlvTransferHistoriesResponse" message="tns:FindPersonLlvTransferHistoriesResponse"/></wsdl:operation><wsdl:operation name="FindPersonLlvCurrentLessonGroups"><wsdl:documentation><summary>Find the current lesson groups for a specific person</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindPersonLlvCurrentLessonGroups" name="FindPersonLlvCurrentLessonGroupsRequest" message="tns:FindPersonLlvCurrentLessonGroupsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindPersonLlvCurrentLessonGroupsResponse" name="FindPersonLlvCurrentLessonGroupsResponse" message="tns:FindPersonLlvCurrentLessonGroupsResponse"/></wsdl:operation><wsdl:operation name="ValidateWaitingListCall"><wsdl:documentation><summary>Validate WaitingListCall and returns a validation result and specific info about the WaitingListCall</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidateWaitingListCall" name="ValidateWaitingListCallRequest" message="tns:ValidateWaitingListCallRequest"><wsdl:documentation><summary>The request for finding ValidateWaitingListCall</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidateWaitingListCallResponse" name="ValidateWaitingListCallResponse" message="tns:ValidateWaitingListCallResponse"><wsdl:documentation><summary>The response for finding ValidateWaitingListCall</summary></wsdl:documentation></wsdl:output></wsdl:operation><wsdl:operation name="ListWaitingListCalls"><wsdl:documentation><summary>Returns all WaitingListCalls for a specific waitinglist student</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListWaitingListCalls" name="ListWaitingListCallsRequest" message="tns:ListWaitingListCallsRequest"><wsdl:documentation><summary>The request for finding ListWaitingListCalls</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListWaitingListCallsResponse" name="ListWaitingListCallsResponse" message="tns:ListWaitingListCallsResponse"><wsdl:documentation><summary>The response for ListWaitingListCalls</summary></wsdl:documentation></wsdl:output></wsdl:operation><wsdl:operation name="ConfirmWaitingListCall"><wsdl:documentation><summary>Confirm WaitingListCall and returns a validation result with the user choice accepted/denied</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ConfirmWaitingListCall" name="ConfirmWaitingListCallRequest" message="tns:ConfirmWaitingListCallRequest"><wsdl:documentation><summary>The request for confirming/denying a call</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ConfirmWaitingListCallResponse" name="ConfirmWaitingListCallResponse" message="tns:ConfirmWaitingListCallResponse"><wsdl:documentation><summary>The response to inform wether the confirmation or denial succeeded</summary></wsdl:documentation></wsdl:output></wsdl:operation><wsdl:operation name="SavePreferredLessonGroups"><wsdl:documentation><summary>Saves a WaitingListStudent's preferred LessonGroups</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SavePreferredLessonGroups" name="SavePreferredLessonGroupsRequest" message="tns:SavePreferredLessonGroupsRequest"><wsdl:documentation><summary>The request for finding saving preferred lesson groups</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SavePreferredLessonGroupsResponse" name="SavePreferredLessonGroupsResponse" message="tns:SavePreferredLessonGroupsResponse"/></wsdl:operation><wsdl:operation name="AuthenticateEmployee"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/AuthenticateEmployee" name="AuthenticateEmployeeRequest" message="tns:AuthenticateEmployeeRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/AuthenticateEmployeeResponse" name="AuthenticateEmployeeResponse" message="tns:AuthenticateEmployeeResponse"/></wsdl:operation><wsdl:operation name="FindEmployees"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindEmployees" name="FindEmployeesRequest" message="tns:FindEmployeesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindEmployeesResponse" name="FindEmployeesResponse" message="tns:FindEmployeesResponse"/></wsdl:operation><wsdl:operation name="SaveEmployee"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveEmployee" name="SaveEmployeeRequest" message="tns:SaveEmployeeRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveEmployeeResponse" name="SaveEmployeeResponse" message="tns:SaveEmployeeResponse"/></wsdl:operation><wsdl:operation name="SaveEmployeePassword"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveEmployeePassword" name="SaveEmployeePasswordRequest" message="tns:SaveEmployeePasswordRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveEmployeePasswordResponse" name="SaveEmployeePasswordResponse" message="tns:SaveEmployeePasswordResponse"/></wsdl:operation><wsdl:operation name="IsEmployeePasswordExpired"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/IsEmployeePasswordExpired" name="IsEmployeePasswordExpiredRequest" message="tns:IsEmployeePasswordExpiredRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/IsEmployeePasswordExpiredResponse" name="IsEmployeePasswordExpiredResponse" message="tns:IsEmployeePasswordExpiredResponse"/></wsdl:operation><wsdl:operation name="SaveEmployeeTaskAttachment"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveEmployeeTaskAttachment" name="SaveEmployeeTaskAttachmentRequest" message="tns:SaveEmployeeTaskAttachmentRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveEmployeeTaskAttachmentResponse" name="SaveEmployeeTaskAttachmentResponse" message="tns:SaveEmployeeTaskAttachmentResponse"/></wsdl:operation><wsdl:operation name="DeleteEmployeeTaskAttachment"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeleteEmployeeTaskAttachment" name="DeleteEmployeeTaskAttachmentRequest" message="tns:DeleteEmployeeTaskAttachmentRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeleteEmployeeTaskAttachmentResponse" name="DeleteEmployeeTaskAttachmentResponse" message="tns:DeleteEmployeeTaskAttachmentResponse"/></wsdl:operation><wsdl:operation name="FindEmployeeTaskAttachments"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindEmployeeTaskAttachments" name="FindEmployeeTaskAttachmentsRequest" message="tns:FindEmployeeTaskAttachmentsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindEmployeeTaskAttachmentsResponse" name="FindEmployeeTaskAttachmentsResponse" message="tns:FindEmployeeTaskAttachmentsResponse"/></wsdl:operation><wsdl:operation name="FindEmployeeTasks"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindEmployeeTasks" name="FindEmployeeTasksRequest" message="tns:FindEmployeeTasksRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindEmployeeTasksResponse" name="FindEmployeeTasksResponse" message="tns:FindEmployeeTasksResponse"/></wsdl:operation><wsdl:operation name="SaveEmployeeTask"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveEmployeeTask" name="SaveEmployeeTaskRequest" message="tns:SaveEmployeeTaskRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveEmployeeTaskResponse" name="SaveEmployeeTaskResponse" message="tns:SaveEmployeeTaskResponse"/></wsdl:operation><wsdl:operation name="DeleteEmployeeTask"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeleteEmployeeTask" name="DeleteEmployeeTaskRequest" message="tns:DeleteEmployeeTaskRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeleteEmployeeTaskResponse" name="DeleteEmployeeTaskResponse" message="tns:DeleteEmployeeTaskResponse"/></wsdl:operation><wsdl:operation name="SaveEmployeeTaskStatus"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveEmployeeTaskStatus" name="SaveEmployeeTaskStatusRequest" message="tns:SaveEmployeeTaskStatusRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveEmployeeTaskStatusResponse" name="SaveEmployeeTaskStatusResponse" message="tns:SaveEmployeeTaskStatusResponse"/></wsdl:operation><wsdl:operation name="FindEmployeeNotifications"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindEmployeeNotifications" name="FindEmployeeNotificationsRequest" message="tns:FindEmployeeNotificationsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindEmployeeNotificationsResponse" name="FindEmployeeNotificationsResponse" message="tns:FindEmployeeNotificationsResponse"/></wsdl:operation><wsdl:operation name="FindSkills"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindSkills" name="FindSkillsRequest" message="tns:FindSkillsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindSkillsResponse" name="FindSkillsResponse" message="tns:FindSkillsResponse"/></wsdl:operation><wsdl:operation name="AssignEmployeeToTasks"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/AssignEmployeeToTasks" name="AssignEmployeeToTasksRequest" message="tns:AssignEmployeeToTasksRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/AssignEmployeeToTasksResponse" name="AssignEmployeeToTasksResponse" message="tns:AssignEmployeeToTasksResponse"/></wsdl:operation><wsdl:operation name="FindWorkTypes"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindWorkTypes" name="FindWorkTypesRequest" message="tns:FindWorkTypesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindWorkTypesResponse" name="FindWorkTypesResponse" message="tns:FindWorkTypesResponse"/></wsdl:operation><wsdl:operation name="FindEmployeeAvailabilities"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindEmployeeAvailabilities" name="FindEmployeeAvailabilitiesRequest" message="tns:FindEmployeeAvailabilitiesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindEmployeeAvailabilitiesResponse" name="FindEmployeeAvailabilitiesResponse" message="tns:FindEmployeeAvailabilitiesResponse"/></wsdl:operation><wsdl:operation name="SaveEmployeeAvailability"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveEmployeeAvailability" name="SaveEmployeeAvailabilityRequest" message="tns:SaveEmployeeAvailabilityRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveEmployeeAvailabilityResponse" name="SaveEmployeeAvailabilityResponse" message="tns:SaveEmployeeAvailabilityResponse"/></wsdl:operation><wsdl:operation name="SaveEmployeeAvailabilities"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveEmployeeAvailabilities" name="SaveEmployeeAvailabilitiesRequest" message="tns:SaveEmployeeAvailabilitiesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveEmployeeAvailabilitiesResponse" name="SaveEmployeeAvailabilitiesResponse" message="tns:SaveEmployeeAvailabilitiesResponse"/></wsdl:operation><wsdl:operation name="DeleteEmployeeAvailability"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeleteEmployeeAvailability" name="DeleteEmployeeAvailabilityRequest" message="tns:DeleteEmployeeAvailabilityRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeleteEmployeeAvailabilityResponse" name="DeleteEmployeeAvailabilityResponse" message="tns:DeleteEmployeeAvailabilityResponse"/></wsdl:operation><wsdl:operation name="GetTaskFlowSettings"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetTaskFlowSettings" name="GetTaskFlowSettingsRequest" message="tns:GetTaskFlowSettingsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetTaskFlowSettingsResponse" name="GetTaskFlowSettingsResponse" message="tns:GetTaskFlowSettingsResponse"/></wsdl:operation><wsdl:operation name="FindVendors"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindVendors" name="FindVendorsRequest" message="tns:FindVendorsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindVendorsResponse" name="FindVendorsResponse" message="tns:FindVendorsResponse"/></wsdl:operation><wsdl:operation name="FindVendorGroups"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindVendorGroups" name="FindVendorGroupsRequest" message="tns:FindVendorGroupsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindVendorGroupsResponse" name="FindVendorGroupsResponse" message="tns:FindVendorGroupsResponse"/></wsdl:operation><wsdl:operation name="FindPurchaseArticles"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindPurchaseArticles" name="FindPurchaseArticlesRequest" message="tns:FindPurchaseArticlesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindPurchaseArticlesResponse" name="FindPurchaseArticlesResponse" message="tns:FindPurchaseArticlesResponse"/></wsdl:operation><wsdl:operation name="FindStockLocations"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindStockLocations" name="FindStockLocationsRequest" message="tns:FindStockLocationsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindStockLocationsResponse" name="FindStockLocationsResponse" message="tns:FindStockLocationsResponse"/></wsdl:operation><wsdl:operation name="FindPurchaseOrders"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindPurchaseOrders" name="FindPurchaseOrdersRequest" message="tns:FindPurchaseOrdersRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindPurchaseOrdersResponse" name="FindPurchaseOrdersResponse" message="tns:FindPurchaseOrdersResponse"/></wsdl:operation><wsdl:operation name="ValidatePurchaseOrder"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidatePurchaseOrder" name="ValidatePurchaseOrderRequest" message="tns:ValidatePurchaseOrderRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidatePurchaseOrderResponse" name="ValidatePurchaseOrderResponse" message="tns:ValidatePurchaseOrderResponse"/></wsdl:operation><wsdl:operation name="ValidatePurchaseLine"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidatePurchaseLine" name="ValidatePurchaseLineRequest" message="tns:ValidatePurchaseLineRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidatePurchaseLineResponse" name="ValidatePurchaseLineResponse" message="tns:ValidatePurchaseLineResponse"/></wsdl:operation><wsdl:operation name="SavePurchaseOrder"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SavePurchaseOrder" name="SavePurchaseOrderRequest" message="tns:SavePurchaseOrderRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SavePurchaseOrderResponse" name="SavePurchaseOrderResponse" message="tns:SavePurchaseOrderResponse"/></wsdl:operation><wsdl:operation name="DeletePurchaseOrder"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeletePurchaseOrder" name="DeletePurchaseOrderRequest" message="tns:DeletePurchaseOrderRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeletePurchaseOrderResponse" name="DeletePurchaseOrderResponse" message="tns:DeletePurchaseOrderResponse"/></wsdl:operation><wsdl:operation name="SavePurchaseLine"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SavePurchaseLine" name="SavePurchaseLineRequest" message="tns:SavePurchaseLineRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SavePurchaseLineResponse" name="SavePurchaseLineResponse" message="tns:SavePurchaseLineResponse"/></wsdl:operation><wsdl:operation name="DeletePurchaseLine"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeletePurchaseLine" name="DeletePurchaseLineRequest" message="tns:DeletePurchaseLineRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeletePurchaseLineResponse" name="DeletePurchaseLineResponse" message="tns:DeletePurchaseLineResponse"/></wsdl:operation><wsdl:operation name="FindRentalArticles"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindRentalArticles" name="FindRentalArticlesRequest" message="tns:FindRentalArticlesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindRentalArticlesResponse" name="FindRentalArticlesResponse" message="tns:FindRentalArticlesResponse"/></wsdl:operation><wsdl:operation name="FindRentalOrders"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindRentalOrders" name="FindRentalOrdersRequest" message="tns:FindRentalOrdersRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindRentalOrdersResponse" name="FindRentalOrdersResponse" message="tns:FindRentalOrdersResponse"/></wsdl:operation><wsdl:operation name="GetRentalOrder"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetRentalOrder" name="GetRentalOrderRequest" message="tns:GetRentalOrderRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetRentalOrderResponse" name="GetRentalOrderResponse" message="tns:GetRentalOrderResponse"/></wsdl:operation><wsdl:operation name="CancelRentalOrder"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CancelRentalOrder" name="CancelRentalOrderRequest" message="tns:CancelRentalOrderRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CancelRentalOrderResponse" name="CancelRentalOrderResponse" message="tns:CancelRentalOrderResponse"/></wsdl:operation><wsdl:operation name="GetRentalPricing"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetRentalPricing" name="GetRentalPricingRequest" message="tns:GetRentalPricingRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetRentalPricingResponse" name="GetRentalPricingResponse" message="tns:GetRentalPricingResponse"/></wsdl:operation><wsdl:operation name="FindRentalArticleAvailablePeriods"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindRentalArticleAvailablePeriods" name="FindRentalArticleAvailablePeriodsRequest" message="tns:FindRentalArticleAvailablePeriodsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindRentalArticleAvailablePeriodsResponse" name="FindRentalArticleAvailablePeriodsResponse" message="tns:FindRentalArticleAvailablePeriodsResponse"/></wsdl:operation><wsdl:operation name="FindRentalActivities"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindRentalActivities" name="FindRentalActivitiesRequest" message="tns:FindRentalActivitiesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindRentalActivitiesResponse" name="FindRentalActivitiesResponse" message="tns:FindRentalActivitiesResponse"/></wsdl:operation><wsdl:operation name="FindRentalPlaces"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindRentalPlaces" name="FindRentalPlacesRequest" message="tns:FindRentalPlacesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindRentalPlacesResponse" name="FindRentalPlacesResponse" message="tns:FindRentalPlacesResponse"/></wsdl:operation><wsdl:operation name="GetRentalOrdersByDate"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetRentalOrdersByDate" name="GetRentalOrdersByDateRequest" message="tns:GetRentalOrdersByDateRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetRentalOrdersByDateResponse" name="GetRentalOrdersByDateResponse" message="tns:GetRentalOrdersByDateResponse"/></wsdl:operation><wsdl:operation name="GetRentalPlaceOpeningHour"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetRentalPlaceOpeningHour" name="GetRentalPlaceOpeningHourRequest" message="tns:GetRentalPlaceOpeningHourRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetRentalPlaceOpeningHourResponse" name="GetRentalPlaceOpeningHourResponse" message="tns:GetRentalPlaceOpeningHourResponse"/></wsdl:operation><wsdl:operation name="AuthenticateChildCareCentreEmployee"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/AuthenticateChildCareCentreEmployee" name="AuthenticateChildCareCentreEmployeeRequest" message="tns:AuthenticateChildCareCentreEmployeeRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/AuthenticateChildCareCentreEmployeeResponse" name="AuthenticateChildCareCentreEmployeeResponse" message="tns:AuthenticateChildCareCentreEmployeeResponse"/></wsdl:operation><wsdl:operation name="FindChildCareCentres"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindChildCareCentres" name="FindChildCareCentresRequest" message="tns:FindChildCareCentresRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindChildCareCentresResponse" name="FindChildCareCentresResponse" message="tns:FindChildCareCentresResponse"/></wsdl:operation><wsdl:operation name="FindChildCareCentrePeriods"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindChildCareCentrePeriods" name="FindChildCareCentrePeriodsRequest" message="tns:FindChildCareCentrePeriodsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindChildCareCentrePeriodsResponse" name="FindChildCareCentrePeriodsResponse" message="tns:FindChildCareCentrePeriodsResponse"/></wsdl:operation><wsdl:operation name="FindChildCareEntryPeriods"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindChildCareEntryPeriods" name="FindChildCareEntryPeriodsRequest" message="tns:FindChildCareEntryPeriodsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindChildCareEntryPeriodsResponse" name="FindChildCareEntryPeriodsResponse" message="tns:FindChildCareEntryPeriodsResponse"/></wsdl:operation><wsdl:operation name="FindChildCareCentreEntries"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindChildCareCentreEntries" name="FindChildCareCentreEntriesRequest" message="tns:FindChildCareCentreEntriesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindChildCareCentreEntriesResponse" name="FindChildCareCentreEntriesResponse" message="tns:FindChildCareCentreEntriesResponse"/></wsdl:operation><wsdl:operation name="FindChildCareCentreAbsences"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindChildCareCentreAbsences" name="FindChildCareCentreAbsencesRequest" message="tns:FindChildCareCentreAbsencesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindChildCareCentreAbsencesResponse" name="FindChildCareCentreAbsencesResponse" message="tns:FindChildCareCentreAbsencesResponse"/></wsdl:operation><wsdl:operation name="FindChildCareCentrePresences"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindChildCareCentrePresences" name="FindChildCareCentrePresencesRequest" message="tns:FindChildCareCentrePresencesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindChildCareCentrePresencesResponse" name="FindChildCareCentrePresencesResponse" message="tns:FindChildCareCentrePresencesResponse"/></wsdl:operation><wsdl:operation name="SaveChildCareCentrePresence"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveChildCareCentrePresence" name="SaveChildCareCentrePresenceRequest" message="tns:SaveChildCareCentrePresenceRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveChildCareCentrePresenceResponse" name="SaveChildCareCentrePresenceResponse" message="tns:SaveChildCareCentrePresenceResponse"/></wsdl:operation><wsdl:operation name="SaveChildCareCentrePresenceList"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveChildCareCentrePresenceList" name="SaveChildCareCentrePresenceListRequest" message="tns:SaveChildCareCentrePresenceListRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveChildCareCentrePresenceListResponse" name="SaveChildCareCentrePresenceListResponse" message="tns:SaveChildCareCentrePresenceListResponse"/></wsdl:operation><wsdl:operation name="DeleteChildCareCentrePresence"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeleteChildCareCentrePresence" name="DeleteChildCareCentrePresenceRequest" message="tns:DeleteChildCareCentrePresenceRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeleteChildCareCentrePresenceResponse" name="DeleteChildCareCentrePresenceResponse" message="tns:DeleteChildCareCentrePresenceResponse"/></wsdl:operation><wsdl:operation name="FindChildCareCentrePresenceHeaders"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindChildCareCentrePresenceHeaders" name="FindChildCareCentrePresenceHeadersRequest" message="tns:FindChildCareCentrePresenceHeadersRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindChildCareCentrePresenceHeadersResponse" name="FindChildCareCentrePresenceHeadersResponse" message="tns:FindChildCareCentrePresenceHeadersResponse"/></wsdl:operation><wsdl:operation name="GetChildCareChipKnip"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetChildCareChipKnip" name="FindChildCareCentreChipKnipRequest" message="tns:FindChildCareCentreChipKnipRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetChildCareChipKnipResponse" name="FindChildCareCentreChipKnipResponse" message="tns:FindChildCareCentreChipKnipResponse"/></wsdl:operation><wsdl:operation name="GetChildCareChipKnips"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetChildCareChipKnips" name="GetChildCareChipKnipsRequest" message="tns:GetChildCareChipKnipsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetChildCareChipKnipsResponse" name="GetChildCareChipKnipsResponse" message="tns:GetChildCareChipKnipsResponse"/></wsdl:operation><wsdl:operation name="FindChildCareCentreLogbookEntries"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindChildCareCentreLogbookEntries" name="FindChildCareCentreLogbookEntriesRequest" message="tns:FindChildCareCentreLogbookEntriesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindChildCareCentreLogbookEntriesResponse" name="FindChildCareCentreLogbookEntriesResponse" message="tns:FindChildCareCentreLogbookEntriesResponse"/></wsdl:operation><wsdl:operation name="SaveChildCareCentreLogbookEntry"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveChildCareCentreLogbookEntry" name="SaveChildCareCentreLogbookEntryRequest" message="tns:SaveChildCareCentreLogbookEntryRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveChildCareCentreLogbookEntryResponse" name="SaveChildCareCentreLogbookEntryResponse" message="tns:SaveChildCareCentreLogbookEntryResponse"/></wsdl:operation><wsdl:operation name="DeleteChildCareCentreLogbookEntry"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeleteChildCareCentreLogbookEntry" name="DeleteChildCareCentreLogbookEntryRequest" message="tns:DeleteChildCareCentreLogbookEntryRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeleteChildCareCentreLogbookEntryResponse" name="DeleteChildCareCentreLogbookEntryResponse" message="tns:DeleteChildCareCentreLogbookEntryResponse"/></wsdl:operation><wsdl:operation name="UpdateChildCareCentreEntry"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/UpdateChildCareCentreEntry" name="UpdateChildCareCentreEntryRequest" message="tns:UpdateChildCareCentreEntryRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/UpdateChildCareCentreEntryResponse" name="UpdateChildCareCentreEntryResponse" message="tns:UpdateChildCareCentreEntryResponse"/></wsdl:operation><wsdl:operation name="CancelChildCareCentreEntry"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CancelChildCareCentreEntry" name="CancelChildCareCentreEntryRequest" message="tns:CancelChildCareCentreEntryRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CancelChildCareCentreEntryResponse" name="CancelChildCareCentreEntryResponse" message="tns:CancelChildCareCentreEntryResponse"/></wsdl:operation><wsdl:operation name="GetChildCareEntryTariffs"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetChildCareEntryTariffs" name="GetChildCareEntryTariffsRequest" message="tns:GetChildCareEntryTariffsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetChildCareEntryTariffsResponse" name="GetChildCareEntryTariffsResponse" message="tns:GetChildCareEntryTariffsResponse"/></wsdl:operation><wsdl:operation name="FindChildCareSchoolHolidays"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindChildCareSchoolHolidays" name="FindChildCareSchoolHolidaysRequest" message="tns:FindChildCareSchoolHolidaysRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindChildCareSchoolHolidaysResponse" name="FindChildCareSchoolHolidaysResponse" message="tns:FindChildCareSchoolHolidaysResponse"/></wsdl:operation><wsdl:operation name="ChildCareCentreOptionGetAvailability"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ChildCareCentreOptionGetAvailability" name="ChildCareCentreOptionGetAvailabilityRequest" message="tns:ChildCareCentreOptionGetAvailabilityRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ChildCareCentreOptionGetAvailabilityResponse" name="ChildCareCentreOptionGetAvailabilityResponse" message="tns:ChildCareCentreOptionGetAvailabilityResponse"/></wsdl:operation><wsdl:operation name="GetChildCareCentrePresenceOptions"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetChildCareCentrePresenceOptions" name="GetChildCareCentrePresenceOptionsRequest" message="tns:GetChildCareCentrePresenceOptionsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetChildCareCentrePresenceOptionsResponse" name="GetChildCareCentrePresenceOptionsResponse" message="tns:GetChildCareCentrePresenceOptionsResponse"/></wsdl:operation><wsdl:operation name="SaveJournal"><wsdl:documentation><summary>Save the journal</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveJournal" name="SaveJournalRequest" message="tns:SaveJournalRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveJournalResponse" name="SaveJournalResponse" message="tns:SaveJournalResponse"/></wsdl:operation><wsdl:operation name="SaveJournalLines"><wsdl:documentation><summary>List of journals</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveJournalLines" name="SaveJournalLinesRequest" message="tns:SaveJournalLinesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveJournalLinesResponse" name="SaveJournalLinesResponse" message="tns:SaveJournalLinesResponse"/></wsdl:operation><wsdl:operation name="FinalizeJournal"><wsdl:documentation><summary>Finalize journal</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FinalizeJournal" name="FinalizeJournalRequest" message="tns:FinalizeJournalRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FinalizeJournalResponse" name="FinalizeJournalResponse" message="tns:FinalizeJournalResponse"/></wsdl:operation><wsdl:operation name="GetJournalsSummary"><wsdl:documentation><summary>Get a summary for each journal type</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetJournalsSummary" name="GetJournalsSummaryRequest" message="tns:GetJournalsSummaryRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetJournalsSummaryResponse" name="GetJournalsSummaryResponse" message="tns:GetJournalsSummaryResponse"/></wsdl:operation><wsdl:operation name="FindJournalLines"><wsdl:documentation><summary>List of journal lines</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindJournalLines" name="FindJournalLinesRequest" message="tns:FindJournalLinesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindJournalLinesResponse" name="FindJournalLinesResponse" message="tns:FindJournalLinesResponse"/></wsdl:operation><wsdl:operation name="FindExpositionTypes"><wsdl:documentation><summary>Find Exposition types</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindExpositionTypes" name="FindExpositionTypesRequest" message="tns:FindExpositionTypesRequest"><wsdl:documentation><summary>The request for finding exposition types</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindExpositionTypesResponse" name="FindExpositionTypesResponse" message="tns:FindExpositionTypesResponse"/></wsdl:operation><wsdl:operation name="FindExpositions"><wsdl:documentation><summary>Find Expositions</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindExpositions" name="FindExpositionRequest" message="tns:FindExpositionRequest"><wsdl:documentation><summary>The request for finding expositions</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindExpositionsResponse" name="FindExpositionResponse" message="tns:FindExpositionResponse"/></wsdl:operation><wsdl:operation name="FindOrganisedVisits"><wsdl:documentation><summary>Find My organised visits</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindOrganisedVisits" name="FindOrganisedVisitsRequest" message="tns:FindOrganisedVisitsRequest"><wsdl:documentation><summary>The request for finding organised visits</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindOrganisedVisitsResponse" name="FindOrganisedVisitsResponse" message="tns:FindOrganisedVisitsResponse"/></wsdl:operation><wsdl:operation name="SaveOrganisedVisitNames"><wsdl:documentation><summary>Save organised visit linked names</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveOrganisedVisitNames" name="SaveOrganisedVisitNamesRequest" message="tns:SaveOrganisedVisitNamesRequest"><wsdl:documentation><summary>The request for saving the organised visit names</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveOrganisedVisitNamesResponse" message="tns:IWebShop_SaveOrganisedVisitNames_OutputMessage"/></wsdl:operation><wsdl:operation name="ListExpositionLocations"><wsdl:documentation><summary>Returns all locations available in the system that are being used in valid Expositions</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListExpositionLocations" name="ListExpositionLocationsRequest" message="tns:ListExpositionLocationsRequest"><wsdl:documentation><summary>The request for listing Locations being used in Expositions</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListExpositionLocationsResponse" name="ListExpositionLocationsResponse" message="tns:ListExpositionLocationsResponse"/></wsdl:operation><wsdl:operation name="FindExpositionSubCategories"><wsdl:documentation><summary>Returns all Exposition Subcategories available in the system</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindExpositionSubCategories" name="FindExpositionSubCategoriesRequest" message="tns:FindExpositionSubCategoriesRequest"><wsdl:documentation><summary>The request for finding exposition subcategories</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindExpositionSubCategoriesResponse" name="FindExpositionSubCategoriesResponse" message="tns:FindExpositionSubCategoriesResponse"/></wsdl:operation><wsdl:operation name="FindExpositionLanguages"><wsdl:documentation><summary>Returns all Exposition languages available in the system</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindExpositionLanguages" name="FindExpositionLanguagesRequest" message="tns:FindExpositionLanguagesRequest"><wsdl:documentation><summary>The request for finding exposition languages</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindExpositionLanguagesResponse" name="FindExpositionLanguagesResponse" message="tns:FindExpositionLanguagesResponse"/></wsdl:operation><wsdl:operation name="ListExpositionCategories"><wsdl:documentation><summary>Returns all Exposition Main categories available in the system</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListExpositionCategories" name="ListExpositionCategoriesRequest" message="tns:ListExpositionCategoriesRequest"><wsdl:documentation><summary>The request for listing Expostion Main categories</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListExpositionCategoriesResponse" name="ListExpositionCategoriesResponse" message="tns:ListExpositionCategoriesResponse"/></wsdl:operation><wsdl:operation name="ValidateExpositionSubscriptionItem"><wsdl:documentation><summary>Returns the validation result</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidateExpositionSubscriptionItem" name="ValidateExpositionSubscriptionItemRequest" message="tns:ValidateExpositionSubscriptionItemRequest"><wsdl:documentation><summary>The request for validating the subscription for an exposition</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidateExpositionSubscriptionItemResponse" name="ValidateExpositionSubscriptionItemResponse" message="tns:ValidateExpositionSubscriptionItemResponse"/></wsdl:operation><wsdl:operation name="FindExpositionOverviewByDay"><wsdl:documentation><summary>Returns an exhibition overview</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindExpositionOverviewByDay" name="FindExpositionOverviewByDayRequest" message="tns:FindExpositionOverviewByDayRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindExpositionOverviewByDayResponse" name="FindExpositionOverviewByDayResponse" message="tns:FindExpositionOverviewByDayResponse"/></wsdl:operation><wsdl:operation name="FindExpositionPrices"><wsdl:documentation><summary>Find exposition prices</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindExpositionPrices" name="FindExpositionPricesRequest" message="tns:FindExpositionPricesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindExpositionPricesResponse" name="FindExpositionPricesResponse" message="tns:FindExpositionPricesResponse"/></wsdl:operation><wsdl:operation name="GetExpositionOptionalArticlesCapacity"><wsdl:documentation><summary>Calculate the remaining exposition options</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetExpositionOptionalArticlesCapacity" name="GetExpositionOptionalArticlesCapacityRequest" message="tns:GetExpositionOptionalArticlesCapacityRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetExpositionOptionalArticlesCapacityResponse" name="GetExpositionOptionalArticlesCapacityResponse" message="tns:GetExpositionOptionalArticlesCapacityResponse"/></wsdl:operation><wsdl:operation name="FindExpositionArticlePrices"><wsdl:documentation><summary>Get the prices of the optional articles from an exposition</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindExpositionArticlePrices" name="FindExpositionArticlePricesRequest" message="tns:FindExpositionArticlePricesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindExpositionArticlePricesResponse" name="FindExpositionArticlePricesResponse" message="tns:FindExpositionArticlePricesResponse"/></wsdl:operation><wsdl:operation name="ChangeExpositionPeriodCapacity"><wsdl:documentation><summary>Change the capacity of an exposition period</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ChangeExpositionPeriodCapacity" name="ChangeExpositionPeriodCapacityRequest" message="tns:ChangeExpositionPeriodCapacityRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ChangeExpositionPeriodCapacityResponse" name="ChangeExpositionPeriodCapacityResponse" message="tns:ChangeExpositionPeriodCapacityResponse"/></wsdl:operation><wsdl:operation name="ChangeExpositionPeriodState"><wsdl:documentation><summary>Change the state of an exposition period</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ChangeExpositionPeriodState" name="ChangeExpositionPeriodStateRequest" message="tns:ChangeExpositionPeriodStateRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ChangeExpositionPeriodStateResponse" name="ChangeExpositionPeriodStateResponse" message="tns:ChangeExpositionPeriodStateResponse"/></wsdl:operation><wsdl:operation name="GetExpositionSales"><wsdl:documentation><summary>Get detailed overview about the exposition sales for a specific exposition</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetExpositionSales" name="GetExpositionSalesRequest" message="tns:GetExpositionSalesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetExpositionSalesResponse" name="GetExpositionSalesResponse" message="tns:GetExpositionSalesResponse"/></wsdl:operation><wsdl:operation name="CancelOrganisedVisit"><wsdl:documentation><summary>Cancel organised visits</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CancelOrganisedVisit" name="CancelOrganisedVisitRequest" message="tns:CancelOrganisedVisitRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CancelOrganisedVisitResponse" name="CancelOrganisedVisitResponse" message="tns:CancelOrganisedVisitResponse"/></wsdl:operation><wsdl:operation name="CheckOrganisedVisitAlreadyRegistered"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CheckOrganisedVisitAlreadyRegistered" name="CheckOrganisedVisitAlreadyRegisteredRequest" message="tns:CheckOrganisedVisitAlreadyRegisteredRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CheckOrganisedVisitAlreadyRegisteredResponse" name="CheckOrganisedVisitAlreadyRegisteredResponse" message="tns:CheckOrganisedVisitAlreadyRegisteredResponse"/></wsdl:operation><wsdl:operation name="AdjustOrganisedVisit"><wsdl:documentation><summary>Adjust organised visits</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/AdjustOrganisedVisit" name="AdjustOrganisedVisitRequest" message="tns:AdjustOrganisedVisitRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/AdjustOrganisedVisitResponse" name="AdjustOrganisedVisitResponse" message="tns:AdjustOrganisedVisitResponse"/></wsdl:operation><wsdl:operation name="GetOrganisedVisitRebookingCosts"><wsdl:documentation><summary>Calculate rebooking cost</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetOrganisedVisitRebookingCosts" name="GetOrganisedVisitRebookingCostsRequest" message="tns:GetOrganisedVisitRebookingCostsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetOrganisedVisitRebookingCostsResponse" name="GetOrganisedVisitRebookingCostResponse" message="tns:GetOrganisedVisitRebookingCostResponse"/></wsdl:operation><wsdl:operation name="FindCombiExpositions"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindCombiExpositions" name="FindCombiExpositionsRequest" message="tns:FindCombiExpositionsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindCombiExpositionsResponse" name="FindCombiExpositionsResponse" message="tns:FindCombiExpositionsResponse"/></wsdl:operation><wsdl:operation name="GetCombiExpositionExpositionExtraArticles"><wsdl:documentation><summary>Get the exposition extra articles for a combi exposition</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetCombiExpositionExpositionExtraArticles" name="GetCombiExpositionExpositionExtraArticlesRequest" message="tns:GetCombiExpositionExpositionExtraArticlesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetCombiExpositionExpositionExtraArticlesResponse" name="GetCombiExpositionExpositionExtraArticlesResponse" message="tns:GetCombiExpositionExpositionExtraArticlesResponse"/></wsdl:operation><wsdl:operation name="GetCombiExpositionTicketsOptionalArticles"><wsdl:documentation><summary>Get the optional articles for the tickets of a combi exposition</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetCombiExpositionTicketsOptionalArticles" name="GetCombiExpositionTicketsOptionalArticlesRequest" message="tns:GetCombiExpositionTicketsOptionalArticlesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetCombiExpositionTicketsOptionalArticlesResponse" name="GetCombiExpositionTicketsOptionalArticlesResponse" message="tns:GetCombiExpositionTicketsOptionalArticlesResponse"/></wsdl:operation><wsdl:operation name="CalculateCombiExpositionReservation"><wsdl:documentation><summary>Calculate combi exposition prices</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CalculateCombiExpositionReservation" name="CalculateCombiExpositionReservationRequest" message="tns:CalculateCombiExpositionReservationRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CalculateCombiExpositionReservationResponse" name="CalculateCombiExpositionReservationResponse" message="tns:CalculateCombiExpositionReservationResponse"/></wsdl:operation><wsdl:operation name="FindCombiOrganisedVisits"><wsdl:documentation><summary>Find My combi organised visits</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindCombiOrganisedVisits" name="FindCombiOrganisedVisitsRequest" message="tns:FindCombiOrganisedVisitsRequest"><wsdl:documentation><summary>The request for finding combi organised visits</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindCombiOrganisedVisitsResponse" name="FindCombiOrganisedVisitsResponse" message="tns:FindCombiOrganisedVisitsResponse"/></wsdl:operation><wsdl:operation name="GetCombiExpositionAllowedPeriods"><wsdl:documentation><summary>Get the allowed periods for the current exposition from your combi exposition</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetCombiExpositionAllowedPeriods" name="GetCombiExpositionAllowedPeriodsRequest" message="tns:GetCombiExpositionAllowedPeriodsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetCombiExpositionAllowedPeriodsResponse" name="GetCombiExpositionAllowedPeriodsResponse" message="tns:GetCombiExpositionAllowedPeriodsResponse"/></wsdl:operation><wsdl:operation name="GetCombiOrganisedVisitRebookingCosts"><wsdl:documentation><summary>Calculate rebooking cost combi organised visit</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetCombiOrganisedVisitRebookingCosts" name="GetCombiOrganisedVisitRebookingCostsRequest" message="tns:GetCombiOrganisedVisitRebookingCostsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetCombiOrganisedVisitRebookingCostsResponse" name="GetCombiOrganisedVisitRebookingCostsResponse" message="tns:GetCombiOrganisedVisitRebookingCostsResponse"/></wsdl:operation><wsdl:operation name="AdjustCombiOrganisedVisit"><wsdl:documentation><summary>Adjust a combi organised visit</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/AdjustCombiOrganisedVisit" name="AdjustCombiOrganisedVisitRequest" message="tns:AdjustCombiOrganisedVisitRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/AdjustCombiOrganisedVisitResponse" name="AdjustCombiOrganisedVisitResponse" message="tns:AdjustCombiOrganisedVisitResponse"/></wsdl:operation><wsdl:operation name="ListFileAgeGroups"><wsdl:documentation><summary>Find FileAgeGroups</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListFileAgeGroups" name="ListFileAgeGroupsRequest" message="tns:ListFileAgeGroupsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListFileAgeGroupsResponse" name="ListFileAgeGroupsResponse" message="tns:ListFileAgeGroupsResponse"/></wsdl:operation><wsdl:operation name="FindFileTypes"><wsdl:documentation><summary>Find FileTypes</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindFileTypes" name="FindFileTypesRequest" message="tns:FindFileTypesRequest"><wsdl:documentation><summary>The request for finding file types</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindFileTypesResponse" name="FindFileTypesResponse" message="tns:FindFileTypesResponse"/></wsdl:operation><wsdl:operation name="ListFileActivityCategories"><wsdl:documentation><summary>Find FileActivityCategories</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListFileActivityCategories" name="ListFileActivityCategoriesRequest" message="tns:ListFileActivityCategoriesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListFileActivityCategoriesResponse" name="ListFileActivityCategoriesResponse" message="tns:ListFileActivityCategoriesResponse"/></wsdl:operation><wsdl:operation name="ListFileActivityPeriods"><wsdl:documentation><summary>Find FileActivityPeriods</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListFileActivityPeriods" name="ListFileActivityPeriodRequest" message="tns:ListFileActivityPeriodRequest"><wsdl:documentation><summary>The request for finding fileActivityPeriods</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListFileActivityPeriodsResponse" name="ListFileActivityPeriodResponse" message="tns:ListFileActivityPeriodResponse"/></wsdl:operation><wsdl:operation name="FindFileActivityArticles"><wsdl:documentation><summary>Find FileActivityArticles</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindFileActivityArticles" name="FindFileActivityArticleRequest" message="tns:FindFileActivityArticleRequest"><wsdl:documentation><summary>The request for finding file activity articles</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindFileActivityArticlesResponse" name="FindFileActivityArticleResponse" message="tns:FindFileActivityArticleResponse"/></wsdl:operation><wsdl:operation name="FindFileActivities"><wsdl:documentation><summary>Find FileActivities</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindFileActivities" name="FindFileActivitiesRequest" message="tns:FindFileActivitiesRequest"><wsdl:documentation><summary>The request for finding file activities</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindFileActivitiesResponse" name="FindFileActivitiesResponse" message="tns:FindFileActivitiesResponse"/></wsdl:operation><wsdl:operation name="FindFiles"><wsdl:documentation><summary>Find Files</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindFiles" name="FindFilesRequest" message="tns:FindFilesRequest"><wsdl:documentation><summary>The request for finding files</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindFilesResponse" name="FindFilesResponse" message="tns:FindFilesResponse"/></wsdl:operation><wsdl:operation name="FindSubFiles"><wsdl:documentation><summary>Find SubFiles</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindSubFiles" name="FindSubFilesRequest" message="tns:FindSubFilesRequest"><wsdl:documentation><summary>The request for finding subfiles</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindSubFilesResponse" name="FindSubFilesResponse" message="tns:FindSubFilesResponse"/></wsdl:operation><wsdl:operation name="ValidateBasket"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidateBasket" name="ValidateBasketRequest" message="tns:ValidateBasketRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidateBasketResponse" name="ValidateBasketResponse" message="tns:ValidateBasketResponse"/></wsdl:operation><wsdl:operation name="ValidatePosBasket"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidatePosBasket" name="ValidatePosBasketRequest" message="tns:ValidatePosBasketRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidatePosBasketResponse" name="ValidatePosBasketResponse" message="tns:ValidatePosBasketResponse"/></wsdl:operation><wsdl:operation name="ValidateBasketItem"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidateBasketItem" name="ValidateBasketItemRequest" message="tns:ValidateBasketItemRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidateBasketItemResponse" name="ValidateBasketItemResponse" message="tns:ValidateBasketItemResponse"/></wsdl:operation><wsdl:operation name="CheckoutBasket"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CheckoutBasket" name="CheckoutBasketRequest" message="tns:CheckoutBasketRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CheckoutBasketResponse" name="CheckoutBasketResponse" message="tns:CheckoutBasketResponse"/></wsdl:operation><wsdl:operation name="CheckoutTemporaryBasket"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CheckoutTemporaryBasket" name="CheckoutTemporaryBasketRequest" message="tns:CheckoutTemporaryBasketRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CheckoutTemporaryBasketResponse" name="CheckoutTemporaryBasketResponse" message="tns:CheckoutTemporaryBasketResponse"/></wsdl:operation><wsdl:operation name="CheckoutPosBasket"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CheckoutPosBasket" name="CheckoutPosBasketRequest" message="tns:CheckoutPosBasketRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CheckoutPosBasketResponse" name="CheckoutBasketResponse" message="tns:CheckoutBasketResponse"/></wsdl:operation><wsdl:operation name="LockBasketItems"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/LockBasketItems" name="LockBasketItemsRequest" message="tns:LockBasketItemsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/LockBasketItemsResponse" name="LockBasketItemsResponse" message="tns:LockBasketItemsResponse"/></wsdl:operation><wsdl:operation name="LockPosBasketItems"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/LockPosBasketItems" name="LockPosBasketItemsRequest" message="tns:LockPosBasketItemsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/LockPosBasketItemsResponse" name="LockPosBasketItemsResponse" message="tns:LockPosBasketItemsResponse"/></wsdl:operation><wsdl:operation name="UnlockBasketItems"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/UnlockBasketItems" name="UnlockBasketItemsRequest" message="tns:UnlockBasketItemsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/UnlockBasketItemsResponse" name="UnlockBasketItemsResponse" message="tns:UnlockBasketItemsResponse"/></wsdl:operation><wsdl:operation name="ReCalculateBasket"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ReCalculateBasket" name="RecalculateBasketRequest" message="tns:RecalculateBasketRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ReCalculateBasketResponse" name="RecalculateBasketResponse" message="tns:RecalculateBasketResponse"/></wsdl:operation><wsdl:operation name="RecalculatePosBasket"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/RecalculatePosBasket" name="RecalculatePosBasketRequest" message="tns:RecalculatePosBasketRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/RecalculatePosBasketResponse" name="RecalculatePosBasketResponse" message="tns:RecalculatePosBasketResponse"/></wsdl:operation><wsdl:operation name="SupportsIncassoPayments"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SupportsIncassoPayments" name="SupportsIncassoPaymentsRequest" message="tns:SupportsIncassoPaymentsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SupportsIncassoPaymentsResponse" name="SupportsIncassoPaymentsResponse" message="tns:SupportsIncassoPaymentsResponse"/></wsdl:operation><wsdl:operation name="SupportsChipKnipPayments"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SupportsChipKnipPayments" name="SupportsChipKnipPaymentsRequest" message="tns:SupportsChipKnipPaymentsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SupportsChipKnipPaymentsResponse" name="SupportsChipKnipPaymentsResponse" message="tns:SupportsChipKnipPaymentsResponse"/></wsdl:operation><wsdl:operation name="SupportsPayLaterPayments"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SupportsPayLaterPayments" name="SupportsPayLaterPaymentsRequest" message="tns:SupportsPayLaterPaymentsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SupportsPayLaterPaymentsResponse" name="SupportsPayLaterPaymentsResponse" message="tns:SupportsPayLaterPaymentsResponse"/></wsdl:operation><wsdl:operation name="ExtendLockPeriod"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ExtendLockPeriod" name="ExtendLockPeriodRequest" message="tns:ExtendLockPeriodRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ExtendLockPeriodResponse" name="ExtendLockPeriodResult" message="tns:ExtendLockPeriodResult"/></wsdl:operation><wsdl:operation name="ExtendLockPeriodByTime"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ExtendLockPeriodByTime" name="ExtendLockPeriodByTimeRequest" message="tns:ExtendLockPeriodByTimeRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ExtendLockPeriodByTimeResponse" name="ExtendLockPeriodResult" message="tns:ExtendLockPeriodResult"/></wsdl:operation><wsdl:operation name="ResetLockPeriod"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ResetLockPeriod" name="ExtendLockPeriodRequest" message="tns:ExtendLockPeriodRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ResetLockPeriodResponse" name="ExtendLockPeriodResult" message="tns:ExtendLockPeriodResult"/></wsdl:operation><wsdl:operation name="ListLockedBasketItems"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListLockedBasketItems" name="ListLockedBasketItemsRequest" message="tns:ListLockedBasketItemsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListLockedBasketItemsResponse" name="ListLockedBasketItemsResponse" message="tns:ListLockedBasketItemsResponse"/></wsdl:operation><wsdl:operation name="ReLockBasketItems"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ReLockBasketItems" name="ReLockBasketItemsRequest" message="tns:ReLockBasketItemsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ReLockBasketItemsResponse" name="ReLockBasketItemsResponse" message="tns:ReLockBasketItemsResponse"/></wsdl:operation><wsdl:operation name="GetProductType"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetProductType" name="GetProductTypeRequest" message="tns:GetProductTypeRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetProductTypeResponse" name="GetProductTypeResponse" message="tns:GetProductTypeResponse"/></wsdl:operation><wsdl:operation name="FindCultureSeries"><wsdl:documentation><summary>Find Culture series based on the search criteria object </summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindCultureSeries" name="FindCultureSeriesRequest" message="tns:FindCultureSeriesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindCultureSeriesResponse" name="FindCultureSeriesResponse" message="tns:FindCultureSeriesResponse"/></wsdl:operation><wsdl:operation name="ListCultureActivities"><wsdl:documentation><summary>Returns all Culture Activities</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListCultureActivities" name="ListCultureActivitiesRequest" message="tns:ListCultureActivitiesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListCultureActivitiesResponse" name="ListCultureActivitiesResponse" message="tns:ListCultureActivitiesResponse"/></wsdl:operation><wsdl:operation name="FindCultureEvents"><wsdl:documentation><summary>Find Culture Events based on the search criteria object </summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindCultureEvents" name="FindCultureEventsRequest" message="tns:FindCultureEventsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindCultureEventsResponse" name="FindCultureEventsResponse" message="tns:FindCultureEventsResponse"/></wsdl:operation><wsdl:operation name="GetHallSeating"><wsdl:documentation><summary>Return the requested hall (including seating information</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetHallSeating" name="GetHallSeatingRequest" message="tns:GetHallSeatingRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetHallSeatingResponse" name="GetHallSeatingResponse" message="tns:GetHallSeatingResponse"/></wsdl:operation><wsdl:operation name="GetHallSeatingWithIncludes"><wsdl:documentation><summary>Return the requested hall (including seating information</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetHallSeatingWithIncludes" name="GetHallSeatingWithIncludesRequest" message="tns:GetHallSeatingWithIncludesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetHallSeatingWithIncludesResponse" name="GetHallSeatingResponse" message="tns:GetHallSeatingResponse"/></wsdl:operation><wsdl:operation name="GetCultureEventSeating"><wsdl:documentation><summary>Return the requested hall (including seating information) for a specific culture event</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetCultureEventSeating" name="GetCultureEventSeatingRequest" message="tns:GetCultureEventSeatingRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetCultureEventSeatingResponse" name="GetHallSeatingResponse" message="tns:GetHallSeatingResponse"/></wsdl:operation><wsdl:operation name="GetCultureEventSeatingWithIncludes"><wsdl:documentation><summary>Return the requested hall (including seating information) for a specific culture event</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetCultureEventSeatingWithIncludes" name="GetCultureEventSeatingWithIncludesRequest" message="tns:GetCultureEventSeatingWithIncludesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetCultureEventSeatingWithIncludesResponse" name="GetHallSeatingResponse" message="tns:GetHallSeatingResponse"/></wsdl:operation><wsdl:operation name="GetCultureSeriesSeating"><wsdl:documentation><summary>Return the requested hall (including seating information) for a specific culture series</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetCultureSeriesSeating" name="GetCultureSeriesSeatingRequest" message="tns:GetCultureSeriesSeatingRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetCultureSeriesSeatingResponse" name="GetHallSeatingResponse" message="tns:GetHallSeatingResponse"/></wsdl:operation><wsdl:operation name="GetCultureSeriesSeatingWithIncludes"><wsdl:documentation><summary>Return the requested hall (including seating information) for a specific culture series</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetCultureSeriesSeatingWithIncludes" name="GetCultureSeriesSeatingWithIncludesRequest" message="tns:GetCultureSeriesSeatingWithIncludesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetCultureSeriesSeatingWithIncludesResponse" name="GetHallSeatingResponse" message="tns:GetHallSeatingResponse"/></wsdl:operation><wsdl:operation name="GetSeatAllocations"><wsdl:documentation><summary>Returns the status of the seats in a hall/block for an event</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetSeatAllocations" name="GetSeatAllocationsRequest" message="tns:GetSeatAllocationsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetSeatAllocationsResponse" name="GetSeatAllocationsResponse" message="tns:GetSeatAllocationsResponse"/></wsdl:operation><wsdl:operation name="GetSiteAllocations"><wsdl:documentation><summary>Returns the status of the different sites for an event</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetSiteAllocations" name="GetSiteAllocationsRequest" message="tns:GetSiteAllocationsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetSiteAllocationsResponse" name="GetSiteAllocationsResponse" message="tns:GetSiteAllocationsResponse"/></wsdl:operation><wsdl:operation name="GetHallAllocations"><wsdl:documentation><summary>Returns the status of the different seats and sites for an event</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetHallAllocations" name="GetHallAllocationsRequest" message="tns:GetHallAllocationsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetHallAllocationsResponse" name="GetHallAllocationsResponse" message="tns:GetHallAllocationsResponse"/></wsdl:operation><wsdl:operation name="FindCultureReservations"><wsdl:documentation><summary>Returns the Culture Reservations based on the search criteria object </summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindCultureReservations" name="FindCultureReservationsRequest" message="tns:FindCultureReservationsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindCultureReservationsResponse" name="FindCultureReservationsResponse" message="tns:FindCultureReservationsResponse"/></wsdl:operation><wsdl:operation name="ListCultureEventCategories"><wsdl:documentation><summary>Return all the CultureEventCategories</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListCultureEventCategories" name="ListCultureEventCategoriesRequest" message="tns:ListCultureEventCategoriesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListCultureEventCategoriesResponse" name="ListCultureEventCategoriesResponse" message="tns:ListCultureEventCategoriesResponse"/></wsdl:operation><wsdl:operation name="FindCultureWaitingListReservations"><wsdl:documentation><summary>Returns the Culture Waiting List Reservations based on the search criteria object </summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindCultureWaitingListReservations" name="FindCultureWaitingListReservationsRequest" message="tns:FindCultureWaitingListReservationsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindCultureWaitingListReservationsResponse" name="FindCultureWaitingListReservationsResponse" message="tns:FindCultureWaitingListReservationsResponse"/></wsdl:operation><wsdl:operation name="ListCultureSubscriptions"><wsdl:documentation><summary>Returns the Culture Subscriptions List based on the search criteria object </summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListCultureSubscriptions" name="ListCultureSubscriptionsRequest" message="tns:ListCultureSubscriptionsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListCultureSubscriptionsResponse" name="ListCultureSubscriptionsResponse" message="tns:ListCultureSubscriptionsResponse"/></wsdl:operation><wsdl:operation name="ListCultureEventTickets"><wsdl:documentation><summary>Returns the Culture Event Tickets List based on the search criteria object</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListCultureEventTickets" name="ListCultureEventTicketsRequest" message="tns:ListCultureEventTicketsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListCultureEventTicketsResponse" name="ListCultureEventTicketsResponse" message="tns:ListCultureEventTicketsResponse"/></wsdl:operation><wsdl:operation name="CreateCultureEvent"><wsdl:documentation><summary>Creates a culture event</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CreateCultureEvent" name="CreateCultureEventRequest" message="tns:CreateCultureEventRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CreateCultureEventResponse" name="CreateCultureEventResponse" message="tns:CreateCultureEventResponse"/></wsdl:operation><wsdl:operation name="UpdateCultureEvent"><wsdl:documentation><summary>Creates a culture event</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/UpdateCultureEvent" name="UpdateCultureEventRequest" message="tns:UpdateCultureEventRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/UpdateCultureEventResponse" name="UpdateCultureEventResponse" message="tns:UpdateCultureEventResponse"/></wsdl:operation><wsdl:operation name="FindPriceGroups"><wsdl:documentation><summary>Returns the pricegroups based on the search criteria object </summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindPriceGroups" name="FindPriceGroupsRequest" message="tns:FindPriceGroupsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindPriceGroupsResponse" name="FindPriceGroupsResponse" message="tns:FindPriceGroupsResponse"/></wsdl:operation><wsdl:operation name="FindReservations"><wsdl:documentation><summary>Returns all reservations</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindReservations" name="FindReservationsRequest" message="tns:FindReservationsRequest"><wsdl:documentation><summary>The request for finding reservations</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindReservationsResponse" name="FindReservationsResponse" message="tns:FindReservationsResponse"/></wsdl:operation><wsdl:operation name="FindReservationsOverviewByDay"><wsdl:documentation><summary>Returns a compact overview of reservations</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindReservationsOverviewByDay" name="FindReservationsOverviewByDayRequest" message="tns:FindReservationsOverviewByDayRequest"><wsdl:documentation><summary>The request for finding reservations</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindReservationsOverviewByDayResponse" name="FindReservationsOverviewByDayResponse" message="tns:FindReservationsOverviewByDayResponse"/></wsdl:operation><wsdl:operation name="CalculateReservationCancelCost"><wsdl:documentation><summary>Calculate the reservation cancel cost</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CalculateReservationCancelCost" name="CalculateReservationCancelCostRequest" message="tns:CalculateReservationCancelCostRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CalculateReservationCancelCostResponse" name="CalculateReservationCancelCostResponse" message="tns:CalculateReservationCancelCostResponse"/></wsdl:operation><wsdl:operation name="CancelReservations"><wsdl:documentation><summary>Cancels a reservation</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CancelReservations" name="CancelReservationRequest" message="tns:CancelReservationRequest"><wsdl:documentation><summary>The request for cancelling a reservation</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CancelReservationsResponse" name="CancelReservationResponse" message="tns:CancelReservationResponse"/></wsdl:operation><wsdl:operation name="FindPriceGroupReservationActivityByActivity"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindPriceGroupReservationActivityByActivity" name="FindPriceGroupReservationActivitiesRequest" message="tns:FindPriceGroupReservationActivitiesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindPriceGroupReservationActivityByActivityResponse" name="FindPriceGroupReservationActivitiesResponse" message="tns:FindPriceGroupReservationActivitiesResponse"/></wsdl:operation><wsdl:operation name="UpdatePlaceReservation"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/UpdatePlaceReservation" name="UpdatePlaceReservationRequest" message="tns:UpdatePlaceReservationRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/UpdatePlaceReservationResponse" name="UpdatePlaceReservationResponse" message="tns:UpdatePlaceReservationResponse"/></wsdl:operation><wsdl:operation name="FindSubsidyInfos"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindSubsidyInfos" name="FindSubsidyInfosRequest" message="tns:FindSubsidyInfosRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindSubsidyInfosResponse" name="FindSubsidyInfosResponse" message="tns:FindSubsidyInfosResponse"/></wsdl:operation><wsdl:operation name="ConfirmReservations"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ConfirmReservations" name="ConfirmReservationsRequest" message="tns:ConfirmReservationsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ConfirmReservationsResponse" name="ConfirmReservationsResponse" message="tns:ConfirmReservationsResponse"/></wsdl:operation><wsdl:operation name="FindAvailablePlacesForReservationActivities"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindAvailablePlacesForReservationActivities" name="FindAvailablePlacesForReservationActivitiesRequest" message="tns:FindAvailablePlacesForReservationActivitiesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindAvailablePlacesForReservationActivitiesResponse" name="FindAvailablePlacesForReservationActivityResponse" message="tns:FindAvailablePlacesForReservationActivityResponse"/></wsdl:operation><wsdl:operation name="SaveReservationAttachment"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveReservationAttachment" name="SaveReservationAttachmentRequest" message="tns:SaveReservationAttachmentRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveReservationAttachmentResponse" name="SaveReservationAttachmentResponse" message="tns:SaveReservationAttachmentResponse"/></wsdl:operation><wsdl:operation name="DeleteReservationAttachment"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeleteReservationAttachment" name="DeleteReservationAttachmentRequest" message="tns:DeleteReservationAttachmentRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeleteReservationAttachmentResponse" name="DeleteReservationAttachmentResponse" message="tns:DeleteReservationAttachmentResponse"/></wsdl:operation><wsdl:operation name="FindReservationAttachments"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindReservationAttachments" name="FindReservationAttachmentsRequest" message="tns:FindReservationAttachmentsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindReservationAttachmentsResponse" name="FindReservationAttachmentsResponse" message="tns:FindReservationAttachmentsResponse"/></wsdl:operation><wsdl:operation name="GetRecurringDayPatternDates"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetRecurringDayPatternDates" name="GetRecurringDayPatternRequest" message="tns:GetRecurringDayPatternRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetRecurringDayPatternDatesResponse" name="GetRecurringDayPatternDatesResponse" message="tns:GetRecurringDayPatternDatesResponse"/></wsdl:operation><wsdl:operation name="ProcessRefund"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ProcessRefund" name="ProcessRefundRequest" message="tns:ProcessRefundRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ProcessRefundResponse" name="ProcessRefundResponse" message="tns:ProcessRefundResponse"/></wsdl:operation><wsdl:operation name="ListBusTripRequests"><wsdl:documentation><summary>Returns all BustripRequests satisfying a criteria</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListBusTripRequests" name="ListBusTripsRequest" message="tns:ListBusTripsRequest"><wsdl:documentation><summary>The request for finding Bustrip requests following certain criteria</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListBusTripRequestsResponse" name="ListBusTripsResponse" message="tns:ListBusTripsResponse"/></wsdl:operation><wsdl:operation name="GetBusTripRequest"><wsdl:documentation><summary>Returns a BustripRequest for a given Id</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetBusTripRequest" name="GetBusTripRequest" message="tns:GetBusTripRequest"><wsdl:documentation><summary>The request for finding a specific Bustrip</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetBusTripRequestResponse" name="GetBusTripResponse" message="tns:GetBusTripResponse"/></wsdl:operation><wsdl:operation name="GetBusTripSerieRequest"><wsdl:documentation><summary>Returns a BustripSerieRequest for a given Id</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetBusTripSerieRequest" name="GetBusTripSerieRequest" message="tns:GetBusTripSerieRequest"><wsdl:documentation><summary>The request for finding a specific Bustrip</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetBusTripSerieRequestResponse" name="GetBusTripSerieResponse" message="tns:GetBusTripSerieResponse"/></wsdl:operation><wsdl:operation name="SaveBusTrip"><wsdl:documentation><summary>Saves a BusTrip request and return the results (Validations)</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveBusTrip" name="SaveBusTripRequest" message="tns:SaveBusTripRequest"><wsdl:documentation><summary>The request for saving BusTrip requests</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveBusTripResponse" name="SaveBusTripResponse" message="tns:SaveBusTripResponse"/></wsdl:operation><wsdl:operation name="SaveBusTripSerie"><wsdl:documentation><summary>Saves a BusTrip serie request and return the results (Validations)</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveBusTripSerie" name="SaveBusTripSerieRequest" message="tns:SaveBusTripSerieRequest"><wsdl:documentation><summary>The request for saving BusTrip serie requests</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveBusTripSerieResponse" name="SaveBusTripSerieResponse" message="tns:SaveBusTripSerieResponse"/></wsdl:operation><wsdl:operation name="CancelBusTrip"><wsdl:documentation><summary>Cancels a BusTrip request.</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CancelBusTrip" name="CancelBusTripRequest" message="tns:CancelBusTripRequest"><wsdl:documentation><summary>The request for canceling a BusTrip</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CancelBusTripResponse" name="CancelBusTripResponse" message="tns:CancelBusTripResponse"/></wsdl:operation><wsdl:operation name="CancelBusTripSerie"><wsdl:documentation><summary>Cancels a BusTripSerie request.</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CancelBusTripSerie" name="CancelBusTripSerieRequest" message="tns:CancelBusTripSerieRequest"><wsdl:documentation><summary>The request for canceling a BusTrip serie</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CancelBusTripSerieResponse" name="CancelBusTripSerieResponse" message="tns:CancelBusTripSerieResponse"/></wsdl:operation><wsdl:operation name="DeleteBusTrip"><wsdl:documentation><summary>Deletes a BusTrip request.</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeleteBusTrip" name="DeleteBusTripRequest" message="tns:DeleteBusTripRequest"><wsdl:documentation><summary>The request for deleting a BusTrip</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeleteBusTripResponse" name="DeleteBusTripResponse" message="tns:DeleteBusTripResponse"/></wsdl:operation><wsdl:operation name="DeleteBusTripSerie"><wsdl:documentation><summary>Deletes a BusTripSerie request.</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeleteBusTripSerie" name="DeleteBusTripSerieRequest" message="tns:DeleteBusTripSerieRequest"><wsdl:documentation><summary>The request for deleting a BusTrip serie</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeleteBusTripSerieResponse" name="DeleteBusTripSerieResponse" message="tns:DeleteBusTripSerieResponse"/></wsdl:operation><wsdl:operation name="GetFitnessNonMemberPerson"><wsdl:documentation><summary>Gets the person which is used for non member reservations on fitness activities</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetFitnessNonMemberPerson" name="GetFitnessNonMemberPersonRequest" message="tns:GetFitnessNonMemberPersonRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetFitnessNonMemberPersonResponse" name="GetFitnessNonMemberPersonResponse" message="tns:GetFitnessNonMemberPersonResponse"/></wsdl:operation><wsdl:operation name="ListFitnessLocations"><wsdl:documentation><summary>Lists all fitness location having one or more fitness activities</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListFitnessLocations" name="ListFitnessLocationsRequest" message="tns:ListFitnessLocationsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListFitnessLocationsResponse" name="ListFitnessLocationsResponse" message="tns:ListFitnessLocationsResponse"/></wsdl:operation><wsdl:operation name="FindFitnessActivities"><wsdl:documentation><summary>Finds all fitness activities satisfying a criteria</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindFitnessActivities" name="FindFitnessActivitiesRequest" message="tns:FindFitnessActivitiesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindFitnessActivitiesResponse" name="FindFitnessActivitiesResponse" message="tns:FindFitnessActivitiesResponse"/></wsdl:operation><wsdl:operation name="GetFitnessActivity"><wsdl:documentation><summary>Returns the fitness activity for a given Id</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetFitnessActivity" name="GetFitnessActivityRequest" message="tns:GetFitnessActivityRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetFitnessActivityResponse" name="GetFitnessActivityResponse" message="tns:GetFitnessActivityResponse"/></wsdl:operation><wsdl:operation name="FindFitnessActivityCategories"><wsdl:documentation><summary>Finds all fitness activities satisfying a criteria</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindFitnessActivityCategories" name="FindFitnessActivityCategoriesRequest" message="tns:FindFitnessActivityCategoriesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindFitnessActivityCategoriesResponse" name="FindFitnessActivityCategoriesResponse" message="tns:FindFitnessActivityCategoriesResponse"/></wsdl:operation><wsdl:operation name="FindFitnessActivityReservations"><wsdl:documentation><summary>Finds all fitness activity reservations satisfying a criteria</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindFitnessActivityReservations" name="FindFitnessActivityReservationsRequest" message="tns:FindFitnessActivityReservationsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindFitnessActivityReservationsResponse" name="FindFitnessActivityReservationsResponse" message="tns:FindFitnessActivityReservationsResponse"/></wsdl:operation><wsdl:operation name="GetFitnessActivityReservation"><wsdl:documentation><summary>Returns the fitness activity reservation for a given Id</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetFitnessActivityReservation" name="GetFitnessActivityReservationRequest" message="tns:GetFitnessActivityReservationRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetFitnessActivityReservationResponse" name="GetFitnessActivityReservationResponse" message="tns:GetFitnessActivityReservationResponse"/></wsdl:operation><wsdl:operation name="ConfirmFitnessActivityDayReservation"><wsdl:documentation><summary>Confirms the fitness activity reservation for a given Id</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ConfirmFitnessActivityDayReservation" name="ConfirmFitnessActivityDayReservationRequest" message="tns:ConfirmFitnessActivityDayReservationRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ConfirmFitnessActivityDayReservationResponse" name="ConfirmFitnessActivityDayReservationResponse" message="tns:ConfirmFitnessActivityDayReservationResponse"/></wsdl:operation><wsdl:operation name="CancelFitnessActivityDayReservation"><wsdl:documentation><summary>Cancels the fitness activity reservation for a given Id</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CancelFitnessActivityDayReservation" name="CancelFitnessActivityDayReservationRequest" message="tns:CancelFitnessActivityDayReservationRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CancelFitnessActivityDayReservationResponse" name="CancelFitnessActivityDayReservationResponse" message="tns:CancelFitnessActivityDayReservationResponse"/></wsdl:operation><wsdl:operation name="FindSubscriptions"><wsdl:documentation><summary>Find all subscriptions satisfying a criteria</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindSubscriptions" name="FindSubscriptionsRequest" message="tns:FindSubscriptionsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindSubscriptionsResponse" name="FindSubscriptionsResponse" message="tns:FindSubscriptionsResponse"/></wsdl:operation><wsdl:operation name="ChangeSubscriptionActiveState"><wsdl:documentation><summary>Sets the Subscription.Active state</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ChangeSubscriptionActiveState" name="ChangeSubscriptionActiveStateRequest" message="tns:ChangeSubscriptionActiveStateRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ChangeSubscriptionActiveStateResponse" name="ChangeSubscriptionActiveStateResponse" message="tns:ChangeSubscriptionActiveStateResponse"/></wsdl:operation><wsdl:operation name="FindSubscriptionLogs"><wsdl:documentation><summary>Find all subscriptions satisfying a criteria</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindSubscriptionLogs" name="FindSubscriptionLogsRequest" message="tns:FindSubscriptionLogsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindSubscriptionLogsResponse" name="FindSubscriptionLogsResponse" message="tns:FindSubscriptionLogsResponse"/></wsdl:operation><wsdl:operation name="FindSubscriptionArticles"><wsdl:documentation><summary>Find all subscriptions satisfying a criteria</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindSubscriptionArticles" name="FindSubscriptionArticlesRequest" message="tns:FindSubscriptionArticlesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindSubscriptionArticlesResponse" name="FindSubscriptionArticlesResponse" message="tns:FindSubscriptionArticlesResponse"/></wsdl:operation><wsdl:operation name="CancelSubscription"><wsdl:documentation><summary>Cancel a subscription</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CancelSubscription" name="CancelSubscriptionRequest" message="tns:CancelSubscriptionRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CancelSubscriptionResponse" name="CancelSubscriptionResponse" message="tns:CancelSubscriptionResponse"/></wsdl:operation><wsdl:operation name="GetSubscriptionArticleFamilyMembers"><wsdl:documentation><summary>Gets the filtered family members for a (family) subscription article</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetSubscriptionArticleFamilyMembers" name="GetSubscriptionArticleFamilyMembersRequest" message="tns:GetSubscriptionArticleFamilyMembersRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetSubscriptionArticleFamilyMembersResponse" name="GetSubscriptionArticleFamilyMembersResponse" message="tns:GetSubscriptionArticleFamilyMembersResponse"/></wsdl:operation><wsdl:operation name="AddPersonCardSubscription"><wsdl:documentation><summary>Adds the given subscription to the given person card</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/AddPersonCardSubscription" name="AddPersonCardSubscriptionRequest" message="tns:AddPersonCardSubscriptionRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/AddPersonCardSubscriptionResponse" name="AddPersonCardSubscriptionResponse" message="tns:AddPersonCardSubscriptionResponse"/></wsdl:operation><wsdl:operation name="RemovePersonCardSubscription"><wsdl:documentation><summary>Removes the given subscription from the given person card</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/RemovePersonCardSubscription" name="RemovePersonCardSubscriptionRequest" message="tns:RemovePersonCardSubscriptionRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/RemovePersonCardSubscriptionResponse" name="RemovePersonCardSubscriptionResponse" message="tns:RemovePersonCardSubscriptionResponse"/></wsdl:operation><wsdl:operation name="GetDirectDebitSummary"><wsdl:documentation><summary>Gets the direct debit payment summary for a direct debit subscription</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetDirectDebitSummary" name="GetDirectDebitSummaryRequest" message="tns:GetDirectDebitSummaryRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetDirectDebitSummaryResponse" name="GetDirectDebitSummaryResponse" message="tns:GetDirectDebitSummaryResponse"/></wsdl:operation><wsdl:operation name="DevaluateSubscription"><wsdl:documentation><summary>Devaluate a subscription</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DevaluateSubscription" name="DevaluateSubscriptionRequest" message="tns:DevaluateSubscriptionRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DevaluateSubscriptionResponse" name="DevaluateSubscriptionResponse" message="tns:DevaluateSubscriptionResponse"/></wsdl:operation><wsdl:operation name="RegisterSubscriptionRefusationLog"><wsdl:documentation><summary>Registers a subscription refusation log</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/RegisterSubscriptionRefusationLog" name="RegisterSubscriptionRefusationLogRequest" message="tns:RegisterSubscriptionRefusationLogRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/RegisterSubscriptionRefusationLogResponse" name="RegisterSubscriptionRefusationLogResponse" message="tns:RegisterSubscriptionRefusationLogResponse"/></wsdl:operation><wsdl:operation name="FindSubscriptionConversionArticles"><wsdl:documentation><summary>Find the conversion articles for a specific subscription</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindSubscriptionConversionArticles" name="FindSubscriptionConversionArticlesRequest" message="tns:FindSubscriptionConversionArticlesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindSubscriptionConversionArticlesResponse" name="FindSubscriptionConversionArticlesResponse" message="tns:FindSubscriptionConversionArticlesResponse"/></wsdl:operation><wsdl:operation name="FindFamilyMembersForFamilySubscriptionAdjustment"><wsdl:documentation><summary>Find the not linked family members for a family subscription</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindFamilyMembersForFamilySubscriptionAdjustment" name="FindFamilyMembersForFamilySubscriptionAdjustmentRequest" message="tns:FindFamilyMembersForFamilySubscriptionAdjustmentRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindFamilyMembersForFamilySubscriptionAdjustmentResponse" name="FindFamilyMembersForFamilySubscriptionAdjustmentResponse" message="tns:FindFamilyMembersForFamilySubscriptionAdjustmentResponse"/></wsdl:operation><wsdl:operation name="DisconnectDivisionCard"><wsdl:documentation><summary>Disconnect all subscriptions from a division card </summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DisconnectDivisionCard" name="DisconnectDivisionCardRequest" message="tns:DisconnectDivisionCardRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DisconnectDivisionCardResponse" name="DisconnectDivisionCardResponse" message="tns:DisconnectDivisionCardResponse"/></wsdl:operation><wsdl:operation name="FindPersonSubscriptionData"><wsdl:documentation><summary>Find all subscriptiondata for one or all persons</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindPersonSubscriptionData" name="FindPersonSubscriptionDataRequest" message="tns:FindPersonSubscriptionDataRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindPersonSubscriptionDataResponse" name="FindPersonSubscriptionDataResponse" message="tns:FindPersonSubscriptionDataResponse"/></wsdl:operation><wsdl:operation name="IsAvailable"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/IsAvailable" message="tns:IWebShop_IsAvailable_InputMessage"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/IsAvailableResponse" message="tns:IWebShop_IsAvailable_OutputMessage"/></wsdl:operation><wsdl:operation name="ListLicenseModules"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListLicenseModules" name="ListLicenseModulesRequest" message="tns:ListLicenseModulesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListLicenseModulesResponse" name="ListLicenseModulesResponse" message="tns:ListLicenseModulesResponse"/></wsdl:operation><wsdl:operation name="ListAppLicenses"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListAppLicenses" name="ListAppLicensesRequest" message="tns:ListAppLicensesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListAppLicensesResponse" name="ListAppLicensesResponse" message="tns:ListAppLicensesResponse"/></wsdl:operation><wsdl:operation name="GetUtcOffset"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetUtcOffset" name="GetUtcOffsetRequest" message="tns:GetUtcOffsetRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetUtcOffsetResponse" name="GetUtcOffsetResponse" message="tns:GetUtcOffsetResponse"/></wsdl:operation><wsdl:operation name="FindReasons"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindReasons" name="FindReasonsRequest" message="tns:FindReasonsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindReasonsResponse" name="FindReasonsResponse" message="tns:FindReasonsResponse"/></wsdl:operation><wsdl:operation name="ListZipcodes"><wsdl:documentation><summary>Returns all Zipcodes for a given criteria</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListZipcodes" name="ListZipcodesRequest" message="tns:ListZipcodesRequest"><wsdl:documentation><summary>The request for finding zipcodes following certain criteria</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListZipcodesResponse" name="ListZipcodesResponse" message="tns:ListZipcodesResponse"/></wsdl:operation><wsdl:operation name="ListZipcodeStreets"><wsdl:documentation><summary>Returns all streets per Zipcode for a given criteria (BE)</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListZipcodeStreets" name="ListZipcodeStreetsRequest" message="tns:ListZipcodeStreetsRequest"><wsdl:documentation><summary>The request for finding zipcode streets following certain criteria</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListZipcodeStreetsResponse" name="ListZipcodeStreetsResponse" message="tns:ListZipcodeStreetsResponse"/></wsdl:operation><wsdl:operation name="ListZipcodeCendrisStreets"><wsdl:documentation><summary>Returns all streets per Zipcode for a given criteria (NL - Search by zip and number)</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListZipcodeCendrisStreets" name="ListZipcodeCendrisStreetsRequest" message="tns:ListZipcodeCendrisStreetsRequest"><wsdl:documentation><summary>The request for finding zipcode streets following certain criteria. Used in The Netherlands to find address by zipcode and number</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListZipcodeCendrisStreetsResponse" name="ListZipcodeCendrisStreetsResponse" message="tns:ListZipcodeCendrisStreetsResponse"/></wsdl:operation><wsdl:operation name="ListLocations"><wsdl:documentation><summary>Returns all locations available in the system that are allowed to be seen on the Web</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListLocations" name="ListLocationsRequest" message="tns:ListLocationsRequest"><wsdl:documentation><summary>The request for listing Locations</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListLocationsResponse" name="ListLocationsResponse" message="tns:ListLocationsResponse"/></wsdl:operation><wsdl:operation name="GenLoyaltyCardIsValid"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GenLoyaltyCardIsValid" name="GenLoyaltyCardIsValidRequest" message="tns:GenLoyaltyCardIsValidRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GenLoyaltyCardIsValidResponse" name="GenLoyaltyCardIsValidResponse" message="tns:GenLoyaltyCardIsValidResponse"/></wsdl:operation><wsdl:operation name="ApplyGenLoyaltyCardDiscount"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ApplyGenLoyaltyCardDiscount" name="ApplyGenLoyaltyCardDiscountRequest" message="tns:ApplyGenLoyaltyCardDiscountRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ApplyGenLoyaltyCardDiscountResponse" name="ApplyGenLoyaltyCardDiscountResponse" message="tns:ApplyGenLoyaltyCardDiscountResponse"/></wsdl:operation><wsdl:operation name="UnapplyGenLoyaltyCardDiscount"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/UnapplyGenLoyaltyCardDiscount" name="UnapplyGenLoyaltyCardDiscountRequest" message="tns:UnapplyGenLoyaltyCardDiscountRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/UnapplyGenLoyaltyCardDiscountResponse" name="UnapplyGenLoyaltyCardDiscountResponse" message="tns:UnapplyGenLoyaltyCardDiscountResponse"/></wsdl:operation><wsdl:operation name="ValidateVoucher"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidateVoucher" name="ValidateVoucherRequest" message="tns:ValidateVoucherRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidateVoucherResponse" name="ValidateVoucherResponse" message="tns:ValidateVoucherResponse"/></wsdl:operation><wsdl:operation name="RedeemVoucher"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/RedeemVoucher" name="RedeemVoucherRequest" message="tns:RedeemVoucherRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/RedeemVoucherResponse" name="RedeemVoucherResponse" message="tns:RedeemVoucherResponse"/></wsdl:operation><wsdl:operation name="UnRedeemVoucher"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/UnRedeemVoucher" name="UnRedeemVoucherRequest" message="tns:UnRedeemVoucherRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/UnRedeemVoucherResponse" name="UnRedeemVoucherResponse" message="tns:UnRedeemVoucherResponse"/></wsdl:operation><wsdl:operation name="FindTransportArticles"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindTransportArticles" name="FindTransportArticlesRequest" message="tns:FindTransportArticlesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindTransportArticlesResponse" name="FindTransportArticlesResponse" message="tns:FindTransportArticlesResponse"/></wsdl:operation><wsdl:operation name="GetDigitalWallet"><wsdl:documentation><summary>Returns a digital wallet</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetDigitalWallet" name="GetDigitalWalletRequest" message="tns:GetDigitalWalletRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetDigitalWalletResponse" name="GetDigitalWalletResponse" message="tns:GetDigitalWalletResponse"/></wsdl:operation><wsdl:operation name="SetLockStateForDigitalWalletPayout"><wsdl:documentation><summary>Mark or unmark a digital wallet payout as locked</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SetLockStateForDigitalWalletPayout" name="VendingMachineDigitalWalletPayoutLockRequest" message="tns:VendingMachineDigitalWalletPayoutLockRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SetLockStateForDigitalWalletPayoutResponse" message="tns:IWebShop_SetLockStateForDigitalWalletPayout_OutputMessage"/></wsdl:operation><wsdl:operation name="RegisterOverstayCharges"><wsdl:documentation><summary>Registers the overstay charges and returns a digital wallet</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/RegisterOverstayCharges" name="RegisterOverstayChargesRequest" message="tns:RegisterOverstayChargesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/RegisterOverstayChargesResponse" name="GetDigitalWalletResponse" message="tns:GetDigitalWalletResponse"/></wsdl:operation><wsdl:operation name="GetTemporaryDigitalWalletTransactionReceiptForWindowsPrinter"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetTemporaryDigitalWalletTransactionReceiptForWindowsPrinter" name="GetTemporaryDigitalWalletTransactionReceiptForWindowsPrinterRequest" message="tns:GetTemporaryDigitalWalletTransactionReceiptForWindowsPrinterRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetTemporaryDigitalWalletTransactionReceiptForWindowsPrinterResponse" name="GetTemporaryDigitalWalletTransactionReceiptForWindowsPrinterResponse" message="tns:GetTemporaryDigitalWalletTransactionReceiptForWindowsPrinterResponse"/></wsdl:operation><wsdl:operation name="GetDigitalWallets"><wsdl:documentation><summary>Returns a list of digital wallets</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetDigitalWallets" name="GetDigitalWalletsRequest" message="tns:GetDigitalWalletsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetDigitalWalletsResponse" name="GetDigitalWalletsResponse" message="tns:GetDigitalWalletsResponse"/></wsdl:operation><wsdl:operation name="AddCreditCardTokenToDigitalWallet"><wsdl:documentation><summary>Adds a Credit Card Token to a Digital Wallet</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/AddCreditCardTokenToDigitalWallet" name="AddCreditCardTokenToDigitalWalletRequest" message="tns:AddCreditCardTokenToDigitalWalletRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/AddCreditCardTokenToDigitalWalletResponse" name="AddCreditCardTokenToDigitalWalletResponse" message="tns:AddCreditCardTokenToDigitalWalletResponse"/></wsdl:operation><wsdl:operation name="BlockDivisionCard"><wsdl:documentation><summary>Blocks or unblocks a DivisionCard</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/BlockDivisionCard" name="BlockDivisionCardRequest" message="tns:BlockDivisionCardRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/BlockDivisionCardResponse" name="BlockDivisionCardResponse" message="tns:BlockDivisionCardResponse"/></wsdl:operation><wsdl:operation name="GetCard"><wsdl:documentation><summary>Returns a DivisionCard</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetCard" name="GetCardRequest" message="tns:GetCardRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetCardResponse" name="GetCardResponse" message="tns:GetCardResponse"/></wsdl:operation><wsdl:operation name="GetPointOfSales"><wsdl:documentation><summary>Returns the point of sales</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetPointOfSales" name="GetPointOfSalesRequest" message="tns:GetPointOfSalesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetPointOfSalesResponse" name="GetPointOfSalesResponse" message="tns:GetPointOfSalesResponse"/></wsdl:operation><wsdl:operation name="GetReaders"><wsdl:documentation><summary>Returns the readers</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetReaders" name="GetReadersRequest" message="tns:GetReadersRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetReadersResponse" name="GetReadersResponse" message="tns:GetReadersResponse"/></wsdl:operation><wsdl:operation name="GetReaderSummary"><wsdl:documentation><summary>Return the summary for a specific reader</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetReaderSummary" name="GetReaderSummaryRequest" message="tns:GetReaderSummaryRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetReaderSummaryResponse" name="GetReaderSummaryResponse" message="tns:GetReaderSummaryResponse"/></wsdl:operation><wsdl:operation name="IsValidVerificationCode"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/IsValidVerificationCode" name="IsValidVerificationCodeRequest" message="tns:IsValidVerificationCodeRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/IsValidVerificationCodeResponse" name="IsValidVerificationCodeResponse" message="tns:IsValidVerificationCodeResponse"/></wsdl:operation><wsdl:operation name="GetFullCardNumber"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetFullCardNumber" name="GetFullCardNumberRequest" message="tns:GetFullCardNumberRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetFullCardNumberResponse" name="GetFullCardNumberResponse" message="tns:GetFullCardNumberResponse"/></wsdl:operation><wsdl:operation name="GetTranslations"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetTranslations" name="GetTranslationsRequest" message="tns:GetTranslationsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetTranslationsResponse" name="GetTranslationsResponse" message="tns:GetTranslationsResponse"/></wsdl:operation><wsdl:operation name="GetCurrentWsdlVersion"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetCurrentWsdlVersion" name="GetCurrentWsdlVersionRequest" message="tns:GetCurrentWsdlVersionRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetCurrentWsdlVersionResponse" name="GetCurrentWsdlVersionResponse" message="tns:GetCurrentWsdlVersionResponse"/></wsdl:operation><wsdl:operation name="GetSubscriptionsInvalidityReasonsFromAddressCard"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetSubscriptionsInvalidityReasonsFromAddressCard" name="GetSubscriptionsWithInvalidityReasonsRequest" message="tns:GetSubscriptionsWithInvalidityReasonsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetSubscriptionsInvalidityReasonsFromAddressCardResponse" name="GetSubscriptionsWithInvalidityReasonsResponse" message="tns:GetSubscriptionsWithInvalidityReasonsResponse"/></wsdl:operation><wsdl:operation name="GetDefaultPointOfSalesCustomer"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetDefaultPointOfSalesCustomer" name="GetDefaultPointOfSalesCustomerRequest" message="tns:GetDefaultPointOfSalesCustomerRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetDefaultPointOfSalesCustomerResponse" name="GetDefaultPointOfSalesCustomerResponse" message="tns:GetDefaultPointOfSalesCustomerResponse"/></wsdl:operation><wsdl:operation name="FindAccessZones"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindAccessZones" name="FindAccessZonesRequest" message="tns:FindAccessZonesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindAccessZonesResponse" name="FindAccessZonesResponse" message="tns:FindAccessZonesResponse"/></wsdl:operation><wsdl:operation name="GetCurrentDivision"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetCurrentDivision" name="GetCurrentDivisionRequest" message="tns:GetCurrentDivisionRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetCurrentDivisionResponse" name="GetCurrentDivisionResponse" message="tns:GetCurrentDivisionResponse"/></wsdl:operation><wsdl:operation name="UnsubscribeEmail"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/UnsubscribeEmail" name="UnsubscribeEmailRequest" message="tns:UnsubscribeEmailRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/UnsubscribeEmailResponse" name="UnsubscribeMailResponse" message="tns:UnsubscribeMailResponse"/></wsdl:operation><wsdl:operation name="GetSalesQuestions"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetSalesQuestions" name="GetSalesQuestionsRequest" message="tns:GetSalesQuestionsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetSalesQuestionsResponse" name="GetSalesQuestionsResponse" message="tns:GetSalesQuestionsResponse"/></wsdl:operation><wsdl:operation name="FindSalesShifts"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindSalesShifts" name="FindSalesShiftsRequest" message="tns:FindSalesShiftsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindSalesShiftsResponse" name="FindSalesShiftsResponse" message="tns:FindSalesShiftsResponse"/></wsdl:operation><wsdl:operation name="ValidateUserName"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidateUserName" name="ValidateUserNameRequest" message="tns:ValidateUserNameRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidateUserNameResponse" name="ValidateUserNameResponse" message="tns:ValidateUserNameResponse"/></wsdl:operation><wsdl:operation name="AuthenticateUser"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/AuthenticateUser" name="AuthenticateUserRequest" message="tns:AuthenticateUserRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/AuthenticateUserResponse" name="AuthenticateUserResponse" message="tns:AuthenticateUserResponse"/></wsdl:operation><wsdl:operation name="AuthenticateTrader"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/AuthenticateTrader" name="AuthenticateUserRequest" message="tns:AuthenticateUserRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/AuthenticateTraderResponse" name="AuthenticateUserResponse" message="tns:AuthenticateUserResponse"/></wsdl:operation><wsdl:operation name="GetResellerCode"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetResellerCode" name="GetResellerCodeRequest" message="tns:GetResellerCodeRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetResellerCodeResponse" name="GetResellerCodeResponse" message="tns:GetResellerCodeResponse"/></wsdl:operation><wsdl:operation name="GetTotalSalesByResellerCategory"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetTotalSalesByResellerCategory" name="GetTotalSalesByResellerCategoryRequest" message="tns:GetTotalSalesByResellerCategoryRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetTotalSalesByResellerCategoryResponse" name="GetTotalSalesByResellerCategoryResponse" message="tns:GetTotalSalesByResellerCategoryResponse"/></wsdl:operation><wsdl:operation name="AuthenticateContact"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/AuthenticateContact" name="AuthenticateContactRequest" message="tns:AuthenticateContactRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/AuthenticateContactResponse" name="AuthenticateContactResponse" message="tns:AuthenticateContactResponse"/></wsdl:operation><wsdl:operation name="AuthenticateUserByCard"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/AuthenticateUserByCard" name="AuthenticateUserByCardRequest" message="tns:AuthenticateUserByCardRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/AuthenticateUserByCardResponse" name="AuthenticateUserResponse" message="tns:AuthenticateUserResponse"/></wsdl:operation><wsdl:operation name="AuthenticateNationalNumber"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/AuthenticateNationalNumber" name="AuthenticateNationalNumberRequest" message="tns:AuthenticateNationalNumberRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/AuthenticateNationalNumberResponse" name="AuthenticateNationalNumberResponse" message="tns:AuthenticateNationalNumberResponse"/></wsdl:operation><wsdl:operation name="AuthenticateNationalNumberWithoutAlreadyExistingCheck"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/AuthenticateNationalNumberWithoutAlreadyExistingCheck" name="AuthenticateNationalNumberRequest" message="tns:AuthenticateNationalNumberRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/AuthenticateNationalNumberWithoutAlreadyExistingCheckResponse" name="AuthenticateNationalNumberResponse" message="tns:AuthenticateNationalNumberResponse"/></wsdl:operation><wsdl:operation name="AuthenticateManager"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/AuthenticateManager" name="AuthenticateManagerRequest" message="tns:AuthenticateManagerRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/AuthenticateManagerResponse" name="AuthenticateManagerResponse" message="tns:AuthenticateManagerResponse"/></wsdl:operation><wsdl:operation name="AuthenticateToken"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/AuthenticateToken" name="AuthenticateTokenRequest" message="tns:AuthenticateTokenRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/AuthenticateTokenResponse" name="AuthenticateTokenResponse" message="tns:AuthenticateTokenResponse"/></wsdl:operation><wsdl:operation name="RequestAuthenticationToken"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/RequestAuthenticationToken" name="RequestAuthenticationTokenRequest" message="tns:RequestAuthenticationTokenRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/RequestAuthenticationTokenResponse" name="RequestAuthenticationTokenResponse" message="tns:RequestAuthenticationTokenResponse"/></wsdl:operation><wsdl:operation name="DeleteAuthenticationToken"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeleteAuthenticationToken" name="DeleteAuthenticationTokenRequest" message="tns:DeleteAuthenticationTokenRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeleteAuthenticationTokenResponse" name="DeleteAuthenticationTokenResponse" message="tns:DeleteAuthenticationTokenResponse"/></wsdl:operation><wsdl:operation name="GenerateTwoFASetupCode"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GenerateTwoFASetupCode" name="GenerateTwoFASetupCodeRequest" message="tns:GenerateTwoFASetupCodeRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GenerateTwoFASetupCodeResponse" name="GenerateTwoFASetupCodeResponse" message="tns:GenerateTwoFASetupCodeResponse"/></wsdl:operation><wsdl:operation name="ValidateTwoFA"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidateTwoFA" name="ValidateTwoFARequest" message="tns:ValidateTwoFARequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidateTwoFAResponse" name="ValidateTwoFAResponse" message="tns:ValidateTwoFAResponse"/></wsdl:operation><wsdl:operation name="ResetTwoFAUniqueKey"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ResetTwoFAUniqueKey" name="ResetTwoFAUniqueKeyRequest" message="tns:ResetTwoFAUniqueKeyRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ResetTwoFAUniqueKeyResponse" name="ResetTwoFAUniqueKeyResponse" message="tns:ResetTwoFAUniqueKeyResponse"/></wsdl:operation><wsdl:operation name="SavePerson"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SavePerson" name="SavePersonRequest" message="tns:SavePersonRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SavePersonResponse" name="SavePersonResponse" message="tns:SavePersonResponse"/></wsdl:operation><wsdl:operation name="DeleteCeviPersons"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeleteCeviPersons" name="DeleteCeviPersonsRequest" message="tns:DeleteCeviPersonsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeleteCeviPersonsResponse" name="DeleteCeviPersonsResponse" message="tns:DeleteCeviPersonsResponse"/></wsdl:operation><wsdl:operation name="SaveCeviPersons"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveCeviPersons" name="SaveCeviPersonsRequest" message="tns:SaveCeviPersonsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveCeviPersonsResponse" name="SaveCeviPersonsResponse" message="tns:SaveCeviPersonsResponse"/></wsdl:operation><wsdl:operation name="SavePersonContact"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SavePersonContact" name="SavePersonContactRequest" message="tns:SavePersonContactRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SavePersonContactResponse" name="SavePersonContactResponse" message="tns:SavePersonContactResponse"/></wsdl:operation><wsdl:operation name="SavePersonContacts"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SavePersonContacts" name="SavePersonContactsRequest" message="tns:SavePersonContactsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SavePersonContactsResponse" name="SavePersonContactsResponse" message="tns:SavePersonContactsResponse"/></wsdl:operation><wsdl:operation name="SavePersonSubcategories"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SavePersonSubcategories" name="SavePersonSubCategoryRequest" message="tns:SavePersonSubCategoryRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SavePersonSubcategoriesResponse" name="SavePersonSubCategoryResponse" message="tns:SavePersonSubCategoryResponse"/></wsdl:operation><wsdl:operation name="SavePersonExternalMasterId"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SavePersonExternalMasterId" name="SavePersonExternalMasterIdRequest" message="tns:SavePersonExternalMasterIdRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SavePersonExternalMasterIdResponse" name="SavePersonExternalMasterIdResponse" message="tns:SavePersonExternalMasterIdResponse"/></wsdl:operation><wsdl:operation name="ForgotPassword"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ForgotPassword" name="ForgotPasswordRequest" message="tns:ForgotPasswordRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ForgotPasswordResponse" name="ForgotPasswordResponse" message="tns:ForgotPasswordResponse"/></wsdl:operation><wsdl:operation name="ResetPersonPassword"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ResetPersonPassword" name="ResetPersonPasswordRequest" message="tns:ResetPersonPasswordRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ResetPersonPasswordResponse" name="ResetPersonPasswordResponse" message="tns:ResetPersonPasswordResponse"/></wsdl:operation><wsdl:operation name="GetInfoFields"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetInfoFields" name="GetInfoFieldsRequest" message="tns:GetInfoFieldsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetInfoFieldsResponse" name="GetInfoFieldsResponse" message="tns:GetInfoFieldsResponse"/></wsdl:operation><wsdl:operation name="GetInfoFieldCategories"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetInfoFieldCategories" name="GetInfoFieldCategoriesRequest" message="tns:GetInfoFieldCategoriesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetInfoFieldCategoriesResponse" name="GetInfoFieldCategoriesResponse" message="tns:GetInfoFieldCategoriesResponse"/></wsdl:operation><wsdl:operation name="FindPerson"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindPerson" name="FindPersonsRequest" message="tns:FindPersonsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindPersonResponse" name="FindPersonsResponse" message="tns:FindPersonsResponse"/></wsdl:operation><wsdl:operation name="GetExternalMapping"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetExternalMapping" name="GetExternalMappingRequest" message="tns:GetExternalMappingRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetExternalMappingResponse" name="GetExternalMappingResponse" message="tns:GetExternalMappingResponse"/></wsdl:operation><wsdl:operation name="CreateExternalMapping"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CreateExternalMapping" name="CreateExternalMappingRequest" message="tns:CreateExternalMappingRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CreateExternalMappingResponse" name="CreateExternalMappingResponse" message="tns:CreateExternalMappingResponse"/></wsdl:operation><wsdl:operation name="DeleteExternalMapping"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeleteExternalMapping" name="DeleteExternalMappingRequest" message="tns:DeleteExternalMappingRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeleteExternalMappingResponse" name="DeleteExternalMappingResponse" message="tns:DeleteExternalMappingResponse"/></wsdl:operation><wsdl:operation name="FindPersonBase"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindPersonBase" name="FindPersonsBaseRequest" message="tns:FindPersonsBaseRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindPersonBaseResponse" name="FindPersonsBaseResponse" message="tns:FindPersonsBaseResponse"/></wsdl:operation><wsdl:operation name="FindDoctors"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindDoctors" name="FindDoctorsRequest" message="tns:FindDoctorsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindDoctorsResponse" name="FindDoctorsResponse" message="tns:FindDoctorsResponse"/></wsdl:operation><wsdl:operation name="FindStaffMembers"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindStaffMembers" name="FindStaffMembersRequest" message="tns:FindStaffMembersRequest"><wsdl:documentation><summary>The request for finding staff member in a company</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindStaffMembersResponse" name="FindStaffMembersResponse" message="tns:FindStaffMembersResponse"/></wsdl:operation><wsdl:operation name="SavePersonPriceGroups"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SavePersonPriceGroups" name="SavePersonPriceGroupsRequest" message="tns:SavePersonPriceGroupsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SavePersonPriceGroupsResponse" name="SavePersonPriceGroupsResponse" message="tns:SavePersonPriceGroupsResponse"/></wsdl:operation><wsdl:operation name="FindClubLocationContractTypes"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindClubLocationContractTypes" name="FindClubLocationContractTypesRequest" message="tns:FindClubLocationContractTypesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindClubLocationContractTypesResponse" name="FindClubLocationContractTypesResponse" message="tns:FindClubLocationContractTypesResponse"/></wsdl:operation><wsdl:operation name="SaveGroupClubLocations"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveGroupClubLocations" name="SaveGroupClubLocationsRequest" message="tns:SaveGroupClubLocationsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveGroupClubLocationsResponse" name="SaveGroupClubLocationsResponse" message="tns:SaveGroupClubLocationsResponse"/></wsdl:operation><wsdl:operation name="SavePersonRelation"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SavePersonRelation" name="SavePersonRelationRequest" message="tns:SavePersonRelationRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SavePersonRelationResponse" name="SavePersonRelationResponse" message="tns:SavePersonRelationResponse"/></wsdl:operation><wsdl:operation name="DeletePersonRelation"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeletePersonRelation" name="DeletePersonRelationRequest" message="tns:DeletePersonRelationRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeletePersonRelationResponse" name="DeletePersonRelationResponse" message="tns:DeletePersonRelationResponse"/></wsdl:operation><wsdl:operation name="FindPersonDeliveryAddresses"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindPersonDeliveryAddresses" name="FindPersonDeliveryAddressesRequest" message="tns:FindPersonDeliveryAddressesRequest"><wsdl:documentation><summary>The request for finding delivery addresses</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindPersonDeliveryAddressesResponse" name="FindPersonDeliveryAddressesResponse" message="tns:FindPersonDeliveryAddressesResponse"/></wsdl:operation><wsdl:operation name="DeletePersonDeliveryAddress"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeletePersonDeliveryAddress" name="DeletePersonDeliveryAddressRequest" message="tns:DeletePersonDeliveryAddressRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/DeletePersonDeliveryAddressResponse" name="DeletePersonDeliveryAddressResponse" message="tns:DeletePersonDeliveryAddressResponse"/></wsdl:operation><wsdl:operation name="SavePersonDeliveryAddress"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SavePersonDeliveryAddress" name="SavePersonDeliveryAddressRequest" message="tns:SavePersonDeliveryAddressRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SavePersonDeliveryAddressResponse" name="SavePersonDeliveryAddressResponse" message="tns:SavePersonDeliveryAddressResponse"/></wsdl:operation><wsdl:operation name="GetPersonChipKnip"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetPersonChipKnip" name="GetPersonChipKnipRequest" message="tns:GetPersonChipKnipRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetPersonChipKnipResponse" name="GetPersonChipKnipResponse" message="tns:GetPersonChipKnipResponse"/></wsdl:operation><wsdl:operation name="GetPersonCredits"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetPersonCredits" name="GetPersonCreditsRequest" message="tns:GetPersonCreditsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetPersonCreditsResponse" name="GetPersonCreditsResponse" message="tns:GetPersonCreditsResponse"/></wsdl:operation><wsdl:operation name="FindPersonGroups"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindPersonGroups" name="FindPersonGroupsRequest" message="tns:FindPersonGroupsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindPersonGroupsResponse" name="FindPersonGroupsResponse" message="tns:FindPersonGroupsResponse"/></wsdl:operation><wsdl:operation name="FindPersonContacts"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindPersonContacts" name="FindPersonContactsRequest" message="tns:FindPersonContactsRequest"><wsdl:documentation><summary>The request for finding contacts</summary></wsdl:documentation></wsdl:input><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindPersonContactsResponse" name="FindPersonContactsResponse" message="tns:FindPersonContactsResponse"/></wsdl:operation><wsdl:operation name="GetAvailableWalletBalance"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetAvailableWalletBalance" name="GetAvailableWalletBalanceRequest" message="tns:GetAvailableWalletBalanceRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetAvailableWalletBalanceResponse" name="GetAvailableWalletBalanceResponse" message="tns:GetAvailableWalletBalanceResponse"/></wsdl:operation><wsdl:operation name="GetPersonNotifications"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetPersonNotifications" name="GetPersonNotificationsRequest" message="tns:GetPersonNotificationsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetPersonNotificationsResponse" name="GetPersonNotificationsResponse" message="tns:GetPersonNotificationsResponse"/></wsdl:operation><wsdl:operation name="MarkPersonNotificationRead"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/MarkPersonNotificationRead" name="MarkPersonNotificationReadRequest" message="tns:MarkPersonNotificationReadRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/MarkPersonNotificationReadResponse" name="MarkPersonNotificationReadResponse" message="tns:MarkPersonNotificationReadResponse"/></wsdl:operation><wsdl:operation name="CreatePersonAndLinkCards"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CreatePersonAndLinkCards" name="CreatePersonAndLinkCardsRequest" message="tns:CreatePersonAndLinkCardsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CreatePersonAndLinkCardsResponse" name="CreatePersonAndLinkCardsResponse" message="tns:CreatePersonAndLinkCardsResponse"/></wsdl:operation><wsdl:operation name="FindContactRelations"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindContactRelations" name="FindContactRelationsRequest" message="tns:FindContactRelationsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindContactRelationsResponse" name="FindContactRelationsResponse" message="tns:FindContactRelationsResponse"/></wsdl:operation><wsdl:operation name="AllowedToDeleteLockTicket"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/AllowedToDeleteLockTicket" name="AllowedToDeleteLockTicketRequest" message="tns:AllowedToDeleteLockTicketRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/AllowedToDeleteLockTicketResponse" name="AllowedToDeleteLockTicketResponse" message="tns:AllowedToDeleteLockTicketResponse"/></wsdl:operation><wsdl:operation name="AuthenticateExternalLoginToken"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/AuthenticateExternalLoginToken" name="AuthenticateExternalLoginTokenRequest" message="tns:AuthenticateExternalLoginTokenRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/AuthenticateExternalLoginTokenResponse" name="AuthenticateUserResponse" message="tns:AuthenticateUserResponse"/></wsdl:operation><wsdl:operation name="ValidateNationalRegisterNumber"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidateNationalRegisterNumber" name="ValidateNationalRegisterNumberRequest" message="tns:ValidateNationalRegisterNumberRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ValidateNationalRegisterNumberResponse" name="ValidateNationalRegisterNumberResponse" message="tns:ValidateNationalRegisterNumberResponse"/></wsdl:operation><wsdl:operation name="GetResellerSettings"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetResellerSettings" name="GetResellerSettingsRequest" message="tns:GetResellerSettingsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetResellerSettingsResponse" name="GetResellerSettingsResponse" message="tns:GetResellerSettingsResponse"/></wsdl:operation><wsdl:operation name="LoadGuiConfiguration"><wsdl:documentation><summary>Loads additional webshop GUI configurations</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/LoadGuiConfiguration" name="LoadGuiConfigurationRequest" message="tns:LoadGuiConfigurationRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/LoadGuiConfigurationResponse" name="LoadGuiConfigurationResponse" message="tns:LoadGuiConfigurationResponse"/></wsdl:operation><wsdl:operation name="SaveGuiConfiguration"><wsdl:documentation><summary>Saves additional webshop GUI configurations</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveGuiConfiguration" name="SaveGuiConfigurationRequest" message="tns:SaveGuiConfigurationRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveGuiConfigurationResponse" name="SaveGuiConfigurationResponse" message="tns:SaveGuiConfigurationResponse"/></wsdl:operation><wsdl:operation name="LoadApplications"><wsdl:documentation><summary>Load applications</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/LoadApplications" name="LoadApplicationsRequest" message="tns:LoadApplicationsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/LoadApplicationsResponse" name="LoadApplicationsResponse" message="tns:LoadApplicationsResponse"/></wsdl:operation><wsdl:operation name="SaveApplication"><wsdl:documentation><summary>Save application</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveApplication" name="SaveApplicationRequest" message="tns:SaveApplicationRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveApplicationResponse" name="SaveApplicationResponse" message="tns:SaveApplicationResponse"/></wsdl:operation><wsdl:operation name="LoadApplicationConfigurations"><wsdl:documentation><summary>Loads additional ApplicationConfigurations</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/LoadApplicationConfigurations" name="LoadApplicationConfigurationsRequest" message="tns:LoadApplicationConfigurationsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/LoadApplicationConfigurationsResponse" name="LoadApplicationConfigurationsResponse" message="tns:LoadApplicationConfigurationsResponse"/></wsdl:operation><wsdl:operation name="SaveApplicationConfiguration"><wsdl:documentation><summary>Save ApplicationConfiguration</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveApplicationConfiguration" name="SaveApplicationConfigurationRequest" message="tns:SaveApplicationConfigurationRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SaveApplicationConfigurationResponse" name="SaveApplicationConfigurationResponse" message="tns:SaveApplicationConfigurationResponse"/></wsdl:operation><wsdl:operation name="HasValidPersonConsent"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/HasValidPersonConsent" name="HasValidPersonConsentRequest" message="tns:HasValidPersonConsentRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/HasValidPersonConsentResponse" name="HasValidPersonConsentResponse" message="tns:HasValidPersonConsentResponse"/></wsdl:operation><wsdl:operation name="SavePersonConsent"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SavePersonConsent" name="SavePersonConsentRequest" message="tns:SavePersonConsentRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SavePersonConsentResponse" name="SavePersonConsentResponse" message="tns:SavePersonConsentResponse"/></wsdl:operation><wsdl:operation name="FindActivities"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindActivities" name="FindActivitiesRequest" message="tns:FindActivitiesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindActivitiesResponse" name="FindActivitiesResponse" message="tns:FindActivitiesResponse"/></wsdl:operation><wsdl:operation name="FindPriceGroupActivityByActivity"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindPriceGroupActivityByActivity" name="FindPriceGroupActivitiesRequest" message="tns:FindPriceGroupActivitiesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindPriceGroupActivityByActivityResponse" name="FindPriceGroupActivitiesResponse" message="tns:FindPriceGroupActivitiesResponse"/></wsdl:operation><wsdl:operation name="GetPriceGroupActivityForPerson"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetPriceGroupActivityForPerson" name="GetPriceGroupActivityForPersonRequest" message="tns:GetPriceGroupActivityForPersonRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetPriceGroupActivityForPersonResponse" name="GetPriceGroupActivityForPersonResponse" message="tns:GetPriceGroupActivityForPersonResponse"/></wsdl:operation><wsdl:operation name="FindEntryOverview"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindEntryOverview" name="FindEntryOverviewRequest" message="tns:FindEntryOverviewRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindEntryOverviewResponse" name="FindEntryOverviewResponse" message="tns:FindEntryOverviewResponse"/></wsdl:operation><wsdl:operation name="CancelEntry"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CancelEntry" name="CancelEntryRequest" message="tns:CancelEntryRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CancelEntryResponse" name="CancelEntryResponse" message="tns:CancelEntryResponse"/></wsdl:operation><wsdl:operation name="FindActivitiesFiscalCertificates"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindActivitiesFiscalCertificates" name="FindFiscalCertificatesRequest" message="tns:FindFiscalCertificatesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindActivitiesFiscalCertificatesResponse" name="FindFiscalCertificatesResponse" message="tns:FindFiscalCertificatesResponse"/></wsdl:operation><wsdl:operation name="FindActivityTypeSearchTerms"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindActivityTypeSearchTerms" name="FindActivityTypeSearchTermsRequest" message="tns:FindActivityTypeSearchTermsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindActivityTypeSearchTermsResponse" name="FindActivityTypeSearchTermsResponse" message="tns:FindActivityTypeSearchTermsResponse"/></wsdl:operation><wsdl:operation name="FindOrganisationTypes"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindOrganisationTypes" name="FindOrganisationTypesRequest" message="tns:FindOrganisationTypesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindOrganisationTypesResponse" name="FindOrganisationTypesResponse" message="tns:FindOrganisationTypesResponse"/></wsdl:operation><wsdl:operation name="FindCareTypes"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindCareTypes" name="FindCareTypesRequest" message="tns:FindCareTypesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindCareTypesResponse" name="FindCareTypesResponse" message="tns:FindCareTypesResponse"/></wsdl:operation><wsdl:operation name="ActivityOptionGetAvailability"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ActivityOptionGetAvailability" name="ActivityOptionGetAvailabilityRequest" message="tns:ActivityOptionGetAvailabilityRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ActivityOptionGetAvailabilityResponse" name="ActivityOptionGetAvailabilityResponse" message="tns:ActivityOptionGetAvailabilityResponse"/></wsdl:operation><wsdl:operation name="GetActivitySubscriptionSettings"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetActivitySubscriptionSettings" name="ActivitySubscriptionSettingsRequest" message="tns:ActivitySubscriptionSettingsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetActivitySubscriptionSettingsResponse" name="ActivitySubscriptionSettingsResponse" message="tns:ActivitySubscriptionSettingsResponse"/></wsdl:operation><wsdl:operation name="GetAvailablePlacesForActivity"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetAvailablePlacesForActivity" name="AvailablePlacesForActivityRequest" message="tns:AvailablePlacesForActivityRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetAvailablePlacesForActivityResponse" name="AvailablePlacesForActivityResponse" message="tns:AvailablePlacesForActivityResponse"/></wsdl:operation><wsdl:operation name="FindActivitiesAvailablePlaces"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindActivitiesAvailablePlaces" name="FindActivitiesAvailablePlacesRequest" message="tns:FindActivitiesAvailablePlacesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindActivitiesAvailablePlacesResponse" name="FindActivitiesAvailablePlacesResponse" message="tns:FindActivitiesAvailablePlacesResponse"/></wsdl:operation><wsdl:operation name="UpdateParticipantPresence"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/UpdateParticipantPresence" name="UpdateParticipantPresenceRequest" message="tns:UpdateParticipantPresenceRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/UpdateParticipantPresenceResponse" name="UpdateParticipantPresenceResponse" message="tns:UpdateParticipantPresenceResponse"/></wsdl:operation><wsdl:operation name="GetActivityDayParticipants"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetActivityDayParticipants" name="GetActivityDayParticipantsRequest" message="tns:GetActivityDayParticipantsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetActivityDayParticipantsResponse" name="GetActivityDayParticipantsResponse" message="tns:GetActivityDayParticipantsResponse"/></wsdl:operation><wsdl:operation name="CheckParticipantsAlreadyRegistered"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CheckParticipantsAlreadyRegistered" name="CheckParticipantsAlreadyRegisteredRequest" message="tns:CheckParticipantsAlreadyRegisteredRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/CheckParticipantsAlreadyRegisteredResponse" name="CheckParticipantsAlreadyRegisteredResponse" message="tns:CheckParticipantsAlreadyRegisteredResponse"/></wsdl:operation><wsdl:operation name="FindArticles"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindArticles" name="FindArticlesRequest" message="tns:FindArticlesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindArticlesResponse" name="FindArticlesResponse" message="tns:FindArticlesResponse"/></wsdl:operation><wsdl:operation name="FindArticleSalesOrders"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindArticleSalesOrders" name="FindArticleSalesOrdersRequest" message="tns:FindArticleSalesOrdersRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindArticleSalesOrdersResponse" name="FindArticleSalesOrdersResponse" message="tns:FindArticleSalesOrdersResponse"/></wsdl:operation><wsdl:operation name="GetArticlePriceInformation"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetArticlePriceInformation" name="GetArticlePriceInformationRequest" message="tns:GetArticlePriceInformationRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/GetArticlePriceInformationResponse" name="GetArticlePriceInformationResponse" message="tns:GetArticlePriceInformationResponse"/></wsdl:operation><wsdl:operation name="FindSalesZoneArticles"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindSalesZoneArticles" name="FindSalesZoneArticlesRequest" message="tns:FindSalesZoneArticlesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/FindSalesZoneArticlesResponse" name="FindSalesZoneArticlesResponse" message="tns:FindSalesZoneArticlesResponse"/></wsdl:operation><wsdl:operation name="ListSalesSeriesOrders"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListSalesSeriesOrders" name="ListSalesSeriesOrderRequest" message="tns:ListSalesSeriesOrderRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListSalesSeriesOrdersResponse" name="ListSalesSeriesOrdersResponse" message="tns:ListSalesSeriesOrdersResponse"/></wsdl:operation><wsdl:operation name="UpdateSalesSeriesOrders"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/UpdateSalesSeriesOrders" name="UpdateSalesSeriesOrderRequest" message="tns:UpdateSalesSeriesOrderRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/UpdateSalesSeriesOrdersResponse" name="UpdateSalesSeriesOrdersResponse" message="tns:UpdateSalesSeriesOrdersResponse"/></wsdl:operation><wsdl:operation name="SetSalesZoneItemUnavailability"><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SetSalesZoneItemUnavailability" name="SetSalesZoneItemUnavailabilityRequest" message="tns:SetSalesZoneItemUnavailabilityRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/SetSalesZoneItemUnavailabilityResponse" name="SetSalesZoneItemUnavailabilityResponse" message="tns:SetSalesZoneItemUnavailabilityResponse"/></wsdl:operation><wsdl:operation name="ListWarehouses"><wsdl:documentation><summary>List warehouses</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListWarehouses" name="ListWarehousesRequest" message="tns:ListWarehousesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListWarehousesResponse" name="ListWarehousesResponse" message="tns:ListWarehousesResponse"/></wsdl:operation><wsdl:operation name="ListMobileStockArticles"><wsdl:documentation><summary>List of articles for mStock</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListMobileStockArticles" name="ListMobileStockArticlesRequest" message="tns:ListMobileStockArticlesRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListMobileStockArticlesResponse" name="ListMobileStockArticlesResponse" message="tns:ListMobileStockArticlesResponse"/></wsdl:operation><wsdl:operation name="ListStockArticleGroups"><wsdl:documentation><summary>List of articles for mStock per articlegroup</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListStockArticleGroups" name="ListStockArticleGroupsRequest" message="tns:ListStockArticleGroupsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListStockArticleGroupsResponse" name="ListStockArticleGroupsResponse" message="tns:ListStockArticleGroupsResponse"/></wsdl:operation><wsdl:operation name="ListJournals"><wsdl:documentation><summary>List of journals</summary></wsdl:documentation><wsdl:input wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListJournals" name="ListJournalsRequest" message="tns:ListJournalsRequest"/><wsdl:output wsaw:Action="http://www.recreatex.be/webshop/IWebShop/ListJournalsResponse" name="ListJournalsResponse" message="tns:ListJournalsResponse"/></wsdl:operation></wsdl:portType><wsdl:binding name="BasicHttpBinding_IWebShop" type="tns:IWebShop"><wsp:PolicyReference URI="#BasicHttpBinding_IWebShop_policy"/><soap:binding transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="Log"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/Log" style="document"/><wsdl:input name="LogRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="LogResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindInfoPlayLogs"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindInfoPlayLogs" style="document"/><wsdl:input name="FindInfoPlayLogsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindInfoPlayLogsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetInfoPlayCustomFields"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetInfoPlayCustomFields" style="document"/><wsdl:input name="GetInfoPlayCustomFieldsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetInfoPlayCustomFieldsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetInfoPlayCustomData"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetInfoPlayCustomData" style="document"/><wsdl:input name="GetInfoPlayCustomDataRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetInfoPlayCustomDataResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDirectDebitParameters"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetDirectDebitParameters" style="document"/><wsdl:input name="GetDirectDebitParametersRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetDirectDebitParametersResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SearchUitpasTariff"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SearchUitpasTariff" style="document"/><wsdl:input name="SearchUitpasTariffRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SearchUitpasTariffResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="BuyUitpasEvent"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/BuyUitpasEvent" style="document"/><wsdl:input name="BuyUitpasEventRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="BuyUitpasEventResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetUitpasData"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetUitpasData" style="document"/><wsdl:input name="GetUitpasDataRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetUitpasDataResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="UpdateCollectLaterLine"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/UpdateCollectLaterLine" style="document"/><wsdl:input name="UpdateCollectLaterLineRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="UpdateCollectLaterLineResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CreateCollectLaterLine"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/CreateCollectLaterLine" style="document"/><wsdl:input name="CreateCollectLaterLineRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="CreateCollectLaterLineResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="MarkETicketAsDelivered"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/MarkETicketAsDelivered" style="document"/><wsdl:input name="MarkETicketAsDeliveredRequest"><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ValidateCard"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ValidateCard" style="document"/><wsdl:input name="ValidateCardRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ValidateCardResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindExternalCards"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindExternalCards" style="document"/><wsdl:input name="FindExternalCardsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindExternalCardsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="HandleCardByPlugin"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/HandleCardByPlugin" style="document"/><wsdl:input name="HandleCardByPluginRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="HandleCardByPluginResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="HandleChannelEventByPlugin"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/HandleChannelEventByPlugin" style="document"/><wsdl:input name="HandleChannelEventByPluginRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="HandleChannelEventByPluginResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetNetPayChargeUrl"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetNetPayChargeUrl" style="document"/><wsdl:input name="GetNetPayChargeUrlRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetNetPayChargeUrlResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetNetpayBalace"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetNetpayBalace" style="document"/><wsdl:input name="GetNetPayBalanceRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetNetPayBalanceResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetBebarmaticInfo"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetBebarmaticInfo" style="document"/><wsdl:input name="GetBebarmaticInfoRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetBebarmaticInfoResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="PayBebarmatic"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/PayBebarmatic" style="document"/><wsdl:input name="PayBebarmaticRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="PayBebarmaticResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListSeasonPlannings"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListSeasonPlannings" style="document"/><wsdl:input name="ListSeasonPlanningsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListSeasonPlanningsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CreateSeasonPlanning"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/CreateSeasonPlanning" style="document"/><wsdl:input name="CreateSeasonPlanningRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="CreateSeasonPlanningResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ValidateSeasonPlanning"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ValidateSeasonPlanning" style="document"/><wsdl:input name="ValidateSeasonPlanningRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ValidateSeasonPlanningResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetSeasonPlanningSettings"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetSeasonPlanningSettings" style="document"/><wsdl:input name="GetSeasonPlanningSettingsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetSeasonPlanningSettingsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ChangeSeasonPlanningStatus"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ChangeSeasonPlanningStatus" style="document"/><wsdl:input name="ChangeSeasonPlanningStatusRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ChangeSeasonPlanningStatusResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetNMBSStations"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetNMBSStations" style="document"/><wsdl:input name="GetNMBSStationsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetNMBSStationsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetNMBSProducts"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetNMBSProducts" style="document"/><wsdl:input name="GetNMBSProductsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetNMBSProductsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="BuyNMBSTicket"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/BuyNMBSTicket" style="document"/><wsdl:input name="BuyNMBSTicketRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="BuyNMBSTicketResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetNMBSSettings"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetNMBSSettings" style="document"/><wsdl:input name="GetNMBSSettingsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetNMBSSettingsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetStatusIncertVoucher"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetStatusIncertVoucher" style="document"/><wsdl:input name="GetStatusIncertVoucherRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetStatusIncertVoucherResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="RedeemIncertVoucher"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/RedeemIncertVoucher" style="document"/><wsdl:input name="RedeemIncertVoucherRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="RedeemIncertVoucherResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CancelIncertVoucher"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/CancelIncertVoucher" style="document"/><wsdl:input name="CancelIncertVoucherRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="CancelIncertVoucherResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetShopIDConfiguration"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetShopIDConfiguration" style="document"/><wsdl:input name="GetShopIDConfigurationRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetShopIDConfigurationResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetStatusFashionCheque"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetStatusFashionCheque" style="document"/><wsdl:input name="GetStatusFashionChequeRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetStatusFashionChequeResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="RedeemFashionCheque"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/RedeemFashionCheque" style="document"/><wsdl:input name="RedeemFashionChequeRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="RedeemFashionChequeResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CancelFashionCheque"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/CancelFashionCheque" style="document"/><wsdl:input name="CancelFashionChequeRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="CancelFashionChequeResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetGezinsbondSettings"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetGezinsbondSettings" style="document"/><wsdl:input name="GetGezinsbondSettingsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetGezinsbondSettingsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetStatusGezinsbond"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetStatusGezinsbond" style="document"/><wsdl:input name="GetStatusGezinsbondRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetStatusGezinsbondResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="RewardGezinsbond"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/RewardGezinsbond" style="document"/><wsdl:input name="RewardGezinsbondRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="RewardGezinsbondResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="RedeemGezinsbond"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/RedeemGezinsbond" style="document"/><wsdl:input name="RedeemGezinsbondRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="RedeemGezinsbondResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CancelGezinsbond"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/CancelGezinsbond" style="document"/><wsdl:input name="CancelGezinsbondRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="CancelGezinsbondResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetStatusLerarenkaart"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetStatusLerarenkaart" style="document"/><wsdl:input name="GetStatusLerarenkaartRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetStatusLerarenkaartResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindQRAppPopups"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindQRAppPopups" style="document"/><wsdl:input name="FindQRAppPopupsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindQRAppPopupsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetMuseumPass"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetMuseumPass" style="document"/><wsdl:input name="GetMuseumPassRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetMuseumPassResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ActivateMuseumPassSubscription"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ActivateMuseumPassSubscription" style="document"/><wsdl:input name="ActivateMuseumPassSubscriptionRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ActivateMuseumPassSubscriptionResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveChildCareCentrePresenceOption"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveChildCareCentrePresenceOption" style="document"/><wsdl:input name="SaveChildCareCentrePresenceOptionRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SaveChildCareCentrePresenceOptionResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveChildCareCentrePresenceOptions"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveChildCareCentrePresenceOptions" style="document"/><wsdl:input name="SaveChildCareCentrePresenceOptionsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SaveChildCareCentrePresenceOptionsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindChildCareSchools"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindChildCareSchools" style="document"/><wsdl:input name="FindChildCareSchoolsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindChildCareSchoolsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveChildCareSchool"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveChildCareSchool" style="document"/><wsdl:input name="SaveChildCareSchoolRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SaveChildCareSchoolResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindChildCareParentStatutes"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindChildCareParentStatutes" style="document"/><wsdl:input name="FindChildCareParentStatutesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindChildCareParentStatutesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindChildCareBenefits"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindChildCareBenefits" style="document"/><wsdl:input name="FindChildCareBenefitsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindChildCareBenefitsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveChildCareExtraInfoParent"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveChildCareExtraInfoParent" style="document"/><wsdl:input name="SaveChildCareExtraInfoParentRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SaveChildCareExtraInfoParentResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindChildCareFiscalCertificates"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindChildCareFiscalCertificates" style="document"/><wsdl:input name="FindFiscalCertificatesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindFiscalCertificatesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ValidateChildCareEntryPriorityRule"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ValidateChildCareEntryPriorityRule" style="document"/><wsdl:input name="ValidateChildCareEntryPriorityRuleRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ValidateChildCareEntryPriorityRuleResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindSales"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindSales" style="document"/><wsdl:input name="FindSalesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindSalesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindETickets"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindETickets" style="document"/><wsdl:input name="FindETicketsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindETicketsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindInvoices"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindInvoices" style="document"/><wsdl:input name="FindInvoicesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindInvoicesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetSalesHeaderReceiptPrintData"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetSalesHeaderReceiptPrintData" style="document"/><wsdl:input name="GetSalesHeaderReceiptRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetPrintDataResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetSalesHeaderAccessTicketsPrintData"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetSalesHeaderAccessTicketsPrintData" style="document"/><wsdl:input name="GetSalesHeaderAccessTicketsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetPrintDataResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetSalesHeaderAccessTicketsPrintDataJson"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetSalesHeaderAccessTicketsPrintDataJson" style="document"/><wsdl:input name="GetSalesHeaderAccessTicketsPrintDataJsonRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetSalesHeaderAccessTicketsPrintDataJsonResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetSalesHeaderReceiptPrintDataForWindowsPrinter"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetSalesHeaderReceiptPrintDataForWindowsPrinter" style="document"/><wsdl:input name="GetSalesHeaderReceiptPrintDataForWindowsPrinterRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetSalesHeaderReceiptPrintDataForWindowsPrinterResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetSalesHeaderReceiptPrintDataJson"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetSalesHeaderReceiptPrintDataJson" style="document"/><wsdl:input name="GetSalesHeaderReceiptPrintDataJsonRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetSalesHeaderReceiptPrintDataJsonResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetIntermediateSalesTicketPrintData"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetIntermediateSalesTicketPrintData" style="document"/><wsdl:input name="GetIntermediateSalesTicketRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetPrintDataResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetKitchenMessageTicketPrintData"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetKitchenMessageTicketPrintData" style="document"/><wsdl:input name="GetInterTicketMessageRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetPrintDataResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetKitchenBarTicketPrintData"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetKitchenBarTicketPrintData" style="document"/><wsdl:input name="GetKitchenBarTicketRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetPrintDataResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SalesZoneTableResetZeroLines"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SalesZoneTableResetZeroLines" style="document"/><wsdl:input name="SalesZoneTableResetZeroLinesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SalesZoneTableResetZeroLinesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="PointOfSaleResetZeroLines"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/PointOfSaleResetZeroLines" style="document"/><wsdl:input name="PointOfSaleResetZeroLinesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="PointOfSaleResetZeroLinesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetPosReport"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetPosReport" style="document"/><wsdl:input name="GetPosReportTicketRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetPrintDataResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetCashReport"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetCashReport" style="document"/><wsdl:input name="GetCashReportTicketRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetPrintDataResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetCashReportJson"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetCashReportJson" style="document"/><wsdl:input name="GetCashReportJsonRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetCashReportJsonResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SetSaleRefundStatus"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SetSaleRefundStatus" style="document"/><wsdl:input name="SetSaleRefundStatusRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SetSaleRefundStatusResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SetSaleEnvisoPayByLink"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SetSaleEnvisoPayByLink" style="document"/><wsdl:input name="SetSaleEnvisoPayByLinkRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SetSaleEnvisoPayByLinkResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="AddDigitalReceiptEmailAddressToSale"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/AddDigitalReceiptEmailAddressToSale" style="document"/><wsdl:input name="VendingMachineDigitalEmailReceiptRequest"><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetVendingMachineNextTransactionID"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetVendingMachineNextTransactionID" style="document"/><wsdl:input name="GetVendingMachineNextTransactionIDRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetVendingMachineNextTransactionIDResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetVendingMachineSettings"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetVendingMachineSettings" style="document"/><wsdl:input name="GetVendingMachineSettingsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetVendingMachineSettingsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListVendingMachineArticles"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListVendingMachineArticles" style="document"/><wsdl:input name="ListVendingMachineArticlesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListVendingMachineArticlesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindVendingMachinePersonSubscriptions"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindVendingMachinePersonSubscriptions" style="document"/><wsdl:input name="FindVendingMachinePersonSubscriptionsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindVendingMachinePersonSubscriptionsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindVendingMachineSubscriptions"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindVendingMachineSubscriptions" style="document"/><wsdl:input name="FindVendingMachineSubscriptionsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindVendingMachineSubscriptionsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindVendingMachineIncentives"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindVendingMachineIncentives" style="document"/><wsdl:input name="FindVendingMachineIncentivesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindVendingMachineIncentivesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindVendingMachineCultureEvents"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindVendingMachineCultureEvents" style="document"/><wsdl:input name="FindVendingMachineCultureEventsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindVendingMachineCultureEventsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetVendingMachineCrystalReportsDatasource"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetVendingMachineCrystalReportsDatasource" style="document"/><wsdl:input name="GetVendingMachineCrystalReportsDatasourceRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetVendingMachineCrystalReportsDatasourceResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetVendingMachineCrystalReportsDatasources"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetVendingMachineCrystalReportsDatasources" style="document"/><wsdl:input name="GetVendingMachineCrystalReportsDatasourceRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetVendingMachineCrystalReportsDatasourcesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SetVendingMachineIncentivesTicketPrinted"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SetVendingMachineIncentivesTicketPrinted" style="document"/><wsdl:input name="SetVendingMachineIncentivesTicketPrintedRequest"><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetVendingMachineArticlePartsSalesLines"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetVendingMachineArticlePartsSalesLines" style="document"/><wsdl:input name="GetVendingMachineArticlePartsSalesLineRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetVendingMachineArticlePartsSalesLineResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetHeadOfFamilySubscriberId"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetHeadOfFamilySubscriberId" style="document"/><wsdl:input name="GetHeadOfFamilySubscriberIdRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetHeadOfFamilySubscriberIdResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindVendingMachineExpositions"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindVendingMachineExpositions" style="document"/><wsdl:input name="FindVendingMachineExpositionsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindVendingMachineExpositionsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindVendingMachineExpositionPeriodDates"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindVendingMachineExpositionPeriodDates" style="document"/><wsdl:input name="FindVendingMachineExpositionPeriodDatesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindVendingMachineExpositionPeriodDatesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindVendingMachineExpositionPeriodPrices"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindVendingMachineExpositionPeriodPrices" style="document"/><wsdl:input name="FindVendingMachineExpositionPeriodPricesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindVendingMachineExpositionPeriodPricesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveWiseCommunicationLog"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveWiseCommunicationLog" style="document"/><wsdl:input name="SaveWiseCommunicationLogRequest"><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="WiseGetPatronName"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/WiseGetPatronName" style="document"/><wsdl:input name="WiseGetPatronNameRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="WiseGetPatronNameResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="WiseGetFeesForPatron"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/WiseGetFeesForPatron" style="document"/><wsdl:input name="WiseGetFeesForPatronRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="WiseGetFeesForPatronResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="WiseSetFeePayedForPatron"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/WiseSetFeePayedForPatron" style="document"/><wsdl:input name="WiseSetFeePayedForPatronRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="WiseSetFeePayedForPatronResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SetVendingMachineTicketsPrinted"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SetVendingMachineTicketsPrinted" style="document"/><wsdl:input name="SetVendingMachineTicketsPrintedRequest"><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetVendingMachineTickets"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetVendingMachineTickets" style="document"/><wsdl:input name="GetVendingMachineTicketsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetVendingMachineTicketsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindVendingMachineBenefits"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindVendingMachineBenefits" style="document"/><wsdl:input name="FindVendingMachineBenefitsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindVendingMachineBenefitsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindVendingMachineArticles"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindVendingMachineArticles" style="document"/><wsdl:input name="FindVendingMachineArticlesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindVendingMachineArticlesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindVendingMachineSubscriptionsInformation"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindVendingMachineSubscriptionsInformation" style="document"/><wsdl:input name="FindVendingMachineSubscriptionsInformationRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindVendingMachineSubscriptionsInformationResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ValidateSoulIt"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ValidateSoulIt" style="document"/><wsdl:input name="ValidateSoulItRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ValidateSoulItResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ValidateSoulItByPersonInfo"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ValidateSoulItByPersonInfo" style="document"/><wsdl:input name="ValidateSoulItByPersonInfoRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ValidateSoulItByPersonInfoResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ValidateSorteerStraatjesCard"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ValidateSorteerStraatjesCard" style="document"/><wsdl:input name="ValidateSorteerStraatjesCardRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ValidateSorteerStraatjesCardResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="AddPaymentToSorteerStraatjesCard"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/AddPaymentToSorteerStraatjesCard" style="document"/><wsdl:input name="AddPaymentToSorteerStraatjesCardRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="AddPaymentToSorteerStraatjesCardResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ValidateAVSBonusCard"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ValidateAVSBonusCard" style="document"/><wsdl:input name="ValidateAVSBonusCardRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ValidateAVSBonusCardResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="EarnAVSBonusCard"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/EarnAVSBonusCard" style="document"/><wsdl:input name="EarnAVSBonusCardRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="EarnAVSBonusCardResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="VendingMachineCarrierSwitch"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/VendingMachineCarrierSwitch" style="document"/><wsdl:input name="VendingMachineCarrierSwitchRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="VendingMachineCarrierSwitchResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CouponCalculate"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/CouponCalculate" style="document"/><wsdl:input name="CouponCalculateRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="CouponCalculateResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CouponReserve"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/CouponReserve" style="document"/><wsdl:input name="CouponReserveRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="CouponReserveResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CouponRelease"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/CouponRelease" style="document"/><wsdl:input name="CouponReleaseRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="CouponReleaseResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="VoucherValidate"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/VoucherValidate" style="document"/><wsdl:input name="VoucherValidateRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="VoucherValidateResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindCoupons"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindCoupons" style="document"/><wsdl:input name="FindCouponsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindCouponsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SetCouponPrinted"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SetCouponPrinted" style="document"/><wsdl:input name="SetCouponPrintedRequest"><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GiftCertificateReserve"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GiftCertificateReserve" style="document"/><wsdl:input name="GiftCertificateReserveRequest"><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GiftCertificateRelease"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GiftCertificateRelease" style="document"/><wsdl:input name="GiftCertificateReleaseRequest"><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GiftCertificateCalculate"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GiftCertificateCalculate" style="document"/><wsdl:input name="GiftCertificateCalculateRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GiftCertificateCalculateResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindGiftCertificates"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindGiftCertificates" style="document"/><wsdl:input name="FindGiftCertificatesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindGiftCertificatesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SetGiftCertificatePrinted"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SetGiftCertificatePrinted" style="document"/><wsdl:input name="SetGiftCertificatePrintedRequest"><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveCRMLog"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveCRMLog" style="document"/><wsdl:input name="SaveCRMLogRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SaveCRMLogResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ConfigureDevice"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ConfigureDevice" style="document"/><wsdl:input name="DeviceConfigurationRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="DeviceConfigurationResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="LoginCashier"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/LoginCashier" style="document"/><wsdl:input name="LoginCashierRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="LoginCashierResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="LogoutCashier"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/LogoutCashier" style="document"/><wsdl:input name="LogoutCashierRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="LogoutCashierResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="StartNewShift"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/StartNewShift" style="document"/><wsdl:input name="StartNewShiftRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="StartNewShiftResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetSalesZoneStatus"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetSalesZoneStatus" style="document"/><wsdl:input name="GetSalesZoneStatusRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetSalesZoneStatusResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetSalesZoneTables"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetSalesZoneTables" style="document"/><wsdl:input name="GetSalesZoneTablesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetSalesZoneTablesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetSalesZoneOverview"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetSalesZoneOverview" style="document"/><wsdl:input name="GetSalesZoneOverviewRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetSalesZoneOverviewResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetTableSalesWithoutTable"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetTableSalesWithoutTable" style="document"/><wsdl:input name="GetTableSalesWithoutTableRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetTableSalesWithoutTableResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SendPOSOrder"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SendPOSOrder" style="document"/><wsdl:input name="SendPOSOrderRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SendPOSOrderResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SplitTable"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SplitTable" style="document"/><wsdl:input name="SplitTableRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SplitTableResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GroupTables"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GroupTables" style="document"/><wsdl:input name="GroupTablesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GroupTablesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="UngroupTables"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/UngroupTables" style="document"/><wsdl:input name="UngroupTablesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="UngroupTablesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CreateVirtualTable"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/CreateVirtualTable" style="document"/><wsdl:input name="CreateVirtualTableRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="CreateVirtualTableResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="DeleteTable"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/DeleteTable" style="document"/><wsdl:input name="DeleteTableRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="DeleteTableResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetCreditSalesByDivisionCard"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetCreditSalesByDivisionCard" style="document"/><wsdl:input name="GetCreditSalesByDivisionCardRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetCreditSalesByDivisionCardResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="MoveTableSalesToTable"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/MoveTableSalesToTable" style="document"/><wsdl:input name="MoveTableSalesToTableRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="MoveTableSalesToTableResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetTicketMessages"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetTicketMessages" style="document"/><wsdl:input name="GetTicketMessagesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetTicketMessagesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetPointOfSaleConfiguration"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetPointOfSaleConfiguration" style="document"/><wsdl:input name="GetPointOfSaleConfigurationRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetPointOfSaleConfigurationResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SwitchShiftEmployee"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SwitchShiftEmployee" style="document"/><wsdl:input name="SwitchShiftEmployeeRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SwitchShiftEmployeeResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="LocalCounterGetParameters"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/LocalCounterGetParameters" style="document"/><wsdl:input name="LocalCounterGetParametersRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="LocalCounterGetParametersResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="LocalCounterSynchronize"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/LocalCounterSynchronize" style="document"/><wsdl:input name="LocalCounterSynchronizeRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="LocalCounterSynchronizeResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveCounterSales"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveCounterSales" style="document"/><wsdl:input name="SaveCounterSalesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SaveCounterSalesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindScenarios"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindScenarios" style="document"/><wsdl:input name="FindScenariosRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindScenariosResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindScenarioSessions"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindScenarioSessions" style="document"/><wsdl:input name="FindScenarioSessionsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindScenarioSessionsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="DeleteScenarioSession"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/DeleteScenarioSession" style="document"/><wsdl:input name="DeleteScenarioSessionRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="DeleteScenarioSessionResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveSpotbookingStatus"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveSpotbookingStatus" style="document"/><wsdl:input name="SaveSpotbookingStatusRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SaveSpotbookingStatusResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveScenarioSession"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveScenarioSession" style="document"/><wsdl:input name="SaveScenarioSessionRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SaveScenarioSessionResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindScenarioTypes"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindScenarioTypes" style="document"/><wsdl:input name="FindScenarioTypesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindScenarioTypesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListCdbCategories"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListCdbCategories" style="document"/><wsdl:input name="ListCdbCategoriesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListCdbCategoriesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetScenarioSessionEmailMessage"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetScenarioSessionEmailMessage" style="document"/><wsdl:input name="GetScenarioSessionEmailMessageRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetScenarioSessionEmailMessageResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetScenarioSessionEmailMessages"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetScenarioSessionEmailMessages" style="document"/><wsdl:input name="GetScenarioSessionEmailMessagesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetScenarioSessionEmailMessagesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetScenarioQuestionInputValueFileGeneral"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetScenarioQuestionInputValueFileGeneral" style="document"/><wsdl:input name="GetScenarioQuestionInputValueFileGeneralRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetScenarioQuestionInputValueFileGeneralResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetScenarioQuestionInputValueFileDetails"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetScenarioQuestionInputValueFileDetails" style="document"/><wsdl:input name="GetScenarioQuestionInputValueFileDetailRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetScenarioQuestionInputValueFileDetailResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveScenarioSessionAttachment"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveScenarioSessionAttachment" style="document"/><wsdl:input name="SaveScenarioSessionAttachmentRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SaveScenarioSessionAttachmentResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="DeleteScenarioSessionAttachment"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/DeleteScenarioSessionAttachment" style="document"/><wsdl:input name="DeleteScenarioSessionAttachmentRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="DeleteScenarioSessionAttachmentResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveScenarioSessionComment"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveScenarioSessionComment" style="document"/><wsdl:input name="SaveScenarioSessionCommentRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SaveScenarioSessionCommentResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="DeleteScenarioSessionComment"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/DeleteScenarioSessionComment" style="document"/><wsdl:input name="DeleteScenarioSessionCommentRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="DeleteScenarioSessionCommentResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ValidateScenarioSessionCheck"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ValidateScenarioSessionCheck" style="document"/><wsdl:input name="ValidateScenarioSessionCheckRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ValidateScenarioSessionCheckResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindScenarioSessionAttachments"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindScenarioSessionAttachments" style="document"/><wsdl:input name="FindScenarioSessionAttachmentsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindScenarioSessionAttachmentsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetSpotbookingSettings"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetSpotbookingSettings" style="document"/><wsdl:input name="GetSpotbookingSettingsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetSpotbookingSettingsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListVisitingCustomersInformation"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListVisitingCustomersInformation" style="document"/><wsdl:input name="ListVisitingCustomersInformationRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListVisitingCustomersInformationResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListSalesInformation"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListSalesInformation" style="document"/><wsdl:input name="ListSalesInformationRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListSalesInformationResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListDivisions"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListDivisions" style="document"/><wsdl:input name="ListDivisionsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListDivisionsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListConsolidationCodes"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListConsolidationCodes" style="document"/><wsdl:input name="ListConsolidationCodesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListConsolidationCodesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="InterSolveIsCardValid"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/InterSolveIsCardValid" style="document"/><wsdl:input name="InterSolveIsCardValidRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="InterSolveIsCardValidResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="InterSolveDoPurchaseSimulate"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/InterSolveDoPurchaseSimulate" style="document"/><wsdl:input name="InterSolveDoPurchaseSimulateRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="InterSolveDoPurchaseSimulateResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="InterSolveDoPurchase"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/InterSolveDoPurchase" style="document"/><wsdl:input name="InterSolveDoPurchaseRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="InterSolveDoPurchaseResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetIntersolveGiftCardAccessItem"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetIntersolveGiftCardAccessItem" style="document"/><wsdl:input name="IntersolveGiftCardAccessItemRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="IntersolveGiftCardAccessItemResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="UniflowEnsureUserExistsCardReg"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/UniflowEnsureUserExistsCardReg" style="document"/><wsdl:input name="UniflowEnsureUserExistsCardRegRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="UniflowEnsureUserExistsCardRegResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="UniflowMakeDepositWithRef"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/UniflowMakeDepositWithRef" style="document"/><wsdl:input name="UniflowMakeDepositWithRefRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="UniflowMakeDepositWithRefResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="UniflowChargeUserWithRef"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/UniflowChargeUserWithRef" style="document"/><wsdl:input name="UniflowChargeUserWithRefRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="UniflowChargeUserWithRefResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="UniflowGetExtRefIdAndAmountPayed"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/UniflowGetExtRefIdAndAmountPayed" style="document"/><wsdl:input name="UniflowGetExtRefIdAndAmountPayedRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="UniflowGetExtRefIdAndAmountPayedResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetAddressAttachmentsInformation"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetAddressAttachmentsInformation" style="document"/><wsdl:input name="AddressAttachmentsInformationRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="AddressAttachmentsInformationResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetAddressAttachmentTypes"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetAddressAttachmentTypes" style="document"/><wsdl:input name="AddressAttachmentTypesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="AddressAttachmentTypesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetAddressAttachmentSubTypes"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetAddressAttachmentSubTypes" style="document"/><wsdl:input name="AddressAttachmentSubTypesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="AddressAttachmentSubTypesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveAddressAttachment"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveAddressAttachment" style="document"/><wsdl:input name="SaveAddressAttachmentRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SaveAddressAttachmentResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetAddressAttachment"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetAddressAttachment" style="document"/><wsdl:input name="AddressAttachmentRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="AddressAttachmentResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ModifySubscriptionDates"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ModifySubscriptionDates" style="document"/><wsdl:input name="ModifySubscriptionDatesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ModifySubscriptionDatesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="UndoCancelSubscription"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/UndoCancelSubscription" style="document"/><wsdl:input name="UndoCancelSubscriptionRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="UndoCancelSubscriptionResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetFamilyCards"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetFamilyCards" style="document"/><wsdl:input name="GetFamilyCardsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetFamilyCardsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListPersonTitles"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListPersonTitles" style="document"/><wsdl:input name="ListPersonTitlesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListPersonTitlesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListBankBICs"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListBankBICs" style="document"/><wsdl:input name="ListBankBICsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListBankBICsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindPersonCards"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindPersonCards" style="document"/><wsdl:input name="FindPersonCardsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindPersonCardsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListPersonFunctions"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListPersonFunctions" style="document"/><wsdl:input name="ListPersonFunctionsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListPersonFunctionsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListActivityTypes"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListActivityTypes" style="document"/><wsdl:input name="ListActivityTypesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListActivityTypesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListArticleGroups"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListArticleGroups" style="document"/><wsdl:input name="ListArticleGroupsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListArticleGroupsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindArticleCategories"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindArticleCategories" style="document"/><wsdl:input name="FindArticleCategoriesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindArticleCategoriesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListExpositionTypes"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListExpositionTypes" style="document"/><wsdl:input name="ListExpositionTypesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListExpositionTypesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListExpositionPeriods"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListExpositionPeriods" style="document"/><wsdl:input name="ListExpositionPeriodsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListExpositionPeriodsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveExpositionPeriodArticles"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveExpositionPeriodArticles" style="document"/><wsdl:input name="SaveExpositionPeriodArticlesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SaveExpositionPeriodArticlesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindExpositionPeriodDates"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindExpositionPeriodDates" style="document"/><wsdl:input name="FindExpositionPeriodDatesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindExpositionPeriodDatesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListAudiences"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListAudiences" style="document"/><wsdl:input name="ListAudiencesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListAudiencesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListPaymentMethods"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListPaymentMethods" style="document"/><wsdl:input name="ListPaymentMethodRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListPaymentMethodResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CreatePaymentMethod"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/CreatePaymentMethod" style="document"/><wsdl:input name="CreatePaymentMethodRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="CreatePaymentMethodResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListHalls"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListHalls" style="document"/><wsdl:input name="ListHallsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListHallsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListCategories"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListCategories" style="document"/><wsdl:input name="ListCategoriesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListCategoriesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListInfrastructures"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListInfrastructures" style="document"/><wsdl:input name="ListInfrastructuresRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListInfrastructuresResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindInfrastructureOpenings"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindInfrastructureOpenings" style="document"/><wsdl:input name="FindInfrastructureOpeningsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindInfrastructureOpeningsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListPlaces"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListPlaces" style="document"/><wsdl:input name="ListPlacesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListPlacesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListReservationActivities"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListReservationActivities" style="document"/><wsdl:input name="ListReservationActivitiesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListReservationActivitiesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListReservationViews"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListReservationViews" style="document"/><wsdl:input name="ListReservationViewsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListReservationViewsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListCountries"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListCountries" style="document"/><wsdl:input name="ListCountriesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListCountriesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindCounties"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindCounties" style="document"/><wsdl:input name="FindCountiesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindCountiesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListLanguages"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListLanguages" style="document"/><wsdl:input name="ListLanguagesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListLanguagesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDefaultLanguage"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetDefaultLanguage" style="document"/><wsdl:input name="GetDefaultLanguageRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetDefaultLanguageResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindLessonsChildrenFiscalCertificates"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindLessonsChildrenFiscalCertificates" style="document"/><wsdl:input name="FindFiscalCertificatesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindFiscalCertificatesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListWaitingLists"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListWaitingLists" style="document"/><wsdl:input name="ListWaitingListRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListWaitingListResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListLessonGroups"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListLessonGroups" style="document"/><wsdl:input name="ListLessonGroupRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListLessonGroupResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindLessonGroupsForCatchUp"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindLessonGroupsForCatchUp" style="document"/><wsdl:input name="FindLessonGroupsForCatchUpRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindLessonGroupsForCatchUpResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindLessonGroupOptions"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindLessonGroupOptions" style="document"/><wsdl:input name="FindLessonGroupOptionsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindLessonGroupOptionsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ValidNumberOfOptionsForStudent"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ValidNumberOfOptionsForStudent" style="document"/><wsdl:input name="ValidNumberOfOptionsForStudentRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ValidNumberOfOptionsForStudentResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListSwimmingLevels"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListSwimmingLevels" style="document"/><wsdl:input name="ListSwimmingLevelRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListSwimmingLevelResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListStudentFollowScores"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListStudentFollowScores" style="document"/><wsdl:input name="ListStudentFollowScoreRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListStudentFollowScoreResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListStudentFollowScoresAll"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListStudentFollowScoresAll" style="document"/><wsdl:input name="ListStudentFollowScoreAllRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListStudentFollowScoreAllResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListStudentPresences"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListStudentPresences" style="document"/><wsdl:input name="ListStudentPresenceRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListStudentPresenceResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListLessonGroupPresences"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListLessonGroupPresences" style="document"/><wsdl:input name="ListLessonGroupPresencesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListLessonGroupPresencesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListNorms"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListNorms" style="document"/><wsdl:input name="ListNormRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListNormResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListSwimmingDiplomas"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListSwimmingDiplomas" style="document"/><wsdl:input name="ListSwimmingDiplomaRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListSwimmingDiplomaResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveStudentTransfer"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveStudentTransfer" style="document"/><wsdl:input name="SaveStudentTransferRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SaveStudentTransferResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveStudentTransfers"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveStudentTransfers" style="document"/><wsdl:input name="SaveStudentTransfersRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SaveStudentTransfersResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveLLVInfoToDB"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveLLVInfoToDB" style="document"/><wsdl:input name="SaveLLVInfoToDBRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SaveLLVInfoToDBResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveLLVDiplomaDate"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveLLVDiplomaDate" style="document"/><wsdl:input name="SaveLLVDiplomaDateRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SaveLLVDiplomaDateResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="LLVMessageTranslations"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/LLVMessageTranslations" style="document"/><wsdl:input name="ListLLVMessageTranslationRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListLLVMessageTranslationResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetPersonLLVInfoByLessonGroup"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetPersonLLVInfoByLessonGroup" style="document"/><wsdl:input name="ListPersonLLVInfoRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListPersonLLVInfoResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetLLVInfo"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetLLVInfo" style="document"/><wsdl:input name="ListLLVInfoRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListLLVInfoResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindWaitingListStudentOverview"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindWaitingListStudentOverview" style="document"/><wsdl:input name="FindWaitingListStudentOverviewRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindWaitingListStudentOverviewResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="DeleteWaitingListStudent"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/DeleteWaitingListStudent" style="document"/><wsdl:input name="DeleteWaitingListStudentRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="DeleteWaitingListStudentResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveLessonGroup"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveLessonGroup" style="document"/><wsdl:input name="SaveLessonGroupRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SaveLessonGroupResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindLessonGroupComments"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindLessonGroupComments" style="document"/><wsdl:input name="FindLessonGroupCommentsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindLessonGroupCommentsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveLessonGroupComment"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveLessonGroupComment" style="document"/><wsdl:input name="SaveLessonGroupCommentRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SaveLessonGroupCommentResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="UnsubscribeLessonGroupDay"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/UnsubscribeLessonGroupDay" style="document"/><wsdl:input name="UnsubscribeLessonGroupDayRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="UnsubscribeLessonGroupDayResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindUnsubscribeLessonGroupDayManipulations"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindUnsubscribeLessonGroupDayManipulations" style="document"/><wsdl:input name="FindUnsubscribeLessonGroupDayManipulationsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindUnsubscribeLessonGroupDayManipulationsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindCatchUpLessonGroupDayManipulations"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindCatchUpLessonGroupDayManipulations" style="document"/><wsdl:input name="FindCatchUpLessonGroupDayManipulationsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindCatchUpLessonGroupDayManipulationsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CatchUpLessonGroupDay"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/CatchUpLessonGroupDay" style="document"/><wsdl:input name="CatchUpLessonGroupDayRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="CatchUpLessonGroupDayResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetLlvCreditInfo"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetLlvCreditInfo" style="document"/><wsdl:input name="GetLlvCreditInfoRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetLlvCreditInfoResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindPersonLlvTransferHistories"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindPersonLlvTransferHistories" style="document"/><wsdl:input name="FindPersonLlvTransferHistoriesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindPersonLlvTransferHistoriesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindPersonLlvCurrentLessonGroups"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindPersonLlvCurrentLessonGroups" style="document"/><wsdl:input name="FindPersonLlvCurrentLessonGroupsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindPersonLlvCurrentLessonGroupsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ValidateWaitingListCall"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ValidateWaitingListCall" style="document"/><wsdl:input name="ValidateWaitingListCallRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ValidateWaitingListCallResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListWaitingListCalls"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListWaitingListCalls" style="document"/><wsdl:input name="ListWaitingListCallsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListWaitingListCallsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ConfirmWaitingListCall"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ConfirmWaitingListCall" style="document"/><wsdl:input name="ConfirmWaitingListCallRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ConfirmWaitingListCallResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SavePreferredLessonGroups"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SavePreferredLessonGroups" style="document"/><wsdl:input name="SavePreferredLessonGroupsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SavePreferredLessonGroupsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="AuthenticateEmployee"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/AuthenticateEmployee" style="document"/><wsdl:input name="AuthenticateEmployeeRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="AuthenticateEmployeeResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindEmployees"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindEmployees" style="document"/><wsdl:input name="FindEmployeesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindEmployeesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveEmployee"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveEmployee" style="document"/><wsdl:input name="SaveEmployeeRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SaveEmployeeResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveEmployeePassword"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveEmployeePassword" style="document"/><wsdl:input name="SaveEmployeePasswordRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SaveEmployeePasswordResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="IsEmployeePasswordExpired"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/IsEmployeePasswordExpired" style="document"/><wsdl:input name="IsEmployeePasswordExpiredRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="IsEmployeePasswordExpiredResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveEmployeeTaskAttachment"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveEmployeeTaskAttachment" style="document"/><wsdl:input name="SaveEmployeeTaskAttachmentRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SaveEmployeeTaskAttachmentResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="DeleteEmployeeTaskAttachment"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/DeleteEmployeeTaskAttachment" style="document"/><wsdl:input name="DeleteEmployeeTaskAttachmentRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="DeleteEmployeeTaskAttachmentResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindEmployeeTaskAttachments"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindEmployeeTaskAttachments" style="document"/><wsdl:input name="FindEmployeeTaskAttachmentsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindEmployeeTaskAttachmentsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindEmployeeTasks"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindEmployeeTasks" style="document"/><wsdl:input name="FindEmployeeTasksRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindEmployeeTasksResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveEmployeeTask"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveEmployeeTask" style="document"/><wsdl:input name="SaveEmployeeTaskRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SaveEmployeeTaskResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="DeleteEmployeeTask"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/DeleteEmployeeTask" style="document"/><wsdl:input name="DeleteEmployeeTaskRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="DeleteEmployeeTaskResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveEmployeeTaskStatus"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveEmployeeTaskStatus" style="document"/><wsdl:input name="SaveEmployeeTaskStatusRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SaveEmployeeTaskStatusResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindEmployeeNotifications"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindEmployeeNotifications" style="document"/><wsdl:input name="FindEmployeeNotificationsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindEmployeeNotificationsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindSkills"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindSkills" style="document"/><wsdl:input name="FindSkillsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindSkillsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="AssignEmployeeToTasks"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/AssignEmployeeToTasks" style="document"/><wsdl:input name="AssignEmployeeToTasksRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="AssignEmployeeToTasksResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindWorkTypes"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindWorkTypes" style="document"/><wsdl:input name="FindWorkTypesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindWorkTypesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindEmployeeAvailabilities"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindEmployeeAvailabilities" style="document"/><wsdl:input name="FindEmployeeAvailabilitiesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindEmployeeAvailabilitiesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveEmployeeAvailability"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveEmployeeAvailability" style="document"/><wsdl:input name="SaveEmployeeAvailabilityRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SaveEmployeeAvailabilityResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveEmployeeAvailabilities"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveEmployeeAvailabilities" style="document"/><wsdl:input name="SaveEmployeeAvailabilitiesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SaveEmployeeAvailabilitiesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="DeleteEmployeeAvailability"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/DeleteEmployeeAvailability" style="document"/><wsdl:input name="DeleteEmployeeAvailabilityRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="DeleteEmployeeAvailabilityResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetTaskFlowSettings"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetTaskFlowSettings" style="document"/><wsdl:input name="GetTaskFlowSettingsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetTaskFlowSettingsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindVendors"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindVendors" style="document"/><wsdl:input name="FindVendorsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindVendorsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindVendorGroups"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindVendorGroups" style="document"/><wsdl:input name="FindVendorGroupsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindVendorGroupsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindPurchaseArticles"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindPurchaseArticles" style="document"/><wsdl:input name="FindPurchaseArticlesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindPurchaseArticlesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindStockLocations"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindStockLocations" style="document"/><wsdl:input name="FindStockLocationsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindStockLocationsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindPurchaseOrders"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindPurchaseOrders" style="document"/><wsdl:input name="FindPurchaseOrdersRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindPurchaseOrdersResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ValidatePurchaseOrder"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ValidatePurchaseOrder" style="document"/><wsdl:input name="ValidatePurchaseOrderRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ValidatePurchaseOrderResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ValidatePurchaseLine"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ValidatePurchaseLine" style="document"/><wsdl:input name="ValidatePurchaseLineRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ValidatePurchaseLineResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SavePurchaseOrder"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SavePurchaseOrder" style="document"/><wsdl:input name="SavePurchaseOrderRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SavePurchaseOrderResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="DeletePurchaseOrder"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/DeletePurchaseOrder" style="document"/><wsdl:input name="DeletePurchaseOrderRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="DeletePurchaseOrderResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SavePurchaseLine"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SavePurchaseLine" style="document"/><wsdl:input name="SavePurchaseLineRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SavePurchaseLineResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="DeletePurchaseLine"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/DeletePurchaseLine" style="document"/><wsdl:input name="DeletePurchaseLineRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="DeletePurchaseLineResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindRentalArticles"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindRentalArticles" style="document"/><wsdl:input name="FindRentalArticlesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindRentalArticlesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindRentalOrders"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindRentalOrders" style="document"/><wsdl:input name="FindRentalOrdersRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindRentalOrdersResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetRentalOrder"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetRentalOrder" style="document"/><wsdl:input name="GetRentalOrderRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetRentalOrderResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CancelRentalOrder"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/CancelRentalOrder" style="document"/><wsdl:input name="CancelRentalOrderRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="CancelRentalOrderResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetRentalPricing"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetRentalPricing" style="document"/><wsdl:input name="GetRentalPricingRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetRentalPricingResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindRentalArticleAvailablePeriods"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindRentalArticleAvailablePeriods" style="document"/><wsdl:input name="FindRentalArticleAvailablePeriodsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindRentalArticleAvailablePeriodsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindRentalActivities"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindRentalActivities" style="document"/><wsdl:input name="FindRentalActivitiesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindRentalActivitiesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindRentalPlaces"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindRentalPlaces" style="document"/><wsdl:input name="FindRentalPlacesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindRentalPlacesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetRentalOrdersByDate"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetRentalOrdersByDate" style="document"/><wsdl:input name="GetRentalOrdersByDateRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetRentalOrdersByDateResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetRentalPlaceOpeningHour"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetRentalPlaceOpeningHour" style="document"/><wsdl:input name="GetRentalPlaceOpeningHourRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetRentalPlaceOpeningHourResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="AuthenticateChildCareCentreEmployee"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/AuthenticateChildCareCentreEmployee" style="document"/><wsdl:input name="AuthenticateChildCareCentreEmployeeRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="AuthenticateChildCareCentreEmployeeResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindChildCareCentres"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindChildCareCentres" style="document"/><wsdl:input name="FindChildCareCentresRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindChildCareCentresResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindChildCareCentrePeriods"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindChildCareCentrePeriods" style="document"/><wsdl:input name="FindChildCareCentrePeriodsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindChildCareCentrePeriodsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindChildCareEntryPeriods"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindChildCareEntryPeriods" style="document"/><wsdl:input name="FindChildCareEntryPeriodsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindChildCareEntryPeriodsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindChildCareCentreEntries"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindChildCareCentreEntries" style="document"/><wsdl:input name="FindChildCareCentreEntriesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindChildCareCentreEntriesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindChildCareCentreAbsences"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindChildCareCentreAbsences" style="document"/><wsdl:input name="FindChildCareCentreAbsencesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindChildCareCentreAbsencesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindChildCareCentrePresences"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindChildCareCentrePresences" style="document"/><wsdl:input name="FindChildCareCentrePresencesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindChildCareCentrePresencesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveChildCareCentrePresence"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveChildCareCentrePresence" style="document"/><wsdl:input name="SaveChildCareCentrePresenceRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SaveChildCareCentrePresenceResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveChildCareCentrePresenceList"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveChildCareCentrePresenceList" style="document"/><wsdl:input name="SaveChildCareCentrePresenceListRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SaveChildCareCentrePresenceListResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="DeleteChildCareCentrePresence"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/DeleteChildCareCentrePresence" style="document"/><wsdl:input name="DeleteChildCareCentrePresenceRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="DeleteChildCareCentrePresenceResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindChildCareCentrePresenceHeaders"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindChildCareCentrePresenceHeaders" style="document"/><wsdl:input name="FindChildCareCentrePresenceHeadersRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindChildCareCentrePresenceHeadersResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetChildCareChipKnip"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetChildCareChipKnip" style="document"/><wsdl:input name="FindChildCareCentreChipKnipRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindChildCareCentreChipKnipResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetChildCareChipKnips"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetChildCareChipKnips" style="document"/><wsdl:input name="GetChildCareChipKnipsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetChildCareChipKnipsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindChildCareCentreLogbookEntries"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindChildCareCentreLogbookEntries" style="document"/><wsdl:input name="FindChildCareCentreLogbookEntriesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindChildCareCentreLogbookEntriesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveChildCareCentreLogbookEntry"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveChildCareCentreLogbookEntry" style="document"/><wsdl:input name="SaveChildCareCentreLogbookEntryRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SaveChildCareCentreLogbookEntryResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="DeleteChildCareCentreLogbookEntry"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/DeleteChildCareCentreLogbookEntry" style="document"/><wsdl:input name="DeleteChildCareCentreLogbookEntryRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="DeleteChildCareCentreLogbookEntryResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="UpdateChildCareCentreEntry"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/UpdateChildCareCentreEntry" style="document"/><wsdl:input name="UpdateChildCareCentreEntryRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="UpdateChildCareCentreEntryResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CancelChildCareCentreEntry"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/CancelChildCareCentreEntry" style="document"/><wsdl:input name="CancelChildCareCentreEntryRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="CancelChildCareCentreEntryResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetChildCareEntryTariffs"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetChildCareEntryTariffs" style="document"/><wsdl:input name="GetChildCareEntryTariffsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetChildCareEntryTariffsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindChildCareSchoolHolidays"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindChildCareSchoolHolidays" style="document"/><wsdl:input name="FindChildCareSchoolHolidaysRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindChildCareSchoolHolidaysResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ChildCareCentreOptionGetAvailability"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ChildCareCentreOptionGetAvailability" style="document"/><wsdl:input name="ChildCareCentreOptionGetAvailabilityRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ChildCareCentreOptionGetAvailabilityResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetChildCareCentrePresenceOptions"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetChildCareCentrePresenceOptions" style="document"/><wsdl:input name="GetChildCareCentrePresenceOptionsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetChildCareCentrePresenceOptionsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveJournal"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveJournal" style="document"/><wsdl:input name="SaveJournalRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SaveJournalResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveJournalLines"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveJournalLines" style="document"/><wsdl:input name="SaveJournalLinesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SaveJournalLinesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FinalizeJournal"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FinalizeJournal" style="document"/><wsdl:input name="FinalizeJournalRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FinalizeJournalResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetJournalsSummary"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetJournalsSummary" style="document"/><wsdl:input name="GetJournalsSummaryRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetJournalsSummaryResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindJournalLines"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindJournalLines" style="document"/><wsdl:input name="FindJournalLinesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindJournalLinesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindExpositionTypes"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindExpositionTypes" style="document"/><wsdl:input name="FindExpositionTypesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindExpositionTypesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindExpositions"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindExpositions" style="document"/><wsdl:input name="FindExpositionRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindExpositionResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindOrganisedVisits"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindOrganisedVisits" style="document"/><wsdl:input name="FindOrganisedVisitsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindOrganisedVisitsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveOrganisedVisitNames"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveOrganisedVisitNames" style="document"/><wsdl:input name="SaveOrganisedVisitNamesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListExpositionLocations"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListExpositionLocations" style="document"/><wsdl:input name="ListExpositionLocationsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListExpositionLocationsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindExpositionSubCategories"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindExpositionSubCategories" style="document"/><wsdl:input name="FindExpositionSubCategoriesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindExpositionSubCategoriesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindExpositionLanguages"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindExpositionLanguages" style="document"/><wsdl:input name="FindExpositionLanguagesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindExpositionLanguagesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListExpositionCategories"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListExpositionCategories" style="document"/><wsdl:input name="ListExpositionCategoriesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListExpositionCategoriesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ValidateExpositionSubscriptionItem"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ValidateExpositionSubscriptionItem" style="document"/><wsdl:input name="ValidateExpositionSubscriptionItemRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ValidateExpositionSubscriptionItemResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindExpositionOverviewByDay"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindExpositionOverviewByDay" style="document"/><wsdl:input name="FindExpositionOverviewByDayRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindExpositionOverviewByDayResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindExpositionPrices"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindExpositionPrices" style="document"/><wsdl:input name="FindExpositionPricesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindExpositionPricesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetExpositionOptionalArticlesCapacity"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetExpositionOptionalArticlesCapacity" style="document"/><wsdl:input name="GetExpositionOptionalArticlesCapacityRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetExpositionOptionalArticlesCapacityResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindExpositionArticlePrices"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindExpositionArticlePrices" style="document"/><wsdl:input name="FindExpositionArticlePricesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindExpositionArticlePricesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ChangeExpositionPeriodCapacity"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ChangeExpositionPeriodCapacity" style="document"/><wsdl:input name="ChangeExpositionPeriodCapacityRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ChangeExpositionPeriodCapacityResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ChangeExpositionPeriodState"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ChangeExpositionPeriodState" style="document"/><wsdl:input name="ChangeExpositionPeriodStateRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ChangeExpositionPeriodStateResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetExpositionSales"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetExpositionSales" style="document"/><wsdl:input name="GetExpositionSalesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetExpositionSalesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CancelOrganisedVisit"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/CancelOrganisedVisit" style="document"/><wsdl:input name="CancelOrganisedVisitRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="CancelOrganisedVisitResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CheckOrganisedVisitAlreadyRegistered"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/CheckOrganisedVisitAlreadyRegistered" style="document"/><wsdl:input name="CheckOrganisedVisitAlreadyRegisteredRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="CheckOrganisedVisitAlreadyRegisteredResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="AdjustOrganisedVisit"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/AdjustOrganisedVisit" style="document"/><wsdl:input name="AdjustOrganisedVisitRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="AdjustOrganisedVisitResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetOrganisedVisitRebookingCosts"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetOrganisedVisitRebookingCosts" style="document"/><wsdl:input name="GetOrganisedVisitRebookingCostsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetOrganisedVisitRebookingCostResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindCombiExpositions"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindCombiExpositions" style="document"/><wsdl:input name="FindCombiExpositionsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindCombiExpositionsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetCombiExpositionExpositionExtraArticles"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetCombiExpositionExpositionExtraArticles" style="document"/><wsdl:input name="GetCombiExpositionExpositionExtraArticlesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetCombiExpositionExpositionExtraArticlesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetCombiExpositionTicketsOptionalArticles"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetCombiExpositionTicketsOptionalArticles" style="document"/><wsdl:input name="GetCombiExpositionTicketsOptionalArticlesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetCombiExpositionTicketsOptionalArticlesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CalculateCombiExpositionReservation"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/CalculateCombiExpositionReservation" style="document"/><wsdl:input name="CalculateCombiExpositionReservationRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="CalculateCombiExpositionReservationResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindCombiOrganisedVisits"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindCombiOrganisedVisits" style="document"/><wsdl:input name="FindCombiOrganisedVisitsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindCombiOrganisedVisitsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetCombiExpositionAllowedPeriods"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetCombiExpositionAllowedPeriods" style="document"/><wsdl:input name="GetCombiExpositionAllowedPeriodsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetCombiExpositionAllowedPeriodsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetCombiOrganisedVisitRebookingCosts"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetCombiOrganisedVisitRebookingCosts" style="document"/><wsdl:input name="GetCombiOrganisedVisitRebookingCostsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetCombiOrganisedVisitRebookingCostsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="AdjustCombiOrganisedVisit"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/AdjustCombiOrganisedVisit" style="document"/><wsdl:input name="AdjustCombiOrganisedVisitRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="AdjustCombiOrganisedVisitResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListFileAgeGroups"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListFileAgeGroups" style="document"/><wsdl:input name="ListFileAgeGroupsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListFileAgeGroupsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindFileTypes"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindFileTypes" style="document"/><wsdl:input name="FindFileTypesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindFileTypesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListFileActivityCategories"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListFileActivityCategories" style="document"/><wsdl:input name="ListFileActivityCategoriesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListFileActivityCategoriesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListFileActivityPeriods"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListFileActivityPeriods" style="document"/><wsdl:input name="ListFileActivityPeriodRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListFileActivityPeriodResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindFileActivityArticles"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindFileActivityArticles" style="document"/><wsdl:input name="FindFileActivityArticleRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindFileActivityArticleResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindFileActivities"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindFileActivities" style="document"/><wsdl:input name="FindFileActivitiesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindFileActivitiesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindFiles"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindFiles" style="document"/><wsdl:input name="FindFilesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindFilesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindSubFiles"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindSubFiles" style="document"/><wsdl:input name="FindSubFilesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindSubFilesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ValidateBasket"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ValidateBasket" style="document"/><wsdl:input name="ValidateBasketRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ValidateBasketResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ValidatePosBasket"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ValidatePosBasket" style="document"/><wsdl:input name="ValidatePosBasketRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ValidatePosBasketResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ValidateBasketItem"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ValidateBasketItem" style="document"/><wsdl:input name="ValidateBasketItemRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ValidateBasketItemResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CheckoutBasket"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/CheckoutBasket" style="document"/><wsdl:input name="CheckoutBasketRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="CheckoutBasketResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CheckoutTemporaryBasket"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/CheckoutTemporaryBasket" style="document"/><wsdl:input name="CheckoutTemporaryBasketRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="CheckoutTemporaryBasketResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CheckoutPosBasket"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/CheckoutPosBasket" style="document"/><wsdl:input name="CheckoutPosBasketRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="CheckoutBasketResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="LockBasketItems"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/LockBasketItems" style="document"/><wsdl:input name="LockBasketItemsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="LockBasketItemsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="LockPosBasketItems"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/LockPosBasketItems" style="document"/><wsdl:input name="LockPosBasketItemsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="LockPosBasketItemsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="UnlockBasketItems"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/UnlockBasketItems" style="document"/><wsdl:input name="UnlockBasketItemsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="UnlockBasketItemsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ReCalculateBasket"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ReCalculateBasket" style="document"/><wsdl:input name="RecalculateBasketRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="RecalculateBasketResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="RecalculatePosBasket"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/RecalculatePosBasket" style="document"/><wsdl:input name="RecalculatePosBasketRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="RecalculatePosBasketResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SupportsIncassoPayments"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SupportsIncassoPayments" style="document"/><wsdl:input name="SupportsIncassoPaymentsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SupportsIncassoPaymentsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SupportsChipKnipPayments"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SupportsChipKnipPayments" style="document"/><wsdl:input name="SupportsChipKnipPaymentsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SupportsChipKnipPaymentsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SupportsPayLaterPayments"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SupportsPayLaterPayments" style="document"/><wsdl:input name="SupportsPayLaterPaymentsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SupportsPayLaterPaymentsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ExtendLockPeriod"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ExtendLockPeriod" style="document"/><wsdl:input name="ExtendLockPeriodRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ExtendLockPeriodResult"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ExtendLockPeriodByTime"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ExtendLockPeriodByTime" style="document"/><wsdl:input name="ExtendLockPeriodByTimeRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ExtendLockPeriodResult"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ResetLockPeriod"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ResetLockPeriod" style="document"/><wsdl:input name="ExtendLockPeriodRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ExtendLockPeriodResult"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListLockedBasketItems"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListLockedBasketItems" style="document"/><wsdl:input name="ListLockedBasketItemsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListLockedBasketItemsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ReLockBasketItems"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ReLockBasketItems" style="document"/><wsdl:input name="ReLockBasketItemsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ReLockBasketItemsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetProductType"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetProductType" style="document"/><wsdl:input name="GetProductTypeRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetProductTypeResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindCultureSeries"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindCultureSeries" style="document"/><wsdl:input name="FindCultureSeriesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindCultureSeriesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListCultureActivities"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListCultureActivities" style="document"/><wsdl:input name="ListCultureActivitiesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListCultureActivitiesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindCultureEvents"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindCultureEvents" style="document"/><wsdl:input name="FindCultureEventsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindCultureEventsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetHallSeating"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetHallSeating" style="document"/><wsdl:input name="GetHallSeatingRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetHallSeatingResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetHallSeatingWithIncludes"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetHallSeatingWithIncludes" style="document"/><wsdl:input name="GetHallSeatingWithIncludesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetHallSeatingResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetCultureEventSeating"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetCultureEventSeating" style="document"/><wsdl:input name="GetCultureEventSeatingRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetHallSeatingResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetCultureEventSeatingWithIncludes"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetCultureEventSeatingWithIncludes" style="document"/><wsdl:input name="GetCultureEventSeatingWithIncludesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetHallSeatingResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetCultureSeriesSeating"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetCultureSeriesSeating" style="document"/><wsdl:input name="GetCultureSeriesSeatingRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetHallSeatingResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetCultureSeriesSeatingWithIncludes"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetCultureSeriesSeatingWithIncludes" style="document"/><wsdl:input name="GetCultureSeriesSeatingWithIncludesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetHallSeatingResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetSeatAllocations"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetSeatAllocations" style="document"/><wsdl:input name="GetSeatAllocationsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetSeatAllocationsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetSiteAllocations"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetSiteAllocations" style="document"/><wsdl:input name="GetSiteAllocationsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetSiteAllocationsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetHallAllocations"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetHallAllocations" style="document"/><wsdl:input name="GetHallAllocationsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetHallAllocationsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindCultureReservations"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindCultureReservations" style="document"/><wsdl:input name="FindCultureReservationsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindCultureReservationsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListCultureEventCategories"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListCultureEventCategories" style="document"/><wsdl:input name="ListCultureEventCategoriesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListCultureEventCategoriesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindCultureWaitingListReservations"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindCultureWaitingListReservations" style="document"/><wsdl:input name="FindCultureWaitingListReservationsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindCultureWaitingListReservationsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListCultureSubscriptions"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListCultureSubscriptions" style="document"/><wsdl:input name="ListCultureSubscriptionsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListCultureSubscriptionsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListCultureEventTickets"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListCultureEventTickets" style="document"/><wsdl:input name="ListCultureEventTicketsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListCultureEventTicketsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CreateCultureEvent"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/CreateCultureEvent" style="document"/><wsdl:input name="CreateCultureEventRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="CreateCultureEventResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="UpdateCultureEvent"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/UpdateCultureEvent" style="document"/><wsdl:input name="UpdateCultureEventRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="UpdateCultureEventResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindPriceGroups"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindPriceGroups" style="document"/><wsdl:input name="FindPriceGroupsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindPriceGroupsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindReservations"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindReservations" style="document"/><wsdl:input name="FindReservationsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindReservationsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindReservationsOverviewByDay"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindReservationsOverviewByDay" style="document"/><wsdl:input name="FindReservationsOverviewByDayRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindReservationsOverviewByDayResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CalculateReservationCancelCost"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/CalculateReservationCancelCost" style="document"/><wsdl:input name="CalculateReservationCancelCostRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="CalculateReservationCancelCostResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CancelReservations"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/CancelReservations" style="document"/><wsdl:input name="CancelReservationRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="CancelReservationResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindPriceGroupReservationActivityByActivity"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindPriceGroupReservationActivityByActivity" style="document"/><wsdl:input name="FindPriceGroupReservationActivitiesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindPriceGroupReservationActivitiesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="UpdatePlaceReservation"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/UpdatePlaceReservation" style="document"/><wsdl:input name="UpdatePlaceReservationRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="UpdatePlaceReservationResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindSubsidyInfos"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindSubsidyInfos" style="document"/><wsdl:input name="FindSubsidyInfosRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindSubsidyInfosResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ConfirmReservations"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ConfirmReservations" style="document"/><wsdl:input name="ConfirmReservationsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ConfirmReservationsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindAvailablePlacesForReservationActivities"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindAvailablePlacesForReservationActivities" style="document"/><wsdl:input name="FindAvailablePlacesForReservationActivitiesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindAvailablePlacesForReservationActivityResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveReservationAttachment"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveReservationAttachment" style="document"/><wsdl:input name="SaveReservationAttachmentRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SaveReservationAttachmentResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="DeleteReservationAttachment"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/DeleteReservationAttachment" style="document"/><wsdl:input name="DeleteReservationAttachmentRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="DeleteReservationAttachmentResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindReservationAttachments"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindReservationAttachments" style="document"/><wsdl:input name="FindReservationAttachmentsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindReservationAttachmentsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetRecurringDayPatternDates"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetRecurringDayPatternDates" style="document"/><wsdl:input name="GetRecurringDayPatternRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetRecurringDayPatternDatesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ProcessRefund"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ProcessRefund" style="document"/><wsdl:input name="ProcessRefundRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ProcessRefundResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListBusTripRequests"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListBusTripRequests" style="document"/><wsdl:input name="ListBusTripsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListBusTripsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetBusTripRequest"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetBusTripRequest" style="document"/><wsdl:input name="GetBusTripRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetBusTripResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetBusTripSerieRequest"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetBusTripSerieRequest" style="document"/><wsdl:input name="GetBusTripSerieRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetBusTripSerieResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveBusTrip"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveBusTrip" style="document"/><wsdl:input name="SaveBusTripRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SaveBusTripResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveBusTripSerie"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveBusTripSerie" style="document"/><wsdl:input name="SaveBusTripSerieRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SaveBusTripSerieResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CancelBusTrip"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/CancelBusTrip" style="document"/><wsdl:input name="CancelBusTripRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="CancelBusTripResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CancelBusTripSerie"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/CancelBusTripSerie" style="document"/><wsdl:input name="CancelBusTripSerieRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="CancelBusTripSerieResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="DeleteBusTrip"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/DeleteBusTrip" style="document"/><wsdl:input name="DeleteBusTripRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="DeleteBusTripResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="DeleteBusTripSerie"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/DeleteBusTripSerie" style="document"/><wsdl:input name="DeleteBusTripSerieRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="DeleteBusTripSerieResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetFitnessNonMemberPerson"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetFitnessNonMemberPerson" style="document"/><wsdl:input name="GetFitnessNonMemberPersonRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetFitnessNonMemberPersonResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListFitnessLocations"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListFitnessLocations" style="document"/><wsdl:input name="ListFitnessLocationsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListFitnessLocationsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindFitnessActivities"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindFitnessActivities" style="document"/><wsdl:input name="FindFitnessActivitiesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindFitnessActivitiesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetFitnessActivity"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetFitnessActivity" style="document"/><wsdl:input name="GetFitnessActivityRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetFitnessActivityResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindFitnessActivityCategories"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindFitnessActivityCategories" style="document"/><wsdl:input name="FindFitnessActivityCategoriesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindFitnessActivityCategoriesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindFitnessActivityReservations"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindFitnessActivityReservations" style="document"/><wsdl:input name="FindFitnessActivityReservationsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindFitnessActivityReservationsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetFitnessActivityReservation"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetFitnessActivityReservation" style="document"/><wsdl:input name="GetFitnessActivityReservationRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetFitnessActivityReservationResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ConfirmFitnessActivityDayReservation"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ConfirmFitnessActivityDayReservation" style="document"/><wsdl:input name="ConfirmFitnessActivityDayReservationRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ConfirmFitnessActivityDayReservationResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CancelFitnessActivityDayReservation"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/CancelFitnessActivityDayReservation" style="document"/><wsdl:input name="CancelFitnessActivityDayReservationRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="CancelFitnessActivityDayReservationResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindSubscriptions"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindSubscriptions" style="document"/><wsdl:input name="FindSubscriptionsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindSubscriptionsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ChangeSubscriptionActiveState"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ChangeSubscriptionActiveState" style="document"/><wsdl:input name="ChangeSubscriptionActiveStateRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ChangeSubscriptionActiveStateResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindSubscriptionLogs"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindSubscriptionLogs" style="document"/><wsdl:input name="FindSubscriptionLogsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindSubscriptionLogsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindSubscriptionArticles"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindSubscriptionArticles" style="document"/><wsdl:input name="FindSubscriptionArticlesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindSubscriptionArticlesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CancelSubscription"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/CancelSubscription" style="document"/><wsdl:input name="CancelSubscriptionRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="CancelSubscriptionResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetSubscriptionArticleFamilyMembers"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetSubscriptionArticleFamilyMembers" style="document"/><wsdl:input name="GetSubscriptionArticleFamilyMembersRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetSubscriptionArticleFamilyMembersResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="AddPersonCardSubscription"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/AddPersonCardSubscription" style="document"/><wsdl:input name="AddPersonCardSubscriptionRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="AddPersonCardSubscriptionResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="RemovePersonCardSubscription"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/RemovePersonCardSubscription" style="document"/><wsdl:input name="RemovePersonCardSubscriptionRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="RemovePersonCardSubscriptionResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDirectDebitSummary"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetDirectDebitSummary" style="document"/><wsdl:input name="GetDirectDebitSummaryRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetDirectDebitSummaryResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="DevaluateSubscription"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/DevaluateSubscription" style="document"/><wsdl:input name="DevaluateSubscriptionRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="DevaluateSubscriptionResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="RegisterSubscriptionRefusationLog"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/RegisterSubscriptionRefusationLog" style="document"/><wsdl:input name="RegisterSubscriptionRefusationLogRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="RegisterSubscriptionRefusationLogResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindSubscriptionConversionArticles"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindSubscriptionConversionArticles" style="document"/><wsdl:input name="FindSubscriptionConversionArticlesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindSubscriptionConversionArticlesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindFamilyMembersForFamilySubscriptionAdjustment"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindFamilyMembersForFamilySubscriptionAdjustment" style="document"/><wsdl:input name="FindFamilyMembersForFamilySubscriptionAdjustmentRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindFamilyMembersForFamilySubscriptionAdjustmentResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="DisconnectDivisionCard"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/DisconnectDivisionCard" style="document"/><wsdl:input name="DisconnectDivisionCardRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="DisconnectDivisionCardResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindPersonSubscriptionData"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindPersonSubscriptionData" style="document"/><wsdl:input name="FindPersonSubscriptionDataRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindPersonSubscriptionDataResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="IsAvailable"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/IsAvailable" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListLicenseModules"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListLicenseModules" style="document"/><wsdl:input name="ListLicenseModulesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListLicenseModulesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListAppLicenses"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListAppLicenses" style="document"/><wsdl:input name="ListAppLicensesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListAppLicensesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetUtcOffset"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetUtcOffset" style="document"/><wsdl:input name="GetUtcOffsetRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetUtcOffsetResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindReasons"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindReasons" style="document"/><wsdl:input name="FindReasonsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindReasonsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListZipcodes"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListZipcodes" style="document"/><wsdl:input name="ListZipcodesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListZipcodesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListZipcodeStreets"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListZipcodeStreets" style="document"/><wsdl:input name="ListZipcodeStreetsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListZipcodeStreetsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListZipcodeCendrisStreets"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListZipcodeCendrisStreets" style="document"/><wsdl:input name="ListZipcodeCendrisStreetsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListZipcodeCendrisStreetsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListLocations"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListLocations" style="document"/><wsdl:input name="ListLocationsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListLocationsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GenLoyaltyCardIsValid"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GenLoyaltyCardIsValid" style="document"/><wsdl:input name="GenLoyaltyCardIsValidRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GenLoyaltyCardIsValidResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ApplyGenLoyaltyCardDiscount"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ApplyGenLoyaltyCardDiscount" style="document"/><wsdl:input name="ApplyGenLoyaltyCardDiscountRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ApplyGenLoyaltyCardDiscountResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="UnapplyGenLoyaltyCardDiscount"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/UnapplyGenLoyaltyCardDiscount" style="document"/><wsdl:input name="UnapplyGenLoyaltyCardDiscountRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="UnapplyGenLoyaltyCardDiscountResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ValidateVoucher"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ValidateVoucher" style="document"/><wsdl:input name="ValidateVoucherRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ValidateVoucherResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="RedeemVoucher"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/RedeemVoucher" style="document"/><wsdl:input name="RedeemVoucherRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="RedeemVoucherResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="UnRedeemVoucher"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/UnRedeemVoucher" style="document"/><wsdl:input name="UnRedeemVoucherRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="UnRedeemVoucherResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindTransportArticles"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindTransportArticles" style="document"/><wsdl:input name="FindTransportArticlesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindTransportArticlesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDigitalWallet"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetDigitalWallet" style="document"/><wsdl:input name="GetDigitalWalletRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetDigitalWalletResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SetLockStateForDigitalWalletPayout"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SetLockStateForDigitalWalletPayout" style="document"/><wsdl:input name="VendingMachineDigitalWalletPayoutLockRequest"><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="RegisterOverstayCharges"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/RegisterOverstayCharges" style="document"/><wsdl:input name="RegisterOverstayChargesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetDigitalWalletResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetTemporaryDigitalWalletTransactionReceiptForWindowsPrinter"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetTemporaryDigitalWalletTransactionReceiptForWindowsPrinter" style="document"/><wsdl:input name="GetTemporaryDigitalWalletTransactionReceiptForWindowsPrinterRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetTemporaryDigitalWalletTransactionReceiptForWindowsPrinterResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDigitalWallets"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetDigitalWallets" style="document"/><wsdl:input name="GetDigitalWalletsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetDigitalWalletsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="AddCreditCardTokenToDigitalWallet"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/AddCreditCardTokenToDigitalWallet" style="document"/><wsdl:input name="AddCreditCardTokenToDigitalWalletRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="AddCreditCardTokenToDigitalWalletResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="BlockDivisionCard"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/BlockDivisionCard" style="document"/><wsdl:input name="BlockDivisionCardRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="BlockDivisionCardResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetCard"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetCard" style="document"/><wsdl:input name="GetCardRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetCardResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetPointOfSales"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetPointOfSales" style="document"/><wsdl:input name="GetPointOfSalesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetPointOfSalesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetReaders"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetReaders" style="document"/><wsdl:input name="GetReadersRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetReadersResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetReaderSummary"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetReaderSummary" style="document"/><wsdl:input name="GetReaderSummaryRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetReaderSummaryResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="IsValidVerificationCode"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/IsValidVerificationCode" style="document"/><wsdl:input name="IsValidVerificationCodeRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="IsValidVerificationCodeResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetFullCardNumber"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetFullCardNumber" style="document"/><wsdl:input name="GetFullCardNumberRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetFullCardNumberResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetTranslations"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetTranslations" style="document"/><wsdl:input name="GetTranslationsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetTranslationsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetCurrentWsdlVersion"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetCurrentWsdlVersion" style="document"/><wsdl:input name="GetCurrentWsdlVersionRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetCurrentWsdlVersionResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetSubscriptionsInvalidityReasonsFromAddressCard"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetSubscriptionsInvalidityReasonsFromAddressCard" style="document"/><wsdl:input name="GetSubscriptionsWithInvalidityReasonsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetSubscriptionsWithInvalidityReasonsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDefaultPointOfSalesCustomer"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetDefaultPointOfSalesCustomer" style="document"/><wsdl:input name="GetDefaultPointOfSalesCustomerRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetDefaultPointOfSalesCustomerResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindAccessZones"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindAccessZones" style="document"/><wsdl:input name="FindAccessZonesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindAccessZonesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetCurrentDivision"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetCurrentDivision" style="document"/><wsdl:input name="GetCurrentDivisionRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetCurrentDivisionResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="UnsubscribeEmail"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/UnsubscribeEmail" style="document"/><wsdl:input name="UnsubscribeEmailRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="UnsubscribeMailResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetSalesQuestions"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetSalesQuestions" style="document"/><wsdl:input name="GetSalesQuestionsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetSalesQuestionsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindSalesShifts"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindSalesShifts" style="document"/><wsdl:input name="FindSalesShiftsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindSalesShiftsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ValidateUserName"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ValidateUserName" style="document"/><wsdl:input name="ValidateUserNameRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ValidateUserNameResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="AuthenticateUser"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/AuthenticateUser" style="document"/><wsdl:input name="AuthenticateUserRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="AuthenticateUserResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="AuthenticateTrader"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/AuthenticateTrader" style="document"/><wsdl:input name="AuthenticateUserRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="AuthenticateUserResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetResellerCode"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetResellerCode" style="document"/><wsdl:input name="GetResellerCodeRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetResellerCodeResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetTotalSalesByResellerCategory"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetTotalSalesByResellerCategory" style="document"/><wsdl:input name="GetTotalSalesByResellerCategoryRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetTotalSalesByResellerCategoryResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="AuthenticateContact"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/AuthenticateContact" style="document"/><wsdl:input name="AuthenticateContactRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="AuthenticateContactResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="AuthenticateUserByCard"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/AuthenticateUserByCard" style="document"/><wsdl:input name="AuthenticateUserByCardRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="AuthenticateUserResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="AuthenticateNationalNumber"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/AuthenticateNationalNumber" style="document"/><wsdl:input name="AuthenticateNationalNumberRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="AuthenticateNationalNumberResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="AuthenticateNationalNumberWithoutAlreadyExistingCheck"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/AuthenticateNationalNumberWithoutAlreadyExistingCheck" style="document"/><wsdl:input name="AuthenticateNationalNumberRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="AuthenticateNationalNumberResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="AuthenticateManager"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/AuthenticateManager" style="document"/><wsdl:input name="AuthenticateManagerRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="AuthenticateManagerResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="AuthenticateToken"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/AuthenticateToken" style="document"/><wsdl:input name="AuthenticateTokenRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="AuthenticateTokenResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="RequestAuthenticationToken"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/RequestAuthenticationToken" style="document"/><wsdl:input name="RequestAuthenticationTokenRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="RequestAuthenticationTokenResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="DeleteAuthenticationToken"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/DeleteAuthenticationToken" style="document"/><wsdl:input name="DeleteAuthenticationTokenRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="DeleteAuthenticationTokenResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GenerateTwoFASetupCode"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GenerateTwoFASetupCode" style="document"/><wsdl:input name="GenerateTwoFASetupCodeRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GenerateTwoFASetupCodeResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ValidateTwoFA"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ValidateTwoFA" style="document"/><wsdl:input name="ValidateTwoFARequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ValidateTwoFAResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ResetTwoFAUniqueKey"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ResetTwoFAUniqueKey" style="document"/><wsdl:input name="ResetTwoFAUniqueKeyRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ResetTwoFAUniqueKeyResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SavePerson"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SavePerson" style="document"/><wsdl:input name="SavePersonRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SavePersonResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="DeleteCeviPersons"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/DeleteCeviPersons" style="document"/><wsdl:input name="DeleteCeviPersonsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="DeleteCeviPersonsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveCeviPersons"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveCeviPersons" style="document"/><wsdl:input name="SaveCeviPersonsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SaveCeviPersonsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SavePersonContact"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SavePersonContact" style="document"/><wsdl:input name="SavePersonContactRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SavePersonContactResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SavePersonContacts"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SavePersonContacts" style="document"/><wsdl:input name="SavePersonContactsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SavePersonContactsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SavePersonSubcategories"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SavePersonSubcategories" style="document"/><wsdl:input name="SavePersonSubCategoryRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SavePersonSubCategoryResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SavePersonExternalMasterId"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SavePersonExternalMasterId" style="document"/><wsdl:input name="SavePersonExternalMasterIdRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SavePersonExternalMasterIdResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ForgotPassword"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ForgotPassword" style="document"/><wsdl:input name="ForgotPasswordRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ForgotPasswordResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ResetPersonPassword"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ResetPersonPassword" style="document"/><wsdl:input name="ResetPersonPasswordRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ResetPersonPasswordResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetInfoFields"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetInfoFields" style="document"/><wsdl:input name="GetInfoFieldsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetInfoFieldsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetInfoFieldCategories"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetInfoFieldCategories" style="document"/><wsdl:input name="GetInfoFieldCategoriesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetInfoFieldCategoriesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindPerson"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindPerson" style="document"/><wsdl:input name="FindPersonsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindPersonsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetExternalMapping"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetExternalMapping" style="document"/><wsdl:input name="GetExternalMappingRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetExternalMappingResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CreateExternalMapping"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/CreateExternalMapping" style="document"/><wsdl:input name="CreateExternalMappingRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="CreateExternalMappingResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="DeleteExternalMapping"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/DeleteExternalMapping" style="document"/><wsdl:input name="DeleteExternalMappingRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="DeleteExternalMappingResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindPersonBase"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindPersonBase" style="document"/><wsdl:input name="FindPersonsBaseRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindPersonsBaseResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindDoctors"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindDoctors" style="document"/><wsdl:input name="FindDoctorsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindDoctorsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindStaffMembers"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindStaffMembers" style="document"/><wsdl:input name="FindStaffMembersRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindStaffMembersResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SavePersonPriceGroups"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SavePersonPriceGroups" style="document"/><wsdl:input name="SavePersonPriceGroupsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SavePersonPriceGroupsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindClubLocationContractTypes"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindClubLocationContractTypes" style="document"/><wsdl:input name="FindClubLocationContractTypesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindClubLocationContractTypesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveGroupClubLocations"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveGroupClubLocations" style="document"/><wsdl:input name="SaveGroupClubLocationsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SaveGroupClubLocationsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SavePersonRelation"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SavePersonRelation" style="document"/><wsdl:input name="SavePersonRelationRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SavePersonRelationResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="DeletePersonRelation"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/DeletePersonRelation" style="document"/><wsdl:input name="DeletePersonRelationRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="DeletePersonRelationResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindPersonDeliveryAddresses"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindPersonDeliveryAddresses" style="document"/><wsdl:input name="FindPersonDeliveryAddressesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindPersonDeliveryAddressesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="DeletePersonDeliveryAddress"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/DeletePersonDeliveryAddress" style="document"/><wsdl:input name="DeletePersonDeliveryAddressRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="DeletePersonDeliveryAddressResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SavePersonDeliveryAddress"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SavePersonDeliveryAddress" style="document"/><wsdl:input name="SavePersonDeliveryAddressRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SavePersonDeliveryAddressResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetPersonChipKnip"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetPersonChipKnip" style="document"/><wsdl:input name="GetPersonChipKnipRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetPersonChipKnipResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetPersonCredits"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetPersonCredits" style="document"/><wsdl:input name="GetPersonCreditsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetPersonCreditsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindPersonGroups"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindPersonGroups" style="document"/><wsdl:input name="FindPersonGroupsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindPersonGroupsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindPersonContacts"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindPersonContacts" style="document"/><wsdl:input name="FindPersonContactsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindPersonContactsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetAvailableWalletBalance"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetAvailableWalletBalance" style="document"/><wsdl:input name="GetAvailableWalletBalanceRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetAvailableWalletBalanceResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetPersonNotifications"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetPersonNotifications" style="document"/><wsdl:input name="GetPersonNotificationsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetPersonNotificationsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="MarkPersonNotificationRead"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/MarkPersonNotificationRead" style="document"/><wsdl:input name="MarkPersonNotificationReadRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="MarkPersonNotificationReadResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CreatePersonAndLinkCards"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/CreatePersonAndLinkCards" style="document"/><wsdl:input name="CreatePersonAndLinkCardsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="CreatePersonAndLinkCardsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindContactRelations"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindContactRelations" style="document"/><wsdl:input name="FindContactRelationsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindContactRelationsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="AllowedToDeleteLockTicket"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/AllowedToDeleteLockTicket" style="document"/><wsdl:input name="AllowedToDeleteLockTicketRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="AllowedToDeleteLockTicketResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="AuthenticateExternalLoginToken"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/AuthenticateExternalLoginToken" style="document"/><wsdl:input name="AuthenticateExternalLoginTokenRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="AuthenticateUserResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ValidateNationalRegisterNumber"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ValidateNationalRegisterNumber" style="document"/><wsdl:input name="ValidateNationalRegisterNumberRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ValidateNationalRegisterNumberResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetResellerSettings"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetResellerSettings" style="document"/><wsdl:input name="GetResellerSettingsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetResellerSettingsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="LoadGuiConfiguration"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/LoadGuiConfiguration" style="document"/><wsdl:input name="LoadGuiConfigurationRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="LoadGuiConfigurationResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveGuiConfiguration"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveGuiConfiguration" style="document"/><wsdl:input name="SaveGuiConfigurationRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SaveGuiConfigurationResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="LoadApplications"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/LoadApplications" style="document"/><wsdl:input name="LoadApplicationsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="LoadApplicationsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveApplication"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveApplication" style="document"/><wsdl:input name="SaveApplicationRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SaveApplicationResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="LoadApplicationConfigurations"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/LoadApplicationConfigurations" style="document"/><wsdl:input name="LoadApplicationConfigurationsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="LoadApplicationConfigurationsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveApplicationConfiguration"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SaveApplicationConfiguration" style="document"/><wsdl:input name="SaveApplicationConfigurationRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SaveApplicationConfigurationResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="HasValidPersonConsent"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/HasValidPersonConsent" style="document"/><wsdl:input name="HasValidPersonConsentRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="HasValidPersonConsentResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SavePersonConsent"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SavePersonConsent" style="document"/><wsdl:input name="SavePersonConsentRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SavePersonConsentResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindActivities"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindActivities" style="document"/><wsdl:input name="FindActivitiesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindActivitiesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindPriceGroupActivityByActivity"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindPriceGroupActivityByActivity" style="document"/><wsdl:input name="FindPriceGroupActivitiesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindPriceGroupActivitiesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetPriceGroupActivityForPerson"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetPriceGroupActivityForPerson" style="document"/><wsdl:input name="GetPriceGroupActivityForPersonRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetPriceGroupActivityForPersonResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindEntryOverview"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindEntryOverview" style="document"/><wsdl:input name="FindEntryOverviewRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindEntryOverviewResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CancelEntry"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/CancelEntry" style="document"/><wsdl:input name="CancelEntryRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="CancelEntryResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindActivitiesFiscalCertificates"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindActivitiesFiscalCertificates" style="document"/><wsdl:input name="FindFiscalCertificatesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindFiscalCertificatesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindActivityTypeSearchTerms"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindActivityTypeSearchTerms" style="document"/><wsdl:input name="FindActivityTypeSearchTermsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindActivityTypeSearchTermsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindOrganisationTypes"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindOrganisationTypes" style="document"/><wsdl:input name="FindOrganisationTypesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindOrganisationTypesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindCareTypes"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindCareTypes" style="document"/><wsdl:input name="FindCareTypesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindCareTypesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ActivityOptionGetAvailability"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ActivityOptionGetAvailability" style="document"/><wsdl:input name="ActivityOptionGetAvailabilityRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ActivityOptionGetAvailabilityResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetActivitySubscriptionSettings"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetActivitySubscriptionSettings" style="document"/><wsdl:input name="ActivitySubscriptionSettingsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ActivitySubscriptionSettingsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetAvailablePlacesForActivity"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetAvailablePlacesForActivity" style="document"/><wsdl:input name="AvailablePlacesForActivityRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="AvailablePlacesForActivityResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindActivitiesAvailablePlaces"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindActivitiesAvailablePlaces" style="document"/><wsdl:input name="FindActivitiesAvailablePlacesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindActivitiesAvailablePlacesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="UpdateParticipantPresence"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/UpdateParticipantPresence" style="document"/><wsdl:input name="UpdateParticipantPresenceRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="UpdateParticipantPresenceResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetActivityDayParticipants"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetActivityDayParticipants" style="document"/><wsdl:input name="GetActivityDayParticipantsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetActivityDayParticipantsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CheckParticipantsAlreadyRegistered"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/CheckParticipantsAlreadyRegistered" style="document"/><wsdl:input name="CheckParticipantsAlreadyRegisteredRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="CheckParticipantsAlreadyRegisteredResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindArticles"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindArticles" style="document"/><wsdl:input name="FindArticlesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindArticlesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindArticleSalesOrders"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindArticleSalesOrders" style="document"/><wsdl:input name="FindArticleSalesOrdersRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindArticleSalesOrdersResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetArticlePriceInformation"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/GetArticlePriceInformation" style="document"/><wsdl:input name="GetArticlePriceInformationRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="GetArticlePriceInformationResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="FindSalesZoneArticles"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/FindSalesZoneArticles" style="document"/><wsdl:input name="FindSalesZoneArticlesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="FindSalesZoneArticlesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListSalesSeriesOrders"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListSalesSeriesOrders" style="document"/><wsdl:input name="ListSalesSeriesOrderRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListSalesSeriesOrdersResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="UpdateSalesSeriesOrders"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/UpdateSalesSeriesOrders" style="document"/><wsdl:input name="UpdateSalesSeriesOrderRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="UpdateSalesSeriesOrdersResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SetSalesZoneItemUnavailability"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/SetSalesZoneItemUnavailability" style="document"/><wsdl:input name="SetSalesZoneItemUnavailabilityRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="SetSalesZoneItemUnavailabilityResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListWarehouses"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListWarehouses" style="document"/><wsdl:input name="ListWarehousesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListWarehousesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListMobileStockArticles"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListMobileStockArticles" style="document"/><wsdl:input name="ListMobileStockArticlesRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListMobileStockArticlesResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListStockArticleGroups"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListStockArticleGroups" style="document"/><wsdl:input name="ListStockArticleGroupsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListStockArticleGroupsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ListJournals"><soap:operation soapAction="http://www.recreatex.be/webshop/IWebShop/ListJournals" style="document"/><wsdl:input name="ListJournalsRequest"><soap:body use="literal"/></wsdl:input><wsdl:output name="ListJournalsResponse"><soap:body use="literal"/></wsdl:output></wsdl:operation></wsdl:binding><wsdl:service name="WebShopWebService"><wsdl:port name="BasicHttpBinding_IWebShop" binding="tns:BasicHttpBinding_IWebShop"><soap:address location="https://ws.kmda.org/WebShop.svc"/></wsdl:port></wsdl:service></wsdl:definitions>