<?xml version="1.0" encoding="utf-8"?><wsdl:definitions name="SubscriptionService" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:tns="http://tempuri.org/" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><wsdl:types><xs:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:import namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/><xs:import namespace="http://schemas.datacontract.org/2004/07/System"/><xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element name="GetAvalibleCompilations"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="userId" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetAvalibleCompilationsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetAvalibleCompilationsResult" nillable="true" type="q1:ArrayOfCompilacion" xmlns:q1="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetRenewableCompilations"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="userId" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetRenewableCompilationsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetRenewableCompilationsResult" nillable="true" type="q2:ArrayOfCompilacion" xmlns:q2="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetOwnedCompilations"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="userId" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetOwnedCompilationsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetOwnedCompilationsResult" nillable="true" type="q3:ArrayOfCompilacion" xmlns:q3="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetOwnedSubscriptions"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="userId" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetOwnedSubscriptionsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetOwnedSubscriptionsResult" nillable="true" type="q4:ArrayOfSuscripcion" xmlns:q4="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="AddSubscription"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="EntityToAdd" nillable="true" type="q5:Suscripcion" xmlns:q5="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="AddSubscriptionResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AddSubscriptionResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="CheckOut"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="itemsToadd" nillable="true" type="q6:ArrayOfTupleOflongint" xmlns:q6="http://schemas.datacontract.org/2004/07/System"/><xs:element minOccurs="0" name="idUser" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="CheckOutResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CheckOutResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="LoadCompilacion"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="IdTarifa" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="LoadCompilacionResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="LoadCompilacionResult" nillable="true" type="q7:Compilacion" xmlns:q7="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDiscount"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="purchaseQuantity" type="xs:int"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDiscountResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetDiscountResult" type="xs:double"/></xs:sequence></xs:complexType></xs:element><xs:element name="GuardarCompilacion"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="compilacion" nillable="true" type="q8:Compilacion" xmlns:q8="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/><xs:element minOccurs="0" name="codigosDocumentos" nillable="true" type="q9:ArrayOfstring" xmlns:q9="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="ServerPath" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GuardarCompilacionResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GuardarCompilacionResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetAllCompilationsDetailed"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="idUsuario" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetAllCompilationsDetailedResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetAllCompilationsDetailedResult" nillable="true" type="q10:ArrayOfTupleOflongstringstringdateTimebooleandecimal" xmlns:q10="http://schemas.datacontract.org/2004/07/System"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetCompilationByName"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="name" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetCompilationByNameResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetCompilationByNameResult" nillable="true" type="q11:Compilacion" xmlns:q11="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetCompilationById"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="id" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetCompilationByIdResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetCompilationByIdResult" nillable="true" type="q12:Compilacion" xmlns:q12="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetAnualCompilationFee"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="idCompilacion" type="xs:long"/><xs:element minOccurs="0" name="idConvenio" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetAnualCompilationFeeResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetAnualCompilationFeeResult" nillable="true" type="q13:Fee" xmlns:q13="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetCompilationFee"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="idCompilacion" type="xs:long"/><xs:element minOccurs="0" name="idPeriod" type="xs:long"/><xs:element minOccurs="0" name="isValid" type="xs:boolean"/><xs:element minOccurs="0" name="idConvenio" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetCompilationFeeResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetCompilationFeeResult" nillable="true" type="q14:Fee" xmlns:q14="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetAllCompilationFee"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="idPeriod" type="xs:long"/><xs:element minOccurs="0" name="idConvenio" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetAllCompilationFeeResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetAllCompilationFeeResult" nillable="true" type="q15:Fee" xmlns:q15="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveDiscount"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="discount" nillable="true" type="q16:Descuento" xmlns:q16="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveDiscountResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SaveDiscountResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetAllCodes"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="GetAllCodesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetAllCodesResult" nillable="true" type="q17:ArrayOfDescuento" xmlns:q17="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetAvailableCodes"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="GetAvailableCodesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetAvailableCodesResult" nillable="true" type="q18:ArrayOfDescuento" xmlns:q18="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPendingInvitations"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="GetPendingInvitationsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetPendingInvitationsResult" nillable="true" type="q19:ArrayOfInvitations" xmlns:q19="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetLastRefventa"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="GetLastRefventaResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetLastRefventaResult" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="AddCompilation"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="desciption" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="AddCompilationResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AddCompilationResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="RedeemDiscount"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="discountCode" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="RedeemDiscountResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="RedeemDiscountResult" type="xs:double"/></xs:sequence></xs:complexType></xs:element><xs:element name="RedeemDiscountUp"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="discountCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="updateDis" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="RedeemDiscountUpResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="RedeemDiscountUpResult" type="xs:double"/></xs:sequence></xs:complexType></xs:element><xs:element name="SavePurchase"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="entity" nillable="true" type="q20:Purchase" xmlns:q20="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="SavePurchaseResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SavePurchaseResult" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="UpdatePurchaseState"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="purchaseRef" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="purchaseState" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="UpdatePurchaseStateResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="UpdatePurchaseStateResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="SearchUser"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="term" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="idUserR" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="SearchUserResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SearchUserResult" nillable="true" type="q21:ArrayOfUsuario" xmlns:q21="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="ActiveInvitation"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="email" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="ActiveInvitationResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ActiveInvitationResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetUserPurchases"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="idUser" type="xs:long"/><xs:element minOccurs="0" name="firstItemIndex" type="xs:int"/><xs:element minOccurs="0" name="PageSize" type="xs:int"/><xs:element minOccurs="0" name="idPurchaseState" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetUserPurchasesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetUserPurchasesResult" nillable="true" type="q22:ArrayOfPurchase" xmlns:q22="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPurchase"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="idPurchase" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPurchaseResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetPurchaseResult" nillable="true" type="q23:Purchase" xmlns:q23="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPurchases"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="dateSince" type="xs:dateTime"/><xs:element minOccurs="0" name="dateTo" type="xs:dateTime"/><xs:element minOccurs="0" name="firstItemIndex" type="xs:int"/><xs:element minOccurs="0" name="pageSize" type="xs:int"/><xs:element minOccurs="0" name="idEstadoVenta" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPurchasesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetPurchasesResult" nillable="true" type="q24:ArrayOfPurchase" xmlns:q24="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetSuscriptionstoExpire"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="dateSince" type="xs:dateTime"/><xs:element minOccurs="0" name="dateTo" type="xs:dateTime"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetSuscriptionstoExpireResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetSuscriptionstoExpireResult" nillable="true" type="q25:ArrayOfSuscripcion" xmlns:q25="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPurchaseTotals"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="since" type="xs:dateTime"/><xs:element minOccurs="0" name="until" type="xs:dateTime"/><xs:element minOccurs="0" name="idEstadoVenta" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPurchaseTotalsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetPurchaseTotalsResult" nillable="true" type="q26:TupleOfdecimaldecimaldecimaldecimaldecimal" xmlns:q26="http://schemas.datacontract.org/2004/07/System"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPurchaseState"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="idPurchaseState" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPurchaseStateResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetPurchaseStateResult" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="ValidateDiscount"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="discountCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="email" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="ValidateDiscountResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ValidateDiscountResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetIdPurchaseStateIniciada"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="GetIdPurchaseStateIniciadaResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetIdPurchaseStateIniciadaResult" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetIdPurchaseStateConfirmada"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="GetIdPurchaseStateConfirmadaResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetIdPurchaseStateConfirmadaResult" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetIdPurchaseStateRechaza"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="GetIdPurchaseStateRechazaResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetIdPurchaseStateRechazaResult" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetIdPurchaseStateEsperandoConfirmacion"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="GetIdPurchaseStateEsperandoConfirmacionResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetIdPurchaseStateEsperandoConfirmacionResult" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetAllEstadosVenta"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="GetAllEstadosVentaResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetAllEstadosVentaResult" nillable="true" type="q27:ArrayOfEstadoVenta" xmlns:q27="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="ActivateSuscription"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="purchaseRef" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="ActivateSuscriptionResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ActivateSuscriptionResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPurchaseDetail"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="purchaseRef" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPurchaseDetailResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetPurchaseDetailResult" nillable="true" type="q28:Purchase" xmlns:q28="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="CreatePurchaseFile"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="dateSince" type="xs:dateTime"/><xs:element minOccurs="0" name="dateTo" type="xs:dateTime"/></xs:sequence></xs:complexType></xs:element><xs:element name="CreatePurchaseFileResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CreatePurchaseFileResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetLastFactura"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="IdPurchase" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetLastFacturaResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetLastFacturaResult" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetAvalibleCompilationsID"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="GetAvalibleCompilationsIDResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetAvalibleCompilationsIDResult" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetEnterpriceSuscriptions"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="idEnterprice" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetEnterpriceSuscriptionsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetEnterpriceSuscriptionsResult" nillable="true" type="q29:ArrayOfTupleOfEmpresaSuscripcionstringT7ZqzpeN" xmlns:q29="http://schemas.datacontract.org/2004/07/System"/></xs:sequence></xs:complexType></xs:element><xs:element name="AddAllSusToAllEmp"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="idEnterprice" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="AddAllSusToAllEmpResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AddAllSusToAllEmpResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetEnterpriceSuscriptionsMembers"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="id" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetEnterpriceSuscriptionsMembersResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetEnterpriceSuscriptionsMembersResult" nillable="true" type="q30:ArrayOfUsuario" xmlns:q30="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="AddEnterpriceSuscriptionsMembers"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="entityToCreate" nillable="true" type="q31:EmpresaSuscripcion_usuario" xmlns:q31="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="AddEnterpriceSuscriptionsMembersResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AddEnterpriceSuscriptionsMembersResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="RemoveEnterpriceSuscriptionsMembers"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="idUsuario" type="xs:long"/><xs:element minOccurs="0" name="idEmpresaSuscripcion" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="RemoveEnterpriceSuscriptionsMembersResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="RemoveEnterpriceSuscriptionsMembersResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="CreateEnterSuscrip"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="purchaseRef" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Cantidad" type="xs:int"/></xs:sequence></xs:complexType></xs:element><xs:element name="CreateEnterSuscripResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CreateEnterSuscripResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetTiposBusquedas"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="GetTiposBusquedasResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetTiposBusquedasResult" nillable="true" type="q32:ArrayOfTipoBusqueda" xmlns:q32="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDatosFactura"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="idUsuario" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDatosFacturaResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetDatosFacturaResult" nillable="true" type="q33:DatosFactura" xmlns:q33="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="CreateDatosFactura"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="pidUsuario" type="xs:long"/><xs:element minOccurs="0" name="pnombres" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="pdocumento" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ptipoDocumento" type="xs:long"/><xs:element minOccurs="0" name="pdireccion" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ptelefono" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="pcorreoE" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="pdescripcionAdd" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="pCiudadDANE" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="CreateDatosFacturaResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CreateDatosFacturaResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="createPR_Plan"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="pPlanCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="pDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="pId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="pAccountId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="pInterval" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="pIntervalCount" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="pMaxPaymentsAllowed" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="pMaxPaymentAttempts" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="pPaymentAttemptsDelay" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="pMaxPendingPayments" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="pTrialDays" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="pPLAN_VALUE" type="xs:long"/><xs:element minOccurs="0" name="pPLAN_TAX" type="xs:long"/><xs:element minOccurs="0" name="pPLAN_TAX_RETURN_BASE" type="xs:long"/><xs:element minOccurs="0" name="pCurrency" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="createPR_PlanResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="createPR_PlanResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="updatePR_Plan"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="pPlanCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="pDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="pId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="pAccountId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="pInterval" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="pIntervalCount" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="pMaxPaymentsAllowed" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="pMaxPaymentAttempts" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="pPaymentAttemptsDelay" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="pMaxPendingPayments" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="pTrialDays" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="pPLAN_VALUE" type="xs:long"/><xs:element minOccurs="0" name="pPLAN_TAX" type="xs:long"/><xs:element minOccurs="0" name="pPLAN_TAX_RETURN_BASE" type="xs:long"/><xs:element minOccurs="0" name="pCurrency" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="updatePR_PlanResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="updatePR_PlanResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPR_PlanesActivos"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="pEstado" type="xs:int"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPR_PlanesActivosResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetPR_PlanesActivosResult" nillable="true" type="q34:ArrayOfPR_Planes" xmlns:q34="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPR_PlanCode"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="idPR_Planes" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPR_PlanCodeResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetPR_PlanCodeResult" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPR_Plan"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="idPR_Planes" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPR_PlanResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetPR_PlanResult" nillable="true" type="q35:PR_Planes" xmlns:q35="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="createPR_Suscripcion"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="pIdUsuario" type="xs:long"/><xs:element minOccurs="0" name="pIdPR_Plan" type="xs:long"/><xs:element minOccurs="0" name="pId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="pTipoDocPagador" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="pDiasPrueba" type="xs:int"/></xs:sequence></xs:complexType></xs:element><xs:element name="createPR_SuscripcionResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="createPR_SuscripcionResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="updatePR_Suscription"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="idPR_Suscripcion" type="xs:long"/><xs:element minOccurs="0" name="Estado" type="xs:int"/><xs:element minOccurs="0" name="FechaUltimoCobro" type="xs:dateTime"/><xs:element minOccurs="0" name="IncrePeriodos" type="xs:int"/></xs:sequence></xs:complexType></xs:element><xs:element name="updatePR_SuscriptionResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="updatePR_SuscriptionResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="cancelPR_Suscripcion"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="idPR_Suscripcion" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="cancelPR_SuscripcionResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="cancelPR_SuscripcionResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="isPeriodoPruebaDisponible"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="idUsuario" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="isPeriodoPruebaDisponibleResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="isPeriodoPruebaDisponibleResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="isSuscripcionActiva"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="idUsuario" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="isSuscripcionActivaResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="isSuscripcionActivaResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPR_SuscripcionActiva"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="idUsuario" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPR_SuscripcionActivaResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetPR_SuscripcionActivaResult" nillable="true" type="q36:PR_Suscripcion" xmlns:q36="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="createPR_Purcahse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="pIdUsuario" type="xs:long"/><xs:element minOccurs="0" name="pIdPurchase" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="createPR_PurcahseResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="createPR_PurcahseResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDatosPR_Suscripciones"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="idUsuario" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetDatosPR_SuscripcionesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetDatosPR_SuscripcionesResult" nillable="true" type="q37:ArrayOfTupleOfstringdateTimestringstringdateTime" xmlns:q37="http://schemas.datacontract.org/2004/07/System"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetFacturasXidUser"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="idUsuario" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetFacturasXidUserResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetFacturasXidUserResult" nillable="true" type="q38:ArrayOfTupleOfstringdateTimedecimal" xmlns:q38="http://schemas.datacontract.org/2004/07/System"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPR_SuscripcionPagoPendiente"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="GetPR_SuscripcionPagoPendienteResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetPR_SuscripcionPagoPendienteResult" nillable="true" type="q39:ArrayOfPR_Suscripcion" xmlns:q39="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPR_SuscripcionXProvId"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ProvId" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPR_SuscripcionXProvIdResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetPR_SuscripcionXProvIdResult" nillable="true" type="q40:PR_Suscripcion" xmlns:q40="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetUltimaSuscripcion"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="idUsuario" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetUltimaSuscripcionResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetUltimaSuscripcionResult" nillable="true" type="q41:TupleOfstringstringdateTimedateTime" xmlns:q41="http://schemas.datacontract.org/2004/07/System"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetUsuarioDatosFacturacion"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="correoE" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetUsuarioDatosFacturacionResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetUsuarioDatosFacturacionResult" nillable="true" type="q42:TupleOfUsuarioDatosFacturaPurchaseSuscripcionFacturaHbb9K_P9R" xmlns:q42="http://schemas.datacontract.org/2004/07/System"/></xs:sequence></xs:complexType></xs:element><xs:element name="AnularFactura"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="idPurchase" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="AnularFacturaResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AnularFacturaResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="updateUserBillData"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="idPurchase" type="xs:long"/><xs:element minOccurs="0" name="PurchaseFee" type="xs:decimal"/><xs:element minOccurs="0" name="suscripcionExpDate" type="xs:dateTime"/><xs:element minOccurs="0" name="DF" nillable="true" type="q43:DatosFactura" xmlns:q43="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="updateUserBillDataResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="updateUserBillDataResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetBusquedaConteos"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="iTipoUsuario" type="xs:int"/><xs:element minOccurs="0" name="idUsuario" type="xs:long"/><xs:element minOccurs="0" name="sID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="NumDias" type="xs:int"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetBusquedaConteosResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetBusquedaConteosResult" nillable="true" type="q44:TupleOflonglonglonglonglonglong" xmlns:q44="http://schemas.datacontract.org/2004/07/System"/></xs:sequence></xs:complexType></xs:element><xs:element name="SetUserBusquedaConteos"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="iTipoUsuario" type="xs:int"/><xs:element minOccurs="0" name="idUsuario" type="xs:long"/><xs:element minOccurs="0" name="sID" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Documentos" type="xs:boolean"/><xs:element minOccurs="0" name="Articulos" type="xs:boolean"/><xs:element minOccurs="0" name="Contactos" type="xs:boolean"/><xs:element minOccurs="0" name="Comentarios" type="xs:boolean"/><xs:element minOccurs="0" name="Notas" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="SetUserBusquedaConteosResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SetUserBusquedaConteosResult" type="xs:int"/></xs:sequence></xs:complexType></xs:element><xs:element name="addColaActivacion"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="sDatos" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="addColaActivacionResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="addColaActivacionResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="ActivarDeCola"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="ActivarDeColaResponse"><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.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:tns="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"><xs:import namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"/><xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/"/><xs:complexType name="ArrayOfCompilacion"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Compilacion" nillable="true" type="tns:Compilacion"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCompilacion" nillable="true" type="tns:ArrayOfCompilacion"/><xs:complexType name="Compilacion"><xs:complexContent mixed="false"><xs:extension base="q1:EntityObject" xmlns:q1="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Documento" nillable="true" type="tns:ArrayOfDocumento"/><xs:element minOccurs="0" name="EmpresaSuscripcions" nillable="true" type="tns:ArrayOfEmpresaSuscripcion"/><xs:element minOccurs="0" name="Fee" nillable="true" type="tns:ArrayOfFee"/><xs:element minOccurs="0" name="Indice" nillable="true" type="tns:Indice"/><xs:element minOccurs="0" name="IndiceReference" nillable="true" type="q1:EntityReferenceOfIndiceK54Cs0uL"/><xs:element minOccurs="0" name="PurchaseDetail" nillable="true" type="tns:ArrayOfPurchaseDetail"/><xs:element minOccurs="0" name="Suscripcion" nillable="true" type="tns:ArrayOfSuscripcion"/><xs:element minOccurs="0" name="descripcion" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="esActiva" type="xs:boolean"/><xs:element minOccurs="0" name="idCompilacion" type="xs:long"/><xs:element minOccurs="0" name="idIndice" type="xs:long"/><xs:element minOccurs="0" name="isFree" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="nombre" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="nombreArbol" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ubicacionArbol" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Compilacion" nillable="true" type="tns:Compilacion"/><xs:complexType name="ArrayOfDocumento"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Documento" nillable="true" type="tns:Documento"/></xs:sequence></xs:complexType><xs:element name="ArrayOfDocumento" nillable="true" type="tns:ArrayOfDocumento"/><xs:complexType name="Documento"><xs:complexContent mixed="false"><xs:extension base="q2:EntityObject" xmlns:q2="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Aviso" nillable="true" type="tns:ArrayOfAviso"/><xs:element minOccurs="0" name="Bloque" nillable="true" type="tns:ArrayOfBloque"/><xs:element minOccurs="0" name="Ciudad1" nillable="true" type="tns:Ciudad"/><xs:element minOccurs="0" name="Ciudad1Reference" nillable="true" type="q2:EntityReferenceOfCiudadK54Cs0uL"/><xs:element minOccurs="0" name="Compilacion" nillable="true" type="tns:ArrayOfCompilacion"/><xs:element minOccurs="0" name="Departamento1" nillable="true" type="tns:Departamento"/><xs:element minOccurs="0" name="Departamento1Reference" nillable="true" type="q2:EntityReferenceOfDepartamentoK54Cs0uL"/><xs:element minOccurs="0" name="Entidad" nillable="true" type="tns:Entidad"/><xs:element minOccurs="0" name="EntidadReference" nillable="true" type="q2:EntityReferenceOfEntidadK54Cs0uL"/><xs:element minOccurs="0" name="Nombre" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Pais1" nillable="true" type="tns:Pais"/><xs:element minOccurs="0" name="Pais1Reference" nillable="true" type="q2:EntityReferenceOfPaisK54Cs0uL"/><xs:element minOccurs="0" name="Publicacion1" nillable="true" type="tns:Publicacion"/><xs:element minOccurs="0" name="Publicacion1Reference" nillable="true" type="q2:EntityReferenceOfPublicacionK54Cs0uL"/><xs:element minOccurs="0" name="Sala1" nillable="true" type="tns:Sala"/><xs:element minOccurs="0" name="Sala1Reference" nillable="true" type="q2:EntityReferenceOfSalaK54Cs0uL"/><xs:element minOccurs="0" name="Seccion1" nillable="true" type="tns:Seccion"/><xs:element minOccurs="0" name="Seccion1Reference" nillable="true" type="q2:EntityReferenceOfSeccionK54Cs0uL"/><xs:element minOccurs="0" name="SubtipoDocumento1" nillable="true" type="tns:SubtipoDocumento"/><xs:element minOccurs="0" name="SubtipoDocumento1Reference" nillable="true" type="q2:EntityReferenceOfSubtipoDocumentoK54Cs0uL"/><xs:element minOccurs="0" name="TipoDocumento1" nillable="true" type="tns:TipoDocumento"/><xs:element minOccurs="0" name="TipoDocumento1Reference" nillable="true" type="q2:EntityReferenceOfTipoDocumentoK54Cs0uL"/><xs:element minOccurs="0" name="ajCodigo" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="anoExpedicion" type="xs:int"/><xs:element minOccurs="0" name="ciudad" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="departamento" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="descripcion" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="entidadEmisora" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="fechaExpedicion" type="xs:dateTime"/><xs:element minOccurs="0" name="fechaPublicacion" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="fechaRigor" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="idCiudad" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="idDepartamento" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="idDocumento" type="xs:long"/><xs:element minOccurs="0" name="idEntidadEmisora" type="xs:long"/><xs:element minOccurs="0" name="idIndex" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="idPais" type="xs:long"/><xs:element minOccurs="0" name="idPublicacion" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="idSala" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="idSeccion" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="idSubTipoDocumento" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="idTipoDocumento" type="xs:long"/><xs:element minOccurs="0" name="nombre_simple" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="numeroCamara" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="numeroDocumento" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="numeroExtendido" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="numeroSenado" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="pais" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="publicacion" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="publicacionOficialNo" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="sala" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="seccion" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="subTipoDocumento" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="tipoDocumento" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ubicacionArchivoTemporal" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="version" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Documento" nillable="true" type="tns:Documento"/><xs:complexType name="ArrayOfAviso"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Aviso" nillable="true" type="tns:Aviso"/></xs:sequence></xs:complexType><xs:element name="ArrayOfAviso" nillable="true" type="tns:ArrayOfAviso"/><xs:complexType name="Aviso"><xs:complexContent mixed="false"><xs:extension base="q3:EntityObject" xmlns:q3="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Documento" nillable="true" type="tns:Documento"/><xs:element minOccurs="0" name="DocumentoReference" nillable="true" type="q3:EntityReferenceOfDocumentoK54Cs0uL"/><xs:element minOccurs="0" name="descripcion" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="fechaExpiracion" type="xs:dateTime"/><xs:element minOccurs="0" name="idAviso" type="xs:long"/><xs:element minOccurs="0" name="idDocumento" type="xs:long"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Aviso" nillable="true" type="tns:Aviso"/><xs:complexType name="ArrayOfBloque"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Bloque" nillable="true" type="tns:Bloque"/></xs:sequence></xs:complexType><xs:element name="ArrayOfBloque" nillable="true" type="tns:ArrayOfBloque"/><xs:complexType name="Bloque"><xs:complexContent mixed="false"><xs:extension base="q4:EntityObject" xmlns:q4="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Comentario" nillable="true" type="tns:ArrayOfComentario"/><xs:element minOccurs="0" name="Documento" nillable="true" type="tns:Documento"/><xs:element minOccurs="0" name="DocumentoReference" nillable="true" type="q4:EntityReferenceOfDocumentoK54Cs0uL"/><xs:element minOccurs="0" name="Indice" nillable="true" type="tns:ArrayOfIndice"/><xs:element minOccurs="0" name="articulo" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="descripcion" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="esVigente" type="xs:boolean"/><xs:element minOccurs="0" name="fechaVigencia" type="xs:dateTime"/><xs:element minOccurs="0" name="guidBloque" type="ser:guid"/><xs:element minOccurs="0" name="idBloque" type="xs:long"/><xs:element minOccurs="0" name="idBloquePadre" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="idDocumento" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="ubicacionArchivo" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="version" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Bloque" nillable="true" type="tns:Bloque"/><xs:complexType name="ArrayOfComentario"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Comentario" nillable="true" type="tns:Comentario"/></xs:sequence></xs:complexType><xs:element name="ArrayOfComentario" nillable="true" type="tns:ArrayOfComentario"/><xs:complexType name="Comentario"><xs:complexContent mixed="false"><xs:extension base="q5:EntityObject" xmlns:q5="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Bloque" nillable="true" type="tns:Bloque"/><xs:element minOccurs="0" name="BloqueReference" nillable="true" type="q5:EntityReferenceOfBloqueK54Cs0uL"/><xs:element minOccurs="0" name="ComentariosGrupo" nillable="true" type="tns:ArrayOfComentariosGrupo"/><xs:element minOccurs="0" name="EstadoComentario" nillable="true" type="tns:EstadoComentario"/><xs:element minOccurs="0" name="EstadoComentarioReference" nillable="true" type="q5:EntityReferenceOfEstadoComentarioK54Cs0uL"/><xs:element minOccurs="0" name="IndexStatus" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="TipoComentario" nillable="true" type="tns:TipoComentario"/><xs:element minOccurs="0" name="TipoComentarioReference" nillable="true" type="q5:EntityReferenceOfTipoComentarioK54Cs0uL"/><xs:element minOccurs="0" name="Usuario" nillable="true" type="tns:Usuario"/><xs:element minOccurs="0" name="UsuarioReference" nillable="true" type="q5:EntityReferenceOfUsuarioK54Cs0uL"/><xs:element minOccurs="0" name="fecha" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="guidBloque" type="ser:guid"/><xs:element minOccurs="0" name="idBloque" type="xs:long"/><xs:element minOccurs="0" name="idComentario" type="xs:long"/><xs:element minOccurs="0" name="idEstadoComentario" type="xs:long"/><xs:element minOccurs="0" name="idGrupo" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="idTipoComentario" type="xs:long"/><xs:element minOccurs="0" name="idUsuario" type="xs:long"/><xs:element minOccurs="0" name="isIndexed" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="nombreUsuario" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="numeroVotos" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="puntos" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="texto" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ubicacionArchivo" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Comentario" nillable="true" type="tns:Comentario"/><xs:complexType name="ArrayOfComentariosGrupo"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ComentariosGrupo" nillable="true" type="tns:ComentariosGrupo"/></xs:sequence></xs:complexType><xs:element name="ArrayOfComentariosGrupo" nillable="true" type="tns:ArrayOfComentariosGrupo"/><xs:complexType name="ComentariosGrupo"><xs:complexContent mixed="false"><xs:extension base="q6:EntityObject" xmlns:q6="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Comentario" nillable="true" type="tns:Comentario"/><xs:element minOccurs="0" name="ComentarioReference" nillable="true" type="q6:EntityReferenceOfComentarioK54Cs0uL"/><xs:element minOccurs="0" name="EstadoComentario" nillable="true" type="tns:EstadoComentario"/><xs:element minOccurs="0" name="EstadoComentarioReference" nillable="true" type="q6:EntityReferenceOfEstadoComentarioK54Cs0uL"/><xs:element minOccurs="0" name="Grupo" nillable="true" type="tns:Grupo"/><xs:element minOccurs="0" name="GrupoReference" nillable="true" type="q6:EntityReferenceOfGrupoK54Cs0uL"/><xs:element minOccurs="0" name="idComentario" type="xs:long"/><xs:element minOccurs="0" name="idEstadoComentario" type="xs:long"/><xs:element minOccurs="0" name="idGrupo" type="xs:long"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ComentariosGrupo" nillable="true" type="tns:ComentariosGrupo"/><xs:complexType name="EstadoComentario"><xs:complexContent mixed="false"><xs:extension base="q7:EntityObject" xmlns:q7="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Comentario" nillable="true" type="tns:ArrayOfComentario"/><xs:element minOccurs="0" name="ComentariosGrupo" nillable="true" type="tns:ArrayOfComentariosGrupo"/><xs:element minOccurs="0" name="descripcion" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="esActivo" type="xs:boolean"/><xs:element minOccurs="0" name="idEstadoComentario" type="xs:long"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="EstadoComentario" nillable="true" type="tns:EstadoComentario"/><xs:complexType name="Grupo"><xs:complexContent mixed="false"><xs:extension base="q8:EntityObject" xmlns:q8="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="ComentariosGrupo" nillable="true" type="tns:ArrayOfComentariosGrupo"/><xs:element minOccurs="0" name="Indice" nillable="true" type="tns:ArrayOfIndice"/><xs:element minOccurs="0" name="Institucion" nillable="true" type="tns:Institucion"/><xs:element minOccurs="0" name="InstitucionReference" nillable="true" type="q8:EntityReferenceOfInstitucionK54Cs0uL"/><xs:element minOccurs="0" name="TipoGrupo" nillable="true" type="tns:TipoGrupo"/><xs:element minOccurs="0" name="TipoGrupoReference" nillable="true" type="q8:EntityReferenceOfTipoGrupoK54Cs0uL"/><xs:element minOccurs="0" name="UsuariosGrupo" nillable="true" type="tns:ArrayOfUsuariosGrupo"/><xs:element minOccurs="0" name="descripcion" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="esActivo" type="xs:boolean"/><xs:element minOccurs="0" name="idGrupo" type="xs:long"/><xs:element minOccurs="0" name="idInstitucion" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="idTipoGrupo" type="xs:long"/><xs:element minOccurs="0" name="nombre" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Grupo" nillable="true" type="tns:Grupo"/><xs:complexType name="ArrayOfIndice"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Indice" nillable="true" type="tns:Indice"/></xs:sequence></xs:complexType><xs:element name="ArrayOfIndice" nillable="true" type="tns:ArrayOfIndice"/><xs:complexType name="Indice"><xs:complexContent mixed="false"><xs:extension base="q9:EntityObject" xmlns:q9="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Bloque" nillable="true" type="tns:ArrayOfBloque"/><xs:element minOccurs="0" name="Compilacion" nillable="true" type="tns:ArrayOfCompilacion"/><xs:element minOccurs="0" name="Grupo" nillable="true" type="tns:ArrayOfGrupo"/><xs:element minOccurs="0" name="TipoIndice" nillable="true" type="tns:TipoIndice"/><xs:element minOccurs="0" name="TipoIndiceReference" nillable="true" type="q9:EntityReferenceOfTipoIndiceK54Cs0uL"/><xs:element minOccurs="0" name="Usuario" nillable="true" type="tns:ArrayOfUsuario"/><xs:element minOccurs="0" name="descripcion" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="esActivo" type="xs:boolean"/><xs:element minOccurs="0" name="idIndice" type="xs:long"/><xs:element minOccurs="0" name="idNodoInicial" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="idTipoIndice" type="xs:long"/><xs:element minOccurs="0" name="location" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="nombre" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Indice" nillable="true" type="tns:Indice"/><xs:complexType name="ArrayOfGrupo"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Grupo" nillable="true" type="tns:Grupo"/></xs:sequence></xs:complexType><xs:element name="ArrayOfGrupo" nillable="true" type="tns:ArrayOfGrupo"/><xs:complexType name="TipoIndice"><xs:complexContent mixed="false"><xs:extension base="q10:EntityObject" xmlns:q10="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Indice" nillable="true" type="tns:ArrayOfIndice"/><xs:element minOccurs="0" name="descripcion" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="esActivo" type="xs:boolean"/><xs:element minOccurs="0" name="idTipoIndice" type="xs:long"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="TipoIndice" nillable="true" type="tns:TipoIndice"/><xs:complexType name="ArrayOfUsuario"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Usuario" nillable="true" type="tns:Usuario"/></xs:sequence></xs:complexType><xs:element name="ArrayOfUsuario" nillable="true" type="tns:ArrayOfUsuario"/><xs:complexType name="Usuario"><xs:complexContent mixed="false"><xs:extension base="q11:EntityObject" xmlns:q11="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="AreasInteres" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Ciudad" nillable="true" type="tns:Ciudad"/><xs:element minOccurs="0" name="CiudadReference" nillable="true" type="q11:EntityReferenceOfCiudadK54Cs0uL"/><xs:element minOccurs="0" name="Comentario" nillable="true" type="tns:ArrayOfComentario"/><xs:element minOccurs="0" name="ComentarioPermisos" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="Departamento" nillable="true" type="tns:Departamento"/><xs:element minOccurs="0" name="DepartamentoReference" nillable="true" type="q11:EntityReferenceOfDepartamentoK54Cs0uL"/><xs:element minOccurs="0" name="Dominio" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="EmpresaAdministrador_adm" nillable="true" type="tns:ArrayOfEmpresaAdministrador"/><xs:element minOccurs="0" name="EmpresaAdministrador_emp" nillable="true" type="tns:ArrayOfEmpresaAdministrador"/><xs:element minOccurs="0" name="EmpresaSuscripcion_usuario" nillable="true" type="tns:ArrayOfEmpresaSuscripcion_usuario"/><xs:element minOccurs="0" name="EmpresaSuscripcions" nillable="true" type="tns:ArrayOfEmpresaSuscripcion"/><xs:element minOccurs="0" name="EstadoUsuario" nillable="true" type="tns:EstadoUsuario"/><xs:element minOccurs="0" name="EstadoUsuarioReference" nillable="true" type="q11:EntityReferenceOfEstadoUsuarioK54Cs0uL"/><xs:element minOccurs="0" name="FechaUltimaAlerta" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Genero" nillable="true" type="tns:Genero"/><xs:element minOccurs="0" name="GeneroReference" nillable="true" type="q11:EntityReferenceOfGeneroK54Cs0uL"/><xs:element minOccurs="0" name="IndexStatus" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="Indice" nillable="true" type="tns:ArrayOfIndice"/><xs:element minOccurs="0" name="InvitationStash" nillable="true" type="tns:ArrayOfInvitationStash"/><xs:element minOccurs="0" name="Invitations" nillable="true" type="tns:ArrayOfInvitations"/><xs:element minOccurs="0" name="Loginkey" nillable="true" type="ser:guid"/><xs:element minOccurs="0" name="MailingSetting" nillable="true" type="tns:ArrayOfMailingSetting"/><xs:element minOccurs="0" name="NombreFirma" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="NotificacionFiltro" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="Notification" nillable="true" type="tns:ArrayOfNotification"/><xs:element minOccurs="0" name="PR_Suscripcion" nillable="true" type="tns:ArrayOfPR_Suscripcion"/><xs:element minOccurs="0" name="Pais" nillable="true" type="tns:Pais"/><xs:element minOccurs="0" name="PaisReference" nillable="true" type="q11:EntityReferenceOfPaisK54Cs0uL"/><xs:element minOccurs="0" name="ProxyAccesses" nillable="true" type="tns:ArrayOfProxyAccess"/><xs:element minOccurs="0" name="ProxyAccesses1" nillable="true" type="tns:ArrayOfProxyAccess"/><xs:element minOccurs="0" name="Purchase" nillable="true" type="tns:ArrayOfPurchase"/><xs:element minOccurs="0" name="RolUsuario" nillable="true" type="tns:ArrayOfRolUsuario"/><xs:element minOccurs="0" name="Suscripcion" nillable="true" type="tns:ArrayOfSuscripcion"/><xs:element minOccurs="0" name="TC" nillable="true" type="tns:ArrayOfTC"/><xs:element minOccurs="0" name="TemaInteres" nillable="true" type="tns:ArrayOfTemaInteres"/><xs:element minOccurs="0" name="TipoRestriccionEmpresa" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="UsuariosGrupo" nillable="true" type="tns:ArrayOfUsuariosGrupo"/><xs:element minOccurs="0" name="aceptaPoliticas" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="aceptacondiciones2" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="apellidos" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="bio" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="contrasena" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="correoE" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="direccion" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="documentNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="estadoCorreo" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="fechaExpiracionAccesoGratuito" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="fechaNacimiento" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="fechaPoliticas" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="fechaRegistro" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="globalId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="idCiudad" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="idDepartamento" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="idEstadoUsuario" type="xs:long"/><xs:element minOccurs="0" name="idGenero" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="idPais" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="idTipoUsuario" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="idUsuario" type="xs:long"/><xs:element minOccurs="0" name="isIndexed" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="movil" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="nombres" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="numeroBusquedas" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="numeroComentarios" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="numeroDocumentosConsultados" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="postgrados" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="publicaciones" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="social_token" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="telefono" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="titulo" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ubicacionFoto" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="universidad" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="website" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="zonaPostal" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Usuario" nillable="true" type="tns:Usuario"/><xs:complexType name="Ciudad"><xs:complexContent mixed="false"><xs:extension base="q12:EntityObject" xmlns:q12="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Departamento" nillable="true" type="tns:Departamento"/><xs:element minOccurs="0" name="DepartamentoReference" nillable="true" type="q12:EntityReferenceOfDepartamentoK54Cs0uL"/><xs:element minOccurs="0" name="Documento" nillable="true" type="tns:ArrayOfDocumento"/><xs:element minOccurs="0" name="TC" nillable="true" type="tns:ArrayOfTC"/><xs:element minOccurs="0" name="Usuario" nillable="true" type="tns:ArrayOfUsuario"/><xs:element minOccurs="0" name="codigoAlfa" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="codigoDANE" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="esActivo" type="xs:boolean"/><xs:element minOccurs="0" name="idCiudad" type="xs:long"/><xs:element minOccurs="0" name="idDepartamento" type="xs:long"/><xs:element minOccurs="0" name="nombre" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Ciudad" nillable="true" type="tns:Ciudad"/><xs:complexType name="Departamento"><xs:complexContent mixed="false"><xs:extension base="q13:EntityObject" xmlns:q13="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Ciudad" nillable="true" type="tns:ArrayOfCiudad"/><xs:element minOccurs="0" name="Documento" nillable="true" type="tns:ArrayOfDocumento"/><xs:element minOccurs="0" name="Pais" nillable="true" type="tns:Pais"/><xs:element minOccurs="0" name="PaisReference" nillable="true" type="q13:EntityReferenceOfPaisK54Cs0uL"/><xs:element minOccurs="0" name="TC" nillable="true" type="tns:ArrayOfTC"/><xs:element minOccurs="0" name="Usuario" nillable="true" type="tns:ArrayOfUsuario"/><xs:element minOccurs="0" name="codigoAlfa" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="codigoDANE" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="esActivo" type="xs:boolean"/><xs:element minOccurs="0" name="idDepartamento" type="xs:long"/><xs:element minOccurs="0" name="idPais" type="xs:long"/><xs:element minOccurs="0" name="nombre" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Departamento" nillable="true" type="tns:Departamento"/><xs:complexType name="ArrayOfCiudad"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Ciudad" nillable="true" type="tns:Ciudad"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCiudad" nillable="true" type="tns:ArrayOfCiudad"/><xs:complexType name="Pais"><xs:complexContent mixed="false"><xs:extension base="q14:EntityObject" xmlns:q14="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Departamento" nillable="true" type="tns:ArrayOfDepartamento"/><xs:element minOccurs="0" name="Documento" nillable="true" type="tns:ArrayOfDocumento"/><xs:element minOccurs="0" name="TC" nillable="true" type="tns:ArrayOfTC"/><xs:element minOccurs="0" name="Usuario" nillable="true" type="tns:ArrayOfUsuario"/><xs:element minOccurs="0" name="codigoAlfa" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="codigoNum" type="xs:int"/><xs:element minOccurs="0" name="esActivo" type="xs:boolean"/><xs:element minOccurs="0" name="idPais" type="xs:long"/><xs:element minOccurs="0" name="nombre" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Pais" nillable="true" type="tns:Pais"/><xs:complexType name="ArrayOfDepartamento"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Departamento" nillable="true" type="tns:Departamento"/></xs:sequence></xs:complexType><xs:element name="ArrayOfDepartamento" nillable="true" type="tns:ArrayOfDepartamento"/><xs:complexType name="ArrayOfTC"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="TC" nillable="true" type="tns:TC"/></xs:sequence></xs:complexType><xs:element name="ArrayOfTC" nillable="true" type="tns:ArrayOfTC"/><xs:complexType name="TC"><xs:complexContent mixed="false"><xs:extension base="q15:EntityObject" xmlns:q15="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Ciudad" nillable="true" type="tns:Ciudad"/><xs:element minOccurs="0" name="CiudadReference" nillable="true" type="q15:EntityReferenceOfCiudadK54Cs0uL"/><xs:element minOccurs="0" name="Departamento" nillable="true" type="tns:Departamento"/><xs:element minOccurs="0" name="DepartamentoReference" nillable="true" type="q15:EntityReferenceOfDepartamentoK54Cs0uL"/><xs:element minOccurs="0" name="Pais" nillable="true" type="tns:Pais"/><xs:element minOccurs="0" name="PaisReference" nillable="true" type="q15:EntityReferenceOfPaisK54Cs0uL"/><xs:element minOccurs="0" name="Usuario" nillable="true" type="tns:Usuario"/><xs:element minOccurs="0" name="UsuarioReference" nillable="true" type="q15:EntityReferenceOfUsuarioK54Cs0uL"/><xs:element minOccurs="0" name="añoExpTC" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="correoETH" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="direccionTH" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="esActiva" type="xs:boolean"/><xs:element minOccurs="0" name="idCiudadTH" type="xs:long"/><xs:element minOccurs="0" name="idDepartamentoTH" type="xs:long"/><xs:element minOccurs="0" name="idPaisTH" type="xs:long"/><xs:element minOccurs="0" name="idTC" type="xs:long"/><xs:element minOccurs="0" name="idUsuario" type="xs:long"/><xs:element minOccurs="0" name="mesExpTC" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="nombreTC" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="nombreTH" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="numeroTC" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="numeroVerificacionTC" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="postalCodeTH" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="telefonoTH1" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="telefonoTH2" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="TC" nillable="true" type="tns:TC"/><xs:complexType name="ArrayOfEmpresaAdministrador"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="EmpresaAdministrador" nillable="true" type="tns:EmpresaAdministrador"/></xs:sequence></xs:complexType><xs:element name="ArrayOfEmpresaAdministrador" nillable="true" type="tns:ArrayOfEmpresaAdministrador"/><xs:complexType name="EmpresaAdministrador"><xs:complexContent mixed="false"><xs:extension base="q16:EntityObject" xmlns:q16="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="TipoUsuario" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="Usuario_adm" nillable="true" type="tns:Usuario"/><xs:element minOccurs="0" name="Usuario_admReference" nillable="true" type="q16:EntityReferenceOfUsuarioK54Cs0uL"/><xs:element minOccurs="0" name="Usuario_emp" nillable="true" type="tns:Usuario"/><xs:element minOccurs="0" name="Usuario_empReference" nillable="true" type="q16:EntityReferenceOfUsuarioK54Cs0uL"/><xs:element minOccurs="0" name="esActivo" type="xs:boolean"/><xs:element minOccurs="0" name="idAdministrador" type="xs:long"/><xs:element minOccurs="0" name="idEmpresa" type="xs:long"/><xs:element minOccurs="0" name="idEmpresaAdministrador" type="xs:long"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="EmpresaAdministrador" nillable="true" type="tns:EmpresaAdministrador"/><xs:complexType name="ArrayOfEmpresaSuscripcion_usuario"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="EmpresaSuscripcion_usuario" nillable="true" type="tns:EmpresaSuscripcion_usuario"/></xs:sequence></xs:complexType><xs:element name="ArrayOfEmpresaSuscripcion_usuario" nillable="true" type="tns:ArrayOfEmpresaSuscripcion_usuario"/><xs:complexType name="EmpresaSuscripcion_usuario"><xs:complexContent mixed="false"><xs:extension base="q17:EntityObject" xmlns:q17="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="EmpresaSuscripcion" nillable="true" type="tns:EmpresaSuscripcion"/><xs:element minOccurs="0" name="EmpresaSuscripcionReference" nillable="true" type="q17:EntityReferenceOfEmpresaSuscripcionK54Cs0uL"/><xs:element minOccurs="0" name="Usuario" nillable="true" type="tns:Usuario"/><xs:element minOccurs="0" name="UsuarioReference" nillable="true" type="q17:EntityReferenceOfUsuarioK54Cs0uL"/><xs:element minOccurs="0" name="esActivo" type="xs:boolean"/><xs:element minOccurs="0" name="fechaActivacion" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="fechaDesactivacion" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="idEmpresaSuscripcion" type="xs:long"/><xs:element minOccurs="0" name="idUsuario" type="xs:long"/><xs:element minOccurs="0" name="id_EmpresaSuscripcion_usuario" type="xs:long"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="EmpresaSuscripcion_usuario" nillable="true" type="tns:EmpresaSuscripcion_usuario"/><xs:complexType name="EmpresaSuscripcion"><xs:complexContent mixed="false"><xs:extension base="q18:EntityObject" xmlns:q18="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="CantidadAsignada" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="CantidadTotal" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="Compilacion" nillable="true" type="tns:Compilacion"/><xs:element minOccurs="0" name="CompilacionReference" nillable="true" type="q18:EntityReferenceOfCompilacionK54Cs0uL"/><xs:element minOccurs="0" name="EmpresaSuscripcion_usuario" nillable="true" type="tns:ArrayOfEmpresaSuscripcion_usuario"/><xs:element minOccurs="0" name="Usuario" nillable="true" type="tns:Usuario"/><xs:element minOccurs="0" name="UsuarioReference" nillable="true" type="q18:EntityReferenceOfUsuarioK54Cs0uL"/><xs:element minOccurs="0" name="esActivo" type="xs:boolean"/><xs:element minOccurs="0" name="fechaActivacion" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="fechaDesactivacion" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="idCompilacion" type="xs:long"/><xs:element minOccurs="0" name="idEmpresaSuscripcion" type="xs:long"/><xs:element minOccurs="0" name="idSuscripcion" type="xs:long"/><xs:element minOccurs="0" name="idUsuario" type="xs:long"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="EmpresaSuscripcion" nillable="true" type="tns:EmpresaSuscripcion"/><xs:complexType name="ArrayOfEmpresaSuscripcion"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="EmpresaSuscripcion" nillable="true" type="tns:EmpresaSuscripcion"/></xs:sequence></xs:complexType><xs:element name="ArrayOfEmpresaSuscripcion" nillable="true" type="tns:ArrayOfEmpresaSuscripcion"/><xs:complexType name="EstadoUsuario"><xs:complexContent mixed="false"><xs:extension base="q19:EntityObject" xmlns:q19="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Usuario" nillable="true" type="tns:ArrayOfUsuario"/><xs:element minOccurs="0" name="descripcion" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="esActivo" type="xs:boolean"/><xs:element minOccurs="0" name="idEstadoUsuario" type="xs:long"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="EstadoUsuario" nillable="true" type="tns:EstadoUsuario"/><xs:complexType name="Genero"><xs:complexContent mixed="false"><xs:extension base="q20:EntityObject" xmlns:q20="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Usuario" nillable="true" type="tns:ArrayOfUsuario"/><xs:element minOccurs="0" name="descripcion" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="esActivo" type="xs:boolean"/><xs:element minOccurs="0" name="idGenero" type="xs:long"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Genero" nillable="true" type="tns:Genero"/><xs:complexType name="ArrayOfInvitationStash"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="InvitationStash" nillable="true" type="tns:InvitationStash"/></xs:sequence></xs:complexType><xs:element name="ArrayOfInvitationStash" nillable="true" type="tns:ArrayOfInvitationStash"/><xs:complexType name="InvitationStash"><xs:complexContent mixed="false"><xs:extension base="q21:EntityObject" xmlns:q21="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Usuario" nillable="true" type="tns:Usuario"/><xs:element minOccurs="0" name="UsuarioReference" nillable="true" type="q21:EntityReferenceOfUsuarioK54Cs0uL"/><xs:element minOccurs="0" name="amount" type="xs:int"/><xs:element minOccurs="0" name="idInvitationStash" type="xs:long"/><xs:element minOccurs="0" name="idUser" type="xs:long"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="InvitationStash" nillable="true" type="tns:InvitationStash"/><xs:complexType name="ArrayOfInvitations"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Invitations" nillable="true" type="tns:Invitations"/></xs:sequence></xs:complexType><xs:element name="ArrayOfInvitations" nillable="true" type="tns:ArrayOfInvitations"/><xs:complexType name="Invitations"><xs:complexContent mixed="false"><xs:extension base="q22:EntityObject" xmlns:q22="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="InvitationChannel" nillable="true" type="tns:InvitationChannel"/><xs:element minOccurs="0" name="InvitationChannelReference" nillable="true" type="q22:EntityReferenceOfInvitationChannelK54Cs0uL"/><xs:element minOccurs="0" name="Usuario" nillable="true" type="tns:Usuario"/><xs:element minOccurs="0" name="UsuarioReference" nillable="true" type="q22:EntityReferenceOfUsuarioK54Cs0uL"/><xs:element minOccurs="0" name="code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="creationDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="email" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="freeDays" type="xs:int"/><xs:element minOccurs="0" name="fullName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="idInvitationChannel" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="idUsuario" type="xs:long"/><xs:element minOccurs="0" name="isActive" type="xs:boolean"/><xs:element minOccurs="0" name="isUsed" type="xs:boolean"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Invitations" nillable="true" type="tns:Invitations"/><xs:complexType name="InvitationChannel"><xs:complexContent mixed="false"><xs:extension base="q23:EntityObject" xmlns:q23="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Invitations" nillable="true" type="tns:ArrayOfInvitations"/><xs:element minOccurs="0" name="idInvitationChannel" type="xs:long"/><xs:element minOccurs="0" name="isActive" type="xs:boolean"/><xs:element minOccurs="0" name="name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="promoDays" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="InvitationChannel" nillable="true" type="tns:InvitationChannel"/><xs:complexType name="ArrayOfMailingSetting"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="MailingSetting" nillable="true" type="tns:MailingSetting"/></xs:sequence></xs:complexType><xs:element name="ArrayOfMailingSetting" nillable="true" type="tns:ArrayOfMailingSetting"/><xs:complexType name="MailingSetting"><xs:complexContent mixed="false"><xs:extension base="q24:EntityObject" xmlns:q24="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="SendNewsletter" type="xs:boolean"/><xs:element minOccurs="0" name="Usuario" nillable="true" type="tns:Usuario"/><xs:element minOccurs="0" name="UsuarioReference" nillable="true" type="q24:EntityReferenceOfUsuarioK54Cs0uL"/><xs:element minOccurs="0" name="idMailingSetting" type="xs:long"/><xs:element minOccurs="0" name="idUsuario" type="xs:long"/><xs:element minOccurs="0" name="newColeagueMail" nillable="true" type="xs:boolean"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="MailingSetting" nillable="true" type="tns:MailingSetting"/><xs:complexType name="ArrayOfNotification"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Notification" nillable="true" type="tns:Notification"/></xs:sequence></xs:complexType><xs:element name="ArrayOfNotification" nillable="true" type="tns:ArrayOfNotification"/><xs:complexType name="Notification"><xs:complexContent mixed="false"><xs:extension base="q25:EntityObject" xmlns:q25="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="NotificationType" nillable="true" type="tns:NotificationType"/><xs:element minOccurs="0" name="NotificationTypeReference" nillable="true" type="q25:EntityReferenceOfNotificationTypeK54Cs0uL"/><xs:element minOccurs="0" name="Usuario" nillable="true" type="tns:Usuario"/><xs:element minOccurs="0" name="UsuarioReference" nillable="true" type="q25:EntityReferenceOfUsuarioK54Cs0uL"/><xs:element minOccurs="0" name="content" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="creationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="editionDocument" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="entities" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="fromName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="fromPicURL" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="fromid" type="xs:long"/><xs:element minOccurs="0" name="idNotification" type="xs:long"/><xs:element minOccurs="0" name="idNotificationType" type="xs:int"/><xs:element minOccurs="0" name="linkDocument" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="relations" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="to" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="toName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="topics" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Notification" nillable="true" type="tns:Notification"/><xs:complexType name="NotificationType"><xs:complexContent mixed="false"><xs:extension base="q26:EntityObject" xmlns:q26="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Notification" nillable="true" type="tns:ArrayOfNotification"/><xs:element minOccurs="0" name="idNotificationType" type="xs:int"/><xs:element minOccurs="0" name="name" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="NotificationType" nillable="true" type="tns:NotificationType"/><xs:complexType name="ArrayOfPR_Suscripcion"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="PR_Suscripcion" nillable="true" type="tns:PR_Suscripcion"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPR_Suscripcion" nillable="true" type="tns:ArrayOfPR_Suscripcion"/><xs:complexType name="PR_Suscripcion"><xs:complexContent mixed="false"><xs:extension base="q27:EntityObject" xmlns:q27="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="NoPagos" type="xs:decimal"/><xs:element minOccurs="0" name="PR_Planes" nillable="true" type="tns:PR_Planes"/><xs:element minOccurs="0" name="PR_PlanesReference" nillable="true" type="q27:EntityReferenceOfPR_PlanesK54Cs0uL"/><xs:element minOccurs="0" name="PR_Purchase" nillable="true" type="tns:ArrayOfPR_Purchase"/><xs:element minOccurs="0" name="TipoDocPagador" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Usuario" nillable="true" type="tns:Usuario"/><xs:element minOccurs="0" name="UsuarioReference" nillable="true" type="q27:EntityReferenceOfUsuarioK54Cs0uL"/><xs:element minOccurs="0" name="fechaCobro1" type="xs:dateTime"/><xs:element minOccurs="0" name="fechaEstado" type="xs:dateTime"/><xs:element minOccurs="0" name="fechaSuscripcion" type="xs:dateTime"/><xs:element minOccurs="0" name="fechaUltimoCobro" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="idEstadoSuscripcion" type="xs:long"/><xs:element minOccurs="0" name="idPR_Plan" type="xs:long"/><xs:element minOccurs="0" name="idPR_Suscripcion" type="xs:long"/><xs:element minOccurs="0" name="idUsuario" type="xs:long"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="PR_Suscripcion" nillable="true" type="tns:PR_Suscripcion"/><xs:complexType name="PR_Planes"><xs:complexContent mixed="false"><xs:extension base="q28:EntityObject" xmlns:q28="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="PLAN_TAX" type="xs:decimal"/><xs:element minOccurs="0" name="PLAN_TAX_RETURN_BASE" type="xs:decimal"/><xs:element minOccurs="0" name="PLAN_VALUE" type="xs:decimal"/><xs:element minOccurs="0" name="PR_Suscripcion" nillable="true" type="tns:ArrayOfPR_Suscripcion"/><xs:element minOccurs="0" name="accountId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="currency" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="fechaCreacion" type="xs:dateTime"/><xs:element minOccurs="0" name="id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="idEstadoPlan" type="xs:long"/><xs:element minOccurs="0" name="idPR_Planes" type="xs:long"/><xs:element minOccurs="0" name="interval" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="intervalCount" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="maxPaymentAttempts" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="maxPaymentsAllowed" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="maxPendingPayments" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="paymentAttemptsDelay" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="planCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="trialDays" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="PR_Planes" nillable="true" type="tns:PR_Planes"/><xs:complexType name="ArrayOfPR_Purchase"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="PR_Purchase" nillable="true" type="tns:PR_Purchase"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPR_Purchase" nillable="true" type="tns:ArrayOfPR_Purchase"/><xs:complexType name="PR_Purchase"><xs:complexContent mixed="false"><xs:extension base="q29:EntityObject" xmlns:q29="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="PR_Suscripcion" nillable="true" type="tns:PR_Suscripcion"/><xs:element minOccurs="0" name="PR_SuscripcionReference" nillable="true" type="q29:EntityReferenceOfPR_SuscripcionK54Cs0uL"/><xs:element minOccurs="0" name="idPR_Purchase" type="xs:long"/><xs:element minOccurs="0" name="idPR_Suscripcion" type="xs:long"/><xs:element minOccurs="0" name="idPurchase" type="xs:long"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="PR_Purchase" nillable="true" type="tns:PR_Purchase"/><xs:complexType name="ArrayOfProxyAccess"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ProxyAccess" nillable="true" type="tns:ProxyAccess"/></xs:sequence></xs:complexType><xs:element name="ArrayOfProxyAccess" nillable="true" type="tns:ArrayOfProxyAccess"/><xs:complexType name="ProxyAccess"><xs:complexContent mixed="false"><xs:extension base="q30:EntityObject" xmlns:q30="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="OwnerUser" nillable="true" type="tns:Usuario"/><xs:element minOccurs="0" name="OwnerUserReference" nillable="true" type="q30:EntityReferenceOfUsuarioK54Cs0uL"/><xs:element minOccurs="0" name="ShowedUser" nillable="true" type="tns:Usuario"/><xs:element minOccurs="0" name="ShowedUserReference" nillable="true" type="q30:EntityReferenceOfUsuarioK54Cs0uL"/><xs:element minOccurs="0" name="URL" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="domain" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="esActivo" type="xs:boolean"/><xs:element minOccurs="0" name="idOwnerUser" type="xs:long"/><xs:element minOccurs="0" name="idPermits" type="xs:long"/><xs:element minOccurs="0" name="idProxyAccess" type="xs:long"/><xs:element minOccurs="0" name="idShowedUser" type="xs:long"/><xs:element minOccurs="0" name="sesionlimit" type="xs:long"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="ProxyAccess" nillable="true" type="tns:ProxyAccess"/><xs:complexType name="ArrayOfPurchase"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Purchase" nillable="true" type="tns:Purchase"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPurchase" nillable="true" type="tns:ArrayOfPurchase"/><xs:complexType name="Purchase"><xs:complexContent mixed="false"><xs:extension base="q31:EntityObject" xmlns:q31="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="DocExt" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="EstadoVenta" nillable="true" type="tns:EstadoVenta"/><xs:element minOccurs="0" name="EstadoVentaReference" nillable="true" type="q31:EntityReferenceOfEstadoVentaK54Cs0uL"/><xs:element minOccurs="0" name="IVAPercent" type="xs:int"/><xs:element minOccurs="0" name="PurchaseDetail" nillable="true" type="tns:ArrayOfPurchaseDetail"/><xs:element minOccurs="0" name="Usuario" nillable="true" type="tns:Usuario"/><xs:element minOccurs="0" name="UsuarioReference" nillable="true" type="q31:EntityReferenceOfUsuarioK54Cs0uL"/><xs:element minOccurs="0" name="baseDevolucionIva" type="xs:decimal"/><xs:element minOccurs="0" name="currency" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="discountCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="idEstadoVenta" type="xs:long"/><xs:element minOccurs="0" name="idPurchase" type="xs:long"/><xs:element minOccurs="0" name="idUsuario" type="xs:long"/><xs:element minOccurs="0" name="isRenewable" type="xs:boolean"/><xs:element minOccurs="0" name="promoDiscount" type="xs:int"/><xs:element minOccurs="0" name="prueba" type="xs:boolean"/><xs:element minOccurs="0" name="purchaseDate" type="xs:dateTime"/><xs:element minOccurs="0" name="purchaseFee" type="xs:decimal"/><xs:element minOccurs="0" name="purchaseRef" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ref_pasarela" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="renewablePeriod" type="xs:long"/><xs:element minOccurs="0" name="totalDiscount" type="xs:decimal"/><xs:element minOccurs="0" name="totalFee" type="xs:decimal"/><xs:element minOccurs="0" name="totalFeewot" type="xs:decimal"/><xs:element minOccurs="0" name="totalIVA" type="xs:decimal"/><xs:element minOccurs="0" name="userDocumentNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="userFullName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="userIdTipoDocumento" type="xs:long"/><xs:element minOccurs="0" name="userMail" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="userdocumentType" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="wholesaleDiscount" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Purchase" nillable="true" type="tns:Purchase"/><xs:complexType name="EstadoVenta"><xs:complexContent mixed="false"><xs:extension base="q32:EntityObject" xmlns:q32="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Purchase" nillable="true" type="tns:ArrayOfPurchase"/><xs:element minOccurs="0" name="descripcion" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="idEstadoVenta" type="xs:long"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="EstadoVenta" nillable="true" type="tns:EstadoVenta"/><xs:complexType name="ArrayOfPurchaseDetail"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="PurchaseDetail" nillable="true" type="tns:PurchaseDetail"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPurchaseDetail" nillable="true" type="tns:ArrayOfPurchaseDetail"/><xs:complexType name="PurchaseDetail"><xs:complexContent mixed="false"><xs:extension base="q33:EntityObject" xmlns:q33="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Compilacion" nillable="true" type="tns:Compilacion"/><xs:element minOccurs="0" name="CompilacionReference" nillable="true" type="q33:EntityReferenceOfCompilacionK54Cs0uL"/><xs:element minOccurs="0" name="Fee" nillable="true" type="tns:Fee"/><xs:element minOccurs="0" name="FeeReference" nillable="true" type="q33:EntityReferenceOfFeeK54Cs0uL"/><xs:element minOccurs="0" name="Period" nillable="true" type="tns:Period"/><xs:element minOccurs="0" name="PeriodReference" nillable="true" type="q33:EntityReferenceOfPeriodK54Cs0uL"/><xs:element minOccurs="0" name="Purchase" nillable="true" type="tns:Purchase"/><xs:element minOccurs="0" name="PurchaseReference" nillable="true" type="q33:EntityReferenceOfPurchaseK54Cs0uL"/><xs:element minOccurs="0" name="compilationFee" type="xs:decimal"/><xs:element minOccurs="0" name="compilationName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="idCompilacion" type="xs:long"/><xs:element minOccurs="0" name="idFee" type="xs:long"/><xs:element minOccurs="0" name="idPeriod" type="xs:long"/><xs:element minOccurs="0" name="idPurchase" type="xs:long"/><xs:element minOccurs="0" name="idPurchaseDetail" type="xs:long"/><xs:element minOccurs="0" name="periodsPurchased" type="xs:int"/><xs:element minOccurs="0" name="totalFee" type="xs:decimal"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="PurchaseDetail" nillable="true" type="tns:PurchaseDetail"/><xs:complexType name="Fee"><xs:complexContent mixed="false"><xs:extension base="q34:EntityObject" xmlns:q34="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Compilacion" nillable="true" type="tns:Compilacion"/><xs:element minOccurs="0" name="CompilacionReference" nillable="true" type="q34:EntityReferenceOfCompilacionK54Cs0uL"/><xs:element minOccurs="0" name="PurchaseDetail" nillable="true" type="tns:ArrayOfPurchaseDetail"/><xs:element minOccurs="0" name="Suscripcion" nillable="true" type="tns:ArrayOfSuscripcion"/><xs:element minOccurs="0" name="applyDiscount" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="compilationName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="endDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="fee1" type="xs:decimal"/><xs:element minOccurs="0" name="idCompilacion" type="xs:long"/><xs:element minOccurs="0" name="idFee" type="xs:long"/><xs:element minOccurs="0" name="idPeriod" type="xs:long"/><xs:element minOccurs="0" name="isActive" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="periodName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="startDate" type="xs:dateTime"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Fee" nillable="true" type="tns:Fee"/><xs:complexType name="ArrayOfSuscripcion"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Suscripcion" nillable="true" type="tns:Suscripcion"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSuscripcion" nillable="true" type="tns:ArrayOfSuscripcion"/><xs:complexType name="Suscripcion"><xs:complexContent mixed="false"><xs:extension base="q35:EntityObject" xmlns:q35="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Compilacion" nillable="true" type="tns:Compilacion"/><xs:element minOccurs="0" name="CompilacionReference" nillable="true" type="q35:EntityReferenceOfCompilacionK54Cs0uL"/><xs:element minOccurs="0" name="EstadoSuscripcion" nillable="true" type="tns:EstadoSuscripcion"/><xs:element minOccurs="0" name="EstadoSuscripcionReference" nillable="true" type="q35:EntityReferenceOfEstadoSuscripcionK54Cs0uL"/><xs:element minOccurs="0" name="Fee" nillable="true" type="tns:Fee"/><xs:element minOccurs="0" name="FeeReference" nillable="true" type="q35:EntityReferenceOfFeeK54Cs0uL"/><xs:element minOccurs="0" name="Institucion" nillable="true" type="tns:Institucion"/><xs:element minOccurs="0" name="InstitucionReference" nillable="true" type="q35:EntityReferenceOfInstitucionK54Cs0uL"/><xs:element minOccurs="0" name="TipoSuscripcion" nillable="true" type="tns:TipoSuscripcion"/><xs:element minOccurs="0" name="TipoSuscripcionReference" nillable="true" type="q35:EntityReferenceOfTipoSuscripcionK54Cs0uL"/><xs:element minOccurs="0" name="Usuario" nillable="true" type="tns:Usuario"/><xs:element minOccurs="0" name="UsuarioReference" nillable="true" type="q35:EntityReferenceOfUsuarioK54Cs0uL"/><xs:element minOccurs="0" name="fechaExp" type="xs:dateTime"/><xs:element minOccurs="0" name="fechaSuscripcion" type="xs:dateTime"/><xs:element minOccurs="0" name="idCompilacion" type="xs:long"/><xs:element minOccurs="0" name="idEstadoSuscripcion" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="idFee" type="xs:long"/><xs:element minOccurs="0" name="idInstitución" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="idPurchase" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="idSuscripcion" type="xs:long"/><xs:element minOccurs="0" name="idTipoSuscripcion" type="xs:long"/><xs:element minOccurs="0" name="idUsuario" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="isRenewable" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="renewalPeriod" nillable="true" type="xs:long"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Suscripcion" nillable="true" type="tns:Suscripcion"/><xs:complexType name="EstadoSuscripcion"><xs:complexContent mixed="false"><xs:extension base="q36:EntityObject" xmlns:q36="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Suscripcion" nillable="true" type="tns:ArrayOfSuscripcion"/><xs:element minOccurs="0" name="descripcion" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="esActivo" type="xs:boolean"/><xs:element minOccurs="0" name="idEstadoSuscripcion" type="xs:long"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="EstadoSuscripcion" nillable="true" type="tns:EstadoSuscripcion"/><xs:complexType name="Institucion"><xs:complexContent mixed="false"><xs:extension base="q37:EntityObject" xmlns:q37="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="EstadoInstitucion" nillable="true" type="tns:EstadoInstitucion"/><xs:element minOccurs="0" name="EstadoInstitucionReference" nillable="true" type="q37:EntityReferenceOfEstadoInstitucionK54Cs0uL"/><xs:element minOccurs="0" name="Grupo" nillable="true" type="tns:ArrayOfGrupo"/><xs:element minOccurs="0" name="Suscripcion" nillable="true" type="tns:ArrayOfSuscripcion"/><xs:element minOccurs="0" name="correoEContacto" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="direcciónContacto" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="idCiudad" type="xs:long"/><xs:element minOccurs="0" name="idDepartamento" type="xs:long"/><xs:element minOccurs="0" name="idEstadoInstitucion" type="xs:long"/><xs:element minOccurs="0" name="idInstitucion" type="xs:long"/><xs:element minOccurs="0" name="idPais" type="xs:long"/><xs:element minOccurs="0" name="movilContacto" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="nit" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="nombreContacto" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="razonSocial" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="telefonoContacto" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="zonaPostal" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Institucion" nillable="true" type="tns:Institucion"/><xs:complexType name="EstadoInstitucion"><xs:complexContent mixed="false"><xs:extension base="q38:EntityObject" xmlns:q38="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Institucion" nillable="true" type="tns:ArrayOfInstitucion"/><xs:element minOccurs="0" name="descripcion" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="esActivo" type="xs:boolean"/><xs:element minOccurs="0" name="idEstadoInstitucion" type="xs:long"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="EstadoInstitucion" nillable="true" type="tns:EstadoInstitucion"/><xs:complexType name="ArrayOfInstitucion"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Institucion" nillable="true" type="tns:Institucion"/></xs:sequence></xs:complexType><xs:element name="ArrayOfInstitucion" nillable="true" type="tns:ArrayOfInstitucion"/><xs:complexType name="TipoSuscripcion"><xs:complexContent mixed="false"><xs:extension base="q39:EntityObject" xmlns:q39="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Suscripcion" nillable="true" type="tns:ArrayOfSuscripcion"/><xs:element minOccurs="0" name="descripcion" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="esActivo" type="xs:boolean"/><xs:element minOccurs="0" name="idTipoSuscripcion" type="xs:long"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="TipoSuscripcion" nillable="true" type="tns:TipoSuscripcion"/><xs:complexType name="Period"><xs:complexContent mixed="false"><xs:extension base="q40:EntityObject" xmlns:q40="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="PurchaseDetail" nillable="true" type="tns:ArrayOfPurchaseDetail"/><xs:element minOccurs="0" name="idPeriod" type="xs:long"/><xs:element minOccurs="0" name="idPeriodExt" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="name" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Period" nillable="true" type="tns:Period"/><xs:complexType name="ArrayOfRolUsuario"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RolUsuario" nillable="true" type="tns:RolUsuario"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRolUsuario" nillable="true" type="tns:ArrayOfRolUsuario"/><xs:complexType name="RolUsuario"><xs:complexContent mixed="false"><xs:extension base="q41:EntityObject" xmlns:q41="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Rol" nillable="true" type="tns:Rol"/><xs:element minOccurs="0" name="RolReference" nillable="true" type="q41:EntityReferenceOfRolK54Cs0uL"/><xs:element minOccurs="0" name="Usuario" nillable="true" type="tns:Usuario"/><xs:element minOccurs="0" name="UsuarioReference" nillable="true" type="q41:EntityReferenceOfUsuarioK54Cs0uL"/><xs:element minOccurs="0" name="idRol" type="xs:int"/><xs:element minOccurs="0" name="idUsuario" type="xs:long"/><xs:element minOccurs="0" name="isEnabled" type="xs:boolean"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="RolUsuario" nillable="true" type="tns:RolUsuario"/><xs:complexType name="Rol"><xs:complexContent mixed="false"><xs:extension base="q42:EntityObject" xmlns:q42="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="RolProfile" nillable="true" type="tns:ArrayOfRolProfile"/><xs:element minOccurs="0" name="RolUsuario" nillable="true" type="tns:ArrayOfRolUsuario"/><xs:element minOccurs="0" name="idRol" type="xs:int"/><xs:element minOccurs="0" name="permiso" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="portalUrl" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="redirect" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="resource" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="section" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Rol" nillable="true" type="tns:Rol"/><xs:complexType name="ArrayOfRolProfile"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RolProfile" nillable="true" type="tns:RolProfile"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRolProfile" nillable="true" type="tns:ArrayOfRolProfile"/><xs:complexType name="RolProfile"><xs:complexContent mixed="false"><xs:extension base="q43:EntityObject" xmlns:q43="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Profile" nillable="true" type="tns:Profile"/><xs:element minOccurs="0" name="ProfileReference" nillable="true" type="q43:EntityReferenceOfProfileK54Cs0uL"/><xs:element minOccurs="0" name="Rol" nillable="true" type="tns:Rol"/><xs:element minOccurs="0" name="RolReference" nillable="true" type="q43:EntityReferenceOfRolK54Cs0uL"/><xs:element minOccurs="0" name="idProfile" type="xs:long"/><xs:element minOccurs="0" name="idRol" type="xs:int"/><xs:element minOccurs="0" name="isEnabled" type="xs:boolean"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="RolProfile" nillable="true" type="tns:RolProfile"/><xs:complexType name="Profile"><xs:complexContent mixed="false"><xs:extension base="q44:EntityObject" xmlns:q44="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="RolProfile" nillable="true" type="tns:ArrayOfRolProfile"/><xs:element minOccurs="0" name="idProfile" type="xs:long"/><xs:element minOccurs="0" name="name" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Profile" nillable="true" type="tns:Profile"/><xs:complexType name="ArrayOfTemaInteres"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="TemaInteres" nillable="true" type="tns:TemaInteres"/></xs:sequence></xs:complexType><xs:element name="ArrayOfTemaInteres" nillable="true" type="tns:ArrayOfTemaInteres"/><xs:complexType name="TemaInteres"><xs:complexContent mixed="false"><xs:extension base="q45:EntityObject" xmlns:q45="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Usuario" nillable="true" type="tns:ArrayOfUsuario"/><xs:element minOccurs="0" name="descripcion" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="esActivo" type="xs:boolean"/><xs:element minOccurs="0" name="idTemaInteres" type="xs:long"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="TemaInteres" nillable="true" type="tns:TemaInteres"/><xs:complexType name="ArrayOfUsuariosGrupo"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="UsuariosGrupo" nillable="true" type="tns:UsuariosGrupo"/></xs:sequence></xs:complexType><xs:element name="ArrayOfUsuariosGrupo" nillable="true" type="tns:ArrayOfUsuariosGrupo"/><xs:complexType name="UsuariosGrupo"><xs:complexContent mixed="false"><xs:extension base="q46:EntityObject" xmlns:q46="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Active" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="Grupo" nillable="true" type="tns:Grupo"/><xs:element minOccurs="0" name="GrupoReference" nillable="true" type="q46:EntityReferenceOfGrupoK54Cs0uL"/><xs:element minOccurs="0" name="RolGrupo" nillable="true" type="tns:RolGrupo"/><xs:element minOccurs="0" name="RolGrupoReference" nillable="true" type="q46:EntityReferenceOfRolGrupoK54Cs0uL"/><xs:element minOccurs="0" name="TComentarioPermisos" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="Usuario" nillable="true" type="tns:Usuario"/><xs:element minOccurs="0" name="UsuarioReference" nillable="true" type="q46:EntityReferenceOfUsuarioK54Cs0uL"/><xs:element minOccurs="0" name="fechaRegistro" type="xs:dateTime"/><xs:element minOccurs="0" name="idGrupo" type="xs:long"/><xs:element minOccurs="0" name="idRolGrupo" type="xs:long"/><xs:element minOccurs="0" name="idUsuario" type="xs:long"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="UsuariosGrupo" nillable="true" type="tns:UsuariosGrupo"/><xs:complexType name="RolGrupo"><xs:complexContent mixed="false"><xs:extension base="q47:EntityObject" xmlns:q47="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="UsuariosGrupo" nillable="true" type="tns:ArrayOfUsuariosGrupo"/><xs:element minOccurs="0" name="descripicon" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="esActivo" type="xs:boolean"/><xs:element minOccurs="0" name="idRolGrupo" type="xs:long"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="RolGrupo" nillable="true" type="tns:RolGrupo"/><xs:complexType name="TipoGrupo"><xs:complexContent mixed="false"><xs:extension base="q48:EntityObject" xmlns:q48="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Grupo" nillable="true" type="tns:ArrayOfGrupo"/><xs:element minOccurs="0" name="descripcion" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="esActivo" type="xs:boolean"/><xs:element minOccurs="0" name="idTipoGrupo" type="xs:long"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="TipoGrupo" nillable="true" type="tns:TipoGrupo"/><xs:complexType name="TipoComentario"><xs:complexContent mixed="false"><xs:extension base="q49:EntityObject" xmlns:q49="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Comentario" nillable="true" type="tns:ArrayOfComentario"/><xs:element minOccurs="0" name="descripcion" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="esActivo" type="xs:boolean"/><xs:element minOccurs="0" name="idTipoComentario" type="xs:long"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="TipoComentario" nillable="true" type="tns:TipoComentario"/><xs:complexType name="Entidad"><xs:complexContent mixed="false"><xs:extension base="q50:EntityObject" xmlns:q50="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Documento" nillable="true" type="tns:ArrayOfDocumento"/><xs:element minOccurs="0" name="EstadoEntidad" nillable="true" type="tns:EstadoEntidad"/><xs:element minOccurs="0" name="EstadoEntidadReference" nillable="true" type="q50:EntityReferenceOfEstadoEntidadK54Cs0uL"/><xs:element minOccurs="0" name="SiglaArbol" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SiglaBDU" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="idEntidad" type="xs:long"/><xs:element minOccurs="0" name="idEstadoEntidad" type="xs:long"/><xs:element minOccurs="0" name="nombreEntidad" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Entidad" nillable="true" type="tns:Entidad"/><xs:complexType name="EstadoEntidad"><xs:complexContent mixed="false"><xs:extension base="q51:EntityObject" xmlns:q51="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Entidad" nillable="true" type="tns:ArrayOfEntidad"/><xs:element minOccurs="0" name="descripcion" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="esActivo" type="xs:boolean"/><xs:element minOccurs="0" name="idEstadoEntidad" type="xs:long"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="EstadoEntidad" nillable="true" type="tns:EstadoEntidad"/><xs:complexType name="ArrayOfEntidad"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Entidad" nillable="true" type="tns:Entidad"/></xs:sequence></xs:complexType><xs:element name="ArrayOfEntidad" nillable="true" type="tns:ArrayOfEntidad"/><xs:complexType name="Publicacion"><xs:complexContent mixed="false"><xs:extension base="q52:EntityObject" xmlns:q52="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Documento" nillable="true" type="tns:ArrayOfDocumento"/><xs:element minOccurs="0" name="esOficial" type="xs:boolean"/><xs:element minOccurs="0" name="idPublicacion" type="xs:long"/><xs:element minOccurs="0" name="nombre" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Publicacion" nillable="true" type="tns:Publicacion"/><xs:complexType name="Sala"><xs:complexContent mixed="false"><xs:extension base="q53:EntityObject" xmlns:q53="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Documento" nillable="true" type="tns:ArrayOfDocumento"/><xs:element minOccurs="0" name="Seccion" nillable="true" type="tns:ArrayOfSeccion"/><xs:element minOccurs="0" name="codigo" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="descripcion" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="esActivo" type="xs:boolean"/><xs:element minOccurs="0" name="idSala" type="xs:long"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Sala" nillable="true" type="tns:Sala"/><xs:complexType name="ArrayOfSeccion"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Seccion" nillable="true" type="tns:Seccion"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSeccion" nillable="true" type="tns:ArrayOfSeccion"/><xs:complexType name="Seccion"><xs:complexContent mixed="false"><xs:extension base="q54:EntityObject" xmlns:q54="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Documento" nillable="true" type="tns:ArrayOfDocumento"/><xs:element minOccurs="0" name="Sala" nillable="true" type="tns:Sala"/><xs:element minOccurs="0" name="SalaReference" nillable="true" type="q54:EntityReferenceOfSalaK54Cs0uL"/><xs:element minOccurs="0" name="codigo" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="descripcion" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="esActivo" type="xs:boolean"/><xs:element minOccurs="0" name="idSala" type="xs:long"/><xs:element minOccurs="0" name="idSeccion" type="xs:long"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Seccion" nillable="true" type="tns:Seccion"/><xs:complexType name="SubtipoDocumento"><xs:complexContent mixed="false"><xs:extension base="q55:EntityObject" xmlns:q55="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Documento" nillable="true" type="tns:ArrayOfDocumento"/><xs:element minOccurs="0" name="TipoDocumento" nillable="true" type="tns:TipoDocumento"/><xs:element minOccurs="0" name="TipoDocumentoReference" nillable="true" type="q55:EntityReferenceOfTipoDocumentoK54Cs0uL"/><xs:element minOccurs="0" name="codigo" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="descripcion" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="esActivo" type="xs:boolean"/><xs:element minOccurs="0" name="idSubtipoDocumento" type="xs:long"/><xs:element minOccurs="0" name="idTipoDocumento" type="xs:long"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="SubtipoDocumento" nillable="true" type="tns:SubtipoDocumento"/><xs:complexType name="TipoDocumento"><xs:complexContent mixed="false"><xs:extension base="q56:EntityObject" xmlns:q56="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Documento" nillable="true" type="tns:ArrayOfDocumento"/><xs:element minOccurs="0" name="SubtipoDocumento" nillable="true" type="tns:ArrayOfSubtipoDocumento"/><xs:element minOccurs="0" name="codigo" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="descripicon" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="esActivo" type="xs:boolean"/><xs:element minOccurs="0" name="idTipoDocumento" type="xs:long"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="TipoDocumento" nillable="true" type="tns:TipoDocumento"/><xs:complexType name="ArrayOfSubtipoDocumento"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SubtipoDocumento" nillable="true" type="tns:SubtipoDocumento"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSubtipoDocumento" nillable="true" type="tns:ArrayOfSubtipoDocumento"/><xs:complexType name="ArrayOfFee"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Fee" nillable="true" type="tns:Fee"/></xs:sequence></xs:complexType><xs:element name="ArrayOfFee" nillable="true" type="tns:ArrayOfFee"/><xs:complexType name="Descuento"><xs:complexContent mixed="false"><xs:extension base="q57:EntityObject" xmlns:q57="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="codigo" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="descuento1" type="xs:int"/><xs:element minOccurs="0" name="esDisponible" type="xs:boolean"/><xs:element minOccurs="0" name="fechaVencimiento" type="xs:dateTime"/><xs:element minOccurs="0" name="idDescuento" type="xs:long"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Descuento" nillable="true" type="tns:Descuento"/><xs:complexType name="ArrayOfDescuento"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Descuento" nillable="true" type="tns:Descuento"/></xs:sequence></xs:complexType><xs:element name="ArrayOfDescuento" nillable="true" type="tns:ArrayOfDescuento"/><xs:complexType name="ArrayOfEstadoVenta"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="EstadoVenta" nillable="true" type="tns:EstadoVenta"/></xs:sequence></xs:complexType><xs:element name="ArrayOfEstadoVenta" nillable="true" type="tns:ArrayOfEstadoVenta"/><xs:complexType name="ArrayOfTipoBusqueda"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="TipoBusqueda" nillable="true" type="tns:TipoBusqueda"/></xs:sequence></xs:complexType><xs:element name="ArrayOfTipoBusqueda" nillable="true" type="tns:ArrayOfTipoBusqueda"/><xs:complexType name="TipoBusqueda"><xs:complexContent mixed="false"><xs:extension base="q58:EntityObject" xmlns:q58="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="descripcion" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="esActivo" type="xs:boolean"/><xs:element minOccurs="0" name="idTipoBusqueda" type="xs:long"/><xs:element minOccurs="0" name="redirect" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="TipoBusqueda" nillable="true" type="tns:TipoBusqueda"/><xs:complexType name="DatosFactura"><xs:complexContent mixed="false"><xs:extension base="q59:EntityObject" xmlns:q59="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="CiudadDANE" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="cantidad" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="correoE" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="descripcionAdd" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="direccion" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="documento" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="fechaFacturacion" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="fechaVencimiento" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="idDatosFactura" type="xs:long"/><xs:element minOccurs="0" name="idUsuario" type="xs:long"/><xs:element minOccurs="0" name="nombres" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="telefono" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="tipoDocumento" type="xs:long"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="DatosFactura" nillable="true" type="tns:DatosFactura"/><xs:complexType name="ArrayOfPR_Planes"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="PR_Planes" nillable="true" type="tns:PR_Planes"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPR_Planes" nillable="true" type="tns:ArrayOfPR_Planes"/><xs:complexType name="Factura"><xs:complexContent mixed="false"><xs:extension base="q60:EntityObject" xmlns:q60="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Consecutivo" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="fecha" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="idFactura" type="xs:long"/><xs:element minOccurs="0" name="idPurchase" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="isUsed" type="xs:boolean"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Factura" nillable="true" type="tns:Factura"/></xs:schema><xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:tns="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:import namespace="http://schemas.datacontract.org/2004/07/System.Data"/><xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/"/><xs:complexType name="EntityObject"><xs:complexContent mixed="false"><xs:extension base="tns:StructuralObject"><xs:sequence><xs:element minOccurs="0" name="EntityKey" nillable="true" type="q1:EntityKey" xmlns:q1="http://schemas.datacontract.org/2004/07/System.Data"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityObject" nillable="true" type="tns:EntityObject"/><xs:complexType name="StructuralObject"><xs:sequence/><xs:attribute ref="ser:Id"/><xs:attribute ref="ser:Ref"/></xs:complexType><xs:element name="StructuralObject" nillable="true" type="tns:StructuralObject"/><xs:complexType name="EntityReferenceOfDocumentoK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="Documento" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfDocumentoK54Cs0uL" nillable="true" type="tns:EntityReferenceOfDocumentoK54Cs0uL"/><xs:complexType name="EntityReference"><xs:complexContent mixed="false"><xs:extension base="tns:RelatedEnd"><xs:sequence><xs:element minOccurs="0" name="EntityKey" nillable="true" type="q2:EntityKey" xmlns:q2="http://schemas.datacontract.org/2004/07/System.Data"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReference" nillable="true" type="tns:EntityReference"/><xs:complexType name="RelatedEnd"><xs:sequence/></xs:complexType><xs:element name="RelatedEnd" nillable="true" type="tns:RelatedEnd"/><xs:complexType name="EntityReferenceOfBloqueK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="Bloque" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfBloqueK54Cs0uL" nillable="true" type="tns:EntityReferenceOfBloqueK54Cs0uL"/><xs:complexType name="EntityReferenceOfComentarioK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="Comentario" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfComentarioK54Cs0uL" nillable="true" type="tns:EntityReferenceOfComentarioK54Cs0uL"/><xs:complexType name="EntityReferenceOfEstadoComentarioK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="EstadoComentario" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfEstadoComentarioK54Cs0uL" nillable="true" type="tns:EntityReferenceOfEstadoComentarioK54Cs0uL"/><xs:complexType name="EntityReferenceOfTipoIndiceK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="TipoIndice" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfTipoIndiceK54Cs0uL" nillable="true" type="tns:EntityReferenceOfTipoIndiceK54Cs0uL"/><xs:complexType name="EntityReferenceOfCiudadK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="Ciudad" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfCiudadK54Cs0uL" nillable="true" type="tns:EntityReferenceOfCiudadK54Cs0uL"/><xs:complexType name="EntityReferenceOfDepartamentoK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="Departamento" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfDepartamentoK54Cs0uL" nillable="true" type="tns:EntityReferenceOfDepartamentoK54Cs0uL"/><xs:complexType name="EntityReferenceOfPaisK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="Pais" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfPaisK54Cs0uL" nillable="true" type="tns:EntityReferenceOfPaisK54Cs0uL"/><xs:complexType name="EntityReferenceOfUsuarioK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="Usuario" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfUsuarioK54Cs0uL" nillable="true" type="tns:EntityReferenceOfUsuarioK54Cs0uL"/><xs:complexType name="EntityReferenceOfCompilacionK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="Compilacion" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfCompilacionK54Cs0uL" nillable="true" type="tns:EntityReferenceOfCompilacionK54Cs0uL"/><xs:complexType name="EntityReferenceOfEmpresaSuscripcionK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="EmpresaSuscripcion" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfEmpresaSuscripcionK54Cs0uL" nillable="true" type="tns:EntityReferenceOfEmpresaSuscripcionK54Cs0uL"/><xs:complexType name="EntityReferenceOfEstadoUsuarioK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="EstadoUsuario" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfEstadoUsuarioK54Cs0uL" nillable="true" type="tns:EntityReferenceOfEstadoUsuarioK54Cs0uL"/><xs:complexType name="EntityReferenceOfGeneroK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="Genero" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfGeneroK54Cs0uL" nillable="true" type="tns:EntityReferenceOfGeneroK54Cs0uL"/><xs:complexType name="EntityReferenceOfInvitationChannelK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="InvitationChannel" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfInvitationChannelK54Cs0uL" nillable="true" type="tns:EntityReferenceOfInvitationChannelK54Cs0uL"/><xs:complexType name="EntityReferenceOfNotificationTypeK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="NotificationType" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfNotificationTypeK54Cs0uL" nillable="true" type="tns:EntityReferenceOfNotificationTypeK54Cs0uL"/><xs:complexType name="EntityReferenceOfPR_PlanesK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="PR_Planes" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfPR_PlanesK54Cs0uL" nillable="true" type="tns:EntityReferenceOfPR_PlanesK54Cs0uL"/><xs:complexType name="EntityReferenceOfPR_SuscripcionK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="PR_Suscripcion" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfPR_SuscripcionK54Cs0uL" nillable="true" type="tns:EntityReferenceOfPR_SuscripcionK54Cs0uL"/><xs:complexType name="EntityReferenceOfEstadoVentaK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="EstadoVenta" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfEstadoVentaK54Cs0uL" nillable="true" type="tns:EntityReferenceOfEstadoVentaK54Cs0uL"/><xs:complexType name="EntityReferenceOfEstadoSuscripcionK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="EstadoSuscripcion" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfEstadoSuscripcionK54Cs0uL" nillable="true" type="tns:EntityReferenceOfEstadoSuscripcionK54Cs0uL"/><xs:complexType name="EntityReferenceOfFeeK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="Fee" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfFeeK54Cs0uL" nillable="true" type="tns:EntityReferenceOfFeeK54Cs0uL"/><xs:complexType name="EntityReferenceOfEstadoInstitucionK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="EstadoInstitucion" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfEstadoInstitucionK54Cs0uL" nillable="true" type="tns:EntityReferenceOfEstadoInstitucionK54Cs0uL"/><xs:complexType name="EntityReferenceOfInstitucionK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="Institucion" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfInstitucionK54Cs0uL" nillable="true" type="tns:EntityReferenceOfInstitucionK54Cs0uL"/><xs:complexType name="EntityReferenceOfTipoSuscripcionK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="TipoSuscripcion" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfTipoSuscripcionK54Cs0uL" nillable="true" type="tns:EntityReferenceOfTipoSuscripcionK54Cs0uL"/><xs:complexType name="EntityReferenceOfPeriodK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="Period" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfPeriodK54Cs0uL" nillable="true" type="tns:EntityReferenceOfPeriodK54Cs0uL"/><xs:complexType name="EntityReferenceOfPurchaseK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="Purchase" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfPurchaseK54Cs0uL" nillable="true" type="tns:EntityReferenceOfPurchaseK54Cs0uL"/><xs:complexType name="EntityReferenceOfProfileK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="Profile" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfProfileK54Cs0uL" nillable="true" type="tns:EntityReferenceOfProfileK54Cs0uL"/><xs:complexType name="EntityReferenceOfRolK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="Rol" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfRolK54Cs0uL" nillable="true" type="tns:EntityReferenceOfRolK54Cs0uL"/><xs:complexType name="EntityReferenceOfGrupoK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="Grupo" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfGrupoK54Cs0uL" nillable="true" type="tns:EntityReferenceOfGrupoK54Cs0uL"/><xs:complexType name="EntityReferenceOfRolGrupoK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="RolGrupo" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfRolGrupoK54Cs0uL" nillable="true" type="tns:EntityReferenceOfRolGrupoK54Cs0uL"/><xs:complexType name="EntityReferenceOfTipoGrupoK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="TipoGrupo" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfTipoGrupoK54Cs0uL" nillable="true" type="tns:EntityReferenceOfTipoGrupoK54Cs0uL"/><xs:complexType name="EntityReferenceOfTipoComentarioK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="TipoComentario" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfTipoComentarioK54Cs0uL" nillable="true" type="tns:EntityReferenceOfTipoComentarioK54Cs0uL"/><xs:complexType name="EntityReferenceOfEstadoEntidadK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="EstadoEntidad" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfEstadoEntidadK54Cs0uL" nillable="true" type="tns:EntityReferenceOfEstadoEntidadK54Cs0uL"/><xs:complexType name="EntityReferenceOfEntidadK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="Entidad" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfEntidadK54Cs0uL" nillable="true" type="tns:EntityReferenceOfEntidadK54Cs0uL"/><xs:complexType name="EntityReferenceOfPublicacionK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="Publicacion" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfPublicacionK54Cs0uL" nillable="true" type="tns:EntityReferenceOfPublicacionK54Cs0uL"/><xs:complexType name="EntityReferenceOfSalaK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="Sala" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfSalaK54Cs0uL" nillable="true" type="tns:EntityReferenceOfSalaK54Cs0uL"/><xs:complexType name="EntityReferenceOfSeccionK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="Seccion" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfSeccionK54Cs0uL" nillable="true" type="tns:EntityReferenceOfSeccionK54Cs0uL"/><xs:complexType name="EntityReferenceOfTipoDocumentoK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="TipoDocumento" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfTipoDocumentoK54Cs0uL" nillable="true" type="tns:EntityReferenceOfTipoDocumentoK54Cs0uL"/><xs:complexType name="EntityReferenceOfSubtipoDocumentoK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="SubtipoDocumento" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfSubtipoDocumentoK54Cs0uL" nillable="true" type="tns:EntityReferenceOfSubtipoDocumentoK54Cs0uL"/><xs:complexType name="EntityReferenceOfIndiceK54Cs0uL"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="Indice" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfIndiceK54Cs0uL" nillable="true" type="tns:EntityReferenceOfIndiceK54Cs0uL"/></xs:schema><xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/System.Data" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:tns="http://schemas.datacontract.org/2004/07/System.Data"><xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/"/><xs:complexType name="EntityKey"><xs:sequence><xs:element minOccurs="0" name="EntityContainerName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="EntityKeyValues" nillable="true" type="tns:ArrayOfEntityKeyMember"/><xs:element minOccurs="0" name="EntitySetName" nillable="true" type="xs:string"/></xs:sequence><xs:attribute ref="ser:Id"/><xs:attribute ref="ser:Ref"/></xs:complexType><xs:element name="EntityKey" nillable="true" type="tns:EntityKey"/><xs:complexType name="ArrayOfEntityKeyMember"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="EntityKeyMember" nillable="true" type="tns:EntityKeyMember"/></xs:sequence></xs:complexType><xs:element name="ArrayOfEntityKeyMember" nillable="true" type="tns:ArrayOfEntityKeyMember"/><xs:complexType name="EntityKeyMember"><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:sequence></xs:complexType><xs:element name="EntityKeyMember" nillable="true" type="tns:EntityKeyMember"/></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"><xs:import namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/><xs:complexType name="ArrayOfTupleOflongint"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="TupleOflongint" nillable="true" type="tns:TupleOflongint"/></xs:sequence></xs:complexType><xs:element name="ArrayOfTupleOflongint" nillable="true" type="tns:ArrayOfTupleOflongint"/><xs:complexType name="TupleOflongint"><xs:annotation><xs:appinfo><GenericType Name="TupleOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="long" Namespace="http://www.w3.org/2001/XMLSchema"/><GenericParameter Name="int" Namespace="http://www.w3.org/2001/XMLSchema"/></GenericType></xs:appinfo></xs:annotation><xs:sequence><xs:element name="m_Item1" type="xs:long"/><xs:element name="m_Item2" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="TupleOflongint" nillable="true" type="tns:TupleOflongint"/><xs:complexType name="ArrayOfTupleOflongstringstringdateTimebooleandecimal"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="TupleOflongstringstringdateTimebooleandecimal" nillable="true" type="tns:TupleOflongstringstringdateTimebooleandecimal"/></xs:sequence></xs:complexType><xs:element name="ArrayOfTupleOflongstringstringdateTimebooleandecimal" nillable="true" type="tns:ArrayOfTupleOflongstringstringdateTimebooleandecimal"/><xs:complexType name="TupleOflongstringstringdateTimebooleandecimal"><xs:annotation><xs:appinfo><GenericType Name="TupleOf{0}{1}{2}{3}{4}{5}{#}" Namespace="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="long" Namespace="http://www.w3.org/2001/XMLSchema"/><GenericParameter Name="string" Namespace="http://www.w3.org/2001/XMLSchema"/><GenericParameter Name="string" Namespace="http://www.w3.org/2001/XMLSchema"/><GenericParameter Name="dateTime" Namespace="http://www.w3.org/2001/XMLSchema"/><GenericParameter Name="boolean" Namespace="http://www.w3.org/2001/XMLSchema"/><GenericParameter Name="decimal" Namespace="http://www.w3.org/2001/XMLSchema"/></GenericType></xs:appinfo></xs:annotation><xs:sequence><xs:element name="m_Item1" type="xs:long"/><xs:element name="m_Item2" nillable="true" type="xs:string"/><xs:element name="m_Item3" nillable="true" type="xs:string"/><xs:element name="m_Item4" type="xs:dateTime"/><xs:element name="m_Item5" type="xs:boolean"/><xs:element name="m_Item6" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="TupleOflongstringstringdateTimebooleandecimal" nillable="true" type="tns:TupleOflongstringstringdateTimebooleandecimal"/><xs:complexType name="TupleOfdecimaldecimaldecimaldecimaldecimal"><xs:annotation><xs:appinfo><GenericType Name="TupleOf{0}{1}{2}{3}{4}{#}" Namespace="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="decimal" Namespace="http://www.w3.org/2001/XMLSchema"/><GenericParameter Name="decimal" Namespace="http://www.w3.org/2001/XMLSchema"/><GenericParameter Name="decimal" Namespace="http://www.w3.org/2001/XMLSchema"/><GenericParameter Name="decimal" Namespace="http://www.w3.org/2001/XMLSchema"/><GenericParameter Name="decimal" Namespace="http://www.w3.org/2001/XMLSchema"/></GenericType></xs:appinfo></xs:annotation><xs:sequence><xs:element name="m_Item1" type="xs:decimal"/><xs:element name="m_Item2" type="xs:decimal"/><xs:element name="m_Item3" type="xs:decimal"/><xs:element name="m_Item4" type="xs:decimal"/><xs:element name="m_Item5" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="TupleOfdecimaldecimaldecimaldecimaldecimal" nillable="true" type="tns:TupleOfdecimaldecimaldecimaldecimaldecimal"/><xs:complexType name="ArrayOfTupleOfEmpresaSuscripcionstringT7ZqzpeN"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="TupleOfEmpresaSuscripcionstringT7ZqzpeN" nillable="true" type="tns:TupleOfEmpresaSuscripcionstringT7ZqzpeN"/></xs:sequence></xs:complexType><xs:element name="ArrayOfTupleOfEmpresaSuscripcionstringT7ZqzpeN" nillable="true" type="tns:ArrayOfTupleOfEmpresaSuscripcionstringT7ZqzpeN"/><xs:complexType name="TupleOfEmpresaSuscripcionstringT7ZqzpeN"><xs:annotation><xs:appinfo><GenericType Name="TupleOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="EmpresaSuscripcion" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/><GenericParameter Name="string" Namespace="http://www.w3.org/2001/XMLSchema"/></GenericType></xs:appinfo></xs:annotation><xs:sequence><xs:element name="m_Item1" nillable="true" type="q1:EmpresaSuscripcion" xmlns:q1="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/><xs:element name="m_Item2" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="TupleOfEmpresaSuscripcionstringT7ZqzpeN" nillable="true" type="tns:TupleOfEmpresaSuscripcionstringT7ZqzpeN"/><xs:complexType name="ArrayOfTupleOfstringdateTimestringstringdateTime"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="TupleOfstringdateTimestringstringdateTime" nillable="true" type="tns:TupleOfstringdateTimestringstringdateTime"/></xs:sequence></xs:complexType><xs:element name="ArrayOfTupleOfstringdateTimestringstringdateTime" nillable="true" type="tns:ArrayOfTupleOfstringdateTimestringstringdateTime"/><xs:complexType name="TupleOfstringdateTimestringstringdateTime"><xs:annotation><xs:appinfo><GenericType Name="TupleOf{0}{1}{2}{3}{4}{#}" Namespace="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="string" Namespace="http://www.w3.org/2001/XMLSchema"/><GenericParameter Name="dateTime" Namespace="http://www.w3.org/2001/XMLSchema"/><GenericParameter Name="string" Namespace="http://www.w3.org/2001/XMLSchema"/><GenericParameter Name="string" Namespace="http://www.w3.org/2001/XMLSchema"/><GenericParameter Name="dateTime" Namespace="http://www.w3.org/2001/XMLSchema"/></GenericType></xs:appinfo></xs:annotation><xs:sequence><xs:element name="m_Item1" nillable="true" type="xs:string"/><xs:element name="m_Item2" type="xs:dateTime"/><xs:element name="m_Item3" nillable="true" type="xs:string"/><xs:element name="m_Item4" nillable="true" type="xs:string"/><xs:element name="m_Item5" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="TupleOfstringdateTimestringstringdateTime" nillable="true" type="tns:TupleOfstringdateTimestringstringdateTime"/><xs:complexType name="ArrayOfTupleOfstringdateTimedecimal"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="TupleOfstringdateTimedecimal" nillable="true" type="tns:TupleOfstringdateTimedecimal"/></xs:sequence></xs:complexType><xs:element name="ArrayOfTupleOfstringdateTimedecimal" nillable="true" type="tns:ArrayOfTupleOfstringdateTimedecimal"/><xs:complexType name="TupleOfstringdateTimedecimal"><xs:annotation><xs:appinfo><GenericType Name="TupleOf{0}{1}{2}{#}" Namespace="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="string" Namespace="http://www.w3.org/2001/XMLSchema"/><GenericParameter Name="dateTime" Namespace="http://www.w3.org/2001/XMLSchema"/><GenericParameter Name="decimal" Namespace="http://www.w3.org/2001/XMLSchema"/></GenericType></xs:appinfo></xs:annotation><xs:sequence><xs:element name="m_Item1" nillable="true" type="xs:string"/><xs:element name="m_Item2" type="xs:dateTime"/><xs:element name="m_Item3" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="TupleOfstringdateTimedecimal" nillable="true" type="tns:TupleOfstringdateTimedecimal"/><xs:complexType name="TupleOfstringstringdateTimedateTime"><xs:annotation><xs:appinfo><GenericType Name="TupleOf{0}{1}{2}{3}{#}" Namespace="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="string" Namespace="http://www.w3.org/2001/XMLSchema"/><GenericParameter Name="string" Namespace="http://www.w3.org/2001/XMLSchema"/><GenericParameter Name="dateTime" Namespace="http://www.w3.org/2001/XMLSchema"/><GenericParameter Name="dateTime" Namespace="http://www.w3.org/2001/XMLSchema"/></GenericType></xs:appinfo></xs:annotation><xs:sequence><xs:element name="m_Item1" nillable="true" type="xs:string"/><xs:element name="m_Item2" nillable="true" type="xs:string"/><xs:element name="m_Item3" type="xs:dateTime"/><xs:element name="m_Item4" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="TupleOfstringstringdateTimedateTime" nillable="true" type="tns:TupleOfstringstringdateTimedateTime"/><xs:complexType name="TupleOfUsuarioDatosFacturaPurchaseSuscripcionFacturaHbb9K_P9R"><xs:annotation><xs:appinfo><GenericType Name="TupleOf{0}{1}{2}{3}{4}{#}" Namespace="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="Usuario" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/><GenericParameter Name="DatosFactura" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/><GenericParameter Name="Purchase" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/><GenericParameter Name="Suscripcion" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/><GenericParameter Name="Factura" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:sequence><xs:element name="m_Item1" nillable="true" type="q2:Usuario" xmlns:q2="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/><xs:element name="m_Item2" nillable="true" type="q3:DatosFactura" xmlns:q3="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/><xs:element name="m_Item3" nillable="true" type="q4:Purchase" xmlns:q4="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/><xs:element name="m_Item4" nillable="true" type="q5:Suscripcion" xmlns:q5="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/><xs:element name="m_Item5" nillable="true" type="q6:Factura" xmlns:q6="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Lawtheque.DAL.DomainEntity"/></xs:sequence></xs:complexType><xs:element name="TupleOfUsuarioDatosFacturaPurchaseSuscripcionFacturaHbb9K_P9R" nillable="true" type="tns:TupleOfUsuarioDatosFacturaPurchaseSuscripcionFacturaHbb9K_P9R"/><xs:complexType name="TupleOflonglonglonglonglonglong"><xs:annotation><xs:appinfo><GenericType Name="TupleOf{0}{1}{2}{3}{4}{5}{#}" Namespace="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="long" Namespace="http://www.w3.org/2001/XMLSchema"/><GenericParameter Name="long" Namespace="http://www.w3.org/2001/XMLSchema"/><GenericParameter Name="long" Namespace="http://www.w3.org/2001/XMLSchema"/><GenericParameter Name="long" Namespace="http://www.w3.org/2001/XMLSchema"/><GenericParameter Name="long" Namespace="http://www.w3.org/2001/XMLSchema"/><GenericParameter Name="long" Namespace="http://www.w3.org/2001/XMLSchema"/></GenericType></xs:appinfo></xs:annotation><xs:sequence><xs:element name="m_Item1" type="xs:long"/><xs:element name="m_Item2" type="xs:long"/><xs:element name="m_Item3" type="xs:long"/><xs:element name="m_Item4" type="xs:long"/><xs:element name="m_Item5" type="xs:long"/><xs:element name="m_Item6" type="xs:long"/></xs:sequence></xs:complexType><xs:element name="TupleOflonglonglonglonglonglong" nillable="true" type="tns:TupleOflonglonglonglonglonglong"/></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"><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:schema></wsdl:types><wsdl:message name="ISubscriptionService_GetAvalibleCompilations_InputMessage"><wsdl:part name="parameters" element="tns:GetAvalibleCompilations"/></wsdl:message><wsdl:message name="ISubscriptionService_GetAvalibleCompilations_OutputMessage"><wsdl:part name="parameters" element="tns:GetAvalibleCompilationsResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetRenewableCompilations_InputMessage"><wsdl:part name="parameters" element="tns:GetRenewableCompilations"/></wsdl:message><wsdl:message name="ISubscriptionService_GetRenewableCompilations_OutputMessage"><wsdl:part name="parameters" element="tns:GetRenewableCompilationsResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetOwnedCompilations_InputMessage"><wsdl:part name="parameters" element="tns:GetOwnedCompilations"/></wsdl:message><wsdl:message name="ISubscriptionService_GetOwnedCompilations_OutputMessage"><wsdl:part name="parameters" element="tns:GetOwnedCompilationsResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetOwnedSubscriptions_InputMessage"><wsdl:part name="parameters" element="tns:GetOwnedSubscriptions"/></wsdl:message><wsdl:message name="ISubscriptionService_GetOwnedSubscriptions_OutputMessage"><wsdl:part name="parameters" element="tns:GetOwnedSubscriptionsResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_AddSubscription_InputMessage"><wsdl:part name="parameters" element="tns:AddSubscription"/></wsdl:message><wsdl:message name="ISubscriptionService_AddSubscription_OutputMessage"><wsdl:part name="parameters" element="tns:AddSubscriptionResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_CheckOut_InputMessage"><wsdl:part name="parameters" element="tns:CheckOut"/></wsdl:message><wsdl:message name="ISubscriptionService_CheckOut_OutputMessage"><wsdl:part name="parameters" element="tns:CheckOutResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_LoadCompilacion_InputMessage"><wsdl:part name="parameters" element="tns:LoadCompilacion"/></wsdl:message><wsdl:message name="ISubscriptionService_LoadCompilacion_OutputMessage"><wsdl:part name="parameters" element="tns:LoadCompilacionResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetDiscount_InputMessage"><wsdl:part name="parameters" element="tns:GetDiscount"/></wsdl:message><wsdl:message name="ISubscriptionService_GetDiscount_OutputMessage"><wsdl:part name="parameters" element="tns:GetDiscountResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GuardarCompilacion_InputMessage"><wsdl:part name="parameters" element="tns:GuardarCompilacion"/></wsdl:message><wsdl:message name="ISubscriptionService_GuardarCompilacion_OutputMessage"><wsdl:part name="parameters" element="tns:GuardarCompilacionResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetAllCompilationsDetailed_InputMessage"><wsdl:part name="parameters" element="tns:GetAllCompilationsDetailed"/></wsdl:message><wsdl:message name="ISubscriptionService_GetAllCompilationsDetailed_OutputMessage"><wsdl:part name="parameters" element="tns:GetAllCompilationsDetailedResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetCompilationByName_InputMessage"><wsdl:part name="parameters" element="tns:GetCompilationByName"/></wsdl:message><wsdl:message name="ISubscriptionService_GetCompilationByName_OutputMessage"><wsdl:part name="parameters" element="tns:GetCompilationByNameResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetCompilationById_InputMessage"><wsdl:part name="parameters" element="tns:GetCompilationById"/></wsdl:message><wsdl:message name="ISubscriptionService_GetCompilationById_OutputMessage"><wsdl:part name="parameters" element="tns:GetCompilationByIdResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetAnualCompilationFee_InputMessage"><wsdl:part name="parameters" element="tns:GetAnualCompilationFee"/></wsdl:message><wsdl:message name="ISubscriptionService_GetAnualCompilationFee_OutputMessage"><wsdl:part name="parameters" element="tns:GetAnualCompilationFeeResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetCompilationFee_InputMessage"><wsdl:part name="parameters" element="tns:GetCompilationFee"/></wsdl:message><wsdl:message name="ISubscriptionService_GetCompilationFee_OutputMessage"><wsdl:part name="parameters" element="tns:GetCompilationFeeResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetAllCompilationFee_InputMessage"><wsdl:part name="parameters" element="tns:GetAllCompilationFee"/></wsdl:message><wsdl:message name="ISubscriptionService_GetAllCompilationFee_OutputMessage"><wsdl:part name="parameters" element="tns:GetAllCompilationFeeResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_SaveDiscount_InputMessage"><wsdl:part name="parameters" element="tns:SaveDiscount"/></wsdl:message><wsdl:message name="ISubscriptionService_SaveDiscount_OutputMessage"><wsdl:part name="parameters" element="tns:SaveDiscountResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetAllCodes_InputMessage"><wsdl:part name="parameters" element="tns:GetAllCodes"/></wsdl:message><wsdl:message name="ISubscriptionService_GetAllCodes_OutputMessage"><wsdl:part name="parameters" element="tns:GetAllCodesResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetAvailableCodes_InputMessage"><wsdl:part name="parameters" element="tns:GetAvailableCodes"/></wsdl:message><wsdl:message name="ISubscriptionService_GetAvailableCodes_OutputMessage"><wsdl:part name="parameters" element="tns:GetAvailableCodesResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetPendingInvitations_InputMessage"><wsdl:part name="parameters" element="tns:GetPendingInvitations"/></wsdl:message><wsdl:message name="ISubscriptionService_GetPendingInvitations_OutputMessage"><wsdl:part name="parameters" element="tns:GetPendingInvitationsResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetLastRefventa_InputMessage"><wsdl:part name="parameters" element="tns:GetLastRefventa"/></wsdl:message><wsdl:message name="ISubscriptionService_GetLastRefventa_OutputMessage"><wsdl:part name="parameters" element="tns:GetLastRefventaResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_AddCompilation_InputMessage"><wsdl:part name="parameters" element="tns:AddCompilation"/></wsdl:message><wsdl:message name="ISubscriptionService_AddCompilation_OutputMessage"><wsdl:part name="parameters" element="tns:AddCompilationResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_RedeemDiscount_InputMessage"><wsdl:part name="parameters" element="tns:RedeemDiscount"/></wsdl:message><wsdl:message name="ISubscriptionService_RedeemDiscount_OutputMessage"><wsdl:part name="parameters" element="tns:RedeemDiscountResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_RedeemDiscountUp_InputMessage"><wsdl:part name="parameters" element="tns:RedeemDiscountUp"/></wsdl:message><wsdl:message name="ISubscriptionService_RedeemDiscountUp_OutputMessage"><wsdl:part name="parameters" element="tns:RedeemDiscountUpResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_SavePurchase_InputMessage"><wsdl:part name="parameters" element="tns:SavePurchase"/></wsdl:message><wsdl:message name="ISubscriptionService_SavePurchase_OutputMessage"><wsdl:part name="parameters" element="tns:SavePurchaseResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_UpdatePurchaseState_InputMessage"><wsdl:part name="parameters" element="tns:UpdatePurchaseState"/></wsdl:message><wsdl:message name="ISubscriptionService_UpdatePurchaseState_OutputMessage"><wsdl:part name="parameters" element="tns:UpdatePurchaseStateResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_SearchUser_InputMessage"><wsdl:part name="parameters" element="tns:SearchUser"/></wsdl:message><wsdl:message name="ISubscriptionService_SearchUser_OutputMessage"><wsdl:part name="parameters" element="tns:SearchUserResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_ActiveInvitation_InputMessage"><wsdl:part name="parameters" element="tns:ActiveInvitation"/></wsdl:message><wsdl:message name="ISubscriptionService_ActiveInvitation_OutputMessage"><wsdl:part name="parameters" element="tns:ActiveInvitationResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetUserPurchases_InputMessage"><wsdl:part name="parameters" element="tns:GetUserPurchases"/></wsdl:message><wsdl:message name="ISubscriptionService_GetUserPurchases_OutputMessage"><wsdl:part name="parameters" element="tns:GetUserPurchasesResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetPurchase_InputMessage"><wsdl:part name="parameters" element="tns:GetPurchase"/></wsdl:message><wsdl:message name="ISubscriptionService_GetPurchase_OutputMessage"><wsdl:part name="parameters" element="tns:GetPurchaseResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetPurchases_InputMessage"><wsdl:part name="parameters" element="tns:GetPurchases"/></wsdl:message><wsdl:message name="ISubscriptionService_GetPurchases_OutputMessage"><wsdl:part name="parameters" element="tns:GetPurchasesResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetSuscriptionstoExpire_InputMessage"><wsdl:part name="parameters" element="tns:GetSuscriptionstoExpire"/></wsdl:message><wsdl:message name="ISubscriptionService_GetSuscriptionstoExpire_OutputMessage"><wsdl:part name="parameters" element="tns:GetSuscriptionstoExpireResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetPurchaseTotals_InputMessage"><wsdl:part name="parameters" element="tns:GetPurchaseTotals"/></wsdl:message><wsdl:message name="ISubscriptionService_GetPurchaseTotals_OutputMessage"><wsdl:part name="parameters" element="tns:GetPurchaseTotalsResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetPurchaseState_InputMessage"><wsdl:part name="parameters" element="tns:GetPurchaseState"/></wsdl:message><wsdl:message name="ISubscriptionService_GetPurchaseState_OutputMessage"><wsdl:part name="parameters" element="tns:GetPurchaseStateResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_ValidateDiscount_InputMessage"><wsdl:part name="parameters" element="tns:ValidateDiscount"/></wsdl:message><wsdl:message name="ISubscriptionService_ValidateDiscount_OutputMessage"><wsdl:part name="parameters" element="tns:ValidateDiscountResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetIdPurchaseStateIniciada_InputMessage"><wsdl:part name="parameters" element="tns:GetIdPurchaseStateIniciada"/></wsdl:message><wsdl:message name="ISubscriptionService_GetIdPurchaseStateIniciada_OutputMessage"><wsdl:part name="parameters" element="tns:GetIdPurchaseStateIniciadaResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetIdPurchaseStateConfirmada_InputMessage"><wsdl:part name="parameters" element="tns:GetIdPurchaseStateConfirmada"/></wsdl:message><wsdl:message name="ISubscriptionService_GetIdPurchaseStateConfirmada_OutputMessage"><wsdl:part name="parameters" element="tns:GetIdPurchaseStateConfirmadaResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetIdPurchaseStateRechaza_InputMessage"><wsdl:part name="parameters" element="tns:GetIdPurchaseStateRechaza"/></wsdl:message><wsdl:message name="ISubscriptionService_GetIdPurchaseStateRechaza_OutputMessage"><wsdl:part name="parameters" element="tns:GetIdPurchaseStateRechazaResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetIdPurchaseStateEsperandoConfirmacion_InputMessage"><wsdl:part name="parameters" element="tns:GetIdPurchaseStateEsperandoConfirmacion"/></wsdl:message><wsdl:message name="ISubscriptionService_GetIdPurchaseStateEsperandoConfirmacion_OutputMessage"><wsdl:part name="parameters" element="tns:GetIdPurchaseStateEsperandoConfirmacionResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetAllEstadosVenta_InputMessage"><wsdl:part name="parameters" element="tns:GetAllEstadosVenta"/></wsdl:message><wsdl:message name="ISubscriptionService_GetAllEstadosVenta_OutputMessage"><wsdl:part name="parameters" element="tns:GetAllEstadosVentaResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_ActivateSuscription_InputMessage"><wsdl:part name="parameters" element="tns:ActivateSuscription"/></wsdl:message><wsdl:message name="ISubscriptionService_ActivateSuscription_OutputMessage"><wsdl:part name="parameters" element="tns:ActivateSuscriptionResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetPurchaseDetail_InputMessage"><wsdl:part name="parameters" element="tns:GetPurchaseDetail"/></wsdl:message><wsdl:message name="ISubscriptionService_GetPurchaseDetail_OutputMessage"><wsdl:part name="parameters" element="tns:GetPurchaseDetailResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_CreatePurchaseFile_InputMessage"><wsdl:part name="parameters" element="tns:CreatePurchaseFile"/></wsdl:message><wsdl:message name="ISubscriptionService_CreatePurchaseFile_OutputMessage"><wsdl:part name="parameters" element="tns:CreatePurchaseFileResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetLastFactura_InputMessage"><wsdl:part name="parameters" element="tns:GetLastFactura"/></wsdl:message><wsdl:message name="ISubscriptionService_GetLastFactura_OutputMessage"><wsdl:part name="parameters" element="tns:GetLastFacturaResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetAvalibleCompilationsID_InputMessage"><wsdl:part name="parameters" element="tns:GetAvalibleCompilationsID"/></wsdl:message><wsdl:message name="ISubscriptionService_GetAvalibleCompilationsID_OutputMessage"><wsdl:part name="parameters" element="tns:GetAvalibleCompilationsIDResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetEnterpriceSuscriptions_InputMessage"><wsdl:part name="parameters" element="tns:GetEnterpriceSuscriptions"/></wsdl:message><wsdl:message name="ISubscriptionService_GetEnterpriceSuscriptions_OutputMessage"><wsdl:part name="parameters" element="tns:GetEnterpriceSuscriptionsResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_AddAllSusToAllEmp_InputMessage"><wsdl:part name="parameters" element="tns:AddAllSusToAllEmp"/></wsdl:message><wsdl:message name="ISubscriptionService_AddAllSusToAllEmp_OutputMessage"><wsdl:part name="parameters" element="tns:AddAllSusToAllEmpResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetEnterpriceSuscriptionsMembers_InputMessage"><wsdl:part name="parameters" element="tns:GetEnterpriceSuscriptionsMembers"/></wsdl:message><wsdl:message name="ISubscriptionService_GetEnterpriceSuscriptionsMembers_OutputMessage"><wsdl:part name="parameters" element="tns:GetEnterpriceSuscriptionsMembersResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_AddEnterpriceSuscriptionsMembers_InputMessage"><wsdl:part name="parameters" element="tns:AddEnterpriceSuscriptionsMembers"/></wsdl:message><wsdl:message name="ISubscriptionService_AddEnterpriceSuscriptionsMembers_OutputMessage"><wsdl:part name="parameters" element="tns:AddEnterpriceSuscriptionsMembersResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_RemoveEnterpriceSuscriptionsMembers_InputMessage"><wsdl:part name="parameters" element="tns:RemoveEnterpriceSuscriptionsMembers"/></wsdl:message><wsdl:message name="ISubscriptionService_RemoveEnterpriceSuscriptionsMembers_OutputMessage"><wsdl:part name="parameters" element="tns:RemoveEnterpriceSuscriptionsMembersResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_CreateEnterSuscrip_InputMessage"><wsdl:part name="parameters" element="tns:CreateEnterSuscrip"/></wsdl:message><wsdl:message name="ISubscriptionService_CreateEnterSuscrip_OutputMessage"><wsdl:part name="parameters" element="tns:CreateEnterSuscripResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetTiposBusquedas_InputMessage"><wsdl:part name="parameters" element="tns:GetTiposBusquedas"/></wsdl:message><wsdl:message name="ISubscriptionService_GetTiposBusquedas_OutputMessage"><wsdl:part name="parameters" element="tns:GetTiposBusquedasResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetDatosFactura_InputMessage"><wsdl:part name="parameters" element="tns:GetDatosFactura"/></wsdl:message><wsdl:message name="ISubscriptionService_GetDatosFactura_OutputMessage"><wsdl:part name="parameters" element="tns:GetDatosFacturaResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_CreateDatosFactura_InputMessage"><wsdl:part name="parameters" element="tns:CreateDatosFactura"/></wsdl:message><wsdl:message name="ISubscriptionService_CreateDatosFactura_OutputMessage"><wsdl:part name="parameters" element="tns:CreateDatosFacturaResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_createPR_Plan_InputMessage"><wsdl:part name="parameters" element="tns:createPR_Plan"/></wsdl:message><wsdl:message name="ISubscriptionService_createPR_Plan_OutputMessage"><wsdl:part name="parameters" element="tns:createPR_PlanResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_updatePR_Plan_InputMessage"><wsdl:part name="parameters" element="tns:updatePR_Plan"/></wsdl:message><wsdl:message name="ISubscriptionService_updatePR_Plan_OutputMessage"><wsdl:part name="parameters" element="tns:updatePR_PlanResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetPR_PlanesActivos_InputMessage"><wsdl:part name="parameters" element="tns:GetPR_PlanesActivos"/></wsdl:message><wsdl:message name="ISubscriptionService_GetPR_PlanesActivos_OutputMessage"><wsdl:part name="parameters" element="tns:GetPR_PlanesActivosResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetPR_PlanCode_InputMessage"><wsdl:part name="parameters" element="tns:GetPR_PlanCode"/></wsdl:message><wsdl:message name="ISubscriptionService_GetPR_PlanCode_OutputMessage"><wsdl:part name="parameters" element="tns:GetPR_PlanCodeResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetPR_Plan_InputMessage"><wsdl:part name="parameters" element="tns:GetPR_Plan"/></wsdl:message><wsdl:message name="ISubscriptionService_GetPR_Plan_OutputMessage"><wsdl:part name="parameters" element="tns:GetPR_PlanResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_createPR_Suscripcion_InputMessage"><wsdl:part name="parameters" element="tns:createPR_Suscripcion"/></wsdl:message><wsdl:message name="ISubscriptionService_createPR_Suscripcion_OutputMessage"><wsdl:part name="parameters" element="tns:createPR_SuscripcionResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_updatePR_Suscription_InputMessage"><wsdl:part name="parameters" element="tns:updatePR_Suscription"/></wsdl:message><wsdl:message name="ISubscriptionService_updatePR_Suscription_OutputMessage"><wsdl:part name="parameters" element="tns:updatePR_SuscriptionResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_cancelPR_Suscripcion_InputMessage"><wsdl:part name="parameters" element="tns:cancelPR_Suscripcion"/></wsdl:message><wsdl:message name="ISubscriptionService_cancelPR_Suscripcion_OutputMessage"><wsdl:part name="parameters" element="tns:cancelPR_SuscripcionResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_isPeriodoPruebaDisponible_InputMessage"><wsdl:part name="parameters" element="tns:isPeriodoPruebaDisponible"/></wsdl:message><wsdl:message name="ISubscriptionService_isPeriodoPruebaDisponible_OutputMessage"><wsdl:part name="parameters" element="tns:isPeriodoPruebaDisponibleResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_isSuscripcionActiva_InputMessage"><wsdl:part name="parameters" element="tns:isSuscripcionActiva"/></wsdl:message><wsdl:message name="ISubscriptionService_isSuscripcionActiva_OutputMessage"><wsdl:part name="parameters" element="tns:isSuscripcionActivaResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetPR_SuscripcionActiva_InputMessage"><wsdl:part name="parameters" element="tns:GetPR_SuscripcionActiva"/></wsdl:message><wsdl:message name="ISubscriptionService_GetPR_SuscripcionActiva_OutputMessage"><wsdl:part name="parameters" element="tns:GetPR_SuscripcionActivaResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_createPR_Purcahse_InputMessage"><wsdl:part name="parameters" element="tns:createPR_Purcahse"/></wsdl:message><wsdl:message name="ISubscriptionService_createPR_Purcahse_OutputMessage"><wsdl:part name="parameters" element="tns:createPR_PurcahseResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetDatosPR_Suscripciones_InputMessage"><wsdl:part name="parameters" element="tns:GetDatosPR_Suscripciones"/></wsdl:message><wsdl:message name="ISubscriptionService_GetDatosPR_Suscripciones_OutputMessage"><wsdl:part name="parameters" element="tns:GetDatosPR_SuscripcionesResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetFacturasXidUser_InputMessage"><wsdl:part name="parameters" element="tns:GetFacturasXidUser"/></wsdl:message><wsdl:message name="ISubscriptionService_GetFacturasXidUser_OutputMessage"><wsdl:part name="parameters" element="tns:GetFacturasXidUserResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetPR_SuscripcionPagoPendiente_InputMessage"><wsdl:part name="parameters" element="tns:GetPR_SuscripcionPagoPendiente"/></wsdl:message><wsdl:message name="ISubscriptionService_GetPR_SuscripcionPagoPendiente_OutputMessage"><wsdl:part name="parameters" element="tns:GetPR_SuscripcionPagoPendienteResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetPR_SuscripcionXProvId_InputMessage"><wsdl:part name="parameters" element="tns:GetPR_SuscripcionXProvId"/></wsdl:message><wsdl:message name="ISubscriptionService_GetPR_SuscripcionXProvId_OutputMessage"><wsdl:part name="parameters" element="tns:GetPR_SuscripcionXProvIdResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetUltimaSuscripcion_InputMessage"><wsdl:part name="parameters" element="tns:GetUltimaSuscripcion"/></wsdl:message><wsdl:message name="ISubscriptionService_GetUltimaSuscripcion_OutputMessage"><wsdl:part name="parameters" element="tns:GetUltimaSuscripcionResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetUsuarioDatosFacturacion_InputMessage"><wsdl:part name="parameters" element="tns:GetUsuarioDatosFacturacion"/></wsdl:message><wsdl:message name="ISubscriptionService_GetUsuarioDatosFacturacion_OutputMessage"><wsdl:part name="parameters" element="tns:GetUsuarioDatosFacturacionResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_AnularFactura_InputMessage"><wsdl:part name="parameters" element="tns:AnularFactura"/></wsdl:message><wsdl:message name="ISubscriptionService_AnularFactura_OutputMessage"><wsdl:part name="parameters" element="tns:AnularFacturaResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_updateUserBillData_InputMessage"><wsdl:part name="parameters" element="tns:updateUserBillData"/></wsdl:message><wsdl:message name="ISubscriptionService_updateUserBillData_OutputMessage"><wsdl:part name="parameters" element="tns:updateUserBillDataResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_GetBusquedaConteos_InputMessage"><wsdl:part name="parameters" element="tns:GetBusquedaConteos"/></wsdl:message><wsdl:message name="ISubscriptionService_GetBusquedaConteos_OutputMessage"><wsdl:part name="parameters" element="tns:GetBusquedaConteosResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_SetUserBusquedaConteos_InputMessage"><wsdl:part name="parameters" element="tns:SetUserBusquedaConteos"/></wsdl:message><wsdl:message name="ISubscriptionService_SetUserBusquedaConteos_OutputMessage"><wsdl:part name="parameters" element="tns:SetUserBusquedaConteosResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_addColaActivacion_InputMessage"><wsdl:part name="parameters" element="tns:addColaActivacion"/></wsdl:message><wsdl:message name="ISubscriptionService_addColaActivacion_OutputMessage"><wsdl:part name="parameters" element="tns:addColaActivacionResponse"/></wsdl:message><wsdl:message name="ISubscriptionService_ActivarDeCola_InputMessage"><wsdl:part name="parameters" element="tns:ActivarDeCola"/></wsdl:message><wsdl:message name="ISubscriptionService_ActivarDeCola_OutputMessage"><wsdl:part name="parameters" element="tns:ActivarDeColaResponse"/></wsdl:message><wsdl:portType name="ISubscriptionService"><wsdl:operation name="GetAvalibleCompilations"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetAvalibleCompilations" message="tns:ISubscriptionService_GetAvalibleCompilations_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetAvalibleCompilationsResponse" message="tns:ISubscriptionService_GetAvalibleCompilations_OutputMessage"/></wsdl:operation><wsdl:operation name="GetRenewableCompilations"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetRenewableCompilations" message="tns:ISubscriptionService_GetRenewableCompilations_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetRenewableCompilationsResponse" message="tns:ISubscriptionService_GetRenewableCompilations_OutputMessage"/></wsdl:operation><wsdl:operation name="GetOwnedCompilations"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetOwnedCompilations" message="tns:ISubscriptionService_GetOwnedCompilations_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetOwnedCompilationsResponse" message="tns:ISubscriptionService_GetOwnedCompilations_OutputMessage"/></wsdl:operation><wsdl:operation name="GetOwnedSubscriptions"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetOwnedSubscriptions" message="tns:ISubscriptionService_GetOwnedSubscriptions_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetOwnedSubscriptionsResponse" message="tns:ISubscriptionService_GetOwnedSubscriptions_OutputMessage"/></wsdl:operation><wsdl:operation name="AddSubscription"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/AddSubscription" message="tns:ISubscriptionService_AddSubscription_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/AddSubscriptionResponse" message="tns:ISubscriptionService_AddSubscription_OutputMessage"/></wsdl:operation><wsdl:operation name="CheckOut"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/CheckOut" message="tns:ISubscriptionService_CheckOut_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/CheckOutResponse" message="tns:ISubscriptionService_CheckOut_OutputMessage"/></wsdl:operation><wsdl:operation name="LoadCompilacion"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/LoadCompilacion" message="tns:ISubscriptionService_LoadCompilacion_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/LoadCompilacionResponse" message="tns:ISubscriptionService_LoadCompilacion_OutputMessage"/></wsdl:operation><wsdl:operation name="GetDiscount"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetDiscount" message="tns:ISubscriptionService_GetDiscount_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetDiscountResponse" message="tns:ISubscriptionService_GetDiscount_OutputMessage"/></wsdl:operation><wsdl:operation name="GuardarCompilacion"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GuardarCompilacion" message="tns:ISubscriptionService_GuardarCompilacion_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GuardarCompilacionResponse" message="tns:ISubscriptionService_GuardarCompilacion_OutputMessage"/></wsdl:operation><wsdl:operation name="GetAllCompilationsDetailed"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetAllCompilationsDetailed" message="tns:ISubscriptionService_GetAllCompilationsDetailed_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetAllCompilationsDetailedResponse" message="tns:ISubscriptionService_GetAllCompilationsDetailed_OutputMessage"/></wsdl:operation><wsdl:operation name="GetCompilationByName"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetCompilationByName" message="tns:ISubscriptionService_GetCompilationByName_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetCompilationByNameResponse" message="tns:ISubscriptionService_GetCompilationByName_OutputMessage"/></wsdl:operation><wsdl:operation name="GetCompilationById"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetCompilationById" message="tns:ISubscriptionService_GetCompilationById_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetCompilationByIdResponse" message="tns:ISubscriptionService_GetCompilationById_OutputMessage"/></wsdl:operation><wsdl:operation name="GetAnualCompilationFee"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetAnualCompilationFee" message="tns:ISubscriptionService_GetAnualCompilationFee_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetAnualCompilationFeeResponse" message="tns:ISubscriptionService_GetAnualCompilationFee_OutputMessage"/></wsdl:operation><wsdl:operation name="GetCompilationFee"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetCompilationFee" message="tns:ISubscriptionService_GetCompilationFee_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetCompilationFeeResponse" message="tns:ISubscriptionService_GetCompilationFee_OutputMessage"/></wsdl:operation><wsdl:operation name="GetAllCompilationFee"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetAllCompilationFee" message="tns:ISubscriptionService_GetAllCompilationFee_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetAllCompilationFeeResponse" message="tns:ISubscriptionService_GetAllCompilationFee_OutputMessage"/></wsdl:operation><wsdl:operation name="SaveDiscount"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/SaveDiscount" message="tns:ISubscriptionService_SaveDiscount_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/SaveDiscountResponse" message="tns:ISubscriptionService_SaveDiscount_OutputMessage"/></wsdl:operation><wsdl:operation name="GetAllCodes"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetAllCodes" message="tns:ISubscriptionService_GetAllCodes_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetAllCodesResponse" message="tns:ISubscriptionService_GetAllCodes_OutputMessage"/></wsdl:operation><wsdl:operation name="GetAvailableCodes"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetAvailableCodes" message="tns:ISubscriptionService_GetAvailableCodes_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetAvailableCodesResponse" message="tns:ISubscriptionService_GetAvailableCodes_OutputMessage"/></wsdl:operation><wsdl:operation name="GetPendingInvitations"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetPendingInvitations" message="tns:ISubscriptionService_GetPendingInvitations_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetPendingInvitationsResponse" message="tns:ISubscriptionService_GetPendingInvitations_OutputMessage"/></wsdl:operation><wsdl:operation name="GetLastRefventa"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetLastRefventa" message="tns:ISubscriptionService_GetLastRefventa_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetLastRefventaResponse" message="tns:ISubscriptionService_GetLastRefventa_OutputMessage"/></wsdl:operation><wsdl:operation name="AddCompilation"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/AddCompilation" message="tns:ISubscriptionService_AddCompilation_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/AddCompilationResponse" message="tns:ISubscriptionService_AddCompilation_OutputMessage"/></wsdl:operation><wsdl:operation name="RedeemDiscount"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/RedeemDiscount" message="tns:ISubscriptionService_RedeemDiscount_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/RedeemDiscountResponse" message="tns:ISubscriptionService_RedeemDiscount_OutputMessage"/></wsdl:operation><wsdl:operation name="RedeemDiscountUp"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/RedeemDiscountUp" message="tns:ISubscriptionService_RedeemDiscountUp_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/RedeemDiscountUpResponse" message="tns:ISubscriptionService_RedeemDiscountUp_OutputMessage"/></wsdl:operation><wsdl:operation name="SavePurchase"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/SavePurchase" message="tns:ISubscriptionService_SavePurchase_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/SavePurchaseResponse" message="tns:ISubscriptionService_SavePurchase_OutputMessage"/></wsdl:operation><wsdl:operation name="UpdatePurchaseState"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/UpdatePurchaseState" message="tns:ISubscriptionService_UpdatePurchaseState_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/UpdatePurchaseStateResponse" message="tns:ISubscriptionService_UpdatePurchaseState_OutputMessage"/></wsdl:operation><wsdl:operation name="SearchUser"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/SearchUser" message="tns:ISubscriptionService_SearchUser_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/SearchUserResponse" message="tns:ISubscriptionService_SearchUser_OutputMessage"/></wsdl:operation><wsdl:operation name="ActiveInvitation"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/ActiveInvitation" message="tns:ISubscriptionService_ActiveInvitation_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/ActiveInvitationResponse" message="tns:ISubscriptionService_ActiveInvitation_OutputMessage"/></wsdl:operation><wsdl:operation name="GetUserPurchases"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetUserPurchases" message="tns:ISubscriptionService_GetUserPurchases_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetUserPurchasesResponse" message="tns:ISubscriptionService_GetUserPurchases_OutputMessage"/></wsdl:operation><wsdl:operation name="GetPurchase"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetPurchase" message="tns:ISubscriptionService_GetPurchase_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetPurchaseResponse" message="tns:ISubscriptionService_GetPurchase_OutputMessage"/></wsdl:operation><wsdl:operation name="GetPurchases"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetPurchases" message="tns:ISubscriptionService_GetPurchases_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetPurchasesResponse" message="tns:ISubscriptionService_GetPurchases_OutputMessage"/></wsdl:operation><wsdl:operation name="GetSuscriptionstoExpire"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetSuscriptionstoExpire" message="tns:ISubscriptionService_GetSuscriptionstoExpire_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetSuscriptionstoExpireResponse" message="tns:ISubscriptionService_GetSuscriptionstoExpire_OutputMessage"/></wsdl:operation><wsdl:operation name="GetPurchaseTotals"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetPurchaseTotals" message="tns:ISubscriptionService_GetPurchaseTotals_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetPurchaseTotalsResponse" message="tns:ISubscriptionService_GetPurchaseTotals_OutputMessage"/></wsdl:operation><wsdl:operation name="GetPurchaseState"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetPurchaseState" message="tns:ISubscriptionService_GetPurchaseState_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetPurchaseStateResponse" message="tns:ISubscriptionService_GetPurchaseState_OutputMessage"/></wsdl:operation><wsdl:operation name="ValidateDiscount"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/ValidateDiscount" message="tns:ISubscriptionService_ValidateDiscount_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/ValidateDiscountResponse" message="tns:ISubscriptionService_ValidateDiscount_OutputMessage"/></wsdl:operation><wsdl:operation name="GetIdPurchaseStateIniciada"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetIdPurchaseStateIniciada" message="tns:ISubscriptionService_GetIdPurchaseStateIniciada_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetIdPurchaseStateIniciadaResponse" message="tns:ISubscriptionService_GetIdPurchaseStateIniciada_OutputMessage"/></wsdl:operation><wsdl:operation name="GetIdPurchaseStateConfirmada"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetIdPurchaseStateConfirmada" message="tns:ISubscriptionService_GetIdPurchaseStateConfirmada_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetIdPurchaseStateConfirmadaResponse" message="tns:ISubscriptionService_GetIdPurchaseStateConfirmada_OutputMessage"/></wsdl:operation><wsdl:operation name="GetIdPurchaseStateRechaza"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetIdPurchaseStateRechaza" message="tns:ISubscriptionService_GetIdPurchaseStateRechaza_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetIdPurchaseStateRechazaResponse" message="tns:ISubscriptionService_GetIdPurchaseStateRechaza_OutputMessage"/></wsdl:operation><wsdl:operation name="GetIdPurchaseStateEsperandoConfirmacion"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetIdPurchaseStateEsperandoConfirmacion" message="tns:ISubscriptionService_GetIdPurchaseStateEsperandoConfirmacion_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetIdPurchaseStateEsperandoConfirmacionResponse" message="tns:ISubscriptionService_GetIdPurchaseStateEsperandoConfirmacion_OutputMessage"/></wsdl:operation><wsdl:operation name="GetAllEstadosVenta"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetAllEstadosVenta" message="tns:ISubscriptionService_GetAllEstadosVenta_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetAllEstadosVentaResponse" message="tns:ISubscriptionService_GetAllEstadosVenta_OutputMessage"/></wsdl:operation><wsdl:operation name="ActivateSuscription"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/ActivateSuscription" message="tns:ISubscriptionService_ActivateSuscription_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/ActivateSuscriptionResponse" message="tns:ISubscriptionService_ActivateSuscription_OutputMessage"/></wsdl:operation><wsdl:operation name="GetPurchaseDetail"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetPurchaseDetail" message="tns:ISubscriptionService_GetPurchaseDetail_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetPurchaseDetailResponse" message="tns:ISubscriptionService_GetPurchaseDetail_OutputMessage"/></wsdl:operation><wsdl:operation name="CreatePurchaseFile"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/CreatePurchaseFile" message="tns:ISubscriptionService_CreatePurchaseFile_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/CreatePurchaseFileResponse" message="tns:ISubscriptionService_CreatePurchaseFile_OutputMessage"/></wsdl:operation><wsdl:operation name="GetLastFactura"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetLastFactura" message="tns:ISubscriptionService_GetLastFactura_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetLastFacturaResponse" message="tns:ISubscriptionService_GetLastFactura_OutputMessage"/></wsdl:operation><wsdl:operation name="GetAvalibleCompilationsID"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetAvalibleCompilationsID" message="tns:ISubscriptionService_GetAvalibleCompilationsID_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetAvalibleCompilationsIDResponse" message="tns:ISubscriptionService_GetAvalibleCompilationsID_OutputMessage"/></wsdl:operation><wsdl:operation name="GetEnterpriceSuscriptions"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetEnterpriceSuscriptions" message="tns:ISubscriptionService_GetEnterpriceSuscriptions_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetEnterpriceSuscriptionsResponse" message="tns:ISubscriptionService_GetEnterpriceSuscriptions_OutputMessage"/></wsdl:operation><wsdl:operation name="AddAllSusToAllEmp"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/AddAllSusToAllEmp" message="tns:ISubscriptionService_AddAllSusToAllEmp_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/AddAllSusToAllEmpResponse" message="tns:ISubscriptionService_AddAllSusToAllEmp_OutputMessage"/></wsdl:operation><wsdl:operation name="GetEnterpriceSuscriptionsMembers"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetEnterpriceSuscriptionsMembers" message="tns:ISubscriptionService_GetEnterpriceSuscriptionsMembers_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetEnterpriceSuscriptionsMembersResponse" message="tns:ISubscriptionService_GetEnterpriceSuscriptionsMembers_OutputMessage"/></wsdl:operation><wsdl:operation name="AddEnterpriceSuscriptionsMembers"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/AddEnterpriceSuscriptionsMembers" message="tns:ISubscriptionService_AddEnterpriceSuscriptionsMembers_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/AddEnterpriceSuscriptionsMembersResponse" message="tns:ISubscriptionService_AddEnterpriceSuscriptionsMembers_OutputMessage"/></wsdl:operation><wsdl:operation name="RemoveEnterpriceSuscriptionsMembers"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/RemoveEnterpriceSuscriptionsMembers" message="tns:ISubscriptionService_RemoveEnterpriceSuscriptionsMembers_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/RemoveEnterpriceSuscriptionsMembersResponse" message="tns:ISubscriptionService_RemoveEnterpriceSuscriptionsMembers_OutputMessage"/></wsdl:operation><wsdl:operation name="CreateEnterSuscrip"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/CreateEnterSuscrip" message="tns:ISubscriptionService_CreateEnterSuscrip_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/CreateEnterSuscripResponse" message="tns:ISubscriptionService_CreateEnterSuscrip_OutputMessage"/></wsdl:operation><wsdl:operation name="GetTiposBusquedas"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetTiposBusquedas" message="tns:ISubscriptionService_GetTiposBusquedas_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetTiposBusquedasResponse" message="tns:ISubscriptionService_GetTiposBusquedas_OutputMessage"/></wsdl:operation><wsdl:operation name="GetDatosFactura"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetDatosFactura" message="tns:ISubscriptionService_GetDatosFactura_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetDatosFacturaResponse" message="tns:ISubscriptionService_GetDatosFactura_OutputMessage"/></wsdl:operation><wsdl:operation name="CreateDatosFactura"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/CreateDatosFactura" message="tns:ISubscriptionService_CreateDatosFactura_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/CreateDatosFacturaResponse" message="tns:ISubscriptionService_CreateDatosFactura_OutputMessage"/></wsdl:operation><wsdl:operation name="createPR_Plan"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/createPR_Plan" message="tns:ISubscriptionService_createPR_Plan_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/createPR_PlanResponse" message="tns:ISubscriptionService_createPR_Plan_OutputMessage"/></wsdl:operation><wsdl:operation name="updatePR_Plan"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/updatePR_Plan" message="tns:ISubscriptionService_updatePR_Plan_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/updatePR_PlanResponse" message="tns:ISubscriptionService_updatePR_Plan_OutputMessage"/></wsdl:operation><wsdl:operation name="GetPR_PlanesActivos"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetPR_PlanesActivos" message="tns:ISubscriptionService_GetPR_PlanesActivos_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetPR_PlanesActivosResponse" message="tns:ISubscriptionService_GetPR_PlanesActivos_OutputMessage"/></wsdl:operation><wsdl:operation name="GetPR_PlanCode"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetPR_PlanCode" message="tns:ISubscriptionService_GetPR_PlanCode_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetPR_PlanCodeResponse" message="tns:ISubscriptionService_GetPR_PlanCode_OutputMessage"/></wsdl:operation><wsdl:operation name="GetPR_Plan"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetPR_Plan" message="tns:ISubscriptionService_GetPR_Plan_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetPR_PlanResponse" message="tns:ISubscriptionService_GetPR_Plan_OutputMessage"/></wsdl:operation><wsdl:operation name="createPR_Suscripcion"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/createPR_Suscripcion" message="tns:ISubscriptionService_createPR_Suscripcion_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/createPR_SuscripcionResponse" message="tns:ISubscriptionService_createPR_Suscripcion_OutputMessage"/></wsdl:operation><wsdl:operation name="updatePR_Suscription"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/updatePR_Suscription" message="tns:ISubscriptionService_updatePR_Suscription_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/updatePR_SuscriptionResponse" message="tns:ISubscriptionService_updatePR_Suscription_OutputMessage"/></wsdl:operation><wsdl:operation name="cancelPR_Suscripcion"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/cancelPR_Suscripcion" message="tns:ISubscriptionService_cancelPR_Suscripcion_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/cancelPR_SuscripcionResponse" message="tns:ISubscriptionService_cancelPR_Suscripcion_OutputMessage"/></wsdl:operation><wsdl:operation name="isPeriodoPruebaDisponible"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/isPeriodoPruebaDisponible" message="tns:ISubscriptionService_isPeriodoPruebaDisponible_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/isPeriodoPruebaDisponibleResponse" message="tns:ISubscriptionService_isPeriodoPruebaDisponible_OutputMessage"/></wsdl:operation><wsdl:operation name="isSuscripcionActiva"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/isSuscripcionActiva" message="tns:ISubscriptionService_isSuscripcionActiva_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/isSuscripcionActivaResponse" message="tns:ISubscriptionService_isSuscripcionActiva_OutputMessage"/></wsdl:operation><wsdl:operation name="GetPR_SuscripcionActiva"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetPR_SuscripcionActiva" message="tns:ISubscriptionService_GetPR_SuscripcionActiva_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetPR_SuscripcionActivaResponse" message="tns:ISubscriptionService_GetPR_SuscripcionActiva_OutputMessage"/></wsdl:operation><wsdl:operation name="createPR_Purcahse"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/createPR_Purcahse" message="tns:ISubscriptionService_createPR_Purcahse_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/createPR_PurcahseResponse" message="tns:ISubscriptionService_createPR_Purcahse_OutputMessage"/></wsdl:operation><wsdl:operation name="GetDatosPR_Suscripciones"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetDatosPR_Suscripciones" message="tns:ISubscriptionService_GetDatosPR_Suscripciones_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetDatosPR_SuscripcionesResponse" message="tns:ISubscriptionService_GetDatosPR_Suscripciones_OutputMessage"/></wsdl:operation><wsdl:operation name="GetFacturasXidUser"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetFacturasXidUser" message="tns:ISubscriptionService_GetFacturasXidUser_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetFacturasXidUserResponse" message="tns:ISubscriptionService_GetFacturasXidUser_OutputMessage"/></wsdl:operation><wsdl:operation name="GetPR_SuscripcionPagoPendiente"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetPR_SuscripcionPagoPendiente" message="tns:ISubscriptionService_GetPR_SuscripcionPagoPendiente_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetPR_SuscripcionPagoPendienteResponse" message="tns:ISubscriptionService_GetPR_SuscripcionPagoPendiente_OutputMessage"/></wsdl:operation><wsdl:operation name="GetPR_SuscripcionXProvId"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetPR_SuscripcionXProvId" message="tns:ISubscriptionService_GetPR_SuscripcionXProvId_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetPR_SuscripcionXProvIdResponse" message="tns:ISubscriptionService_GetPR_SuscripcionXProvId_OutputMessage"/></wsdl:operation><wsdl:operation name="GetUltimaSuscripcion"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetUltimaSuscripcion" message="tns:ISubscriptionService_GetUltimaSuscripcion_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetUltimaSuscripcionResponse" message="tns:ISubscriptionService_GetUltimaSuscripcion_OutputMessage"/></wsdl:operation><wsdl:operation name="GetUsuarioDatosFacturacion"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetUsuarioDatosFacturacion" message="tns:ISubscriptionService_GetUsuarioDatosFacturacion_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetUsuarioDatosFacturacionResponse" message="tns:ISubscriptionService_GetUsuarioDatosFacturacion_OutputMessage"/></wsdl:operation><wsdl:operation name="AnularFactura"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/AnularFactura" message="tns:ISubscriptionService_AnularFactura_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/AnularFacturaResponse" message="tns:ISubscriptionService_AnularFactura_OutputMessage"/></wsdl:operation><wsdl:operation name="updateUserBillData"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/updateUserBillData" message="tns:ISubscriptionService_updateUserBillData_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/updateUserBillDataResponse" message="tns:ISubscriptionService_updateUserBillData_OutputMessage"/></wsdl:operation><wsdl:operation name="GetBusquedaConteos"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/GetBusquedaConteos" message="tns:ISubscriptionService_GetBusquedaConteos_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/GetBusquedaConteosResponse" message="tns:ISubscriptionService_GetBusquedaConteos_OutputMessage"/></wsdl:operation><wsdl:operation name="SetUserBusquedaConteos"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/SetUserBusquedaConteos" message="tns:ISubscriptionService_SetUserBusquedaConteos_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/SetUserBusquedaConteosResponse" message="tns:ISubscriptionService_SetUserBusquedaConteos_OutputMessage"/></wsdl:operation><wsdl:operation name="addColaActivacion"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/addColaActivacion" message="tns:ISubscriptionService_addColaActivacion_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/addColaActivacionResponse" message="tns:ISubscriptionService_addColaActivacion_OutputMessage"/></wsdl:operation><wsdl:operation name="ActivarDeCola"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionService/ActivarDeCola" message="tns:ISubscriptionService_ActivarDeCola_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionService/ActivarDeColaResponse" message="tns:ISubscriptionService_ActivarDeCola_OutputMessage"/></wsdl:operation></wsdl:portType><wsdl:binding name="BasicHttp2" type="tns:ISubscriptionService"><soap:binding transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="GetAvalibleCompilations"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetAvalibleCompilations" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetRenewableCompilations"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetRenewableCompilations" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetOwnedCompilations"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetOwnedCompilations" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetOwnedSubscriptions"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetOwnedSubscriptions" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="AddSubscription"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/AddSubscription" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CheckOut"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/CheckOut" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="LoadCompilacion"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/LoadCompilacion" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDiscount"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetDiscount" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GuardarCompilacion"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GuardarCompilacion" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetAllCompilationsDetailed"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetAllCompilationsDetailed" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetCompilationByName"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetCompilationByName" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetCompilationById"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetCompilationById" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetAnualCompilationFee"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetAnualCompilationFee" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetCompilationFee"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetCompilationFee" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetAllCompilationFee"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetAllCompilationFee" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveDiscount"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/SaveDiscount" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetAllCodes"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetAllCodes" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetAvailableCodes"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetAvailableCodes" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetPendingInvitations"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetPendingInvitations" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetLastRefventa"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetLastRefventa" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="AddCompilation"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/AddCompilation" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="RedeemDiscount"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/RedeemDiscount" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="RedeemDiscountUp"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/RedeemDiscountUp" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SavePurchase"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/SavePurchase" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="UpdatePurchaseState"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/UpdatePurchaseState" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SearchUser"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/SearchUser" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ActiveInvitation"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/ActiveInvitation" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetUserPurchases"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetUserPurchases" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetPurchase"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetPurchase" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetPurchases"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetPurchases" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetSuscriptionstoExpire"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetSuscriptionstoExpire" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetPurchaseTotals"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetPurchaseTotals" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetPurchaseState"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetPurchaseState" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ValidateDiscount"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/ValidateDiscount" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetIdPurchaseStateIniciada"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetIdPurchaseStateIniciada" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetIdPurchaseStateConfirmada"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetIdPurchaseStateConfirmada" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetIdPurchaseStateRechaza"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetIdPurchaseStateRechaza" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetIdPurchaseStateEsperandoConfirmacion"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetIdPurchaseStateEsperandoConfirmacion" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetAllEstadosVenta"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetAllEstadosVenta" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ActivateSuscription"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/ActivateSuscription" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetPurchaseDetail"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetPurchaseDetail" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CreatePurchaseFile"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/CreatePurchaseFile" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetLastFactura"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetLastFactura" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetAvalibleCompilationsID"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetAvalibleCompilationsID" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetEnterpriceSuscriptions"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetEnterpriceSuscriptions" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="AddAllSusToAllEmp"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/AddAllSusToAllEmp" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetEnterpriceSuscriptionsMembers"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetEnterpriceSuscriptionsMembers" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="AddEnterpriceSuscriptionsMembers"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/AddEnterpriceSuscriptionsMembers" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="RemoveEnterpriceSuscriptionsMembers"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/RemoveEnterpriceSuscriptionsMembers" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CreateEnterSuscrip"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/CreateEnterSuscrip" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetTiposBusquedas"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetTiposBusquedas" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDatosFactura"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetDatosFactura" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="CreateDatosFactura"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/CreateDatosFactura" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="createPR_Plan"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/createPR_Plan" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="updatePR_Plan"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/updatePR_Plan" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetPR_PlanesActivos"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetPR_PlanesActivos" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetPR_PlanCode"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetPR_PlanCode" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetPR_Plan"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetPR_Plan" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="createPR_Suscripcion"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/createPR_Suscripcion" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="updatePR_Suscription"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/updatePR_Suscription" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="cancelPR_Suscripcion"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/cancelPR_Suscripcion" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="isPeriodoPruebaDisponible"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/isPeriodoPruebaDisponible" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="isSuscripcionActiva"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/isSuscripcionActiva" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetPR_SuscripcionActiva"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetPR_SuscripcionActiva" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="createPR_Purcahse"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/createPR_Purcahse" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetDatosPR_Suscripciones"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetDatosPR_Suscripciones" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetFacturasXidUser"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetFacturasXidUser" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetPR_SuscripcionPagoPendiente"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetPR_SuscripcionPagoPendiente" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetPR_SuscripcionXProvId"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetPR_SuscripcionXProvId" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetUltimaSuscripcion"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetUltimaSuscripcion" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetUsuarioDatosFacturacion"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetUsuarioDatosFacturacion" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="AnularFactura"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/AnularFactura" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="updateUserBillData"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/updateUserBillData" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetBusquedaConteos"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/GetBusquedaConteos" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SetUserBusquedaConteos"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/SetUserBusquedaConteos" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="addColaActivacion"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/addColaActivacion" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ActivarDeCola"><soap:operation soapAction="http://tempuri.org/ISubscriptionService/ActivarDeCola" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation></wsdl:binding><wsdl:service name="SubscriptionService"><wsdl:port name="BasicHttp2" binding="tns:BasicHttp2"><soap:address location="http://wwww.redjurista.com/SubscriptionService.svc"/></wsdl:port></wsdl:service></wsdl:definitions>