<?xml version="1.0" encoding="utf-8"?><edmx:Edmx Version="4.0" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx"><edmx:DataServices><Schema Namespace="Infosoft.S4.Reporting.ReadModel" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="Subscriber"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="ExternalId" Type="Edm.String" /><Property Name="SubscriberNumber" Type="Edm.Int64" /><Property Name="Name" Type="Edm.String" /><Property Name="Phone" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="City" Type="Edm.String" /><Property Name="Zip" Type="Edm.String" /><Property Name="Country" Type="Edm.String" /><Property Name="AddressLines" Type="Edm.String" /><Property Name="ContactId" Type="Edm.Guid" /><Property Name="CareOf" Type="Edm.String" /><Property Name="AddressLineList" Type="Collection(Edm.String)" /><Property Name="Timestamp" Type="Edm.DateTimeOffset" Nullable="false" /></EntityType><EntityType Name="SubscriberContact"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="SubscriberId" Type="Edm.Guid" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="Phone" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="City" Type="Edm.String" /><Property Name="Zip" Type="Edm.String" /><Property Name="Country" Type="Edm.String" /><Property Name="AddressLines" Type="Edm.String" /><Property Name="IsPrimary" Type="Edm.Boolean" Nullable="false" /><Property Name="Identifications" Type="Edm.String" /><Property Name="CareOf" Type="Edm.String" /></EntityType><EntityType Name="Organization"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="Description" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="Telephone" Type="Edm.String" /><Property Name="Street" Type="Edm.String" /><Property Name="ZipCode" Type="Edm.String" /><Property Name="City" Type="Edm.String" /><Property Name="Country" Type="Edm.String" /><Property Name="TimeZoneId" Type="Edm.String" /><Property Name="Contact" Type="Infosoft.S4.Reporting.ReadModel.OrganizationContact" /><Property Name="Timestamp" Type="Edm.DateTimeOffset" Nullable="false" /><NavigationProperty Name="Settings" Type="Collection(Infosoft.S4.Reporting.ReadModel.OrganizationSetting)" /></EntityType><EntityType Name="Product"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="Description" Type="Edm.String" /><Property Name="ProductCategory" Type="Edm.String" /><Property Name="Timestamp" Type="Edm.DateTimeOffset" Nullable="false" /></EntityType><EntityType Name="Audit"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="SubscriberId" Type="Edm.Guid" /><Property Name="OrganizationId" Type="Edm.Guid" /><Property Name="InsertedDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="JsonData" Type="Edm.String" Nullable="false" /><Property Name="EventType" Type="Edm.String" Nullable="false" /></EntityType><ComplexType Name="OrganizationContact"><Property Name="OrganizationId" Type="Edm.Guid" Nullable="false" /><Property Name="FirstName" Type="Edm.String" /><Property Name="LastName" Type="Edm.String" Nullable="false" /><Property Name="Telephone" Type="Edm.String" /><Property Name="Email" Type="Edm.String" /><Property Name="Timestamp" Type="Edm.DateTimeOffset" Nullable="false" /></ComplexType><EntityType Name="OrganizationSetting"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="OrganizationId" Type="Edm.Guid" Nullable="false" /><Property Name="Type" Type="Infosoft.S4.Reporting.ReadModel.OrganizationSettingType" Nullable="false" /><Property Name="DetailName" Type="Edm.String" Nullable="false" /><Property Name="Value" Type="Edm.String" Nullable="false" /><Property Name="Timestamp" Type="Edm.DateTimeOffset" Nullable="false" /></EntityType><EnumType Name="OrganizationSettingType"><Member Name="None" Value="0" /><Member Name="General" Value="1" /><Member Name="SAFT" Value="2" /></EnumType></Schema><Schema Namespace="Infosoft.S4.Reporting.OrderModel" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="Order"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="Status" Type="Infosoft.S4.Orders.Contracts.OrderStatus" Nullable="false" /><Property Name="OrderCreated" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="OrderCompleted" Type="Edm.DateTimeOffset" /><Property Name="OrderCancelled" Type="Edm.DateTimeOffset" /><Property Name="Price" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Currency" Type="Edm.String" /><Property Name="TemplatePackageId" Type="Edm.Guid" Nullable="false" /><Property Name="TemplatePackageName" Type="Edm.String" /><Property Name="BillingFrequencyId" Type="Edm.Int32" /><Property Name="Units" Type="Edm.Int32" Nullable="false" /><Property Name="PaymentMethod" Type="Edm.String" /><Property Name="StartTime" Type="Edm.DateTimeOffset" /><Property Name="EnterprisePlanId" Type="Edm.Guid" /><Property Name="PermanentDiscountId" Type="Edm.Guid" /><Property Name="SubscriberAccountId" Type="Edm.Guid" /><Property Name="SettleAccountBalance" Type="Edm.Boolean" Nullable="false" /><Property Name="OrderReference" Type="Edm.String" /><Property Name="Timestamp" Type="Edm.DateTimeOffset" Nullable="false" /><NavigationProperty Name="Subscriber" Type="Infosoft.S4.Reporting.ReadModel.Subscriber" /><NavigationProperty Name="Organization" Type="Infosoft.S4.Reporting.ReadModel.Organization" /><NavigationProperty Name="ProductInformation" Type="Collection(Infosoft.S4.Reporting.OrderModel.ProductInformation)" /></EntityType><EntityType Name="OrderSubscriberCompletedTime"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="OrderCompleted" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="OrganizationId" Type="Edm.Guid" Nullable="false" /><Property Name="SubscriberId" Type="Edm.Guid" Nullable="false" /><Property Name="SubscriberAccountId" Type="Edm.Guid" Nullable="false" /><Property Name="StartTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Timestamp" Type="Edm.DateTimeOffset" Nullable="false" /></EntityType><EntityType Name="OrderAmount"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="Date" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Created" Type="Edm.Int32" Nullable="false" /><Property Name="Cancelled" Type="Edm.Int32" Nullable="false" /><Property Name="Completed" Type="Edm.Int32" Nullable="false" /><Property Name="CompletedTotalValue" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Currency" Type="Edm.String" /><Property Name="Timestamp" Type="Edm.DateTimeOffset" Nullable="false" /><NavigationProperty Name="Organization" Type="Infosoft.S4.Reporting.ReadModel.Organization" Nullable="false" /></EntityType><EntityType Name="OrderCompletedAmount"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="Date" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Completed" Type="Edm.Int32" Nullable="false" /><Property Name="CompletedTotalValue" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Currency" Type="Edm.String" /><Property Name="TemplatePackageId" Type="Edm.Guid" Nullable="false" /><Property Name="TemplatePackageName" Type="Edm.String" /><Property Name="Timestamp" Type="Edm.DateTimeOffset" Nullable="false" /><NavigationProperty Name="Organization" Type="Infosoft.S4.Reporting.ReadModel.Organization" Nullable="false" /></EntityType><EntityType Name="ProductInformation"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="OrderId" Type="Edm.Guid" Nullable="false" /><Property Name="ProductId" Type="Edm.Guid" Nullable="false" /><Property Name="Name" Type="Edm.String" /></EntityType></Schema><Schema Namespace="Infosoft.S4.Reporting.PaymentModel" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="Payment"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="Amount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Currency" Type="Edm.String" /><Property Name="RegistrationTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="ValueDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="PaymentDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Source" Type="Edm.String" /><Property Name="AccountNumber" Type="Edm.Int64" Nullable="false" /><Property Name="State" Type="Infosoft.S4.Payments.Contracts.PaymentState" Nullable="false" /><Property Name="InvoiceId" Type="Edm.Guid" /><Property Name="SubscriberAccount" Type="Edm.Guid" /><Property Name="Timestamp" Type="Edm.DateTimeOffset" Nullable="false" /><NavigationProperty Name="Subscriber" Type="Infosoft.S4.Reporting.ReadModel.Subscriber" /><NavigationProperty Name="Organization" Type="Infosoft.S4.Reporting.ReadModel.Organization" Nullable="false" /></EntityType><EntityType Name="Refund"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="Amount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Currency" Type="Edm.String" Nullable="false" /><Property Name="SubscriberAccountId" Type="Edm.Guid" /><Property Name="Comment" Type="Edm.String" /><Property Name="ExternalReference" Type="Edm.String" /><Property Name="LedgerId" Type="Edm.Guid" /><Property Name="CreatedOn" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Timestamp" Type="Edm.DateTimeOffset" Nullable="false" /><NavigationProperty Name="Organization" Type="Infosoft.S4.Reporting.ReadModel.Organization" Nullable="false" /><NavigationProperty Name="Subscriber" Type="Infosoft.S4.Reporting.ReadModel.Subscriber" /><NavigationProperty Name="Payment" Type="Infosoft.S4.Reporting.PaymentModel.PaymentForRefund" Nullable="false" /></EntityType><EntityType Name="PaidAmountByValueDate"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="Date" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="TotalAmount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Currency" Type="Edm.String" /><NavigationProperty Name="Organization" Type="Infosoft.S4.Reporting.ReadModel.Organization" Nullable="false" /></EntityType><EntityType Name="PaymentForRefund"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="RegistrationTime" Type="Edm.DateTimeOffset" /><Property Name="ValueDate" Type="Edm.DateTimeOffset" /><Property Name="PaymentDate" Type="Edm.DateTimeOffset" /><Property Name="Source" Type="Edm.String" /><Property Name="AccountNumber" Type="Edm.Int64" /><Property Name="State" Type="Infosoft.S4.Payments.Contracts.PaymentState" /><Property Name="InvoiceId" Type="Edm.Guid" /></EntityType></Schema><Schema Namespace="Infosoft.S4.Reporting.SubscriptionModel" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="Subscription"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="StartTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="EndTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="PackageId" Type="Edm.Guid" /><Property Name="Description" Type="Edm.String" /><Property Name="Name" Type="Edm.String" /><Property Name="Tax" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Price" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Currency" Type="Edm.String" /><Property Name="FullPrice" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Units" Type="Edm.Int32" Nullable="false" /><Property Name="Frequency" Type="Edm.Int32" Nullable="false" /><Property Name="IsCancelled" Type="Edm.Boolean" Nullable="false" /><Property Name="CancelledOn" Type="Edm.DateTimeOffset" /><Property Name="CancellationCause" Type="Edm.String" /><Property Name="CancellationType" Type="Edm.String" /><Property Name="IsRenewed" Type="Edm.Boolean" Nullable="false" /><Property Name="RenewedOn" Type="Edm.DateTimeOffset" /><Property Name="PaymentAgreement" Type="Infosoft.S4.Reporting.SubscriptionModel.PaymentAgreement" /><Property Name="SubscriberAccount" Type="Edm.Guid" /><Property Name="EnterprisePlanId" Type="Edm.Guid" /><Property Name="InvoiceContactId" Type="Edm.Guid" /><Property Name="InvoiceContactName" Type="Edm.String" /><Property Name="EnterprisePlanName" Type="Edm.String" /><Property Name="ContractId" Type="Edm.Guid" /><Property Name="PreviousSubscription" Type="Edm.Guid" /><Property Name="SourceType" Type="Edm.String" /><Property Name="OrderReference" Type="Edm.String" /><Property Name="CancelRegistrationTime" Type="Edm.DateTimeOffset" /><Property Name="DurationDays" Type="Edm.Int32" Nullable="false" /><Property Name="DailyPrice" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Timestamp" Type="Edm.DateTimeOffset" Nullable="false" /><NavigationProperty Name="Subscriber" Type="Infosoft.S4.Reporting.ReadModel.Subscriber" Nullable="false" /><NavigationProperty Name="Organization" Type="Infosoft.S4.Reporting.ReadModel.Organization" Nullable="false" /></EntityType><EntityType Name="CancelledSubscription"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="CancelledOn" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="CancellationCause" Type="Edm.String" /><Property Name="CancellationType" Type="Edm.String" /><Property Name="Name" Type="Edm.String" /><Property Name="Timestamp" Type="Edm.DateTimeOffset" Nullable="false" /><NavigationProperty Name="Organization" Type="Infosoft.S4.Reporting.ReadModel.Organization" Nullable="false" /></EntityType><EntityType Name="SubscriberAccount"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="StartTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="SubscriberId" Type="Edm.Guid" Nullable="false" /></EntityType><EntityType Name="SubscriptionRevenueChanges"><Key><PropertyRef Name="Currency" /><PropertyRef Name="Date" /><PropertyRef Name="OrganizationId" /></Key><Property Name="Date" Type="Edm.Date" Nullable="false" /><Property Name="Currency" Type="Edm.String" Nullable="false" /><Property Name="OrganizationId" Type="Edm.Guid" Nullable="false" /><Property Name="MonthlyRecurringGainedAmount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="MonthlyRecurringLostAmount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="DailyRecurringGainedAmount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="DailyRecurringLostAmount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="AnnualRecurringGainedAmount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="AnnualRecurringLostAmount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Timestamp" Type="Edm.DateTimeOffset" Nullable="false" /><NavigationProperty Name="Organization" Type="Infosoft.S4.Reporting.ReadModel.Organization" Nullable="false"><ReferentialConstraint Property="OrganizationId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="SubscriptionRevenues"><Key><PropertyRef Name="Currency" /><PropertyRef Name="Date" /><PropertyRef Name="OrganizationId" /></Key><Property Name="Date" Type="Edm.Date" Nullable="false" /><Property Name="Currency" Type="Edm.String" Nullable="false" /><Property Name="OrganizationId" Type="Edm.Guid" Nullable="false" /><Property Name="MonthlyRecurringAmount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="DailyRecurringAmount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="AnnualRecurringAmount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Timestamp" Type="Edm.DateTimeOffset" Nullable="false" /><NavigationProperty Name="Organization" Type="Infosoft.S4.Reporting.ReadModel.Organization" Nullable="false"><ReferentialConstraint Property="OrganizationId" ReferencedProperty="Id" /></NavigationProperty></EntityType><ComplexType Name="PaymentAgreement"><Property Name="AgreementId" Type="Edm.Guid" Nullable="false" /><Property Name="ProviderType" Type="Edm.String" /><Property Name="ProviderAgreementReference" Type="Edm.String" /><Property Name="CardExpiration" Type="Edm.DateTimeOffset" /><Property Name="PaymentMethod" Type="Edm.String" /></ComplexType></Schema><Schema Namespace="Infosoft.S4.Reporting.EconomyModel" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="AccountTransaction"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="SubscriberId" Type="Edm.Guid" Nullable="false" /><Property Name="BillingAccountId" Type="Edm.Guid" Nullable="false" /><Property Name="OrganizationId" Type="Edm.Guid" Nullable="false" /><Property Name="Amount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Currency" Type="Edm.String" /><Property Name="AccountingTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="PaymentDemandId" Type="Edm.Guid" /><Property Name="PaymentId" Type="Edm.Guid" /><Property Name="TransactionType" Type="Edm.String" /><Property Name="TaxPercent" Type="Edm.Decimal" Scale="variable" /><Property Name="Description" Type="Edm.String" /><NavigationProperty Name="TaxDetails" Type="Collection(Infosoft.S4.Reporting.EconomyModel.ProductTaxDetail)" /><NavigationProperty Name="Subscriber" Type="Infosoft.S4.Reporting.ReadModel.Subscriber" Nullable="false"><ReferentialConstraint Property="SubscriberId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="Invoice"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="SubscriberId" Type="Edm.Guid" /><Property Name="OrganizationId" Type="Edm.Guid" /><Property Name="TrackingId" Type="Edm.Guid" /><Property Name="ExternalInvoiceIdentifier" Type="Edm.String" /><Property Name="InvoiceNumber" Type="Edm.String" /></EntityType><EntityType Name="Reminder"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="SubscriberId" Type="Edm.Guid" Nullable="false" /><Property Name="PaymentDemandId" Type="Edm.Guid" /><Property Name="InvoiceId" Type="Edm.Guid" /><Property Name="IssueDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="DueDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="ReminderNumber" Type="Edm.Int32" Nullable="false" /><Property Name="Fee" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Total" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="OrganizationId" Type="Edm.Guid" /><Property Name="TrackingId" Type="Edm.Guid" /><Property Name="PayableAmount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><NavigationProperty Name="PaymentDemand" Type="Infosoft.S4.Reporting.EconomyModel.PaymentDemand"><ReferentialConstraint Property="PaymentDemandId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Invoice" Type="Infosoft.S4.Reporting.EconomyModel.Invoice"><ReferentialConstraint Property="InvoiceId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Allowances" Type="Collection(Infosoft.S4.Reporting.EconomyModel.PaymentDemandReminderAllowance)" /></EntityType><EntityType Name="SubscriberLedger"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="LedgerDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="LedgerType" Type="Edm.String" /><Property Name="Text" Type="Edm.String" /><Property Name="Amount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Currency" Type="Edm.String" /><Property Name="SubscriberAccount" Type="Edm.Guid" /><Property Name="CreditNoteId" Type="Edm.Guid" /><Property Name="PaymentDemandId" Type="Edm.Guid" /><Property Name="RefundId" Type="Edm.Guid" /><Property Name="ReminderId" Type="Edm.Guid" /><Property Name="InvoiceId" Type="Edm.Guid" /><Property Name="PaymentId" Type="Edm.Guid" /><Property Name="Timestamp" Type="Edm.DateTimeOffset" Nullable="false" /><NavigationProperty Name="Subscriber" Type="Infosoft.S4.Reporting.ReadModel.Subscriber" Nullable="false" /><NavigationProperty Name="Organization" Type="Infosoft.S4.Reporting.ReadModel.Organization" Nullable="false" /></EntityType><EntityType Name="PaymentDemand"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="SubscriberId" Type="Edm.Guid" Nullable="false" /><Property Name="SubscriberAccount" Type="Edm.Guid" /><Property Name="IssueDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="DueDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Amount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="InvoiceId" Type="Edm.Guid" /><Property Name="LedgerId" Type="Edm.Guid" /><Property Name="Currency" Type="Edm.String" /><Property Name="OrganizationId" Type="Edm.Guid" Nullable="false" /><Property Name="PaymentId" Type="Edm.Guid" /><Property Name="SettleDate" Type="Edm.DateTimeOffset" /><Property Name="TransactionId" Type="Edm.Guid" /><Property Name="IsCredited" Type="Edm.Boolean" Nullable="false" /><Property Name="CreditLedgerId" Type="Edm.Guid" /><Property Name="CreditNoteId" Type="Edm.Guid" /><Property Name="CreditTime" Type="Edm.DateTimeOffset" /><Property Name="BillingPlanId" Type="Edm.Guid" Nullable="false" /><Property Name="PaymentProviderType" Type="Edm.String" /><Property Name="EnterprisePlanId" Type="Edm.Guid" /><Property Name="Source" Type="Edm.String" /><Property Name="EvaluationTime" Type="Edm.DateTimeOffset" /><Property Name="StopRuleType" Type="Infosoft.S4.Billing.Contracts.StopRuleType" /><Property Name="SettlementTransactions" Type="Infosoft.S4.Reporting.EconomyModel.Settlement.SettlementTransactions" /><Property Name="InvoiceContactId" Type="Edm.Guid" /><Property Name="OrderReference" Type="Edm.String" /><NavigationProperty Name="PaymentAgreement" Type="Infosoft.S4.Reporting.EconomyModel.PaymentDemandPaymentAgreement" Nullable="false" /><NavigationProperty Name="Details" Type="Collection(Infosoft.S4.Reporting.EconomyModel.PaymentDemandDetail)" /><NavigationProperty Name="Subscriber" Type="Infosoft.S4.Reporting.ReadModel.Subscriber" Nullable="false"><ReferentialConstraint Property="SubscriberId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Organization" Type="Infosoft.S4.Reporting.ReadModel.Organization" Nullable="false"><ReferentialConstraint Property="OrganizationId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Allowances" Type="Collection(Infosoft.S4.Reporting.EconomyModel.PaymentDemandAllowance)" /><NavigationProperty Name="Charges" Type="Collection(Infosoft.S4.Reporting.EconomyModel.PaymentDemandCharge)" /><NavigationProperty Name="Fees" Type="Collection(Infosoft.S4.Reporting.EconomyModel.PaymentDemandFee)" /></EntityType><EntityType Name="PaymentDemandDetail"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="PaymentDemandId" Type="Edm.Guid" Nullable="false" /><Property Name="SubscriberId" Type="Edm.Guid" Nullable="false" /><Property Name="Amount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Currency" Type="Edm.String" /><Property Name="SubscriptionId" Type="Edm.Guid" /><Property Name="OrderId" Type="Edm.Guid" /><Property Name="NextSubscriptionId" Type="Edm.Guid" /><Property Name="StartTime" Type="Edm.DateTimeOffset" /><Property Name="EndTime" Type="Edm.DateTimeOffset" /><NavigationProperty Name="ProductTaxDetails" Type="Collection(Infosoft.S4.Reporting.EconomyModel.ProductTaxDetail)" /></EntityType><EntityType Name="ProductTaxDetail"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="PaymentDemandDetailId" Type="Edm.Guid" /><Property Name="ProductId" Type="Edm.Guid" /><Property Name="Description" Type="Edm.String" /><Property Name="TaxableAmount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="TaxPercent" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Amount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Quantity" Type="Edm.Int64" Nullable="false" /></EntityType><EntityType Name="AccountWriteOff"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="SubscriberId" Type="Edm.Guid" Nullable="false" /><Property Name="BillingAccountId" Type="Edm.Guid" Nullable="false" /><Property Name="Amount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="AccountingTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="PaymentDemandId" Type="Edm.Guid" /><Property Name="PaymentId" Type="Edm.Guid" /><Property Name="TransactionType" Type="Edm.String" /><Property Name="TaxPercent" Type="Edm.Decimal" Scale="variable" /><Property Name="Description" Type="Edm.String" /><Property Name="SourceTransactionId" Type="Edm.Guid" Nullable="false" /><Property Name="LedgerId" Type="Edm.Guid" /><Property Name="SourceAccountingTime" Type="Edm.DateTimeOffset" Nullable="false" /></EntityType><EntityType Name="AccountTransactionTransfer"><Key><PropertyRef Name="SourceSubscriberId" /><PropertyRef Name="TargetAccountTransactionId" /><PropertyRef Name="TargetSubscriberId" /></Key><Property Name="SourceSubscriberId" Type="Edm.Guid" Nullable="false" /><Property Name="TargetSubscriberId" Type="Edm.Guid" Nullable="false" /><Property Name="TargetAccountTransactionId" Type="Edm.Guid" Nullable="false" /><Property Name="SourceBillingAccountId" Type="Edm.Guid" Nullable="false" /><Property Name="TargetBillingAccountId" Type="Edm.Guid" Nullable="false" /><Property Name="Amount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="AccountingTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="TransactionType" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="AmountBySubscriber"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="Currency" Type="Edm.String" /><Property Name="TotalAmount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><NavigationProperty Name="Organization" Type="Infosoft.S4.Reporting.ReadModel.Organization" Nullable="false" /><NavigationProperty Name="Subscriber" Type="Infosoft.S4.Reporting.ReadModel.Subscriber" Nullable="false" /></EntityType><EntityType Name="InvoicedAmounts"><Key><PropertyRef Name="Currency" /><PropertyRef Name="Date" /><PropertyRef Name="OrganizationId" /></Key><Property Name="Currency" Type="Edm.String" Nullable="false" /><Property Name="OrganizationId" Type="Edm.Guid" Nullable="false" /><Property Name="Date" Type="Edm.Date" Nullable="false" /><Property Name="InvoicedAmount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="CreditedAmount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="TotalCreditNotes" Type="Edm.Int32" Nullable="false" /><Property Name="TotalInvoices" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="Organization" Type="Infosoft.S4.Reporting.ReadModel.Organization" Nullable="false"><ReferentialConstraint Property="OrganizationId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="AccountAllowance" BaseType="Infosoft.S4.Reporting.EconomyModel.AccountTransaction" /><EntityType Name="AccountCharge" BaseType="Infosoft.S4.Reporting.EconomyModel.AccountTransaction" /><EntityType Name="PaymentDemandPaymentAgreement"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="ProviderType" Type="Edm.String" /><Property Name="PaymentMethod" Type="Edm.String" /><Property Name="ProviderAgreementId" Type="Edm.Guid" /><Property Name="ProviderAgreementReference" Type="Edm.String" /></EntityType><EntityType Name="PaymentDemandAllowance"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="PaymentDemandId" Type="Edm.Guid" Nullable="false" /><Property Name="Amount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="AllowanceType" Type="Infosoft.S4.Billing.Contracts.AllowanceType" Nullable="false" /><Property Name="TaxPercent" Type="Edm.Decimal" Scale="variable" /><Property Name="OriginalAccountingTime" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="PaymentDemandReminderAllowance" BaseType="Infosoft.S4.Reporting.EconomyModel.PaymentDemandAllowance"><Property Name="ReminderId" Type="Edm.Guid" /></EntityType><EntityType Name="PaymentDemandCharge"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="PaymentDemandId" Type="Edm.Guid" Nullable="false" /><Property Name="Amount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="ChargeType" Type="Infosoft.S4.Billing.Contracts.ChargeType" Nullable="false" /><Property Name="TaxPercent" Type="Edm.Decimal" Scale="variable" /><Property Name="OriginalAccountingTime" Type="Edm.DateTimeOffset" /></EntityType><EntityType Name="PaymentDemandFee"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="PaymentDemandId" Type="Edm.Guid" Nullable="false" /><Property Name="Amount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="TaxPercent" Type="Edm.Decimal" Scale="variable" /><NavigationProperty Name="TaxDetails" Type="Collection(Infosoft.S4.Reporting.EconomyModel.ProductTaxDetail)" /></EntityType></Schema><Schema Namespace="Infosoft.S4.Reporting.EconomyModel.Entities" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="AccountTransactionHistory"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="SubscriberId" Type="Edm.Guid" Nullable="false" /><Property Name="BillingAccountId" Type="Edm.Guid" Nullable="false" /><Property Name="OrganizationId" Type="Edm.Guid" Nullable="false" /><Property Name="Amount" Type="Edm.Decimal" Nullable="false" Scale="variable" /><Property Name="Currency" Type="Edm.String" /><Property Name="AccountingTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="PaymentDemandId" Type="Edm.Guid" /><Property Name="PaymentId" Type="Edm.Guid" /><Property Name="TransactionType" Type="Edm.String" Nullable="false" /><Property Name="Discriminator" Type="Edm.String" Nullable="false" /><Property Name="Description" Type="Edm.String" /><Property Name="SourceTransactionId" Type="Edm.Guid" /><Property Name="LedgerId" Type="Edm.Guid" /><Property Name="SourceAccountingTime" Type="Edm.DateTimeOffset" /><Property Name="ClosedOn" Type="Edm.DateTimeOffset" /><Property Name="AppliedOn" Type="Edm.DateTimeOffset" /><NavigationProperty Name="TaxDetails" Type="Collection(Infosoft.S4.Reporting.EconomyModel.ProductTaxDetail)" /><NavigationProperty Name="Subscriber" Type="Infosoft.S4.Reporting.ReadModel.Subscriber" Nullable="false"><ReferentialConstraint Property="SubscriberId" ReferencedProperty="Id" /></NavigationProperty></EntityType></Schema><Schema Namespace="Infosoft.S4.Reporting.UserModel" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="TotalUsersByIdP"><Key><PropertyRef Name="IdentityProviderId" /></Key><Property Name="IdentityProviderId" Type="Edm.Guid" Nullable="false" /><Property Name="TotalUsers" Type="Edm.Int32" Nullable="false" /><Property Name="IdentityProviderName" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="UsersByDateIdP"><Key><PropertyRef Name="Date" /><PropertyRef Name="IdentityProviderId" /></Key><Property Name="IdentityProviderId" Type="Edm.Guid" Nullable="false" /><Property Name="Date" Type="Edm.Date" Nullable="false" /><Property Name="Created" Type="Edm.Int32" Nullable="false" /><Property Name="Deleted" Type="Edm.Int32" Nullable="false" /><Property Name="IdentityProviderName" Type="Edm.String" Nullable="false" /></EntityType></Schema><Schema Namespace="Infosoft.S4.Reporting.EconomyModel.Settlement" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="SettlementTransactions"><Property Name="SourcePayments" Type="Collection(Infosoft.S4.Reporting.EconomyModel.Settlement.SettlementPayment)" /><Property Name="ConsumedAllowances" Type="Collection(Infosoft.S4.Reporting.EconomyModel.Settlement.SettlementAllowance)" /></ComplexType><ComplexType Name="SettlementPayment"><Property Name="PaymentId" Type="Edm.Guid" Nullable="false" /><Property Name="PaidAmount" Type="Edm.Decimal" Nullable="false" Scale="variable" /></ComplexType><ComplexType Name="SettlementAllowance"><Property Name="TransactionType" Type="Infosoft.S4.Billing.Contracts.AllowanceType" Nullable="false" /><Property Name="AccountTransactionId" Type="Edm.Guid" Nullable="false" /><Property Name="PaymentId" Type="Edm.Guid" /><Property Name="AccountingTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="SourcePaymentDemandId" Type="Edm.Guid" /><Property Name="StartTime" Type="Edm.DateTimeOffset" /><Property Name="EndTime" Type="Edm.DateTimeOffset" /><Property Name="Description" Type="Edm.String" /><Property Name="InvoiceId" Type="Edm.Guid" /><Property Name="InvoiceNumber" Type="Edm.Int64" /><Property Name="Amount" Type="Edm.Decimal" Nullable="false" Scale="variable" /></ComplexType></Schema><Schema Namespace="Infosoft.S4.Orders.Contracts" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EnumType Name="OrderStatus"><Member Name="InProgress" Value="0" /><Member Name="Completed" Value="1" /><Member Name="Cancelled" Value="2" /><Member Name="Rejected" Value="3" /></EnumType></Schema><Schema Namespace="Infosoft.S4.Payments.Contracts" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EnumType Name="PaymentState"><Member Name="AwaitingIdentification" Value="0" /><Member Name="AwaitingApproval" Value="1" /><Member Name="Completed" Value="2" /></EnumType></Schema><Schema Namespace="Infosoft.S4.Billing.Contracts" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EnumType Name="StopRuleType"><Member Name="Payment" Value="0" /><Member Name="PaymentRequest" Value="1" /></EnumType><EnumType Name="AllowanceType"><Member Name="None" Value="0" /><Member Name="ExtraPayment" Value="1" /><Member Name="DemandCredited" Value="2" /><Member Name="Balance" Value="3" /><Member Name="AllowanceSplit" Value="4" /><Member Name="PaymentDemandSettled" Value="5" /><Member Name="Transferred" Value="8" /></EnumType><EnumType Name="ChargeType"><Member Name="None" Value="0" /><Member Name="PartialPayment" Value="1" /><Member Name="DemandNotSettled" Value="2" /><Member Name="Balance" Value="3" /><Member Name="TransferedFromCreditedDemand" Value="4" /><Member Name="Refund" Value="5" /><Member Name="Transferred" Value="6" /><Member Name="Purchase" Value="7" /></EnumType></Schema><Schema Namespace="Default" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityContainer Name="Container"><EntitySet Name="Subscriber" EntityType="Infosoft.S4.Reporting.ReadModel.Subscriber" /><EntitySet Name="SubscriberContact" EntityType="Infosoft.S4.Reporting.ReadModel.SubscriberContact" /><EntitySet Name="Organization" EntityType="Infosoft.S4.Reporting.ReadModel.Organization" /><EntitySet Name="Product" EntityType="Infosoft.S4.Reporting.ReadModel.Product" /><EntitySet Name="Audit" EntityType="Infosoft.S4.Reporting.ReadModel.Audit" /><EntitySet Name="Order" EntityType="Infosoft.S4.Reporting.OrderModel.Order"><NavigationPropertyBinding Path="Organization" Target="Organization" /><NavigationPropertyBinding Path="Subscriber" Target="Subscriber" /></EntitySet><EntitySet Name="OrderSubscriberCompletedTime" EntityType="Infosoft.S4.Reporting.OrderModel.OrderSubscriberCompletedTime" /><EntitySet Name="Payment" EntityType="Infosoft.S4.Reporting.PaymentModel.Payment"><NavigationPropertyBinding Path="Organization" Target="Organization" /><NavigationPropertyBinding Path="Subscriber" Target="Subscriber" /></EntitySet><EntitySet Name="Refund" EntityType="Infosoft.S4.Reporting.PaymentModel.Refund"><NavigationPropertyBinding Path="Organization" Target="Organization" /><NavigationPropertyBinding Path="Subscriber" Target="Subscriber" /></EntitySet><EntitySet Name="Subscription" EntityType="Infosoft.S4.Reporting.SubscriptionModel.Subscription"><NavigationPropertyBinding Path="Organization" Target="Organization" /><NavigationPropertyBinding Path="Subscriber" Target="Subscriber" /></EntitySet><EntitySet Name="AccountTransaction" EntityType="Infosoft.S4.Reporting.EconomyModel.AccountTransaction"><NavigationPropertyBinding Path="Subscriber" Target="Subscriber" /><NavigationPropertyBinding Path="TaxDetails" Target="ProductTaxDetail" /></EntitySet><EntitySet Name="AccountTransactionHistory" EntityType="Infosoft.S4.Reporting.EconomyModel.Entities.AccountTransactionHistory"><NavigationPropertyBinding Path="Subscriber" Target="Subscriber" /><NavigationPropertyBinding Path="TaxDetails" Target="ProductTaxDetail" /></EntitySet><EntitySet Name="Invoice" EntityType="Infosoft.S4.Reporting.EconomyModel.Invoice" /><EntitySet Name="Reminder" EntityType="Infosoft.S4.Reporting.EconomyModel.Reminder"><NavigationPropertyBinding Path="Invoice" Target="Invoice" /><NavigationPropertyBinding Path="PaymentDemand" Target="PaymentDemand" /></EntitySet><EntitySet Name="SubscriberLedger" EntityType="Infosoft.S4.Reporting.EconomyModel.SubscriberLedger"><NavigationPropertyBinding Path="Organization" Target="Organization" /><NavigationPropertyBinding Path="Subscriber" Target="Subscriber" /></EntitySet><EntitySet Name="PaymentDemand" EntityType="Infosoft.S4.Reporting.EconomyModel.PaymentDemand"><NavigationPropertyBinding Path="Details" Target="PaymentDemandDetail" /><NavigationPropertyBinding Path="Organization" Target="Organization" /><NavigationPropertyBinding Path="Subscriber" Target="Subscriber" /></EntitySet><EntitySet Name="PaymentDemandDetail" EntityType="Infosoft.S4.Reporting.EconomyModel.PaymentDemandDetail"><NavigationPropertyBinding Path="ProductTaxDetails" Target="ProductTaxDetail" /></EntitySet><EntitySet Name="ProductTaxDetail" EntityType="Infosoft.S4.Reporting.EconomyModel.ProductTaxDetail" /><EntitySet Name="AccountWriteOffTransaction" EntityType="Infosoft.S4.Reporting.EconomyModel.AccountWriteOff" /><EntitySet Name="AccountTransactionsTransferLog" EntityType="Infosoft.S4.Reporting.EconomyModel.AccountTransactionTransfer" /><EntitySet Name="DailyPaidAmount" EntityType="Infosoft.S4.Reporting.PaymentModel.PaidAmountByValueDate"><NavigationPropertyBinding Path="Organization" Target="Organization" /></EntitySet><EntitySet Name="CancelledSubscription" EntityType="Infosoft.S4.Reporting.SubscriptionModel.CancelledSubscription"><NavigationPropertyBinding Path="Organization" Target="Organization" /></EntitySet><EntitySet Name="OrderAmount" EntityType="Infosoft.S4.Reporting.OrderModel.OrderAmount"><NavigationPropertyBinding Path="Organization" Target="Organization" /></EntitySet><EntitySet Name="OrderCompletedAmount" EntityType="Infosoft.S4.Reporting.OrderModel.OrderCompletedAmount"><NavigationPropertyBinding Path="Organization" Target="Organization" /></EntitySet><EntitySet Name="SubscriberLedgerAmount" EntityType="Infosoft.S4.Reporting.EconomyModel.AmountBySubscriber"><NavigationPropertyBinding Path="Organization" Target="Organization" /><NavigationPropertyBinding Path="Subscriber" Target="Subscriber" /></EntitySet><EntitySet Name="SubscriberAccount" EntityType="Infosoft.S4.Reporting.SubscriptionModel.SubscriberAccount" /><EntitySet Name="TotalIdPUsers" EntityType="Infosoft.S4.Reporting.UserModel.TotalUsersByIdP" /><EntitySet Name="IdPUsersByDate" EntityType="Infosoft.S4.Reporting.UserModel.UsersByDateIdP" /><EntitySet Name="InvoicedAmounts" EntityType="Infosoft.S4.Reporting.EconomyModel.InvoicedAmounts"><NavigationPropertyBinding Path="Organization" Target="Organization" /></EntitySet><EntitySet Name="SubscriptionRevenueChanges" EntityType="Infosoft.S4.Reporting.SubscriptionModel.SubscriptionRevenueChanges"><NavigationPropertyBinding Path="Organization" Target="Organization" /></EntitySet><EntitySet Name="SubscriptionRevenues" EntityType="Infosoft.S4.Reporting.SubscriptionModel.SubscriptionRevenues"><NavigationPropertyBinding Path="Organization" Target="Organization" /></EntitySet></EntityContainer></Schema></edmx:DataServices></edmx:Edmx>