<?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="Office4Service.Models.Office" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="RecordLock"><Key><PropertyRef Name="RecordLockId" /></Key><Property Name="RecordLockId" Type="Edm.Guid" Nullable="false" /><Property Name="CreationDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="UserId" Type="Edm.Int32" Nullable="false" /><Property Name="Entity" Type="Edm.String" Nullable="false" /><Property Name="EntityId" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="ProjectManagerViewedItem"><Key><PropertyRef Name="ProjectManagerViewedItemId" /></Key><Property Name="ProjectManagerViewedItemId" Type="Edm.Int32" Nullable="false" /><Property Name="UserId" Type="Edm.Int32" Nullable="false" /><Property Name="ItemType" Type="Office4Service.Enumerations.ProjectManagerViewedItemType" Nullable="false" /><Property Name="ItemId" Type="Edm.Int64" Nullable="false" /><Property Name="ViewedDate" Type="Edm.DateTimeOffset" Nullable="false" /></EntityType><EntityType Name="ReportLayout"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="Name" Type="Edm.String" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="Model" Type="Office4Service.Enumerations.ReportLayoutType" Nullable="false" /><Property Name="IsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsDefault" Type="Edm.Boolean" Nullable="false" /><Property Name="IsCopyFromDefault" Type="Edm.Boolean" Nullable="false" /><Property Name="Report" Type="Edm.String" Nullable="false" /><Property Name="CreationDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="ModificationDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /><Property Name="TemplateId" Type="Edm.Guid" /></EntityType></Schema><Schema Namespace="Office4Service.Models" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="UpdateHistory"><Key><PropertyRef Name="UpdateHistoryId" /></Key><Property Name="UpdateHistoryId" Type="Edm.Guid" Nullable="false" /><Property Name="DatabaseVersion" Type="Edm.String" Nullable="false" /><Property Name="OfficeVersion" Type="Edm.String" Nullable="false" /><Property Name="MajorVersion" Type="Edm.Int32" Nullable="false" /><Property Name="UpdateDate" Type="Edm.DateTimeOffset" Nullable="false" /></EntityType><EntityType Name="Address"><Key><PropertyRef Name="AddressId" /></Key><Property Name="Country" Type="Edm.String" DefaultValue="" /><Property Name="Email" Type="Edm.String" DefaultValue="" /><Property Name="AddressId" Type="Edm.Int32" Nullable="false" /><Property Name="Matchcode" Type="Edm.String" /><Property Name="MatchcodeForBilling" Type="Edm.String" /><Property Name="DifferingAddressIdForBilling" Type="Edm.Int32" Nullable="false" /><Property Name="AddressSalutation" Type="Edm.String" /><Property Name="AddressName" Type="Edm.String" /><Property Name="AddressLine1" Type="Edm.String" /><Property Name="AddressLine2" Type="Edm.String" /><Property Name="ZipCode" Type="Edm.String" /><Property Name="City" Type="Edm.String" /><Property Name="Phone" Type="Edm.String" /><Property Name="Fax" Type="Edm.String" /><Property Name="SalutationForSerialLetter" Type="Edm.String" /><Property Name="DetailDescription" Type="Edm.String" /><Property Name="DetailDescriptionFormatted" Type="Edm.String" Nullable="false" /><Property Name="DebitorCreditorNo" Type="Edm.Int32" /><Property Name="ExternalFiscalAccountNo" Type="Edm.String" Nullable="false" /><Property Name="CreationDate" Type="Edm.DateTimeOffset" /><Property Name="LastModifiedDate" Type="Edm.DateTimeOffset" /><Property Name="LastModifiedUserName" Type="Edm.String" Nullable="false" /><Property Name="AddressType" Type="Office4Service.Enumerations.AddressTypes" Nullable="false" /><Property Name="VatId" Type="Edm.String" Nullable="false" /><Property Name="ShowVatIdAlways" Type="Edm.Int32" Nullable="false" /><Property Name="IsWithoutVat" Type="Edm.Boolean" Nullable="false" /><Property Name="TaxNo" Type="Edm.String" Nullable="false" /><Property Name="VatPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="CommercialRegisterNo" Type="Edm.String" Nullable="false" /><Property Name="TechnicalContactKey" Type="Edm.String" Nullable="false" /><Property Name="BusinessUnit1Key" Type="Edm.String" Nullable="false" /><Property Name="BusinessUnit2Key" Type="Edm.String" Nullable="false" /><Property Name="CustomerGroup1Key" Type="Edm.String" Nullable="false" /><Property Name="CustomerGroup2Key" Type="Edm.String" Nullable="false" /><Property Name="CommercialContactKey" Type="Edm.String" Nullable="false" /><Property Name="DefaultHeaderForQuotation" Type="Edm.String" Nullable="false" /><Property Name="DefaultFooterForQuotation" Type="Edm.String" Nullable="false" /><Property Name="DefaultHeaderForInvoice" Type="Edm.String" Nullable="false" /><Property Name="DefaultFooterForInvoice" Type="Edm.String" Nullable="false" /><Property Name="PaymentTermsDescription" Type="Edm.String" Nullable="false" /><Property Name="DunningProfileKey" Type="Edm.String" Nullable="false" /><Property Name="CurrencyKeyPrint" Type="Edm.String" Nullable="false" /><Property Name="CurrencyKeyPrintAdditional" Type="Edm.String" Nullable="false" /><Property Name="ProgressMountingPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="IncludedRentalTime" Type="Edm.Int32" Nullable="false" /><Property Name="IncludedRentalTimeUnit" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="RentalTimeUnit" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="PostalTransitTime" Type="Edm.Int32" Nullable="false" /><Property Name="NotUsedPartialPaymentMode" Type="Edm.Int32" Nullable="false" /><Property Name="IsDeductPriorInvoice" Type="Edm.Boolean" Nullable="false" /><Property Name="DeductPriorInvoicesOption" Type="Edm.Int32" Nullable="false" /><Property Name="IsDeductPriorPayment" Type="Edm.Boolean" Nullable="false" /><Property Name="DeductPriorPaymentsOption" Type="Edm.Int32" Nullable="false" /><Property Name="NotUsedDeductPriorPaymentType" Type="Edm.Int32" Nullable="false" /><Property Name="IsPartialPaymentOptionsDefault" Type="Edm.Boolean" Nullable="false" /><Property Name="PartialPaymentVatOption" Type="Edm.Int32" Nullable="false" /><Property Name="TradeCreditInsuranceSum" Type="Edm.Decimal" Nullable="false" /><Property Name="InsuranceTypeId" Type="Office4Service.Enumerations.CustomerTypes" Nullable="false" /><Property Name="IsTradeCreditInsuranceBlocked" Type="Edm.Int32" Nullable="false" /><Property Name="TradeCreditInsuranceBlockDate" Type="Edm.DateTimeOffset" /><Property Name="TradeCreditInsuranceNo" Type="Edm.String" Nullable="false" /><Property Name="TradeCreditInsuranceExpirationDate" Type="Edm.DateTimeOffset" /><Property Name="LastOrderDate" Type="Edm.DateTimeOffset" /><Property Name="NumberOfGifts1" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfGifts2" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfGifts3" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfGifts4" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfGifts5" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfGifts6" Type="Edm.Int32" Nullable="false" /><Property Name="NumberOfGifts7" Type="Edm.Int32" Nullable="false" /><Property Name="GiftShippingId" Type="Office4Service.Enumerations.ShippingMethods" Nullable="false" /><Property Name="IsGiftRecipient" Type="Edm.Int32" Nullable="false" /><Property Name="NotUsedNo" Type="Edm.Int32" Nullable="false" /><Property Name="HomepageUrl" Type="Edm.String" Nullable="false" /><Property Name="CreditRating" Type="Edm.Decimal" Nullable="false" /><Property Name="CreditRatingDate" Type="Edm.DateTimeOffset" /><Property Name="NationalBankAccountNo" Type="Edm.String" Nullable="false" /><Property Name="NationalBankCode" Type="Edm.String" Nullable="false" /><Property Name="BankName" Type="Edm.String" Nullable="false" /><Property Name="OwnCustomerNoWithThisSupplier" Type="Edm.String" Nullable="false" /><Property Name="AccountHolder" Type="Edm.String" Nullable="false" /><Property Name="SyncronisationKey" Type="Edm.String" Nullable="false" /><Property Name="IsOnlyCustomerServiceItemsDisplayed" Type="Edm.Boolean" Nullable="false" /><Property Name="Internationalbankaccountno" Type="Edm.String" Nullable="false" /><Property Name="Bankidentifiercode" Type="Edm.String" Nullable="false" /><Property Name="CountryCode" Type="Edm.String" Nullable="false" /><Property Name="CreditRatingCheckDate" Type="Edm.DateTimeOffset" /><Property Name="CreditRatingDescription" Type="Edm.String" Nullable="false" /><Property Name="IsDeliveryBlocked" Type="Edm.Boolean" Nullable="false" /><Property Name="DeliveryBlockingDate" Type="Edm.DateTimeOffset" /><Property Name="PoBox" Type="Edm.String" Nullable="false" /><Property Name="PoBoxZipCode" Type="Edm.String" Nullable="false" /><Property Name="PoBoxCity" Type="Edm.String" Nullable="false" /><Property Name="PoBoxCountryCode" Type="Edm.String" Nullable="false" /><Property Name="HasPermissionForSupplyOfTemporaryWorker" Type="Edm.Boolean" Nullable="false" /><Property Name="LanguageId" Type="Edm.String" Nullable="false" /><Property Name="InvoiceEmail" Type="Edm.String" /><Property Name="Timestamp" Type="Edm.Binary" /><Property Name="RevenueAccountNo" Type="Edm.String" /><NavigationProperty Name="AddressContacts" Type="Collection(Office4Service.Models.AddressContact)" /><NavigationProperty Name="ServiceItemSubcontractorPrices" Type="Collection(Office4Service.Models.ServiceItemSubcontractorPrice)" /></EntityType><EntityType Name="AddressContact"><Key><PropertyRef Name="AddressContactIdPk" /></Key><Property Name="AddressContactIdPk" Type="Edm.Int32" Nullable="false" /><Property Name="AddressId" Type="Edm.Int32" /><Property Name="SortOrderId" Type="Edm.Int32" Nullable="false" /><Property Name="LastName" Type="Edm.String" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="Phone" Type="Edm.String" Nullable="false" /><Property Name="CellPhone" Type="Edm.String" Nullable="false" /><Property Name="Email" Type="Edm.String" Nullable="false" /><Property Name="Fax" Type="Edm.String" Nullable="false" /><Property Name="DefaultContactOption" Type="Edm.Int32" Nullable="false" /><Property Name="DetailDescription" Type="Edm.String" Nullable="false" /><Property Name="Salutation" Type="Edm.String" Nullable="false" /><Property Name="Title" Type="Edm.String" Nullable="false" /><Property Name="FirstName" Type="Edm.String" Nullable="false" /><Property Name="DifferentSalutation" Type="Edm.String" Nullable="false" /><Property Name="DifferentName" Type="Edm.String" Nullable="false" /><Property Name="DifferentAddressLine1" Type="Edm.String" Nullable="false" /><Property Name="DifferentAddressLine2" Type="Edm.String" Nullable="false" /><Property Name="DifferentZipCode" Type="Edm.String" Nullable="false" /><Property Name="DifferentCity" Type="Edm.String" Nullable="false" /><Property Name="CellPhone2" Type="Edm.String" Nullable="false" /><Property Name="PrivateSalutation" Type="Edm.String" Nullable="false" /><Property Name="PrivateName" Type="Edm.String" Nullable="false" /><Property Name="PrivateAddressLine1" Type="Edm.String" Nullable="false" /><Property Name="PrivateAddressLine2" Type="Edm.String" Nullable="false" /><Property Name="PrivateZipCode" Type="Edm.String" Nullable="false" /><Property Name="PrivateCity" Type="Edm.String" Nullable="false" /><Property Name="PrivatePhone" Type="Edm.String" Nullable="false" /><Property Name="PrivateFax" Type="Edm.String" Nullable="false" /><Property Name="Birthday" Type="Edm.DateTimeOffset" /><Property Name="PrivateEmail" Type="Edm.String" Nullable="false" /><Property Name="PrivateCellPhone" Type="Edm.String" Nullable="false" /><NavigationProperty Name="Address" Type="Office4Service.Models.Address"><ReferentialConstraint Property="AddressId" ReferencedProperty="AddressId" /></NavigationProperty></EntityType><EntityType Name="Quotation"><Key><PropertyRef Name="QuotationId" /></Key><Property Name="QuotationId" Type="Edm.Int32" Nullable="false" /><Property Name="QuotationNo" Type="Edm.Int64" Nullable="false" /><Property Name="QuotationAddendumNo" Type="Edm.Int32" Nullable="false" /><Property Name="FiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="QuotationDate" Type="Edm.DateTimeOffset" /><Property Name="QuotationStatus" Type="Office4Service.Enumerations.QuotationStatus" Nullable="false" /><Property Name="OrderDate" Type="Edm.DateTimeOffset" /><Property Name="CommitmentPeriod" Type="Edm.DateTimeOffset" /><Property Name="NotusedCostestimationkey" Type="Edm.String" Nullable="false" /><Property Name="SourceDocumentType" Type="Office4Service.Enumerations.SourceDocumentTypes" Nullable="false" /><Property Name="SourceDocumentKey" Type="Edm.String" Nullable="false" /><Property Name="SourceDocumentNo" Type="Edm.Int64" Nullable="false" /><Property Name="SourceDocumentSubNo" Type="Edm.Int32" Nullable="false" /><Property Name="SourceDocumentFiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="NotusedCostestimationno" Type="Edm.Int64" Nullable="false" /><Property Name="NotusedCostestimationsubno" Type="Edm.Int32" Nullable="false" /><Property Name="NotusedCostestimationfiscalyear" Type="Edm.Int32" Nullable="false" /><Property Name="NotusedProjectnameno" Type="Edm.Int32" Nullable="false" /><Property Name="ProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="RequestNo" Type="Edm.Int64" Nullable="false" /><Property Name="ObjectDetailDescription" Type="Edm.String" Nullable="false" /><Property Name="ObjectDetailDescriptionFormatted" Type="Edm.String" Nullable="false" /><Property Name="NotusedObjectdescription" Type="Edm.String" Nullable="false" /><Property Name="IncludedRentalTime" Type="Edm.Int32" Nullable="false" /><Property Name="IncludedRentalTimeUnit" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="PriorityKey" Type="Edm.Int32" Nullable="false" /><Property Name="DebitorNo" Type="Edm.Int32" Nullable="false" /><Property Name="AddressId" Type="Edm.Int32" /><Property Name="Matchcode" Type="Edm.String" Nullable="false" /><Property Name="AddressSalutation" Type="Edm.String" Nullable="false" /><Property Name="AddressName" Type="Edm.String" Nullable="false" /><Property Name="AddressLine1" Type="Edm.String" Nullable="false" /><Property Name="AddressLine2" Type="Edm.String" Nullable="false" /><Property Name="AddressZipCode" Type="Edm.String" Nullable="false" /><Property Name="AddressCity" Type="Edm.String" Nullable="false" /><Property Name="AddressPhone" Type="Edm.String" Nullable="false" /><Property Name="AddressFax" Type="Edm.String" Nullable="false" /><Property Name="AddressEmail" Type="Edm.String" Nullable="false" /><Property Name="HeaderText" Type="Edm.String" Nullable="false" /><Property Name="HeaderTextFormatted" Type="Edm.String" Nullable="false" /><Property Name="FooterText" Type="Edm.String" Nullable="false" /><Property Name="FooterTextFormatted" Type="Edm.String" Nullable="false" /><Property Name="PaymentTerm" Type="Edm.String" Nullable="false" /><Property Name="PaymentTermsFormatted" Type="Edm.String" Nullable="false" /><Property Name="PaymentTermsDescription" Type="Edm.String" Nullable="false" /><Property Name="DiscountDescription1" Type="Edm.String" Nullable="false" /><Property Name="NetTotalBeforeDiscount1" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountPercentage1" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountValue1" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountDescription2" Type="Edm.String" Nullable="false" /><Property Name="NetTotalBeforeDiscount2" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountPercentage2" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountValue2" Type="Edm.Decimal" Nullable="false" /><Property Name="NetTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="VatValue" Type="Edm.Decimal" Nullable="false" /><Property Name="VatPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="GrossTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="CommercialContactCaption" Type="Edm.String" Nullable="false" /><Property Name="CommercialContactName" Type="Edm.String" Nullable="false" /><Property Name="TechnicalContactCaption" Type="Edm.String" Nullable="false" /><Property Name="TechnicalContactName" Type="Edm.String" Nullable="false" /><Property Name="TechnicalContactKey" Type="Edm.String" Nullable="false" /><Property Name="CurrencyKey" Type="Edm.String" Nullable="false" /><Property Name="CurrencySymbol" Type="Edm.String" Nullable="false" /><Property Name="CurrencyExchangeRate" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyExchangeRateInverse" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyKeyPrint" Type="Edm.String" Nullable="false" /><Property Name="CurrencyKeyPrintAdditional" Type="Edm.String" Nullable="false" /><Property Name="BusinessUnit1Key" Type="Edm.String" Nullable="false" /><Property Name="CurrencyPrintExchangeRate" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyPrintExchangeRateInverse" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyPrintAdditionalExchangeRate" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyPrintAdditionalExchangeRateInverse" Type="Edm.Decimal" Nullable="false" /><Property Name="IsCurrencyPrintFixedExchangeRate" Type="Edm.Boolean" Nullable="false" /><Property Name="IsCurrencyPrintAdditionalFixedExchangeRate" Type="Edm.Boolean" Nullable="false" /><Property Name="CurrencyPrintSymbol" Type="Edm.String" Nullable="false" /><Property Name="CurrencyPrintAdditionalSymbol" Type="Edm.String" Nullable="false" /><Property Name="LetterNo" Type="Edm.Int64" Nullable="false" /><Property Name="ContactSelectionKey" Type="Edm.String" Nullable="false" /><Property Name="ContactName" Type="Edm.String" Nullable="false" /><Property Name="FaxInfoText" Type="Edm.String" Nullable="false" /><Property Name="DetailDescriptionInternal" Type="Edm.String" Nullable="false" /><Property Name="IsImportedFromGaeb" Type="Edm.Boolean" Nullable="false" /><Property Name="GaebDetail" Type="Edm.String" /><Property Name="DigitCountFirstSection" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNoDigitCountSecondarySection" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNoMask" Type="Edm.String" Nullable="false" /><Property Name="ItemNoIncrement" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNoSectionDelimiter" Type="Edm.String" Nullable="false" /><Property Name="ItemNoFillerChar" Type="Edm.String" Nullable="false" /><Property Name="ItemNoCreationOption" Type="Edm.Boolean" /><Property Name="AddressCountryCode" Type="Edm.String" Nullable="false" /><Property Name="CommercialContactId" Type="Edm.Int32" Nullable="false" /><Property Name="IsGlobalPercentageBid" Type="Edm.Boolean" Nullable="false" /><Property Name="Rent" Type="Edm.Decimal" Nullable="false" /><Property Name="RentUnit" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="RentUnitKey" Type="Edm.Int32" Nullable="false" /><Property Name="RentalPeriod" Type="Edm.Decimal" /><Property Name="IsRentalQuotation" Type="Edm.Boolean" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /><NavigationProperty Name="Project" Type="Office4Service.Models.Project" /><NavigationProperty Name="FiscalYear" Type="Office4Service.Models.FiscalYear" /><NavigationProperty Name="Address" Type="Office4Service.Models.Address"><ReferentialConstraint Property="AddressId" ReferencedProperty="AddressId" /></NavigationProperty><NavigationProperty Name="Items" Type="Collection(Office4Service.Models.QuotationItem)" /><NavigationProperty Name="QuotationProgressPlans" Type="Collection(Office4Service.Models.QuotationProgressPlan)" /></EntityType><EntityType Name="QuotationItem"><Key><PropertyRef Name="QuotationItemId" /></Key><Property Name="QuotationItemId" Type="Edm.Int32" Nullable="false" /><Property Name="QuotationId" Type="Edm.Int32" /><Property Name="QuotationNo" Type="Edm.Int64" Nullable="false" /><Property Name="QuotationAddendumNo" Type="Edm.Int32" Nullable="false" /><Property Name="FiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="SortOrderId" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNo" Type="Edm.String" Nullable="false" /><Property Name="CostEstimationItemNo" Type="Edm.String" Nullable="false" /><Property Name="ItemNoReference" Type="Edm.String" Nullable="false" /><Property Name="IncludedRentalTime" Type="Edm.Int32" Nullable="false" /><Property Name="IncludedRentalTimeUnit" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="IsRent" Type="Edm.Boolean" Nullable="false" /><Property Name="ServiceItemNo" Type="Edm.String" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="DetailDescription" Type="Edm.String" Nullable="false" /><Property Name="DetailDescriptionFormatted" Type="Edm.String" Nullable="false" /><Property Name="UnitPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="IsApproximateValue" Type="Edm.Boolean" Nullable="false" /><Property Name="Quantity" Type="Edm.Decimal" Nullable="false" /><Property Name="SubcontractorQuantity" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityDecimalPlace" Type="Edm.Int32" Nullable="false" /><Property Name="ChainDimensioningQuantity" Type="Edm.String" Nullable="false" /><Property Name="MeasuringUnitKey" Type="Edm.String" Nullable="false" /><Property Name="TotalPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceLabor" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceTravelExpense" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceExtraLaborExpense" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceRent" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceThirdPartyCharge" Type="Edm.Decimal" Nullable="false" /><Property Name="SubcontractorTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="PictureFilename" Type="Edm.String" Nullable="false" /><Property Name="PictureBinary" Type="Edm.Binary" /><Property Name="IsItemNoPrintDisabled" Type="Edm.Boolean" Nullable="false" /><Property Name="ItemType" Type="Edm.String" Nullable="false" /><Property Name="SurchargeTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="SurchargePercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="SortNo" Type="Edm.String" Nullable="false" /><Property Name="IsSurchargeAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="GaebSubTextInfo" Type="Edm.Int32" Nullable="false" /><Property Name="QuantitiesAvailableInfo" Type="Edm.Int32" Nullable="false" /><Property Name="ServiceItemNoIsPartNo" Type="Edm.Boolean" Nullable="false" /><Property Name="DirectoryOfServicesId" Type="Edm.Int32" Nullable="false" /><Property Name="DirectoryOfServicesSource" Type="Office4Service.Enumerations.DirectoryOfServicesSourceTypes" Nullable="false" /><Property Name="IsDiscount" Type="Edm.Boolean" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /><NavigationProperty Name="Quotation" Type="Office4Service.Models.Quotation"><ReferentialConstraint Property="QuotationId" ReferencedProperty="QuotationId" /></NavigationProperty><NavigationProperty Name="Quantities" Type="Collection(Office4Service.Models.QuotationItemQuantity)" /></EntityType><EntityType Name="QuotationItemQuantity"><Key><PropertyRef Name="ID" /></Key><Property Name="ID" Type="Edm.Int32" Nullable="false" /><Property Name="QuotationNo" Type="Edm.Int64" Nullable="false" /><Property Name="QuotationAddendumNo" Type="Edm.Int32" Nullable="false" /><Property Name="FiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="SortOrderId" Type="Edm.Int32" Nullable="false" /><Property Name="QuotationItemQuantityId" Type="Edm.Int32" Nullable="false" /><Property Name="ItemSortId" Type="Edm.Decimal" /><Property Name="IsFreeObjectDescription" Type="Edm.Boolean" Nullable="false" /><Property Name="ObjectDescription" Type="Edm.String" Nullable="false" /><Property Name="ObjectAxi" Type="Edm.String" Nullable="false" /><Property Name="CompletionProgress" Type="Edm.String" Nullable="false" /><Property Name="QuantityCount" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityLength" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityDepth" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityHeight" Type="Edm.Decimal" Nullable="false" /><Property Name="ChainDimensioningLength" Type="Edm.String" Nullable="false" /><Property Name="ChainDimensioningDepth" Type="Edm.String" Nullable="false" /><Property Name="ChainDimensioningHeight" Type="Edm.String" Nullable="false" /><Property Name="ChainDimensioningQuantity" Type="Edm.String" Nullable="false" /><Property Name="DetailDescription" Type="Edm.String" Nullable="false" /><Property Name="Quantity" Type="Edm.Decimal" Nullable="false" /><Property Name="ItemType" Type="Edm.String" Nullable="false" /><Property Name="QuotationId" Type="Edm.Int32" Nullable="false" /><Property Name="QuotationItemId" Type="Edm.Int32" /><Property Name="Timestamp" Type="Edm.Binary" /><NavigationProperty Name="QuotationItem" Type="Office4Service.Models.QuotationItem"><ReferentialConstraint Property="QuotationItemId" ReferencedProperty="QuotationItemId" /></NavigationProperty></EntityType><EntityType Name="QuotationProgressPlan"><Key><PropertyRef Name="QuotationProgressPlanId" /></Key><Property Name="QuotationProgressPlanId" Type="Edm.Int32" Nullable="false" /><Property Name="QuotationId" Type="Edm.Int32" /><Property Name="MountingStartDate" Type="Edm.DateTimeOffset" /><Property Name="MountingEndDate" Type="Edm.DateTimeOffset" /><Property Name="DismantlingStartDate" Type="Edm.DateTimeOffset" /><Property Name="DismantlingEndDate" Type="Edm.DateTimeOffset" /><Property Name="LastUpdatedDate" Type="Edm.DateTimeOffset" /><NavigationProperty Name="Quotation" Type="Office4Service.Models.Quotation"><ReferentialConstraint Property="QuotationId" ReferencedProperty="QuotationId" /></NavigationProperty></EntityType><EntityType Name="DocumentItemType"><Key><PropertyRef Name="ItemType" /></Key><Property Name="ItemType" Type="Edm.String" Nullable="false" /><Property Name="ItemId" Type="Edm.Int32" Nullable="false" /><Property Name="SortNo" Type="Edm.Int32" Nullable="false" /><Property Name="Text" Type="Edm.String" Nullable="false" /><Property Name="UsageFlag" Type="Edm.Int32" Nullable="false" /><Property Name="IsItemNoVisible" Type="Edm.Boolean" Nullable="false" /><Property Name="IsItemNoEditable" Type="Edm.Boolean" Nullable="false" /><Property Name="GaebType" Type="Edm.String" /><Property Name="TextColor" Type="Edm.String" /><Property Name="BackgroundColor" Type="Edm.String" /><Property Name="IsTextBold" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="DiscountTemplate"><Key><PropertyRef Name="TemplateId" /></Key><Property Name="TemplateId" Type="Edm.Int32" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="IsUsedForGlobalPercentageBid" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="DiscountTemplateItems" Type="Collection(Office4Service.Models.DiscountTemplateItem)" /></EntityType><EntityType Name="DiscountTemplateItem"><Key><PropertyRef Name="TemplateId" /><PropertyRef Name="ItemId" /></Key><Property Name="TemplateId" Type="Edm.Int32" /><Property Name="ItemId" Type="Edm.Int32" Nullable="false" /><Property Name="ItemType" Type="Edm.String" Nullable="false" /><Property Name="ItemNo" Type="Edm.String" Nullable="false" /><Property Name="SortNo" Type="Edm.String" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="SurchargePercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPrice" Type="Edm.Decimal" Nullable="false" /><NavigationProperty Name="DiscountTemplate" Type="Office4Service.Models.DiscountTemplate"><ReferentialConstraint Property="TemplateId" ReferencedProperty="TemplateId" /></NavigationProperty></EntityType><EntityType Name="Project"><Key><PropertyRef Name="ProjectNo" /></Key><Property Name="ProjectNo" Type="Edm.Int64" /><Property Name="ProjectName" Type="Edm.String" Nullable="false" /><Property Name="ProjectFiscalYearsCount" Type="Edm.Int32" Nullable="false" /><Property Name="ProjectLastFiscalYear" Type="Edm.Int32" /><Property Name="AddressId" Type="Edm.Int32" /><Property Name="DebitorNo" Type="Edm.Int32" Nullable="false" /><Property Name="Matchcode" Type="Edm.String" Nullable="false" /><Property Name="ProjectType" Type="Office4Service.Enumerations.ProjectTypes" Nullable="false" /><Property Name="BusinessUnit1Key" Type="Edm.String" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /><NavigationProperty Name="LastFiscalYear" Type="Office4Service.Models.FiscalYear"><ReferentialConstraint Property="ProjectLastFiscalYear" ReferencedProperty="FiscalYearKey" /></NavigationProperty><NavigationProperty Name="Address" Type="Office4Service.Models.Address"><ReferentialConstraint Property="AddressId" ReferencedProperty="AddressId" /></NavigationProperty><NavigationProperty Name="Stock" Type="Office4Service.Models.Stock" /><NavigationProperty Name="ContractConfiguration" Type="Office4Service.Models.ContractConfiguration"><ReferentialConstraint Property="ProjectNo" ReferencedProperty="ProjectNo" /></NavigationProperty><NavigationProperty Name="ContractTextTemplate" Type="Office4Service.Models.ContractTextTemplate"><ReferentialConstraint Property="ProjectNo" ReferencedProperty="ProjectNo" /></NavigationProperty><NavigationProperty Name="ProjectDetail" Type="Office4Service.Models.ProjectFiscalYear"><ReferentialConstraint Property="ProjectNo" ReferencedProperty="ProjectNo" /><ReferentialConstraint Property="ProjectLastFiscalYear" ReferencedProperty="FiscalYearKey" /></NavigationProperty><NavigationProperty Name="DirectoryOfServicesAssociations" Type="Collection(Office4Service.Models.DirectoryOfServicesProjectAssociation)" /><NavigationProperty Name="BillingServiceSheets" Type="Collection(Office4Service.Models.BillingServiceSheet)" /><NavigationProperty Name="ContactEvents" Type="Collection(Office4Service.Models.ContactEvent)" /><NavigationProperty Name="ContractBudgets" Type="Collection(Office4Service.Models.ContractBudget)" /><NavigationProperty Name="CostEstimations" Type="Collection(Office4Service.Models.CostEstimation)" /><NavigationProperty Name="CreditNotes" Type="Collection(Office4Service.Models.CreditNote)" /><NavigationProperty Name="DeliveryNotes" Type="Collection(Office4Service.Models.DeliveryNote)" /><NavigationProperty Name="Invoices" Type="Collection(Office4Service.Models.Invoice)" /><NavigationProperty Name="Letters" Type="Collection(Office4Service.Models.Letter)" /><NavigationProperty Name="OrderConfirmations" Type="Collection(Office4Service.Models.OrderConfirmation)" /><NavigationProperty Name="Dunnings" Type="Collection(Office4Service.Models.Dunning)" /><NavigationProperty Name="ProjectDetails" Type="Collection(Office4Service.Models.ProjectFiscalYear)" /><NavigationProperty Name="PurchaserInvoices" Type="Collection(Office4Service.Models.PurchaseInvoice)" /><NavigationProperty Name="PurchaserOrders" Type="Collection(Office4Service.Models.PurchaseOrder)" /><NavigationProperty Name="RecurringCharges" Type="Collection(Office4Service.Models.RecurringCharge)" /><NavigationProperty Name="ServiceHourReports" Type="Collection(Office4Service.Models.ServiceHourReport)" /><NavigationProperty Name="WorkOrders" Type="Collection(Office4Service.Models.WorkOrder)" /><NavigationProperty Name="DailyCrewWorkOrderAssignments" Type="Collection(Office4Service.Models.DailyCrewWorkOrderAssignment)" /><NavigationProperty Name="AccountingTransactions" Type="Collection(Office4Service.Models.AccountingTransaction)" /><NavigationProperty Name="Discounts" Type="Collection(Office4Service.Models.DiscountItem)" /><NavigationProperty Name="FinalCostingItems" Type="Collection(Office4Service.Models.FinalCostingItem)" /><NavigationProperty Name="ObjectSection" Type="Collection(Office4Service.Models.ObjectSection)" /><NavigationProperty Name="ServiceSheetProgressHistory" Type="Collection(Office4Service.Models.ServiceSheetProgressHistory)" /></EntityType><EntityType Name="ProjectFiscalYear"><Key><PropertyRef Name="ProjectNo" /><PropertyRef Name="FiscalYearKey" /></Key><Property Name="ProjectNo" Type="Edm.Int64" /><Property Name="FiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="NotUsedFormerProject" Type="Edm.Int64" /><Property Name="ProjectName" Type="Edm.String" /><Property Name="ProjectType" Type="Office4Service.Enumerations.ProjectTypes" Nullable="false" /><Property Name="ProjectStatus" Type="Office4Service.Enumerations.ProjectStatus" Nullable="false" /><Property Name="ProjectValidStartDate" Type="Edm.DateTimeOffset" /><Property Name="ProjectValidEndDate" Type="Edm.DateTimeOffset" /><Property Name="PurchaseOrderDate" Type="Edm.DateTimeOffset" /><Property Name="LastBillingDate" Type="Edm.DateTimeOffset" /><Property Name="NotUsedLastBenchmarkedDate" Type="Edm.DateTimeOffset" /><Property Name="ScaffoldingLoadClass" Type="Edm.String" Nullable="false" /><Property Name="ProjectScope" Type="Edm.String" Nullable="false" /><Property Name="ProjectSiteSalutation" Type="Edm.String" Nullable="false" /><Property Name="ProjectSiteAddress1" Type="Edm.String" Nullable="false" /><Property Name="ProjectSiteAddress2" Type="Edm.String" Nullable="false" /><Property Name="ProjectSiteZipCode" Type="Edm.String" Nullable="false" /><Property Name="ProjectSitePerson" Type="Edm.String" Nullable="false" /><Property Name="ProjectSiteStreet" Type="Edm.String" Nullable="false" /><Property Name="ProjectSiteCity" Type="Edm.String" Nullable="false" /><Property Name="ProjectSitePhone" Type="Edm.String" Nullable="false" /><Property Name="ProjectSiteFax" Type="Edm.String" Nullable="false" /><Property Name="ProjectSiteEMail" Type="Edm.String" Nullable="false" /><Property Name="ProjectSiteCellPhone" Type="Edm.String" Nullable="false" /><Property Name="IsUsedForWorkingHourStatistic" Type="Edm.Boolean" Nullable="false" /><Property Name="IsWorkingHoursAccount" Type="Edm.Boolean" Nullable="false" /><Property Name="IsCappingAccountForWage" Type="Edm.Boolean" Nullable="false" /><Property Name="IsWagePayable" Type="Edm.Boolean" Nullable="false" /><Property Name="CostEstimationFactor" Type="Edm.Decimal" /><Property Name="AddressId" Type="Edm.Int32" /><Property Name="DebitorNo" Type="Edm.Int32" /><Property Name="ProjectFiscalYearAddressMatchcode" Type="Edm.String" /><Property Name="CustomerContactKey" Type="Edm.String" Nullable="false" /><Property Name="CoverLetterAddressId" Type="Edm.Int32" Nullable="false" /><Property Name="DispatchAddressMatchcode" Type="Edm.String" Nullable="false" /><Property Name="ArchitectContactKey" Type="Edm.String" Nullable="false" /><Property Name="WageTypeKey" Type="Edm.String" /><Property Name="DetailDescription" Type="Edm.String" /><Property Name="TotalEstimated" Type="Edm.Decimal" /><Property Name="EstimatedProjectValue" Type="Edm.Decimal" /><Property Name="ProgressTotal" Type="Edm.Decimal" /><Property Name="NotUsedTargetRevenueFiscalYear" Type="Edm.Decimal" /><Property Name="NotUsedTargetRevenueProject" Type="Edm.Decimal" /><Property Name="NotUsedProfitContributionFiscalYear" Type="Edm.Decimal" /><Property Name="NotUsedProfitContributionProject" Type="Edm.Decimal" /><Property Name="NotUsedProfitContributionTotal" Type="Edm.Decimal" /><Property Name="NotUsedProfitContributionTotalTarget" Type="Edm.Decimal" /><Property Name="NotUsedProfitContributionSubcontractorCharge" Type="Edm.Decimal" /><Property Name="NotUsedActualTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedActualRent" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedActualThirdParty" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedRevenueTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedRevenueSubcontractor" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedRevenueThirdParty" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedRevenueTravelExpens" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedRevenueExtraPay" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedRent" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedRevenueCompleted" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedDirectLaborWorkingHour" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedDirectLaborExpens" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedEffiencyPayment" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedWageAssociatedEmployerOutlay" Type="Edm.Decimal" Nullable="false" /><Property Name="TravelHour" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedTravelExpens" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedTravelAssociatedEmployerCost" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedTarzu" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedExtraPayAssociatedEmployerOutlay" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedRentalExpens" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalCostSubcontractor" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedSubContractorWorkingHour" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedThirdPartyCharge" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalCost" Type="Edm.Decimal" Nullable="false" /><Property Name="GrossProfit" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedFactorRevenueLabor" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedFactorGrossProfitLabor" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedProfitContributionThirdPartyCharge" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedEfficiencyExtraHour" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedTotalWorkingHour" Type="Edm.Decimal" Nullable="false" /><Property Name="EffiencyPrePayment" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedEffiencyAveragePay" Type="Edm.Decimal" Nullable="false" /><Property Name="NotusedEffiencyprepaymenttotal" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedWageTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedWagePayed" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedWageRest" Type="Edm.Decimal" Nullable="false" /><Property Name="IncludedRentalTime" Type="Edm.Int32" Nullable="false" /><Property Name="IncludedRentalTimeUnit" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="RentalTimeUnit" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="ProgressMountingPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedPartialPaymentMode" Type="Edm.Int32" Nullable="false" /><Property Name="DefaultHeaderForInvoice" Type="Edm.String" Nullable="false" /><Property Name="DefaultFooterForInvoice" Type="Edm.String" Nullable="false" /><Property Name="PaymentTermsDescription" Type="Edm.String" Nullable="false" /><Property Name="SourceDocumentType" Type="Office4Service.Enumerations.SourceDocumentTypes" Nullable="false" /><Property Name="SourceDocumentKey" Type="Edm.String" Nullable="false" /><Property Name="SourceDocumentNo" Type="Edm.Int64" Nullable="false" /><Property Name="SourceDocumentSubNo" Type="Edm.Int32" Nullable="false" /><Property Name="SourceDocumentFiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="NotUsedQuotationYear" Type="Edm.Int32" Nullable="false" /><Property Name="NotUsedQuotationNo" Type="Edm.Int64" Nullable="false" /><Property Name="NotUsedOrderConfirmationYear" Type="Edm.Int32" Nullable="false" /><Property Name="NotUsedOrderConfirmationNo" Type="Edm.Int64" Nullable="false" /><Property Name="CustomerGroup1Key" Type="Edm.String" Nullable="false" /><Property Name="CustomerGroup2Key" Type="Edm.String" Nullable="false" /><Property Name="BusinessUnit1Key" Type="Edm.String" Nullable="false" /><Property Name="BusinessUnit2Key" Type="Edm.String" Nullable="false" /><Property Name="CommercialContactKey" Type="Edm.String" Nullable="false" /><Property Name="TechnicalContactKey" Type="Edm.String" Nullable="false" /><Property Name="CurrencyKeyPrint" Type="Edm.String" /><Property Name="CurrencyKeyPrintAdditional" Type="Edm.String" /><Property Name="PaymentInfoText" Type="Edm.String" Nullable="false" /><Property Name="ObjectTextFormatted" Type="Edm.String" Nullable="false" /><Property Name="CustomerPurchaseOrderInformation" Type="Edm.String" Nullable="false" /><Property Name="DiscountDescription1" Type="Edm.String" Nullable="false" /><Property Name="DiscountDescription2" Type="Edm.String" Nullable="false" /><Property Name="DiscountPercentage1" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountPercentage2" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountValue1" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountValue2" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedTotalProgressPreviousYear" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedRentPreviousYear" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedThirdPartyChargesPreviousYear" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedSubcontractorTotalPreviousYear" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedTravelExpensesPreviousYear" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedExtraPayPreviousYear" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedPercentageDismantling" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedPercentageMounting" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedPercentageReconstruction" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedPercentageDayLabor" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedProzzula" Type="Edm.Decimal" Nullable="false" /><Property Name="IsContract" Type="Edm.Int32" Nullable="false" /><Property Name="IsExportWorkingHoursForThisProjectDisabled" Type="Edm.Boolean" Nullable="false" /><Property Name="UseContractScaffoldManagement" Type="Edm.Boolean" Nullable="false" /><Property Name="NotUsedMasterBillofQuantity" Type="Edm.Int64" Nullable="false" /><Property Name="IsUseOpenInvoiceList" Type="Edm.Boolean" Nullable="false" /><Property Name="IsAutomaticExpenseAllowanceEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="NotUsedContractscaffoldsdigitcount" Type="Edm.Int32" Nullable="false" /><Property Name="BillingDetailOption" Type="Office4Service.Enumerations.BillingDetailOptions" Nullable="false" /><Property Name="SubcontractorBillingDetailOption" Type="Office4Service.Enumerations.SubcontractorBillingDetailOptions" Nullable="false" /><Property Name="ContractBillingLaborOrRent" Type="Office4Service.Enumerations.ContractBillingTypes" Nullable="false" /><Property Name="ExternalFiscalAccount" Type="Edm.String" Nullable="false" /><Property Name="IsSubcontractorOrWorkerMandatory" Type="Edm.Int32" Nullable="false" /><Property Name="IsBonusDistributionActive" Type="Edm.Boolean" Nullable="false" /><Property Name="BonusIndividualPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="RevenueAccountNo" Type="Edm.String" /><Property Name="BonusCalculationWithoutExtraLaborExpens" Type="Edm.Boolean" Nullable="false" /><Property Name="SplittingOptionsLaborPrice" Type="Office4Service.Enumerations.LaborPriceSplittingOptions" Nullable="false" /><Property Name="UseBudget" Type="Edm.Boolean" Nullable="false" /><Property Name="MirrorProjectNo" Type="Edm.Int64" /><Property Name="IsUseBusinessUnit2ForNumberRangeScaffold" Type="Edm.Boolean" Nullable="false" /><Property Name="IsSeparateScaffoldAndDayLabor" Type="Edm.Boolean" Nullable="false" /><Property Name="ProjectSiteCountryCode" Type="Edm.String" Nullable="false" /><Property Name="PartsRentalPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="PartsRentalTimeUnitPriceList" Type="Edm.Int32" Nullable="false" /><Property Name="PartsRentalTimeUnitBilling" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="IsSecurityDepositEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="SecurityDepositText" Type="Edm.String" Nullable="false" /><Property Name="SecurityDepositPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedNachlvorlId" Type="Edm.Int32" Nullable="false" /><Property Name="NotUsedCalculationOption" Type="Edm.Int32" Nullable="false" /><Property Name="UseContractServiceSheetMainNo" Type="Edm.Boolean" Nullable="false" /><Property Name="AppUsage" Type="Office4Service.Enumerations.AppUsages" /><Property Name="MaterialCostFiscalAccount" Type="Edm.String" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /><Property Name="CreateNewItemsForTargetQuantity" Type="Edm.Boolean" Nullable="false" /><Property Name="ReferenceOrderNo" Type="Edm.String" /><Property Name="PurchaseOrderReference" Type="Edm.String" /><Property Name="ProjectReference" Type="Edm.String" /><Property Name="SalesOrderReference" Type="Edm.String" /><Property Name="Distance" Type="Edm.Int32" /><NavigationProperty Name="FiscalYear" Type="Office4Service.Models.FiscalYear" /><NavigationProperty Name="Project" Type="Office4Service.Models.Project"><ReferentialConstraint Property="ProjectNo" ReferencedProperty="ProjectNo" /></NavigationProperty><NavigationProperty Name="Address" Type="Office4Service.Models.Address"><ReferentialConstraint Property="AddressId" ReferencedProperty="AddressId" /></NavigationProperty><NavigationProperty Name="FiscalAccountRevenue" Type="Office4Service.Models.FiscalAccountRevenue"><ReferentialConstraint Property="RevenueAccountNo" ReferencedProperty="FiscalAccount" /></NavigationProperty><NavigationProperty Name="FinalCostings" Type="Collection(Office4Service.Models.FinalCosting)" /><NavigationProperty Name="Invoices" Type="Collection(Office4Service.Models.Invoice)" /></EntityType><EntityType Name="ObjectSection"><Key><PropertyRef Name="ItemId" /></Key><Property Name="ItemId" Type="Edm.Int32" Nullable="false" /><Property Name="RequestNo" Type="Edm.Int64" Nullable="false" /><Property Name="ProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="ObjectDescription" Type="Edm.String" /><Property Name="QuotationRequestId" Type="Edm.Int32" /><NavigationProperty Name="Project" Type="Office4Service.Models.Project" /><NavigationProperty Name="QuotationRequest" Type="Office4Service.Models.QuotationRequest"><ReferentialConstraint Property="QuotationRequestId" ReferencedProperty="QuotationRequestId" /></NavigationProperty></EntityType><EntityType Name="QuotationRequest"><Key><PropertyRef Name="QuotationRequestId" /></Key><Property Name="QuotationRequestId" Type="Edm.Int32" Nullable="false" /><Property Name="RequestNo" Type="Edm.Int64" Nullable="false" /><Property Name="RequestDate" Type="Edm.DateTimeOffset" /><Property Name="CreationDate" Type="Edm.DateTimeOffset" /><Property Name="CreatedByUserName" Type="Edm.String" Nullable="false" /><Property Name="StatusValue" Type="Edm.Int32" Nullable="false" /><Property Name="ObjectDescription" Type="Edm.String" Nullable="false" /><Property Name="NotUsedFrei" Type="Edm.Boolean" Nullable="false" /><Property Name="Matchcode" Type="Edm.String" Nullable="false" /><Property Name="DebitorNo" Type="Edm.Int32" Nullable="false" /><Property Name="AddressId" Type="Edm.Int32" /><Property Name="AddressSalutation" Type="Edm.String" Nullable="false" /><Property Name="AddressName" Type="Edm.String" Nullable="false" /><Property Name="AddressLine1" Type="Edm.String" Nullable="false" /><Property Name="AddressLine2" Type="Edm.String" Nullable="false" /><Property Name="AddressZipCode" Type="Edm.String" Nullable="false" /><Property Name="AddressCity" Type="Edm.String" Nullable="false" /><Property Name="Country" Type="Edm.String" Nullable="false" /><Property Name="AddressPhone" Type="Edm.String" Nullable="false" /><Property Name="AddressFax" Type="Edm.String" Nullable="false" /><Property Name="AddressEmail" Type="Edm.String" Nullable="false" /><Property Name="NotUsedFreia" Type="Edm.Boolean" Nullable="false" /><Property Name="ContactSelectionKey" Type="Edm.String" Nullable="false" /><Property Name="ContactName" Type="Edm.String" Nullable="false" /><Property Name="ContactPhone" Type="Edm.String" Nullable="false" /><Property Name="ContactFax" Type="Edm.String" Nullable="false" /><Property Name="ContactCellPhone" Type="Edm.String" Nullable="false" /><Property Name="ContactEmail" Type="Edm.String" Nullable="false" /><Property Name="QuotationNo" Type="Edm.Int64" Nullable="false" /><Property Name="QuotationFiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="QuotationDueDate" Type="Edm.DateTimeOffset" /><Property Name="QuotationDate" Type="Edm.DateTimeOffset" /><Property Name="QuotationNetTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="ProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="ProjectFiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="OrderDate" Type="Edm.DateTimeOffset" /><Property Name="CommercialContactName" Type="Edm.String" Nullable="false" /><Property Name="TechnicalContactKey" Type="Edm.String" Nullable="false" /><Property Name="ForwardingDate" Type="Edm.DateTimeOffset" /><Property Name="BusinessUnit1Key" Type="Edm.String" Nullable="false" /><Property Name="RequestIncomingType" Type="Edm.String" Nullable="false" /><Property Name="RequestClassification" Type="Edm.String" Nullable="false" /><Property Name="RequestContactFunction" Type="Edm.String" Nullable="false" /><Property Name="DetailDescription" Type="Edm.String" /><Property Name="DetailDescriptionFormatted" Type="Edm.String" /><Property Name="AccountManagerContact" Type="Edm.String" Nullable="false" /><Property Name="RejectionDescription" Type="Edm.String" Nullable="false" /><Property Name="RejectionDate" Type="Edm.DateTimeOffset" /><Property Name="IsCreditRatingCompleted" Type="Edm.Boolean" Nullable="false" /><Property Name="IsRegisteredWithTradeCreditInsurance" Type="Edm.Boolean" Nullable="false" /><Property Name="ScaffoldTypeIs70" Type="Edm.Boolean" Nullable="false" /><Property Name="ScaffoldTypeIs100" Type="Edm.Boolean" Nullable="false" /><Property Name="ScaffoldTypeIsPlatform" Type="Edm.Boolean" Nullable="false" /><Property Name="ScaffoldLocationAll" Type="Edm.Boolean" Nullable="false" /><Property Name="ScaffoldLocationFrontSide" Type="Edm.Boolean" Nullable="false" /><Property Name="ScaffoldLocationBackSide" Type="Edm.Boolean" Nullable="false" /><Property Name="ScaffoldLocationRightSide" Type="Edm.Boolean" Nullable="false" /><Property Name="ScaffoldLocationLeftSide" Type="Edm.Boolean" Nullable="false" /><Property Name="ScaffoldCoverHasCanva" Type="Edm.Boolean" Nullable="false" /><Property Name="ScaffoldCoverHasContainment" Type="Edm.Boolean" Nullable="false" /><Property Name="ScaffoldCoverHasNet" Type="Edm.Boolean" Nullable="false" /><Property Name="ScaffoldStreetUsePermissionIsNeeded" Type="Edm.Boolean" Nullable="false" /><Property Name="ScaffoldNeedsCraftPainter" Type="Edm.Boolean" Nullable="false" /><Property Name="ScaffoldNeedsCraftInsulation" Type="Edm.Boolean" Nullable="false" /><Property Name="ScaffoldNeedsCraftPlumber" Type="Edm.Boolean" Nullable="false" /><Property Name="ScaffoldNeedsCraftRoofer" Type="Edm.Boolean" Nullable="false" /><Property Name="ScaffoldNeedsCraftMason" Type="Edm.Boolean" Nullable="false" /><Property Name="ScaffoldTypeDescription" Type="Edm.String" Nullable="false" /><Property Name="ScaffoldCoverDescription" Type="Edm.String" Nullable="false" /><Property Name="ScaffoldLocationDescription" Type="Edm.String" Nullable="false" /><Property Name="ScaffoldStreetUsePermissionDescription" Type="Edm.String" Nullable="false" /><Property Name="ScaffoldNeedsCraftText" Type="Edm.String" Nullable="false" /><Property Name="ScaffoldNeedsDetailDescription" Type="Edm.String" /><Property Name="DistanceToBuildingSite" Type="Edm.Int32" Nullable="false" /><Property Name="AddressCountryCode" Type="Edm.String" Nullable="false" /><Property Name="NextContact" Type="Edm.String" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /><Property Name="ConstructionSiteAddressSalutation" Type="Edm.String" Nullable="false" /><Property Name="ConstructionSiteAddressName" Type="Edm.String" Nullable="false" /><Property Name="ConstructionSiteAddressLine" Type="Edm.String" Nullable="false" /><Property Name="ConstructionSiteAddressStreet" Type="Edm.String" Nullable="false" /><Property Name="ConstructionSiteAddressCountryCode" Type="Edm.String" Nullable="false" /><Property Name="ConstructionSiteAddressZipCode" Type="Edm.String" Nullable="false" /><Property Name="ConstructionSiteAddressCity" Type="Edm.String" Nullable="false" /><NavigationProperty Name="Address" Type="Office4Service.Models.Address"><ReferentialConstraint Property="AddressId" ReferencedProperty="AddressId" /></NavigationProperty><NavigationProperty Name="BillingRequest" Type="Collection(Office4Service.Models.BillingRequest)" /><NavigationProperty Name="ObjectSection" Type="Collection(Office4Service.Models.ObjectSection)" /></EntityType><EntityType Name="BillingRequest"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="ItemId" Type="Edm.Int64" Nullable="false" /><Property Name="RequestNo" Type="Edm.Int64" Nullable="false" /><Property Name="fakdatum" Type="Edm.DateTimeOffset" /><Property Name="faksumme" Type="Edm.Decimal" Nullable="false" /><Property Name="Percentage" Type="Edm.Decimal" Nullable="false" /><Property Name="QuotationRequestId" Type="Edm.Int32" /><NavigationProperty Name="QuotationRequest" Type="Office4Service.Models.QuotationRequest"><ReferentialConstraint Property="QuotationRequestId" ReferencedProperty="QuotationRequestId" /></NavigationProperty></EntityType><EntityType Name="BillingServiceSheet"><Key><PropertyRef Name="BillingServiceSheetId" /></Key><Property Name="BillingServiceSheetId" Type="Edm.Int32" Nullable="false" /><Property Name="BillingServiceSheetNo" Type="Edm.Int64" Nullable="false" /><Property Name="BillingServiceSheetVersionNo" Type="Edm.Int32" Nullable="false" /><Property Name="NotUsed_RequestNo" Type="Edm.Int64" Nullable="false" /><Property Name="IsCompleted" Type="Edm.Boolean" Nullable="false" /><Property Name="IsNewVersionCreationEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="NotUsed_QuotationNo" Type="Edm.Int64" Nullable="false" /><Property Name="NotUsed_QuotationFiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="NotUsed_OrderConfirmationNo" Type="Edm.Int64" Nullable="false" /><Property Name="NotUsed_ConfirmationFiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="VersionStatus" Type="Edm.Int32" Nullable="false" /><Property Name="PreviousVersionNo" Type="Edm.Int32" Nullable="false" /><Property Name="InvoiceNo" Type="Edm.Int64" Nullable="false" /><Property Name="MountingStartDate" Type="Edm.DateTimeOffset" /><Property Name="FinalInvoiceDate" Type="Edm.DateTimeOffset" /><Property Name="VersionDate" Type="Edm.DateTimeOffset" /><Property Name="FinalDismantlingDate" Type="Edm.DateTimeOffset" /><Property Name="EvaluationDate" Type="Edm.DateTimeOffset" /><Property Name="DismantlingDate" Type="Edm.DateTimeOffset" /><Property Name="IsCurrencyExchangeRateFixed" Type="Edm.Boolean" Nullable="false" /><Property Name="IncludedRentalTime" Type="Edm.Int32" Nullable="false" /><Property Name="IncludedRentalTimeUnit" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="PreliminaryRentalEndDate" Type="Edm.DateTimeOffset" /><Property Name="AddressReference" Type="Edm.Int32" Nullable="false" /><Property Name="AddressId" Type="Edm.Int32" /><Property Name="Matchcode" Type="Edm.String" Nullable="false" /><Property Name="ObjectDescription" Type="Edm.String" Nullable="false" /><Property Name="DetailDescription" Type="Edm.String" /><Property Name="ProgressRentMounting" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressRentDismantling" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressRentTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressLaborOwn" Type="Edm.Decimal" Nullable="false" /><Property Name="ThirdPartyTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressTravelExpensesTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressExtraLaborExpensesTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="SubcontractorTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="TargetValue" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressMounting" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressDismantling" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="BilledTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="BillableTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsed_Discount1Option" Type="Edm.Boolean" Nullable="false" /><Property Name="NetTotalBeforeDiscount1" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsed_Discount2Option" Type="Edm.Boolean" Nullable="false" /><Property Name="NetTotalBeforeDiscount2" Type="Edm.Decimal" Nullable="false" /><Property Name="LastModifiedDate" Type="Edm.DateTimeOffset" /><Property Name="LastModifiedUserName" Type="Edm.String" Nullable="false" /><Property Name="IsExactRentalCalculationEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="SkipWeekendsForRentOption" Type="Edm.Int32" Nullable="false" /><Property Name="TotalWeight" Type="Edm.Decimal" Nullable="false" /><Property Name="WeightMounted" Type="Edm.Decimal" Nullable="false" /><Property Name="BillingInfo" Type="Edm.Int32" Nullable="false" /><Property Name="IncludedRentalTimeNotConsideredAsRent" Type="Edm.Int32" Nullable="false" /><Property Name="IncludedRentalTimeNotConsideredAsRentUnit" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="RentalTimeUnit" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="NotUsedEntryType" Type="Edm.Int32" Nullable="false" /><Property Name="MaterialCostTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="SkipDaysForRent" Type="Edm.Int32" Nullable="false" /><Property Name="CurrencyKey" Type="Edm.String" Nullable="false" /><Property Name="CurrencyExchangeRate" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyExchangeRateInverse" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencySymbol" Type="Edm.String" Nullable="false" /><Property Name="DiscountDescription1" Type="Edm.String" Nullable="false" /><Property Name="DiscountPercentage1" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountValue1" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountDescription2" Type="Edm.String" Nullable="false" /><Property Name="DiscountPercentage2" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountValue2" Type="Edm.Decimal" Nullable="false" /><Property Name="ProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="SourceDocumentType" Type="Office4Service.Enumerations.SourceDocumentTypes" Nullable="false" /><Property Name="SourceDocumentKey" Type="Edm.String" Nullable="false" /><Property Name="SourceDocumentFiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="SourceDocumentNo" Type="Edm.Int64" Nullable="false" /><Property Name="SourceDocumentSubNo" Type="Edm.Int32" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /><NavigationProperty Name="Project" Type="Office4Service.Models.Project" /><NavigationProperty Name="Address" Type="Office4Service.Models.Address"><ReferentialConstraint Property="AddressId" ReferencedProperty="AddressId" /></NavigationProperty><NavigationProperty Name="Items" Type="Collection(Office4Service.Models.BillingServiceSheetItem)" /></EntityType><EntityType Name="BillingServiceSheetItem"><Key><PropertyRef Name="BillingServiceSheetItemId" /></Key><Property Name="BillingServiceSheetItemId" Type="Edm.Int32" Nullable="false" /><Property Name="BillingServiceSheetId" Type="Edm.Int32" /><Property Name="BillingServiceSheetNo" Type="Edm.Int64" Nullable="false" /><Property Name="BillingServiceSheetVersionNo" Type="Edm.Int32" Nullable="false" /><Property Name="SortOrderId" Type="Edm.Int32" Nullable="false" /><Property Name="ItemPrintEnabled" Type="Edm.Int32" Nullable="false" /><Property Name="IsRent" Type="Edm.Boolean" Nullable="false" /><Property Name="IsStatisticItem" Type="Edm.Boolean" Nullable="false" /><Property Name="IsRelevantForProgressDisabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsServiceSheetItemLaborPartModified" Type="Edm.Boolean" Nullable="false" /><Property Name="IsServiceSheetItemRentalPartModified" Type="Edm.Boolean" Nullable="false" /><Property Name="SubItemsAvailableInformation" Type="Edm.Int32" Nullable="false" /><Property Name="SortNo" Type="Edm.Int32" Nullable="false" /><Property Name="ServiceItemNo" Type="Edm.String" Nullable="false" /><Property Name="ServiceItemGroupId" Type="Edm.Int32" Nullable="false" /><Property Name="ShareValueForStatisticItemCalculation" Type="Edm.Decimal" Nullable="false" /><Property Name="ValidFromDate" Type="Edm.DateTimeOffset" /><Property Name="ValidToDate" Type="Edm.DateTimeOffset" /><Property Name="IncludedRentalTime" Type="Edm.Int32" Nullable="false" /><Property Name="IncludedRentalTimeUnit" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="RentalTimeUnit" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="ItemNo" Type="Edm.String" Nullable="false" /><Property Name="ItemNoRent" Type="Edm.String" Nullable="false" /><Property Name="MeasuringUnitKey" Type="Edm.String" Nullable="false" /><Property Name="MeasuringUnitRentalKey" Type="Edm.String" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="DetailDescription" Type="Edm.String" /><Property Name="DetailDescriptionFormatted" Type="Edm.String" /><Property Name="QuantityLength" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityHeight" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityDepth" Type="Edm.Decimal" Nullable="false" /><Property Name="ChainDimensioningLength" Type="Edm.String" /><Property Name="ChainDimensioningHeight" Type="Edm.String" /><Property Name="ChainDimensioningDepth" Type="Edm.String" /><Property Name="IsLengthAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="IsDepthAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="IsHeightAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="QuantityDecimalPlace" Type="Edm.Int32" Nullable="false" /><Property Name="Quantity" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityDismantling" Type="Edm.Decimal" Nullable="false" /><Property Name="TargetQuantity" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantitySubcontractor" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantitySubcontractorDismantling" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityProgressRelevant" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityDismantlingProgressRelevant" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityTotalAllSubItem" Type="Edm.Decimal" Nullable="false" /><Property Name="RentalStartDate" Type="Edm.DateTimeOffset" /><Property Name="IncludedRentalTimeEndDate" Type="Edm.DateTimeOffset" /><Property Name="PreliminaryRentalEndDate" Type="Edm.DateTimeOffset" /><Property Name="RentalEndDate" Type="Edm.DateTimeOffset" /><Property Name="RentalPeriod" Type="Edm.Decimal" Nullable="false" /><Property Name="RentalPeriodDay" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityRent" Type="Edm.Decimal" Nullable="false" /><Property Name="TargetQuantityRent" Type="Edm.Decimal" Nullable="false" /><Property Name="SubcontractorRentalTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityRentDay" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityRentalProgressRelevant" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityRentalDaysProgressRelevant" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantitySubcontractorRentalProgressRelevant" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantitySubcontractorRentalDaysProgressRelevant" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceRent" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceThirdPartyCharge" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceTravelExpens" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceExtraLaborExpens" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsed_Mietproz" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressMountingPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="BillingMountingPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="BillingDismantlingPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="BillingRentPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="RentalUnitPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="RentalUnitPriceThirdPartyCharge" Type="Edm.Decimal" Nullable="false" /><Property Name="RentalUnitPriceLaborExpens" Type="Edm.Decimal" Nullable="false" /><Property Name="RentalUnitPriceTravelExpens" Type="Edm.Decimal" Nullable="false" /><Property Name="RentalUnitPriceExtraLaborExpens" Type="Edm.Decimal" Nullable="false" /><Property Name="RentalUnitPricePerDay" Type="Edm.Decimal" Nullable="false" /><Property Name="RentalUnitPriceThirdPartyChargesPerDay" Type="Edm.Decimal" Nullable="false" /><Property Name="RentalUnitPriceLaborExpensesPerDay" Type="Edm.Decimal" Nullable="false" /><Property Name="RentalUnitPriceTravelExpensesPerDay" Type="Edm.Decimal" Nullable="false" /><Property Name="RentalUnitPriceExtraLaborExpensesPerDay" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressRentTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressLaborOwn" Type="Edm.Decimal" Nullable="false" /><Property Name="SubcontractorTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="SubcontractorPercentOfWorkDone" Type="Edm.Decimal" Nullable="false" /><Property Name="SubcontractorDismantlingSharePercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="ThirdPartyTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressTravelExpensesTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressExtraLaborExpensesTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="TargetValue" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressMounting" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressDismantling" Type="Edm.Decimal" Nullable="false" /><Property Name="BilledQuantity" Type="Edm.Decimal" Nullable="false" /><Property Name="BilledQuantityRental" Type="Edm.Decimal" Nullable="false" /><Property Name="BilledTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="BillableTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsed_DetailDescriptionLabor" Type="Edm.String" /><Property Name="NotUsed_DetailDescriptionRent" Type="Edm.String" /><Property Name="UseForEfficiencyPayOption" Type="Office4Service.Enumerations.UseForEfficiencyPayOptions" Nullable="false" /><Property Name="WageMounting" Type="Edm.Decimal" Nullable="false" /><Property Name="WageDismantling" Type="Edm.Decimal" Nullable="false" /><Property Name="ItemType" Type="Edm.String" Nullable="false" /><Property Name="SurchargePercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="SurchargeRentPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="BillingServiceTypeLabor" Type="Office4Service.Enumerations.BillingServiceType" Nullable="false" /><Property Name="BillingServiceTypeRent" Type="Office4Service.Enumerations.BillingServiceType" Nullable="false" /><Property Name="Weight" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsed_IsServiceItemNoPartNo" Type="Edm.Boolean" Nullable="false" /><Property Name="UnitPriceDismantling" Type="Edm.Decimal" Nullable="false" /><Property Name="SurchargeDismantlingPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="DirectoryOfServicesId" Type="Edm.Int32" Nullable="false" /><Property Name="DirectoryOfServicesSource" Type="Office4Service.Enumerations.DirectoryOfServicesSourceTypes" Nullable="false" /><Property Name="IsDiscount" Type="Edm.Boolean" Nullable="false" /><Property Name="MaterialCostTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="MaterialCostPerUnitAndDay" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityRentalDaysCostRelevant" Type="Edm.Decimal" Nullable="false" /><Property Name="HasProjectProgressPlanData" Type="Edm.Boolean" Nullable="false" /><Property Name="TimeWorth" Type="Edm.Decimal" Nullable="false" /><Property Name="TimeWorthAb" Type="Edm.Decimal" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /><NavigationProperty Name="BillingServiceSheet" Type="Office4Service.Models.BillingServiceSheet"><ReferentialConstraint Property="BillingServiceSheetId" ReferencedProperty="BillingServiceSheetId" /></NavigationProperty><NavigationProperty Name="SubItems" Type="Collection(Office4Service.Models.BillingServiceSheetSubItem)" /></EntityType><EntityType Name="BillingServiceSheetItemSummary"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="BillingServiceSheetItemNo" Type="Edm.String" /><Property Name="ServiceItemNo" Type="Edm.String" /><Property Name="FiscalYearKey" Type="Edm.Int32" /><Property Name="ProjectNo" Type="Edm.Int64" /><Property Name="BillingServiceSheetNo" Type="Edm.Int64" Nullable="false" /><Property Name="FiscalAccount" Type="Edm.String" Nullable="false" /><Property Name="IsRevenue" Type="Edm.Boolean" Nullable="false" /><Property Name="ItemType" Type="Edm.Int32" Nullable="false" /><Property Name="ItemTypeText" Type="Edm.String" Nullable="false" /><Property Name="UnitPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="Quantity" Type="Edm.Decimal" Nullable="false" /><Property Name="MeasuringUnitKey" Type="Edm.String" Nullable="false" /><Property Name="Month00" Type="Edm.Decimal" Nullable="false" /><Property Name="Month01" Type="Edm.Decimal" Nullable="false" /><Property Name="Month02" Type="Edm.Decimal" Nullable="false" /><Property Name="Month03" Type="Edm.Decimal" Nullable="false" /><Property Name="Month04" Type="Edm.Decimal" Nullable="false" /><Property Name="Month05" Type="Edm.Decimal" Nullable="false" /><Property Name="Month06" Type="Edm.Decimal" Nullable="false" /><Property Name="Month07" Type="Edm.Decimal" Nullable="false" /><Property Name="Month08" Type="Edm.Decimal" Nullable="false" /><Property Name="Month09" Type="Edm.Decimal" Nullable="false" /><Property Name="Month10" Type="Edm.Decimal" Nullable="false" /><Property Name="Month11" Type="Edm.Decimal" Nullable="false" /><Property Name="Month12" Type="Edm.Decimal" Nullable="false" /><NavigationProperty Name="ProjectDetail" Type="Office4Service.Models.ProjectFiscalYear"><ReferentialConstraint Property="ProjectNo" ReferencedProperty="ProjectNo" /><ReferentialConstraint Property="FiscalYearKey" ReferencedProperty="FiscalYearKey" /></NavigationProperty><NavigationProperty Name="Project" Type="Office4Service.Models.Project"><ReferentialConstraint Property="ProjectNo" ReferencedProperty="ProjectNo" /></NavigationProperty></EntityType><EntityType Name="BillingServiceSheetSubItem"><Key><PropertyRef Name="BillingServiceSheetSubItemId" /></Key><Property Name="BillingServiceSheetSubItemId" Type="Edm.Int32" Nullable="false" /><Property Name="BillingServiceSheetId" Type="Edm.Int32" /><Property Name="BillingServiceSheetItemId" Type="Edm.Int32" /><Property Name="BillingServiceSheetNo" Type="Edm.Int64" Nullable="false" /><Property Name="BillingServiceSheetVersionNo" Type="Edm.Int32" Nullable="false" /><Property Name="SortNo" Type="Edm.Int32" Nullable="false" /><Property Name="SortOrderId" Type="Edm.Int32" Nullable="false" /><Property Name="ItemSortId" Type="Edm.Decimal" Nullable="false" /><Property Name="IsServiceSheetItemLaborPartModified" Type="Edm.Boolean" Nullable="false" /><Property Name="IsServiceSheetItemRentalPartModified" Type="Edm.Boolean" Nullable="false" /><Property Name="IsFreeObjectDescription" Type="Edm.Boolean" Nullable="false" /><Property Name="ObjectDescription" Type="Edm.String" Nullable="false" /><Property Name="ObjectAxi" Type="Edm.String" Nullable="false" /><Property Name="CompletionProgress" Type="Edm.String" Nullable="false" /><Property Name="QuantityCount" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityLength" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityDepth" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityHeight" Type="Edm.Decimal" Nullable="false" /><Property Name="ChainDimensioningLength" Type="Edm.String" /><Property Name="ChainDimensioningDepth" Type="Edm.String" /><Property Name="ChainDimensioningHeight" Type="Edm.String" /><Property Name="ChainDimensioningQuantity" Type="Edm.String" /><Property Name="DetailDescription" Type="Edm.String" /><Property Name="Quantity" Type="Edm.Decimal" Nullable="false" /><Property Name="SubcontractorPercentOfWorkDone" Type="Edm.Decimal" Nullable="false" /><Property Name="SubcontractorDismantlingSharePercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="MountingDate" Type="Edm.DateTimeOffset" /><Property Name="RentalStartDate" Type="Edm.DateTimeOffset" /><Property Name="IncludedRentalTimeEndDate" Type="Edm.DateTimeOffset" /><Property Name="PreliminaryRentalEndDate" Type="Edm.DateTimeOffset" /><Property Name="RentalEndDate" Type="Edm.DateTimeOffset" /><Property Name="DismantlingDate" Type="Edm.DateTimeOffset" /><Property Name="RentalPeriod" Type="Edm.Decimal" Nullable="false" /><Property Name="RentalPeriodNotRounded" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityRent" Type="Edm.Decimal" Nullable="false" /><Property Name="RentalDay" Type="Edm.Decimal" Nullable="false" /><Property Name="WorkOrderOrSubcontractorNoMounting" Type="Edm.Int32" Nullable="false" /><Property Name="WorkOrderOrSubcontractorNoDismantling" Type="Edm.Int32" Nullable="false" /><Property Name="SubcontractorQuantityReferenceOutdated" Type="Edm.Int32" Nullable="false" /><Property Name="ItemType" Type="Edm.String" Nullable="false" /><Property Name="RentalTimeStartDate" Type="Edm.DateTimeOffset" /><Property Name="QuantityRentalDaysCostRelevant" Type="Edm.Decimal" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /><NavigationProperty Name="BillingServiceSheetItem" Type="Office4Service.Models.BillingServiceSheetItem"><ReferentialConstraint Property="BillingServiceSheetItemId" ReferencedProperty="BillingServiceSheetItemId" /></NavigationProperty><NavigationProperty Name="BillingServiceSheet" Type="Office4Service.Models.BillingServiceSheet"><ReferentialConstraint Property="BillingServiceSheetId" ReferencedProperty="BillingServiceSheetId" /></NavigationProperty></EntityType><EntityType Name="TechnicalContact"><Key><PropertyRef Name="TechnicalContactId" /></Key><Property Name="TechnicalContactId" Type="Edm.Int32" Nullable="false" /><Property Name="TechnicalContactKey" Type="Edm.String" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="ContactName" Type="Edm.String" /><Property Name="ProjectNumberRangeStart" Type="Edm.String" /><Property Name="ProjectNumberRangeEnd" Type="Edm.String" /><Property Name="BusinessUnit1Key" Type="Edm.String" Nullable="false" /><Property Name="BusinessUnit2" Type="Edm.String" Nullable="false" /><Property Name="ContactPhone" Type="Edm.String" /><Property Name="ContactEmail" Type="Edm.String" /><Property Name="ContactFax" Type="Edm.String" /><Property Name="DispoColor" Type="Edm.Int32" /><Property Name="Timestamp" Type="Edm.Binary" /></EntityType><EntityType Name="BusinessUnit1"><Key><PropertyRef Name="BusinessUnit1Id" /></Key><Property Name="BusinessUnit1Id" Type="Edm.Int32" Nullable="false" /><Property Name="BusinessUnit1Key" Type="Edm.String" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="FiscalAccountForRevenue" Type="Edm.String" Nullable="false" /><Property Name="FiscalAccountForProgressPaymentRequest" Type="Edm.String" Nullable="false" /><Property Name="NumberRangeInternalProjectUnProductiveStart" Type="Edm.String" /><Property Name="NumberRangeInternalProjectUnProductiveEnd" Type="Edm.String" /><Property Name="NumberRangeInternalProjectProductiveStart" Type="Edm.String" /><Property Name="NumberRangeInternalProjectProductiveEnd" Type="Edm.String" /><Property Name="NumberRangeProjectStart" Type="Edm.String" /><Property Name="NumberRangeProjectEnd" Type="Edm.String" /><Property Name="NumberRangeQuotationStart" Type="Edm.String" /><Property Name="NumberRangeQuotationEnd" Type="Edm.String" /><Property Name="NumberRangeInvoiceStart" Type="Edm.String" /><Property Name="NumberRangeInvoiceEnd" Type="Edm.String" /><Property Name="NumberRangeProgressPaymentRequestStart" Type="Edm.String" /><Property Name="NumberRangeProgressPaymentRequestEnd" Type="Edm.String" /><Property Name="CurrencyKey" Type="Edm.String" Nullable="false" /><Property Name="CurrencyKeyPrintAdditional" Type="Edm.String" Nullable="false" /><Property Name="AssociatedParentBusinessUnit1" Type="Edm.String" Nullable="false" /><Property Name="DefaultMainStock" Type="Edm.Int64" /><Property Name="NumberRangeOrderConfirmationStart" Type="Edm.String" /><Property Name="NumberRangeOrderConfirmationEnd" Type="Edm.String" /><Property Name="CompanyAdressId" Type="Edm.Int32" /><Property Name="Timestamp" Type="Edm.Binary" /><NavigationProperty Name="Stock" Type="Office4Service.Models.Stock"><ReferentialConstraint Property="DefaultMainStock" ReferencedProperty="StockNo" /></NavigationProperty></EntityType><EntityType Name="BusinessUnit2"><Key><PropertyRef Name="BusinessUnit2Id" /></Key><Property Name="BusinessUnit2Id" Type="Edm.Int32" Nullable="false" /><Property Name="BusinessUnit2Key" Type="Edm.String" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="BusinessUnit1" Type="Edm.String" Nullable="false" /><Property Name="TechnicalContactKey" Type="Edm.String" Nullable="false" /><Property Name="NumberRangeInternalProjectUnProductiveStart" Type="Edm.String" /><Property Name="NumberRangeInternalProjectUnProductiveEnd" Type="Edm.String" /><Property Name="NumberRangeInternalProjectProductiveStart" Type="Edm.String" /><Property Name="NumberRangeInternalProjectProductiveEnd" Type="Edm.String" /><Property Name="NumberRangeProjectStart" Type="Edm.String" /><Property Name="NumberRangeProjectEnd" Type="Edm.String" /><Property Name="NumberRangeQuotationStart" Type="Edm.String" /><Property Name="NumberRangeQuotationEnd" Type="Edm.String" /><Property Name="NumberRangeInvoiceStart" Type="Edm.String" /><Property Name="NumberRangeInvoiceEnd" Type="Edm.String" /><Property Name="Timestamp" Type="Edm.Binary" /></EntityType><EntityType Name="BankAccount"><Key><PropertyRef Name="BankId" /></Key><Property Name="BankId" Type="Edm.Int64" Nullable="false" /><Property Name="AccountName" Type="Edm.String" Nullable="false" /><Property Name="BankName" Type="Edm.String" Nullable="false" /><Property Name="NationalBankCode" Type="Edm.String" Nullable="false" /><Property Name="NationalBankAccountNo" Type="Edm.String" Nullable="false" /><Property Name="AccountHolder" Type="Edm.String" Nullable="false" /><Property Name="FiscalAccountOutgoing" Type="Edm.String" Nullable="false" /><Property Name="FiscalAccountIncoming" Type="Edm.String" Nullable="false" /><Property Name="IsOutgoingAccountUsed" Type="Edm.Boolean" Nullable="false" /><Property Name="IsIncomingAccountUsed" Type="Edm.Boolean" Nullable="false" /><Property Name="FiscalAccount" Type="Edm.String" Nullable="false" /><Property Name="SortNo" Type="Edm.Int64" Nullable="false" /><Property Name="IsMainCashAccount" Type="Edm.Boolean" Nullable="false" /><Property Name="InternationalBankAccountNo" Type="Edm.String" Nullable="false" /><Property Name="BankIdentifierCode" Type="Edm.String" Nullable="false" /><Property Name="OverdraftCredit" Type="Edm.Decimal" Nullable="false" /><Property Name="IsUsedForLiquidityForecast" Type="Edm.Boolean" Nullable="false" /><Property Name="PaymentOrderWithReferenceNumberNo" Type="Edm.Int32" Nullable="false" /><Property Name="PaymentOrderWithReferenceNumberUserNo" Type="Edm.Int32" Nullable="false" /><Property Name="BankZipCode" Type="Edm.String" /><Property Name="BankCity" Type="Edm.String" /><Property Name="QrIban" Type="Edm.String" /></EntityType><EntityType Name="CrewTemplate"><Key><PropertyRef Name="CrewName" /></Key><Property Name="CrewName" Type="Edm.String" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="IsUsed" Type="Edm.Boolean" Nullable="false" /><Property Name="CrewLeaderEmployeeNo" Type="Edm.Int32" /><NavigationProperty Name="CrewLeader" Type="Office4Service.Models.Employee"><ReferentialConstraint Property="CrewLeaderEmployeeNo" ReferencedProperty="EmployeeNo" /></NavigationProperty></EntityType><EntityType Name="WorkingArea"><Key><PropertyRef Name="WorkingAreaKey" /></Key><Property Name="WorkingAreaKey" Type="Edm.String" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="SortNo" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="FiscalYear"><Key><PropertyRef Name="FiscalYearKey" /></Key><Property Name="FiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="StartDate" Type="Edm.DateTimeOffset" /><Property Name="EndDate" Type="Edm.DateTimeOffset" /><Property Name="InternalProjectNoFormat" Type="Edm.String" /><Property Name="LastEvaluatedOnDate" Type="Edm.DateTimeOffset" /><Property Name="LastEvaluatedBusinessUnit" Type="Edm.String" /><Property Name="NotUsedTrendtype" Type="Edm.Int32" /><Property Name="TotalWorker" Type="Edm.Decimal" /><Property Name="ProductiveWorkingHoursPerWorker" Type="Edm.Decimal" /><Property Name="TotalProductiveWorkingHour" Type="Edm.Decimal" /><Property Name="EvaluatedMonth" Type="Edm.Int32" /><Property Name="NotUsedNumberRangeProjectsStart" Type="Edm.Int64" /><Property Name="NotUsedNumberRangeProjectsEnd" Type="Edm.Int64" /><Property Name="NotUsedNumberRangeInternalUnproductiveStart" Type="Edm.Int64" /><Property Name="NotUsedNumberRangeInternalUnproductiveEnd" Type="Edm.Int64" /><Property Name="NotUsedNumberRangeInternalProductiveStart" Type="Edm.Int64" /><Property Name="NotusedNumberRangeInternalProductiveEnd" Type="Edm.Int64" /><Property Name="CurrencyKeyPrint" Type="Edm.String" /><Property Name="CurrencyKeyPrintAdditional" Type="Edm.String" /><Property Name="ExchangeRateForward" Type="Edm.Decimal" Nullable="false" /><Property Name="ExchangeRateBackward" Type="Edm.Decimal" Nullable="false" /><Property Name="IsClosed" Type="Edm.Boolean" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /><NavigationProperty Name="FinalCostingItems" Type="Collection(Office4Service.Models.FinalCostingItem)" /><NavigationProperty Name="FinalCostingBookingAccountTotals" Type="Collection(Office4Service.Models.FinalCostingBookingAccountTotal)" /><NavigationProperty Name="FinalCostings" Type="Collection(Office4Service.Models.FinalCosting)" /><NavigationProperty Name="BudgetingBusinessSummarys" Type="Collection(Office4Service.Models.BudgetingBusinessSummary)" /><NavigationProperty Name="FinalCostingTargets" Type="Collection(Office4Service.Models.FinalCostingTarget)" /></EntityType><EntityType Name="FiscalAccountRevenue"><Key><PropertyRef Name="FiscalAccount" /></Key><Property Name="FiscalAccount" Type="Edm.String" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="DefaultFooterForInvoice" Type="Edm.String" Nullable="false" /><Property Name="TaxKeyId" Type="Edm.String" Nullable="false" /><Property Name="IsVatIdCheckingEnabled" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="Currency"><Key><PropertyRef Name="CurrencyKey" /><PropertyRef Name="FiscalYearKey" /></Key><Property Name="CurrencyKey" Type="Edm.String" Nullable="false" /><Property Name="FiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="Symbol" Type="Edm.String" Nullable="false" /><Property Name="CurrencyName" Type="Edm.String" /><Property Name="IsBaseCurrency" Type="Edm.Boolean" Nullable="false" /><Property Name="ExchangeRate" Type="Edm.Decimal" /><Property Name="ExchangeRateInverse" Type="Edm.Decimal" /><Property Name="IsFixedExchangeRate" Type="Edm.Boolean" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /><NavigationProperty Name="FiscalYear" Type="Office4Service.Models.FiscalYear" /></EntityType><EntityType Name="MeasuringUnit"><Key><PropertyRef Name="MeasuringUnitId" /></Key><Property Name="MeasuringUnitId" Type="Edm.Int32" Nullable="false" /><Property Name="MeasuringUnitKey" Type="Edm.String" Nullable="false" /><Property Name="MeasuringUnitTypeId" Type="Office4Service.Enumerations.MeasuringUnitType" Nullable="false" /><Property Name="TimeUnitId" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="BelongsToMeasuringUnit" Type="Edm.String" Nullable="false" /><Property Name="SortNo" Type="Edm.Int32" Nullable="false" /><Property Name="DecimalPlacesCount" Type="Edm.Int32" Nullable="false" /><Property Name="IsLengthAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="IsDepthAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="IsHeightAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /></EntityType><EntityType Name="CreditNote"><Key><PropertyRef Name="CreditNoteNo" /><PropertyRef Name="FiscalYearKey" /></Key><Property Name="CreditNoteNo" Type="Edm.Int64" Nullable="false" /><Property Name="FiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="PrintDateSelectionOption" Type="Edm.Int32" Nullable="false" /><Property Name="CreditNoteDate" Type="Edm.DateTimeOffset" /><Property Name="DocumentDate" Type="Edm.DateTimeOffset" /><Property Name="InvoiceNo" Type="Edm.Int64" Nullable="false" /><Property Name="ProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="ObjectDetailDescription" Type="Edm.String" Nullable="false" /><Property Name="ObjectDetailDescriptionFormatted" Type="Edm.String" Nullable="false" /><Property Name="ObjectDescription" Type="Edm.String" Nullable="false" /><Property Name="OpenInvoiceListBookingText" Type="Edm.String" Nullable="false" /><Property Name="DetailDescriptionInternal" Type="Edm.String" /><Property Name="IncludedRentalTime" Type="Edm.Int32" Nullable="false" /><Property Name="IncludedRentalTimeUnit" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="SourceDocumentType" Type="Office4Service.Enumerations.SourceDocumentTypes" Nullable="false" /><Property Name="SourceDocumentFiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="SourceDocumentNo" Type="Edm.Int64" Nullable="false" /><Property Name="SourceDocumentSubNo" Type="Edm.Int32" Nullable="false" /><Property Name="SourceDocumentKey" Type="Edm.String" Nullable="false" /><Property Name="DebitorNo" Type="Edm.Int32" Nullable="false" /><Property Name="AddressId" Type="Edm.Int32" /><Property Name="Matchcode" Type="Edm.String" Nullable="false" /><Property Name="AddressSalutation" Type="Edm.String" Nullable="false" /><Property Name="AddressName" Type="Edm.String" Nullable="false" /><Property Name="AddressLine1" Type="Edm.String" Nullable="false" /><Property Name="AddressLine2" Type="Edm.String" Nullable="false" /><Property Name="AddressZipCode" Type="Edm.String" Nullable="false" /><Property Name="AddressCity" Type="Edm.String" Nullable="false" /><Property Name="AddressPhone" Type="Edm.String" Nullable="false" /><Property Name="AddressFax" Type="Edm.String" Nullable="false" /><Property Name="AddressEmail" Type="Edm.String" Nullable="false" /><Property Name="Headertext" Type="Edm.String" Nullable="false" /><Property Name="HeaderTextFormatted" Type="Edm.String" Nullable="false" /><Property Name="FooterText" Type="Edm.String" Nullable="false" /><Property Name="FooterTextFormatted" Type="Edm.String" Nullable="false" /><Property Name="DiscountDescription1" Type="Edm.String" Nullable="false" /><Property Name="NetTotalBeforeDiscount1" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountPercentage1" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountValue1" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountDescription2" Type="Edm.String" Nullable="false" /><Property Name="NetTotalBeforeDiscount2" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountPercentage2" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountValue2" Type="Edm.Decimal" Nullable="false" /><Property Name="NetTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="VatValue" Type="Edm.Decimal" Nullable="false" /><Property Name="VatPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="GrossTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalSubcontractor" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalTravelExpens" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalExtraLaborExpens" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalRent" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalThirdPartyCharge" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalLabor" Type="Edm.Decimal" Nullable="false" /><Property Name="CommercialContactCaption" Type="Edm.String" Nullable="false" /><Property Name="CommercialContactName" Type="Edm.String" Nullable="false" /><Property Name="TechnicalContactCaption" Type="Edm.String" Nullable="false" /><Property Name="TechnicalContactName" Type="Edm.String" Nullable="false" /><Property Name="TechnicalContactKey" Type="Edm.String" Nullable="false" /><Property Name="CurrencyKey" Type="Edm.String" Nullable="false" /><Property Name="CurrencyExchangeRate" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyExchangeRateInverse" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencySymbol" Type="Edm.String" Nullable="false" /><Property Name="CurrencyKeyPrint" Type="Edm.String" Nullable="false" /><Property Name="CurrencyKeyPrintAdditional" Type="Edm.String" Nullable="false" /><Property Name="BusinessUnit1Key" Type="Edm.String" Nullable="false" /><Property Name="CurrencyPrintExchangeRate" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyPrintExchangeRateInverse" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyPrintAdditionalExchangeRate" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyPrintAdditionalExchangeRateInverse" Type="Edm.Decimal" Nullable="false" /><Property Name="IsCurrencyPrintFixedExchangeRate" Type="Edm.Boolean" Nullable="false" /><Property Name="IsCurrencyPrintAdditionalFixedExchangeRate" Type="Edm.Boolean" Nullable="false" /><Property Name="CurrencyPrintSymbol" Type="Edm.String" Nullable="false" /><Property Name="CurrencyPrintAdditionalSymbol" Type="Edm.String" Nullable="false" /><Property Name="CoverLetterNo" Type="Edm.Int64" Nullable="false" /><Property Name="ContactSelectionKey" Type="Edm.String" Nullable="false" /><Property Name="ContactName" Type="Edm.String" Nullable="false" /><Property Name="FaxInfoText" Type="Edm.String" Nullable="false" /><Property Name="FiscalAccount" Type="Edm.String" Nullable="false" /><Property Name="IsApprovedForExport" Type="Edm.Boolean" Nullable="false" /><Property Name="ExportDate" Type="Edm.DateTimeOffset" /><Property Name="TaxKeyId" Type="Edm.String" Nullable="false" /><Property Name="IsImportedFromGaeb" Type="Edm.Boolean" Nullable="false" /><Property Name="GaebDetail" Type="Edm.String" /><Property Name="DigitCountFirstSection" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNoDigitCountSecondarySection" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNoMask" Type="Edm.String" Nullable="false" /><Property Name="ItemNoIncrement" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNoSectionDelimiter" Type="Edm.String" Nullable="false" /><Property Name="ItemNoFillerChar" Type="Edm.String" Nullable="false" /><Property Name="ItemNoCreationOption" Type="Edm.Boolean" /><Property Name="AddressCountryCode" Type="Edm.String" Nullable="false" /><Property Name="ApprovalDate" Type="Edm.DateTimeOffset" /><Property Name="ApprovalUserName" Type="Edm.String" Nullable="false" /><Property Name="CreditNoteStatus" Type="Office4Service.Enumerations.CreditNoteStatus" Nullable="false" /><Property Name="CommercialContactId" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="Project" Type="Office4Service.Models.Project" /><NavigationProperty Name="Address" Type="Office4Service.Models.Address"><ReferentialConstraint Property="AddressId" ReferencedProperty="AddressId" /></NavigationProperty><NavigationProperty Name="CreditNoteItems" Type="Collection(Office4Service.Models.CreditNoteItem)" /></EntityType><EntityType Name="CreditNoteItem"><Key><PropertyRef Name="CreditNoteNo" /><PropertyRef Name="FiscalYearKey" /><PropertyRef Name="SortOrderId" /><PropertyRef Name="ItemNo" /></Key><Property Name="CreditNoteNo" Type="Edm.Int64" Nullable="false" /><Property Name="FiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="SortOrderId" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNo" Type="Edm.String" Nullable="false" /><Property Name="SourceDocumentItemNo" Type="Edm.String" Nullable="false" /><Property Name="ItemNoReference" Type="Edm.String" Nullable="false" /><Property Name="IncludedRentalTime" Type="Edm.Int32" Nullable="false" /><Property Name="IncludedRentalTimeUnit" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="IsRent" Type="Edm.Boolean" Nullable="false" /><Property Name="ServiceItemNo" Type="Edm.String" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="DetailDescription" Type="Edm.String" Nullable="false" /><Property Name="DetailDescriptionFormatted" Type="Edm.String" Nullable="false" /><Property Name="UnitPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="Quantity" Type="Edm.Decimal" Nullable="false" /><Property Name="SubcontractorQuantity" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityDecimalPlace" Type="Edm.Int32" Nullable="false" /><Property Name="MeasuringUnitKey" Type="Edm.String" Nullable="false" /><Property Name="TotalPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceLabor" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceTravelExpens" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceExtraLaborExpens" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceRent" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceThirdPartyCharge" Type="Edm.Decimal" Nullable="false" /><Property Name="SubcontractorTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="IsItemNoPrintDisabled" Type="Edm.Boolean" Nullable="false" /><Property Name="ItemType" Type="Edm.String" Nullable="false" /><Property Name="SurchargeTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="SurchargePercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="SortNo" Type="Edm.String" Nullable="false" /><Property Name="IsSurchargeAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="GaebSubTextInfo" Type="Edm.Int32" Nullable="false" /><Property Name="IsServiceItemNoPartNo" Type="Edm.Boolean" Nullable="false" /><Property Name="DirectoryOfServicesId" Type="Edm.Int32" Nullable="false" /><Property Name="DirectoryOfServicesSource" Type="Office4Service.Enumerations.DirectoryOfServicesSourceTypes" Nullable="false" /><Property Name="IsDiscount" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="CreditNote" Type="Office4Service.Models.CreditNote" /></EntityType><EntityType Name="DirectoryOfService"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="DirectoryOfServicesId" Type="Edm.Int32" Nullable="false" /><Property Name="DirectoryName" Type="Edm.String" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="ExternalCode" Type="Edm.String" Nullable="false" /><Property Name="BusinessUnit1Key" Type="Edm.String" Nullable="false" /><Property Name="IsUserEditable" Type="Edm.Boolean" Nullable="false" /><Property Name="ValidStartDate" Type="Edm.DateTimeOffset" /><Property Name="ValidEndDate" Type="Edm.DateTimeOffset" /><Property Name="DirectoryNo" Type="Edm.String" Nullable="false" /><Property Name="DirectoryVersion" Type="Edm.String" Nullable="false" /><NavigationProperty Name="ServiceItems" Type="Collection(Office4Service.Models.ServiceItem)" /><NavigationProperty Name="ProjectAssociations" Type="Collection(Office4Service.Models.DirectoryOfServicesProjectAssociation)" /><NavigationProperty Name="ServiceItemSubcontractorPrices" Type="Collection(Office4Service.Models.ServiceItemSubcontractorPrice)" /></EntityType><EntityType Name="ServiceItemGroup"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="ServiceItemGroupId" Type="Edm.Int32" Nullable="false" /><Property Name="ServiceItemGroupName" Type="Edm.String" Nullable="false" /><Property Name="SortNo" Type="Edm.Int32" Nullable="false" /><Property Name="UseForAufmplan" Type="Edm.Boolean" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /><NavigationProperty Name="BillingServiceSheetItems" Type="Collection(Office4Service.Models.BillingServiceSheetItem)" /></EntityType><EntityType Name="ServiceItem"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="DirectoryOfServicesId" Type="Edm.Int32" Nullable="false" /><Property Name="AddressId" Type="Edm.Int32" /><Property Name="ProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="ServiceItemNo" Type="Edm.String" /><Property Name="ServiceItemGroupId" Type="Edm.Int32" Nullable="false" /><Property Name="CustomerItemNo" Type="Edm.String" Nullable="false" /><Property Name="CustomerItemNoRent" Type="Edm.String" Nullable="false" /><Property Name="AlternateBillingServiceItemNo" Type="Edm.String" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="MeasuringUnitKey" Type="Edm.String" Nullable="false" /><Property Name="RentalTimeUnit" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="ProgressMountingPercentage" Type="Edm.Decimal" /><Property Name="BillingMountingPercentage" Type="Edm.Decimal" /><Property Name="BillingDismantlingPercentage" Type="Edm.Decimal" /><Property Name="RentalPercentage" Type="Edm.Decimal" /><Property Name="DefaultQuotationText" Type="Edm.String" /><Property Name="DefaultQuotationTextFormatted" Type="Edm.String" /><Property Name="DefaultBillingTextMounting" Type="Edm.String" /><Property Name="DefaultBillingTextMountingFormatted" Type="Edm.String" /><Property Name="DefaultBillingTextDismantling" Type="Edm.String" /><Property Name="DefaultBillingTextDismantlingFormatted" Type="Edm.String" /><Property Name="DefaultQuotationTextRent" Type="Edm.String" /><Property Name="DefaultQuotationTextRentFormatted" Type="Edm.String" /><Property Name="DefaultBillingTextRent" Type="Edm.String" /><Property Name="DefaultBillingTextRentFormatted" Type="Edm.String" /><Property Name="IsMountingPartUsed" Type="Edm.Boolean" Nullable="false" /><Property Name="UnitPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceRent" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceThirdPartyCharge" Type="Edm.Decimal" Nullable="false" /><Property Name="SurchargePercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="IsRentalPartUsed" Type="Edm.Boolean" Nullable="false" /><Property Name="RentalPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="RentalPriceLabor" Type="Edm.Decimal" Nullable="false" /><Property Name="RentalPriceThirdPartyCharge" Type="Edm.Decimal" Nullable="false" /><Property Name="RentalSurchargePercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="SurchargeCalculationOption" Type="Office4Service.Enumerations.SurchangeCalculationOptions" Nullable="false" /><Property Name="WorkingTimeMountingMinute" Type="Edm.Decimal" Nullable="false" /><Property Name="WorkingTimeDismantlingMinute" Type="Edm.Decimal" Nullable="false" /><Property Name="ShareValueForStatisticItemCalculation" Type="Edm.Decimal" Nullable="false" /><Property Name="Weight" Type="Edm.Decimal" Nullable="false" /><Property Name="FiscalAccountInProcessMounting" Type="Edm.String" Nullable="false" /><Property Name="FiscalAccountInProcessDismantling" Type="Edm.String" Nullable="false" /><Property Name="FiscalAccountInProcessRent" Type="Edm.String" Nullable="false" /><Property Name="FiscalAccountRevenueMounting" Type="Edm.String" Nullable="false" /><Property Name="FiscalAccountRevenueDismantling" Type="Edm.String" Nullable="false" /><Property Name="FiscalAccountRevenueRent" Type="Edm.String" Nullable="false" /><Property Name="FiscalAccountQuantityMounting" Type="Edm.String" Nullable="false" /><Property Name="FiscalAccountQuantityDismantling" Type="Edm.String" Nullable="false" /><Property Name="FiscalAccountQuantityRent" Type="Edm.String" Nullable="false" /><Property Name="FiscalAccountInProcessMountingSubcontractor" Type="Edm.String" Nullable="false" /><Property Name="FiscalAccountInProcessDismantlingSubcontractor" Type="Edm.String" Nullable="false" /><Property Name="FiscalAccountInProcessRentSubcontractor" Type="Edm.String" Nullable="false" /><Property Name="FiscalAccountRevenueMountingSubcontractor" Type="Edm.String" Nullable="false" /><Property Name="FiscalAccountRevenueDismantlingSubcontractor" Type="Edm.String" Nullable="false" /><Property Name="FiscalAccountRevenueRentSubcontractor" Type="Edm.String" Nullable="false" /><Property Name="FiscalAccountQuantityMountingSubcontractor" Type="Edm.String" Nullable="false" /><Property Name="FiscalAccountQuantityDismantlingSubcontractor" Type="Edm.String" Nullable="false" /><Property Name="FiscalAccountQuantityRentSubcontractor" Type="Edm.String" Nullable="false" /><Property Name="WageMounting" Type="Edm.Decimal" Nullable="false" /><Property Name="WageDismantling" Type="Edm.Decimal" Nullable="false" /><Property Name="ContractMeasureFieldsUsageDefinitionForServiceSheet" Type="Edm.String" Nullable="false" /><Property Name="ContractMeasureFieldsUsageDefinitionForBilling" Type="Edm.String" Nullable="false" /><Property Name="IsContractRentalItemInSameRow" Type="Edm.Boolean" Nullable="false" /><Property Name="ContractBillingMeasuringUnit" Type="Edm.String" Nullable="false" /><Property Name="IncludedRentalTime" Type="Edm.Int32" Nullable="false" /><Property Name="IncludedRentalTimeUnit" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="BillingServiceTypeLabor" Type="Office4Service.Enumerations.BillingServiceType" Nullable="false" /><Property Name="BillingServiceTypeRent" Type="Office4Service.Enumerations.BillingServiceType" Nullable="false" /><Property Name="ScriptDefinition" Type="Edm.String" /><Property Name="UseForEfficiencyPayOption" Type="Office4Service.Enumerations.UseForEfficiencyPayOptions" Nullable="false" /><Property Name="IsDismantlingPartUsed" Type="Edm.Boolean" Nullable="false" /><Property Name="UnitPriceDismantling" Type="Edm.Decimal" Nullable="false" /><Property Name="SurchargePercentageDismantling" Type="Edm.Decimal" Nullable="false" /><Property Name="CustomerItemNoDismantling" Type="Edm.String" Nullable="false" /><Property Name="DefaultSubcontractorTextMounting" Type="Edm.String" /><Property Name="DefaultSubcontractorTextMountingFormatted" Type="Edm.String" /><Property Name="DefaultSubcontractorTextDismantling" Type="Edm.String" /><Property Name="DefaultSubcontractorTextDismantlingFormatted" Type="Edm.String" /><Property Name="WageTypeKey" Type="Edm.String" Nullable="false" /><Property Name="NpkAlternativeItemGroup" Type="Edm.String" Nullable="false" /><Property Name="NpkRepeatItemEnd" Type="Edm.String" Nullable="false" /><Property Name="NpkRepeatLikeItem" Type="Edm.String" Nullable="false" /><Property Name="CostEstimationServiceItemId" Type="Edm.Int64" Nullable="false" /><Property Name="MaterialCostPerUnitAndDay" Type="Edm.Decimal" Nullable="false" /><Property Name="ImportServiceItemNo" Type="Edm.String" /><NavigationProperty Name="Address" Type="Office4Service.Models.Address"><ReferentialConstraint Property="AddressId" ReferencedProperty="AddressId" /></NavigationProperty><NavigationProperty Name="Project" Type="Office4Service.Models.Project" /><NavigationProperty Name="DirectoryOfService" Type="Office4Service.Models.DirectoryOfService" /><NavigationProperty Name="ServiceItemSubcontractorPrices" Type="Collection(Office4Service.Models.ServiceItemSubcontractorPrice)" /></EntityType><EntityType Name="DirectoryOfServicesProjectAssociation"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="DirectoryOfServicesId" Type="Edm.Int32" /><Property Name="ItemId" Type="Edm.Int32" Nullable="false" /><Property Name="ProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="AddressId" Type="Edm.Int32" /><Property Name="IsDefaultProject" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="DirectoryOfService" Type="Office4Service.Models.DirectoryOfService"><ReferentialConstraint Property="DirectoryOfServicesId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="Project" Type="Office4Service.Models.Project" /><NavigationProperty Name="Address" Type="Office4Service.Models.Address"><ReferentialConstraint Property="AddressId" ReferencedProperty="AddressId" /></NavigationProperty></EntityType><EntityType Name="ServiceItemSubcontractorPrice"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="ServiceItemId" Type="Edm.Int32" /><Property Name="DirectoryOfServicesId" Type="Edm.Int32" /><Property Name="AddressId" Type="Edm.Int32" /><Property Name="ProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="ServiceItemNo" Type="Edm.String" Nullable="false" /><Property Name="CreditorNo" Type="Edm.Int32" Nullable="false" /><Property Name="PriceMounting" Type="Edm.Decimal" Nullable="false" /><Property Name="PriceDismantling" Type="Edm.Decimal" Nullable="false" /><Property Name="Percentage" Type="Edm.Decimal" Nullable="false" /><Property Name="DetailDescription" Type="Edm.String" Nullable="false" /><NavigationProperty Name="Address" Type="Office4Service.Models.Address"><ReferentialConstraint Property="AddressId" ReferencedProperty="AddressId" /></NavigationProperty><NavigationProperty Name="Project" Type="Office4Service.Models.Project" /><NavigationProperty Name="ServiceItem" Type="Office4Service.Models.ServiceItem"><ReferentialConstraint Property="ServiceItemId" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="DirectoryOfService" Type="Office4Service.Models.DirectoryOfService"><ReferentialConstraint Property="DirectoryOfServicesId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="CustomerGroup1"><Key><PropertyRef Name="CustomerGroup1Id" /></Key><Property Name="CustomerGroup1Id" Type="Edm.Int32" Nullable="false" /><Property Name="CustomerGroup1Key" Type="Edm.String" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /></EntityType><EntityType Name="CustomerGroup2"><Key><PropertyRef Name="CustomerGroup2Id" /></Key><Property Name="CustomerGroup2Id" Type="Edm.Int32" Nullable="false" /><Property Name="CustomerGroup2Key" Type="Edm.String" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /></EntityType><EntityType Name="DunningProfile"><Key><PropertyRef Name="DunningProfileKey" /></Key><Property Name="DunningProfileKey" Type="Edm.String" Nullable="false" /><Property Name="IsDunningLevel1Used" Type="Edm.Boolean" Nullable="false" /><Property Name="IsDunningLevel2Used" Type="Edm.Boolean" Nullable="false" /><Property Name="IsDunningLevel3Used" Type="Edm.Boolean" Nullable="false" /><Property Name="IsDunningLevel4Used" Type="Edm.Boolean" Nullable="false" /><Property Name="HeaderTemplateTextKey1" Type="Edm.String" Nullable="false" /><Property Name="HeaderTemplateTextKey2" Type="Edm.String" Nullable="false" /><Property Name="HeaderTemplateTextKey3" Type="Edm.String" Nullable="false" /><Property Name="HeaderTemplateTextKey4" Type="Edm.String" Nullable="false" /><Property Name="FooterTemplateTextKey1" Type="Edm.String" Nullable="false" /><Property Name="FooterTemplateTextKey2" Type="Edm.String" Nullable="false" /><Property Name="FooterTemplateTextKey3" Type="Edm.String" Nullable="false" /><Property Name="FooterTemplateTextKey4" Type="Edm.String" Nullable="false" /><Property Name="HeaderText1" Type="Edm.String" /><Property Name="HeaderText1Formatted" Type="Edm.String" /><Property Name="HeaderText2" Type="Edm.String" /><Property Name="HeaderText2Formatted" Type="Edm.String" /><Property Name="HeaderText3" Type="Edm.String" /><Property Name="HeaderText3Formatted" Type="Edm.String" /><Property Name="HeaderText4" Type="Edm.String" /><Property Name="HeaderText4Formatted" Type="Edm.String" /><Property Name="FooterText1" Type="Edm.String" /><Property Name="FooterText1Formatted" Type="Edm.String" /><Property Name="FooterText2" Type="Edm.String" /><Property Name="FooterText2Formatted" Type="Edm.String" /><Property Name="FooterText3" Type="Edm.String" /><Property Name="FooterText3Formatted" Type="Edm.String" /><Property Name="FooterText4" Type="Edm.String" /><Property Name="FooterText4Formatted" Type="Edm.String" /><Property Name="DunningLevel1DocumentName" Type="Edm.String" Nullable="false" /><Property Name="DunningLevel2DocumentName" Type="Edm.String" Nullable="false" /><Property Name="DunningLevel3DocumentName" Type="Edm.String" Nullable="false" /><Property Name="DunningLevel4DocumentName" Type="Edm.String" Nullable="false" /><Property Name="OverDueDayCount1" Type="Edm.Int32" Nullable="false" /><Property Name="OverDueDayCount2" Type="Edm.Int32" Nullable="false" /><Property Name="OverDueDayCount3" Type="Edm.Int32" Nullable="false" /><Property Name="OverDueDayCount4" Type="Edm.Int32" Nullable="false" /><Property Name="DeadlineDayCount1" Type="Edm.Int32" Nullable="false" /><Property Name="DeadlineDayCount2" Type="Edm.Int32" Nullable="false" /><Property Name="DeadlineDayCount3" Type="Edm.Int32" Nullable="false" /><Property Name="DeadlineDayCount4" Type="Edm.Int32" Nullable="false" /><Property Name="AlternateRecipient1Matchcode" Type="Edm.String" Nullable="false" /><Property Name="AlternateRecipient2Matchcode" Type="Edm.String" Nullable="false" /><Property Name="AlternateRecipient3Matchcode" Type="Edm.String" Nullable="false" /><Property Name="AlternateRecipient4Matchcode" Type="Edm.String" Nullable="false" /><Property Name="OverDueDayType1" Type="Office4Service.Enumerations.DueDateTypes" Nullable="false" /><Property Name="OverDueDayType2" Type="Office4Service.Enumerations.DueDateTypes" Nullable="false" /><Property Name="OverDueDayType3" Type="Office4Service.Enumerations.DueDateTypes" Nullable="false" /><Property Name="OverDueDayType4" Type="Office4Service.Enumerations.DueDateTypes" Nullable="false" /><Property Name="DeadlineDayType1" Type="Office4Service.Enumerations.DueDateTypes" Nullable="false" /><Property Name="DeadlineDayType2" Type="Office4Service.Enumerations.DueDateTypes" Nullable="false" /><Property Name="DeadlineDayType3" Type="Office4Service.Enumerations.DueDateTypes" Nullable="false" /><Property Name="DeadlineDayType4" Type="Office4Service.Enumerations.DueDateTypes" Nullable="false" /><Property Name="ContinueWithDunningLevel" Type="Edm.Int32" Nullable="false" /><Property Name="ExternalMaxDunningLevel" Type="Edm.Decimal" Nullable="false" /><Property Name="ExternalDunningKey" Type="Edm.String" Nullable="false" /><Property Name="ExternalIntererestUsageOption" Type="Edm.String" Nullable="false" /><Property Name="ExternalDunningCode1" Type="Edm.String" Nullable="false" /><Property Name="ExternalDunningCode2" Type="Edm.String" Nullable="false" /><Property Name="ExternalDunningCode3" Type="Edm.String" Nullable="false" /><Property Name="InterestRate1" Type="Edm.Decimal" Nullable="false" /><Property Name="InterestRate2" Type="Edm.Decimal" Nullable="false" /><Property Name="InterestRate3" Type="Edm.Decimal" Nullable="false" /><Property Name="InterestRate4" Type="Edm.Decimal" Nullable="false" /></EntityType><EntityType Name="TextTemplate"><Key><PropertyRef Name="TextTemplateId" /></Key><Property Name="TextTemplateId" Type="Edm.Int32" Nullable="false" /><Property Name="TemplateKey" Type="Edm.String" Nullable="false" /><Property Name="Type" Type="Office4Service.Enumerations.TextTemplateTypes" Nullable="false" /><Property Name="AssociatedDocumentType" Type="Office4Service.Enumerations.TextTemplateDocumentTypes" Nullable="false" /><Property Name="TemplateContent" Type="Edm.String" Nullable="false" /><Property Name="TemplateContentFormatted" Type="Edm.String" Nullable="false" /><Property Name="IsUsedAsDefaultTemplate" Type="Office4Service.Enumerations.TextTemplateDefaultUses" Nullable="false" /></EntityType><EntityType Name="ContactEvent"><Key><PropertyRef Name="ContactEventId" /></Key><Property Name="ContactEventId" Type="Edm.Int32" Nullable="false" /><Property Name="ContactEventNo" Type="Edm.Int64" Nullable="false" /><Property Name="CreationDate" Type="Edm.DateTimeOffset" /><Property Name="CommercialContactName" Type="Edm.String" Nullable="false" /><Property Name="CommercialContactFreeText" Type="Edm.String" Nullable="false" /><Property Name="ContactName" Type="Edm.String" Nullable="false" /><Property Name="CustomerNo" Type="Edm.Int32" Nullable="false" /><Property Name="Matchcode" Type="Edm.String" Nullable="false" /><Property Name="ProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="RequestNo" Type="Edm.Int64" Nullable="false" /><Property Name="OccasionDescription" Type="Edm.String" Nullable="false" /><Property Name="DetailDescription" Type="Edm.String" Nullable="false" /><Property Name="AgreementDescription" Type="Edm.String" Nullable="false" /><Property Name="ReminderDate" Type="Edm.DateTimeOffset" /><Property Name="IsCompleted" Type="Edm.Boolean" Nullable="false" /><Property Name="CompletionDate" Type="Edm.DateTimeOffset" /><Property Name="HistoryText" Type="Edm.String" /><Property Name="IgnoreText" Type="Edm.String" Nullable="false" /><Property Name="IsIgnored" Type="Edm.Boolean" Nullable="false" /><Property Name="OwnerName" Type="Edm.String" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /><NavigationProperty Name="Project" Type="Office4Service.Models.Project" /></EntityType><EntityType Name="Invoice"><Key><PropertyRef Name="InvoiceId" /></Key><Property Name="InvoiceId" Type="Edm.Int32" Nullable="false" /><Property Name="InvoiceNo" Type="Edm.Int64" Nullable="false" /><Property Name="FiscalYearKey" Type="Edm.Int32" /><Property Name="ProgressPaymentConsecutiveNo" Type="Edm.Int32" Nullable="false" /><Property Name="LastProgressPaymentInvoiceNo" Type="Edm.Int64" Nullable="false" /><Property Name="LastProgressPaymentFiscalYear" Type="Edm.Int32" Nullable="false" /><Property Name="LastProgressPaymentConsecutiveNo" Type="Edm.Int32" Nullable="false" /><Property Name="PrintDocumentOrBookingDateOption" Type="Edm.Int32" Nullable="false" /><Property Name="InvoiceDate" Type="Edm.DateTimeOffset" /><Property Name="DocumentDate" Type="Edm.DateTimeOffset" /><Property Name="ServiceStartDate" Type="Edm.DateTimeOffset" /><Property Name="ServiceEndDate" Type="Edm.DateTimeOffset" /><Property Name="NotUsedPartialPaymentMode" Type="Edm.Int32" Nullable="false" /><Property Name="IsOutdatedByNewerInvoice" Type="Edm.Boolean" Nullable="false" /><Property Name="DetailDescriptionInternal" Type="Edm.String" Nullable="false" /><Property Name="IncludedRentalTime" Type="Edm.Int32" Nullable="false" /><Property Name="IncludedRentalTimeUnit" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="DueDateCashDiscount1" Type="Edm.DateTimeOffset" /><Property Name="DueDateCashDiscount2" Type="Edm.DateTimeOffset" /><Property Name="DueDate" Type="Edm.DateTimeOffset" /><Property Name="ProjectNo" Type="Edm.Int64" /><Property Name="SourceDocumentType" Type="Office4Service.Enumerations.SourceDocumentTypes" Nullable="false" /><Property Name="SourceDocumentKey" Type="Edm.String" Nullable="false" /><Property Name="SourceDocumentNo" Type="Edm.Int64" Nullable="false" /><Property Name="SourceDocumentSubNo" Type="Edm.Int32" Nullable="false" /><Property Name="SourceDocumentFiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="NotUsedBillingServiceSheetSelectionKey" Type="Edm.String" Nullable="false" /><Property Name="NotUsedBillingServiceSheetNo" Type="Edm.Int64" Nullable="false" /><Property Name="NotUsedBillingServiceSheetVersionNo" Type="Edm.Int32" Nullable="false" /><Property Name="QuotationNo" Type="Edm.Int64" Nullable="false" /><Property Name="QuotationYear" Type="Edm.Int32" Nullable="false" /><Property Name="ConfirmationNo" Type="Edm.Int64" Nullable="false" /><Property Name="ConfirmationYear" Type="Edm.Int32" Nullable="false" /><Property Name="DeliveryNoteNo" Type="Edm.Int64" Nullable="false" /><Property Name="DeliveryNoteYear" Type="Edm.Int32" Nullable="false" /><Property Name="ObjectDescription" Type="Edm.String" Nullable="false" /><Property Name="ObjectDetailDescription" Type="Edm.String" Nullable="false" /><Property Name="ObjectDetailDescriptionFormatted" Type="Edm.String" Nullable="false" /><Property Name="DebitorNo" Type="Edm.Int32" Nullable="false" /><Property Name="AddressId" Type="Edm.Int32" /><Property Name="Matchcode" Type="Edm.String" Nullable="false" /><Property Name="AddressSalutation" Type="Edm.String" Nullable="false" /><Property Name="AddressName" Type="Edm.String" Nullable="false" /><Property Name="AddressLine1" Type="Edm.String" Nullable="false" /><Property Name="AddressLine2" Type="Edm.String" Nullable="false" /><Property Name="AddressZipCode" Type="Edm.String" Nullable="false" /><Property Name="AddressCity" Type="Edm.String" Nullable="false" /><Property Name="AddressPhone" Type="Edm.String" Nullable="false" /><Property Name="AddressFax" Type="Edm.String" Nullable="false" /><Property Name="AddressEmail" Type="Edm.String" Nullable="false" /><Property Name="NetTotalBeforePriorInvoice" Type="Edm.Decimal" Nullable="false" /><Property Name="VatPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="VatTotalBeforePriorInvoice" Type="Edm.Decimal" Nullable="false" /><Property Name="GrossTotalBeforePriorInvoice" Type="Edm.Decimal" Nullable="false" /><Property Name="NetTotalBeforeSecurityDeposit" Type="Edm.Decimal" Nullable="false" /><Property Name="VatTotalBeforeSecurityDeposit" Type="Edm.Decimal" Nullable="false" /><Property Name="GrossTotalBeforeSecurityDeposit" Type="Edm.Decimal" Nullable="false" /><Property Name="NetTotalPriorInvoice" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedVatPercentaGeb" Type="Edm.Decimal" Nullable="false" /><Property Name="VatTotalPriorInvoice" Type="Edm.Decimal" Nullable="false" /><Property Name="GrossTotalPriorInvoice" Type="Edm.Decimal" Nullable="false" /><Property Name="NetTotalPaymentRequest" Type="Edm.Decimal" Nullable="false" /><Property Name="VatTotalPaymentRequest" Type="Edm.Decimal" Nullable="false" /><Property Name="GrossTotalPaymentRequest" Type="Edm.Decimal" Nullable="false" /><Property Name="NetTotalBookingValue" Type="Edm.Decimal" Nullable="false" /><Property Name="VatTotalBookingValue" Type="Edm.Decimal" Nullable="false" /><Property Name="GrossTotalBookingValue" Type="Edm.Decimal" Nullable="false" /><Property Name="NetTotalPriorPayment" Type="Edm.Decimal" Nullable="false" /><Property Name="VatTotalPriorPayment" Type="Edm.Decimal" Nullable="false" /><Property Name="GrossTotalPriorPayment" Type="Edm.Decimal" Nullable="false" /><Property Name="HeaderText" Type="Edm.String" Nullable="false" /><Property Name="HeaderTextFormatted" Type="Edm.String" Nullable="false" /><Property Name="FooterText" Type="Edm.String" Nullable="false" /><Property Name="FooterTextFormatted" Type="Edm.String" Nullable="false" /><Property Name="PaymentTerm" Type="Edm.String" Nullable="false" /><Property Name="PaymentTermsFormatted" Type="Edm.String" Nullable="false" /><Property Name="PaymentTermsDescription" Type="Edm.String" Nullable="false" /><Property Name="NetTotalBeforeDiscount1" Type="Edm.Decimal" Nullable="false" /><Property Name="NetTotalBeforeDiscount2" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountPercentage1" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountPercentage2" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountValue1" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountValue2" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountDescription1" Type="Edm.String" Nullable="false" /><Property Name="DiscountDescription2" Type="Edm.String" Nullable="false" /><Property Name="IsSecurityDepositEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="SecurityDepositText" Type="Edm.String" Nullable="false" /><Property Name="SecurityDepositPercent" Type="Edm.Decimal" Nullable="false" /><Property Name="NetTotalSecurityDeposit" Type="Edm.Decimal" Nullable="false" /><Property Name="VatTotalSecurityDeposit" Type="Edm.Decimal" Nullable="false" /><Property Name="GrossTotalSecurityDeposit" Type="Edm.Decimal" Nullable="false" /><Property Name="CashDiscount1DueDay" Type="Edm.Int32" Nullable="false" /><Property Name="CashDiscount2DueDay" Type="Edm.Int32" Nullable="false" /><Property Name="NetDueDay" Type="Edm.Int32" Nullable="false" /><Property Name="CashDiscount1DueDaysType" Type="Office4Service.Enumerations.DueDateTypes" Nullable="false" /><Property Name="CashDiscount2DueDaysType" Type="Office4Service.Enumerations.DueDateTypes" Nullable="false" /><Property Name="NetDueDaysType" Type="Office4Service.Enumerations.DueDateTypes" Nullable="false" /><Property Name="CashDiscount1Percentage" Type="Edm.Decimal" Nullable="false" /><Property Name="CashDiscount2Percentage" Type="Edm.Decimal" Nullable="false" /><Property Name="CommercialContactCaption" Type="Edm.String" Nullable="false" /><Property Name="CommercialContactName" Type="Edm.String" Nullable="false" /><Property Name="TechnicalContactCaption" Type="Edm.String" Nullable="false" /><Property Name="TechnicalContactName" Type="Edm.String" Nullable="false" /><Property Name="TechnicalContactKey" Type="Edm.String" Nullable="false" /><Property Name="CurrencyKey" Type="Edm.String" Nullable="false" /><Property Name="CurrencyExchangeRate" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyExchangeRateInverse" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencySymbol" Type="Edm.String" Nullable="false" /><Property Name="CurrencyKeyPrint" Type="Edm.String" Nullable="false" /><Property Name="CurrencyKeyPrintAdditional" Type="Edm.String" Nullable="false" /><Property Name="CurrencyPrintSymbol" Type="Edm.String" Nullable="false" /><Property Name="CurrencyPrintAdditionalSymbol" Type="Edm.String" Nullable="false" /><Property Name="IsCurrencyPrintFixedExchangeRate" Type="Edm.Boolean" Nullable="false" /><Property Name="IsCurrencyPrintAdditionalFixedExchangeRate" Type="Edm.Boolean" Nullable="false" /><Property Name="CurrencyPrintExchangeRate" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyPrintExchangeRateInverse" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyPrintAdditionalExchangeRate" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyPrintAdditionalExchangeRateInverse" Type="Edm.Decimal" Nullable="false" /><Property Name="BusinessUnit1Key" Type="Edm.String" Nullable="false" /><Property Name="LetterNo" Type="Edm.Int64" Nullable="false" /><Property Name="IsDeductPriorInvoice" Type="Edm.Boolean" Nullable="false" /><Property Name="DeductPriorInvoicesOption" Type="Edm.Int32" Nullable="false" /><Property Name="IsDeductPriorPayment" Type="Edm.Boolean" Nullable="false" /><Property Name="DeductPriorPaymentsOption" Type="Edm.Int32" Nullable="false" /><Property Name="PartialPaymentVatOption" Type="Edm.Int32" Nullable="false" /><Property Name="NotUsedDeductPriorPaymentType" Type="Edm.Int32" Nullable="false" /><Property Name="ContactSelectionKey" Type="Edm.String" Nullable="false" /><Property Name="ContactName" Type="Edm.String" Nullable="false" /><Property Name="FaxInfoText" Type="Edm.String" Nullable="false" /><Property Name="NetTotalLabor" Type="Edm.Decimal" Nullable="false" /><Property Name="NetTotalLaborDismantling" Type="Edm.Decimal" Nullable="false" /><Property Name="NetTotalLaborMounting" Type="Edm.Decimal" Nullable="false" /><Property Name="NetTotalRent" Type="Edm.Decimal" Nullable="false" /><Property Name="NetTotalTravelExpens" Type="Edm.Decimal" Nullable="false" /><Property Name="NetTotalExtraLaborExpens" Type="Edm.Decimal" Nullable="false" /><Property Name="NetTotalThirdPartyCharge" Type="Edm.Decimal" Nullable="false" /><Property Name="NetTotalSubcontractor" Type="Edm.Decimal" Nullable="false" /><Property Name="NetTotalCreditNote" Type="Edm.Decimal" Nullable="false" /><Property Name="VatTotalCreditNote" Type="Edm.Decimal" Nullable="false" /><Property Name="GrossTotalCreditNote" Type="Edm.Decimal" Nullable="false" /><Property Name="NetTotalLaborPriorInvoice" Type="Edm.Decimal" Nullable="false" /><Property Name="NetTotalLaborDismantlingPriorInvoice" Type="Edm.Decimal" Nullable="false" /><Property Name="NetTotalLaborMountingPriorInvoice" Type="Edm.Decimal" Nullable="false" /><Property Name="NetTotalRentPriorInvoice" Type="Edm.Decimal" Nullable="false" /><Property Name="NetTotalTravelExpensesPriorInvoice" Type="Edm.Decimal" Nullable="false" /><Property Name="NetTotalExtraLaborExpensesPriorInvoice" Type="Edm.Decimal" Nullable="false" /><Property Name="NetTotalThirdPartyChargesPriorInvoice" Type="Edm.Decimal" Nullable="false" /><Property Name="NetTotalSubcontractorPriorInvoice" Type="Edm.Decimal" Nullable="false" /><Property Name="NetTotalCreditNotesPriorInvoice" Type="Edm.Decimal" Nullable="false" /><Property Name="VatTotalCreditNotesPriorInvoice" Type="Edm.Decimal" Nullable="false" /><Property Name="GrossTotalCreditNotesPriorInvoice" Type="Edm.Decimal" Nullable="false" /><Property Name="IsCreatePageBreakBeforeTotal" Type="Edm.Boolean" Nullable="false" /><Property Name="FiscalAccount" Type="Edm.String" /><Property Name="IsApprovedForExport" Type="Edm.Boolean" Nullable="false" /><Property Name="BookingDate" Type="Edm.DateTimeOffset" /><Property Name="TaxKeyId" Type="Edm.String" Nullable="false" /><Property Name="IsCopyDetailDescriptionQuotationToInvoiceEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsImportedFromGaeb" Type="Edm.Boolean" Nullable="false" /><Property Name="GaebDetail" Type="Edm.String" Nullable="false" /><Property Name="DigitCountFirstSection" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNoDigitCountSecondarySection" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNoMask" Type="Edm.String" Nullable="false" /><Property Name="ItemNoIncrement" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNoSectionDelimiter" Type="Edm.String" Nullable="false" /><Property Name="ItemNoFillerChar" Type="Edm.String" Nullable="false" /><Property Name="ItemNoCreationOption" Type="Edm.Boolean" /><Property Name="InvoiceItemPercentageUsageOption" Type="Office4Service.Enumerations.PercentageUsageOptions" Nullable="false" /><Property Name="AddressCountryCode" Type="Edm.String" Nullable="false" /><Property Name="BankId" Type="Edm.Int64" Nullable="false" /><Property Name="BankReferenceNo" Type="Edm.String" Nullable="false" /><Property Name="ReleaseDate" Type="Edm.DateTimeOffset" /><Property Name="ReleasedByUsername" Type="Edm.String" Nullable="false" /><Property Name="RecurringInvoicesNo" Type="Edm.Int32" /><Property Name="CommercialContactId" Type="Edm.Int32" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /><Property Name="ExternalDocumentDate" Type="Edm.DateTimeOffset" /><Property Name="ExternalDocumentNo" Type="Edm.String" /><Property Name="InvoiceInfo" Type="Edm.String" /><Property Name="IsSecurityDepositWithoutVAT" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="Project" Type="Office4Service.Models.Project" /><NavigationProperty Name="Address" Type="Office4Service.Models.Address"><ReferentialConstraint Property="AddressId" ReferencedProperty="AddressId" /></NavigationProperty><NavigationProperty Name="Bank" Type="Office4Service.Models.BankAccount" /><NavigationProperty Name="FiscalAccountRevenue" Type="Office4Service.Models.FiscalAccountRevenue"><ReferentialConstraint Property="FiscalAccount" ReferencedProperty="FiscalAccount" /></NavigationProperty><NavigationProperty Name="ProjectDetail" Type="Office4Service.Models.ProjectFiscalYear"><ReferentialConstraint Property="ProjectNo" ReferencedProperty="ProjectNo" /><ReferentialConstraint Property="FiscalYearKey" ReferencedProperty="FiscalYearKey" /></NavigationProperty><NavigationProperty Name="Items" Type="Collection(Office4Service.Models.InvoiceItem)" /></EntityType><EntityType Name="InvoiceItem"><Key><PropertyRef Name="InvoiceItemId" /></Key><Property Name="InvoiceItemId" Type="Edm.Int32" Nullable="false" /><Property Name="InvoiceId" Type="Edm.Int32" /><Property Name="InvoiceNo" Type="Edm.Int64" Nullable="false" /><Property Name="FiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="SortOrderId" Type="Edm.Int32" Nullable="false" /><Property Name="ProgressPaymentConsecutiveNo" Type="Edm.Int32" Nullable="false" /><Property Name="ItemTypeForPriorInvoicesAndPayment" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNo" Type="Edm.String" Nullable="false" /><Property Name="IsItemNoPrintDisabled" Type="Edm.Boolean" Nullable="false" /><Property Name="NotUsedNewFld" Type="Edm.String" Nullable="false" /><Property Name="CustomerItemNo" Type="Edm.String" Nullable="false" /><Property Name="SourceDocumentType" Type="Office4Service.Enumerations.SourceDocumentTypes" Nullable="false" /><Property Name="DocumentKey" Type="Edm.String" Nullable="false" /><Property Name="BillingServiceSheetSortNo" Type="Edm.Int32" Nullable="false" /><Property Name="BillingServiceSheetItemId" Type="Edm.Int32" Nullable="false" /><Property Name="BillingServiceSheetPortion" Type="Edm.Int32" Nullable="false" /><Property Name="BillingServiceSheetPortionText" Type="Edm.String" Nullable="false" /><Property Name="IsRent" Type="Edm.Boolean" Nullable="false" /><Property Name="ItemNoReference" Type="Edm.String" Nullable="false" /><Property Name="IncludedRentalTime" Type="Edm.Int32" Nullable="false" /><Property Name="IncludedRentalTimeUnit" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="Quantity" Type="Edm.Decimal" Nullable="false" /><Property Name="SubcontractorQuantity" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityDecimalPlace" Type="Edm.Int32" Nullable="false" /><Property Name="ChainDimensioningQuantity" Type="Edm.String" Nullable="false" /><Property Name="MeasuringUnitKey" Type="Edm.String" Nullable="false" /><Property Name="ServiceItemNo" Type="Edm.String" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="DetailDescription" Type="Edm.String" Nullable="false" /><Property Name="DetailDescriptionFormatted" Type="Edm.String" Nullable="false" /><Property Name="UnitBasePrice" Type="Edm.Decimal" Nullable="false" /><Property Name="MountingOrDismountingPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceLabor" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalLaborMounting" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalLaborDismantling" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceTravelExpense" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceExtraLaborExpense" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceRent" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceThirdPartyCharge" Type="Edm.Decimal" Nullable="false" /><Property Name="SubcontractorTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedQuatationItemNo" Type="Edm.String" Nullable="false" /><Property Name="RentStartDate" Type="Edm.DateTimeOffset" /><Property Name="RentEndDate" Type="Edm.DateTimeOffset" /><Property Name="ItemType" Type="Edm.String" Nullable="false" /><Property Name="SurchargeTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="SurchargePercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="IsSurchargeAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="GaebSubTextInfo" Type="Edm.Int32" Nullable="false" /><Property Name="SortNo" Type="Edm.String" Nullable="false" /><Property Name="BillingMountingPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="BillingDismantlingPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedIsServiceItemNoPartNo" Type="Edm.Boolean" Nullable="false" /><Property Name="SurchargeItemReference" Type="Edm.String" Nullable="false" /><Property Name="DirectoryOfServicesId" Type="Edm.Int32" Nullable="false" /><Property Name="DirectoryOfServicesSource" Type="Office4Service.Enumerations.DirectoryOfServicesSourceTypes" Nullable="false" /><Property Name="IsDiscount" Type="Edm.Boolean" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /><NavigationProperty Name="Invoice" Type="Office4Service.Models.Invoice"><ReferentialConstraint Property="InvoiceId" ReferencedProperty="InvoiceId" /></NavigationProperty><NavigationProperty Name="FiscalYear" Type="Office4Service.Models.FiscalYear" /></EntityType><EntityType Name="DocumentSubTotal"><Key><PropertyRef Name="ItemId" /><PropertyRef Name="DocumentKey1" /></Key><Property Name="ItemId" Type="Edm.Int64" Nullable="false" /><Property Name="DocumentKey1" Type="Edm.String" Nullable="false" /><Property Name="DocumentType1" Type="Office4Service.Enumerations.SourceDocumentTypes" Nullable="false" /><Property Name="DocumentFiscalYearKey1" Type="Edm.Int32" Nullable="false" /><Property Name="DocumentNo1" Type="Edm.Int64" Nullable="false" /><Property Name="DocumentSubNo1" Type="Edm.Int32" Nullable="false" /><Property Name="DocumentSelectionKey1" Type="Edm.String" Nullable="false" /><Property Name="Date" Type="Edm.DateTimeOffset" /><Property Name="DocumentType" Type="Office4Service.Enumerations.SourceDocumentTypes" Nullable="false" /><Property Name="DocumentFiscalYearKey2" Type="Edm.Int32" Nullable="false" /><Property Name="DocumentNo2" Type="Edm.Int64" Nullable="false" /><Property Name="DocumentSubNo2" Type="Edm.Int32" Nullable="false" /><Property Name="DocumentKey2" Type="Edm.String" Nullable="false" /><Property Name="ExtraKey2" Type="Edm.String" Nullable="false" /><Property Name="SubTotal1" Type="Edm.Decimal" Nullable="false" /><Property Name="SubTotal2" Type="Edm.Decimal" Nullable="false" /><Property Name="SubTotal3" Type="Edm.Decimal" Nullable="false" /></EntityType><EntityType Name="DeliveryNote"><Key><PropertyRef Name="DeliveryNoteNo" /><PropertyRef Name="DeliveryNoteSubNo" /><PropertyRef Name="FiscalYearKey" /></Key><Property Name="DeliveryNoteNo" Type="Edm.Int64" Nullable="false" /><Property Name="DeliveryNoteSubNo" Type="Edm.Int32" Nullable="false" /><Property Name="FiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="DeliveryNoteDate" Type="Edm.DateTimeOffset" /><Property Name="DeliveryNoteStatus" Type="Office4Service.Enumerations.DeliveryNoteStatuses" Nullable="false" /><Property Name="InvoiceNo" Type="Edm.Int64" Nullable="false" /><Property Name="InvoiceFiscalYear" Type="Edm.Int32" Nullable="false" /><Property Name="SourceDocumentType" Type="Office4Service.Enumerations.SourceDocumentTypes" Nullable="false" /><Property Name="SourceDocumentKey" Type="Edm.String" Nullable="false" /><Property Name="SourceDocumentNo" Type="Edm.Int64" Nullable="false" /><Property Name="SourceDocumentSubNo" Type="Edm.Int32" Nullable="false" /><Property Name="SourceDocumentFiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="ProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="ObjectDetailDescription" Type="Edm.String" /><Property Name="ObjectDetailDescriptionFormatted" Type="Edm.String" /><Property Name="IncludedRentalTime" Type="Edm.Int32" Nullable="false" /><Property Name="IncludedRentalTimeUnit" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="DebitorNo" Type="Edm.Int32" Nullable="false" /><Property Name="AddressId" Type="Edm.Int32" /><Property Name="Matchcode" Type="Edm.String" Nullable="false" /><Property Name="AddressSalutation" Type="Edm.String" Nullable="false" /><Property Name="AddressName" Type="Edm.String" Nullable="false" /><Property Name="AddressLine1" Type="Edm.String" Nullable="false" /><Property Name="AddressLine2" Type="Edm.String" Nullable="false" /><Property Name="AddressZipCode" Type="Edm.String" Nullable="false" /><Property Name="AddressCity" Type="Edm.String" Nullable="false" /><Property Name="AddressPhone" Type="Edm.String" Nullable="false" /><Property Name="AddressFax" Type="Edm.String" Nullable="false" /><Property Name="AddressEmail" Type="Edm.String" Nullable="false" /><Property Name="Headertext" Type="Edm.String" /><Property Name="HeaderTextFormatted" Type="Edm.String" /><Property Name="FooterText" Type="Edm.String" /><Property Name="FooterTextFormatted" Type="Edm.String" /><Property Name="PaymentTerm" Type="Edm.String" /><Property Name="PaymentTermsFormatted" Type="Edm.String" /><Property Name="PaymentTermsDescription" Type="Edm.String" Nullable="false" /><Property Name="DiscountDescription1" Type="Edm.String" Nullable="false" /><Property Name="NetTotalBeforeDiscount1" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountPercentage1" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountValue1" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountDescription2" Type="Edm.String" Nullable="false" /><Property Name="NetTotalBeforeDiscount2" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountPercentage2" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountValue2" Type="Edm.Decimal" Nullable="false" /><Property Name="NetTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="VatValue" Type="Edm.Decimal" Nullable="false" /><Property Name="VatPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="GrossTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="CommercialContactCaption" Type="Edm.String" Nullable="false" /><Property Name="CommercialContactName" Type="Edm.String" Nullable="false" /><Property Name="TechnicalContactCaption" Type="Edm.String" Nullable="false" /><Property Name="TechnicalContactName" Type="Edm.String" Nullable="false" /><Property Name="TechnicalContactKey" Type="Edm.String" Nullable="false" /><Property Name="CurrencyKey" Type="Edm.String" Nullable="false" /><Property Name="CurrencySymbol" Type="Edm.String" Nullable="false" /><Property Name="CurrencyExchangeRate" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyExchangeRateInverse" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyKeyPrint" Type="Edm.String" Nullable="false" /><Property Name="CurrencyKeyPrintAdditional" Type="Edm.String" Nullable="false" /><Property Name="BusinessUnit1Key" Type="Edm.String" Nullable="false" /><Property Name="CurrencyPrintExchangeRate" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyPrintExchangeRateInverse" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyPrintAdditionalExchangeRate" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyPrintAdditionalExchangeRateInverse" Type="Edm.Decimal" Nullable="false" /><Property Name="IsCurrencyPrintFixedExchangeRate" Type="Edm.Boolean" Nullable="false" /><Property Name="IsCurrencyPrintAdditionalFixedExchangeRate" Type="Edm.Boolean" Nullable="false" /><Property Name="CurrencyPrintSymbol" Type="Edm.String" Nullable="false" /><Property Name="CurrencyPrintAdditionalSymbol" Type="Edm.String" Nullable="false" /><Property Name="LetterNo" Type="Edm.Int64" Nullable="false" /><Property Name="ContactSelectionKey" Type="Edm.String" Nullable="false" /><Property Name="ContactName" Type="Edm.String" Nullable="false" /><Property Name="FaxInfoText" Type="Edm.String" Nullable="false" /><Property Name="DetailDescriptionInternal" Type="Edm.String" /><Property Name="IsImportedFromGaeb" Type="Edm.Boolean" Nullable="false" /><Property Name="GaebDetail" Type="Edm.String" /><Property Name="DigitCountFirstSection" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNoDigitCountSecondarySection" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNoMask" Type="Edm.String" /><Property Name="ItemNoIncrement" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNoSectionDelimiter" Type="Edm.String" /><Property Name="ItemNoFillerChar" Type="Edm.String" /><Property Name="ItemNoCreationOption" Type="Edm.Boolean" /><Property Name="IsCreateStockTransactionEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="TransactionNo" Type="Edm.Int64" Nullable="false" /><Property Name="AddressCountryCode" Type="Edm.String" Nullable="false" /><Property Name="CommercialContactId" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="StockTransaction" Type="Office4Service.Models.StockTransaction" /><NavigationProperty Name="Project" Type="Office4Service.Models.Project" /><NavigationProperty Name="Address" Type="Office4Service.Models.Address"><ReferentialConstraint Property="AddressId" ReferencedProperty="AddressId" /></NavigationProperty><NavigationProperty Name="Items" Type="Collection(Office4Service.Models.DeliveryNoteItem)" /></EntityType><EntityType Name="HazardAnalysisText"><Key><PropertyRef Name="HazardAnalysisTextId" /></Key><Property Name="HazardAnalysisTextId" Type="Edm.Int32" Nullable="false" /><Property Name="Category" Type="Office4Service.Enumerations.HazardAnalysisCategories" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="DetailDescription" Type="Edm.String" Nullable="false" /><Property Name="SortNo" Type="Edm.Int32" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /></EntityType><EntityType Name="HazardAnalysisCheck"><Key><PropertyRef Name="HazardAnalysisCheckId" /></Key><Property Name="HazardAnalysisCheckId" Type="Edm.Int32" Nullable="false" /><Property Name="ProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="WorkOrderNo" Type="Edm.Int32" Nullable="false" /><Property Name="WorkOrderOriginNo" Type="Edm.Int32" Nullable="false" /><Property Name="EmployeeNo" Type="Edm.Int32" Nullable="false" /><Property Name="CheckedAt" Type="Edm.DateTimeOffset" /><Property Name="Checked" Type="Edm.Boolean" Nullable="false" /><Property Name="CheckedWith" Type="Edm.String" Nullable="false" /><Property Name="CheckData" Type="Edm.Binary" /><Property Name="Timestamp" Type="Edm.Binary" /><NavigationProperty Name="Employee" Type="Office4Service.Models.Employee" /></EntityType><EntityType Name="PublicHoliday"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="HolidayName" Type="Edm.String" Nullable="false" /><Property Name="BusinessUnit1Key" Type="Edm.String" Nullable="false" /><Property Name="ReferenceDayForDateCalculation" Type="Office4Service.Enumerations.ReferenceDayForDateCalculation" Nullable="false" /><Property Name="FormulaDateCalculation" Type="Edm.String" Nullable="false" /><Property Name="HolidayTypeForWageFunction" Type="Office4Service.Enumerations.HolidayTypeForWageFunction" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /></EntityType><EntityType Name="Letter"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="QuotationRequestId" Type="Edm.Int32" /><Property Name="LetterNo" Type="Edm.Int64" Nullable="false" /><Property Name="FiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="LetterDate" Type="Edm.DateTimeOffset" /><Property Name="ProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="RequestNo" Type="Edm.Int64" Nullable="false" /><Property Name="ObjectDescription" Type="Edm.String" Nullable="false" /><Property Name="ObjectDetailDescription" Type="Edm.String" /><Property Name="ObjectDetailDescriptionFormatted" Type="Edm.String" /><Property Name="LetterContentText" Type="Edm.String" /><Property Name="LetterContentTextFormatted" Type="Edm.String" /><Property Name="DetailDescriptionInternal" Type="Edm.String" /><Property Name="DebitorCreditorNo" Type="Edm.Int32" Nullable="false" /><Property Name="DisplayDebitorNo" Type="Edm.Int32" Nullable="false" /><Property Name="AddressId" Type="Edm.Int32" /><Property Name="Matchcode" Type="Edm.String" Nullable="false" /><Property Name="AddressSalutation" Type="Edm.String" Nullable="false" /><Property Name="AddressName" Type="Edm.String" Nullable="false" /><Property Name="AddressLine1" Type="Edm.String" Nullable="false" /><Property Name="AddressLine2" Type="Edm.String" Nullable="false" /><Property Name="AddressZipCode" Type="Edm.String" Nullable="false" /><Property Name="AddressCity" Type="Edm.String" Nullable="false" /><Property Name="AddressPhone" Type="Edm.String" Nullable="false" /><Property Name="AddressFax" Type="Edm.String" Nullable="false" /><Property Name="AddressEmail" Type="Edm.String" Nullable="false" /><Property Name="CommercialContactName" Type="Edm.String" Nullable="false" /><Property Name="CommercialContactCaption" Type="Edm.String" Nullable="false" /><Property Name="TechnicalContactName" Type="Edm.String" Nullable="false" /><Property Name="TechnicalContactCaption" Type="Edm.String" Nullable="false" /><Property Name="TechnicalContactKey" Type="Edm.String" Nullable="false" /><Property Name="ContactSelectionKey" Type="Edm.String" Nullable="false" /><Property Name="ContactName" Type="Edm.String" Nullable="false" /><Property Name="FaxInfoText" Type="Edm.String" Nullable="false" /><Property Name="NotUsedFeld1" Type="Edm.String" Nullable="false" /><Property Name="NotUsedFeld2" Type="Edm.String" Nullable="false" /><Property Name="NotUsedFeld3" Type="Edm.String" Nullable="false" /><Property Name="NotUsedOp1" Type="Edm.Int32" Nullable="false" /><Property Name="NotUsedOp2" Type="Edm.Int32" Nullable="false" /><Property Name="NotUsedOp3" Type="Edm.Int32" Nullable="false" /><Property Name="NotUsedText1" Type="Edm.String" Nullable="false" /><Property Name="NotUsedText2" Type="Edm.String" Nullable="false" /><Property Name="NotUsedText3" Type="Edm.String" Nullable="false" /><Property Name="NotUsedKon1" Type="Edm.Int32" Nullable="false" /><Property Name="NotUsedKon2" Type="Edm.Int32" Nullable="false" /><Property Name="SqlQuery" Type="Edm.String" Nullable="false" /><Property Name="AutomaticLoggingInPaymentInfo" Type="Edm.Int32" Nullable="false" /><Property Name="BusinessUnit1Key" Type="Edm.String" Nullable="false" /><Property Name="AddressCountryCode" Type="Edm.String" Nullable="false" /><Property Name="CommercialContactId" Type="Edm.Int32" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /><NavigationProperty Name="FiscalYear" Type="Office4Service.Models.FiscalYear" /><NavigationProperty Name="Address" Type="Office4Service.Models.Address"><ReferentialConstraint Property="AddressId" ReferencedProperty="AddressId" /></NavigationProperty><NavigationProperty Name="Project" Type="Office4Service.Models.Project" /><NavigationProperty Name="QuotationRequest" Type="Office4Service.Models.QuotationRequest"><ReferentialConstraint Property="QuotationRequestId" ReferencedProperty="QuotationRequestId" /></NavigationProperty><NavigationProperty Name="SerialLetterAddresses" Type="Collection(Office4Service.Models.SerialLetterAddress)" /></EntityType><EntityType Name="DebitorCreditorNumberRange"><Key><PropertyRef Name="DebitorCreditorNumberRangeId" /></Key><Property Name="DebitorCreditorNumberRangeId" Type="Edm.Int32" Nullable="false" /><Property Name="DebitorCreditorOption" Type="Office4Service.Enumerations.DebitorCreditorOption" Nullable="false" /><Property Name="CharStart" Type="Edm.String" Nullable="false" /><Property Name="ItemId" Type="Edm.Int32" Nullable="false" /><Property Name="CharEnd" Type="Edm.String" Nullable="false" /><Property Name="FirstAvailableNo" Type="Edm.Int32" Nullable="false" /><Property Name="NextAvailableNo" Type="Edm.Int32" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /></EntityType><EntityType Name="WageType"><Key><PropertyRef Name="WageTypeKey" /><PropertyRef Name="ValidFrom" /><PropertyRef Name="ValidEndDate" /></Key><Property Name="WageTypeKey" Type="Edm.String" Nullable="false" /><Property Name="ValidFrom" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="ValidEndDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="WageTypeName" Type="Edm.String" Nullable="false" /><Property Name="WagePercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="WageFixedValue" Type="Edm.Decimal" Nullable="false" /><Property Name="MeasuringUnitKey" Type="Edm.String" Nullable="false" /><Property Name="IsPayable" Type="Edm.Boolean" Nullable="false" /><Property Name="IsUsedForWorkingTimeAccount" Type="Edm.Boolean" Nullable="false" /><Property Name="IsUsedWithWorkingHourStatistic" Type="Edm.Boolean" Nullable="false" /><Property Name="IsOvertime" Type="Edm.Boolean" Nullable="false" /><Property Name="IsEffiencyPayWageType" Type="Edm.Boolean" Nullable="false" /><Property Name="IsPresence" Type="Edm.Boolean" Nullable="false" /><Property Name="CurrencyKey" Type="Edm.String" Nullable="false" /><Property Name="CurrencySymbol" Type="Edm.String" Nullable="false" /><Property Name="ExternalWageType" Type="Edm.String" Nullable="false" /><Property Name="ExternalBookingKey" Type="Edm.String" Nullable="false" /><Property Name="ExternalWageType2" Type="Edm.String" Nullable="false" /><Property Name="ExternalBookingKey2" Type="Edm.String" Nullable="false" /><Property Name="ExternalQuantity2" Type="Edm.Decimal" Nullable="false" /><Property Name="ExternalQuantityType2" Type="Edm.Int32" Nullable="false" /><Property Name="ExternalDecimalPlaces2" Type="Edm.Int32" Nullable="false" /><Property Name="ExternalWageType3" Type="Edm.String" Nullable="false" /><Property Name="ExternalBookingKey3" Type="Edm.String" Nullable="false" /><Property Name="ExternalQuantity3" Type="Edm.Decimal" Nullable="false" /><Property Name="ExternalQuantityType3" Type="Edm.Int32" Nullable="false" /><Property Name="ExternalDecimalPlaces3" Type="Edm.Int32" Nullable="false" /><Property Name="BookingAccountIdWorkingHour" Type="Edm.Int32" Nullable="false" /><Property Name="BookingAccountIdTravelHour" Type="Edm.Int32" Nullable="false" /><Property Name="BookingAccountIdEffiencyPay" Type="Edm.Int32" Nullable="false" /><Property Name="IsAlwaysPrintedwithEmptyValue" Type="Edm.Boolean" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /></EntityType><EntityType Name="PaymentTerms"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Description" Type="Edm.String" /><Property Name="InvoicePaymentTerm" Type="Edm.String" Nullable="false" /><Property Name="InvoicePaymentTermsFormatted" Type="Edm.String" Nullable="false" /><Property Name="ProgressPaymentInvoiceTerm" Type="Edm.String" Nullable="false" /><Property Name="ProgressPaymentInvoiceTermsFormatted" Type="Edm.String" Nullable="false" /><Property Name="QuotationPaymentTerm" Type="Edm.String" Nullable="false" /><Property Name="QuotationPaymentTermsFormatted" Type="Edm.String" Nullable="false" /><Property Name="InvoiceCashDiscount1Percentage" Type="Edm.Decimal" Nullable="false" /><Property Name="InvoiceCashDiscount2Percentage" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressPaymentCashDiscount1Percentage" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressPaymentCashDiscount2Percentage" Type="Edm.Decimal" Nullable="false" /><Property Name="InvoiceCashDiscount1DueDay" Type="Edm.Int32" Nullable="false" /><Property Name="InvoiceCashDiscount2DueDay" Type="Edm.Int32" Nullable="false" /><Property Name="InvoiceNetDueDay" Type="Edm.Int32" Nullable="false" /><Property Name="ProgressPaymentCashDiscount1DueDay" Type="Edm.Int32" Nullable="false" /><Property Name="ProgressPaymentCashDiscount2DueDay" Type="Edm.Int32" Nullable="false" /><Property Name="ProgressPaymentNetDueDay" Type="Edm.Int32" Nullable="false" /><Property Name="InvoiceNetDueDaysType" Type="Office4Service.Enumerations.DueDateTypes" Nullable="false" /><Property Name="InvoiceCashDiscount1DueDaysType" Type="Office4Service.Enumerations.DueDateTypes" Nullable="false" /><Property Name="InvoiceCashDiscount2DueDaysType" Type="Office4Service.Enumerations.DueDateTypes" Nullable="false" /><Property Name="ProgressPaymentNetDueDaysType" Type="Office4Service.Enumerations.DueDateTypes" Nullable="false" /><Property Name="ProgressPaymentCashDiscount1DueDaysType" Type="Office4Service.Enumerations.DueDateTypes" Nullable="false" /><Property Name="ProgressPaymentCashDiscount2DueDaysType" Type="Office4Service.Enumerations.DueDateTypes" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /></EntityType><EntityType Name="TranslationLanguage"><Key><PropertyRef Name="LanguageId" /></Key><Property Name="LanguageId" Type="Edm.String" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="TranslationTextItem"><Key><PropertyRef Name="ItemId" /></Key><Property Name="ItemId" Type="Edm.Int32" Nullable="false" /><Property Name="LanguageId" Type="Edm.String" Nullable="false" /><Property Name="TableName" Type="Edm.String" Nullable="false" /><Property Name="FieldName" Type="Edm.String" Nullable="false" /><Property Name="TextKey" Type="Edm.String" Nullable="false" /><Property Name="Text" Type="Edm.String" /><Property Name="TextFormatted" Type="Edm.String" /></EntityType><EntityType Name="RequestStatus"><Key><PropertyRef Name="StatusId" /></Key><Property Name="StatusId" Type="Edm.Int32" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="StatusValue" Type="Edm.Int32" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /></EntityType><EntityType Name="CostEstimation"><Key><PropertyRef Name="CostEstimationNo" /><PropertyRef Name="CostEstimationSubNo" /><PropertyRef Name="CostEstimationAddendumNo" /></Key><Property Name="CostEstimationNo" Type="Edm.Int64" Nullable="false" /><Property Name="CostEstimationSubNo" Type="Edm.Int32" Nullable="false" /><Property Name="CostEstimationAddendumNo" Type="Edm.Int32" Nullable="false" /><Property Name="NotUsedProjectNameNo" Type="Edm.Int64" Nullable="false" /><Property Name="ProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="NotUsedRequestNo" Type="Edm.Int64" Nullable="false" /><Property Name="SourceDocumentType" Type="Office4Service.Enumerations.SourceDocumentTypes" Nullable="false" /><Property Name="SourceDocumentKey" Type="Edm.String" Nullable="false" /><Property Name="SourceDocumentNo" Type="Edm.Int64" Nullable="false" /><Property Name="SourceDocumentSubNo" Type="Edm.Int32" Nullable="false" /><Property Name="SourceDocumentFiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="DebitorId" Type="Edm.Int32" Nullable="false" /><Property Name="AddressId" Type="Edm.Int32" /><Property Name="Matchcode" Type="Edm.String" Nullable="false" /><Property Name="ObjectDescription" Type="Edm.String" Nullable="false" /><Property Name="ObjectDetailDescription" Type="Edm.String" /><Property Name="CostEstimationDate" Type="Edm.DateTimeOffset" /><Property Name="CreationDate" Type="Edm.DateTimeOffset" /><Property Name="IncludedRentalTime" Type="Edm.Int32" Nullable="false" /><Property Name="IncludedRentalTimeUnit" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="AverageHourlyWage" Type="Edm.Decimal" Nullable="false" /><Property Name="CostEstimationFactor" Type="Edm.Decimal" Nullable="false" /><Property Name="PriceFactorPerMeterHeight" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountDescription1" Type="Edm.String" Nullable="false" /><Property Name="NetTotalBeforeDiscount1" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountPercentage1" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountValue1" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountDescription2" Type="Edm.String" Nullable="false" /><Property Name="NetTotalBeforeDiscount2" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountPercentage2" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountValue2" Type="Edm.Decimal" Nullable="false" /><Property Name="NetTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="VatValue" Type="Edm.Decimal" Nullable="false" /><Property Name="VatPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="GrossTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedTotalPriceLabor" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalPriceLabor" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalPriceTravelExpens" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalPriceExtraLaborExpens" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalCostExtraLaborExpens" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedTotalPriceExtraLaborExpens" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalPriceRent" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalPriceThirdPartyCharge" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalCostThirdPartyCharge" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalCostLabor" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalPriceSubContractor" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedRegularTargetPriceYear" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedProfitContributionTargetYear" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedProfitContributionTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedProfitContributionTarget" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalWorkingHoursMounting" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalWorkingHoursDismantling" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalWorkingHour" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalTravelHoursMounting" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalTravelHoursDismantling" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalTravelHour" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalHour" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyKey" Type="Edm.String" Nullable="false" /><Property Name="CurrencyExchangeRate" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyExchangeRateInverse" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencySymbol" Type="Edm.String" Nullable="false" /><Property Name="TotalWeight" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalCatalogPurchasePricesForMaterial" Type="Edm.Decimal" Nullable="false" /><Property Name="BusinessUnit1Key" Type="Edm.String" Nullable="false" /><Property Name="LastModifiedUser1" Type="Edm.String" Nullable="false" /><Property Name="LastModifiedDate1" Type="Edm.DateTimeOffset" /><Property Name="LastModifiedUser2" Type="Edm.String" Nullable="false" /><Property Name="LastModifiedDate2" Type="Edm.DateTimeOffset" /><Property Name="DetailDescriptionInternal" Type="Edm.String" /><Property Name="IsImportedFromGaeb" Type="Edm.Boolean" Nullable="false" /><Property Name="GaebDetail" Type="Edm.String" /><Property Name="DigitCountFirstSection" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNoDigitCountSecondarySection" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNoMask" Type="Edm.String" Nullable="false" /><Property Name="ItemNoIncrement" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNoSectionDelimiter" Type="Edm.String" Nullable="false" /><Property Name="ItemNoFillerChar" Type="Edm.String" Nullable="false" /><Property Name="ItemNoCreationOption" Type="Edm.Boolean" /><Property Name="IncludedRentalTimeNotConsideredAsRent" Type="Edm.Int32" Nullable="false" /><Property Name="IncludedRentalTimeNotConsideredAsRentUnit" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="RentalTimeUnit" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><NavigationProperty Name="Project" Type="Office4Service.Models.Project" /><NavigationProperty Name="Address" Type="Office4Service.Models.Address"><ReferentialConstraint Property="AddressId" ReferencedProperty="AddressId" /></NavigationProperty><NavigationProperty Name="Items" Type="Collection(Office4Service.Models.CostEstimationItem)" /></EntityType><EntityType Name="CostEstimationServiceType"><Key><PropertyRef Name="TypeNo" /></Key><Property Name="TypeNo" Type="Edm.Int32" Nullable="false" /><Property Name="ServiceTypeName" Type="Edm.String" Nullable="false" /><Property Name="ServiceTypeHasSubItemsOption" Type="Edm.Int32" Nullable="false" /><Property Name="SortNo" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="CostEstimationServiceItem"><Key><PropertyRef Name="TypeNo" /><PropertyRef Name="Description" /></Key><Property Name="TypeNo" Type="Edm.Int32" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="CostEstimationServiceItemId" Type="Edm.Int64" Nullable="false" /><Property Name="SortNo" Type="Edm.Int32" Nullable="false" /><Property Name="TimeValueForMountingOrDismantlingOption" Type="Edm.Int32" Nullable="false" /><Property Name="CostEstimationFactor" Type="Edm.Decimal" Nullable="false" /><Property Name="TimeValueMinute" Type="Edm.Decimal" Nullable="false" /><Property Name="FixedPriceValue" Type="Edm.Decimal" Nullable="false" /><Property Name="RentalPricePerDay" Type="Edm.Decimal" Nullable="false" /><Property Name="MeasuringUnitKey" Type="Edm.String" Nullable="false" /><Property Name="ActualPurchasePrice" Type="Edm.Decimal" Nullable="false" /><Property Name="UsefulLifeYear" Type="Edm.Decimal" Nullable="false" /><Property Name="UsageDaysPerYear" Type="Edm.Decimal" Nullable="false" /><Property Name="FactorAdditionalProfitContribution" Type="Edm.Decimal" Nullable="false" /><Property Name="DepreciationPerDay" Type="Edm.Decimal" Nullable="false" /><Property Name="Weight" Type="Edm.Decimal" Nullable="false" /><Property Name="TransportWeight" Type="Edm.Decimal" Nullable="false" /><Property Name="TransportMeterPerMinute" Type="Edm.Decimal" Nullable="false" /><Property Name="CatalogPurchasePrice" Type="Edm.Decimal" Nullable="false" /><Property Name="DetailDescription" Type="Edm.String" /><Property Name="ChainDimensioningTimevalue" Type="Edm.String" /><Property Name="ChainDimensioningFixedPrice" Type="Edm.String" /><Property Name="ChainDimensioningRentalPrice" Type="Edm.String" /></EntityType><EntityType Name="OrderConfirmation"><Key><PropertyRef Name="OrderConfirmationId" /></Key><Property Name="OrderConfirmationId" Type="Edm.Int32" Nullable="false" /><Property Name="ConfirmationNo" Type="Edm.Int64" Nullable="false" /><Property Name="ConfirmationAddendumNo" Type="Edm.Int32" Nullable="false" /><Property Name="FiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="ConfirmationDate" Type="Edm.DateTimeOffset" /><Property Name="SourceDocumentType" Type="Office4Service.Enumerations.SourceDocumentTypes" Nullable="false" /><Property Name="SourceDocumentFiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="SourceDocumentNo" Type="Edm.Int64" Nullable="false" /><Property Name="SourceDocumentSubNo" Type="Edm.Int32" Nullable="false" /><Property Name="SourceDocumentKey" Type="Edm.String" Nullable="false" /><Property Name="NotusedQuotationfiscalyear" Type="Edm.Int32" Nullable="false" /><Property Name="NotusedQuotationno" Type="Edm.Int64" Nullable="false" /><Property Name="NotusedCostestimationkey" Type="Edm.String" Nullable="false" /><Property Name="NotusedCostestimationno" Type="Edm.Int64" Nullable="false" /><Property Name="NotusedCostestimationsubno" Type="Edm.Int32" Nullable="false" /><Property Name="NotusedCostestimationfiscalyear" Type="Edm.Int32" Nullable="false" /><Property Name="NotusedProjectnameno" Type="Edm.Int32" Nullable="false" /><Property Name="RequestNo" Type="Edm.Int64" Nullable="false" /><Property Name="ProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="IncludedRentalTime" Type="Edm.Int32" Nullable="false" /><Property Name="IncludedRentalTimeUnit" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="ObjectDetailDescription" Type="Edm.String" /><Property Name="ObjectDetailDescriptionFormatted" Type="Edm.String" /><Property Name="ObjectDescription" Type="Edm.String" Nullable="false" /><Property Name="DebitorNo" Type="Edm.Int32" Nullable="false" /><Property Name="AddressId" Type="Edm.Int32" /><Property Name="Matchcode" Type="Edm.String" Nullable="false" /><Property Name="AddressSalutation" Type="Edm.String" Nullable="false" /><Property Name="AddressName" Type="Edm.String" Nullable="false" /><Property Name="AddressLine1" Type="Edm.String" Nullable="false" /><Property Name="AddressLine2" Type="Edm.String" Nullable="false" /><Property Name="AddressZipCode" Type="Edm.String" Nullable="false" /><Property Name="AddressCity" Type="Edm.String" Nullable="false" /><Property Name="AddressPhone" Type="Edm.String" Nullable="false" /><Property Name="AddressFax" Type="Edm.String" Nullable="false" /><Property Name="AddressEmail" Type="Edm.String" Nullable="false" /><Property Name="HeaderText" Type="Edm.String" /><Property Name="HeaderTextFormatted" Type="Edm.String" /><Property Name="FooterText" Type="Edm.String" /><Property Name="FooterTextFormatted" Type="Edm.String" /><Property Name="PaymentTerm" Type="Edm.String" /><Property Name="PaymentTermsFormatted" Type="Edm.String" /><Property Name="PaymentTermsDescription" Type="Edm.String" Nullable="false" /><Property Name="DiscountDescription1" Type="Edm.String" Nullable="false" /><Property Name="NetTotalBeforeDiscount1" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountPercentage1" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountValue1" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountDescription2" Type="Edm.String" Nullable="false" /><Property Name="NetTotalBeforeDiscount2" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountPercentage2" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountValue2" Type="Edm.Decimal" Nullable="false" /><Property Name="NetTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="VatValue" Type="Edm.Decimal" Nullable="false" /><Property Name="VatPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="GrossTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="CommercialContactCaption" Type="Edm.String" Nullable="false" /><Property Name="CommercialContactName" Type="Edm.String" Nullable="false" /><Property Name="TechnicalContactCaption" Type="Edm.String" Nullable="false" /><Property Name="TechnicalContactName" Type="Edm.String" Nullable="false" /><Property Name="TechnicalContactKey" Type="Edm.String" Nullable="false" /><Property Name="CurrencyKey" Type="Edm.String" Nullable="false" /><Property Name="CurrencyExchangeRate" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyExchangeRateInverse" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencySymbol" Type="Edm.String" Nullable="false" /><Property Name="CurrencyKeyPrint" Type="Edm.String" Nullable="false" /><Property Name="CurrencyKeyPrintAdditional" Type="Edm.String" Nullable="false" /><Property Name="BusinessUnit1Key" Type="Edm.String" Nullable="false" /><Property Name="CurrencyPrintExchangeRate" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyPrintExchangeRateInverse" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyPrintAdditionalExchangeRate" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyPrintAdditionalExchangeRateInverse" Type="Edm.Decimal" Nullable="false" /><Property Name="IsCurrencyPrintFixedExchangeRate" Type="Edm.Boolean" Nullable="false" /><Property Name="IsCurrencyPrintAdditionalFixedExchangeRate" Type="Edm.Boolean" Nullable="false" /><Property Name="CurrencyPrintSymbol" Type="Edm.String" Nullable="false" /><Property Name="CurrencyPrintAdditionalSymbol" Type="Edm.String" Nullable="false" /><Property Name="LetterNo" Type="Edm.Int64" Nullable="false" /><Property Name="ContactSelectionKey" Type="Edm.String" Nullable="false" /><Property Name="ContactName" Type="Edm.String" Nullable="false" /><Property Name="FaxInfoText" Type="Edm.String" Nullable="false" /><Property Name="DetailDescriptionInternal" Type="Edm.String" /><Property Name="IsImportedFromGaeb" Type="Edm.Boolean" Nullable="false" /><Property Name="GaebDetail" Type="Edm.String" /><Property Name="DigitCountFirstSection" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNoDigitCountSecondarySection" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNoMask" Type="Edm.String" Nullable="false" /><Property Name="ItemNoIncrement" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNoSectionDelimiter" Type="Edm.String" Nullable="false" /><Property Name="ItemNoFillerChar" Type="Edm.String" Nullable="false" /><Property Name="ItemNoCreationOption" Type="Edm.Boolean" /><Property Name="AddressCountryCode" Type="Edm.String" Nullable="false" /><Property Name="CommercialContactId" Type="Edm.Int32" Nullable="false" /><Property Name="Rent" Type="Edm.Decimal" Nullable="false" /><Property Name="RentUnit" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="RentUnitKey" Type="Edm.Int32" Nullable="false" /><Property Name="RentalPeriod" Type="Edm.Decimal" /><Property Name="IsForRent" Type="Edm.Boolean" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /><NavigationProperty Name="FiscalYear" Type="Office4Service.Models.FiscalYear" /><NavigationProperty Name="Address" Type="Office4Service.Models.Address"><ReferentialConstraint Property="AddressId" ReferencedProperty="AddressId" /></NavigationProperty><NavigationProperty Name="Project" Type="Office4Service.Models.Project" /><NavigationProperty Name="Items" Type="Collection(Office4Service.Models.OrderConfirmationItem)" /></EntityType><EntityType Name="OrderConfirmationItem"><Key><PropertyRef Name="OrderConfirmationItemId" /></Key><Property Name="OrderConfirmationItemId" Type="Edm.Int32" Nullable="false" /><Property Name="OrderConfirmationId" Type="Edm.Int32" /><Property Name="ConfirmationNo" Type="Edm.Int64" Nullable="false" /><Property Name="ConfirmationAddendumNo" Type="Edm.Int32" Nullable="false" /><Property Name="FiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="SortOrderId" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNo" Type="Edm.String" Nullable="false" /><Property Name="CostEstimationItemNo" Type="Edm.String" Nullable="false" /><Property Name="ItemNoReference" Type="Edm.String" Nullable="false" /><Property Name="IsRent" Type="Edm.Boolean" Nullable="false" /><Property Name="IncludedRentalTime" Type="Edm.Int32" Nullable="false" /><Property Name="IncludedRentalTimeUnit" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="ServiceItemNo" Type="Edm.String" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="DetailDescription" Type="Edm.String" Nullable="false" /><Property Name="DetailDescriptionFormatted" Type="Edm.String" Nullable="false" /><Property Name="UnitPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="IsApproximateValue" Type="Edm.Boolean" Nullable="false" /><Property Name="Quantity" Type="Edm.Decimal" Nullable="false" /><Property Name="SubcontractorQuantity" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityDecimalPlace" Type="Edm.Int32" Nullable="false" /><Property Name="ChainDimensioningQuantity" Type="Edm.String" Nullable="false" /><Property Name="MeasuringUnitKey" Type="Edm.String" Nullable="false" /><Property Name="TotalPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceLabor" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceTravelExpense" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceExtraLaborExpense" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceRent" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceThirdPartyCharge" Type="Edm.Decimal" Nullable="false" /><Property Name="NotusedNeuesfeld" Type="Edm.String" /><Property Name="SubcontractorTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="IsItemNoPrintDisabled" Type="Edm.Boolean" Nullable="false" /><Property Name="ItemType" Type="Edm.String" Nullable="false" /><Property Name="SurchargeTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="SurchargePercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="SortNo" Type="Edm.String" Nullable="false" /><Property Name="IsSurchargeAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="GaebSubTextInfo" Type="Edm.Int32" Nullable="false" /><Property Name="QuantitiesAvailableInfo" Type="Edm.Int32" Nullable="false" /><Property Name="ServiceItemNoIsPartNo" Type="Edm.Boolean" Nullable="false" /><Property Name="DirectoryOfServicesId" Type="Edm.Int32" Nullable="false" /><Property Name="DirectoryOfServicesSource" Type="Office4Service.Enumerations.DirectoryOfServicesSourceTypes" Nullable="false" /><Property Name="IsDiscount" Type="Edm.Boolean" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /><NavigationProperty Name="OrderConfirmation" Type="Office4Service.Models.OrderConfirmation"><ReferentialConstraint Property="OrderConfirmationId" ReferencedProperty="OrderConfirmationId" /></NavigationProperty><NavigationProperty Name="Quantities" Type="Collection(Office4Service.Models.OrderConfirmationItemQuantity)" /></EntityType><EntityType Name="OrderConfirmationItemQuantity"><Key><PropertyRef Name="OrderConfirmationItemQuantityId" /></Key><Property Name="OrderConfirmationItemQuantityId" Type="Edm.Int32" Nullable="false" /><Property Name="OrderConfirmationItemId" Type="Edm.Int32" /><Property Name="OrderConfirmationId" Type="Edm.Int32" /><Property Name="ConfirmationNo" Type="Edm.Int64" Nullable="false" /><Property Name="ConfirmationAddendumNo" Type="Edm.Int32" Nullable="false" /><Property Name="FiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="SortOrderId" Type="Edm.Int32" Nullable="false" /><Property Name="ConfirmationItemQuantityId" Type="Edm.Int32" Nullable="false" /><Property Name="ItemSortId" Type="Edm.Decimal" Nullable="false" /><Property Name="IsFreeObjectDescription" Type="Edm.Boolean" Nullable="false" /><Property Name="ObjectDescription" Type="Edm.String" Nullable="false" /><Property Name="ObjectAxi" Type="Edm.String" Nullable="false" /><Property Name="CompletionProgress" Type="Edm.String" Nullable="false" /><Property Name="QuantityCount" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityLength" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityDepth" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityHeight" Type="Edm.Decimal" Nullable="false" /><Property Name="ChainDimensioningLength" Type="Edm.String" /><Property Name="ChainDimensioningDepth" Type="Edm.String" /><Property Name="ChainDimensioningHeight" Type="Edm.String" /><Property Name="ChainDimensioningQuantity" Type="Edm.String" /><Property Name="DetailDescription" Type="Edm.String" /><Property Name="Quantity" Type="Edm.Decimal" Nullable="false" /><Property Name="ItemType" Type="Edm.String" Nullable="false" /><NavigationProperty Name="OrderConfirmation" Type="Office4Service.Models.OrderConfirmation"><ReferentialConstraint Property="OrderConfirmationId" ReferencedProperty="OrderConfirmationId" /></NavigationProperty><NavigationProperty Name="OrderConfirmationItem" Type="Office4Service.Models.OrderConfirmationItem"><ReferentialConstraint Property="OrderConfirmationItemId" ReferencedProperty="OrderConfirmationItemId" /></NavigationProperty></EntityType><EntityType Name="UISettingsAndDynamicData"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="ItemId" Type="Edm.Int64" Nullable="false" /><Property Name="DataSource" Type="Edm.String" /><Property Name="DetailDescription" Type="Edm.String" /><Property Name="Data" Type="Edm.String" /><Property Name="Timestamp" Type="Edm.Binary" /></EntityType><EntityType Name="ResourceAbsenceType"><Key><PropertyRef Name="AbsenceKey" /></Key><Property Name="AbsenceKey" Type="Edm.String" Nullable="false" /><Property Name="AbsenceType" Type="Edm.Int32" Nullable="false" /><Property Name="SortNo" Type="Edm.Int32" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="DetailDescription" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="Dunning"><Key><PropertyRef Name="DunningNo" /><PropertyRef Name="FiscalYearKey" /></Key><Property Name="DunningNo" Type="Edm.Int64" Nullable="false" /><Property Name="FiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="DunningDate" Type="Edm.DateTimeOffset" /><Property Name="DueDate" Type="Edm.DateTimeOffset" /><Property Name="DocumentName" Type="Edm.String" Nullable="false" /><Property Name="NextDunningDate" Type="Edm.DateTimeOffset" /><Property Name="TotalBalance" Type="Edm.Decimal" Nullable="false" /><Property Name="DunningLevel" Type="Edm.Int32" Nullable="false" /><Property Name="InvoiceNo" Type="Edm.Int64" Nullable="false" /><Property Name="InvoiceFiscalYear" Type="Edm.Int32" Nullable="false" /><Property Name="ProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="ObjectDetailDescription" Type="Edm.String" Nullable="false" /><Property Name="ObjectDetail" Type="Edm.String" Nullable="false" /><Property Name="CoverLetterNo" Type="Edm.Int64" Nullable="false" /><Property Name="DebitorNo" Type="Edm.Int32" Nullable="false" /><Property Name="AddressId" Type="Edm.Int32" /><Property Name="Matchcode" Type="Edm.String" Nullable="false" /><Property Name="AddressSalutation" Type="Edm.String" Nullable="false" /><Property Name="AddressName" Type="Edm.String" Nullable="false" /><Property Name="AddressLine1" Type="Edm.String" Nullable="false" /><Property Name="AddressLine2" Type="Edm.String" Nullable="false" /><Property Name="AddressZipCode" Type="Edm.String" Nullable="false" /><Property Name="AddressCity" Type="Edm.String" Nullable="false" /><Property Name="AddressPhone" Type="Edm.String" Nullable="false" /><Property Name="AddressFax" Type="Edm.String" Nullable="false" /><Property Name="AddressEmail" Type="Edm.String" Nullable="false" /><Property Name="HeaderText" Type="Edm.String" Nullable="false" /><Property Name="HeaderTextFormatted" Type="Edm.String" Nullable="false" /><Property Name="FooterText" Type="Edm.String" Nullable="false" /><Property Name="FooterTextFormatted" Type="Edm.String" Nullable="false" /><Property Name="ContactPersonSelection" Type="Edm.String" Nullable="false" /><Property Name="ContactSelectionKey" Type="Edm.String" Nullable="false" /><Property Name="FaxInfoText" Type="Edm.String" Nullable="false" /><Property Name="AddressCountryCode" Type="Edm.String" Nullable="false" /><NavigationProperty Name="Project" Type="Office4Service.Models.Project" /><NavigationProperty Name="Address" Type="Office4Service.Models.Address"><ReferentialConstraint Property="AddressId" ReferencedProperty="AddressId" /></NavigationProperty><NavigationProperty Name="DunningItems" Type="Collection(Office4Service.Models.DunningItem)" /></EntityType><EntityType Name="DunningItem"><Key><PropertyRef Name="DunningNo" /><PropertyRef Name="FiscalYearKey" /><PropertyRef Name="SortOrderId" /></Key><Property Name="DunningNo" Type="Edm.Int64" Nullable="false" /><Property Name="FiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="SortOrderId" Type="Edm.Int32" Nullable="false" /><Property Name="ItemType" Type="Edm.String" Nullable="false" /><Property Name="ProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="InvoiceNo" Type="Edm.Int64" Nullable="false" /><Property Name="InvoiceFiscalYear" Type="Edm.Int32" Nullable="false" /><Property Name="ItemDate" Type="Edm.DateTimeOffset" /><Property Name="DueDate" Type="Edm.DateTimeOffset" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="ItemValue" Type="Edm.Decimal" Nullable="false" /><Property Name="DunningLevel" Type="Edm.String" Nullable="false" /><NavigationProperty Name="Dunning" Type="Office4Service.Models.Dunning" /><NavigationProperty Name="Project" Type="Office4Service.Models.Project" /></EntityType><EntityType Name="SerialLetterAddress"><Key><PropertyRef Name="LetterNo" /><PropertyRef Name="FiscalYearKey" /><PropertyRef Name="Matchcode" /></Key><Property Name="LetterNo" Type="Edm.Int64" Nullable="false" /><Property Name="FiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="Matchcode" Type="Edm.String" Nullable="false" /><Property Name="AddressId" Type="Edm.Int32" /><Property Name="AddressSalutation" Type="Edm.String" Nullable="false" /><Property Name="AddressName" Type="Edm.String" Nullable="false" /><Property Name="AddressLine1" Type="Edm.String" Nullable="false" /><Property Name="AddressLine2" Type="Edm.String" Nullable="false" /><Property Name="AddressZipCode" Type="Edm.String" Nullable="false" /><Property Name="AddressCity" Type="Edm.String" Nullable="false" /><Property Name="Country" Type="Edm.String" Nullable="false" /><Property Name="DebitorNo" Type="Edm.Int32" Nullable="false" /><Property Name="AddressPhone" Type="Edm.String" Nullable="false" /><Property Name="AddressFax" Type="Edm.String" Nullable="false" /><Property Name="Email" Type="Edm.String" Nullable="false" /><Property Name="ContactName" Type="Edm.String" Nullable="false" /><Property Name="ContactFax" Type="Edm.String" Nullable="false" /><Property Name="ContactEmail" Type="Edm.String" Nullable="false" /><NavigationProperty Name="Letter" Type="Office4Service.Models.Letter" /><NavigationProperty Name="FiscalYear" Type="Office4Service.Models.FiscalYear" /><NavigationProperty Name="Address" Type="Office4Service.Models.Address"><ReferentialConstraint Property="AddressId" ReferencedProperty="AddressId" /></NavigationProperty></EntityType><EntityType Name="ServiceSheetProgressHistory"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="BillingServiceSheetNo" Type="Edm.Int64" Nullable="false" /><Property Name="ProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="ServiceSheetType" Type="Edm.Int32" Nullable="false" /><Property Name="EvaluationDate" Type="Edm.DateTimeOffset" /><Property Name="OrderValue" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressLaborTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressRent" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalValue" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressLaborOwn" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressSubcontractor" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressThirdPartyValue" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressTravelExpens" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressExtraLaborExpens" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressLaborMounting" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressLaborDismantling" Type="Edm.Decimal" Nullable="false" /><Property Name="SubcontractorExpens" Type="Edm.Decimal" Nullable="false" /><Property Name="MaterialCostTotal" Type="Edm.Decimal" Nullable="false" /></EntityType><EntityType Name="ContractBudget"><Key><PropertyRef Name="ProjectNo" /><PropertyRef Name="PurchaseOrderNo" /></Key><Property Name="ProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="PurchaseOrderNo" Type="Edm.String" Nullable="false" /><Property Name="StartDate" Type="Edm.DateTimeOffset" /><Property Name="EndDate" Type="Edm.DateTimeOffset" /><Property Name="BudgetTarget" Type="Edm.Decimal" Nullable="false" /><Property Name="BudgetUsed" Type="Edm.Decimal" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="Percentage" Type="Edm.Decimal" Nullable="false" /><Property Name="Location" Type="Edm.String" Nullable="false" /><Property Name="ContactName" Type="Edm.String" Nullable="false" /><NavigationProperty Name="Project" Type="Office4Service.Models.Project" /></EntityType><EntityType Name="ContractServiceSheet"><Key><PropertyRef Name="ProjectNo" /><PropertyRef Name="ContractServiceSheetId" /></Key><Property Name="ProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="ContractServiceSheetId" Type="Edm.Int64" Nullable="false" /><Property Name="ServiceSheetOrServiceHourReportOption" Type="Edm.Int32" Nullable="false" /><Property Name="Status" Type="Office4Service.Enumerations.ServiceSheetStatus" Nullable="false" /><Property Name="Options" Type="Office4Service.Enumerations.ContractServiceSheetOptions" Nullable="false" /><Property Name="ContractServiceSheetNo" Type="Edm.Int64" Nullable="false" /><Property Name="ContractServiceSheetPartialNo" Type="Edm.Int32" Nullable="false" /><Property Name="ContractServiceSheetSubNo" Type="Edm.Int32" Nullable="false" /><Property Name="PurchaseOrderNo" Type="Edm.String" Nullable="false" /><Property Name="NotusedBillingservicesheetno" Type="Edm.Int64" Nullable="false" /><Property Name="CreationDate" Type="Edm.DateTimeOffset" /><Property Name="DifferingRentStartDate" Type="Edm.DateTimeOffset" /><Property Name="RentalStartDate" Type="Edm.DateTimeOffset" /><Property Name="IncludedRentalTimeEndDate" Type="Edm.DateTimeOffset" /><Property Name="EvaluationDate" Type="Edm.DateTimeOffset" /><Property Name="PreliminaryRentalEndDate" Type="Edm.DateTimeOffset" /><Property Name="RentalEndDate" Type="Edm.DateTimeOffset" /><Property Name="Location" Type="Edm.String" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="DetailDescription" Type="Edm.String" /><Property Name="TotalLaborValue" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceRentValue" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressRentTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="IncludedRentalTime" Type="Edm.Int32" Nullable="false" /><Property Name="IncludedRentalTimeUnit" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="RentalTimeUnit" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="DiscountDescription1" Type="Edm.String" Nullable="false" /><Property Name="DiscountPercentage1" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountValue1" Type="Edm.Decimal" Nullable="false" /><Property Name="NetTotalBeforeDiscount1" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountDescription2" Type="Edm.String" Nullable="false" /><Property Name="DiscountPercentage2" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountValue2" Type="Edm.Decimal" Nullable="false" /><Property Name="NetTotalBeforeDiscount2" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceRentBeforeDiscount1" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceRentlBeforeDiscount2" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountValue1Rent" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountValue2Rent" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressMountingPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="BillingMountingPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="BillingDismantlingPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="BillingRentalPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="SubcontractorMountingSharePercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="SubcontractorDismantlingSharePercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="RentalPeriodDay" Type="Edm.Int64" Nullable="false" /><Property Name="RentalPeriodQuantity" Type="Edm.Int64" Nullable="false" /><Property Name="RentalPeriodExactly" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressLaborTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="SubcontractorTotalValue" Type="Edm.Decimal" Nullable="false" /><Property Name="BillableRentTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="NotusedLeistdm" Type="Edm.Decimal" Nullable="false" /><Property Name="BillableTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="BillableLaborTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="BilledTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="BilledLaborTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="BilledRentTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="RentalUnitPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="MountingStartDate" Type="Edm.DateTimeOffset" /><Property Name="MountingEndDate" Type="Edm.DateTimeOffset" /><Property Name="AuthorisationCertificateOption" Type="Edm.Int32" Nullable="false" /><Property Name="MountingPlannedWorkingHour" Type="Edm.Decimal" Nullable="false" /><Property Name="MountingActualWorkingHour" Type="Edm.Decimal" Nullable="false" /><Property Name="DismantlingPlannedWorkingHour" Type="Edm.Decimal" Nullable="false" /><Property Name="DismantlingActualWorkingHour" Type="Edm.Decimal" Nullable="false" /><Property Name="IsServiceSheetCreated" Type="Edm.Boolean" Nullable="false" /><Property Name="IsServiceSheetApproved" Type="Edm.Boolean" Nullable="false" /><Property Name="DismantlingStartDate" Type="Edm.DateTimeOffset" /><Property Name="DismantlingEndDate" Type="Edm.DateTimeOffset" /><Property Name="ProgressTotalScaffoldList" Type="Edm.Decimal" Nullable="false" /><Property Name="IsManualEntryActualMountingHoursEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManualEntryActualDismantlingHoursEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="DigitCountFirstSection" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNoDigitCountSecondarySection" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNoMask" Type="Edm.String" Nullable="false" /><Property Name="ItemNoIncrement" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNoSectionDelimiter" Type="Edm.String" Nullable="false" /><Property Name="ItemNoFillerChar" Type="Edm.String" Nullable="false" /><Property Name="ItemNoCreationOption" Type="Edm.Boolean" /><Property Name="BillingDetailOption" Type="Office4Service.Enumerations.BillingDetailOptions" Nullable="false" /><Property Name="ContractBillingLaborOrRent" Type="Office4Service.Enumerations.ContractBillingTypes" Nullable="false" /><Property Name="Text1" Type="Edm.String" Nullable="false" /><Property Name="Text2" Type="Edm.String" Nullable="false" /><Property Name="Text3" Type="Edm.String" Nullable="false" /><Property Name="Text4" Type="Edm.String" Nullable="false" /><Property Name="Text5" Type="Edm.String" Nullable="false" /><Property Name="ExportDate" Type="Edm.DateTimeOffset" /><Property Name="ExportSourceId" Type="Edm.Int32" Nullable="false" /><Property Name="MountingPayrollPeriodName" Type="Edm.String" Nullable="false" /><Property Name="DismantlingPayrollPeriodName" Type="Edm.String" Nullable="false" /><Property Name="BilledWithInvoiceNoReference" Type="Edm.String" Nullable="false" /><Property Name="CustomerInvoiceNo" Type="Edm.String" Nullable="false" /><Property Name="CustomerInvoiceDate" Type="Edm.DateTimeOffset" /><Property Name="CustomerPayment" Type="Edm.Decimal" Nullable="false" /><Property Name="MountingSubcontractorAddressId" Type="Edm.Int32" /><Property Name="DismantlingSubcontractorAddressId" Type="Edm.Int32" /><Property Name="BillableSubcontractorMounting" Type="Edm.Decimal" Nullable="false" /><Property Name="BillableSubcontractorDismantling" Type="Edm.Decimal" Nullable="false" /><Property Name="BilledSubcontractorMounting" Type="Edm.Decimal" Nullable="false" /><Property Name="BilledSubcontractorDismounting" Type="Edm.Decimal" Nullable="false" /><Property Name="IsContainingItemsWithDifferingRentalSetting" Type="Edm.Boolean" Nullable="false" /><Property Name="LastPrintDate" Type="Edm.DateTimeOffset" /><Property Name="LastPrintUsername" Type="Edm.String" Nullable="false" /><Property Name="LastPrintReportTemplate" Type="Edm.String" Nullable="false" /><Property Name="PartialFinishedStatusOption" Type="Office4Service.Enumerations.PartialFinishedStatusOptions" Nullable="false" /><Property Name="PartialFinishedReferenceContractServiceSheetId" Type="Edm.Int64" Nullable="false" /><Property Name="TotalWeight" Type="Edm.Decimal" Nullable="false" /><Property Name="WorkerOrSubcontractorAssignmentMandatoryOption" Type="Edm.Int32" Nullable="false" /><Property Name="WorkOrderNo" Type="Edm.Int32" Nullable="false" /><Property Name="BillableMountingTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="BilledMountingTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="BillableDismantlingTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="BilledDismantlingTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="InvoiceItemPercentageUsageOption" Type="Office4Service.Enumerations.PercentageUsageOptions" Nullable="false" /><Property Name="ProgressMountingTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressDismantlingTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="MountingPayrollPeriodId" Type="Edm.Int32" Nullable="false" /><Property Name="DismantlingPayrollPeriodId" Type="Edm.Int32" Nullable="false" /><Property Name="CrewMounting" Type="Edm.String" Nullable="false" /><Property Name="CrewDismantling" Type="Edm.String" Nullable="false" /><Property Name="SplittingOptionsLaborPrice" Type="Office4Service.Enumerations.LaborPriceSplittingOptions" Nullable="false" /><Property Name="IsSubcontractorQuantitiesAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="DiscountValue2Labor" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountValue1Labor" Type="Edm.Decimal" Nullable="false" /><Property Name="MirrorServiceSheetProjectNo" Type="Edm.Int64" /><Property Name="MirrorServiceSheetId" Type="Edm.Int64" /><Property Name="NotusedFrbestellnr" Type="Edm.Boolean" Nullable="false" /><Property Name="NotusedFreinsatzort" Type="Edm.Boolean" Nullable="false" /><Property Name="NotusedFrbezeich" Type="Edm.Boolean" Nullable="false" /><Property Name="NotusedFrtext1" Type="Edm.Boolean" Nullable="false" /><Property Name="NotusedFrtext2" Type="Edm.Boolean" Nullable="false" /><Property Name="NotusedFrtext3" Type="Edm.Boolean" Nullable="false" /><Property Name="NotusedFrtext4" Type="Edm.Boolean" Nullable="false" /><Property Name="NotusedFrtext5" Type="Edm.Boolean" Nullable="false" /><Property Name="BillingBlockOption" Type="Office4Service.Enumerations.BilledValues" Nullable="false" /><Property Name="DirectoryOfServicesId" Type="Edm.Int32" Nullable="false" /><Property Name="DismantlingDirectoryOfServicesId" Type="Edm.Int32" Nullable="false" /><Property Name="UseTemporaryWorkersMountingOption" Type="Edm.Boolean" Nullable="false" /><Property Name="UseTemporaryWorkersDismantlingOption" Type="Edm.Boolean" Nullable="false" /><Property Name="UnitPriceRent" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceRentMounting" Type="Edm.Decimal" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /><Property Name="IsMountingOption" Type="Edm.Boolean" Nullable="false" /><Property Name="IsDismantlingOption" Type="Edm.Boolean" Nullable="false" /><Property Name="IsRentOption" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="Project" Type="Office4Service.Models.Project" /><NavigationProperty Name="MountingSubcontractorAddress" Type="Office4Service.Models.Address"><ReferentialConstraint Property="MountingSubcontractorAddressId" ReferencedProperty="AddressId" /></NavigationProperty><NavigationProperty Name="DismantlingSubcontractorAddress" Type="Office4Service.Models.Address"><ReferentialConstraint Property="DismantlingSubcontractorAddressId" ReferencedProperty="AddressId" /></NavigationProperty><NavigationProperty Name="ContractBudget" Type="Office4Service.Models.ContractBudget" /><NavigationProperty Name="Items" Type="Collection(Office4Service.Models.ContractServiceSheetItem)" /><NavigationProperty Name="ContractServiceSheetWorkingHours" Type="Collection(Office4Service.Models.ContractServiceSheetWorkingHour)" /><NavigationProperty Name="EfficiencyPayServiceSheetValueContracts" Type="Collection(Office4Service.Models.EfficiencyPayServiceSheetValueContract)" /></EntityType><EntityType Name="PurchaseInvoice"><Key><PropertyRef Name="PurchaseInvoiceNo" /><PropertyRef Name="FiscalYearKey" /></Key><Property Name="PurchaseInvoiceNo" Type="Edm.Int64" Nullable="false" /><Property Name="FiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="ProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="IsAlreadyPayed" Type="Edm.Boolean" Nullable="false" /><Property Name="IsDirectDebitFromBankAccount" Type="Edm.Boolean" Nullable="false" /><Property Name="Matchcode" Type="Edm.String" Nullable="false" /><Property Name="AddressId" Type="Edm.Int32" /><Property Name="DebitorNoOrAddressId" Type="Edm.Int32" Nullable="false" /><Property Name="AddressSalutation" Type="Edm.String" Nullable="false" /><Property Name="AddressName" Type="Edm.String" Nullable="false" /><Property Name="AddressLine1" Type="Edm.String" Nullable="false" /><Property Name="AddressLine2" Type="Edm.String" Nullable="false" /><Property Name="AddressZipCode" Type="Edm.String" Nullable="false" /><Property Name="AddressCity" Type="Edm.String" Nullable="false" /><Property Name="AddressPhone" Type="Edm.String" Nullable="false" /><Property Name="AddressFax" Type="Edm.String" Nullable="false" /><Property Name="AddressEmail" Type="Edm.String" Nullable="false" /><Property Name="SourceDocumentType" Type="Office4Service.Enumerations.SourceDocumentTypes" Nullable="false" /><Property Name="SourceDocumentKey" Type="Edm.String" Nullable="false" /><Property Name="SourceDocumentNo" Type="Edm.Int64" Nullable="false" /><Property Name="SourceDocumentSubNo" Type="Edm.Int32" Nullable="false" /><Property Name="SourceDocumentFiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="ObjectDetailDescription" Type="Edm.String" Nullable="false" /><Property Name="ObjectDetailDescriptionFormatted" Type="Edm.String" Nullable="false" /><Property Name="HeaderText" Type="Edm.String" Nullable="false" /><Property Name="HeaderTextFormatted" Type="Edm.String" Nullable="false" /><Property Name="ClosingText" Type="Edm.String" Nullable="false" /><Property Name="ClosingTextFormatted" Type="Edm.String" Nullable="false" /><Property Name="PaymentTermsDescription" Type="Edm.String" Nullable="false" /><Property Name="PaymentTerms" Type="Edm.String" Nullable="false" /><Property Name="PaymentTermsFormatted" Type="Edm.String" Nullable="false" /><Property Name="CreationDate" Type="Edm.DateTimeOffset" /><Property Name="SupplierPurchaseInvoiceDate" Type="Edm.DateTimeOffset" /><Property Name="DueDate" Type="Edm.DateTimeOffset" /><Property Name="SupplierPurchaseInvoiceNo" Type="Edm.String" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="DetailDescriptionInternal" Type="Edm.String" Nullable="false" /><Property Name="NetTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="VatPercent" Type="Edm.Decimal" Nullable="false" /><Property Name="VatValue" Type="Edm.Decimal" Nullable="false" /><Property Name="GrossTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalLaborMounting" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalLaborDismantling" Type="Edm.Decimal" Nullable="false" /><Property Name="CommercialContactCaption" Type="Edm.String" Nullable="false" /><Property Name="CommercialContactName" Type="Edm.String" Nullable="false" /><Property Name="TechnicalContactName" Type="Edm.String" Nullable="false" /><Property Name="TechnicalContactKey" Type="Edm.String" Nullable="false" /><Property Name="TechnicalContactCaption" Type="Edm.String" Nullable="false" /><Property Name="CurrencyKey" Type="Edm.String" Nullable="false" /><Property Name="CurrencyExchangeRate" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyExchangeRateInverse" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencySymbol" Type="Edm.String" Nullable="false" /><Property Name="CurrencyKeyPrint" Type="Edm.String" Nullable="false" /><Property Name="CurrencyKeyPrintAdditional" Type="Edm.String" Nullable="false" /><Property Name="CurrencyPrintExchangeRate" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyPrintExchangeRateInverse" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyPrintAdditionalExchangeRate" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyPrintAdditionalExchangeRateInverse" Type="Edm.Decimal" Nullable="false" /><Property Name="IsCurrencyPrintFixedExchangeRate" Type="Edm.Boolean" Nullable="false" /><Property Name="IsCurrencyPrintAdditionalFixedExchangeRate" Type="Edm.Boolean" Nullable="false" /><Property Name="CurrencyPrintSymbol" Type="Edm.String" Nullable="false" /><Property Name="CurrencyPrintAdditionalSymbol" Type="Edm.String" Nullable="false" /><Property Name="BusinessUnit1Key" Type="Edm.String" Nullable="false" /><Property Name="LetterNo" Type="Edm.Int64" Nullable="false" /><Property Name="ContactSelectionKey" Type="Edm.String" Nullable="false" /><Property Name="ContactName" Type="Edm.String" Nullable="false" /><Property Name="FaxInfoText" Type="Edm.String" Nullable="false" /><Property Name="BookingDate" Type="Edm.DateTimeOffset" /><Property Name="InvoiceTypeOption" Type="Edm.Int32" Nullable="false" /><Property Name="CashDiscountEndDate" Type="Edm.DateTimeOffset" /><Property Name="CashDiscountPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="TaxKeyId" Type="Edm.String" Nullable="false" /><Property Name="ExportDate" Type="Edm.DateTimeOffset" /><Property Name="IsApprovedForExport" Type="Edm.Boolean" Nullable="false" /><Property Name="ContraAccount" Type="Edm.String" Nullable="false" /><Property Name="NotUsedContraAccount" Type="Edm.String" Nullable="false" /><Property Name="IsCreateStockTransactionEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="TransactionNo" Type="Edm.Int64" Nullable="false" /><Property Name="IsImportedFromGaeb" Type="Edm.Boolean" Nullable="false" /><Property Name="GaebDetail" Type="Edm.String" Nullable="false" /><Property Name="DigitCountFirstSection" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNoDigitCountSecondarySection" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNoMask" Type="Edm.String" Nullable="false" /><Property Name="ItemNoIncrement" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNoSectionDelimiter" Type="Edm.String" Nullable="false" /><Property Name="ItemNoFillerChar" Type="Edm.String" Nullable="false" /><Property Name="ItemNoCreationOption" Type="Edm.Boolean" /><Property Name="DebitorNo" Type="Edm.Int32" Nullable="false" /><Property Name="ApprovalDate" Type="Edm.DateTimeOffset" /><Property Name="ApprovalUsername" Type="Edm.String" Nullable="false" /><Property Name="ServicePeriodStartDate" Type="Edm.DateTimeOffset" /><Property Name="ServicePeriodEndDate" Type="Edm.DateTimeOffset" /><Property Name="AddressCountryCode" Type="Edm.String" Nullable="false" /><Property Name="DueDateCashDiscount1" Type="Edm.DateTimeOffset" /><Property Name="DueDateCashDiscount2" Type="Edm.DateTimeOffset" /><Property Name="PurchaseInvoiceStatus" Type="Edm.Int32" Nullable="false" /><Property Name="CommercialContactId" Type="Edm.Int32" Nullable="false" /><Property Name="SrDocumentNo" Type="Edm.Int64" Nullable="false" /><Property Name="SrDocumentFiscalYearKey" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="FiscalYear" Type="Office4Service.Models.FiscalYear" /><NavigationProperty Name="Project" Type="Office4Service.Models.Project" /><NavigationProperty Name="Address" Type="Office4Service.Models.Address"><ReferentialConstraint Property="AddressId" ReferencedProperty="AddressId" /></NavigationProperty><NavigationProperty Name="StockTransaction" Type="Office4Service.Models.StockTransaction" /><NavigationProperty Name="Items" Type="Collection(Office4Service.Models.PurchaseInvoiceItem)" /></EntityType><EntityType Name="PurchaseInvoiceItem"><Key><PropertyRef Name="PurchaseInvoiceNo" /><PropertyRef Name="FiscalYearKey" /><PropertyRef Name="ItemId" /><PropertyRef Name="ItemNo" /><PropertyRef Name="ProjectNo" /></Key><Property Name="PurchaseInvoiceNo" Type="Edm.Int64" Nullable="false" /><Property Name="FiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="ItemId" Type="Edm.Int64" Nullable="false" /><Property Name="ItemNo" Type="Edm.String" Nullable="false" /><Property Name="ProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="SourceDocumentType" Type="Office4Service.Enumerations.SourceDocumentTypes" Nullable="false" /><Property Name="DocumentKey" Type="Edm.String" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="DetailDescription" Type="Edm.String" Nullable="false" /><Property Name="DetailDescriptionFormatted" Type="Edm.String" Nullable="false" /><Property Name="BookingAccountId" Type="Edm.Int32" /><Property Name="BookingAccountName" Type="Edm.String" Nullable="false" /><Property Name="BookingAccountType" Type="Edm.Int32" Nullable="false" /><Property Name="Quantity" Type="Edm.Decimal" Nullable="false" /><Property Name="MeasuringUnitKey" Type="Edm.String" Nullable="false" /><Property Name="UnitPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="LaborMounting" Type="Edm.Decimal" Nullable="false" /><Property Name="LaborDismantling" Type="Edm.Decimal" Nullable="false" /><Property Name="ConstructionPhase" Type="Edm.Int32" Nullable="false" /><Property Name="IsItemNoPrintDisabled" Type="Edm.Boolean" Nullable="false" /><Property Name="ItemType" Type="Edm.String" Nullable="false" /><Property Name="SortNo" Type="Edm.String" Nullable="false" /><Property Name="IsSurchargeAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="GaebSubTextInfo" Type="Edm.Int32" Nullable="false" /><Property Name="SurchargePercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="SurchargeTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="ExecutionDate" Type="Edm.DateTimeOffset" /><Property Name="FiscalAccount" Type="Edm.String" Nullable="false" /><Property Name="ContraAccount" Type="Edm.String" Nullable="false" /><Property Name="DebitValue" Type="Edm.Int32" Nullable="false" /><Property Name="PartNo" Type="Edm.String" Nullable="false" /><Property Name="CustomerItemNo" Type="Edm.String" Nullable="false" /><Property Name="IsDiscount" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="PurchaseInvoice" Type="Office4Service.Models.PurchaseInvoice" /><NavigationProperty Name="BookingAccount" Type="Office4Service.Models.BookingAccount"><ReferentialConstraint Property="BookingAccountId" ReferencedProperty="BookingAccountId" /></NavigationProperty></EntityType><EntityType Name="RecurringCharge"><Key><PropertyRef Name="RecurringChargeNo" /></Key><Property Name="RecurringChargeNo" Type="Edm.Int64" Nullable="false" /><Property Name="FiscalYearKey" Type="Edm.Int32" /><Property Name="ProjectNo" Type="Edm.Int64" /><Property Name="Matchcode" Type="Edm.String" Nullable="false" /><Property Name="AddressId" Type="Edm.Int32" /><Property Name="CreditorNo" Type="Edm.Int32" Nullable="false" /><Property Name="CreationDate" Type="Edm.DateTimeOffset" /><Property Name="StartDate" Type="Edm.DateTimeOffset" /><Property Name="EndDate" Type="Edm.DateTimeOffset" /><Property Name="DueDate" Type="Edm.DateTimeOffset" /><Property Name="Interval" Type="Edm.Int32" Nullable="false" /><Property Name="TimeUnit" Type="Edm.Int32" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="DetailDescription" Type="Edm.String" /><Property Name="NetTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="TaxKeyId" Type="Edm.String" Nullable="false" /><Property Name="VATPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="VATValue" Type="Edm.Decimal" Nullable="false" /><Property Name="GrossTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyKey" Type="Edm.String" Nullable="false" /><Property Name="CurrencyExchangeRate" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyExchangeRateInverse" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencySymbol" Type="Edm.String" Nullable="false" /><Property Name="BankId" Type="Edm.Int64" Nullable="false" /><Property Name="FiscalAccount" Type="Edm.String" Nullable="false" /><NavigationProperty Name="ProjectDetail" Type="Office4Service.Models.ProjectFiscalYear"><ReferentialConstraint Property="ProjectNo" ReferencedProperty="ProjectNo" /><ReferentialConstraint Property="FiscalYearKey" ReferencedProperty="FiscalYearKey" /></NavigationProperty><NavigationProperty Name="Address" Type="Office4Service.Models.Address"><ReferentialConstraint Property="AddressId" ReferencedProperty="AddressId" /></NavigationProperty><NavigationProperty Name="RecurringChargeItems" Type="Collection(Office4Service.Models.RecurringChargeItem)" /><NavigationProperty Name="Project" Type="Office4Service.Models.Project" /></EntityType><EntityType Name="ContractConfiguration"><Key><PropertyRef Name="ProjectNo" /></Key><Property Name="ProjectNo" Type="Edm.Int64" /><Property Name="CaptionPurchaseOrderNo" Type="Edm.String" Nullable="false" /><Property Name="CaptionLocation" Type="Edm.String" Nullable="false" /><Property Name="CaptionDescription" Type="Edm.String" Nullable="false" /><Property Name="CaptionText1" Type="Edm.String" Nullable="false" /><Property Name="CaptionText2" Type="Edm.String" Nullable="false" /><Property Name="CaptionText3" Type="Edm.String" Nullable="false" /><Property Name="CaptionText4" Type="Edm.String" Nullable="false" /><Property Name="CaptionText5" Type="Edm.String" Nullable="false" /><Property Name="CaptionDetail" Type="Edm.String" Nullable="false" /><Property Name="DefaultReport" Type="Edm.String" Nullable="false" /><Property Name="ContractExternalSource" Type="Edm.Int32" Nullable="false" /><Property Name="ContractExternalOdbcConnection" Type="Edm.String" Nullable="false" /><Property Name="ContractExternalCompany" Type="Edm.String" Nullable="false" /><Property Name="ContractExternalContractNo" Type="Edm.String" Nullable="false" /><Property Name="ContractExternalContractVersion" Type="Edm.String" Nullable="false" /><Property Name="ContractExternalAcquireIndividualOrderNo" Type="Edm.String" Nullable="false" /><Property Name="ContractExternalAcquireServiceSheetNo" Type="Edm.String" Nullable="false" /><Property Name="IsUniquePurchaseOrderNo" Type="Edm.Boolean" Nullable="false" /><Property Name="IsUniqueLocation" Type="Edm.Boolean" Nullable="false" /><Property Name="IsUniqueDescription" Type="Edm.Boolean" Nullable="false" /><Property Name="DefaultPurchaseOrderNo" Type="Edm.String" Nullable="false" /><Property Name="DefaultLocation" Type="Edm.String" Nullable="false" /><Property Name="DefaultDescription" Type="Edm.String" Nullable="false" /><Property Name="DefaultText1" Type="Edm.String" Nullable="false" /><Property Name="DefaultText2" Type="Edm.String" Nullable="false" /><Property Name="DefaultText3" Type="Edm.String" Nullable="false" /><Property Name="DefaultText4" Type="Edm.String" Nullable="false" /><Property Name="DefaultText5" Type="Edm.String" Nullable="false" /><Property Name="PickListsContentDataBinary" Type="Edm.String" Nullable="false" /><NavigationProperty Name="Project" Type="Office4Service.Models.Project"><ReferentialConstraint Property="ProjectNo" ReferencedProperty="ProjectNo" /></NavigationProperty></EntityType><EntityType Name="TaxKey"><Key><PropertyRef Name="TaxKeyId" /><PropertyRef Name="Description" /></Key><Property Name="TaxKeyId" Type="Edm.String" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="VatPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="ExternalTaxKey" Type="Edm.String" Nullable="false" /><Property Name="IsPrepaidVat" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="AccountingTransaction"><Key><PropertyRef Name="ItemId" /></Key><Property Name="ItemId" Type="Edm.Int32" Nullable="false" /><Property Name="AccountingTransactionUsageOption" Type="Office4Service.Enumerations.AccountingTransactionUsageOptions" /><Property Name="DebitorCreditorNo" Type="Edm.Int32" /><Property Name="ProjectNo" Type="Edm.Int64" /><Property Name="AssociatedInvoiceNo" Type="Edm.Int64" /><Property Name="InvoiceFiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="DocumentDate" Type="Edm.DateTimeOffset" /><Property Name="BookingDate" Type="Edm.DateTimeOffset" /><Property Name="BookingValue" Type="Edm.Decimal" /><Property Name="IsCreditValue" Type="Edm.Boolean" Nullable="false" /><Property Name="TranscationFiscalYearKey" Type="Edm.Int32" /><Property Name="InvoiceNo" Type="Edm.Int64" /><Property Name="CreditNoteNo" Type="Edm.Int64" /><Property Name="NoDunningCreationTemporary" Type="Edm.Int32" Nullable="false" /><Property Name="NoDunningCreationPermanent" Type="Edm.Boolean" Nullable="false" /><Property Name="DueDate" Type="Edm.DateTimeOffset" /><Property Name="CashDiscountDueDate" Type="Edm.DateTimeOffset" /><Property Name="DocumentNo" Type="Edm.String" /><Property Name="NetTotal" Type="Edm.Decimal" /><Property Name="VatValue" Type="Edm.Decimal" /><Property Name="PaymentValue" Type="Edm.Decimal" /><Property Name="TaxKeyId" Type="Edm.String" Nullable="false" /><Property Name="VatPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="CashDiscountPercentage" Type="Edm.Decimal" /><Property Name="CashDiscountValue" Type="Edm.Decimal" /><Property Name="Reduction" Type="Edm.Decimal" /><Property Name="AutomaticCreditNoteNo" Type="Edm.Int64" /><Property Name="AutomaticCreditNoteFiscalYear" Type="Edm.Int32" /><Property Name="DateOfTotalPayment" Type="Edm.DateTimeOffset" /><Property Name="DueDay" Type="Edm.Int32" /><Property Name="DunningLevel" Type="Edm.Int32" /><Property Name="DunningLevelText" Type="Edm.String" Nullable="false" /><Property Name="BookingText" Type="Edm.String" /><Property Name="TransactionIsOpen" Type="Edm.Int32" /><Property Name="DunningNo1" Type="Edm.Int64" Nullable="false" /><Property Name="DunningNo2" Type="Edm.Int64" Nullable="false" /><Property Name="DunningNo3" Type="Edm.Int64" Nullable="false" /><Property Name="DunningNo4" Type="Edm.Int64" Nullable="false" /><Property Name="DunningFiscalYear1" Type="Edm.Int32" Nullable="false" /><Property Name="DunningFiscalYear2" Type="Edm.Int32" Nullable="false" /><Property Name="DunningFiscalYear3" Type="Edm.Int32" Nullable="false" /><Property Name="DunningFiscalYear4" Type="Edm.Int32" Nullable="false" /><Property Name="DunningProfileKey" Type="Edm.String" Nullable="false" /><Property Name="NextDunningDate" Type="Edm.DateTimeOffset" /><Property Name="ExportDate" Type="Edm.DateTimeOffset" /><Property Name="BankId" Type="Edm.Int64" Nullable="false" /><Property Name="FiscalAccount" Type="Edm.String" Nullable="false" /><Property Name="ContraAccount" Type="Edm.String" Nullable="false" /><Property Name="RecurringChargeNo" Type="Edm.Int64" Nullable="false" /><Property Name="BookingAccountId" Type="Edm.Int32" Nullable="false" /><Property Name="PartNo" Type="Edm.String" Nullable="false" /><Property Name="PartQuantity" Type="Edm.Decimal" Nullable="false" /><Property Name="PartUnitPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="SwiftImportId" Type="Edm.Int32" Nullable="false" /><Property Name="NotShowWithLiquidityPlanOption" Type="Edm.Int32" Nullable="false" /><Property Name="Unsettled" Type="Edm.Boolean" Nullable="false" /><Property Name="ExpectedDayOfPayment" Type="Edm.DateTimeOffset" /><Property Name="DunningInformation" Type="Edm.String" /><NavigationProperty Name="Project" Type="Office4Service.Models.Project" /><NavigationProperty Name="Bank" Type="Office4Service.Models.BankAccount" /><NavigationProperty Name="Part" Type="Office4Service.Models.Part" /></EntityType><EntityType Name="DiscountItem"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="ProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="ItemType" Type="Edm.String" /><Property Name="ItemNo" Type="Edm.String" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="SurchargePercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalPrice" Type="Edm.Decimal" Nullable="false" /><NavigationProperty Name="Project" Type="Office4Service.Models.Project" /></EntityType><EntityType Name="ResourceAbsence"><Key><PropertyRef Name="ResourceNo" /><PropertyRef Name="SortOrderId" /></Key><Property Name="ResourceNo" Type="Edm.Int64" Nullable="false" /><Property Name="SortOrderId" Type="Edm.Int64" Nullable="false" /><Property Name="CreationDate" Type="Edm.DateTimeOffset" /><Property Name="UserName" Type="Edm.String" Nullable="false" /><Property Name="AbsenceKey" Type="Edm.String" Nullable="false" /><Property Name="AbsenceType" Type="Edm.Int32" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="DetailDescription" Type="Edm.String" Nullable="false" /><Property Name="StartDate" Type="Edm.DateTimeOffset" /><Property Name="EndDate" Type="Edm.DateTimeOffset" /><Property Name="StartTime" Type="Edm.String" Nullable="false" /><Property Name="EndTime" Type="Edm.String" Nullable="false" /><Property Name="DurationDay" Type="Edm.Decimal" Nullable="false" /><Property Name="DurationWorkingHour" Type="Edm.Decimal" Nullable="false" /><NavigationProperty Name="ResourceAbsenceType" Type="Office4Service.Models.ResourceAbsenceType" /></EntityType><EntityType Name="EmployeeScheduledAbsence"><Key><PropertyRef Name="EmployeeNo" /><PropertyRef Name="SortOrderId" /></Key><Property Name="EmployeeNo" Type="Edm.Int32" Nullable="false" /><Property Name="SortOrderId" Type="Edm.Int64" Nullable="false" /><Property Name="CreationDate" Type="Edm.DateTimeOffset" /><Property Name="UserName" Type="Edm.String" Nullable="false" /><Property Name="AbsenceType" Type="Edm.Int32" Nullable="false" /><Property Name="AbsenceKey" Type="Edm.String" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="DetailDescription" Type="Edm.String" Nullable="false" /><Property Name="StartDate" Type="Edm.DateTimeOffset" /><Property Name="DateEnd" Type="Edm.DateTimeOffset" /><Property Name="StartTime" Type="Edm.String" Nullable="false" /><Property Name="TimeEnd" Type="Edm.String" Nullable="false" /><Property Name="DurationDay" Type="Edm.Decimal" Nullable="false" /><Property Name="DurationWorkingHour" Type="Edm.Decimal" Nullable="false" /><Property Name="AttendanceCodeKey" Type="Edm.String" Nullable="false" /><Property Name="IsBookingInAttendanceListEnabled" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="Employee" Type="Office4Service.Models.Employee" /><NavigationProperty Name="EmployeeScheduledAbsenceType" Type="Office4Service.Models.EmployeeScheduledAbsenceType" /></EntityType><EntityType Name="Stock"><Key><PropertyRef Name="StockNo" /></Key><Property Name="StockNo" Type="Edm.Int64" Nullable="false" /><Property Name="ShortDescription" Type="Edm.String" /><Property Name="IsMainStock" Type="Edm.Boolean" Nullable="false" /><Property Name="IsAdministeredFromHere" Type="Edm.Boolean" Nullable="false" /><Property Name="StockType" Type="Edm.Int32" /><Property Name="TotalStockValue" Type="Edm.Decimal" /><Property Name="TotalWeight" Type="Edm.Decimal" /><Property Name="StartDate" Type="Edm.DateTimeOffset" /><Property Name="EndDate" Type="Edm.DateTimeOffset" /><Property Name="AssociatedMainStockNo" Type="Edm.Int64" /><Property Name="AssociatedMainStockName" Type="Edm.String" /><NavigationProperty Name="Project" Type="Office4Service.Models.Project" /><NavigationProperty Name="SourceStockTransactions" Type="Collection(Office4Service.Models.StockTransaction)" /><NavigationProperty Name="DestinationStockTransactions" Type="Collection(Office4Service.Models.StockTransaction)" /><NavigationProperty Name="SourceStockTransactionItems" Type="Collection(Office4Service.Models.StockTransactionItem)" /><NavigationProperty Name="DestinationStockTransactionItems" Type="Collection(Office4Service.Models.StockTransactionItem)" /></EntityType><EntityType Name="StockTransaction"><Key><PropertyRef Name="TransactionNo" /></Key><Property Name="TransactionNo" Type="Edm.Int64" Nullable="false" /><Property Name="ProjectNo" Type="Edm.Int64" /><Property Name="DeliveryNoteNo" Type="Edm.String" Nullable="false" /><Property Name="SourceStockNo" Type="Edm.Int64" /><Property Name="DestinationStockNo" Type="Edm.Int64" /><Property Name="Remark" Type="Edm.String" Nullable="false" /><Property Name="PersonInCharge" Type="Edm.String" Nullable="false" /><Property Name="TotalValue" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalWeight" Type="Edm.Decimal" Nullable="false" /><Property Name="Date" Type="Edm.DateTimeOffset" /><Property Name="SourceStockName" Type="Edm.String" Nullable="false" /><Property Name="DestinationStockName" Type="Edm.String" Nullable="false" /><Property Name="SourceDocumentType" Type="Office4Service.Enumerations.SourceDocumentTypes" Nullable="false" /><Property Name="SourceDocumentKey" Type="Edm.String" Nullable="false" /><Property Name="SourceDocumentNo" Type="Edm.Int64" Nullable="false" /><Property Name="SourceDocumentSubNo" Type="Edm.Int32" Nullable="false" /><Property Name="SourceDocumentFiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="AddressId" Type="Edm.Int32" /><Property Name="DebitorNo" Type="Edm.Int64" Nullable="false" /><Property Name="AddressMatchcode" Type="Edm.String" Nullable="false" /><Property Name="TransactionTypeId" Type="Edm.Int32" Nullable="false" /><Property Name="TransactionSubTypeId" Type="Edm.Int32" Nullable="false" /><Property Name="ProcessingDate" Type="Edm.DateTimeOffset" /><Property Name="UserName" Type="Edm.String" Nullable="false" /><Property Name="TransactionStatus" Type="Office4Service.Enumerations.TransactionStatus" Nullable="false" /><Property Name="PreLoadingDate" Type="Edm.DateTimeOffset" /><Property Name="SourceConsignmentNo" Type="Edm.Int32" Nullable="false" /><Property Name="DestinationConsignmentNo" Type="Edm.Int32" Nullable="false" /><Property Name="TechnicalContactKey" Type="Edm.String" Nullable="false" /><Property Name="WorkOrderOriginNo" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="Address" Type="Office4Service.Models.Address"><ReferentialConstraint Property="AddressId" ReferencedProperty="AddressId" /></NavigationProperty><NavigationProperty Name="Project" Type="Office4Service.Models.Project"><ReferentialConstraint Property="ProjectNo" ReferencedProperty="ProjectNo" /></NavigationProperty><NavigationProperty Name="TransactionType" Type="Office4Service.Models.StockTransactionType" /><NavigationProperty Name="TransactionSubType" Type="Office4Service.Models.StockTransactionSubType" /><NavigationProperty Name="SourceStock" Type="Office4Service.Models.Stock"><ReferentialConstraint Property="SourceStockNo" ReferencedProperty="StockNo" /></NavigationProperty><NavigationProperty Name="DestinationStock" Type="Office4Service.Models.Stock"><ReferentialConstraint Property="DestinationStockNo" ReferencedProperty="StockNo" /></NavigationProperty><NavigationProperty Name="Items" Type="Collection(Office4Service.Models.StockTransactionItem)" /></EntityType><EntityType Name="StockTransactionItem"><Key><PropertyRef Name="TransactionNo" /><PropertyRef Name="PartNo" /><PropertyRef Name="SupplierNo" /><PropertyRef Name="ItemId" /></Key><Property Name="TransactionNo" Type="Edm.Int64" Nullable="false" /><Property Name="PartNo" Type="Edm.String" Nullable="false" /><Property Name="SupplierNo" Type="Edm.Int64" Nullable="false" /><Property Name="ItemId" Type="Edm.Int32" Nullable="false" /><Property Name="Quantity" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityPlanned" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityReserve" Type="Edm.Decimal" Nullable="false" /><Property Name="PurchasePrice" Type="Edm.Decimal" Nullable="false" /><Property Name="DetailDescription" Type="Edm.String" Nullable="false" /><Property Name="TransactionTypeId" Type="Edm.Int32" Nullable="false" /><Property Name="ChainDimensioningQuantity" Type="Edm.String" Nullable="false" /><Property Name="PackingUnitKey" Type="Edm.String" Nullable="false" /><Property Name="Loading" Type="Edm.String" Nullable="false" /><Property Name="QuantitySource" Type="Edm.Decimal" Nullable="false" /><Property Name="IsSimilarPartsAvailable" Type="Edm.Boolean" Nullable="false" /><Property Name="IsAlternativeStockAvailable" Type="Edm.Boolean" Nullable="false" /><Property Name="SourceStockNo" Type="Edm.Int64" Nullable="false" /><Property Name="SourceConsignmentNo" Type="Edm.Int32" Nullable="false" /><Property Name="DestinationStockNo" Type="Edm.Int64" Nullable="false" /><Property Name="DestinationConsignmentNo" Type="Edm.Int32" Nullable="false" /><Property Name="TransactionSubTypeId" Type="Edm.Int32" Nullable="false" /><Property Name="IsJumbo" Type="Edm.Boolean" Nullable="false" /><Property Name="JumboUidRef" Type="Edm.Int32" Nullable="false" /><Property Name="JumboItemQuantity" Type="Edm.Decimal" Nullable="false" /><NavigationProperty Name="Part" Type="Office4Service.Models.Part" /><NavigationProperty Name="PackingUnit" Type="Office4Service.Models.PackingUnit" /><NavigationProperty Name="StockTransaction" Type="Office4Service.Models.StockTransaction" /><NavigationProperty Name="SourceStock" Type="Office4Service.Models.Stock" /><NavigationProperty Name="DestinationStock" Type="Office4Service.Models.Stock" /></EntityType><EntityType Name="StockTransactionType"><Key><PropertyRef Name="TransactionTypeId" /></Key><Property Name="TransactionTypeId" Type="Edm.Int32" Nullable="false" /><Property Name="SortNo" Type="Edm.Int32" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="TransactionSubTypeDefaultId" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="StockTransactionSubTypes" Type="Collection(Office4Service.Models.StockTransactionSubType)" /></EntityType><EntityType Name="StockTransactionSubType"><Key><PropertyRef Name="TransactionTypeId" /><PropertyRef Name="TransactionSubTypeId" /></Key><Property Name="TransactionTypeId" Type="Edm.Int32" Nullable="false" /><Property Name="TransactionSubTypeId" Type="Edm.Int32" Nullable="false" /><Property Name="SortNo" Type="Edm.Int32" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="AssociatedAddressType" Type="Edm.Int32" Nullable="false" /><Property Name="SourceStockDescription" Type="Edm.String" Nullable="false" /><Property Name="DestinationStockDescription" Type="Edm.String" Nullable="false" /><Property Name="IsRentalPartsTransaction" Type="Edm.Boolean" Nullable="false" /><Property Name="IsPriceCalculationEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="Abbreviation" Type="Edm.String" Nullable="false" /><NavigationProperty Name="StockTransactionType" Type="Office4Service.Models.StockTransactionType" /></EntityType><EntityType Name="Part"><Key><PropertyRef Name="PartNo" /></Key><Property Name="PartNo" Type="Edm.String" Nullable="false" /><Property Name="ShortDescpription" Type="Edm.String" /><Property Name="ManufacturerPartNo" Type="Edm.String" /><Property Name="ItemPrice" Type="Edm.Decimal" /><Property Name="ListPrice" Type="Edm.Decimal" /><Property Name="NotUsedStockInventory" Type="Edm.Decimal" /><Property Name="NotUsedStockInventoryRented" Type="Edm.Decimal" /><Property Name="SupplierNo" Type="Edm.Int64" /><Property Name="WeightKG" Type="Edm.Decimal" /><Property Name="ProductGroupId" Type="Edm.String" /><Property Name="PurchasePrice" Type="Edm.Decimal" Nullable="false" /><Property Name="TransportPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="SalesPriceNet" Type="Edm.Decimal" Nullable="false" /><Property Name="SalesPriceIncludingVaT" Type="Edm.Decimal" Nullable="false" /><Property Name="MinimumStockInventory" Type="Edm.Decimal" Nullable="false" /><Property Name="MeasuringUnitKey" Type="Edm.String" Nullable="false" /><Property Name="LastPurchaseDate" Type="Edm.DateTimeOffset" /><Property Name="LastPurchaseSupplier" Type="Edm.String" Nullable="false" /><Property Name="DetailDescription" Type="Edm.String" /><Property Name="DetailRemark" Type="Edm.String" /><Property Name="IsExpired" Type="Edm.Boolean" Nullable="false" /><Property Name="IsPriceCalculationDisabled" Type="Edm.Boolean" Nullable="false" /><Property Name="TechnicalDescription" Type="Edm.String" /><Property Name="BasicRentalRatePercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="AssetType" Type="Edm.Int32" Nullable="false" /><Property Name="DepreciatonPercent" Type="Edm.Decimal" Nullable="false" /><Property Name="DepreciationYear" Type="Edm.Decimal" Nullable="false" /><Property Name="ActualUsableYear" Type="Edm.Decimal" Nullable="false" /><Property Name="AssetNo" Type="Edm.String" Nullable="false" /><Property Name="AccountPurchase" Type="Edm.String" Nullable="false" /><Property Name="CostId" Type="Edm.Int32" Nullable="false" /><Property Name="MountingTime" Type="Edm.Decimal" Nullable="false" /><Property Name="MountingTimePerKG" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressMountingPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="TaxKeyId" Type="Edm.String" Nullable="false" /><Property Name="StorageLocation" Type="Edm.String" Nullable="false" /><Property Name="Palette" Type="Edm.String" Nullable="false" /><Property Name="ItemsPerPackingUnit" Type="Edm.Decimal" Nullable="false" /><Property Name="PackingOrder" Type="Edm.String" Nullable="false" /><Property Name="CADPartId" Type="Edm.String" Nullable="false" /><Property Name="PictureFilename" Type="Edm.String" /><Property Name="ProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="CostCenter" Type="Edm.String" Nullable="false" /><Property Name="IsStockTrackingDisabled" Type="Edm.Boolean" Nullable="false" /><Property Name="RentalBasePriceAtMountingTime" Type="Edm.Decimal" Nullable="false" /><Property Name="SurchargePercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="RentalBasePriceAtDismantlingTime" Type="Edm.Decimal" Nullable="false" /><Property Name="SurchargePercentageDismantling" Type="Edm.Decimal" Nullable="false" /><Property Name="RentalBasePrice" Type="Edm.Decimal" Nullable="false" /><Property Name="SurchargePercentageRental" Type="Edm.Decimal" Nullable="false" /><Property Name="DetailDescriptionMounting" Type="Edm.String" /><Property Name="DetailDescriptionMountingFormatted" Type="Edm.String" /><Property Name="DetailDescriptionRental" Type="Edm.String" /><Property Name="DetailDescriptionRentalFormatted" Type="Edm.String" /><Property Name="IncludedRentalTime" Type="Edm.Int32" Nullable="false" /><Property Name="IncludedRentalTimeUnit" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="RentalTimeUnit" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="UseListPrice" Type="Edm.Int32" Nullable="false" /><Property Name="JumboPartStatus" Type="Edm.Int32" Nullable="false" /><Property Name="Consumption" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="StockTransactionItems" Type="Collection(Office4Service.Models.StockTransactionItem)" /><NavigationProperty Name="PartAssociations" Type="Collection(Office4Service.Models.PartAssociation)" /><NavigationProperty Name="ProductGroup" Type="Office4Service.Models.ProductGroup"><ReferentialConstraint Property="ProductGroupId" ReferencedProperty="ProductGroupId" /></NavigationProperty></EntityType><EntityType Name="User"><Key><PropertyRef Name="UserId" /></Key><Property Name="UserId" Type="Edm.Int32" Nullable="false" /><Property Name="CreationDate" Type="Edm.DateTimeOffset" /><Property Name="LastModifiedDate" Type="Edm.DateTimeOffset" /><Property Name="LastModifiedUserName" Type="Edm.String" Nullable="false" /><Property Name="UserName" Type="Edm.String" Nullable="false" /><Property Name="FirstName" Type="Edm.String" Nullable="false" /><Property Name="LastName" Type="Edm.String" Nullable="false" /><Property Name="Email" Type="Edm.String" Nullable="false" /><Property Name="IsDefault" Type="Edm.Boolean" Nullable="false" /><Property Name="UserLevel" Type="Edm.Int32" DefaultValue="50" Nullable="false" /><Property Name="PictureFilePath" Type="Edm.String" /><Property Name="DetailDescription" Type="Edm.String" /><Property Name="PictureBinary" Type="Edm.Binary" /><Property Name="LoginAttemptCount" Type="Edm.Int32" Nullable="false" /><Property Name="LoginAttemptMaximum" Type="Edm.Int32" Nullable="false" /><Property Name="IsLocked" Type="Edm.Boolean" Nullable="false" /><Property Name="IsCommercialContact" Type="Edm.Boolean" Nullable="false" /><Property Name="CommercialContactName" Type="Edm.String" Nullable="false" /><Property Name="ProjectCenterUserDataSearchTypeOption" Type="Edm.Int32" Nullable="false" /><Property Name="ProjectCenterUserDataSearchFinishedProjectsOption" Type="Edm.Int32" Nullable="false" /><Property Name="ProjectCenterUserDataProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="ProjectCenterUserDataMatchcode" Type="Edm.String" Nullable="false" /><Property Name="ProjectCenterUserDataAddressSearchText" Type="Edm.String" Nullable="false" /><Property Name="ProjectCenterUserDataProjectSearchText" Type="Edm.String" Nullable="false" /><Property Name="ProjectCenterUserDataIsAddressFullTextSearchEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="ProjectCenterUserDataIsProjectFullTextSearchEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="ProjectCenterUserDataDateFilterStartDate" Type="Edm.DateTimeOffset" /><Property Name="ProjectCenterUserDataDateFilterEndDate" Type="Edm.DateTimeOffset" /><Property Name="ProjectCenterUserDataIsDateFilterEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="RequestSummaryUserDataTechnicalContact" Type="Edm.String" Nullable="false" /><Property Name="RequestSummaryUserDataStartDate" Type="Edm.DateTimeOffset" /><Property Name="RequestSummaryUserDataEndDate" Type="Edm.DateTimeOffset" /><Property Name="RequestSummaryUserDataCheckMark1" Type="Edm.Boolean" Nullable="false" /><Property Name="RequestSummaryUserDataCheckMark2" Type="Edm.Boolean" Nullable="false" /><Property Name="RequestSummaryUserDataCheckMark3" Type="Edm.Boolean" Nullable="false" /><Property Name="RequestSummaryUserDataCheckMark4" Type="Edm.Boolean" Nullable="false" /><Property Name="QuotationSummaryUserDataTechnicalContact" Type="Edm.String" Nullable="false" /><Property Name="QuatationSummaryUserDataStartDate" Type="Edm.DateTimeOffset" /><Property Name="QuatationSummaryUserDataEndDate" Type="Edm.DateTimeOffset" /><Property Name="QuatationSummaryUserDataCheckMark1" Type="Edm.Boolean" Nullable="false" /><Property Name="QuatationSummaryUserDataCheckMark2" Type="Edm.Boolean" Nullable="false" /><Property Name="QuatationSummaryUserDataCheckMark3" Type="Edm.Boolean" Nullable="false" /><Property Name="InvoicePrintingUserDataOriginalCount" Type="Edm.Int32" Nullable="false" /><Property Name="InvoicePrintingUserDataCopyCount" Type="Edm.Int32" Nullable="false" /><Property Name="InvoicePrintingUserDataBillOfQuantityCount" Type="Edm.Int32" Nullable="false" /><Property Name="InvoicePrintingUserDataProjectAccountStatementCount" Type="Edm.Int32" Nullable="false" /><Property Name="DispoUserDataBusinessUnit1" Type="Edm.String" Nullable="false" /><Property Name="DispoUserDataWorkingArea" Type="Edm.String" Nullable="false" /><Property Name="DispoUserDataIsStatus1Selected" Type="Edm.Boolean" Nullable="false" /><Property Name="DispoUserDataIsStatus2Selected" Type="Edm.Boolean" Nullable="false" /><Property Name="DispoUserDataIsStatus3Selected" Type="Edm.Boolean" Nullable="false" /><Property Name="DispoUserDataIsStatus4Selected" Type="Edm.Boolean" Nullable="false" /><Property Name="DispoUserDataTechnicalContact" Type="Edm.String" Nullable="false" /><Property Name="DispoUserDataActivity" Type="Edm.String" Nullable="false" /><Property Name="DispoUserDataProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="DispoUserDataIsFilterEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="DispoUserDataCapacityDisplayMeasuringUnit" Type="Edm.Int32" Nullable="false" /><Property Name="DispoUserDataDateFilterOption" Type="Edm.Int32" Nullable="false" /><Property Name="DispoUserDataSortByField1" Type="Edm.String" Nullable="false" /><Property Name="DispoUserDataSortByField2" Type="Edm.String" Nullable="false" /><Property Name="DispoUserDataSortByField3" Type="Edm.String" Nullable="false" /><Property Name="DispoUserDataIsSortAscending1" Type="Edm.Boolean" Nullable="false" /><Property Name="DispoUserDataIsSortAscending2" Type="Edm.Boolean" Nullable="false" /><Property Name="DispoUserDataIsSortAscending3" Type="Edm.Boolean" Nullable="false" /><Property Name="AssignedBusinessUnit" Type="Edm.String" Nullable="false" /><Property Name="UserGroupId" Type="Edm.Int32" Nullable="false" /><Property Name="BusinessUnit1Key" Type="Edm.String" Nullable="false" /><Property Name="Phone" Type="Edm.String" /><Property Name="Fax" Type="Edm.String" /><Property Name="EmployeeNo" Type="Edm.Int32" /><Property Name="Timestamp" Type="Edm.Binary" /><NavigationProperty Name="Employee" Type="Office4Service.Models.Employee"><ReferentialConstraint Property="EmployeeNo" ReferencedProperty="EmployeeNo" /></NavigationProperty><NavigationProperty Name="Permissions" Type="Collection(Office4Service.Models.UserPermission)" /></EntityType><EntityType Name="PreferencesCostingModule"><Key><PropertyRef Name="PreferencesCostingModuleId" /></Key><Property Name="PreferencesCostingModuleId" Type="Edm.Int32" Nullable="false" /><Property Name="DefaultWorkingHoursMonday" Type="Edm.Decimal" Nullable="false" /><Property Name="DefaultWorkingHoursTuesday" Type="Edm.Decimal" Nullable="false" /><Property Name="DefaultWorkingHoursWednesday" Type="Edm.Decimal" Nullable="false" /><Property Name="DefaultWorkingHoursThursday" Type="Edm.Decimal" Nullable="false" /><Property Name="DefaultWorkingHoursFriday" Type="Edm.Decimal" Nullable="false" /><Property Name="DefaultWorkingHoursSaturday" Type="Edm.Decimal" Nullable="false" /><Property Name="DefaultWorkingHoursSunday" Type="Edm.Decimal" Nullable="false" /><Property Name="WageTypeNormalWork" Type="Edm.String" Nullable="false" /><Property Name="WageTypeEfficiencyPay" Type="Edm.String" Nullable="false" /><Property Name="OutdatedBookingAccountForEfficiencyPay" Type="Edm.Int32" Nullable="false" /><Property Name="CurrentFiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="IsWorkingHourExportEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="WorkingHourExportType" Type="Edm.Int32" Nullable="false" /><Property Name="WorkingHoursExportFilePath" Type="Edm.String" Nullable="false" /><Property Name="IsExportIncomingOrdersEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IncomingOrdersExportType" Type="Edm.Int32" Nullable="false" /><Property Name="IncomingOrdersExportFilePath" Type="Edm.String" Nullable="false" /><Property Name="IsExportFinishedProjectNotificationEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="FinishedProjectNotificationExportType" Type="Edm.Int32" Nullable="false" /><Property Name="FinishedProjectNotificationExportFilePath" Type="Edm.String" Nullable="false" /><Property Name="IsExportThirdPartyChargesEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="ThirdPartyChargesExportType" Type="Edm.Int32" Nullable="false" /><Property Name="ThirdPartyChargesExportFilePath" Type="Edm.String" Nullable="false" /><Property Name="IsExportSubcontractorInvoicesEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="SubcontractorInvoicesExportType" Type="Edm.Int32" Nullable="false" /><Property Name="SubcontractorInvoicesExportFilePath" Type="Edm.String" Nullable="false" /><Property Name="IsExportOutgoingPaymentsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="OutgoingPaymentsExportType" Type="Edm.Int32" Nullable="false" /><Property Name="OutgoingPaymentsExportFilePath" Type="Edm.String" Nullable="false" /><Property Name="IsProjectImportEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="ProjectImportId" Type="Edm.Int32" Nullable="false" /><Property Name="ProjectImportFilePath" Type="Edm.String" Nullable="false" /><Property Name="ProjectImportFilterExpression" Type="Edm.String" Nullable="false" /><Property Name="ProjectImportMatchcode" Type="Edm.String" Nullable="false" /><Property Name="IsThirdPartyChargesImportEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="ExternalCostsImportId" Type="Edm.Int32" Nullable="false" /><Property Name="ThirdPartyChargesImportFilePath" Type="Edm.String" Nullable="false" /><Property Name="ThirdPartyChargesImportFilterExpression" Type="Edm.String" Nullable="false" /><Property Name="ThirdPartyChargesImportMatchcode" Type="Edm.String" Nullable="false" /><Property Name="ThirdPartyChargesImportBookingAccountName" Type="Edm.String" Nullable="false" /><Property Name="IsWorkingsHourImportEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="WorkedHoursImportId" Type="Edm.Int32" Nullable="false" /><Property Name="WorkingHoursImportFilePath" Type="Edm.String" Nullable="false" /><Property Name="WorkingHoursImportProjectVacation" Type="Edm.String" Nullable="false" /><Property Name="WorkingHoursImportProjectISick" Type="Edm.String" Nullable="false" /><Property Name="WorkingHoursImportProjectPublicHoliday" Type="Edm.String" Nullable="false" /><Property Name="WorkingHoursImportProjectSchool" Type="Edm.String" Nullable="false" /><Property Name="OutgoingPaymentsCashDiscountFiscalAccount" Type="Edm.String" Nullable="false" /><Property Name="IsTravelTimeUsedForWorkingTimeAccount" Type="Edm.Boolean" Nullable="false" /><Property Name="IsEmployeNameAndNumberCheckEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsWageTypeAndProjectDefaultCheckEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsWorkingHourRoundTo025CheckEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="MaximumContiguousWorkingTime" Type="Edm.Decimal" Nullable="false" /><Property Name="OutdatedIsprojectmoduleinstalled" Type="Edm.Boolean" Nullable="false" /><Property Name="OutdatedProjectmodulefilepath" Type="Edm.String" Nullable="false" /><Property Name="CustomerGroup1Caption" Type="Edm.String" Nullable="false" /><Property Name="CustomerGroup2Caption" Type="Edm.String" Nullable="false" /><Property Name="BusinessUnit1Caption" Type="Edm.String" Nullable="false" /><Property Name="BusinessUnit2Caption" Type="Edm.String" Nullable="false" /><Property Name="IsCustomerGroup1Enabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsCustomerGroup2Enabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsBusinessUnit1Enabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsBusinessUnit2Enabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsBusinessUnit1UsedAsProfitCenter" Type="Edm.Boolean" Nullable="false" /><Property Name="NumberRangeOrderPlacedStart" Type="Edm.Int64" Nullable="false" /><Property Name="NumberRangeOrderPlacedEnd" Type="Edm.Int64" Nullable="false" /><Property Name="NumberRangeProjectStart" Type="Edm.String" Nullable="false" /><Property Name="NumberRangeProjectEnd" Type="Edm.String" Nullable="false" /><Property Name="NumberRangeInternalProjectProductiveStart" Type="Edm.String" Nullable="false" /><Property Name="NumberRangeInternalProjectProductiveEnd" Type="Edm.String" Nullable="false" /><Property Name="NumberRangeInternalProjectUnProductiveStart" Type="Edm.String" Nullable="false" /><Property Name="NumberRangeInternalProjectUnProductiveEnd" Type="Edm.String" Nullable="false" /><Property Name="ListItemTextForAll" Type="Edm.String" Nullable="false" /><Property Name="ListItemTextForNone" Type="Edm.String" Nullable="false" /><Property Name="IsAutomaticDataRefreshBetweenOpenWindowsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="OutdatedProgrammodulelicensing" Type="Edm.String" Nullable="false" /><Property Name="UpdateTableListe" Type="Edm.String" Nullable="false" /><Property Name="IsInvoicesRelevantForProgress" Type="Edm.Boolean" Nullable="false" /><Property Name="WorkOrderStartTimeDefault" Type="Edm.String" Nullable="false" /><Property Name="WorkOrderEndTimeDefault" Type="Edm.String" Nullable="false" /><Property Name="CapacityWorkingHoursMonday" Type="Edm.Decimal" Nullable="false" /><Property Name="CapacityWorkingHoursTuesday" Type="Edm.Decimal" Nullable="false" /><Property Name="CapacityWorkingHoursWednesday" Type="Edm.Decimal" Nullable="false" /><Property Name="CapacityWorkingHoursThursday" Type="Edm.Decimal" Nullable="false" /><Property Name="CapacityWorkingHoursFriday" Type="Edm.Decimal" Nullable="false" /><Property Name="CapacityWorkingHoursSaturday" Type="Edm.Decimal" Nullable="false" /><Property Name="CapacityWorkingHoursSunday" Type="Edm.Decimal" Nullable="false" /><Property Name="CapacityWorkingHoursWeek" Type="Edm.Decimal" Nullable="false" /><Property Name="CapacitySquareMeterMonday" Type="Edm.Int32" Nullable="false" /><Property Name="CapacitySquareMeterTuesday" Type="Edm.Int32" Nullable="false" /><Property Name="CapacitySquareMeterWednesday" Type="Edm.Int32" Nullable="false" /><Property Name="CapacitySquareMeterThursday" Type="Edm.Int32" Nullable="false" /><Property Name="CapacitySquareMeterFriday" Type="Edm.Int32" Nullable="false" /><Property Name="CapacitySquareMeterSaturday" Type="Edm.Int32" Nullable="false" /><Property Name="CapacitySquareMeterSunday" Type="Edm.Int32" Nullable="false" /><Property Name="CapacitySquareMeterWeek" Type="Edm.Int32" Nullable="false" /><Property Name="CapacityRevenueMonday" Type="Edm.Int32" Nullable="false" /><Property Name="CapacityRevenueTuesday" Type="Edm.Int32" Nullable="false" /><Property Name="CapacityRevenueWednesday" Type="Edm.Int32" Nullable="false" /><Property Name="CapacityRevenueThursday" Type="Edm.Int32" Nullable="false" /><Property Name="CapacityRevenueFriday" Type="Edm.Int32" Nullable="false" /><Property Name="CapacityRevenueSaturday" Type="Edm.Int32" Nullable="false" /><Property Name="CapacityRevenueSunday" Type="Edm.Int32" Nullable="false" /><Property Name="CapacityRevenueWeek" Type="Edm.Int32" Nullable="false" /><Property Name="AverageWorkerCountPerCrew" Type="Edm.Decimal" Nullable="false" /><Property Name="UsageOfTravellingHoursOption" Type="Edm.Int32" Nullable="false" /><Property Name="UtilizedCapacityThreshold1Percentage" Type="Edm.Decimal" Nullable="false" /><Property Name="UtilizedCapacityThreshold2Percentage" Type="Edm.Decimal" Nullable="false" /><Property Name="IsLinkingOfHoursSquareMetersRevenueDisabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsUiAppearanceForCommonCraftsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="OwnCompanyNameForReportsRow1" Type="Edm.String" Nullable="false" /><Property Name="OwnCompanyNameForReportsRow2" Type="Edm.String" Nullable="false" /><Property Name="IsRecordChangeAutorefreshDisabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsHourEntryForContractServiceSheetsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="LicenceServerNameOrIp" Type="Edm.String" Nullable="false" /><Property Name="IsAutomaticExpenseAllowanceEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="AutomaticExpenseAllowanceWageType" Type="Edm.String" Nullable="false" /><Property Name="IsHourEntryCopyProjectNoEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsHourEntryCopyEmployeeNoEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsHourEntryCopyWorkingHoursEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsHourEntryCopyTravelHoursEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsHourEntryCopyWageTypeEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="NotUsedFkdatvon" Type="Edm.DateTimeOffset" /><Property Name="IsCreateStockWithProjectEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="FiscalAccountForCostDistribution" Type="Edm.String" Nullable="false" /><Property Name="PaymentProposalDaysBeforeDueDate" Type="Edm.Int32" Nullable="false" /><Property Name="PaymentProposalDaysBeforeCashDiscount" Type="Edm.Int32" Nullable="false" /><Property Name="PaymentProposalExportPath" Type="Edm.String" Nullable="false" /><Property Name="DocumentManagementRootPath" Type="Edm.String" Nullable="false" /><Property Name="IsAutomaticExportApprovalForPurchaseInvoiceDisabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsEquipmentManagmentEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsWorkOrderAssignmentForWorkHoursAndServiceSheetEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsAutomatedStockTransactionsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="DefaultMainStockForAutomatedTransaction" Type="Edm.Int64" Nullable="false" /><Property Name="PensionFundPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="UnemploymentInsurancePercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="SupplementarySocialSecurityFundPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="WinterWorkingContributionPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="MiscellaneousPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="Contribution1Percentage" Type="Edm.Decimal" Nullable="false" /><Property Name="Contribution2Percentage" Type="Edm.Decimal" Nullable="false" /><Property Name="FiscalAccountWorkingHourAccountCost" Type="Edm.String" Nullable="false" /><Property Name="FiscalAccountWorkingHourAccountLiability" Type="Edm.String" Nullable="false" /><Property Name="ExportWorkingTimeAccountEmployeeCostPath" Type="Edm.String" Nullable="false" /><Property Name="IsWorkingHourExportItemizeProjectEnabled" Type="Edm.Int32" Nullable="false" /><Property Name="IsWorkingHourExportItemizeDaysEnabled" Type="Edm.Int32" Nullable="false" /><Property Name="NotUsedLaatage" Type="Edm.String" /><Property Name="NotUsedBsatage" Type="Edm.String" /><Property Name="NotUsedLautage" Type="Edm.String" /><Property Name="NotUsedBsutage" Type="Edm.String" /><Property Name="NotUsedLautageg" Type="Edm.String" Nullable="false" /><Property Name="NotUsedBsutageg" Type="Edm.String" Nullable="false" /><Property Name="NotUsedLaktageg" Type="Edm.String" Nullable="false" /><Property Name="NotUsedBsktageg" Type="Edm.String" Nullable="false" /><Property Name="NotUsedLakodat" Type="Edm.String" Nullable="false" /><Property Name="NotUsedBskodat" Type="Edm.String" Nullable="false" /><Property Name="NotUsedLaustd" Type="Edm.String" Nullable="false" /><Property Name="NotUsedBsustd" Type="Edm.String" Nullable="false" /><Property Name="NotUsedLautages" Type="Edm.String" Nullable="false" /><Property Name="NotUsedBsutages" Type="Edm.String" Nullable="false" /><Property Name="NotUsedLakstd" Type="Edm.String" Nullable="false" /><Property Name="NotUsedBskstd" Type="Edm.String" Nullable="false" /><Property Name="NotUsedLaktage" Type="Edm.String" Nullable="false" /><Property Name="NotUsedBsktage" Type="Edm.String" Nullable="false" /><Property Name="NotUsedLakdatg" Type="Edm.String" Nullable="false" /><Property Name="NotUsedBskdatg" Type="Edm.String" Nullable="false" /><Property Name="NotUsedLaktages" Type="Edm.String" Nullable="false" /><Property Name="NotUsedBsktages" Type="Edm.String" Nullable="false" /><Property Name="MzFirstLastTripPercentShareDriver" Type="Edm.Decimal" Nullable="false" /><Property Name="MzFirstLastTripPercentSharePassenger" Type="Edm.Decimal" Nullable="false" /><Property Name="MzDriverBonusWageType" Type="Edm.String" Nullable="false" /><Property Name="MzTravellingProductiveWageType" Type="Edm.String" Nullable="false" /><Property Name="MzTravellingUnproductiveWageType" Type="Edm.String" Nullable="false" /><Property Name="MzTravellingHoursThreshold" Type="Edm.Decimal" Nullable="false" /><Property Name="MzAlternateProductiveProjectNo" Type="Edm.String" Nullable="false" /><Property Name="MzAlternateUnproductiveProjectNo" Type="Edm.String" Nullable="false" /><Property Name="MzAlternateProductiveWageType" Type="Edm.String" Nullable="false" /><Property Name="MzAlternateUnproductiveWageType" Type="Edm.String" Nullable="false" /><Property Name="MzExpenseAllowanceWageType" Type="Edm.String" Nullable="false" /><Property Name="MzExtraLaborWageType1" Type="Edm.String" Nullable="false" /><Property Name="MzExtraLaborWageType2" Type="Edm.String" Nullable="false" /><Property Name="MzExtraLaborWageType3" Type="Edm.String" Nullable="false" /><Property Name="MzExtraLaborWageType4" Type="Edm.String" Nullable="false" /><Property Name="MzExtraLaborWageType5" Type="Edm.String" Nullable="false" /><Property Name="MzProjectNoConversionFormula" Type="Edm.String" Nullable="false" /><Property Name="MzDistributeLastTrip" Type="Edm.Boolean" Nullable="false" /><Property Name="IsSeparateDriverAndPassengerEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsContractEfficiencyPayEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsInternalProjectNumberRangeCombineEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="HazardAnalysisInstruction" Type="Edm.String" Nullable="false" /><Property Name="HazardAnalysisRescue" Type="Edm.String" Nullable="false" /><Property Name="HazardAnalysisFooter" Type="Edm.String" Nullable="false" /><Property Name="IsClockTimeForWorkingHoursEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="DefaultWorkingStartTime" Type="Edm.String" Nullable="false" /><Property Name="IsApprovalOfPurchaseInvoicesForPaymentProposalEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsPassengerTravelTimeSeparationEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="PassengerTravelTimePercentage" Type="Edm.Int32" Nullable="false" /><Property Name="WorkOrderSplitCreatesSeparateWorkOrdersEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="StandardBlockDate" Type="Edm.DateTimeOffset" /><Property Name="Timestamp" Type="Edm.Binary" /></EntityType><EntityType Name="PreferencesProjectModule" OpenType="true"><Key><PropertyRef Name="PreferencesProjectModuleId" /></Key><Property Name="PreferencesProjectModuleId" Type="Edm.Int32" Nullable="false" /><Property Name="DefaultIncludedRentalTime" Type="Edm.Int32" Nullable="false" /><Property Name="IncludedRentalTimeUnitNotConsideredAsRent" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="DefaultRentalTimeUnit" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="VatPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="VatTaxIdAlwaysShowOption" Type="Edm.Int32" Nullable="false" /><Property Name="PostalTransitDaysForDueDateCalculation" Type="Edm.Int32" Nullable="false" /><Property Name="ProgressMountingPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="BillingMountingPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="BillingDismantlingPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="RentalPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="DefaultHeaderForQuotation" Type="Edm.String" Nullable="false" /><Property Name="DefaultFooterForQuotation" Type="Edm.String" Nullable="false" /><Property Name="DefaultHeaderForOrderConfirmation" Type="Edm.String" Nullable="false" /><Property Name="DefaultFooterForOrderConfirmation" Type="Edm.String" Nullable="false" /><Property Name="NotUsedAngz" Type="Edm.String" Nullable="false" /><Property Name="DefaultHeaderForDeliveryNote" Type="Edm.String" Nullable="false" /><Property Name="DefaultFooterForDeliveryNote" Type="Edm.String" Nullable="false" /><Property Name="DefaultHeaderForInvoice" Type="Edm.String" Nullable="false" /><Property Name="DefaultFooterForInvoice" Type="Edm.String" Nullable="false" /><Property Name="DefaultPaymentTermsDescription" Type="Edm.String" Nullable="false" /><Property Name="DefaultHeaderForCreditNote" Type="Edm.String" Nullable="false" /><Property Name="DefaultFooterForCreditNote" Type="Edm.String" Nullable="false" /><Property Name="TechnicalContactCaption" Type="Edm.String" Nullable="false" /><Property Name="CommercialContactCaption" Type="Edm.String" Nullable="false" /><Property Name="OwnCompanyCityForDocumentPrinting" Type="Edm.String" Nullable="false" /><Property Name="IsUseDirectoryOfServicesEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsAutomaticRentalItemAfterBasicItemEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="RentalTextPrefixDefault" Type="Edm.String" Nullable="false" /><Property Name="IsExportOutgoingInvoicesEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="OutgoingInvoiceExportType" Type="Edm.Int32" Nullable="false" /><Property Name="OutgoingInvoiceExportFilePath" Type="Edm.String" Nullable="false" /><Property Name="IsIncomingPaymentImportEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IncomingPaymentImportType" Type="Edm.Int32" Nullable="false" /><Property Name="IncomingPaymentImportFilePath" Type="Edm.String" Nullable="false" /><Property Name="IsExportProgressPaymentOnlyWithFinalInvoice" Type="Edm.Boolean" Nullable="false" /><Property Name="DecimalPlacesUnitPriceRoundingOption" Type="Edm.Int32" Nullable="false" /><Property Name="NotUsedPartialPaymentMode" Type="Edm.Int32" Nullable="false" /><Property Name="OutgoingInvoiceExportCostCenter" Type="Edm.String" Nullable="false" /><Property Name="OutgoingInvoiceExportRevenueAccount" Type="Edm.String" Nullable="false" /><Property Name="OutgoingInvoiceExportRevenueReductionAccount" Type="Edm.String" Nullable="false" /><Property Name="IncomingPaymentExportPartialPaymentAccount" Type="Edm.String" Nullable="false" /><Property Name="OutgoingInvoiceProgressPaymentAccount" Type="Edm.String" Nullable="false" /><Property Name="IsCreateAdditionalTransactionsForProgressPaymentRequest" Type="Edm.Boolean" Nullable="false" /><Property Name="IsDeductPriorInvoice" Type="Edm.Boolean" Nullable="false" /><Property Name="DeductPriorInvoicesOption" Type="Edm.Int32" Nullable="false" /><Property Name="IsDeductPriorPayment" Type="Edm.Boolean" Nullable="false" /><Property Name="NotUsedDeductPriorPaymentType" Type="Edm.Int32" Nullable="false" /><Property Name="DeductPriorPaymentsOption" Type="Edm.Int32" Nullable="false" /><Property Name="PartialPaymentVatOption" Type="Edm.Int32" Nullable="false" /><Property Name="PriorPaymentsSourceOption" Type="Edm.Int32" Nullable="false" /><Property Name="DunningProfileKey" Type="Edm.String" Nullable="false" /><Property Name="DunningProjectOrInvoiceOption" Type="Edm.Int32" Nullable="false" /><Property Name="OutdatedProgrammodulelicensing" Type="Edm.String" Nullable="false" /><Property Name="UseTradeCreditInsuranceOption" Type="Edm.Int32" Nullable="false" /><Property Name="IsCopyDetailDescriptionQuotationToInvoiceEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="NotUsedAlangvor" Type="Edm.Int32" Nullable="false" /><Property Name="IsQuickstartVisible" Type="Edm.Boolean" Nullable="false" /><Property Name="NotUsedSchnellausw" Type="Edm.Boolean" Nullable="false" /><Property Name="IsAutomaticItemCreationEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="UpdateTableListe" Type="Edm.String" Nullable="false" /><Property Name="InvoiceCopy1Name" Type="Edm.String" Nullable="false" /><Property Name="InvoiceCopy2Name" Type="Edm.String" Nullable="false" /><Property Name="InvoiceCopy3Name" Type="Edm.String" Nullable="false" /><Property Name="InvoiceCopy4Name" Type="Edm.String" Nullable="false" /><Property Name="IsSharedInvoiceNumberRangeEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsProgressPaymentInvoiceDefault" Type="Edm.Boolean" Nullable="false" /><Property Name="IsObjectTextDuplicateCheckEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="ObjectTextDuplicateCheckAgeThreshold" Type="Edm.Int32" Nullable="false" /><Property Name="NotUsedAnpatc1" Type="Edm.Boolean" Nullable="false" /><Property Name="NotUsedAnpfrag" Type="Edm.Boolean" Nullable="false" /><Property Name="ObjectTextDuplicateCheckRelevancePercentage" Type="Edm.Int32" Nullable="false" /><Property Name="NotUsedAnpatc2" Type="Edm.Boolean" Nullable="false" /><Property Name="FaxSoftwareType" Type="Edm.Int32" Nullable="false" /><Property Name="DefaultFaxInfoTextPreSentByFax" Type="Edm.String" Nullable="false" /><Property Name="DefaultFaxInfoTextSentByFax" Type="Edm.String" Nullable="false" /><Property Name="FaxPrinter" Type="Edm.String" Nullable="false" /><Property Name="FaxRecipientHeader" Type="Edm.String" Nullable="false" /><Property Name="FaxFooterSeparationMark" Type="Edm.String" Nullable="false" /><Property Name="FaxRecipientContactName" Type="Edm.String" Nullable="false" /><Property Name="FaxRecipientCompany" Type="Edm.String" Nullable="false" /><Property Name="FaxRecipientNumber" Type="Edm.String" Nullable="false" /><Property Name="FaxExternalLineDialNo" Type="Edm.String" Nullable="false" /><Property Name="OpenIvoiceListCurrency" Type="Edm.String" Nullable="false" /><Property Name="OpenIvoiceListExchangeRate" Type="Edm.Decimal" Nullable="false" /><Property Name="OpenIvoiceListExchangeRateInverse" Type="Edm.Decimal" Nullable="false" /><Property Name="OpenIvoiceListCurrencySymbol" Type="Edm.String" Nullable="false" /><Property Name="DirectoryOfServicesCurrency" Type="Edm.String" Nullable="false" /><Property Name="IsCurrencyCopyWithinFiscalYearEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsProjectCurrencyConversionDone" Type="Edm.Boolean" Nullable="false" /><Property Name="NotUsedUsetmpl" Type="Edm.Boolean" Nullable="false" /><Property Name="NotUsedLetFilesOpen" Type="Edm.Boolean" Nullable="false" /><Property Name="IsContractServiceSheetAsInvoicesImportEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="ContractServiceSheetImportMatchcode1" Type="Edm.String" Nullable="false" /><Property Name="ContractServiceSheetImportInvoiceNumberRange1" Type="Edm.Int64" Nullable="false" /><Property Name="ContractServiceSheetImportMatchcode2" Type="Edm.String" Nullable="false" /><Property Name="ContractServiceSheetImportInvoiceNumberRange2" Type="Edm.Int64" Nullable="false" /><Property Name="IsDataCopyForServiceSheetSubItemsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsOpenInvoiceListUsageDisabled" Type="Edm.Boolean" Nullable="false" /><Property Name="PrintDocumentOrBookingDateOption" Type="Edm.Int32" Nullable="false" /><Property Name="AutomaticCreditNoteCreationDateUsageOption" Type="Edm.Int32" Nullable="false" /><Property Name="IsPrintBillingServiceSheetWithPrice" Type="Edm.Boolean" Nullable="false" /><Property Name="NoBookingInServiceSheetProgressHistoryPriorToDate" Type="Edm.DateTimeOffset" /><Property Name="NotUsedUseRtf" Type="Edm.Boolean" Nullable="false" /><Property Name="DefaultFontSettingsForLettersHeaderAndFooter" Type="Edm.String" Nullable="false" /><Property Name="DefaultFontSettingsForItemDescription" Type="Edm.String" Nullable="false" /><Property Name="DefaultFontSettingsForObjectDescription" Type="Edm.String" Nullable="false" /><Property Name="SubcontractorMountingSharePercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="SubcontractorDismantlingSharePercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="IsInvoiceImportEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="InvoiceImportOdbcConnection" Type="Edm.String" Nullable="false" /><Property Name="InvoiceImportDebnumFormula" Type="Edm.String" Nullable="false" /><Property Name="InvoiceImportProjectNoFormula" Type="Edm.String" Nullable="false" /><Property Name="InvoiceImportFieldAssignment" Type="Edm.String" Nullable="false" /><Property Name="InvoiceImportTableName" Type="Edm.String" Nullable="false" /><Property Name="InvoiceImportFilterCriteria" Type="Edm.String" Nullable="false" /><Property Name="NotUsedRechdatvon" Type="Edm.DateTimeOffset" /><Property Name="InvoiceNumberRangeStart" Type="Edm.String" Nullable="false" /><Property Name="InvoiceNumberRangeEnd" Type="Edm.String" Nullable="false" /><Property Name="InvoiceProgressPaymentNumberRangeStart" Type="Edm.String" Nullable="false" /><Property Name="InvoiceProgressPaymentNumberRangeEnd" Type="Edm.String" Nullable="false" /><Property Name="IsBillingServiceSheetEqualsProjectNo" Type="Edm.Boolean" Nullable="false" /><Property Name="IsFinalInvoiceAlwaysDeductPriorPaymentWithGrossValue" Type="Edm.Boolean" Nullable="false" /><Property Name="IsIncomingPaymentExportEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IncomingPaymentExportType" Type="Edm.Int32" Nullable="false" /><Property Name="IncomingPaymentExportFilePath" Type="Edm.String" Nullable="false" /><Property Name="IncomingPaymentExportCashDiscountAccount" Type="Edm.String" Nullable="false" /><Property Name="ContractServiceSheetExportType" Type="Edm.Int32" Nullable="false" /><Property Name="ContractServiceSheetExportFilePath" Type="Edm.String" Nullable="false" /><Property Name="IsCopyBookingTextFromLastPaymentInOpenInvoiceList" Type="Edm.Boolean" Nullable="false" /><Property Name="NotUsedCadpruef" Type="Edm.Boolean" Nullable="false" /><Property Name="IsShowAllBookingsInProjectBalanceStatement" Type="Edm.Boolean" Nullable="false" /><Property Name="IsSubcontractorServiceSheetEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsOnlyShowCustomerAssignedServiceItemsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="DigitCountFirstSection" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNoDigitCountSecondarySection" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNoMask" Type="Edm.String" Nullable="false" /><Property Name="ItemNoIncrement" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNoSectionDelimiter" Type="Edm.String" Nullable="false" /><Property Name="ItemNoFillerChar" Type="Edm.String" Nullable="false" /><Property Name="ItemNoCreationOption" Type="Edm.Boolean" /><Property Name="InvoiceItemPercentageUsageOption" Type="Office4Service.Enumerations.PercentageUsageOptions" Nullable="false" /><Property Name="RequestDefaultScaffoldNeedsDetailDescription" Type="Edm.String" Nullable="false" /><Property Name="IsWorkOrderBarcodePrintingEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsSharedQuotationNumberRangeEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsExactRentalCalculationEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="SkipWeekendsForRentOption" Type="Edm.Int32" Nullable="false" /><Property Name="TemplateFileForServiceSheetExportToExcel" Type="Edm.String" Nullable="false" /><Property Name="IsDocumentOutputLogEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="DocumentOutputLogTypeOption" Type="Edm.Int32" Nullable="false" /><Property Name="DocumentOutputLogFilePath" Type="Edm.String" Nullable="false" /><Property Name="IsProjectCenterExtendedInfoVisible" Type="Edm.Int32" Nullable="false" /><Property Name="IsContractServiceSheetQuantityAlwaysEqualSubcontractor" Type="Edm.Boolean" Nullable="false" /><Property Name="IsContractServiceSheetCheckBookingBeforeSaveEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="DefaultCountryCode" Type="Edm.String" /><Property Name="IsSwissRoundingRuleEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="DefaultHeaderForServiceHourReport" Type="Edm.String" Nullable="false" /><Property Name="DefaultFooterForServiceHourReport" Type="Edm.String" Nullable="false" /><Property Name="IsCreditNoteApprovalEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsInvoiceApprovalWithPrintingEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="TemporaryDebitorNumberRangeStart" Type="Edm.Int64" Nullable="false" /><Property Name="TemporaryDebitorNumberRangeEnd" Type="Edm.Int64" Nullable="false" /><Property Name="IsDebitorNoAutoAssignmentDisabled" Type="Edm.Boolean" Nullable="false" /><Property Name="TemporaryCreditNoteNumberRangeStart" Type="Edm.Int64" Nullable="false" /><Property Name="TemporaryCreditNoteNumberRangeEnd" Type="Edm.Int64" Nullable="false" /><Property Name="IncludedRentalTimeNotConsideredAsRent" Type="Edm.Int32" Nullable="false" /><Property Name="StandardPeriodOfProvisionUnitBasis" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="IsRemovalOfProjectOrRequestNoAffirmationEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="UseExtendedReductionAsDefault" Type="Edm.Int32" Nullable="false" /><Property Name="UseReportNumberByProject" Type="Edm.Boolean" Nullable="false" /><Property Name="SkipDaysForRent" Type="Edm.Int32" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /></EntityType><EntityType Name="PreferencesWarehouseModule"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="NotUsedUpdateParttableInventory" Type="Edm.Boolean" Nullable="false" /><Property Name="NotUsedShowList" Type="Edm.Int32" Nullable="false" /><Property Name="DefaultTransactionTemplate" Type="Edm.Int64" Nullable="false" /><Property Name="NotUsedCompanyName" Type="Edm.String" Nullable="false" /><Property Name="NotUsedFilePath" Type="Edm.String" Nullable="false" /><Property Name="DefaultMainStockId" Type="Edm.Int64" Nullable="false" /><Property Name="DefaultMainStockName" Type="Edm.String" Nullable="false" /><Property Name="DefaultForTransportCost" Type="Edm.Decimal" Nullable="false" /><Property Name="VatPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="PriceRoundingOption" Type="Edm.Int32" Nullable="false" /><Property Name="PriceSurchargePercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="PriceLevel1" Type="Edm.Decimal" Nullable="false" /><Property Name="PriceLevel2" Type="Edm.Decimal" Nullable="false" /><Property Name="PriceLevel3" Type="Edm.Decimal" Nullable="false" /><Property Name="PriceRounding1" Type="Edm.Decimal" Nullable="false" /><Property Name="PriceRounding2" Type="Edm.Decimal" Nullable="false" /><Property Name="PriceRounding3" Type="Edm.Decimal" Nullable="false" /><Property Name="PriceRounding4" Type="Edm.Decimal" Nullable="false" /><Property Name="PriceSurchargeFixedAmount1" Type="Edm.Decimal" Nullable="false" /><Property Name="PriceSurchargeFixedAmount2" Type="Edm.Decimal" Nullable="false" /><Property Name="PriceSurchargeFixedAmount3" Type="Edm.Decimal" Nullable="false" /><Property Name="PriceSurchargeFixedAmount4" Type="Edm.Decimal" Nullable="false" /><Property Name="PartNoRangeStart" Type="Edm.String" Nullable="false" /><Property Name="PartNoRangeEnd" Type="Edm.String" Nullable="false" /><Property Name="BasePriceForPriceCalculation" Type="Edm.Int32" Nullable="false" /><Property Name="IsAutomaticPriceCalculationDisabled" Type="Edm.Boolean" Nullable="false" /><Property Name="NotusedUpdatefile" Type="Edm.String" Nullable="false" /><Property Name="IsUseTransactionProcessingEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="KeepEmpbew" Type="Edm.Boolean" Nullable="false" /><Property Name="IsCheckNegativeStockIventoryEnabled" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="ReportSetting"><Key><PropertyRef Name="ReportSettingsId" /></Key><Property Name="ReportSettingsId" Type="Edm.Int32" Nullable="false" /><Property Name="ReportSettingsName" Type="Edm.String" Nullable="false" /><Property Name="NotusedPrtroot" Type="Edm.String" Nullable="false" /><Property Name="PrinterInternalPrintsName" Type="Edm.String" Nullable="false" /><Property Name="PrinterInternalPrintsSettingsFirstPage" Type="Edm.String" Nullable="false" /><Property Name="PrinterDocumentsName" Type="Edm.String" Nullable="false" /><Property Name="PrinterDocumentsSettingsFirstPage" Type="Edm.String" Nullable="false" /><Property Name="NotusedPrinterservicesheet" Type="Edm.String" Nullable="false" /><Property Name="NotusedPrinterservicesheetsetting" Type="Edm.String" Nullable="false" /><Property Name="PrinterInternalPrintsNameFirstPage" Type="Edm.String" Nullable="false" /><Property Name="PrinterInternalPrintsNameFollowingPage" Type="Edm.String" Nullable="false" /><Property Name="PrinterInternalPrintsSettingsFollowingPage" Type="Edm.String" Nullable="false" /><Property Name="PrinterDocumentsNameFirstPage" Type="Edm.String" Nullable="false" /><Property Name="PrinterDocumentsNameFollowingPage" Type="Edm.String" Nullable="false" /><Property Name="PrinterDocumentsSettingsFollowingPage" Type="Edm.String" Nullable="false" /><Property Name="InternalPrintsMarginLeft" Type="Edm.Decimal" Nullable="false" /><Property Name="InternalPrintsMarginRight" Type="Edm.Decimal" Nullable="false" /><Property Name="InternalPrintsMarginTop" Type="Edm.Decimal" Nullable="false" /><Property Name="InternalPrintsMarginBottom" Type="Edm.Decimal" Nullable="false" /><Property Name="InternalPrintsMarginTopFollowingPage" Type="Edm.Decimal" Nullable="false" /><Property Name="InternalPrintsMarginBottomFollowingPage" Type="Edm.Decimal" Nullable="false" /><Property Name="MarginLeft" Type="Edm.Decimal" Nullable="false" /><Property Name="MarginRight" Type="Edm.Decimal" Nullable="false" /><Property Name="MarginTop" Type="Edm.Decimal" Nullable="false" /><Property Name="MarginBottom" Type="Edm.Decimal" Nullable="false" /><Property Name="MarginTopFollowingPage" Type="Edm.Decimal" Nullable="false" /><Property Name="MarginBottomFollowingPage" Type="Edm.Decimal" Nullable="false" /><Property Name="MarginAddressTop" Type="Edm.Decimal" Nullable="false" /><Property Name="MarginAddressLeft" Type="Edm.Decimal" Nullable="false" /><Property Name="MarginContactsTop" Type="Edm.Decimal" Nullable="false" /><Property Name="MarginContactsLeft" Type="Edm.Decimal" Nullable="false" /><Property Name="MarginItemListTop" Type="Edm.Decimal" Nullable="false" /><Property Name="ColumnWidthItemNo" Type="Edm.Decimal" Nullable="false" /><Property Name="ColumnWidthQuantity" Type="Edm.Decimal" Nullable="false" /><Property Name="ColumnWidthMeasuringUnit" Type="Edm.Decimal" Nullable="false" /><Property Name="ColumnWidthUnitPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="ColumnWidthPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="ColumnWidthTotalPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="Text1Content" Type="Edm.String" Nullable="false" /><Property Name="Text2Content" Type="Edm.String" Nullable="false" /><Property Name="Text3Content" Type="Edm.String" Nullable="false" /><Property Name="Logo1MarginTop" Type="Edm.Decimal" Nullable="false" /><Property Name="Logo1MarginLeft" Type="Edm.Decimal" Nullable="false" /><Property Name="Logo1Height" Type="Edm.Decimal" Nullable="false" /><Property Name="Logo1Width" Type="Edm.Decimal" Nullable="false" /><Property Name="Logo2MarginTop" Type="Edm.Decimal" Nullable="false" /><Property Name="Logo2MarginLeft" Type="Edm.Decimal" Nullable="false" /><Property Name="Logo2Height" Type="Edm.Decimal" Nullable="false" /><Property Name="Logo2Width" Type="Edm.Decimal" Nullable="false" /><Property Name="Text1MarginTop" Type="Edm.Decimal" Nullable="false" /><Property Name="Text1MarginLeft" Type="Edm.Decimal" Nullable="false" /><Property Name="Text1Height" Type="Edm.Decimal" Nullable="false" /><Property Name="Text1Width" Type="Edm.Decimal" Nullable="false" /><Property Name="Text2MarginTop" Type="Edm.Decimal" Nullable="false" /><Property Name="Text2MarginLeft" Type="Edm.Decimal" Nullable="false" /><Property Name="Text2Height" Type="Edm.Decimal" Nullable="false" /><Property Name="Text2Width" Type="Edm.Decimal" Nullable="false" /><Property Name="Text3MarginTop" Type="Edm.Decimal" Nullable="false" /><Property Name="Text3MarginLeft" Type="Edm.Decimal" Nullable="false" /><Property Name="Text3Height" Type="Edm.Decimal" Nullable="false" /><Property Name="Text3Width" Type="Edm.Decimal" Nullable="false" /><Property Name="Logo1FilePath" Type="Edm.String" Nullable="false" /><Property Name="Logo2FilePath" Type="Edm.String" Nullable="false" /><Property Name="Logo1IsUsedOnPage1" Type="Edm.Boolean" Nullable="false" /><Property Name="Logo1IsUsedOnPage2ff" Type="Edm.Boolean" Nullable="false" /><Property Name="Logo1IsUsedWithPrinting" Type="Edm.Boolean" Nullable="false" /><Property Name="Logo1IsUsedWithFax" Type="Edm.Boolean" Nullable="false" /><Property Name="Logo1IsUsedWithEmail" Type="Edm.Boolean" Nullable="false" /><Property Name="Logo2IsUsedOnPage1" Type="Edm.Boolean" Nullable="false" /><Property Name="Logo2IsUsedOnPage2ff" Type="Edm.Boolean" Nullable="false" /><Property Name="Logo2IsUsedWithPrinting" Type="Edm.Boolean" Nullable="false" /><Property Name="Logo2IsUsedWithFax" Type="Edm.Boolean" Nullable="false" /><Property Name="Logo2IsUsedWithEmail" Type="Edm.Boolean" Nullable="false" /><Property Name="Text1IsUsedOnPage1" Type="Edm.Boolean" Nullable="false" /><Property Name="Text1IsUsedOnPage2ff" Type="Edm.Boolean" Nullable="false" /><Property Name="Text1IsUsedWithPrinting" Type="Edm.Boolean" Nullable="false" /><Property Name="Text1IsUsedWithFax" Type="Edm.Boolean" Nullable="false" /><Property Name="Text1IsUsedWithEmail" Type="Edm.Boolean" Nullable="false" /><Property Name="Text2IsUsedOnPage1" Type="Edm.Boolean" Nullable="false" /><Property Name="Text2IsUsedOnPage2ff" Type="Edm.Boolean" Nullable="false" /><Property Name="Text2IsUsedWithPrinting" Type="Edm.Boolean" Nullable="false" /><Property Name="Text2IsUsedWithFax" Type="Edm.Boolean" Nullable="false" /><Property Name="Text2IsUsedWithEmail" Type="Edm.Boolean" Nullable="false" /><Property Name="Text3IsUsedOnPage1" Type="Edm.Boolean" Nullable="false" /><Property Name="Text3IsUsedOnPage2ff" Type="Edm.Boolean" Nullable="false" /><Property Name="Text3IsUsedWithPrinting" Type="Edm.Boolean" Nullable="false" /><Property Name="Text3IsUsedWithFax" Type="Edm.Boolean" Nullable="false" /><Property Name="Text3IsUsedWithEmail" Type="Edm.Boolean" Nullable="false" /><Property Name="PrinterDocumentsDescriptionFollowingPage" Type="Edm.String" Nullable="false" /><Property Name="PrinterDocumentsDescriptionFirstPage" Type="Edm.String" Nullable="false" /><Property Name="PrinterInternalPrintsDescriptionFollowingPage" Type="Edm.String" Nullable="false" /><Property Name="PrinterInternalPrintsDescriptionFirstPage" Type="Edm.String" Nullable="false" /><Property Name="IsUsePrinterSetting" Type="Edm.Boolean" Nullable="false" /><Property Name="IsUseInternalMarginsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsUseDocMarginsEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsUseLetterheadEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="ReportSettingsScopeOption" Type="Edm.Int32" Nullable="false" /><Property Name="BusinessUnit1Key" Type="Edm.String" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /><Property Name="Logo1Dms" Type="Edm.Boolean" Nullable="false" /><Property Name="Logo2Dms" Type="Edm.Boolean" Nullable="false" /><Property Name="Text1Dms" Type="Edm.Boolean" Nullable="false" /><Property Name="Text2Dms" Type="Edm.Boolean" Nullable="false" /><Property Name="Text3Dms" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="ReportSettingItems" Type="Collection(Office4Service.Models.ReportSettingItem)" /></EntityType><EntityType Name="Employee"><Key><PropertyRef Name="EmployeeNo" /></Key><Property Name="EmployeeNo" Type="Edm.Int32" Nullable="false" /><Property Name="LastName" Type="Edm.String" /><Property Name="FirstName" Type="Edm.String" /><Property Name="Address" Type="Edm.String" /><Property Name="Phone" Type="Edm.String" Nullable="false" /><Property Name="WageGroupKey" Type="Edm.String" Nullable="false" /><Property Name="EmploymentDateStart" Type="Edm.DateTimeOffset" /><Property Name="EmploymentDateEnd" Type="Edm.DateTimeOffset" /><Property Name="DateOfBirth" Type="Edm.DateTimeOffset" /><Property Name="Nationality" Type="Edm.String" Nullable="false" /><Property Name="WorkPermitEndDate" Type="Edm.DateTimeOffset" /><Property Name="WorkingTimeAccountTotal" Type="Edm.Decimal" /><Property Name="WorkingTimeAccountLastUpdate" Type="Edm.DateTimeOffset" /><Property Name="EfficiencyPayIndividualShare" Type="Edm.Decimal" Nullable="false" /><Property Name="EffiencyPayPercentagePayable" Type="Edm.Decimal" Nullable="false" /><Property Name="SubcontractorSurcharge" Type="Edm.Decimal" Nullable="false" /><Property Name="EffiencyPayCappingTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="IsEfficiencyPayEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="DetailDescription" Type="Edm.String" /><Property Name="SalaryType" Type="Office4Service.Enumerations.SalaryType" Nullable="false" /><Property Name="Dt640" Type="Edm.String" Nullable="false" /><Property Name="Dt641" Type="Edm.Decimal" Nullable="false" /><Property Name="Dt565" Type="Edm.Decimal" Nullable="false" /><Property Name="Dt1565" Type="Edm.Decimal" Nullable="false" /><Property Name="Dtscheck" Type="Edm.String" Nullable="false" /><Property Name="Dt517" Type="Edm.String" Nullable="false" /><Property Name="Dt518" Type="Edm.String" Nullable="false" /><Property Name="Dt519" Type="Edm.String" Nullable="false" /><Property Name="Dt659" Type="Edm.String" Nullable="false" /><Property Name="Dt1659" Type="Edm.String" Nullable="false" /><Property Name="Dt509" Type="Edm.String" Nullable="false" /><Property Name="Dt510" Type="Edm.String" Nullable="false" /><Property Name="Dt511" Type="Edm.String" Nullable="false" /><Property Name="Dt512" Type="Edm.Int32" Nullable="false" /><Property Name="Dt513" Type="Edm.Int32" Nullable="false" /><Property Name="Dt514" Type="Edm.Int32" Nullable="false" /><Property Name="Dt515" Type="Edm.Int32" Nullable="false" /><Property Name="Dt516" Type="Edm.Int32" Nullable="false" /><Property Name="Dt696" Type="Edm.Int32" Nullable="false" /><Property Name="Dt598" Type="Edm.String" Nullable="false" /><Property Name="Dt599" Type="Edm.Int32" Nullable="false" /><Property Name="Dt699" Type="Edm.Int32" Nullable="false" /><Property Name="Dt520" Type="Edm.String" Nullable="false" /><Property Name="Dt521" Type="Edm.String" Nullable="false" /><Property Name="Dt652" Type="Edm.String" Nullable="false" /><Property Name="Dt522a" Type="Edm.String" Nullable="false" /><Property Name="Dt522b" Type="Edm.Int32" Nullable="false" /><Property Name="Dt522c" Type="Edm.Int32" Nullable="false" /><Property Name="Dt649" Type="Edm.Decimal" Nullable="false" /><Property Name="Dt523" Type="Edm.Int32" Nullable="false" /><Property Name="Dt524" Type="Edm.Int32" Nullable="false" /><Property Name="Dt657" Type="Edm.Int32" Nullable="false" /><Property Name="Dt1523" Type="Edm.Int32" Nullable="false" /><Property Name="Dt528" Type="Edm.Int32" Nullable="false" /><Property Name="Dt653" Type="Edm.String" Nullable="false" /><Property Name="Dt1653" Type="Edm.String" Nullable="false" /><Property Name="Dt1546" Type="Edm.Decimal" Nullable="false" /><Property Name="Dt654" Type="Edm.Int32" Nullable="false" /><Property Name="Dt546" Type="Edm.Decimal" Nullable="false" /><Property Name="Dt655a" Type="Edm.String" Nullable="false" /><Property Name="Dt655b" Type="Edm.Decimal" Nullable="false" /><Property Name="Dt656a" Type="Edm.String" Nullable="false" /><Property Name="Dt656b" Type="Edm.Decimal" Nullable="false" /><Property Name="Dt646" Type="Edm.Int32" Nullable="false" /><Property Name="Dt648" Type="Edm.Int32" Nullable="false" /><Property Name="Dt1280" Type="Edm.Int32" Nullable="false" /><Property Name="Dt507" Type="Edm.Int32" Nullable="false" /><Property Name="Dt529" Type="Edm.String" Nullable="false" /><Property Name="Dt530a" Type="Edm.Int32" Nullable="false" /><Property Name="Dt530b" Type="Edm.Int32" Nullable="false" /><Property Name="Dt530c" Type="Edm.Int32" Nullable="false" /><Property Name="Dt530d" Type="Edm.Int32" Nullable="false" /><Property Name="Dt530e" Type="Edm.Int32" Nullable="false" /><Property Name="Dt1530" Type="Edm.Int32" Nullable="false" /><Property Name="Dt1531" Type="Edm.String" Nullable="false" /><Property Name="Dt630" Type="Edm.String" Nullable="false" /><Property Name="Dt531" Type="Edm.String" Nullable="false" /><Property Name="Dt532" Type="Edm.Decimal" Nullable="false" /><Property Name="Dt533" Type="Edm.Decimal" Nullable="false" /><Property Name="Dt1532" Type="Edm.Decimal" Nullable="false" /><Property Name="Dt1533" Type="Edm.Decimal" Nullable="false" /><Property Name="Dt1260" Type="Edm.Int32" Nullable="false" /><Property Name="Dt1269" Type="Edm.Int32" Nullable="false" /><Property Name="Dt651" Type="Edm.Int32" Nullable="false" /><Property Name="Dt600" Type="Edm.Decimal" Nullable="false" /><Property Name="Dt601" Type="Edm.Decimal" Nullable="false" /><Property Name="Dt1602a" Type="Edm.String" Nullable="false" /><Property Name="Dt1602b" Type="Edm.Decimal" Nullable="false" /><Property Name="Dt603" Type="Edm.String" Nullable="false" /><Property Name="Dt604" Type="Edm.String" Nullable="false" /><Property Name="Dt605" Type="Edm.String" Nullable="false" /><Property Name="Dt606" Type="Edm.String" Nullable="false" /><Property Name="Dt607" Type="Edm.String" Nullable="false" /><Property Name="Dt608" Type="Edm.Int32" Nullable="false" /><Property Name="Dt609" Type="Edm.DateTimeOffset" /><Property Name="Dt1609" Type="Edm.DateTimeOffset" /><Property Name="Dt1631a" Type="Edm.String" Nullable="false" /><Property Name="Dt1631b" Type="Edm.Decimal" Nullable="false" /><Property Name="Dt1632a" Type="Edm.String" Nullable="false" /><Property Name="Dt1632b" Type="Edm.Decimal" Nullable="false" /><Property Name="Dt633" Type="Edm.Int32" Nullable="false" /><Property Name="Dt1634a" Type="Edm.String" Nullable="false" /><Property Name="Dt1634b" Type="Edm.Decimal" Nullable="false" /><Property Name="SubcontractorWorkersPerCrew" Type="Edm.Decimal" Nullable="false" /><Property Name="IsAutomaticExpenseAllowanceEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="AutomaticExpenseAllowanceValuePerHour" Type="Edm.Decimal" Nullable="false" /><Property Name="HealthInsurancePercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="NursingInsurancePercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="WorkingTimeAccountEmployeeCostDelemitation" Type="Edm.Decimal" Nullable="false" /><Property Name="ExternalEmployeeNo" Type="Edm.String" Nullable="false" /><Property Name="ExternalBadgeNo" Type="Edm.String" Nullable="false" /><Property Name="ExternalSupplierNo" Type="Edm.String" Nullable="false" /><Property Name="AdvancePaymentBonus" Type="Edm.Decimal" Nullable="false" /><Property Name="SubcontractorType" Type="Edm.Int64" Nullable="false" /><Property Name="EmployeeCode" Type="Edm.String" /><Property Name="InternationalBankAccountNumber" Type="Edm.String" Nullable="false" /><Property Name="BankIdentifierCode" Type="Edm.String" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /><NavigationProperty Name="EmployeeWages" Type="Collection(Office4Service.Models.EmployeeWage)" /><NavigationProperty Name="WorkingTimeAccountItems" Type="Collection(Office4Service.Models.WorkingTimeAccountItem)" /><NavigationProperty Name="EmployeeScheduledAbsences" Type="Collection(Office4Service.Models.EmployeeScheduledAbsence)" /><NavigationProperty Name="WorkingHours" Type="Collection(Office4Service.Models.WorkingHour)" /><NavigationProperty Name="TimeTrackEvents" Type="Collection(Office4Service.Models.TimeTrackEvent)" /></EntityType><EntityType Name="Resource"><Key><PropertyRef Name="ResourceNo" /></Key><Property Name="ResourceNo" Type="Edm.Int32" Nullable="false" /><Property Name="ResourceGroupKey" Type="Edm.String" /><Property Name="SortNo" Type="Edm.Int32" Nullable="false" /><Property Name="ResourceName" Type="Edm.String" Nullable="false" /><Property Name="DetailDescription" Type="Edm.String" Nullable="false" /><Property Name="ResourceStartDate" Type="Edm.DateTimeOffset" /><Property Name="ResourceEndDate" Type="Edm.DateTimeOffset" /><Property Name="StorageLocation" Type="Edm.String" Nullable="false" /><Property Name="NextTechnicalCheckDate" Type="Edm.DateTimeOffset" /><Property Name="NextSmogCheckProgramDate" Type="Edm.DateTimeOffset" /><Property Name="AdditionalInformation" Type="Edm.String" Nullable="false" /><Property Name="ExternalPartNo" Type="Edm.String" Nullable="false" /><Property Name="BusinessUnit1Key" Type="Edm.String" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /><NavigationProperty Name="Group" Type="Office4Service.Models.ResourceGroup"><ReferentialConstraint Property="ResourceGroupKey" ReferencedProperty="ResourceGroupKey" /></NavigationProperty></EntityType><EntityType Name="DailyCrew"><Key><PropertyRef Name="Date" /><PropertyRef Name="CrewNo" /></Key><Property Name="Date" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="CrewNo" Type="Edm.Int32" Nullable="false" /><Property Name="SortNo" Type="Edm.Int32" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="Comment" Type="Edm.String" Nullable="false" /><Property Name="BusinessUnit1Key" Type="Edm.String" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /><NavigationProperty Name="Resources" Type="Collection(Office4Service.Models.DailyCrewResource)" /><NavigationProperty Name="Assignments" Type="Collection(Office4Service.Models.DailyCrewWorkOrderAssignment)" /></EntityType><EntityType Name="DailyCrewResource"><Key><PropertyRef Name="Date" /><PropertyRef Name="CrewNo" /><PropertyRef Name="SortOrderId" /><PropertyRef Name="SortNo" /></Key><Property Name="Date" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="CrewNo" Type="Edm.Int32" Nullable="false" /><Property Name="SortOrderId" Type="Edm.Int32" Nullable="false" /><Property Name="SortNo" Type="Edm.Int32" Nullable="false" /><Property Name="ResourceType" Type="Office4Service.Enumerations.ResourceTypes" Nullable="false" /><Property Name="ResourceNo" Type="Edm.Int32" Nullable="false" /><Property Name="TypeName" Type="Edm.String" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="BusinessUnit1Key" Type="Edm.String" Nullable="false" /><Property Name="IsLeader" Type="Edm.Boolean" Nullable="false" /><Property Name="IsDriver" Type="Edm.Boolean" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /><NavigationProperty Name="Crew" Type="Office4Service.Models.DailyCrew" /></EntityType><EntityType Name="DailyCrewWorkOrderAssignment"><Key><PropertyRef Name="Date" /><PropertyRef Name="CrewNo" /><PropertyRef Name="SortOrderId" /></Key><Property Name="Date" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="CrewNo" Type="Edm.Int32" Nullable="false" /><Property Name="SortOrderId" Type="Edm.Int32" Nullable="false" /><Property Name="SortNo" Type="Edm.Int32" Nullable="false" /><Property Name="ProjectNo" Type="Edm.Int64" /><Property Name="WorkOrderNo" Type="Edm.Int32" /><Property Name="Text" Type="Edm.String" Nullable="false" /><Property Name="BusinessUnit1Key" Type="Edm.String" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /><NavigationProperty Name="Project" Type="Office4Service.Models.Project"><ReferentialConstraint Property="ProjectNo" ReferencedProperty="ProjectNo" /></NavigationProperty><NavigationProperty Name="WorkOrder" Type="Office4Service.Models.WorkOrder"><ReferentialConstraint Property="ProjectNo" ReferencedProperty="ProjectNo" /><ReferentialConstraint Property="WorkOrderNo" ReferencedProperty="WorkOrderNo" /></NavigationProperty><NavigationProperty Name="Crew" Type="Office4Service.Models.DailyCrew" /></EntityType><EntityType Name="ExtraLaborPayDefinition"><Key><PropertyRef Name="ItemId" /></Key><Property Name="ItemId" Type="Edm.Int32" Nullable="false" /><Property Name="ExtraLaborPayType" Type="Edm.Int32" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="StartTime" Type="Edm.String" Nullable="false" /><Property Name="EndTime" Type="Edm.String" Nullable="false" /><Property Name="StartHourQuantity" Type="Edm.Decimal" Nullable="false" /><Property Name="EndHourQuantity" Type="Edm.Decimal" Nullable="false" /><Property Name="Weekday" Type="Office4Service.Enumerations.WeekDayPayDefinition" Nullable="false" /><Property Name="WageTypeKey" Type="Edm.String" Nullable="false" /><Property Name="WageTypeKeyHolidaySunday" Type="Edm.String" Nullable="false" /><Property Name="DirectoryOfServicesId" Type="Edm.Int32" Nullable="false" /><Property Name="ServiceItemNo" Type="Edm.String" Nullable="false" /><Property Name="ServiceItemNoHolidaySunday" Type="Edm.String" Nullable="false" /><Property Name="BusinessUnit1Key" Type="Edm.String" Nullable="false" /><Property Name="IsFixedValue" Type="Edm.Boolean" Nullable="false" /><Property Name="FixedValue" Type="Edm.Decimal" Nullable="false" /></EntityType><EntityType Name="WorkOrder"><Key><PropertyRef Name="ProjectNo" /><PropertyRef Name="WorkOrderNo" /></Key><Property Name="ProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="WorkOrderNo" Type="Edm.Int32" Nullable="false" /><Property Name="WorkOrderOriginNo" Type="Edm.Int32" Nullable="false" /><Property Name="ProjectWorkOrderKey" Type="Edm.String" Nullable="false" /><Property Name="BusinessUnit1Key" Type="Edm.String" Nullable="false" /><Property Name="WorkingAreaKey" Type="Edm.String" Nullable="false" /><Property Name="TechnicalContactKey" Type="Edm.String" Nullable="false" /><Property Name="DefaultCrewKey" Type="Edm.String" /><Property Name="ActivityKey" Type="Edm.String" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="DetailDescription" Type="Edm.String" Nullable="false" /><Property Name="UserName" Type="Edm.String" Nullable="false" /><Property Name="CreationDate" Type="Edm.DateTimeOffset" /><Property Name="ExecutionDateStart" Type="Edm.DateTimeOffset" /><Property Name="ExecutionDateEnd" Type="Edm.DateTimeOffset" /><Property Name="ExecutionTimeStart" Type="Edm.String" Nullable="false" /><Property Name="ExecutionTimeEnd" Type="Edm.String" Nullable="false" /><Property Name="PlannedDate" Type="Edm.DateTimeOffset" /><Property Name="PlannedTimeStart" Type="Edm.String" Nullable="false" /><Property Name="PlannedTimeEnd" Type="Edm.String" Nullable="false" /><Property Name="SortNo" Type="Edm.Int32" Nullable="false" /><Property Name="PlannedWorkingHour" Type="Edm.Decimal" Nullable="false" /><Property Name="PlannedTotalTime" Type="Edm.Decimal" Nullable="false" /><Property Name="PlannedTravelTimePerWorker" Type="Edm.Decimal" Nullable="false" /><Property Name="PlannedRevenue" Type="Edm.Decimal" Nullable="false" /><Property Name="PlannedSquareMeter" Type="Edm.Decimal" Nullable="false" /><Property Name="NumberOfPersonsPerCrew" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalDay" Type="Edm.Decimal" Nullable="false" /><Property Name="WorkingHoursPerDay" Type="Edm.Decimal" Nullable="false" /><Property Name="CompletionDescription" Type="Edm.String" Nullable="false" /><Property Name="WorkOrderStatus" Type="Office4Service.Enumerations.WorkOrderStatusType" Nullable="false" /><Property Name="WorkOrderServiceSheetStatus" Type="Office4Service.Enumerations.WorkOrderServiceSheetStatus" Nullable="false" /><Property Name="IsApplyForCapacityTrackingDisabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsMarked" Type="Edm.Boolean" Nullable="false" /><Property Name="AccountingPeriod" Type="Edm.String" Nullable="false" /><Property Name="AccountingPeriodId" Type="Edm.Int32" Nullable="false" /><Property Name="AchievedWage" Type="Edm.Decimal" Nullable="false" /><Property Name="AchievedHour" Type="Edm.Decimal" Nullable="false" /><Property Name="RemainingWage" Type="Edm.Decimal" Nullable="false" /><Property Name="HazardAnalysisObject" Type="Edm.String" /><Property Name="HazardAnalysisEnvironment" Type="Edm.String" /><Property Name="HazardAnalysisWork" Type="Edm.String" /><Property Name="HazardAnalysisSpecial" Type="Edm.String" /><Property Name="HazardAnalysisInstruction" Type="Edm.String" /><Property Name="HazardAnalysisRescue" Type="Edm.String" /><Property Name="HazardAnalysisRemark" Type="Edm.String" /><Property Name="BillingServiceSheetNo" Type="Edm.Int64" Nullable="false" /><Property Name="BillingServiceSheetVersion" Type="Edm.Int32" Nullable="false" /><Property Name="ContractServiceSheetNo" Type="Edm.Int64" Nullable="false" /><Property Name="ExportDateTime" Type="Edm.DateTimeOffset" /><Property Name="ExportType" Type="Edm.Int32" Nullable="false" /><Property Name="BillingServiceSheetId" Type="Edm.Int32" /><Property Name="AddressContactId" Type="Edm.Int32" /><Property Name="ContactKey" Type="Edm.String" /><Property Name="ContactPhone" Type="Edm.String" /><Property Name="ContactCellPhone" Type="Edm.String" /><Property Name="ContactEMail" Type="Edm.String" /><Property Name="Timestamp" Type="Edm.Binary" /><NavigationProperty Name="WorkOrderServiceSheet" Type="Office4Service.Models.WorkOrderServiceSheet" /><NavigationProperty Name="WorkOrderStatuses" Type="Collection(Office4Service.Models.WorkOrderStatus)" /><NavigationProperty Name="Project" Type="Office4Service.Models.Project" /><NavigationProperty Name="DefaultCrew" Type="Office4Service.Models.CrewTemplate"><ReferentialConstraint Property="DefaultCrewKey" ReferencedProperty="CrewName" /></NavigationProperty><NavigationProperty Name="DailyCrewAssignments" Type="Collection(Office4Service.Models.DailyCrewWorkOrderAssignment)" /><NavigationProperty Name="BillingServiceSheet" Type="Office4Service.Models.BillingServiceSheet"><ReferentialConstraint Property="BillingServiceSheetId" ReferencedProperty="BillingServiceSheetId" /></NavigationProperty></EntityType><EntityType Name="WorkOrderStatus"><Key><PropertyRef Name="ProjectNo" /><PropertyRef Name="WorkOrderNo" /><PropertyRef Name="TypeNo" /></Key><Property Name="ProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="WorkOrderNo" Type="Edm.Int32" Nullable="false" /><Property Name="TypeNo" Type="Edm.Int32" Nullable="false" /><Property Name="SortNo" Type="Edm.Int32" Nullable="false" /><Property Name="TypeId" Type="Edm.Int32" Nullable="false" /><Property Name="IsWorkCompleted" Type="Edm.Int32" Nullable="false" /><Property Name="Date" Type="Edm.DateTimeOffset" /><Property Name="Time" Type="Edm.String" Nullable="false" /><Property Name="PersonInCharge" Type="Edm.String" Nullable="false" /><NavigationProperty Name="WorkOrder" Type="Office4Service.Models.WorkOrder" /></EntityType><EntityType Name="WorkOrderStatusTemplate"><Key><PropertyRef Name="UserId" /><PropertyRef Name="TypeNo" /></Key><Property Name="UserId" Type="Edm.Int32" /><Property Name="TypeNo" Type="Edm.Int32" Nullable="false" /><Property Name="SortNo" Type="Edm.Int32" Nullable="false" /><Property Name="TypeId" Type="Edm.Int32" Nullable="false" /><Property Name="IsUsed" Type="Edm.Boolean" Nullable="false" /><Property Name="IsTextBold" Type="Edm.Boolean" Nullable="false" /><Property Name="IsTextItalic" Type="Edm.Boolean" Nullable="false" /><Property Name="TextColor" Type="Edm.Int64" Nullable="false" /><Property Name="BackgroundColor" Type="Edm.Int64" Nullable="false" /><Property Name="FilterDefaultSetting" Type="Edm.Int32" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="IsWorkCompleted" Type="Edm.Int32" Nullable="false" /><Property Name="Date" Type="Edm.DateTimeOffset" /><Property Name="NotusedTime" Type="Edm.String" /><Property Name="PersonInCharge" Type="Edm.String" Nullable="false" /><Property Name="FilterModificationFlag" Type="Edm.Int32" Nullable="false" /><Property Name="WorkOrderModificationFlag" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="User" Type="Office4Service.Models.User"><ReferentialConstraint Property="UserId" ReferencedProperty="UserId" /></NavigationProperty></EntityType><EntityType Name="WorkOrderServiceSheet"><Key><PropertyRef Name="ProjectNo" /><PropertyRef Name="WorkOrderOriginNo" /></Key><Property Name="ProjectNo" Type="Edm.Int64" /><Property Name="WorkOrderOriginNo" Type="Edm.Int32" Nullable="false" /><Property Name="BillingServiceSheetNo" Type="Edm.Int64" Nullable="false" /><Property Name="BillingServiceSheetVersionNo" Type="Edm.Int32" Nullable="false" /><Property Name="SourceDocumentType" Type="Edm.Int32" Nullable="false" /><Property Name="SourceDocumentKey" Type="Edm.String" Nullable="false" /><Property Name="SourceDocumentNo" Type="Edm.Int64" Nullable="false" /><Property Name="SourceDocumentSubNo" Type="Edm.Int32" Nullable="false" /><Property Name="SourceDocumentFiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="ConstructionPhaseType" Type="Edm.Int32" Nullable="false" /><Property Name="MountingDate" Type="Edm.DateTimeOffset" /><Property Name="DismantlingDate" Type="Edm.DateTimeOffset" /><Property Name="RentalStartDate" Type="Edm.DateTimeOffset" /><Property Name="RentalEndDate" Type="Edm.DateTimeOffset" /><Property Name="ActualHour" Type="Edm.Decimal" Nullable="false" /><Property Name="SubcontractorCreditorNo" Type="Edm.Int64" Nullable="false" /><Property Name="ProgressLaborTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="SubcontractorTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalSubcontractorBilled" Type="Edm.Decimal" Nullable="false" /><Property Name="IsSubcontractorOrWorkerMandatory" Type="Edm.Int32" Nullable="false" /><Property Name="IsSubcontractorLumpSumBilling" Type="Edm.Boolean" Nullable="false" /><Property Name="SubcontractorPercentOfWorkDone" Type="Edm.Decimal" Nullable="false" /><Property Name="TextSubcontractorLumpSumBilling" Type="Edm.String" Nullable="false" /><Property Name="SubcontractorPercentValueBilling" Type="Edm.Decimal" Nullable="false" /><Property Name="BillingServiceSheetId" Type="Edm.Int32" /><Property Name="TimeWorthSum" Type="Edm.Decimal" Nullable="false" /><Property Name="TimeWorthSumAb" Type="Edm.Decimal" Nullable="false" /><NavigationProperty Name="WorkOrderHours" Type="Collection(Office4Service.Models.WorkOrderHour)" /><NavigationProperty Name="WorkOrderServiceSheetItems" Type="Collection(Office4Service.Models.WorkOrderServiceSheetItem)" /><NavigationProperty Name="WorkOrders" Type="Collection(Office4Service.Models.WorkOrder)" /><NavigationProperty Name="Project" Type="Office4Service.Models.Project"><ReferentialConstraint Property="ProjectNo" ReferencedProperty="ProjectNo" /></NavigationProperty><NavigationProperty Name="BillingServiceSheet" Type="Office4Service.Models.BillingServiceSheet"><ReferentialConstraint Property="BillingServiceSheetId" ReferencedProperty="BillingServiceSheetId" /></NavigationProperty></EntityType><EntityType Name="WorkOrderServiceSheetItem"><Key><PropertyRef Name="ItemId" /><PropertyRef Name="ProjectNo" /><PropertyRef Name="WorkOrderOriginNo" /></Key><Property Name="ItemId" Type="Edm.Int32" Nullable="false" /><Property Name="ProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="WorkOrderOriginNo" Type="Edm.Int32" Nullable="false" /><Property Name="RowType" Type="Office4Service.Enumerations.WorkOrderRowType" Nullable="false" /><Property Name="ReferenceItemId" Type="Edm.Int32" Nullable="false" /><Property Name="ReferenceWorkOrderOrigin" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNo" Type="Edm.String" Nullable="false" /><Property Name="SortNo" Type="Edm.Int32" Nullable="false" /><Property Name="SortOrderId" Type="Edm.Int32" Nullable="false" /><Property Name="ItemSortId" Type="Edm.Decimal" /><Property Name="ConstructionPhaseType" Type="Edm.Int32" Nullable="false" /><Property Name="IsFreeObjectDescription" Type="Edm.Boolean" Nullable="false" /><Property Name="ObjectDescription" Type="Edm.String" Nullable="false" /><Property Name="ObjectAxi" Type="Edm.String" Nullable="false" /><Property Name="CompletionProgress" Type="Edm.String" Nullable="false" /><Property Name="QuantityCount" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityLength" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityDepth" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityHeight" Type="Edm.Decimal" Nullable="false" /><Property Name="ChainDimensioningLength" Type="Edm.String" Nullable="false" /><Property Name="ChainDimensioningDepth" Type="Edm.String" Nullable="false" /><Property Name="ChainDimensioningHeight" Type="Edm.String" Nullable="false" /><Property Name="ChainDimensioningQuantity" Type="Edm.String" Nullable="false" /><Property Name="DetailDescription" Type="Edm.String" Nullable="false" /><Property Name="IsLengthAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="IsDepthAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="IsHeightAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="Quantity" Type="Edm.Decimal" Nullable="false" /><Property Name="InternalQuantityCount" Type="Edm.Decimal" Nullable="false" /><Property Name="InternalQuantityLength" Type="Edm.Decimal" Nullable="false" /><Property Name="InternalQuantityDepth" Type="Edm.Decimal" Nullable="false" /><Property Name="InternalQuantityHeight" Type="Edm.Decimal" Nullable="false" /><Property Name="InternalChainDimensioningLength" Type="Edm.String" Nullable="false" /><Property Name="InternalChainDimensioningDepth" Type="Edm.String" Nullable="false" /><Property Name="InternalChainDimensioningHeight" Type="Edm.String" Nullable="false" /><Property Name="InternalChainDimensioningQuantity" Type="Edm.String" Nullable="false" /><Property Name="InternalQuantity" Type="Edm.Decimal" Nullable="false" /><Property Name="ItemType" Type="Edm.String" Nullable="false" /><Property Name="MountingDate" Type="Edm.DateTimeOffset" /><Property Name="DismantlingDate" Type="Edm.DateTimeOffset" /><Property Name="RentalStartDate" Type="Edm.DateTimeOffset" /><Property Name="RentalEndDate" Type="Edm.DateTimeOffset" /><Property Name="TotalWage" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="IsClosed" Type="Edm.Boolean" Nullable="false" /><Property Name="ServiceItemNo" Type="Edm.String" Nullable="false" /><Property Name="MeasuringUnitKey" Type="Edm.String" Nullable="false" /><Property Name="QuantityDismantling" Type="Edm.Decimal" Nullable="false" /><Property Name="InternalQuantityDismantling" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalSubcontractorMounting" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalSubcontractorDismantling" Type="Edm.Decimal" Nullable="false" /><Property Name="SubcontractorPercentOfWorkDone" Type="Edm.Decimal" /><Property Name="InternalChainDimensioningQuantityDismantling" Type="Edm.String" /><Property Name="ChainDimensioningQuantityDismantling" Type="Edm.String" /><Property Name="TimeWorth" Type="Edm.Decimal" Nullable="false" /><Property Name="TimeWorthAb" Type="Edm.Decimal" Nullable="false" /><NavigationProperty Name="WorkOrderServiceSheet" Type="Office4Service.Models.WorkOrderServiceSheet" /></EntityType><EntityType Name="WorkOrderOperation"><Key><PropertyRef Name="OperationId" /></Key><Property Name="OperationId" Type="Edm.Int32" Nullable="false" /><Property Name="OperationKey" Type="Edm.String" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="DetailDescription" Type="Edm.String" Nullable="false" /><Property Name="SortNo" Type="Edm.Int64" Nullable="false" /><Property Name="WageTypeKey" Type="Edm.String" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /></EntityType><EntityType Name="WorkOrderHour"><Key><PropertyRef Name="WorkOrderHourId" /></Key><Property Name="WorkOrderHourId" Type="Edm.Int32" Nullable="false" /><Property Name="ProjectNo" Type="Edm.Int64" /><Property Name="WorkOrderOriginNo" Type="Edm.Int32" Nullable="false" /><Property Name="EmployeeNo" Type="Edm.Int32" /><Property Name="ItemId" Type="Edm.Int32" Nullable="false" /><Property Name="WorkingShiftStartTime" Type="Edm.String" Nullable="false" /><Property Name="ConstructionPhase" Type="Edm.Int32" Nullable="false" /><Property Name="WorkingTimeEnd" Type="Edm.String" /><Property Name="Date" Type="Edm.DateTimeOffset" /><Property Name="WageTypeKey" Type="Edm.String" Nullable="false" /><Property Name="TravelHour" Type="Edm.Decimal" Nullable="false" /><Property Name="DetailDescription" Type="Edm.String" Nullable="false" /><Property Name="NonworkingHour" Type="Edm.Decimal" Nullable="false" /><Property Name="WorkingHour" Type="Edm.Decimal" Nullable="false" /><Property Name="IsNonworkingHoursDirty" Type="Edm.Boolean" Nullable="false" /><Property Name="WorkingTimeStart" Type="Edm.String" /><Property Name="WorkingDateOffset" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="Project" Type="Office4Service.Models.Project"><ReferentialConstraint Property="ProjectNo" ReferencedProperty="ProjectNo" /></NavigationProperty><NavigationProperty Name="Employee" Type="Office4Service.Models.Employee"><ReferentialConstraint Property="EmployeeNo" ReferencedProperty="EmployeeNo" /></NavigationProperty><NavigationProperty Name="WorkOrderServiceSheet" Type="Office4Service.Models.WorkOrderServiceSheet" /></EntityType><EntityType Name="WorkingHourRestPeriod"><Key><PropertyRef Name="WorkingHourRestPeriodId" /></Key><Property Name="WorkingHourRestPeriodId" Type="Edm.Int32" Nullable="false" /><Property Name="Date" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="EmployeeNo" Type="Edm.Int32" /><Property Name="WorkingTimeStart" Type="Edm.String" /><Property Name="WorkingDateOffset" Type="Edm.Int32" Nullable="false" /><Property Name="DurationHours" Type="Edm.Decimal" Nullable="false" /><NavigationProperty Name="Employee" Type="Office4Service.Models.Employee"><ReferentialConstraint Property="EmployeeNo" ReferencedProperty="EmployeeNo" /></NavigationProperty></EntityType><EntityType Name="WorkingHour"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="Date" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="EmployeeNo" Type="Edm.Int32" Nullable="false" /><Property Name="WorkingHourId" Type="Edm.Int32" Nullable="false" /><Property Name="AssociatedToWorkingHourItem" Type="Edm.Int32" Nullable="false" /><Property Name="EmployeeType" Type="Edm.Int32" Nullable="false" /><Property Name="ProjectNo" Type="Edm.Int64" /><Property Name="FiscalYearKey" Type="Edm.Int32" /><Property Name="ContractServiceSheetId" Type="Edm.Int64" Nullable="false" /><Property Name="ConstructionPhase" Type="Edm.Int32" Nullable="false" /><Property Name="WorkingTimeStart" Type="Edm.String" /><Property Name="WorkingDateOffset" Type="Edm.Int32" Nullable="false" /><Property Name="WorkingTimeEnd" Type="Edm.String" /><Property Name="NonworkingHour" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalHoursWorked" Type="Edm.Decimal" Nullable="false" /><Property Name="TravelHour" Type="Edm.Decimal" Nullable="false" /><Property Name="WageTypeKey" Type="Edm.String" Nullable="false" /><Property Name="EfficiencyPay" Type="Edm.Decimal" Nullable="false" /><Property Name="IsWagePayable" Type="Edm.Boolean" Nullable="false" /><Property Name="IsAllowedForUseWithWorkingTimeAccount" Type="Edm.Boolean" Nullable="false" /><Property Name="IsWorkingTimeAccountTransaction" Type="Edm.Boolean" Nullable="false" /><Property Name="MeasuringUnitKey" Type="Edm.String" Nullable="false" /><Property Name="IsWageTypeConfirmed" Type="Edm.Boolean" Nullable="false" /><Property Name="IsProductive" Type="Edm.Boolean" Nullable="false" /><Property Name="IsEffiencyPayWageType" Type="Edm.Boolean" Nullable="false" /><Property Name="IsProgrammaticallyCreatedByProjectBasedEfficiencyPay" Type="Edm.Boolean" Nullable="false" /><Property Name="IsSubsequentlyPayable" Type="Edm.Boolean" Nullable="false" /><Property Name="IsProgrammaticallyCreatedByAttendanceList" Type="Edm.Boolean" Nullable="false" /><Property Name="SourceOfProgrammaticalCreation" Type="Edm.Int32" Nullable="false" /><Property Name="Crew" Type="Edm.String" Nullable="false" /><Property Name="WorkOrderNo" Type="Edm.Int32" Nullable="false" /><Property Name="DetailDescription" Type="Edm.String" /><Property Name="IsNonworkingHoursDirty" Type="Edm.Boolean" Nullable="false" /><Property Name="ExportDateTime" Type="Edm.DateTimeOffset" /><Property Name="ExportDestinationIdentifier" Type="Edm.Int32" Nullable="false" /><Property Name="ExportDestinationKey" Type="Edm.String" Nullable="false" /><Property Name="TravelHoursEntryValue" Type="Edm.Decimal" Nullable="false" /><Property Name="WorkingHoursEntryValue" Type="Edm.Decimal" Nullable="false" /><Property Name="IsPassenger" Type="Edm.Boolean" Nullable="false" /><Property Name="ContractWorkingHoursEntryId" Type="Edm.Int32" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /><NavigationProperty Name="Employee" Type="Office4Service.Models.Employee" /><NavigationProperty Name="ProjectDetail" Type="Office4Service.Models.ProjectFiscalYear"><ReferentialConstraint Property="ProjectNo" ReferencedProperty="ProjectNo" /><ReferentialConstraint Property="FiscalYearKey" ReferencedProperty="FiscalYearKey" /></NavigationProperty><NavigationProperty Name="WorkOrder" Type="Office4Service.Models.WorkOrder" /><NavigationProperty Name="ContractServiceSheet" Type="Office4Service.Models.ContractServiceSheet" /><NavigationProperty Name="FiscalYear" Type="Office4Service.Models.FiscalYear" /></EntityType><EntityType Name="TimeTrackEvent"><Key><PropertyRef Name="Uid" /></Key><Property Name="Uid" Type="Edm.Int32" Nullable="false" /><Property Name="WorkingDate" Type="Edm.DateTimeOffset" /><Property Name="EventTime" Type="Edm.DateTimeOffset" /><Property Name="EventType" Type="Edm.String" Nullable="false" /><Property Name="Crew" Type="Edm.String" Nullable="false" /><Property Name="EmployeeNo" Type="Edm.Int32" Nullable="false" /><Property Name="ResourceNo" Type="Edm.Int32" Nullable="false" /><Property Name="GPSLatitude" Type="Edm.Decimal" /><Property Name="GPSLongitude" Type="Edm.Decimal" /><Property Name="ProjectNo" Type="Edm.Int64" /><Property Name="WorkOrderNo" Type="Edm.Int32" Nullable="false" /><Property Name="WageTypeKey" Type="Edm.String" /><Property Name="Remarks" Type="Edm.String" /><Property Name="EventInformation" Type="Edm.String" /><Property Name="IsObsolete" Type="Edm.Boolean" /><Property Name="ChangedBy" Type="Edm.String" /><Property Name="ChangedDate" Type="Edm.DateTimeOffset" /><Property Name="ChangeReason" Type="Edm.String" /><Property Name="ChangedUid" Type="Edm.Int32" /><Property Name="ReplacedUid" Type="Edm.Int32" /><Property Name="Timestamp" Type="Edm.Binary" /><NavigationProperty Name="Project" Type="Office4Service.Models.Project"><ReferentialConstraint Property="ProjectNo" ReferencedProperty="ProjectNo" /></NavigationProperty></EntityType><EntityType Name="ChecklistTemplate"><Key><PropertyRef Name="TaskTemplateId" /></Key><Property Name="TaskTemplateId" Type="Edm.Int32" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /><NavigationProperty Name="Items" Type="Collection(Office4Service.Models.ChecklistTemplateItem)" /></EntityType><EntityType Name="ChecklistTemplateItem"><Key><PropertyRef Name="TaskTemplateItemId" /></Key><Property Name="TaskTemplateItemId" Type="Edm.Int32" Nullable="false" /><Property Name="TaskTemplateId" Type="Edm.Int32" /><Property Name="TaskText" Type="Edm.String" Nullable="false" /><Property Name="TaskType" Type="Office4Service.Enumerations.CheckListTaskItemType" Nullable="false" /><Property Name="Mandatory" Type="Edm.Boolean" Nullable="false" /><Property Name="Sort" Type="Edm.Int32" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /><NavigationProperty Name="TaskTemplate" Type="Office4Service.Models.ChecklistTemplate"><ReferentialConstraint Property="TaskTemplateId" ReferencedProperty="TaskTemplateId" /></NavigationProperty></EntityType><EntityType Name="Checklist"><Key><PropertyRef Name="TaskId" /></Key><Property Name="TaskId" Type="Edm.Int32" Nullable="false" /><Property Name="ProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="WorkOrderNo" Type="Edm.Int32" /><Property Name="Timestamp" Type="Edm.Binary" /><NavigationProperty Name="Project" Type="Office4Service.Models.Project" /><NavigationProperty Name="Items" Type="Collection(Office4Service.Models.ChecklistItem)" /></EntityType><EntityType Name="ChecklistItem"><Key><PropertyRef Name="TaskItemId" /></Key><Property Name="TaskItemId" Type="Edm.Int32" Nullable="false" /><Property Name="TaskId" Type="Edm.Int32" /><Property Name="TaskText" Type="Edm.String" Nullable="false" /><Property Name="DueDate" Type="Edm.DateTimeOffset" /><Property Name="DueDescription" Type="Edm.String" /><Property Name="CompletionDate" Type="Edm.DateTimeOffset" /><Property Name="CompletedBy" Type="Edm.Int32" Nullable="false" /><Property Name="CompletionDetailDescription" Type="Edm.String" /><Property Name="TaskType" Type="Office4Service.Enumerations.CheckListTaskItemType" Nullable="false" /><Property Name="CompletionDetailData" Type="Edm.Binary" /><Property Name="Mandatory" Type="Edm.Boolean" Nullable="false" /><Property Name="Sort" Type="Edm.Int32" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /><NavigationProperty Name="Task" Type="Office4Service.Models.Checklist"><ReferentialConstraint Property="TaskId" ReferencedProperty="TaskId" /></NavigationProperty></EntityType><ComplexType Name="ProjectOverview"><Property Name="ProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="ProjectStatus" Type="Office4Service.Enumerations.ProjectStatus" Nullable="false" /><Property Name="ProjectValidStartDate" Type="Edm.DateTimeOffset" /><Property Name="ProjectValidEndDate" Type="Edm.DateTimeOffset" /><Property Name="CostEstimationFactor" Type="Edm.Decimal" /><Property Name="ProjectFiscalYearAddressMatchcode" Type="Edm.String" /><Property Name="ProjectName" Type="Edm.String" /><Property Name="InvoiceDate" Type="Edm.DateTimeOffset" /><Property Name="OriginalAvarage" Type="Edm.Decimal" Nullable="false" /><Property Name="Avarage" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalValue" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressLaborTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressRent" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressLaborMounting" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressLaborDismantling" Type="Edm.Decimal" Nullable="false" /></ComplexType><EntityType Name="UserPermission"><Key><PropertyRef Name="PermissionKey" /><PropertyRef Name="UserId" /></Key><Property Name="PermissionKey" Type="Edm.String" Nullable="false" /><Property Name="UserId" Type="Edm.Int32" /><Property Name="ReadPermission" Type="Edm.Int32" Nullable="false" /><Property Name="WritePermission" Type="Edm.Int32" Nullable="false" /><Property Name="PermissionModule" Type="Edm.Int32" Nullable="false" /><Property Name="SortNo" Type="Edm.Int32" Nullable="false" /><Property Name="Timestamp" Type="Edm.Binary" /><NavigationProperty Name="User" Type="Office4Service.Models.User"><ReferentialConstraint Property="UserId" ReferencedProperty="UserId" /></NavigationProperty><NavigationProperty Name="PermissionTemplate" Type="Office4Service.Models.PermissionTemplate" /></EntityType><ComplexType Name="OccupiedEmployees"><Property Name="Value" Type="Collection(Office4Service.Models.OccupiedEmployee)" /></ComplexType><ComplexType Name="CrewResources"><Property Name="Value" Type="Collection(Office4Service.Models.CrewResource)" /></ComplexType><EntityType Name="FinalCostingItem"><Key><PropertyRef Name="ProjectNo" /><PropertyRef Name="FiscalYearKey" /><PropertyRef Name="FinalCostingId" /><PropertyRef Name="ItemId" /></Key><Property Name="ProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="FiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="FinalCostingId" Type="Edm.Int32" Nullable="false" /><Property Name="ItemId" Type="Edm.Int32" Nullable="false" /><Property Name="ServiceTypeId" Type="Edm.Int32" /><Property Name="OrderValue" Type="Edm.Decimal" Nullable="false" /><Property Name="ActualRevenue" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="Revenue" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalCost" Type="Edm.Decimal" Nullable="false" /><Property Name="ProfitContribution" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalHour" Type="Edm.Decimal" Nullable="false" /><Property Name="BasicCost" Type="Edm.Decimal" Nullable="false" /><Property Name="ReferenceHour" Type="Edm.Decimal" Nullable="false" /><Property Name="TargetRevenue" Type="Edm.Decimal" Nullable="false" /><Property Name="TargetWorkingHour" Type="Edm.Decimal" Nullable="false" /><Property Name="TargetCost" Type="Edm.Decimal" Nullable="false" /><Property Name="TargetProfitContribution" Type="Edm.Decimal" Nullable="false" /><Property Name="TargetFactorRevenueProject" Type="Edm.Decimal" Nullable="false" /><Property Name="TargetFactorDirectCost" Type="Edm.Decimal" Nullable="false" /><Property Name="TargetReferenceHour" Type="Edm.Decimal" Nullable="false" /><Property Name="TargetBasicCost" Type="Edm.Decimal" Nullable="false" /><Property Name="TargetAverageHourlyWage" Type="Edm.Decimal" Nullable="false" /><Property Name="TargetFactorRevenueYear" Type="Edm.Decimal" Nullable="false" /><NavigationProperty Name="Project" Type="Office4Service.Models.Project" /><NavigationProperty Name="ServiceType" Type="Office4Service.Models.ServiceType"><ReferentialConstraint Property="ServiceTypeId" ReferencedProperty="ServiceTypeId" /></NavigationProperty><NavigationProperty Name="FiscalYear" Type="Office4Service.Models.FiscalYear" /></EntityType><EntityType Name="ServiceType"><Key><PropertyRef Name="ServiceTypeId" /></Key><Property Name="ServiceTypeId" Type="Edm.Int32" Nullable="false" /><Property Name="ServiceTypeName" Type="Edm.String" Nullable="false" /><Property Name="DisplayOption" Type="Edm.Int32" Nullable="false" /><Property Name="CalculationSchemeRegular" Type="Edm.String" Nullable="false" /><Property Name="CalculationSchemeTotalCost" Type="Edm.String" Nullable="false" /><Property Name="CalculationSchemeRevenue" Type="Edm.String" Nullable="false" /><Property Name="CalculationSchemeProfitContribution" Type="Edm.String" Nullable="false" /><Property Name="CalculationSchemeBasisCost" Type="Edm.String" Nullable="false" /><Property Name="CalculationSchemeWorkingHour" Type="Edm.String" Nullable="false" /><Property Name="FieldsTotalCalculationOption" Type="Edm.String" Nullable="false" /><Property Name="IsUsedPercentageforGraph" Type="Edm.Boolean" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="RegularSortNo" Type="Edm.Int32" Nullable="false" /><Property Name="CostViewSortNo" Type="Edm.Int32" Nullable="false" /><Property Name="ShowOption" Type="Edm.Int32" Nullable="false" /><Property Name="CaptionRevenue" Type="Edm.String" /><Property Name="CaptionTotalCost" Type="Edm.String" Nullable="false" /><Property Name="CaptionWorkingHour" Type="Edm.String" Nullable="false" /><Property Name="CaptionDirectCost" Type="Edm.String" Nullable="false" /><Property Name="CaptionAssociatedExtraCost" Type="Edm.String" Nullable="false" /><Property Name="CaptionVirtualHour" Type="Edm.String" Nullable="false" /><Property Name="CaptionProfitContribution" Type="Edm.String" Nullable="false" /><Property Name="CaptionFactorRevenue" Type="Edm.String" Nullable="false" /><Property Name="CaptionShort" Type="Edm.String" Nullable="false" /><Property Name="IsUsedForPurchaseInvoice" Type="Edm.Boolean" Nullable="false" /><Property Name="IsUsedForWorkingHourEntry" Type="Edm.Boolean" Nullable="false" /><Property Name="IsUsedForWorkingHourEntry2" Type="Edm.Boolean" Nullable="false" /><Property Name="IsUsedForUnplannedCostDistribution" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="FinalCostingBookingAccountTotal"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="ProjectNo" Type="Edm.Int64" /><Property Name="FiscalYearKey" Type="Edm.Int32" /><Property Name="FinalCostingId" Type="Edm.Int32" Nullable="false" /><Property Name="ItemId" Type="Edm.Int32" Nullable="false" /><Property Name="WorkingHour" Type="Edm.Decimal" Nullable="false" /><Property Name="BasicValue" Type="Edm.Decimal" Nullable="false" /><Property Name="AssociatedExtraCost" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalValue" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyKey" Type="Edm.String" Nullable="false" /><Property Name="TargetValue" Type="Edm.Decimal" Nullable="false" /><NavigationProperty Name="ProjectDetail" Type="Office4Service.Models.ProjectFiscalYear"><ReferentialConstraint Property="ProjectNo" ReferencedProperty="ProjectNo" /><ReferentialConstraint Property="FiscalYearKey" ReferencedProperty="FiscalYearKey" /></NavigationProperty><NavigationProperty Name="FiscalYear" Type="Office4Service.Models.FiscalYear" /><NavigationProperty Name="FinalCosting" Type="Office4Service.Models.FinalCosting" /><NavigationProperty Name="BookingAccount" Type="Office4Service.Models.BookingAccount" /></EntityType><EntityType Name="EmployeeWage"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="EmployeeNo" Type="Edm.Int32" Nullable="false" /><Property Name="SortOrderId" Type="Edm.Int32" Nullable="false" /><Property Name="StartDate" Type="Edm.DateTimeOffset" /><Property Name="EndDate" Type="Edm.DateTimeOffset" /><Property Name="HourlyWage" Type="Edm.Decimal" Nullable="false" /><Property Name="ProductivityTypeId" Type="Edm.Int32" Nullable="false" /><Property Name="BusinessUnit1Key" Type="Edm.String" Nullable="false" /><Property Name="CurrencyKey" Type="Edm.String" Nullable="false" /><Property Name="WorkArea" Type="Edm.String" Nullable="false" /><Property Name="ExportInfo1" Type="Edm.String" Nullable="false" /><Property Name="ExportInfo2" Type="Edm.String" Nullable="false" /><Property Name="TextInfo" Type="Edm.String" Nullable="false" /><Property Name="ExportValue1" Type="Edm.Decimal" Nullable="false" /><Property Name="ExportValue2" Type="Edm.Decimal" Nullable="false" /><NavigationProperty Name="Employee" Type="Office4Service.Models.Employee" /></EntityType><EntityType Name="WorkingTimeAccountItem"><Key><PropertyRef Name="PayrollPeriodId" /><PropertyRef Name="EmployeeNo" /></Key><Property Name="PayrollPeriodId" Type="Edm.Int32" /><Property Name="EmployeeNo" Type="Edm.Int32" /><Property Name="PayrollPeriodName" Type="Edm.String" Nullable="false" /><Property Name="WorkingTimeAccountPreviousTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="WorkingTimeAccountTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="PersonnelCostPrevious" Type="Edm.Decimal" Nullable="false" /><Property Name="PersonnelCostTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="HealthInsurance" Type="Edm.Decimal" Nullable="false" /><Property Name="NursingInsurance" Type="Edm.Decimal" Nullable="false" /><Property Name="PensionFund" Type="Edm.Decimal" Nullable="false" /><Property Name="UnemploymentInsurance" Type="Edm.Decimal" Nullable="false" /><Property Name="SupplementarySocialSecurityFund" Type="Edm.Decimal" Nullable="false" /><Property Name="WinterWorkingContribution" Type="Edm.Decimal" Nullable="false" /><Property Name="Miscellaneous" Type="Edm.Decimal" Nullable="false" /><Property Name="Contribution1" Type="Edm.Decimal" Nullable="false" /><Property Name="Contribution2" Type="Edm.Decimal" Nullable="false" /><Property Name="HourlyWage" Type="Edm.Decimal" Nullable="false" /><Property Name="WorkingHour" Type="Edm.Decimal" Nullable="false" /><NavigationProperty Name="Employee" Type="Office4Service.Models.Employee"><ReferentialConstraint Property="EmployeeNo" ReferencedProperty="EmployeeNo" /></NavigationProperty><NavigationProperty Name="WorkingTimeAccountPayrollPeriod" Type="Office4Service.Models.WorkingTimeAccountPayrollPeriod"><ReferentialConstraint Property="PayrollPeriodId" ReferencedProperty="PayrollPeriodId" /></NavigationProperty></EntityType><EntityType Name="WorkingTimeAccountPayrollPeriod"><Key><PropertyRef Name="PayrollPeriodId" /></Key><Property Name="PayrollPeriodId" Type="Edm.Int32" Nullable="false" /><Property Name="PayrollPeriodName" Type="Edm.String" Nullable="false" /><Property Name="StartDate" Type="Edm.DateTimeOffset" /><Property Name="EndDate" Type="Edm.DateTimeOffset" /><Property Name="PreviousPayrollPeriodName" Type="Edm.String" Nullable="false" /><Property Name="ProcessingStatus" Type="Edm.Int32" Nullable="false" /><Property Name="RegularWorkingHoursPerPeriod" Type="Edm.Decimal" Nullable="false" /><Property Name="PreviousPayrollPeriodId" Type="Edm.Int32" Nullable="false" /><Property Name="BusinessUnit1Key" Type="Edm.String" Nullable="false" /><NavigationProperty Name="WorkingTimeAccountItems" Type="Collection(Office4Service.Models.WorkingTimeAccountItem)" /></EntityType><EntityType Name="EmployeeScheduledAbsenceType"><Key><PropertyRef Name="AbsenceKey" /></Key><Property Name="AbsenceKey" Type="Edm.String" Nullable="false" /><Property Name="SortNo" Type="Edm.Int32" Nullable="false" /><Property Name="AbsenceType" Type="Edm.Int32" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="DetailDescription" Type="Edm.String" Nullable="false" /><Property Name="IsBookingInAttendanceListEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="AttendanceCodeKey" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="ContractServiceSheetItem"><Key><PropertyRef Name="ProjectNo" /><PropertyRef Name="ContractServiceSheetId" /><PropertyRef Name="SortOrderId" /><PropertyRef Name="ContractPerformanceRecordNo" /></Key><Property Name="ProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="ContractServiceSheetId" Type="Edm.Int64" Nullable="false" /><Property Name="SortOrderId" Type="Edm.Int32" Nullable="false" /><Property Name="ContractPerformanceRecordNo" Type="Edm.Int64" Nullable="false" /><Property Name="SortNo" Type="Edm.Int32" Nullable="false" /><Property Name="IsPartialDismantling" Type="Edm.Int32" Nullable="false" /><Property Name="NotusedZtyp" Type="Edm.String" Nullable="false" /><Property Name="ItemType" Type="Edm.String" Nullable="false" /><Property Name="ItemNo" Type="Edm.String" Nullable="false" /><Property Name="ServiceItemNo" Type="Edm.String" Nullable="false" /><Property Name="CustomerItemNo" Type="Edm.String" Nullable="false" /><Property Name="CustomerRentItemNo" Type="Edm.String" Nullable="false" /><Property Name="SurchargeCalculationOption" Type="Edm.Int32" Nullable="false" /><Property Name="IsRentAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="NotusedMiete" Type="Edm.Boolean" Nullable="false" /><Property Name="IsRent" Type="Edm.Boolean" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="LongText" Type="Edm.String" /><Property Name="QuantityCount" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityLength" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityDepth" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityHeight" Type="Edm.Decimal" Nullable="false" /><Property Name="NotusedQuantity" Type="Edm.Decimal" Nullable="false" /><Property Name="MeasuringUnitKey" Type="Edm.String" Nullable="false" /><Property Name="QuantityDecimalPlace" Type="Edm.Int32" Nullable="false" /><Property Name="ContractMeasureFieldsUsageDefinitionForServiceSheet" Type="Edm.String" Nullable="false" /><Property Name="ContractMeasureFieldsUsageDefinitionForBilling" Type="Edm.String" Nullable="false" /><Property Name="ChainDimensioningQuantity" Type="Edm.String" /><Property Name="Quantity" Type="Edm.Decimal" Nullable="false" /><Property Name="MeasuringUnitKeyCopy" Type="Edm.String" Nullable="false" /><Property Name="BillingQuantity" Type="Edm.Decimal" Nullable="false" /><Property Name="MeasuringUnitKeyBillable" Type="Edm.String" Nullable="false" /><Property Name="NousedProz" Type="Edm.Decimal" Nullable="false" /><Property Name="SurchargePercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="SurchargePercentageMounting" Type="Edm.Decimal" Nullable="false" /><Property Name="SurchargePercentageDismantling" Type="Edm.Decimal" Nullable="false" /><Property Name="SurchargeTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="SurchargeTotalMounting" Type="Edm.Decimal" Nullable="false" /><Property Name="SurchargeTotalDismantling" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="RentalUnitPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalRent" Type="Edm.Decimal" Nullable="false" /><Property Name="SortId" Type="Edm.String" Nullable="false" /><Property Name="GaebSubTextInfo" Type="Edm.Int32" Nullable="false" /><Property Name="IsSurchargeAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="WageOrSubcontractorPriceMounting" Type="Edm.Decimal" Nullable="false" /><Property Name="WageOrSubcontractorPriceDismantling" Type="Edm.Decimal" Nullable="false" /><Property Name="BillableLaborMounting" Type="Edm.Decimal" Nullable="false" /><Property Name="BillableLaborDismantling" Type="Edm.Decimal" Nullable="false" /><Property Name="SurchargeItemReference" Type="Edm.String" /><Property Name="IncludedRentalTime" Type="Edm.Int32" Nullable="false" /><Property Name="IncludedRentalTimeUnit" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="RentalTimeUnit" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="RentalPeriod" Type="Edm.Decimal" Nullable="false" /><Property Name="ScriptDefinition" Type="Edm.String" /><Property Name="ProgressMountingPercentage" Type="Edm.Decimal" /><Property Name="BillingMountingPercentage" Type="Edm.Decimal" /><Property Name="BillingDismantlingPercentage" Type="Edm.Decimal" /><Property Name="BillingRentPercentage" Type="Edm.Decimal" /><Property Name="Weight" Type="Edm.Decimal" Nullable="false" /><Property Name="UseForEfficiencyPayOption" Type="Edm.Int32" Nullable="false" /><Property Name="ProgressMountingTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressDismantlingTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressRentTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="RentTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="RentalPeriodDay" Type="Edm.Int64" Nullable="false" /><Property Name="RentQuantity" Type="Edm.Decimal" Nullable="false" /><Property Name="IsStatisticItem" Type="Edm.Boolean" Nullable="false" /><Property Name="IsProgressRelevant" Type="Edm.Boolean" Nullable="false" /><Property Name="SubcontractorLength" Type="Edm.Decimal" Nullable="false" /><Property Name="SubcontractorDepth" Type="Edm.Decimal" Nullable="false" /><Property Name="SubcontractorHeight" Type="Edm.Decimal" Nullable="false" /><Property Name="SubcontractorCount" Type="Edm.Decimal" Nullable="false" /><Property Name="SubcontractorBillingQuantity" Type="Edm.Decimal" Nullable="false" /><Property Name="SubcontractorChainDimensioning" Type="Edm.String" /><Property Name="DirectoryOfServicesId" Type="Edm.Int32" Nullable="false" /><Property Name="ScriptDefinitionOtherItemReferenceId" Type="Edm.Int32" Nullable="false" /><Property Name="DismantlingDirectoryOfServicesId" Type="Edm.Int32" Nullable="false" /><Property Name="TargetTimeMountingMinute" Type="Edm.Decimal" Nullable="false" /><Property Name="TargetTimeDismantlingMinute" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceRent" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceRentMounting" Type="Edm.Decimal" /><NavigationProperty Name="ContractServiceSheet" Type="Office4Service.Models.ContractServiceSheet" /></EntityType><EntityType Name="ContractServiceSheetWorkingHour"><Key><PropertyRef Name="ProjectNo" /><PropertyRef Name="ContractServiceSheetNo" /><PropertyRef Name="ContractServiceSheetPartialNo" /><PropertyRef Name="ContractServiceSheetSubNo" /><PropertyRef Name="ItemId" /></Key><Property Name="ProjectNo" Type="Edm.Int64" /><Property Name="ContractServiceSheetNo" Type="Edm.Int64" Nullable="false" /><Property Name="ContractServiceSheetPartialNo" Type="Edm.Int32" Nullable="false" /><Property Name="ContractServiceSheetSubNo" Type="Edm.Int32" Nullable="false" /><Property Name="ItemId" Type="Edm.Int32" Nullable="false" /><Property Name="ContractServiceSheetId" Type="Edm.Int64" /><Property Name="WorkingDate" Type="Edm.DateTimeOffset" /><Property Name="EmployeeNo" Type="Edm.Int32" /><Property Name="WorkingShiftStartTime" Type="Edm.String" Nullable="false" /><Property Name="ConstructionPhase" Type="Edm.Int32" Nullable="false" /><Property Name="WorkingTimeStart" Type="Edm.String" /><Property Name="WorkingDateOffset" Type="Edm.Int32" Nullable="false" /><Property Name="WorkingTimeEnd" Type="Edm.String" /><Property Name="NonworkingHour" Type="Edm.Decimal" Nullable="false" /><Property Name="WorkingHour" Type="Edm.Decimal" Nullable="false" /><Property Name="DetailDescription" Type="Edm.String" Nullable="false" /><Property Name="ServiceItemNo" Type="Edm.String" Nullable="false" /><Property Name="IsNonworkingHoursDirty" Type="Edm.Boolean" Nullable="false" /><Property Name="WageTypeKey" Type="Edm.String" Nullable="false" /><NavigationProperty Name="ContractServiceSheet" Type="Office4Service.Models.ContractServiceSheet"><ReferentialConstraint Property="ProjectNo" ReferencedProperty="ProjectNo" /><ReferentialConstraint Property="ContractServiceSheetId" ReferencedProperty="ContractServiceSheetId" /></NavigationProperty><NavigationProperty Name="Project" Type="Office4Service.Models.Project"><ReferentialConstraint Property="ProjectNo" ReferencedProperty="ProjectNo" /></NavigationProperty><NavigationProperty Name="Employee" Type="Office4Service.Models.Employee"><ReferentialConstraint Property="EmployeeNo" ReferencedProperty="EmployeeNo" /></NavigationProperty></EntityType><EntityType Name="EfficiencyPayServiceSheetValueContract"><Key><PropertyRef Name="PayrollPeriodId" /><PropertyRef Name="ProjectNo" /><PropertyRef Name="ContractServiceSheetId" /></Key><Property Name="PayrollPeriodId" Type="Edm.Int32" Nullable="false" /><Property Name="ProjectNo" Type="Edm.Int64" /><Property Name="ContractServiceSheetId" Type="Edm.Int64" /><Property Name="AchievedWage" Type="Edm.Decimal" Nullable="false" /><Property Name="ConsumedWage" Type="Edm.Decimal" Nullable="false" /><Property Name="AchievedHour" Type="Edm.Decimal" Nullable="false" /><Property Name="PayrollPeriod" Type="Edm.String" Nullable="false" /><Property Name="SummaryType" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="ContractServiceSheet" Type="Office4Service.Models.ContractServiceSheet"><ReferentialConstraint Property="ProjectNo" ReferencedProperty="ProjectNo" /><ReferentialConstraint Property="ContractServiceSheetId" ReferencedProperty="ContractServiceSheetId" /></NavigationProperty></EntityType><EntityType Name="FinalCosting"><Key><PropertyRef Name="ProjectNo" /><PropertyRef Name="FiscalYearKey" /><PropertyRef Name="FinalCostingId" /></Key><Property Name="ProjectNo" Type="Edm.Int64" /><Property Name="FiscalYearKey" Type="Edm.Int32" /><Property Name="FinalCostingId" Type="Edm.Int32" Nullable="false" /><Property Name="NotusedEvaluationdate" Type="Edm.DateTimeOffset" /><Property Name="CumulativeOrSeparateOption" Type="Edm.Int32" Nullable="false" /><Property Name="FilterId" Type="Edm.Int32" Nullable="false" /><Property Name="CurrencyKey" Type="Edm.String" Nullable="false" /><Property Name="BusinessUnit1Key" Type="Edm.String" Nullable="false" /><Property Name="BusinessUnit2Key" Type="Edm.String" Nullable="false" /><Property Name="CustomerGroup1Key" Type="Edm.String" Nullable="false" /><Property Name="CustomerGroup2Key" Type="Edm.String" Nullable="false" /><Property Name="NotusedDate1" Type="Edm.DateTimeOffset" /><Property Name="EvaulationDate" Type="Edm.DateTimeOffset" /><Property Name="FinalConstingText" Type="Edm.String" Nullable="false" /><Property Name="Month" Type="Edm.Int32" Nullable="false" /><Property Name="Year" Type="Edm.Int32" Nullable="false" /><Property Name="EvaluatedProjectsCount" Type="Edm.Int64" Nullable="false" /><Property Name="EstimatedValue" Type="Edm.Decimal" Nullable="false" /><Property Name="OrderValue" Type="Edm.Decimal" Nullable="false" /><Property Name="ActualRevenue" Type="Edm.Decimal" Nullable="false" /><Property Name="ProgressTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="Revenue" Type="Edm.Decimal" Nullable="false" /><Property Name="DirectCost" Type="Edm.Decimal" Nullable="false" /><Property Name="VirtualWokingHour" Type="Edm.Decimal" Nullable="false" /><Property Name="WorkingHour" Type="Edm.Decimal" Nullable="false" /><Property Name="CostPerHour" Type="Edm.Decimal" Nullable="false" /><Property Name="AssociatedExtraCostPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="AssociatedExtraCostTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="GrossProfit" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalCost" Type="Edm.Decimal" Nullable="false" /><Property Name="ProfitContribution" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalWorkingHour" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalEfficiencyWageAvailable" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalWagePayed" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalEfficienyPayDifference" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalEffiencyPrePayment" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalPayedEfficiencyPay" Type="Edm.Decimal" Nullable="false" /><NavigationProperty Name="FiscalYear" Type="Office4Service.Models.FiscalYear" /><NavigationProperty Name="FinalCostingBookingAccountTotals" Type="Collection(Office4Service.Models.FinalCostingBookingAccountTotal)" /><NavigationProperty Name="ProjectDetail" Type="Office4Service.Models.ProjectFiscalYear"><ReferentialConstraint Property="ProjectNo" ReferencedProperty="ProjectNo" /><ReferentialConstraint Property="FiscalYearKey" ReferencedProperty="FiscalYearKey" /></NavigationProperty></EntityType><EntityType Name="BookingAccount"><Key><PropertyRef Name="BookingAccountId" /><PropertyRef Name="BookingAccountItemName" /></Key><Property Name="BookingAccountId" Type="Edm.Int32" Nullable="false" /><Property Name="BookingAccountItemName" Type="Edm.String" Nullable="false" /><Property Name="TypeNo" Type="Edm.Int32" Nullable="false" /><Property Name="BookingAccountTypeName" Type="Edm.String" Nullable="false" /><Property Name="ServiceTypeId" Type="Edm.Int32" /><Property Name="ServiceTypeName" Type="Edm.String" Nullable="false" /><Property Name="FiscalAccount" Type="Edm.String" Nullable="false" /><Property Name="MeasuringUnitKey" Type="Edm.String" Nullable="false" /><Property Name="RevenueOrCostOption" Type="Edm.Int32" Nullable="false" /><Property Name="SortNo" Type="Edm.Int32" Nullable="false" /><Property Name="IsUsedForPurchaseInvoice" Type="Edm.Boolean" Nullable="false" /><Property Name="ValueDeterminationOption" Type="Edm.Int32" Nullable="false" /><Property Name="ExtraValueCalculationOption" Type="Edm.Int32" Nullable="false" /><Property Name="ItemIdOld" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="BookingAccountType" Type="Office4Service.Models.BookingAccountType" /><NavigationProperty Name="ServiceType" Type="Office4Service.Models.ServiceType"><ReferentialConstraint Property="ServiceTypeId" ReferencedProperty="ServiceTypeId" /></NavigationProperty></EntityType><EntityType Name="BookingAccountType"><Key><PropertyRef Name="TypeNo" /></Key><Property Name="TypeNo" Type="Edm.Int32" Nullable="false" /><Property Name="ItemName" Type="Edm.String" Nullable="false" /><Property Name="MeasuringUnitKey" Type="Edm.String" Nullable="false" /><Property Name="RevenueOrCostOption" Type="Edm.Int32" Nullable="false" /><Property Name="SortNo" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="BudgetingBusinessSummary"><Key><PropertyRef Name="FiscalYearKey" /><PropertyRef Name="BusinessUnit1Key" /><PropertyRef Name="NotUsedFinalCostingId" /><PropertyRef Name="DisplayOption" /><PropertyRef Name="TypeNo" /></Key><Property Name="FiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="BusinessUnit1Key" Type="Edm.String" Nullable="false" /><Property Name="NotUsedFinalCostingId" Type="Edm.Int32" Nullable="false" /><Property Name="DisplayOption" Type="Edm.Int32" Nullable="false" /><Property Name="TypeNo" Type="Edm.Int32" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="UsageType" Type="Edm.Int32" Nullable="false" /><Property Name="TotalValue" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedRelatProd" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedRelatUms" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedRelatRoh" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedPsumme" Type="Edm.Decimal" Nullable="false" /><Property Name="PercentageToProductiveWage" Type="Edm.Decimal" Nullable="false" /><Property Name="PercentageToRevenue" Type="Edm.Decimal" Nullable="false" /><Property Name="PercentageToGrossProfit" Type="Edm.Decimal" Nullable="false" /><Property Name="ProductiveWorkingHour" Type="Edm.Int64" Nullable="false" /><Property Name="AverageHourlyWage" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedProz1" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedProz2" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedProzName" Type="Edm.String" Nullable="false" /><Property Name="Color" Type="Edm.String" Nullable="false" /><NavigationProperty Name="FiscalYear" Type="Office4Service.Models.FiscalYear" /><NavigationProperty Name="BudgetingBusinessSummaryTemplate" Type="Office4Service.Models.BudgetingBusinessSummaryTemplate" /></EntityType><EntityType Name="BudgetingBusinessSummaryTemplate"><Key><PropertyRef Name="DisplayOption" /><PropertyRef Name="TypeNo" /></Key><Property Name="DisplayOption" Type="Edm.Int32" Nullable="false" /><Property Name="TypeNo" Type="Edm.Int32" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="UsageType" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="FinalCostingTarget"><Key><PropertyRef Name="FinalCostingTargetId" /><PropertyRef Name="FiscalYearKey" /><PropertyRef Name="BusinessUnit1Key" /></Key><Property Name="FinalCostingTargetId" Type="Edm.Int32" Nullable="false" /><Property Name="FiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="BusinessUnit1Key" Type="Edm.String" Nullable="false" /><Property Name="NotusedFactorlaborregular" Type="Edm.Decimal" Nullable="false" /><Property Name="NotusedFaLk" Type="Edm.Decimal" Nullable="false" /><Property Name="NotusedFactordirectcost" Type="Edm.Decimal" Nullable="false" /><Property Name="NotusedFactortravelexpens" Type="Edm.Decimal" Nullable="false" /><Property Name="NotusedFactorextralaborexpens" Type="Edm.Decimal" Nullable="false" /><Property Name="NotusedUmsatz" Type="Edm.Decimal" Nullable="false" /><Property Name="NotusedUmsatzNu" Type="Edm.Decimal" Nullable="false" /><Property Name="NotusedZusmieten" Type="Edm.Decimal" Nullable="false" /><Property Name="NotusedLeistum" Type="Edm.Decimal" Nullable="false" /><Property Name="NotusedProdsstd" Type="Edm.Decimal" Nullable="false" /><Property Name="NotusedProdlohn" Type="Edm.Decimal" Nullable="false" /><Property Name="NotusedZulleist" Type="Edm.Decimal" Nullable="false" /><Property Name="NotusedTravelhour" Type="Edm.Decimal" Nullable="false" /><Property Name="NotusedTravelexpens" Type="Edm.Decimal" Nullable="false" /><Property Name="NotusedTarzu" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalSubcontractorCost" Type="Edm.Decimal" Nullable="false" /><Property Name="NotusedProfitcontributionsubcontractor" Type="Edm.Decimal" Nullable="false" /><Property Name="NotusedNuStd" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalThirdPartyCharge" Type="Edm.Decimal" Nullable="false" /><Property Name="NotusedProfitcontributiontotal" Type="Edm.Decimal" Nullable="false" /><Property Name="NotusedGrossprofit" Type="Edm.Decimal" Nullable="false" /><Property Name="NotusedFactorrevenuelabor" Type="Edm.Decimal" Nullable="false" /><Property Name="NotusedFactorgrossprofitlabor" Type="Edm.Decimal" Nullable="false" /><Property Name="AssociatedEmployerExpensesPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalVariableMaterialCost" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalSalaryAndUnProductiveWage" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalFixedMaterialCost" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalDepreciationCalculatory" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalDepreciationTaxDeductible" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalInterestCalcuatory" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalInterestOnBorrowedCapital" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalMiscellaneousTax" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalCalculatoryCost" Type="Edm.Decimal" Nullable="false" /><Property Name="IsEffiencyPayCappingWithFactorEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsEffiencyPayCappingWithFixedvalueEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="EfficiencyPayCappingFactor" Type="Edm.Decimal" Nullable="false" /><Property Name="EffiencyPayCappingFixedValue" Type="Edm.Decimal" Nullable="false" /><Property Name="IsEffiencyPayEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsEffiencyPayCappingVariableWithEmployee" Type="Edm.Boolean" Nullable="false" /><Property Name="IsEffiencyPayNegativeBonusEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="AverageWage" Type="Edm.Decimal" Nullable="false" /><Property Name="NotusedReisemittellohn" Type="Edm.Decimal" Nullable="false" /><NavigationProperty Name="FiscalYear" Type="Office4Service.Models.FiscalYear" /></EntityType><EntityType Name="PartAssociation"><Key><PropertyRef Name="ItemId" /></Key><Property Name="ItemId" Type="Edm.Int32" Nullable="false" /><Property Name="PartNo" Type="Edm.String" /><Property Name="PartNoAssociated" Type="Edm.String" /><NavigationProperty Name="MainPart" Type="Office4Service.Models.Part"><ReferentialConstraint Property="PartNo" ReferencedProperty="PartNo" /></NavigationProperty><NavigationProperty Name="AssociatedPart" Type="Office4Service.Models.Part"><ReferentialConstraint Property="PartNoAssociated" ReferencedProperty="PartNo" /></NavigationProperty></EntityType><EntityType Name="ProductGroup"><Key><PropertyRef Name="ProductGroupId" /></Key><Property Name="ProductGroupId" Type="Edm.String" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="SortNo" Type="Edm.Int32" Nullable="false" /><Property Name="IsUsed" Type="Edm.Boolean" Nullable="false" /><Property Name="DetailDescription" Type="Edm.String" Nullable="false" /><Property Name="PointOfSaleProductGroupId" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="PackingUnit"><Key><PropertyRef Name="PartNo" /><PropertyRef Name="PackingUnitKey" /></Key><Property Name="PartNo" Type="Edm.String" Nullable="false" /><Property Name="PackingUnitKey" Type="Edm.String" Nullable="false" /><Property Name="ItemsPerPackingUnit" Type="Edm.Decimal" Nullable="false" /><Property Name="DecimalPlace" Type="Edm.Int32" Nullable="false" /><Property Name="RoundingType" Type="Office4Service.Enumerations.RoundingTypes" Nullable="false" /><Property Name="IsDefault" Type="Edm.Boolean" Nullable="false" /></EntityType><EntityType Name="ContractTextTemplate"><Key><PropertyRef Name="ProjectNo" /></Key><Property Name="ProjectNo" Type="Edm.Int64" /><Property Name="CustomerBasicTemplate" Type="Edm.String" /><Property Name="CustomerTextMounting" Type="Edm.String" /><Property Name="CustomerTextDismantling" Type="Edm.String" /><Property Name="CustomerTextRent" Type="Edm.String" /><Property Name="SubcontractorBasicTemplate" Type="Edm.String" /><Property Name="SubcontractorTextMounting" Type="Edm.String" /><Property Name="SubcontractorTextDismantling" Type="Edm.String" /><Property Name="CustomerDescription" Type="Edm.String" /><Property Name="SubcontractorDescription" Type="Edm.String" /><Property Name="NotusedSubcontractorprojectdismantling" Type="Edm.String" /><Property Name="NotusedSubcontractorprojectmounting" Type="Edm.String" /><Property Name="NotusedSubcontractorprojectdescription" Type="Edm.String" /><NavigationProperty Name="Project" Type="Office4Service.Models.Project"><ReferentialConstraint Property="ProjectNo" ReferencedProperty="ProjectNo" /></NavigationProperty></EntityType><EntityType Name="CostEstimationItem"><Key><PropertyRef Name="CostEstimationNo" /><PropertyRef Name="CostEstimationSubNo" /><PropertyRef Name="CostEstimationAddendumNo" /><PropertyRef Name="SortOrderId" /></Key><Property Name="CostEstimationNo" Type="Edm.Int64" Nullable="false" /><Property Name="CostEstimationSubNo" Type="Edm.Int32" Nullable="false" /><Property Name="CostEstimationAddendumNo" Type="Edm.Int32" Nullable="false" /><Property Name="SortOrderId" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNo" Type="Edm.String" Nullable="false" /><Property Name="SourceDocumentItemNo" Type="Edm.String" Nullable="false" /><Property Name="TimeValueForMountingOrDismantlingOption" Type="Edm.Int32" Nullable="false" /><Property Name="IsRent" Type="Edm.Boolean" Nullable="false" /><Property Name="IsRentalPortionCostEstimation" Type="Edm.Boolean" Nullable="false" /><Property Name="ItemNoReference" Type="Edm.String" Nullable="false" /><Property Name="IncludedRentalTime" Type="Edm.Int32" Nullable="false" /><Property Name="IncludedRentalTimeUnit" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="ServiceItemNo" Type="Edm.String" Nullable="false" /><Property Name="IsFreeItemDescription" Type="Edm.Boolean" Nullable="false" /><Property Name="ThirdPartyExpensesIncreaseorDecreasePriceOption" Type="Edm.Int32" Nullable="false" /><Property Name="CostEstimationSubItemsCount" Type="Edm.Int32" Nullable="false" /><Property Name="CostEstimationItemQuantityCount" Type="Edm.Int32" Nullable="false" /><Property Name="CostEstimationServiceTypeName" Type="Edm.String" Nullable="false" /><Property Name="TypeNo" Type="Edm.Int32" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="LongText" Type="Edm.String" Nullable="false" /><Property Name="LongTextRTF" Type="Edm.String" Nullable="false" /><Property Name="MeasuringUnitKey" Type="Edm.String" Nullable="false" /><Property Name="ScaffoldHeight" Type="Edm.Int32" Nullable="false" /><Property Name="CostEstimationFactor" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitBasePrice" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="IsApproximateValue" Type="Edm.Boolean" Nullable="false" /><Property Name="NotUsedQuantity" Type="Edm.Decimal" Nullable="false" /><Property Name="Quantity" Type="Edm.Decimal" Nullable="false" /><Property Name="ChainDimensioningQuantity" Type="Edm.String" Nullable="false" /><Property Name="QuantityDecimalPlace" Type="Edm.Int32" Nullable="false" /><Property Name="SubcontractorQuantity" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedTotalPriceLabor" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceLabor" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceTravelExpense" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedTotalPriceExtraLaborExpens" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceExtraLaborExpense" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalCostExtraLaborExpens" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceRent" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceThirdPartyCharge" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalCostThirdPartyCharge" Type="Edm.Decimal" Nullable="false" /><Property Name="SubcontractorTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalPriceLabor" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalPriceTravelExpens" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalPriceExtraLaborExpens" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalPriceRent" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalPriceThirdPartyCharge" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalCostLabor" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalWorkingHoursMounting" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalWorkingHoursDismantling" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalTravelHoursMounting" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalTravelHoursDismantling" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalWeight" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalCatalogPurchasePricesForMaterial" Type="Edm.Decimal" Nullable="false" /><Property Name="IsItemNoPrintDisabled" Type="Edm.Boolean" Nullable="false" /><Property Name="ItemType" Type="Edm.String" Nullable="false" /><Property Name="SurchargeTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="SurchargePercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="SortNo" Type="Edm.String" Nullable="false" /><Property Name="IsSurchargeAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="GaebSubTextInfo" Type="Edm.Int32" Nullable="false" /><Property Name="DirectoryOfServicesId" Type="Edm.Int32" Nullable="false" /><Property Name="QuantityPriceBasis" Type="Edm.Decimal" Nullable="false" /><Property Name="IsDiscount" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="SubItems" Type="Collection(Office4Service.Models.CostEstimationSubItem)" /><NavigationProperty Name="CostEstimation" Type="Office4Service.Models.CostEstimation" /></EntityType><EntityType Name="CostEstimationSubItem"><Key><PropertyRef Name="CostEstimationNo" /><PropertyRef Name="CostEstimationSubNo" /><PropertyRef Name="CostEstimationAddendumNo" /><PropertyRef Name="SortOrderId" /><PropertyRef Name="CostEstimationSubItemId" /></Key><Property Name="CostEstimationNo" Type="Edm.Int64" Nullable="false" /><Property Name="CostEstimationSubNo" Type="Edm.Int32" Nullable="false" /><Property Name="CostEstimationAddendumNo" Type="Edm.Int32" Nullable="false" /><Property Name="SortOrderId" Type="Edm.Int32" Nullable="false" /><Property Name="CostEstimationSubItemId" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNo" Type="Edm.String" Nullable="false" /><Property Name="CostEstimationItemQuantityCount" Type="Edm.Int32" Nullable="false" /><Property Name="IsFreeItemDescription" Type="Edm.Boolean" Nullable="false" /><Property Name="ThirdPartyExpensesIncreaseorDecreasePriceOption" Type="Edm.Int32" Nullable="false" /><Property Name="DisplayAsSubHeaderOption" Type="Edm.Int32" Nullable="false" /><Property Name="TypeNo" Type="Edm.Int32" /><Property Name="TimeValueForMountingOrDismantlingOption" Type="Edm.Int32" Nullable="false" /><Property Name="IsRentalPortionCostEstimation" Type="Edm.Int32" Nullable="false" /><Property Name="IncludedRentalTime" Type="Edm.Int32" Nullable="false" /><Property Name="IncludedRentalTimeUnit" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="SortNo" Type="Edm.Int32" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="MeasuringUnitKey" Type="Edm.String" Nullable="false" /><Property Name="CostEstimationFactor" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitBasePrice" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityDecimalPlace" Type="Edm.Int32" Nullable="false" /><Property Name="NotUsedQuantity" Type="Edm.Decimal" Nullable="false" /><Property Name="Quantity" Type="Edm.Decimal" Nullable="false" /><Property Name="SubContractorQuantity" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="SubContractorTotalValue" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedTotalPriceLabor" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalPriceLabor" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceTravelExpens" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedTotalPriceExtraLaborExpens" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalCostExtraLaborExpens" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalPriceExtraLaborExpens" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalPriceRent" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalPriceThirdPartyCharge" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalCostThirdPartyCharge" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalCostLabor" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalWorkingHoursMounting" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalWorkingHoursDismantling" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalTravelHoursMounting" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalTravelHoursDismantling" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalWeight" Type="Edm.Decimal" Nullable="false" /><Property Name="TotalCatalogPurchasePricesForMaterial" Type="Edm.Decimal" Nullable="false" /><Property Name="ChainDimensioningQuantity" Type="Edm.String" /><Property Name="CalculationBasisOption" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="CostEstimationServiceType" Type="Office4Service.Models.CostEstimationServiceType"><ReferentialConstraint Property="TypeNo" ReferencedProperty="TypeNo" /></NavigationProperty><NavigationProperty Name="CostEstimationItemQuantitys" Type="Collection(Office4Service.Models.CostEstimationItemQuantity)" /><NavigationProperty Name="CostEstimationItem" Type="Office4Service.Models.CostEstimationItem" /><NavigationProperty Name="CostEstimation" Type="Office4Service.Models.CostEstimation" /></EntityType><EntityType Name="CostEstimationItemQuantity"><Key><PropertyRef Name="CostEstimationNo" /><PropertyRef Name="CostEstimationSubNo" /><PropertyRef Name="CostEstimationAddendumNo" /><PropertyRef Name="SortOrderId" /><PropertyRef Name="CostEstimationSubItemId" /><PropertyRef Name="CostEstimationItemQuantityId" /></Key><Property Name="CostEstimationNo" Type="Edm.Int64" Nullable="false" /><Property Name="CostEstimationSubNo" Type="Edm.Int32" Nullable="false" /><Property Name="CostEstimationAddendumNo" Type="Edm.Int32" Nullable="false" /><Property Name="SortOrderId" Type="Edm.Int32" Nullable="false" /><Property Name="CostEstimationSubItemId" Type="Edm.Int32" Nullable="false" /><Property Name="CostEstimationItemQuantityId" Type="Edm.Int32" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="QuantityCount" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityLength" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityDepth" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityHeight" Type="Edm.Decimal" Nullable="false" /><Property Name="Quantity" Type="Edm.Decimal" Nullable="false" /><NavigationProperty Name="CostEstimationSubItem" Type="Office4Service.Models.CostEstimationSubItem" /><NavigationProperty Name="CostEstimationItem" Type="Office4Service.Models.CostEstimationItem" /><NavigationProperty Name="CostEstimation" Type="Office4Service.Models.CostEstimation" /></EntityType><EntityType Name="DeliveryNoteItem"><Key><PropertyRef Name="DeliveryNoteNo" /><PropertyRef Name="DeliveryNoteSubNo" /><PropertyRef Name="FiscalYearKey" /><PropertyRef Name="SortOrderId" /></Key><Property Name="DeliveryNoteNo" Type="Edm.Int64" Nullable="false" /><Property Name="DeliveryNoteSubNo" Type="Edm.Int32" Nullable="false" /><Property Name="FiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="SortOrderId" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNo" Type="Edm.String" Nullable="false" /><Property Name="SourceDocumentItemNo" Type="Edm.String" Nullable="false" /><Property Name="ItemNoReference" Type="Edm.String" Nullable="false" /><Property Name="IncludedRentalTime" Type="Edm.Int32" Nullable="false" /><Property Name="IncludedRentalTimeUnit" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="IsItemNoPrintDisabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsRent" Type="Edm.Boolean" Nullable="false" /><Property Name="ServiceItemNo" Type="Edm.String" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="DetailDescription" Type="Edm.String" Nullable="false" /><Property Name="DetailDescriptionFormatted" Type="Edm.String" Nullable="false" /><Property Name="UnitPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="IsApproximateValue" Type="Edm.Boolean" Nullable="false" /><Property Name="Quantity" Type="Edm.Decimal" Nullable="false" /><Property Name="SubcontractorQuantity" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityDecimalPlace" Type="Edm.Int32" Nullable="false" /><Property Name="ChainDimensioningQuantity" Type="Edm.String" Nullable="false" /><Property Name="MeasuringUnitKey" Type="Edm.String" Nullable="false" /><Property Name="TotalPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceLabor" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceTravelExpense" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceExtraLaborExpense" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceRent" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceThirdPartyCharge" Type="Edm.Decimal" Nullable="false" /><Property Name="SubcontractorTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="NotUsedPicturefilepath" Type="Edm.String" Nullable="false" /><Property Name="NotUsedPicturebinary" Type="Edm.Binary" /><Property Name="ItemType" Type="Edm.String" Nullable="false" /><Property Name="SurchargeTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="SurchargePercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="SortNo" Type="Edm.String" Nullable="false" /><Property Name="IsSurchargeAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="GaebSubTextInfo" Type="Edm.Int32" Nullable="false" /><Property Name="IsServiceItemNoPartNo" Type="Edm.Boolean" Nullable="false" /><Property Name="DirectoryOfServicesId" Type="Edm.Int32" Nullable="false" /><Property Name="DirectoryOfServicesSource" Type="Office4Service.Enumerations.DirectoryOfServicesSourceTypes" Nullable="false" /><Property Name="IsDiscount" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="DeliveryNote" Type="Office4Service.Models.DeliveryNote" /></EntityType><EntityType Name="PurchaseOrder"><Key><PropertyRef Name="PurchaseOrderNo" /><PropertyRef Name="FiscalYearKey" /></Key><Property Name="PurchaseOrderNo" Type="Edm.Int64" Nullable="false" /><Property Name="FiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="PurchaseOrderDate" Type="Edm.DateTimeOffset" /><Property Name="PurchaseOrderStatus" Type="Office4Service.Enumerations.PurchaseOrderStatus" Nullable="false" /><Property Name="SourceDocumentType" Type="Office4Service.Enumerations.SourceDocumentTypes" Nullable="false" /><Property Name="SourceDocumentKey" Type="Edm.String" Nullable="false" /><Property Name="SourceDocumentNo" Type="Edm.Int64" Nullable="false" /><Property Name="SourceDocumentSubNo" Type="Edm.Int32" Nullable="false" /><Property Name="SourceDocumentFiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="ProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="ObjectDetailDescription" Type="Edm.String" Nullable="false" /><Property Name="ObjectDetailDescriptionFormatted" Type="Edm.String" Nullable="false" /><Property Name="ObjectDescription" Type="Edm.String" Nullable="false" /><Property Name="CreditorNo" Type="Edm.Int32" Nullable="false" /><Property Name="AddressId" Type="Edm.Int32" /><Property Name="Matchcode" Type="Edm.String" Nullable="false" /><Property Name="AddressSalutation" Type="Edm.String" Nullable="false" /><Property Name="AddressName" Type="Edm.String" Nullable="false" /><Property Name="AddressLine1" Type="Edm.String" Nullable="false" /><Property Name="AddressLine2" Type="Edm.String" Nullable="false" /><Property Name="AddressZipCode" Type="Edm.String" Nullable="false" /><Property Name="AddressCity" Type="Edm.String" Nullable="false" /><Property Name="AddressPhone" Type="Edm.String" Nullable="false" /><Property Name="AddressFax" Type="Edm.String" Nullable="false" /><Property Name="AddressEmail" Type="Edm.String" Nullable="false" /><Property Name="Headertext" Type="Edm.String" Nullable="false" /><Property Name="HeaderTextFormatted" Type="Edm.String" Nullable="false" /><Property Name="FooterText" Type="Edm.String" Nullable="false" /><Property Name="FooterTextFormatted" Type="Edm.String" Nullable="false" /><Property Name="PaymentTerm" Type="Edm.String" Nullable="false" /><Property Name="PaymentTermsFormatted" Type="Edm.String" Nullable="false" /><Property Name="PaymentTermsDescription" Type="Edm.String" Nullable="false" /><Property Name="DiscountDescription1" Type="Edm.String" Nullable="false" /><Property Name="NetWithDiscount1" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountPercentage1" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountValue1" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountDescription2" Type="Edm.String" Nullable="false" /><Property Name="NetWithDiscount2" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountPercentage2" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountValue2" Type="Edm.Decimal" Nullable="false" /><Property Name="NetTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="VATValue" Type="Edm.Decimal" Nullable="false" /><Property Name="VATPercent" Type="Edm.Decimal" Nullable="false" /><Property Name="GrossTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="CommercialContactCaption" Type="Edm.String" Nullable="false" /><Property Name="CommercialContactName" Type="Edm.String" Nullable="false" /><Property Name="TechnicalContactCaption" Type="Edm.String" Nullable="false" /><Property Name="TechnicalContactName" Type="Edm.String" Nullable="false" /><Property Name="TechnicalContactKey" Type="Edm.String" Nullable="false" /><Property Name="CurrencyKey" Type="Edm.String" Nullable="false" /><Property Name="CurrencySymbol" Type="Edm.String" Nullable="false" /><Property Name="CurrencyExchangeRate" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyExchangeRateInverse" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyKeyPrint" Type="Edm.String" Nullable="false" /><Property Name="CurrencyKeyPrintAdditional" Type="Edm.String" Nullable="false" /><Property Name="BusinessUnit1Key" Type="Edm.String" Nullable="false" /><Property Name="CurrencyPrintExchangeRate" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyPrintExchangeRateInverse" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyPrintAdditionalExchangeRate" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyPrintAdditionalExchangeRateInverse" Type="Edm.Decimal" Nullable="false" /><Property Name="IsCurrencyPrintFixedExchangeRate" Type="Edm.Boolean" Nullable="false" /><Property Name="IsCurrencyPrintAdditionalFixedExchangeRate" Type="Edm.Boolean" Nullable="false" /><Property Name="CurrencyPrintSymbol" Type="Edm.String" Nullable="false" /><Property Name="CurrencyPrintAdditionalSymbol" Type="Edm.String" Nullable="false" /><Property Name="LetterNo" Type="Edm.Int64" Nullable="false" /><Property Name="ContactSelectionKey" Type="Edm.String" Nullable="false" /><Property Name="ContactName" Type="Edm.String" Nullable="false" /><Property Name="FaxInfoText" Type="Edm.String" Nullable="false" /><Property Name="DetailDescriptionInternal" Type="Edm.String" Nullable="false" /><Property Name="IsImportedFromGaeb" Type="Edm.Boolean" Nullable="false" /><Property Name="GaebDetail" Type="Edm.String" /><Property Name="DigitCountFirstSection" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNoDigitCountSecondarySection" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNoMask" Type="Edm.String" Nullable="false" /><Property Name="ItemNoIncrement" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNoSectionDelimiter" Type="Edm.String" Nullable="false" /><Property Name="ItemNoFillerChar" Type="Edm.String" Nullable="false" /><Property Name="ItemNoCreationOption" Type="Edm.Boolean" /><Property Name="AddressCountryCode" Type="Edm.String" Nullable="false" /><Property Name="CommercialContactId" Type="Edm.Int32" Nullable="false" /><Property Name="Items" Type="Collection(Office4Service.Interfaces.IItemNoCalculableItem)" /><NavigationProperty Name="FiscalYear" Type="Office4Service.Models.FiscalYear" /><NavigationProperty Name="Address" Type="Office4Service.Models.Address"><ReferentialConstraint Property="AddressId" ReferencedProperty="AddressId" /></NavigationProperty><NavigationProperty Name="PurchaseOrderItems" Type="Collection(Office4Service.Models.PurchaseOrderItem)" /></EntityType><EntityType Name="PurchaseOrderItem"><Key><PropertyRef Name="PurchaseOrderNo" /><PropertyRef Name="FiscalYearKey" /><PropertyRef Name="SortOrderId" /></Key><Property Name="PurchaseOrderNo" Type="Edm.Int64" Nullable="false" /><Property Name="FiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="SortOrderId" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNo" Type="Edm.String" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="DetailDescription" Type="Edm.String" Nullable="false" /><Property Name="DetailDescriptionFormatted" Type="Edm.String" Nullable="false" /><Property Name="UnitPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="Quantity" Type="Edm.Decimal" Nullable="false" /><Property Name="MeasuringUnitKey" Type="Edm.String" Nullable="false" /><Property Name="TotalPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="IsItemNoPrintDisabled" Type="Edm.Boolean" Nullable="false" /><Property Name="ItemType" Type="Edm.String" Nullable="false" /><Property Name="SurchargeTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="SurchargePercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="SortNo" Type="Edm.String" Nullable="false" /><Property Name="IsSurchargeAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="GaebSubTextInfo" Type="Edm.Int32" Nullable="false" /><Property Name="PartNo" Type="Edm.String" Nullable="false" /><Property Name="BookingAccountId" Type="Edm.Int32" Nullable="false" /><Property Name="BookingAccountType" Type="Edm.Int32" Nullable="false" /><Property Name="ProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="IsDiscount" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="PurchaseOrder" Type="Office4Service.Models.PurchaseOrder" /></EntityType><EntityType Name="RecurringChargeItem"><Key><PropertyRef Name="RecurringChargeNo" /><PropertyRef Name="ItemId" /></Key><Property Name="RecurringChargeNo" Type="Edm.Int64" Nullable="false" /><Property Name="ItemId" Type="Edm.Int64" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="ProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="BookingAccountId" Type="Edm.Int32" Nullable="false" /><Property Name="BookingAccountName" Type="Edm.String" Nullable="false" /><Property Name="BookingAccountType" Type="Edm.Int32" Nullable="false" /><Property Name="NetTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="TaxKeyId" Type="Edm.String" Nullable="false" /><Property Name="VATPercent" Type="Edm.Decimal" Nullable="false" /><Property Name="VATValue" Type="Edm.Decimal" Nullable="false" /><Property Name="GrossTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="FiscalAccount" Type="Edm.String" Nullable="false" /><Property Name="ContraAccount" Type="Edm.String" Nullable="false" /><Property Name="DebitValue" Type="Edm.Int32" Nullable="false" /><Property Name="PartNo" Type="Edm.String" Nullable="false" /><Property Name="Quantity" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="SurchargePercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="SurchargeValue" Type="Edm.Decimal" Nullable="false" /><NavigationProperty Name="RecurringCharge" Type="Office4Service.Models.RecurringCharge" /></EntityType><EntityType Name="ServiceHourReport"><Key><PropertyRef Name="ServiceHourReportNo" /><PropertyRef Name="ServiceHourReportSubNo" /><PropertyRef Name="FiscalYearKey" /></Key><Property Name="ServiceHourReportNo" Type="Edm.Int64" Nullable="false" /><Property Name="ServiceHourReportSubNo" Type="Edm.Int32" Nullable="false" /><Property Name="FiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="DeliveryNoteDate" Type="Edm.DateTimeOffset" /><Property Name="SourceDocumentType" Type="Office4Service.Enumerations.SourceDocumentTypes" Nullable="false" /><Property Name="SourceDocumentKey" Type="Edm.String" Nullable="false" /><Property Name="SourceDocumentNo" Type="Edm.Int64" Nullable="false" /><Property Name="SourceDocumentSubNo" Type="Edm.Int32" Nullable="false" /><Property Name="SourceDocumentFiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="ProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="ObjectDetailDescription" Type="Edm.String" Nullable="false" /><Property Name="ObjectDetailDescriptionFormatted" Type="Edm.String" Nullable="false" /><Property Name="IncludedRentalTime" Type="Edm.Int32" Nullable="false" /><Property Name="IncludedRentalTimeUnit" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="DebitorNo" Type="Edm.Int32" Nullable="false" /><Property Name="AddressId" Type="Edm.Int32" /><Property Name="Matchcode" Type="Edm.String" Nullable="false" /><Property Name="AddressSalutation" Type="Edm.String" Nullable="false" /><Property Name="AddressName" Type="Edm.String" Nullable="false" /><Property Name="AddressLine1" Type="Edm.String" Nullable="false" /><Property Name="AddressLine2" Type="Edm.String" Nullable="false" /><Property Name="AddressCountryCode" Type="Edm.String" Nullable="false" /><Property Name="AddressZipCode" Type="Edm.String" Nullable="false" /><Property Name="AddressCity" Type="Edm.String" Nullable="false" /><Property Name="AddressPhone" Type="Edm.String" Nullable="false" /><Property Name="AddressFax" Type="Edm.String" Nullable="false" /><Property Name="AddressEmail" Type="Edm.String" Nullable="false" /><Property Name="HeaderText" Type="Edm.String" Nullable="false" /><Property Name="HeaderTextFormatted" Type="Edm.String" Nullable="false" /><Property Name="FooterText" Type="Edm.String" Nullable="false" /><Property Name="FooterTextFormatted" Type="Edm.String" Nullable="false" /><Property Name="PaymentTerm" Type="Edm.String" Nullable="false" /><Property Name="PaymentTermsFormatted" Type="Edm.String" Nullable="false" /><Property Name="PaymentTermsDescription" Type="Edm.String" Nullable="false" /><Property Name="DiscountDescription1" Type="Edm.String" Nullable="false" /><Property Name="NetTotalBeforeDiscount1" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountPercentage1" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountValue1" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountDescription2" Type="Edm.String" Nullable="false" /><Property Name="NetTotalBeforeDiscount2" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountPercentage2" Type="Edm.Decimal" Nullable="false" /><Property Name="DiscountValue2" Type="Edm.Decimal" Nullable="false" /><Property Name="NetTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="VatValue" Type="Edm.Decimal" Nullable="false" /><Property Name="VatPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="GrossTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="CommercialContactCaption" Type="Edm.String" Nullable="false" /><Property Name="CommercialContactName" Type="Edm.String" Nullable="false" /><Property Name="TechnicalContactCaption" Type="Edm.String" Nullable="false" /><Property Name="TechnicalContactName" Type="Edm.String" Nullable="false" /><Property Name="TechnicalContactKey" Type="Edm.String" Nullable="false" /><Property Name="CurrencyKey" Type="Edm.String" Nullable="false" /><Property Name="CurrencySymbol" Type="Edm.String" Nullable="false" /><Property Name="CurrencyExchangeRate" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyExchangeRateInverse" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyKeyPrint" Type="Edm.String" Nullable="false" /><Property Name="CurrencyKeyPrintAdditional" Type="Edm.String" Nullable="false" /><Property Name="BusinessUnit1Key" Type="Edm.String" Nullable="false" /><Property Name="CurrencyPrintExchangeRate" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyPrintExchangeRateInverse" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyPrintAdditionalExchangeRate" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyPrintAdditionalExchangeRateInverse" Type="Edm.Decimal" Nullable="false" /><Property Name="IsCurrencyPrintFixedExchangeRate" Type="Edm.Boolean" Nullable="false" /><Property Name="IsCurrencyPrintAdditionalFixedExchangeRate" Type="Edm.Boolean" Nullable="false" /><Property Name="CurrencyPrintSymbol" Type="Edm.String" Nullable="false" /><Property Name="CurrencyPrintAdditionalSymbol" Type="Edm.String" Nullable="false" /><Property Name="LetterNo" Type="Edm.Int64" Nullable="false" /><Property Name="ContactSelectionKey" Type="Edm.String" Nullable="false" /><Property Name="ContactName" Type="Edm.String" Nullable="false" /><Property Name="FaxInfoText" Type="Edm.String" Nullable="false" /><Property Name="DetailDescriptionInternal" Type="Edm.String" Nullable="false" /><Property Name="IsImportedFromGaeb" Type="Edm.Boolean" Nullable="false" /><Property Name="GaebDetail" Type="Edm.String" Nullable="false" /><Property Name="DigitCountFirstSection" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNoDigitCountSecondarySection" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNoMask" Type="Edm.String" Nullable="false" /><Property Name="ItemNoIncrement" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNoSectionDelimiter" Type="Edm.String" Nullable="false" /><Property Name="ItemNoFillerChar" Type="Edm.String" Nullable="false" /><Property Name="ItemNoCreationOption" Type="Edm.Boolean" Nullable="false" /><Property Name="BilledTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="CommercialContactId" Type="Edm.Int32" Nullable="false" /><Property Name="InvoiceDate" Type="Edm.DateTimeOffset" /><Property Name="Imported" Type="Edm.Int32" Nullable="false" /><Property Name="InvoiceNo" Type="Edm.Int64" Nullable="false" /><Property Name="InvoiceFiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="RecordedOn" Type="Edm.DateTimeOffset" /><NavigationProperty Name="FiscalYear" Type="Office4Service.Models.FiscalYear" /><NavigationProperty Name="Project" Type="Office4Service.Models.Project" /><NavigationProperty Name="ProjectDetail" Type="Office4Service.Models.ProjectFiscalYear" /><NavigationProperty Name="Address" Type="Office4Service.Models.Address"><ReferentialConstraint Property="AddressId" ReferencedProperty="AddressId" /></NavigationProperty><NavigationProperty Name="Items" Type="Collection(Office4Service.Models.ServiceHourReportItem)" /></EntityType><EntityType Name="ServiceHourReportItem"><Key><PropertyRef Name="ServiceHourReportNo" /><PropertyRef Name="ServiceHourReportSubNo" /><PropertyRef Name="FiscalYearKey" /><PropertyRef Name="SortOrderId" /></Key><Property Name="ServiceHourReportNo" Type="Edm.Int64" Nullable="false" /><Property Name="ServiceHourReportSubNo" Type="Edm.Int32" Nullable="false" /><Property Name="FiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="SortOrderId" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNo" Type="Edm.String" Nullable="false" /><Property Name="SourceDocumentItemNo" Type="Edm.String" Nullable="false" /><Property Name="ItemNoReference" Type="Edm.String" Nullable="false" /><Property Name="IncludedRentalTime" Type="Edm.Int32" Nullable="false" /><Property Name="IncludedRentalTimeUnit" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="IsItemNoPrintDisabled" Type="Edm.Boolean" Nullable="false" /><Property Name="IsRent" Type="Edm.Boolean" Nullable="false" /><Property Name="DirectoryOfServicesId" Type="Edm.Int32" Nullable="false" /><Property Name="ServiceItemNo" Type="Edm.String" Nullable="false" /><Property Name="ServiceItemNoIsPartNo" Type="Edm.Boolean" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="DetailDescription" Type="Edm.String" Nullable="false" /><Property Name="DetailDescriptionFormatted" Type="Edm.String" Nullable="false" /><Property Name="UnitPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="IsApproximateValue" Type="Edm.Boolean" Nullable="false" /><Property Name="Quantity" Type="Edm.Decimal" Nullable="false" /><Property Name="SubcontractorQuantity" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityDecimalPlace" Type="Edm.Int32" Nullable="false" /><Property Name="ChainDimensioningQuantity" Type="Edm.String" Nullable="false" /><Property Name="MeasuringUnitKey" Type="Edm.String" Nullable="false" /><Property Name="TotalPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceLabor" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceTravelExpense" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceExtraLaborExpense" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceRent" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceThirdPartyCharge" Type="Edm.Decimal" Nullable="false" /><Property Name="SubcontractorTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="ItemType" Type="Edm.String" Nullable="false" /><Property Name="SurchargeTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="SurchargePercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="SortNo" Type="Edm.String" Nullable="false" /><Property Name="IsSurchargeAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="GaebSubTextInfo" Type="Edm.Int32" Nullable="false" /><Property Name="DirectoryOfServicesSource" Type="Office4Service.Enumerations.DirectoryOfServicesSourceTypes" Nullable="false" /><Property Name="IsDiscount" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="ServiceHourReport" Type="Office4Service.Models.ServiceHourReport" /></EntityType><EntityType Name="PermissionTemplate"><Key><PropertyRef Name="PermissionKey" /></Key><Property Name="PermissionKey" Type="Edm.String" Nullable="false" /><Property Name="PermissionName" Type="Edm.String" Nullable="false" /><Property Name="ReadPermission" Type="Edm.Int32" Nullable="false" /><Property Name="WritePermission" Type="Edm.Int32" Nullable="false" /><Property Name="AssociatedProgramModule" Type="Edm.Int32" Nullable="false" /><Property Name="SortNo" Type="Edm.Int32" Nullable="false" /></EntityType><EntityType Name="ReportSettingItem"><Key><PropertyRef Name="ReportSettingsId" /><PropertyRef Name="ItemId" /><PropertyRef Name="ReportKey" /></Key><Property Name="ReportSettingsId" Type="Edm.Int32" Nullable="false" /><Property Name="ItemId" Type="Edm.Int32" Nullable="false" /><Property Name="ReportKey" Type="Edm.String" Nullable="false" /><Property Name="ReportSettingsName" Type="Edm.String" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="false" /><Property Name="ReportType" Type="Edm.Int32" Nullable="false" /><Property Name="ReportFilePath" Type="Edm.String" Nullable="false" /><Property Name="ComputerName" Type="Edm.String" Nullable="false" /><Property Name="IsUsePrinterSetting" Type="Edm.Boolean" Nullable="false" /><Property Name="IsDocumentOutputLogDisabled" Type="Edm.Boolean" Nullable="false" /><Property Name="ReportSystemType" Type="Edm.Int32" Nullable="false" /><Property Name="PrinterName" Type="Edm.String" Nullable="false" /><Property Name="PrinterSettingsFirstPage" Type="Edm.String" Nullable="false" /><Property Name="PrinterNameFirstPage" Type="Edm.String" Nullable="false" /><Property Name="PrinterNameFollowingPage" Type="Edm.String" Nullable="false" /><Property Name="PrinterSettingsFollowingPage" Type="Edm.String" Nullable="false" /><Property Name="MarginLeft" Type="Edm.Decimal" Nullable="false" /><Property Name="MarginRight" Type="Edm.Decimal" Nullable="false" /><Property Name="MarginTop" Type="Edm.Decimal" Nullable="false" /><Property Name="MarginBottom" Type="Edm.Decimal" Nullable="false" /><Property Name="MarginTopFollowingPage" Type="Edm.Decimal" Nullable="false" /><Property Name="MarginBottomFollowingPage" Type="Edm.Decimal" Nullable="false" /><Property Name="MarginAddressLeft" Type="Edm.Decimal" Nullable="false" /><Property Name="MarginAddressTop" Type="Edm.Decimal" Nullable="false" /><Property Name="MarginContactsLeft" Type="Edm.Decimal" Nullable="false" /><Property Name="MarginContactsTop" Type="Edm.Decimal" Nullable="false" /><Property Name="MarginItemListTop" Type="Edm.Decimal" Nullable="false" /><Property Name="ColumnWidthItemNo" Type="Edm.Decimal" Nullable="false" /><Property Name="ColumnWidthQuantity" Type="Edm.Decimal" Nullable="false" /><Property Name="ColumnWidthMeasuringUnit" Type="Edm.Decimal" Nullable="false" /><Property Name="ColumnWidthUnitPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="ColumnWidthPercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="ColumnWidthTotalPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="PrinterDescriptionFirstPage" Type="Edm.String" Nullable="false" /><Property Name="PrinterDescriptionFollowingPage" Type="Edm.String" Nullable="false" /><Property Name="ProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="AddressId" Type="Edm.Int32" /><Property Name="IsUseMarginEnabled" Type="Edm.Boolean" Nullable="false" /><Property Name="LanguageIdent" Type="Edm.String" Nullable="false" /><NavigationProperty Name="Project" Type="Office4Service.Models.Project" /><NavigationProperty Name="Address" Type="Office4Service.Models.Address"><ReferentialConstraint Property="AddressId" ReferencedProperty="AddressId" /></NavigationProperty><NavigationProperty Name="ReportSetting" Type="Office4Service.Models.ReportSetting" /></EntityType><EntityType Name="ResourceGroup"><Key><PropertyRef Name="ResourceGroupKey" /></Key><Property Name="ResourceGroupKey" Type="Edm.String" Nullable="false" /><Property Name="SortNo" Type="Edm.Int32" Nullable="false" /><Property Name="DetailDescription" Type="Edm.String" /><Property Name="RegularOrEquipmentOption" Type="Edm.Int32" Nullable="false" /><Property Name="IsVehicleGroup" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="Resources" Type="Collection(Office4Service.Models.Resource)" /></EntityType><ComplexType Name="OccupiedEmployee"><Property Name="EmployeeNo" Type="Edm.Int32" Nullable="false" /><Property Name="Reason" Type="Edm.String" /><Property Name="CrewName" Type="Edm.String" /></ComplexType><ComplexType Name="CrewResource" /><ComplexType Name="ResourceCrewResource" BaseType="Office4Service.Models.CrewResource"><Property Name="ResourceNo" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="EmployeeCrewResource" BaseType="Office4Service.Models.CrewResource"><Property Name="EmployeeNo" Type="Edm.Int32" Nullable="false" /></ComplexType><EnumType Name="PermissionUsage"><Member Name="Default" Value="0" /><Member Name="None" Value="1" /><Member Name="Use" Value="2" /><Member Name="Grant" Value="3" /></EnumType><EnumType Name="PermissionModules"><Member Name="Controlling" Value="1" /><Member Name="Faktura" Value="3" /><Member Name="Lager" Value="5" /><Member Name="Mobile" Value="6" /></EnumType></Schema><Schema Namespace="Office4Service.Models.DocumentManager" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="FileMeta" Abstract="true"><Key><PropertyRef Name="Id" /></Key><Property Name="FilePath" Type="Edm.String" /><Property Name="Id" Type="Edm.String" Nullable="false" /><Property Name="ParentId" Type="Edm.String" /><Property Name="Created" Type="Edm.DateTimeOffset" /><Property Name="Description" Type="Edm.String" /><Property Name="ProjectNo" Type="Edm.Int64" /><Property Name="WorkOrderNo" Type="Edm.Int32" /><Property Name="QuotationRequestNo" Type="Edm.Int64" /><Property Name="AddressId" Type="Edm.Int32" /><Property Name="ContentType" Type="Edm.String" /><Property Name="IsImage" Type="Edm.Boolean" Nullable="false" /><Property Name="IsPdf" Type="Edm.Boolean" Nullable="false" /><Property Name="IsMobileVisible" Type="Edm.Boolean" Nullable="false" /><Property Name="IsFolder" Type="Edm.Boolean" Nullable="false" /><Property Name="IsTemplate" Type="Edm.Boolean" Nullable="false" /><Property Name="ExistsInTemplate" Type="Edm.Boolean" Nullable="false" /><Property Name="TemplatePath" Type="Edm.String" /></EntityType><EntityType Name="FileGet" BaseType="Office4Service.Models.DocumentManager.FileMeta"><Property Name="Url" Type="Edm.String" /><NavigationProperty Name="FileData" Type="Office4Service.Models.DocumentManager.FileData" /><NavigationProperty Name="Children" Type="Collection(Office4Service.Models.DocumentManager.FileGet)" /></EntityType><EntityType Name="FileData"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.String" Nullable="false" /><Property Name="Bytes" Type="Edm.Binary" /></EntityType><EntityType Name="FilePost" BaseType="Office4Service.Models.DocumentManager.FileMeta"><Property Name="FileContent" Type="Edm.String" /></EntityType><EntityType Name="LargeFilePost" BaseType="Office4Service.Models.DocumentManager.FileMeta"><Property Name="FileContent" Type="Edm.String" /></EntityType></Schema><Schema Namespace="Office4Service.Models.Web" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="StockPartQuantities"><Property Name="StockPartQuantityList" Type="Collection(Office4Service.Models.Web.StockPartQuantity)" /></ComplexType><ComplexType Name="StockPartQuantity"><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="StockNo" Type="Edm.Int64" Nullable="false" /><Property Name="StockName" Type="Edm.String" /><Property Name="Quantity" Type="Edm.Decimal" Nullable="false" /></ComplexType><ComplexType Name="StockAlternativePartQuantities"><Property Name="StockAlternativePartQuantityList" Type="Collection(Office4Service.Models.Web.StockAlternativePartQuantity)" /></ComplexType><ComplexType Name="StockAlternativePartQuantity"><Property Name="Id" Type="Edm.Guid" Nullable="false" /><Property Name="PartNo" Type="Edm.String" /><Property Name="PartName" Type="Edm.String" /><Property Name="PartQuantity" Type="Edm.Decimal" Nullable="false" /></ComplexType></Schema><Schema Namespace="Office4Service.Models.NotMapped" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="OffersListItem"><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="AddressId" Type="Edm.Int32" Nullable="false" /><Property Name="PriorityKey" Type="Edm.Int32" Nullable="false" /><Property Name="QuotationDate" Type="Edm.DateTimeOffset" /><Property Name="QuotationNo" Type="Edm.Int64" Nullable="false" /><Property Name="QuotationAddendumNo" Type="Edm.Int32" Nullable="false" /><Property Name="FiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="RequestNo" Type="Edm.Int64" Nullable="false" /><Property Name="ObjectDetailDescription" Type="Edm.String" /><Property Name="QuotationStatus" Type="Office4Service.Enumerations.QuotationStatus" Nullable="false" /><Property Name="NetTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyKey" Type="Edm.String" /><Property Name="CurrencyExchangeRate" Type="Edm.Decimal" Nullable="false" /><Property Name="CurrencyExchangeRateInverse" Type="Edm.Decimal" Nullable="false" /><Property Name="AddressPhone" Type="Edm.String" /><Property Name="ProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="OrderDate" Type="Edm.DateTimeOffset" /><Property Name="TechnicalContactKey" Type="Edm.String" /><Property Name="BusinessUnit1Key" Type="Edm.String" /><Property Name="ContactSelectionKey" Type="Edm.String" /><Property Name="DetailDescriptionInternal" Type="Edm.String" /><Property Name="RequestIncomingType" Type="Edm.String" /><Property Name="NextContact" Type="Edm.String" /><Property Name="Matchcode" Type="Edm.String" /></ComplexType><ComplexType Name="QuotationItemDiscount"><Property Name="Id" Type="Edm.Int32" Nullable="false" /><Property Name="QuotationNo" Type="Edm.Int64" Nullable="false" /><Property Name="QuotationAddendumNo" Type="Edm.Int32" Nullable="false" /><Property Name="FiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="QuotationItemId" Type="Edm.Int32" Nullable="false" /><Property Name="ItemNo" Type="Edm.String" /><Property Name="CostEstimationItemNo" Type="Edm.String" /><Property Name="ItemNoReference" Type="Edm.String" /><Property Name="IncludedRentalTime" Type="Edm.Int32" Nullable="false" /><Property Name="IncludedRentalTimeUnit" Type="Office4Service.Enumerations.TimeUnits" Nullable="false" /><Property Name="IsRent" Type="Edm.Boolean" Nullable="false" /><Property Name="ServiceItemNo" Type="Edm.String" /><Property Name="Description" Type="Edm.String" /><Property Name="DetailDescription" Type="Edm.String" /><Property Name="DetailDescriptionFormatted" Type="Edm.String" /><Property Name="UnitPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="IsApproximateValue" Type="Edm.Boolean" Nullable="false" /><Property Name="Quantity" Type="Edm.Decimal" Nullable="false" /><Property Name="SubcontractorQuantity" Type="Edm.Decimal" Nullable="false" /><Property Name="QuantityDecimalPlace" Type="Edm.Int32" Nullable="false" /><Property Name="ChainDimensioningQuantity" Type="Edm.String" /><Property Name="MeasuringUnitKey" Type="Edm.String" /><Property Name="TotalPrice" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceLabor" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceTravelExpense" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceExtraLaborExpense" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceRent" Type="Edm.Decimal" Nullable="false" /><Property Name="UnitPriceThirdPartyCharge" Type="Edm.Decimal" Nullable="false" /><Property Name="SubcontractorTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="PictureFilename" Type="Edm.String" /><Property Name="PictureBinary" Type="Edm.Binary" /><Property Name="IsItemNoPrintDisabled" Type="Edm.Boolean" Nullable="false" /><Property Name="ItemType" Type="Edm.String" /><Property Name="SurchargeTotal" Type="Edm.Decimal" Nullable="false" /><Property Name="SurchargePercentage" Type="Edm.Decimal" Nullable="false" /><Property Name="SortNo" Type="Edm.String" /><Property Name="IsSurchargeAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="GaebSubTextInfo" Type="Edm.Int32" Nullable="false" /><Property Name="QuantitiesAvailableInfo" Type="Edm.Int32" Nullable="false" /><Property Name="ServiceItemNoIsPartNo" Type="Edm.Boolean" Nullable="false" /><Property Name="DirectoryOfServicesId" Type="Edm.Int32" Nullable="false" /><Property Name="DirectoryOfServicesSource" Type="Office4Service.Enumerations.DirectoryOfServicesSourceTypes" Nullable="false" /><Property Name="IsDiscount" Type="Edm.Boolean" Nullable="false" /><Property Name="EntityQuotationId" Type="Edm.Int32" Nullable="false" /><Property Name="IsLengthAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="IsDepthAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="IsHeightAllowed" Type="Edm.Boolean" Nullable="false" /><Property Name="WeightKg" Type="Edm.Decimal" /><Property Name="UseListPrice" Type="Edm.Int32" Nullable="false" /></ComplexType></Schema><Schema Namespace="Office4Service.Models.Parameters" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="InvoiceReportParameters"><Property Name="PrintDateOption" Type="Office4Service.Enumerations.PrintDateOption" Nullable="false" /><Property Name="InvoiceReportType" Type="Office4Service.Enumerations.InvoiceReportType" Nullable="false" /><Property Name="PageBreakBeforeTotals" Type="Edm.Boolean" /></ComplexType><ComplexType Name="QuotationReportParameters"><Property Name="IncludeServiceSheetItems" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="WorkOrderReportParameters" /><ComplexType Name="BillingServiceSheetReportParameters"><Property Name="IncludeStatisticItems" Type="Edm.Boolean" Nullable="false" /><Property Name="IncludeUnitPrices" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="ProjectAccountReportParameters"><Property Name="DebitorNo" Type="Edm.Int32" Nullable="false" /><Property Name="TransactionOption" Type="Office4Service.Enumerations.AccountingTransactionUsageOptions" /><Property Name="TransactionIsOpen" Type="Edm.Int32" /><Property Name="SDatum" Type="Edm.DateTimeOffset" /><Property Name="FDatum" Type="Edm.DateTimeOffset" /></ComplexType><ComplexType Name="DatevExportParameters"><Property Name="ConsultantNumber" Type="Edm.Int64" Nullable="false" /><Property Name="ClientNumber" Type="Edm.Int64" Nullable="false" /><Property Name="BeginDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="EndDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="ExportType" Type="Office4Service.Enumerations.DatevExportType" Nullable="false" /><Property Name="EntryBatchVersion" Type="CPPro.Office4.Common.Settings.DatevEntryBatchVersion" Nullable="false" /><Property Name="IncludeAlreadyBooked" Type="Edm.Boolean" Nullable="false" /><Property Name="BeginAccount" Type="Edm.String" /><Property Name="EndAccount" Type="Edm.String" /><Property Name="ShouldConstrainToUsedMasterData" Type="Edm.Boolean" Nullable="false" /><Property Name="ShouldPreventMarking" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="AccountTransactionFilter"><Property Name="DebitorCreditorNo" Type="Edm.Int32" /><Property Name="ProjectNo" Type="Edm.Int64" /><Property Name="TransactionIsOpen" Type="Edm.Int32" Nullable="false" /><Property Name="TechnicalContactKey" Type="Edm.String" /><Property Name="CommercialContactKey" Type="Edm.String" /><Property Name="BusinessUnit1Key" Type="Edm.String" /><Property Name="AssociatedInvoiceNo" Type="Edm.Int64" /><Property Name="BookingDateFrom" Type="Edm.DateTimeOffset" /><Property Name="BookingDateTo" Type="Edm.DateTimeOffset" /><Property Name="DueDate" Type="Edm.DateTimeOffset" /><Property Name="AdditionalInformation" Type="Edm.Boolean" Nullable="false" /><Property Name="CustomerPrintReportOption" Type="Office4Service.Enumerations.OpenItemCustomerPrintReportOption" Nullable="false" /><Property Name="ProjectPrintReportOption" Type="Office4Service.Enumerations.OpenItemProjectPrintReportOption" Nullable="false" /><Property Name="FocusedReport" Type="Edm.String" /></ComplexType><ComplexType Name="ReportGenerationOptions"><Property Name="Mode" Type="Office4Service.Enumerations.GenerationMode" Nullable="false" /><Property Name="UserName" Type="Edm.String" /><Property Name="MachineName" Type="Edm.String" /><Property Name="BusinessUnit1Key" Type="Edm.String" /><Property Name="LayoutId" Type="Edm.Guid" Nullable="false" /><Property Name="TemplateId" Type="Edm.Guid" /></ComplexType><ComplexType Name="OrderConfirmationReportParameters"><Property Name="IncludeServiceSheetItems" Type="Edm.Boolean" Nullable="false" /></ComplexType><ComplexType Name="WorkOrderStructureReportParameters" BaseType="Office4Service.Models.Parameters.WorkOrderReportParameters" /><ComplexType Name="WorkOrderHazardAnalysisReportParameters" BaseType="Office4Service.Models.Parameters.WorkOrderReportParameters" /><ComplexType Name="WorkOrderDailyServiceSheetReportParameters" BaseType="Office4Service.Models.Parameters.WorkOrderReportParameters" /><ComplexType Name="QuotationsListParameters"><Property Name="StatusOutstanding" Type="Edm.Boolean" Nullable="false" /><Property Name="StatusIssued" Type="Edm.Boolean" Nullable="false" /><Property Name="StatusNotIssued" Type="Edm.Boolean" Nullable="false" /><Property Name="PriorityKey" Type="Edm.Int32" /><Property Name="RequestIncomingType" Type="Edm.String" /><Property Name="TechnicalContactKey" Type="Edm.String" /><Property Name="BusinessUnit1Key" Type="Edm.String" /><Property Name="FromDate" Type="Edm.DateTimeOffset" /><Property Name="ToDate" Type="Edm.DateTimeOffset" /><Property Name="QuotationDate" Type="Edm.DateTimeOffset" /><Property Name="QuantityToTake" Type="Edm.Int32" Nullable="false" /><Property Name="QuantityToSkip" Type="Edm.Int32" Nullable="false" /><Property Name="DateFilterType" Type="Office4Service.Enumerations.QuotationDateFilterTypes" Nullable="false" /><Property Name="FiscalYearFilter" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="QuotationRequestsListParameters"><Property Name="InitialDiscussionsAndQuotationRequests" Type="Edm.Boolean" Nullable="false" /><Property Name="QuotationsUpToRenegotiation" Type="Edm.Boolean" Nullable="false" /><Property Name="ContractedOrInvoiced" Type="Edm.Boolean" Nullable="false" /><Property Name="DeclinedOrNoQuotation" Type="Edm.Boolean" Nullable="false" /><Property Name="TechnicalContactKey" Type="Edm.String" /><Property Name="BusinessUnit1Key" Type="Edm.String" /><Property Name="RequestIncomingType" Type="Edm.String" /><Property Name="FromDate" Type="Edm.DateTimeOffset" /><Property Name="ToDate" Type="Edm.DateTimeOffset" /><Property Name="DateFilterType" Type="Office4Service.Enumerations.QuotationRequestsListDateFilterTypes" Nullable="false" /><Property Name="QuantityToTake" Type="Edm.Int32" Nullable="false" /><Property Name="QuantityToSkip" Type="Edm.Int32" Nullable="false" /></ComplexType><ComplexType Name="InvoiceParameters"><Property Name="InvoiceId" Type="Edm.Int32" Nullable="false" /><Property Name="InvoiceNo" Type="Edm.Int64" Nullable="false" /><Property Name="FiscalYearKey" Type="Edm.Int32" Nullable="false" /><Property Name="ProgressPaymentConsecutiveNo" Type="Edm.Int32" Nullable="false" /><Property Name="SourceDocumentType" Type="Office4Service.Enumerations.SourceDocumentTypes" Nullable="false" /><Property Name="SourceDocumentKey" Type="Edm.String" /><Property Name="SourceDocumentNo" Type="Edm.Int64" Nullable="false" /><Property Name="SourceDocumentSubNo" Type="Edm.Int32" Nullable="false" /><Property Name="DocumentDate" Type="Edm.DateTimeOffset" /></ComplexType></Schema><Schema Namespace="Office4Service.Models.DTOs" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="DatevFile"><Property Name="Name" Type="Edm.String" /><Property Name="Type" Type="Office4Service.Enumerations.DatevFileType" Nullable="false" /><Property Name="Guid" Type="Edm.Guid" Nullable="false" /><Property Name="FiscalYear" Type="Edm.Int32" Nullable="false" /><Property Name="Data" Type="Edm.Binary" /></ComplexType><ComplexType Name="EntityMapping"><Property Name="TableName" Type="Edm.String" /><Property Name="PropertyMappings" Type="Collection(Office4Service.Models.DTOs.PropertyMapping)" /></ComplexType><ComplexType Name="ValidationRule"><Property Name="Entity" Type="Edm.String" /><Property Name="Property" Type="Edm.String" /></ComplexType><ComplexType Name="CustomerLines"><Property Name="Value" Type="Collection(Office4Service.Models.DTOs.CustomerLine)" /></ComplexType><ComplexType Name="ProjectLines"><Property Name="Value" Type="Collection(Office4Service.Models.DTOs.ProjectLine)" /></ComplexType><ComplexType Name="AccountTransactionLine"><Property Name="TransactionIsOpen" Type="Edm.Int32" /><Property Name="DebitorCreditorNo" Type="Edm.Int32" /><Property Name="DebitorCreditorName" Type="Edm.String" /><Property Name="ProjectNo" Type="Edm.Int64" /><Property Name="ProjectName" Type="Edm.String" /><Property Name="AssociatedInvoiceNo" Type="Edm.Int64" /><Property Name="DocumentDate" Type="Edm.DateTimeOffset" /><Property Name="BookingDate" Type="Edm.DateTimeOffset" /><Property Name="CashDiscountPercentage" Type="Edm.Decimal" /><Property Name="CashDiscountDueDate" Type="Edm.DateTimeOffset" /><Property Name="DueDate" Type="Edm.DateTimeOffset" /><Property Name="DocumentNo" Type="Edm.String" /><Property Name="NetTotal" Type="Edm.Decimal" /><Property Name="BookingValue" Type="Edm.Decimal" /><Property Name="Credit" Type="Edm.Decimal" /><Property Name="PaymentValue" Type="Edm.Decimal" /><Property Name="CashDiscountValue" Type="Edm.Decimal" /><Property Name="DateOfTotalPayment" Type="Edm.DateTimeOffset" /><Property Name="OverdueDays" Type="Edm.Int32" /><Property Name="DunningLevel" Type="Edm.Int32" /><Property Name="BookingText" Type="Edm.String" /><Property Name="ExportDate" Type="Edm.DateTimeOffset" /><Property Name="FiscalAccount" Type="Edm.String" /><Property Name="PaymentInfoText" Type="Edm.String" /><Property Name="TransactionType" Type="Edm.String" /><Property Name="FiscalYearKey" Type="Edm.Int32" /><Property Name="Phone" Type="Edm.String" /><Property Name="Fax" Type="Edm.String" /><Property Name="AddressSalutation" Type="Edm.String" /><Property Name="AddressName" Type="Edm.String" /><Property Name="AddressLine1" Type="Edm.String" /><Property Name="AddressLine2" Type="Edm.String" /><Property Name="ZipCode" Type="Edm.String" /><Property Name="City" Type="Edm.String" /><Property Name="CreditNoteNo" Type="Edm.Int64" /></ComplexType><ComplexType Name="PropertyMapping"><Property Name="ColumnName" Type="Edm.String" /><Property Name="PropertyName" Type="Edm.String" /></ComplexType><ComplexType Name="RequiredRule" BaseType="Office4Service.Models.DTOs.ValidationRule"><Property Name="Message" Type="Edm.String" /></ComplexType><ComplexType Name="CustomerLine"><Property Name="DebitorCreditorNo" Type="Edm.Int32" /><Property Name="DebitorCreditorName" Type="Edm.String" /><Property Name="TradeCreditInsuranceNo" Type="Edm.String" /><Property Name="TradeCreditInsuranceSum" Type="Edm.Decimal" /><Property Name="GrossTotalValue" Type="Edm.Decimal" /><Property Name="Credit" Type="Edm.Decimal" /><Property Name="AccountBalance" Type="Edm.Decimal" /><Property Name="Distributable" Type="Edm.String" /><Property Name="OverdueDays0" Type="Edm.Decimal" /><Property Name="OverdueDays30" Type="Edm.Decimal" /><Property Name="OverdueDays60" Type="Edm.Decimal" /><Property Name="OverdueDays90" Type="Edm.Decimal" /></ComplexType><ComplexType Name="ProjectLine"><Property Name="ProjectNo" Type="Edm.Int64" /><Property Name="ProjectName" Type="Edm.String" /><Property Name="DebitorCreditorNo" Type="Edm.Int32" /><Property Name="DebitorCreditorName" Type="Edm.String" /><Property Name="Phone" Type="Edm.String" /><Property Name="TechnicalContactKey" Type="Edm.String" /><Property Name="CommercialContactKey" Type="Edm.String" /><Property Name="BusinessUnit1Key" Type="Edm.String" /><Property Name="GrossTotalValue" Type="Edm.Decimal" /><Property Name="Credit" Type="Edm.Decimal" /><Property Name="AccountBalance" Type="Edm.Decimal" /><Property Name="PaymentInfoText" Type="Edm.String" /><Property Name="FiscalYear" Type="Edm.Int32" /></ComplexType></Schema><Schema Namespace="System.Net.Http" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="HttpResponseMessage"><Property Name="Version" Type="System.Version" /><Property Name="Content" Type="System.Net.Http.HttpContent" /><Property Name="StatusCode" Type="System.Net.HttpStatusCode" Nullable="false" /><Property Name="ReasonPhrase" Type="Edm.String" /><Property Name="Headers" Type="Collection(System.Collections.Generic.KeyValuePair_2OfString_IEnumerable_1OfString)" /><Property Name="RequestMessage" Type="System.Net.Http.HttpRequestMessage" /></ComplexType><ComplexType Name="HttpContent" Abstract="true"><Property Name="Headers" Type="Collection(System.Collections.Generic.KeyValuePair_2OfString_IEnumerable_1OfString)" /></ComplexType><ComplexType Name="ObjectContent" BaseType="System.Net.Http.HttpContent" /><ComplexType Name="ObjectContent_1OfT" BaseType="System.Net.Http.ObjectContent" /><ComplexType Name="HttpMessageContent" BaseType="System.Net.Http.HttpContent" /><ComplexType Name="PushStreamContent" BaseType="System.Net.Http.HttpContent" /><ComplexType Name="ByteRangeStreamContent" BaseType="System.Net.Http.HttpContent" /><ComplexType Name="StreamContent" BaseType="System.Net.Http.HttpContent" /><ComplexType Name="ByteArrayContent" BaseType="System.Net.Http.HttpContent" /><ComplexType Name="StringContent" BaseType="System.Net.Http.ByteArrayContent" /><ComplexType Name="FormUrlEncodedContent" BaseType="System.Net.Http.ByteArrayContent" /><ComplexType Name="MultipartContent" BaseType="System.Net.Http.HttpContent" /><ComplexType Name="MultipartFormDataContent" BaseType="System.Net.Http.MultipartContent" /><ComplexType Name="HttpRequestMessage" OpenType="true"><Property Name="Version" Type="System.Version" /><Property Name="Content" Type="System.Net.Http.HttpContent" /><Property Name="Method" Type="System.Net.Http.HttpMethod" /><Property Name="RequestUri" Type="System.Uri" /><Property Name="Headers" Type="Collection(System.Collections.Generic.KeyValuePair_2OfString_IEnumerable_1OfString)" /></ComplexType><ComplexType Name="HttpMethod" /></Schema><Schema Namespace="CPPro.Office4.Services.Data.Controllers" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="SimpleEvent"><Property Name="WorkingDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="EmployeeNo" Type="Edm.Int32" Nullable="false" /><Property Name="Remarks" Type="Edm.String" /><Property Name="Crew" Type="Edm.String" /><Property Name="ProjectNo" Type="Edm.Int64" Nullable="false" /><Property Name="WorkOrderNo" Type="Edm.Int32" Nullable="false" /><Property Name="WorkingHours" Type="Edm.Double" /><Property Name="TravelTime" Type="Edm.Double" /><Property Name="Info" Type="Edm.String" /></ComplexType></Schema><Schema Namespace="Office4Service.Interfaces" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="IItemNoCalculableItem" Abstract="true"><Property Name="Description" Type="Edm.String" /><Property Name="GaebSubTextInfo" Type="Edm.Int32" Nullable="false" /><Property Name="IsDiscount" Type="Edm.Boolean" Nullable="false" /><Property Name="ItemNo" Type="Edm.String" /><Property Name="ItemType" Type="Edm.String" /><Property Name="MeasuringUnitKey" Type="Edm.String" /><Property Name="SortNo" Type="Edm.String" /></ComplexType></Schema><Schema Namespace="System" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="Version" /><ComplexType Name="Uri"><Property Name="Segments" Type="Collection(Edm.String)" /></ComplexType></Schema><Schema Namespace="System.Collections.Generic" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="KeyValuePair_2OfString_IEnumerable_1OfString"><Property Name="Value" Type="Collection(Edm.String)" /></ComplexType></Schema><Schema Namespace="Microsoft.AspNet.OData.Batch" xmlns="http://docs.oasis-open.org/odata/ns/edm"><ComplexType Name="ODataBatchContent" BaseType="System.Net.Http.HttpContent"><Property Name="Responses" Type="Collection(Microsoft.AspNet.OData.Batch.ODataBatchResponseItem)" /></ComplexType><ComplexType Name="ODataBatchResponseItem" Abstract="true" /><ComplexType Name="ChangeSetResponseItem" BaseType="Microsoft.AspNet.OData.Batch.ODataBatchResponseItem"><Property Name="Responses" Type="Collection(System.Net.Http.HttpResponseMessage)" /></ComplexType><ComplexType Name="OperationResponseItem" BaseType="Microsoft.AspNet.OData.Batch.ODataBatchResponseItem" /></Schema><Schema Namespace="Office4Service.Enumerations" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EnumType Name="AddressTypes"><Member Name="Undefined" Value="0" /><Member Name="Address" Value="1" /><Member Name="Customer" Value="2" /><Member Name="Distributor" Value="3" /><Member Name="Contractor" Value="4" /><Member Name="Employee" Value="5" /></EnumType><EnumType Name="ProjectTypes"><Member Name="Undefined" Value="0" /><Member Name="InternalProductive" Value="1" /><Member Name="InternalUnproductive" Value="2" /><Member Name="External" Value="3" /></EnumType><EnumType Name="ProjectStatus"><Member Name="Undefined" Value="0" /><Member Name="Issued" Value="1" /><Member Name="InProgress" Value="2" /><Member Name="Notcompleted" Value="3" /><Member Name="Finished" Value="4" /><Member Name="Closing" Value="5" /></EnumType><EnumType Name="ResourceTypes"><Member Name="Undefined" Value="0" /><Member Name="Resource" Value="1" /><Member Name="Employee" Value="-1" /></EnumType><EnumType Name="RoundingTypes"><Member Name="None" Value="0" /><Member Name="Down" Value="1" /><Member Name="Up" Value="2" /></EnumType><EnumType Name="SalaryType"><Member Name="Undefined" Value="0" /><Member Name="Wage" Value="1" /><Member Name="Salary" Value="2" /><Member Name="Subcontractor" Value="3" /><Member Name="TemporaryWorker" Value="4" /></EnumType><EnumType Name="WorkOrderStatusType"><Member Name="Undefined" Value="0" /><Member Name="Created" Value="1" /><Member Name="Planned" Value="2" /><Member Name="DailyPlanning" Value="3" /><Member Name="Finished" Value="4" /></EnumType><EnumType Name="WorkOrderServiceSheetStatus"><Member Name="WorkOrder" Value="0" /><Member Name="WorkOrderServiceSheet" Value="1" /><Member Name="WorkOrderServiceSheetExported" Value="2" /><Member Name="ContractWorkOrder" Value="9" /></EnumType><EnumType Name="TextTemplateTypes" IsFlags="true"><Member Name="Undefined" Value="0" /><Member Name="Header" Value="1" /><Member Name="Footer" Value="2" /></EnumType><EnumType Name="TextTemplateDocumentTypes" IsFlags="true"><Member Name="None" Value="0" /><Member Name="Quotations" Value="1" /><Member Name="OrderConfirmations" Value="2" /><Member Name="Invoices" Value="4" /><Member Name="CreditNotes" Value="8" /><Member Name="DeliveryNotes" Value="16" /><Member Name="DocumentItems" Value="32" /><Member Name="Dunnings" Value="64" /><Member Name="PurchaseOrders" Value="128" /><Member Name="Letters" Value="256" /><Member Name="IncomingInvoices" Value="512" /><Member Name="ServiceHoursReports" Value="1024" /><Member Name="GlobalPercentageBids" Value="2048" /></EnumType><EnumType Name="TextTemplateDefaultUses" IsFlags="true"><Member Name="None" Value="0" /><Member Name="Quotation" Value="1" /><Member Name="OrderConfirmation" Value="2" /><Member Name="Invoice" Value="4" /><Member Name="CreditNote" Value="8" /><Member Name="DeliveryNote" Value="16" /><Member Name="ServiceHourReport" Value="1024" /><Member Name="DiscountOffer" Value="2048" /></EnumType><EnumType Name="DeliveryNoteStatuses"><Member Name="None" Value="0" /><Member Name="Open" Value="1" /><Member Name="Billed" Value="2" /></EnumType><EnumType Name="UseForEfficiencyPayOptions"><Member Name="Normal" Value="0" /><Member Name="Neutral" Value="1" /></EnumType><EnumType Name="BillingServiceType"><Member Name="Undefined" Value="0" /><Member Name="RewardingPerformance" Value="1" /><Member Name="OtherContribution" Value="2" /></EnumType><EnumType Name="SurchangeCalculationOptions"><Member Name="Undefined" Value="0" /><Member Name="LastItem" Value="1" /><Member Name="LastSubtotal" Value="2" /></EnumType><EnumType Name="NpkAlternativeItemGroups"><Member Name="Undefined" Value="0" /><Member Name="A" Value="1" /><Member Name="B" Value="2" /><Member Name="C" Value="3" /><Member Name="D" Value="4" /><Member Name="E" Value="5" /><Member Name="F" Value="6" /><Member Name="G" Value="7" /><Member Name="H" Value="8" /></EnumType><EnumType Name="ShippingMethods"><Member Name="Undefined" Value="0" /><Member Name="ByPost" Value="1" /><Member Name="BySiteSupervisor" Value="2" /><Member Name="Boss" Value="3" /></EnumType><EnumType Name="TimeUnits"><Member Name="Undefined" Value="0" /><Member Name="None" Value="1" /><Member Name="Days" Value="2" /><Member Name="Weeks" Value="3" /><Member Name="Months" Value="4" /></EnumType><EnumType Name="PercentageUsageOptions"><Member Name="Unassigned" Value="0" /><Member Name="UnitPrice" Value="1" /><Member Name="TotalPrice" Value="2" /></EnumType><EnumType Name="PrintDateOption"><Member Name="DocumentDate" Value="0" /><Member Name="BookingDate" Value="1" /></EnumType><EnumType Name="ProjectManagerViewedItemType"><Member Name="Project" Value="0" /><Member Name="Address" Value="1" /><Member Name="BillingServiceSheet" Value="2" /><Member Name="Letter" Value="3" /><Member Name="QuotationRequest" Value="4" /><Member Name="Quotation" Value="5" /><Member Name="OrderConfirmation" Value="6" /><Member Name="Invoice" Value="7" /></EnumType><EnumType Name="ReportLayoutType"><Member Name="Address" Value="1" /><Member Name="QuotationRequest" Value="2" /><Member Name="Project" Value="3" /><Member Name="Quotation" Value="4" /><Member Name="OrderConfirmation" Value="5" /><Member Name="BillingServiceSheet" Value="6" /><Member Name="Invoice" Value="7" /><Member Name="Letter" Value="8" /><Member Name="WorkOrder" Value="9" /><Member Name="WorkOrderStructure" Value="10" /><Member Name="WorkOrderHazardAnalysis" Value="11" /><Member Name="WorkOrderDailyServiceSheet" Value="12" /><Member Name="AccountingTransaction" Value="13" /><Member Name="DocumentTemplate" Value="14" /></EnumType><EnumType Name="DatevExportType"><Member Name="IncomingInvoices" Value="0" /><Member Name="OutgoingInvoices" Value="1" /><Member Name="IncomingPayments" Value="2" /><Member Name="OutgoingPayments" Value="3" /><Member Name="Customers" Value="4" /><Member Name="Vendors" Value="5" /></EnumType><EnumType Name="DatevFileType"><Member Name="Extf" Value="0" /><Member Name="OutgoingInvoicePdf" Value="1" /></EnumType><EnumType Name="CustomerTypes"><Member Name="Undefined" Value="0" /><Member Name="Public" Value="1" /><Member Name="Commercial" Value="2" /><Member Name="Private" Value="3" /></EnumType><EnumType Name="SourceDocumentTypes"><Member Name="Undefined" Value="0" /><Member Name="CostEstimation" Value="1" /><Member Name="Quotation" Value="2" /><Member Name="OrderConfirmation" Value="3" /><Member Name="DeliveryNote" Value="4" /><Member Name="BillingServiceSheet" Value="5" /><Member Name="Invoice" Value="6" /><Member Name="CreditNote" Value="7" /><Member Name="ContractServiceSheet" Value="8" /><Member Name="StockTransaction" Value="9" /><Member Name="PurchaseInvoice" Value="10" /><Member Name="PurchaseOrder" Value="11" /><Member Name="ContractServiceSheetSubcontractorMounting" Value="12" /><Member Name="ContractServiceSheetSubcontractorDismantling" Value="13" /><Member Name="WorkOrderServiceSheet" Value="14" /><Member Name="ServiceHourReport" Value="15" /></EnumType><EnumType Name="BillingDetailOptions"><Member Name="Undefined" Value="0" /><Member Name="CreateDetailedPositions" Value="1" /><Member Name="CreateSummarizedPositions" Value="2" /></EnumType><EnumType Name="SubcontractorBillingDetailOptions"><Member Name="Undefined" Value="0" /><Member Name="CreateDetailedPositions" Value="1" /><Member Name="CreateSummarizedPositions" Value="2" /><Member Name="CreateDetailedPositionsOrderByDate" Value="3" /><Member Name="CreateSummarizedPositionsOrderByDate" Value="4" /></EnumType><EnumType Name="ContractBillingTypes"><Member Name="Undefined" Value="0" /><Member Name="ProgressPaymentInvoiceCombined" Value="1" /><Member Name="SingleInvoiceSeparated" Value="2" /><Member Name="SingleInvoiceCombined" Value="3" /><Member Name="SingleInvoiceGrouped" Value="4" /><Member Name="ProgressPaymentInvoiceAccumulated" Value="5" /></EnumType><EnumType Name="LaborPriceSplittingOptions"><Member Name="SplittingPercent" Value="0" /><Member Name="SplittingUnitPrice" Value="1" /><Member Name="SplittingPercentWithSeparateServiceSheet" Value="2" /></EnumType><EnumType Name="AppUsages"><Member Name="NotUsed" Value="0" /><Member Name="TimeWriteable" Value="1" /><Member Name="TimeReadable" Value="2" /></EnumType><EnumType Name="ServiceSheetStatus"><Member Name="InProgress" Value="0" /><Member Name="Finished" Value="1" /><Member Name="PartialDismantling" Value="2" /><Member Name="PartialDismantlingCompleted" Value="3" /></EnumType><EnumType Name="ContractServiceSheetOptions" IsFlags="true"><Member Name="Undefined" Value="0" /><Member Name="Aufbau" Value="4" /><Member Name="Dismantling" Value="8" /><Member Name="Miete" Value="22" /><Member Name="Rental" Value="32" /></EnumType><EnumType Name="PartialFinishedStatusOptions"><Member Name="Normal" Value="0" /><Member Name="Unfinished" Value="1" /><Member Name="Finished" Value="2" /><Member Name="SpecialScaffold" Value="3" /></EnumType><EnumType Name="BilledValues" IsFlags="true"><Member Name="None" Value="0" /><Member Name="Mounting" Value="1" /><Member Name="Dismantling" Value="2" /><Member Name="SubcontractorMounting" Value="4" /><Member Name="SubcontractorDismantling" Value="8" /><Member Name="Rent" Value="16" /></EnumType><EnumType Name="WorkOrderRowType"><Member Name="Mount" Value="0" /><Member Name="Service" Value="1" /><Member Name="NewTitle" Value="2" /></EnumType><EnumType Name="DirectoryOfServicesSourceTypes"><Member Name="ServiceItem" Value="0" /><Member Name="Part" Value="1" /><Member Name="PartForRental" Value="2" /><Member Name="PartForSale" Value="3" /></EnumType><EnumType Name="QuotationStatus"><Member Name="Undefined" Value="0" /><Member Name="Outstanding" Value="1" /><Member Name="Issued" Value="2" /><Member Name="NotIssued" Value="3" /></EnumType><EnumType Name="ItemNoCreationOptions"><Member Name="Normal" Value="0" /><Member Name="Gaeb" Value="1" /><Member Name="Npk" Value="2" /></EnumType><EnumType Name="DueDateTypes"><Member Name="Undefined" Value="0" /><Member Name="CalenderDays" Value="1" /><Member Name="WorkingDays" Value="2" /></EnumType><EnumType Name="TransactionStatus"><Member Name="Issued" Value="0" /><Member Name="ServiceSheet" Value="1" /></EnumType><EnumType Name="CreditNoteStatus"><Member Name="Open" Value="0" /><Member Name="InApproval" Value="1" /><Member Name="Approved" Value="2" /></EnumType><EnumType Name="PurchaseOrderStatus"><Member Name="Undefined" Value="0" /><Member Name="Outstanding" Value="1" /><Member Name="Forwarded" Value="2" /><Member Name="Delivered" Value="3" /><Member Name="NotCompleted" Value="4" /><Member Name="PartlyBilled" Value="5" /><Member Name="Billed" Value="6" /></EnumType><EnumType Name="AccountingTransactionUsageOptions"><Member Name="Undefined" Value="0" /><Member Name="Debitor" Value="1" /><Member Name="Creditor" Value="2" /><Member Name="Kasse" Value="3" /><Member Name="Liqui" Value="9" /></EnumType><EnumType Name="MeasuringUnitType"><Member Name="Undefined" Value="0" /><Member Name="BasicUnit" Value="1" /><Member Name="RentalUnit" Value="2" /></EnumType><EnumType Name="HazardAnalysisCategories"><Member Name="None" Value="0" /><Member Name="HazardAnalysisObject" Value="3" /><Member Name="HazardAnalysisEnvironment" Value="4" /><Member Name="HazardAnalysisWork" Value="5" /><Member Name="HazardAnalysisSpecial" Value="6" /><Member Name="HazardAnalysisInstruction" Value="7" /><Member Name="HazardAnalysisRescue" Value="8" /><Member Name="HazardAnalysisRemark" Value="9" /></EnumType><EnumType Name="ReferenceDayForDateCalculation"><Member Name="None" Value="0" /><Member Name="Fixed" Value="1" /><Member Name="Easter" Value="2" /><Member Name="ChristmasEve" Value="3" /></EnumType><EnumType Name="HolidayTypeForWageFunction"><Member Name="Type1" Value="0" /><Member Name="Type2" Value="1" /><Member Name="Type3" Value="2" /><Member Name="Type4" Value="3" /><Member Name="Type5" Value="4" /><Member Name="Type6" Value="5" /><Member Name="Type7" Value="6" /><Member Name="Type8" Value="7" /><Member Name="Type9" Value="8" /><Member Name="UnusedType" Value="9" /></EnumType><EnumType Name="DebitorCreditorOption"><Member Name="Debitor" Value="0" /><Member Name="Creditor" Value="1" /></EnumType><EnumType Name="WeekDayPayDefinition" IsFlags="true"><Member Name="None" Value="0" /><Member Name="Monday" Value="2" /><Member Name="Tuesday" Value="4" /><Member Name="Wednesday" Value="8" /><Member Name="Thursday" Value="16" /><Member Name="Friday" Value="32" /><Member Name="Saturday" Value="64" /><Member Name="Sunday" Value="128" /><Member Name="HolidayType1" Value="256" /><Member Name="HolidayType2" Value="512" /><Member Name="HolidayType3" Value="1024" /><Member Name="HolidayType4" Value="2048" /><Member Name="HolidayType5" Value="4096" /><Member Name="HolidayType6" Value="8192" /><Member Name="HolidayType7" Value="16384" /><Member Name="HolidayType8" Value="32768" /><Member Name="HolidayType9" Value="65536" /></EnumType><EnumType Name="CheckListTaskItemType"><Member Name="Default" Value="0" /><Member Name="CheckBox" Value="1" /><Member Name="Input" Value="2" /><Member Name="RadioGroup" Value="3" /><Member Name="Label" Value="4" /><Member Name="Signature" Value="5" /><Member Name="Photo" Value="6" /><Member Name="File" Value="7" /><Member Name="Drawing" Value="8" /><Member Name="Group" Value="9" /><Member Name="DateOnly" Value="10" /><Member Name="TimeOnly" Value="11" /><Member Name="OptionGroup" Value="12" /><Member Name="InputMultiline" Value="13" /></EnumType><EnumType Name="InvoiceReportType"><Member Name="Original" Value="0" /><Member Name="Copy1" Value="1" /><Member Name="Copy2" Value="2" /><Member Name="Copy3" Value="3" /><Member Name="Copy4" Value="4" /></EnumType><EnumType Name="OpenItemCustomerPrintReportOption"><Member Name="CustomerReport" Value="0" /><Member Name="DemandReport" Value="1" /><Member Name="PaymentReport" Value="2" /></EnumType><EnumType Name="OpenItemProjectPrintReportOption"><Member Name="ProjectReport" Value="0" /><Member Name="PaymentReport" Value="1" /></EnumType><EnumType Name="GenerationMode"><Member Name="Printing" Value="0" /><Member Name="Email" Value="1" /><Member Name="Fax" Value="2" /></EnumType><EnumType Name="QuotationDateFilterTypes"><Member Name="Month" Value="0" /><Member Name="Quarter" Value="1" /><Member Name="Year" Value="2" /><Member Name="Manually" Value="3" /></EnumType><EnumType Name="QuotationRequestsListDateFilterTypes"><Member Name="Undefined" Value="0" /><Member Name="QuotationRequestDate" Value="1" /><Member Name="QuotationDate" Value="2" /><Member Name="ForwardedOn" Value="3" /></EnumType></Schema><Schema Namespace="CPPro.Office4.Common.Settings" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EnumType Name="DatevEntryBatchVersion"><Member Name="Default" Value="0" /><Member Name="Office3" Value="9" /><Member Name="MaxDatevCheckable" Value="10" /><Member Name="Office4" Value="12" /></EnumType></Schema><Schema Namespace="System.Net" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EnumType Name="HttpStatusCode"><Member Name="Continue" Value="100" /><Member Name="SwitchingProtocols" Value="101" /><Member Name="OK" Value="200" /><Member Name="Created" Value="201" /><Member Name="Accepted" Value="202" /><Member Name="NonAuthoritativeInformation" Value="203" /><Member Name="NoContent" Value="204" /><Member Name="ResetContent" Value="205" /><Member Name="PartialContent" Value="206" /><Member Name="MultipleChoices" Value="300" /><Member Name="MovedPermanently" Value="301" /><Member Name="Redirect" Value="302" /><Member Name="SeeOther" Value="303" /><Member Name="NotModified" Value="304" /><Member Name="UseProxy" Value="305" /><Member Name="Unused" Value="306" /><Member Name="TemporaryRedirect" Value="307" /><Member Name="BadRequest" Value="400" /><Member Name="Unauthorized" Value="401" /><Member Name="PaymentRequired" Value="402" /><Member Name="Forbidden" Value="403" /><Member Name="NotFound" Value="404" /><Member Name="MethodNotAllowed" Value="405" /><Member Name="NotAcceptable" Value="406" /><Member Name="ProxyAuthenticationRequired" Value="407" /><Member Name="RequestTimeout" Value="408" /><Member Name="Conflict" Value="409" /><Member Name="Gone" Value="410" /><Member Name="LengthRequired" Value="411" /><Member Name="PreconditionFailed" Value="412" /><Member Name="RequestEntityTooLarge" Value="413" /><Member Name="RequestUriTooLong" Value="414" /><Member Name="UnsupportedMediaType" Value="415" /><Member Name="RequestedRangeNotSatisfiable" Value="416" /><Member Name="ExpectationFailed" Value="417" /><Member Name="UpgradeRequired" Value="426" /><Member Name="InternalServerError" Value="500" /><Member Name="NotImplemented" Value="501" /><Member Name="BadGateway" Value="502" /><Member Name="ServiceUnavailable" Value="503" /><Member Name="GatewayTimeout" Value="504" /><Member Name="HttpVersionNotSupported" Value="505" /></EnumType></Schema><Schema Namespace="Service" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Function Name="GetCurrentUserAsync" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Office4Service.Models.User)" /><ReturnType Type="Office4Service.Models.User" /></Function><Function Name="GetMapping"><Parameter Name="Entity" Type="Edm.String" /><ReturnType Type="Office4Service.Models.DTOs.EntityMapping" /></Function><Function Name="GetValidations"><Parameter Name="Entity" Type="Edm.String"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Collection(Office4Service.Models.DTOs.ValidationRule)" /></Function><Function Name="GetUserRights" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Office4Service.Models.User)" /><ReturnType Type="Collection(Office4Service.Models.UserPermission)" /></Function><Function Name="GetCurrentUser" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Office4Service.Models.User)" /><ReturnType Type="Office4Service.Models.User" /></Function><Function Name="CreateStockTransactionItem" IsBound="true"><Parameter Name="bindingParameter" Type="Office4Service.Models.Part" /><Parameter Name="quantity" Type="Edm.Int32" Nullable="false" /><ReturnType Type="Office4Service.Models.StockTransactionItem" /></Function><Function Name="GetStockTotalForProject" IsBound="true"><Parameter Name="bindingParameter" Type="Office4Service.Models.Part" /><Parameter Name="projectNo" Type="Edm.Int64" Nullable="false" /><Parameter Name="consignmentNo" Type="Edm.Int32" Nullable="false" /><ReturnType Type="Edm.Decimal" Nullable="false" /></Function><Function Name="GetStockPartQuantity" IsBound="true"><Parameter Name="bindingParameter" Type="Office4Service.Models.Part" /><Parameter Name="projectNo" Type="Edm.Int64" Nullable="false" /><Parameter Name="addressId" Type="Edm.Int32" Nullable="false" /><ReturnType Type="Office4Service.Models.Web.StockPartQuantities" /></Function><Function Name="GetStockAlternativePartQuantity" IsBound="true"><Parameter Name="bindingParameter" Type="Office4Service.Models.Part" /><Parameter Name="projectNo" Type="Edm.Int64" Nullable="false" /><ReturnType Type="Office4Service.Models.Web.StockAlternativePartQuantities" /></Function><Function Name="GetConsignments" IsBound="true"><Parameter Name="bindingParameter" Type="Office4Service.Models.Project" /><Parameter Name="type" Type="Edm.String" /><ReturnType Type="Collection(Edm.Int32)" Nullable="false" /></Function><Function Name="GetPartsOnStock" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Office4Service.Models.Stock)" /><Parameter Name="stockNo" Type="Edm.Int64" Nullable="false" /><Parameter Name="filter" Type="Edm.String" /><ReturnType Type="Collection(Office4Service.Models.Part)" /></Function><Action Name="SaveSignature" IsBound="true"><Parameter Name="bindingParameter" Type="Office4Service.Models.StockTransaction" /><Parameter Name="signatureName" Type="Edm.String" /><Parameter Name="numberPlate" Type="Edm.String" /><Parameter Name="signatureData" Type="Edm.String" /><ReturnType Type="Edm.Boolean" Nullable="false" /></Action><Function Name="GetQrCode" IsBound="true"><Parameter Name="bindingParameter" Type="Office4Service.Models.Employee" /><ReturnType Type="System.Net.Http.HttpResponseMessage" /></Function><Function Name="GetQrCode" IsBound="true"><Parameter Name="bindingParameter" Type="Office4Service.Models.Resource" /><ReturnType Type="System.Net.Http.HttpResponseMessage" /></Function><Function Name="GetOccupied" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Office4Service.Models.Employee)" /><Parameter Name="date" Type="Edm.DateTimeOffset" Nullable="false" /><ReturnType Type="Office4Service.Models.OccupiedEmployees" /></Function><Function Name="GetCrew" IsBound="true"><Parameter Name="bindingParameter" Type="Office4Service.Models.Employee" /><Parameter Name="date" Type="Edm.DateTimeOffset"><Annotation Term="Org.OData.Core.V1.OptionalParameter" /></Parameter><ReturnType Type="Office4Service.Models.CrewResources" /></Function><Action Name="SaveSignature" IsBound="true"><Parameter Name="bindingParameter" Type="Office4Service.Models.HazardAnalysisCheck" /><Parameter Name="signatureData" Type="Edm.String" /><ReturnType Type="Edm.Boolean" Nullable="false" /></Action><Function Name="DeleteBy" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Office4Service.Models.DailyCrew)" /><Parameter Name="Date" Type="Edm.DateTimeOffset" Nullable="false" /><Parameter Name="CrewNo" Type="Edm.Int32" Nullable="false" /><ReturnType Type="Edm.Boolean" Nullable="false" /></Function><Function Name="DeleteBy" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Office4Service.Models.DailyCrewWorkOrderAssignment)" /><Parameter Name="Date" Type="Edm.DateTimeOffset" Nullable="false" /><Parameter Name="CrewNo" Type="Edm.Int32" Nullable="false" /><Parameter Name="SortOrderId" Type="Edm.Int32" Nullable="false" /><ReturnType Type="Edm.Boolean" Nullable="false" /></Function><Function Name="DeleteBy" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Office4Service.Models.DailyCrewResource)" /><Parameter Name="Date" Type="Edm.DateTimeOffset" Nullable="false" /><Parameter Name="CrewNo" Type="Edm.Int32" Nullable="false" /><Parameter Name="SortOrderId" Type="Edm.Int32" Nullable="false" /><Parameter Name="SortNo" Type="Edm.Int32" Nullable="false" /><ReturnType Type="Edm.Boolean" Nullable="false" /></Function><Action Name="CreateFromSimpleEvents" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Office4Service.Models.TimeTrackEvent)" /><Parameter Name="events" Type="Collection(CPPro.Office4.Services.Data.Controllers.SimpleEvent)" /><ReturnType Type="Collection(Office4Service.Models.TimeTrackEvent)" /></Action><Function Name="GetCustomerBookingLines" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Office4Service.Models.AccountingTransaction)" /><Parameter Name="accountTransactionFilter" Type="Office4Service.Models.Parameters.AccountTransactionFilter" /><ReturnType Type="Office4Service.Models.DTOs.CustomerLines" /></Function><Function Name="GetProjectBookingLines" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Office4Service.Models.AccountingTransaction)" /><Parameter Name="accountTransactionFilter" Type="Office4Service.Models.Parameters.AccountTransactionFilter" /><ReturnType Type="Office4Service.Models.DTOs.ProjectLines" /></Function><Function Name="GetBookingLines" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Office4Service.Models.AccountingTransaction)" /><Parameter Name="accountTransactionFilter" Type="Office4Service.Models.Parameters.AccountTransactionFilter" /><ReturnType Type="Office4Service.Models.DTOs.AccountTransactionLine" /></Function><Function Name="Export" IsBound="true"><Parameter Name="bindingParameter" Type="Office4Service.Models.Invoice" /><Parameter Name="parameters" Type="Office4Service.Models.Parameters.InvoiceReportParameters" /><Parameter Name="generationOptions" Type="Office4Service.Models.Parameters.ReportGenerationOptions" /><ReturnType Type="System.Net.Http.HttpResponseMessage" /></Function><Function Name="Export" IsBound="true"><Parameter Name="bindingParameter" Type="Office4Service.Models.Quotation" /><Parameter Name="parameters" Type="Office4Service.Models.Parameters.QuotationReportParameters" /><Parameter Name="generationOptions" Type="Office4Service.Models.Parameters.ReportGenerationOptions" /><ReturnType Type="System.Net.Http.HttpResponseMessage" /></Function><Function Name="Export" IsBound="true"><Parameter Name="bindingParameter" Type="Office4Service.Models.BillingServiceSheet" /><Parameter Name="parameters" Type="Office4Service.Models.Parameters.BillingServiceSheetReportParameters" /><Parameter Name="generationOptions" Type="Office4Service.Models.Parameters.ReportGenerationOptions" /><ReturnType Type="System.Net.Http.HttpResponseMessage" /></Function><Function Name="ExportAccount" IsBound="true"><Parameter Name="bindingParameter" Type="Office4Service.Models.Project" /><Parameter Name="parameters" Type="Office4Service.Models.Parameters.ProjectAccountReportParameters" /><Parameter Name="generationOptions" Type="Office4Service.Models.Parameters.ReportGenerationOptions" /><ReturnType Type="System.Net.Http.HttpResponseMessage" /></Function><Function Name="Export" IsBound="true"><Parameter Name="bindingParameter" Type="Office4Service.Models.Letter" /><Parameter Name="generationOptions" Type="Office4Service.Models.Parameters.ReportGenerationOptions" /><ReturnType Type="System.Net.Http.HttpResponseMessage" /></Function><Function Name="Export" IsBound="true"><Parameter Name="bindingParameter" Type="Office4Service.Models.OrderConfirmation" /><Parameter Name="parameters" Type="Office4Service.Models.Parameters.OrderConfirmationReportParameters" /><Parameter Name="generationOptions" Type="Office4Service.Models.Parameters.ReportGenerationOptions" /><ReturnType Type="System.Net.Http.HttpResponseMessage" /></Function><Function Name="Export" IsBound="true"><Parameter Name="bindingParameter" Type="Office4Service.Models.QuotationRequest" /><Parameter Name="generationOptions" Type="Office4Service.Models.Parameters.ReportGenerationOptions" /><ReturnType Type="System.Net.Http.HttpResponseMessage" /></Function><Function Name="Export" IsBound="true"><Parameter Name="bindingParameter" Type="Office4Service.Models.Address" /><Parameter Name="generationOptions" Type="Office4Service.Models.Parameters.ReportGenerationOptions" /><ReturnType Type="System.Net.Http.HttpResponseMessage" /></Function><Function Name="Export" IsBound="true"><Parameter Name="bindingParameter" Type="Office4Service.Models.WorkOrder" /><Parameter Name="parameters" Type="Office4Service.Models.Parameters.WorkOrderReportParameters" /><Parameter Name="generationOptions" Type="Office4Service.Models.Parameters.ReportGenerationOptions" /><ReturnType Type="System.Net.Http.HttpResponseMessage" /></Function><Function Name="ExportStructure" IsBound="true"><Parameter Name="bindingParameter" Type="Office4Service.Models.WorkOrder" /><Parameter Name="parameters" Type="Office4Service.Models.Parameters.WorkOrderStructureReportParameters" /><Parameter Name="generationOptions" Type="Office4Service.Models.Parameters.ReportGenerationOptions" /><ReturnType Type="System.Net.Http.HttpResponseMessage" /></Function><Function Name="ExportHazardAnalysis" IsBound="true"><Parameter Name="bindingParameter" Type="Office4Service.Models.WorkOrder" /><Parameter Name="parameters" Type="Office4Service.Models.Parameters.WorkOrderHazardAnalysisReportParameters" /><Parameter Name="generationOptions" Type="Office4Service.Models.Parameters.ReportGenerationOptions" /><ReturnType Type="System.Net.Http.HttpResponseMessage" /></Function><Function Name="ExportDailyServiceSheet" IsBound="true"><Parameter Name="bindingParameter" Type="Office4Service.Models.WorkOrder" /><Parameter Name="parameters" Type="Office4Service.Models.Parameters.WorkOrderDailyServiceSheetReportParameters" /><Parameter Name="generationOptions" Type="Office4Service.Models.Parameters.ReportGenerationOptions" /><ReturnType Type="System.Net.Http.HttpResponseMessage" /></Function><Function Name="Export" IsBound="true"><Parameter Name="bindingParameter" Type="Office4Service.Models.AccountingTransaction" /><Parameter Name="parameters" Type="Office4Service.Models.Parameters.AccountTransactionFilter" /><Parameter Name="generationOptions" Type="Office4Service.Models.Parameters.ReportGenerationOptions" /><ReturnType Type="System.Net.Http.HttpResponseMessage" /></Function><Function Name="ExportCustomer" IsBound="true"><Parameter Name="bindingParameter" Type="Office4Service.Models.AccountingTransaction" /><Parameter Name="parameters" Type="Office4Service.Models.Parameters.AccountTransactionFilter" /><Parameter Name="generationOptions" Type="Office4Service.Models.Parameters.ReportGenerationOptions" /><ReturnType Type="System.Net.Http.HttpResponseMessage" /></Function><Function Name="ExportCustomerPayment" IsBound="true"><Parameter Name="bindingParameter" Type="Office4Service.Models.AccountingTransaction" /><Parameter Name="parameters" Type="Office4Service.Models.Parameters.AccountTransactionFilter" /><Parameter Name="generationOptions" Type="Office4Service.Models.Parameters.ReportGenerationOptions" /><ReturnType Type="System.Net.Http.HttpResponseMessage" /></Function><Function Name="ExportCustomerDemand" IsBound="true"><Parameter Name="bindingParameter" Type="Office4Service.Models.AccountingTransaction" /><Parameter Name="parameters" Type="Office4Service.Models.Parameters.AccountTransactionFilter" /><Parameter Name="generationOptions" Type="Office4Service.Models.Parameters.ReportGenerationOptions" /><ReturnType Type="System.Net.Http.HttpResponseMessage" /></Function><Function Name="ExportProject" IsBound="true"><Parameter Name="bindingParameter" Type="Office4Service.Models.AccountingTransaction" /><Parameter Name="parameters" Type="Office4Service.Models.Parameters.AccountTransactionFilter" /><Parameter Name="generationOptions" Type="Office4Service.Models.Parameters.ReportGenerationOptions" /><ReturnType Type="System.Net.Http.HttpResponseMessage" /></Function><Function Name="ExportProjectPayment" IsBound="true"><Parameter Name="bindingParameter" Type="Office4Service.Models.AccountingTransaction" /><Parameter Name="parameters" Type="Office4Service.Models.Parameters.AccountTransactionFilter" /><Parameter Name="generationOptions" Type="Office4Service.Models.Parameters.ReportGenerationOptions" /><ReturnType Type="System.Net.Http.HttpResponseMessage" /></Function><Function Name="GetHasDefaultProjectAssociation" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Office4Service.Models.DirectoryOfService)" /><Parameter Name="projectNo" Type="Edm.Int64" Nullable="false" /><Parameter Name="directoryOfServicesId" Type="Edm.Int32" Nullable="false" /><Parameter Name="directoryNo" Type="Edm.String" /><ReturnType Type="Edm.String" /></Function><Function Name="GetNewVersionByNumber" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Office4Service.Models.DirectoryOfService)" /><Parameter Name="directoryNo" Type="Edm.String" /><ReturnType Type="Edm.String" /></Function><Function Name="GetByFiscalYearKey" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Office4Service.Models.BillingServiceSheetItemSummary)" /><Parameter Name="fiscalYearKey" Type="Edm.Int32" Nullable="false" /><ReturnType Type="Collection(Office4Service.Models.BillingServiceSheetItemSummary)" /></Function><Function Name="GetActiveEmployeesByDate" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Office4Service.Models.Employee)" /><Parameter Name="date" Type="Edm.DateTimeOffset" Nullable="false" /><ReturnType Type="Office4Service.Models.Employee" /></Function><Function Name="GetEmployeesIncludingWageAsync" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Office4Service.Models.Employee)" /><ReturnType Type="Office4Service.Models.Employee" /></Function><Action Name="ChangeEntityKey" IsBound="true"><Parameter Name="bindingParameter" Type="Office4Service.Models.ProjectFiscalYear" /><Parameter Name="newProjectNo" Type="Edm.Int64" Nullable="false" /><ReturnType Type="Edm.Int64" /></Action><Function Name="GetByRequestNoNotAssigned" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Office4Service.Models.Letter)" /><Parameter Name="requestNo" Type="Edm.Int64" Nullable="false" /><ReturnType Type="Collection(Office4Service.Models.Letter)" /></Function><Function Name="GetByProjectNoNotAssigned" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Office4Service.Models.Letter)" /><Parameter Name="projectNo" Type="Edm.Int64" Nullable="false" /><ReturnType Type="Collection(Office4Service.Models.Letter)" /></Function><Function Name="GetFreeNotAssigned" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Office4Service.Models.Letter)" /><Parameter Name="AddressId" Type="Edm.Int32" Nullable="false" /><ReturnType Type="Collection(Office4Service.Models.Letter)" /></Function><Function Name="GetQuotationsListAsync" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Office4Service.Models.Quotation)" /><Parameter Name="parameters" Type="Office4Service.Models.Parameters.QuotationsListParameters" /><ReturnType Type="Collection(Office4Service.Models.Quotation)" /></Function><Function Name="GetQuotationRequestsListAsync" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Office4Service.Models.QuotationRequest)" /><Parameter Name="parameters" Type="Office4Service.Models.Parameters.QuotationRequestsListParameters" /><ReturnType Type="Collection(Office4Service.Models.QuotationRequest)" /></Function><Function Name="GetWorkOrderByKey" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Office4Service.Models.WorkOrder)" /><Parameter Name="projectNo" Type="Edm.Int64" Nullable="false" /><Parameter Name="workOrderNo" Type="Edm.Int32" Nullable="false" /><ReturnType Type="Office4Service.Models.WorkOrder" /></Function><Function Name="OnAfterDelete" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Office4Service.Models.Invoice)" /><Parameter Name="parameters" Type="Office4Service.Models.Parameters.InvoiceParameters" /><ReturnType Type="Edm.Boolean" Nullable="false" /></Function><Function Name="OnAfterUpdate" IsBound="true"><Parameter Name="bindingParameter" Type="Collection(Office4Service.Models.Invoice)" /><Parameter Name="parameters" Type="Office4Service.Models.Parameters.InvoiceParameters" /><ReturnType Type="Edm.Boolean" Nullable="false" /></Function><Action Name="ExportDatevFiles"><Parameter Name="parameters" Type="Office4Service.Models.Parameters.DatevExportParameters" /><ReturnType Type="Collection(Office4Service.Models.DTOs.DatevFile)" /></Action></Schema><Schema Namespace="Office4Service" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityContainer Name="OfficeContainer"><EntitySet Name="RecordLocks" EntityType="Office4Service.Models.Office.RecordLock" /><EntitySet Name="UpdateHistories" EntityType="Office4Service.Models.UpdateHistory" /><EntitySet Name="Addresses" EntityType="Office4Service.Models.Address"><NavigationPropertyBinding Path="AddressContacts" Target="AddressContacts" /><NavigationPropertyBinding Path="ServiceItemSubcontractorPrices" Target="ServiceItemSubcontractorPrices" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="AddressContacts" EntityType="Office4Service.Models.AddressContact"><NavigationPropertyBinding Path="Address" Target="Addresses" /></EntitySet><EntitySet Name="Quotations" EntityType="Office4Service.Models.Quotation"><NavigationPropertyBinding Path="Address" Target="Addresses" /><NavigationPropertyBinding Path="FiscalYear" Target="FiscalYears" /><NavigationPropertyBinding Path="Items" Target="QuotationItems" /><NavigationPropertyBinding Path="Project" Target="Projects" /><NavigationPropertyBinding Path="QuotationProgressPlans" Target="QuotationProgressPlans" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="QuotationItems" EntityType="Office4Service.Models.QuotationItem"><NavigationPropertyBinding Path="Quantities" Target="QuotationItemQuantities" /><NavigationPropertyBinding Path="Quotation" Target="Quotations" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="QuotationItemQuantities" EntityType="Office4Service.Models.QuotationItemQuantity"><NavigationPropertyBinding Path="QuotationItem" Target="QuotationItems" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="QuotationProgressPlans" EntityType="Office4Service.Models.QuotationProgressPlan"><NavigationPropertyBinding Path="Quotation" Target="Quotations" /></EntitySet><EntitySet Name="DocumentItemTypes" EntityType="Office4Service.Models.DocumentItemType" /><EntitySet Name="DiscountTemplates" EntityType="Office4Service.Models.DiscountTemplate"><NavigationPropertyBinding Path="DiscountTemplateItems" Target="DiscountTemplateItems" /></EntitySet><EntitySet Name="DiscountTemplateItems" EntityType="Office4Service.Models.DiscountTemplateItem"><NavigationPropertyBinding Path="DiscountTemplate" Target="DiscountTemplates" /></EntitySet><EntitySet Name="Projects" EntityType="Office4Service.Models.Project"><NavigationPropertyBinding Path="AccountingTransactions" Target="AccountingTransactions" /><NavigationPropertyBinding Path="Address" Target="Addresses" /><NavigationPropertyBinding Path="BillingServiceSheets" Target="BillingServiceSheets" /><NavigationPropertyBinding Path="ContactEvents" Target="ContactEvents" /><NavigationPropertyBinding Path="ContractBudgets" Target="ContractBudgets" /><NavigationPropertyBinding Path="ContractConfiguration" Target="ContractConfigurations" /><NavigationPropertyBinding Path="CostEstimations" Target="CostEstimations" /><NavigationPropertyBinding Path="CreditNotes" Target="CreditNotes" /><NavigationPropertyBinding Path="DailyCrewWorkOrderAssignments" Target="DailyCrewWorkOrderAssignments" /><NavigationPropertyBinding Path="DeliveryNotes" Target="DeliveryNotes" /><NavigationPropertyBinding Path="DirectoryOfServicesAssociations" Target="DirectoryOfServicesProjectAssociations" /><NavigationPropertyBinding Path="Discounts" Target="DiscountItems" /><NavigationPropertyBinding Path="Dunnings" Target="Dunnings" /><NavigationPropertyBinding Path="Invoices" Target="Invoices" /><NavigationPropertyBinding Path="LastFiscalYear" Target="FiscalYears" /><NavigationPropertyBinding Path="Letters" Target="Letters" /><NavigationPropertyBinding Path="ObjectSection" Target="ObjectSection" /><NavigationPropertyBinding Path="OrderConfirmations" Target="OrderConfirmations" /><NavigationPropertyBinding Path="ProjectDetail" Target="ProjectFiscalYears" /><NavigationPropertyBinding Path="ProjectDetails" Target="ProjectFiscalYears" /><NavigationPropertyBinding Path="PurchaserInvoices" Target="PurchaseInvoices" /><NavigationPropertyBinding Path="RecurringCharges" Target="RecurringCharges" /><NavigationPropertyBinding Path="ServiceSheetProgressHistory" Target="ServiceSheetProgressHistory" /><NavigationPropertyBinding Path="Stock" Target="Stocks" /><NavigationPropertyBinding Path="WorkOrders" Target="WorkOrders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="ProjectFiscalYears" EntityType="Office4Service.Models.ProjectFiscalYear"><NavigationPropertyBinding Path="Address" Target="Addresses" /><NavigationPropertyBinding Path="FiscalAccountRevenue" Target="FiscalAccountRevenues" /><NavigationPropertyBinding Path="FiscalYear" Target="FiscalYears" /><NavigationPropertyBinding Path="Invoices" Target="Invoices" /><NavigationPropertyBinding Path="Project" Target="Projects" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="ObjectSection" EntityType="Office4Service.Models.ObjectSection"><NavigationPropertyBinding Path="Project" Target="Projects" /><NavigationPropertyBinding Path="QuotationRequest" Target="QuotationRequests" /></EntitySet><EntitySet Name="QuotationRequests" EntityType="Office4Service.Models.QuotationRequest"><NavigationPropertyBinding Path="Address" Target="Addresses" /><NavigationPropertyBinding Path="BillingRequest" Target="BillingRequests" /><NavigationPropertyBinding Path="ObjectSection" Target="ObjectSection" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="BillingRequests" EntityType="Office4Service.Models.BillingRequest"><NavigationPropertyBinding Path="QuotationRequest" Target="QuotationRequests" /></EntitySet><EntitySet Name="BillingServiceSheets" EntityType="Office4Service.Models.BillingServiceSheet"><NavigationPropertyBinding Path="Address" Target="Addresses" /><NavigationPropertyBinding Path="Items" Target="BillingServiceSheetItems" /><NavigationPropertyBinding Path="Project" Target="Projects" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="BillingServiceSheetItems" EntityType="Office4Service.Models.BillingServiceSheetItem"><NavigationPropertyBinding Path="BillingServiceSheet" Target="BillingServiceSheets" /><NavigationPropertyBinding Path="SubItems" Target="BillingServiceSheetSubItems" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="BillingServiceSheetItemSummaries" EntityType="Office4Service.Models.BillingServiceSheetItemSummary"><NavigationPropertyBinding Path="Project" Target="Projects" /><NavigationPropertyBinding Path="ProjectDetail" Target="ProjectFiscalYears" /></EntitySet><EntitySet Name="BillingServiceSheetSubItems" EntityType="Office4Service.Models.BillingServiceSheetSubItem"><NavigationPropertyBinding Path="BillingServiceSheet" Target="BillingServiceSheets" /><NavigationPropertyBinding Path="BillingServiceSheetItem" Target="BillingServiceSheetItems" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="TechnicalContacts" EntityType="Office4Service.Models.TechnicalContact"><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="BusinessUnits1" EntityType="Office4Service.Models.BusinessUnit1"><NavigationPropertyBinding Path="Stock" Target="Stocks" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="BusinessUnits2" EntityType="Office4Service.Models.BusinessUnit2"><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="BankAccounts" EntityType="Office4Service.Models.BankAccount" /><EntitySet Name="CrewTemplates" EntityType="Office4Service.Models.CrewTemplate"><NavigationPropertyBinding Path="CrewLeader" Target="Employees" /></EntitySet><EntitySet Name="WorkingAreas" EntityType="Office4Service.Models.WorkingArea" /><EntitySet Name="FiscalYears" EntityType="Office4Service.Models.FiscalYear"><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="FiscalAccountRevenues" EntityType="Office4Service.Models.FiscalAccountRevenue" /><EntitySet Name="Currencies" EntityType="Office4Service.Models.Currency"><NavigationPropertyBinding Path="FiscalYear" Target="FiscalYears" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="MeasuringUnits" EntityType="Office4Service.Models.MeasuringUnit"><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CreditNotes" EntityType="Office4Service.Models.CreditNote"><NavigationPropertyBinding Path="Address" Target="Addresses" /><NavigationPropertyBinding Path="CreditNoteItems" Target="CreditNoteItems" /><NavigationPropertyBinding Path="Project" Target="Projects" /></EntitySet><EntitySet Name="CreditNoteItems" EntityType="Office4Service.Models.CreditNoteItem"><NavigationPropertyBinding Path="CreditNote" Target="CreditNotes" /></EntitySet><EntitySet Name="DirectoryOfServices" EntityType="Office4Service.Models.DirectoryOfService"><NavigationPropertyBinding Path="ProjectAssociations" Target="DirectoryOfServicesProjectAssociations" /><NavigationPropertyBinding Path="ServiceItems" Target="ServiceItems" /><NavigationPropertyBinding Path="ServiceItemSubcontractorPrices" Target="ServiceItemSubcontractorPrices" /></EntitySet><EntitySet Name="ServiceItemGroups" EntityType="Office4Service.Models.ServiceItemGroup"><NavigationPropertyBinding Path="BillingServiceSheetItems" Target="BillingServiceSheetItems" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="ServiceItems" EntityType="Office4Service.Models.ServiceItem"><NavigationPropertyBinding Path="Address" Target="Addresses" /><NavigationPropertyBinding Path="DirectoryOfService" Target="DirectoryOfServices" /><NavigationPropertyBinding Path="Project" Target="Projects" /><NavigationPropertyBinding Path="ServiceItemSubcontractorPrices" Target="ServiceItemSubcontractorPrices" /></EntitySet><EntitySet Name="DirectoryOfServicesProjectAssociations" EntityType="Office4Service.Models.DirectoryOfServicesProjectAssociation"><NavigationPropertyBinding Path="Address" Target="Addresses" /><NavigationPropertyBinding Path="DirectoryOfService" Target="DirectoryOfServices" /><NavigationPropertyBinding Path="Project" Target="Projects" /></EntitySet><EntitySet Name="ServiceItemSubcontractorPrices" EntityType="Office4Service.Models.ServiceItemSubcontractorPrice"><NavigationPropertyBinding Path="Address" Target="Addresses" /><NavigationPropertyBinding Path="DirectoryOfService" Target="DirectoryOfServices" /><NavigationPropertyBinding Path="Project" Target="Projects" /><NavigationPropertyBinding Path="ServiceItem" Target="ServiceItems" /></EntitySet><EntitySet Name="CustomerGroup1" EntityType="Office4Service.Models.CustomerGroup1"><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CustomerGroup2" EntityType="Office4Service.Models.CustomerGroup2"><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="DunningProfiles" EntityType="Office4Service.Models.DunningProfile" /><EntitySet Name="TextTemplates" EntityType="Office4Service.Models.TextTemplate" /><EntitySet Name="ContactEvents" EntityType="Office4Service.Models.ContactEvent"><NavigationPropertyBinding Path="Project" Target="Projects" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="Invoices" EntityType="Office4Service.Models.Invoice"><NavigationPropertyBinding Path="Address" Target="Addresses" /><NavigationPropertyBinding Path="Bank" Target="BankAccounts" /><NavigationPropertyBinding Path="FiscalAccountRevenue" Target="FiscalAccountRevenues" /><NavigationPropertyBinding Path="Items" Target="InvoiceItems" /><NavigationPropertyBinding Path="Project" Target="Projects" /><NavigationPropertyBinding Path="ProjectDetail" Target="ProjectFiscalYears" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="InvoiceItems" EntityType="Office4Service.Models.InvoiceItem"><NavigationPropertyBinding Path="FiscalYear" Target="FiscalYears" /><NavigationPropertyBinding Path="Invoice" Target="Invoices" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="DocumentSubTotals" EntityType="Office4Service.Models.DocumentSubTotal" /><EntitySet Name="DeliveryNotes" EntityType="Office4Service.Models.DeliveryNote"><NavigationPropertyBinding Path="Address" Target="Addresses" /><NavigationPropertyBinding Path="Project" Target="Projects" /><NavigationPropertyBinding Path="StockTransaction" Target="StockTransactions" /></EntitySet><EntitySet Name="HazardAnalysisTexts" EntityType="Office4Service.Models.HazardAnalysisText"><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="HazardAnalysisCheck" EntityType="Office4Service.Models.HazardAnalysisCheck"><NavigationPropertyBinding Path="Employee" Target="Employees" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PublicHolidays" EntityType="Office4Service.Models.PublicHoliday"><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="Letters" EntityType="Office4Service.Models.Letter"><NavigationPropertyBinding Path="Address" Target="Addresses" /><NavigationPropertyBinding Path="FiscalYear" Target="FiscalYears" /><NavigationPropertyBinding Path="Project" Target="Projects" /><NavigationPropertyBinding Path="QuotationRequest" Target="QuotationRequests" /><NavigationPropertyBinding Path="SerialLetterAddresses" Target="SerialLetterAddresses" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="DebitorCreditorNumberRanges" EntityType="Office4Service.Models.DebitorCreditorNumberRange"><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WageTypes" EntityType="Office4Service.Models.WageType"><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PaymentTerms" EntityType="Office4Service.Models.PaymentTerms"><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="TranslationLanguages" EntityType="Office4Service.Models.TranslationLanguage" /><EntitySet Name="TranslationTextItems" EntityType="Office4Service.Models.TranslationTextItem" /><EntitySet Name="RequestStatus" EntityType="Office4Service.Models.RequestStatus"><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CostEstimations" EntityType="Office4Service.Models.CostEstimation"><NavigationPropertyBinding Path="Address" Target="Addresses" /><NavigationPropertyBinding Path="Project" Target="Projects" /></EntitySet><EntitySet Name="CostEstimationServiceTypes" EntityType="Office4Service.Models.CostEstimationServiceType" /><EntitySet Name="CostEstimationServiceItems" EntityType="Office4Service.Models.CostEstimationServiceItem" /><EntitySet Name="OrderConfirmations" EntityType="Office4Service.Models.OrderConfirmation"><NavigationPropertyBinding Path="Address" Target="Addresses" /><NavigationPropertyBinding Path="FiscalYear" Target="FiscalYears" /><NavigationPropertyBinding Path="Items" Target="OrderConfirmationItems" /><NavigationPropertyBinding Path="Project" Target="Projects" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OrderConfirmationItems" EntityType="Office4Service.Models.OrderConfirmationItem"><NavigationPropertyBinding Path="OrderConfirmation" Target="OrderConfirmations" /><NavigationPropertyBinding Path="Quantities" Target="OrderConfirmationItemQuantities" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OrderConfirmationItemQuantities" EntityType="Office4Service.Models.OrderConfirmationItemQuantity"><NavigationPropertyBinding Path="OrderConfirmation" Target="OrderConfirmations" /><NavigationPropertyBinding Path="OrderConfirmationItem" Target="OrderConfirmationItems" /></EntitySet><EntitySet Name="UISettingsAndDynamicData" EntityType="Office4Service.Models.UISettingsAndDynamicData"><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="ResourceAbsenceTypes" EntityType="Office4Service.Models.ResourceAbsenceType" /><EntitySet Name="Dunnings" EntityType="Office4Service.Models.Dunning"><NavigationPropertyBinding Path="Address" Target="Addresses" /><NavigationPropertyBinding Path="DunningItems" Target="DunningItems" /><NavigationPropertyBinding Path="Project" Target="Projects" /></EntitySet><EntitySet Name="DunningItems" EntityType="Office4Service.Models.DunningItem"><NavigationPropertyBinding Path="Dunning" Target="Dunnings" /><NavigationPropertyBinding Path="Project" Target="Projects" /></EntitySet><EntitySet Name="SerialLetterAddresses" EntityType="Office4Service.Models.SerialLetterAddress"><NavigationPropertyBinding Path="Address" Target="Addresses" /><NavigationPropertyBinding Path="FiscalYear" Target="FiscalYears" /><NavigationPropertyBinding Path="Letter" Target="Letters" /></EntitySet><EntitySet Name="ServiceSheetProgressHistory" EntityType="Office4Service.Models.ServiceSheetProgressHistory" /><EntitySet Name="ContractBudgets" EntityType="Office4Service.Models.ContractBudget"><NavigationPropertyBinding Path="Project" Target="Projects" /></EntitySet><EntitySet Name="ContractServiceSheets" EntityType="Office4Service.Models.ContractServiceSheet"><NavigationPropertyBinding Path="ContractBudget" Target="ContractBudgets" /><NavigationPropertyBinding Path="DismantlingSubcontractorAddress" Target="Addresses" /><NavigationPropertyBinding Path="MountingSubcontractorAddress" Target="Addresses" /><NavigationPropertyBinding Path="Project" Target="Projects" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PurchaseInvoices" EntityType="Office4Service.Models.PurchaseInvoice"><NavigationPropertyBinding Path="Address" Target="Addresses" /><NavigationPropertyBinding Path="FiscalYear" Target="FiscalYears" /><NavigationPropertyBinding Path="Items" Target="PurchaseInvoiceItems" /><NavigationPropertyBinding Path="Project" Target="Projects" /><NavigationPropertyBinding Path="StockTransaction" Target="StockTransactions" /></EntitySet><EntitySet Name="PurchaseInvoiceItems" EntityType="Office4Service.Models.PurchaseInvoiceItem"><NavigationPropertyBinding Path="PurchaseInvoice" Target="PurchaseInvoices" /></EntitySet><EntitySet Name="RecurringCharges" EntityType="Office4Service.Models.RecurringCharge"><NavigationPropertyBinding Path="Address" Target="Addresses" /><NavigationPropertyBinding Path="Project" Target="Projects" /><NavigationPropertyBinding Path="ProjectDetail" Target="ProjectFiscalYears" /></EntitySet><EntitySet Name="ContractConfigurations" EntityType="Office4Service.Models.ContractConfiguration"><NavigationPropertyBinding Path="Project" Target="Projects" /></EntitySet><EntitySet Name="TaxKeys" EntityType="Office4Service.Models.TaxKey" /><EntitySet Name="AccountingTransactions" EntityType="Office4Service.Models.AccountingTransaction"><NavigationPropertyBinding Path="Bank" Target="BankAccounts" /><NavigationPropertyBinding Path="Part" Target="Parts" /><NavigationPropertyBinding Path="Project" Target="Projects" /></EntitySet><EntitySet Name="ProjectManagerViewedItems" EntityType="Office4Service.Models.Office.ProjectManagerViewedItem" /><EntitySet Name="DiscountItems" EntityType="Office4Service.Models.DiscountItem"><NavigationPropertyBinding Path="Project" Target="Projects" /></EntitySet><EntitySet Name="ResourceAbsences" EntityType="Office4Service.Models.ResourceAbsence"><NavigationPropertyBinding Path="ResourceAbsenceType" Target="ResourceAbsenceTypes" /></EntitySet><EntitySet Name="EmployeeScheduledAbsences" EntityType="Office4Service.Models.EmployeeScheduledAbsence"><NavigationPropertyBinding Path="Employee" Target="Employees" /></EntitySet><EntitySet Name="Stocks" EntityType="Office4Service.Models.Stock"><NavigationPropertyBinding Path="DestinationStockTransactionItems" Target="StockTransactionItems" /><NavigationPropertyBinding Path="DestinationStockTransactions" Target="StockTransactions" /><NavigationPropertyBinding Path="Project" Target="Projects" /><NavigationPropertyBinding Path="SourceStockTransactionItems" Target="StockTransactionItems" /><NavigationPropertyBinding Path="SourceStockTransactions" Target="StockTransactions" /></EntitySet><EntitySet Name="StockTransactions" EntityType="Office4Service.Models.StockTransaction"><NavigationPropertyBinding Path="Address" Target="Addresses" /><NavigationPropertyBinding Path="DestinationStock" Target="Stocks" /><NavigationPropertyBinding Path="Items" Target="StockTransactionItems" /><NavigationPropertyBinding Path="Project" Target="Projects" /><NavigationPropertyBinding Path="SourceStock" Target="Stocks" /><NavigationPropertyBinding Path="TransactionSubType" Target="StockTransactionSubTypes" /><NavigationPropertyBinding Path="TransactionType" Target="StockTransactionTypes" /></EntitySet><EntitySet Name="StockTransactionItems" EntityType="Office4Service.Models.StockTransactionItem"><NavigationPropertyBinding Path="DestinationStock" Target="Stocks" /><NavigationPropertyBinding Path="Part" Target="Parts" /><NavigationPropertyBinding Path="SourceStock" Target="Stocks" /><NavigationPropertyBinding Path="StockTransaction" Target="StockTransactions" /></EntitySet><EntitySet Name="StockTransactionTypes" EntityType="Office4Service.Models.StockTransactionType"><NavigationPropertyBinding Path="StockTransactionSubTypes" Target="StockTransactionSubTypes" /></EntitySet><EntitySet Name="StockTransactionSubTypes" EntityType="Office4Service.Models.StockTransactionSubType"><NavigationPropertyBinding Path="StockTransactionType" Target="StockTransactionTypes" /></EntitySet><EntitySet Name="Parts" EntityType="Office4Service.Models.Part"><NavigationPropertyBinding Path="StockTransactionItems" Target="StockTransactionItems" /></EntitySet><EntitySet Name="Users" EntityType="Office4Service.Models.User"><NavigationPropertyBinding Path="Employee" Target="Employees" /><NavigationPropertyBinding Path="Permissions" Target="UserPermissions" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PreferencesCostingModule" EntityType="Office4Service.Models.PreferencesCostingModule"><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PreferencesProjectModule" EntityType="Office4Service.Models.PreferencesProjectModule"><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PreferencesWarehouseModule" EntityType="Office4Service.Models.PreferencesWarehouseModule" /><EntitySet Name="ReportSettings" EntityType="Office4Service.Models.ReportSetting"><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="ReportLayouts" EntityType="Office4Service.Models.Office.ReportLayout"><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="Employees" EntityType="Office4Service.Models.Employee"><NavigationPropertyBinding Path="EmployeeScheduledAbsences" Target="EmployeeScheduledAbsences" /><NavigationPropertyBinding Path="TimeTrackEvents" Target="TimeTrackEvents" /><NavigationPropertyBinding Path="WorkingHours" Target="WorkingHours" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="Resources" EntityType="Office4Service.Models.Resource"><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="DailyCrews" EntityType="Office4Service.Models.DailyCrew"><NavigationPropertyBinding Path="Assignments" Target="DailyCrewWorkOrderAssignments" /><NavigationPropertyBinding Path="Resources" Target="DailyCrewResources" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="DailyCrewResources" EntityType="Office4Service.Models.DailyCrewResource"><NavigationPropertyBinding Path="Crew" Target="DailyCrews" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="DailyCrewWorkOrderAssignments" EntityType="Office4Service.Models.DailyCrewWorkOrderAssignment"><NavigationPropertyBinding Path="Crew" Target="DailyCrews" /><NavigationPropertyBinding Path="Project" Target="Projects" /><NavigationPropertyBinding Path="WorkOrder" Target="WorkOrders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="ExtraLaborPayDefinitions" EntityType="Office4Service.Models.ExtraLaborPayDefinition" /><EntitySet Name="WorkOrders" EntityType="Office4Service.Models.WorkOrder"><NavigationPropertyBinding Path="BillingServiceSheet" Target="BillingServiceSheets" /><NavigationPropertyBinding Path="DailyCrewAssignments" Target="DailyCrewWorkOrderAssignments" /><NavigationPropertyBinding Path="DefaultCrew" Target="CrewTemplates" /><NavigationPropertyBinding Path="Project" Target="Projects" /><NavigationPropertyBinding Path="WorkOrderServiceSheet" Target="WorkOrderServiceSheets" /><NavigationPropertyBinding Path="WorkOrderStatuses" Target="WorkOrderStatus" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WorkOrderStatus" EntityType="Office4Service.Models.WorkOrderStatus"><NavigationPropertyBinding Path="WorkOrder" Target="WorkOrders" /></EntitySet><EntitySet Name="WorkOrderStatusTemplate" EntityType="Office4Service.Models.WorkOrderStatusTemplate"><NavigationPropertyBinding Path="User" Target="Users" /></EntitySet><EntitySet Name="WorkOrderServiceSheets" EntityType="Office4Service.Models.WorkOrderServiceSheet"><NavigationPropertyBinding Path="BillingServiceSheet" Target="BillingServiceSheets" /><NavigationPropertyBinding Path="Project" Target="Projects" /><NavigationPropertyBinding Path="WorkOrderHours" Target="WorkOrderHours" /><NavigationPropertyBinding Path="WorkOrders" Target="WorkOrders" /><NavigationPropertyBinding Path="WorkOrderServiceSheetItems" Target="WorkOrderServiceSheetItems" /></EntitySet><EntitySet Name="WorkOrderServiceSheetItems" EntityType="Office4Service.Models.WorkOrderServiceSheetItem"><NavigationPropertyBinding Path="WorkOrderServiceSheet" Target="WorkOrderServiceSheets" /></EntitySet><EntitySet Name="WorkOrderOperations" EntityType="Office4Service.Models.WorkOrderOperation"><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WorkOrderHours" EntityType="Office4Service.Models.WorkOrderHour"><NavigationPropertyBinding Path="Employee" Target="Employees" /><NavigationPropertyBinding Path="Project" Target="Projects" /><NavigationPropertyBinding Path="WorkOrderServiceSheet" Target="WorkOrderServiceSheets" /></EntitySet><EntitySet Name="WorkingHourRestPeriods" EntityType="Office4Service.Models.WorkingHourRestPeriod"><NavigationPropertyBinding Path="Employee" Target="Employees" /></EntitySet><EntitySet Name="WorkingHours" EntityType="Office4Service.Models.WorkingHour"><NavigationPropertyBinding Path="ContractServiceSheet" Target="ContractServiceSheets" /><NavigationPropertyBinding Path="Employee" Target="Employees" /><NavigationPropertyBinding Path="FiscalYear" Target="FiscalYears" /><NavigationPropertyBinding Path="ProjectDetail" Target="ProjectFiscalYears" /><NavigationPropertyBinding Path="WorkOrder" Target="WorkOrders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="TimeTrackEvents" EntityType="Office4Service.Models.TimeTrackEvent"><NavigationPropertyBinding Path="Project" Target="Projects" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="ChecklistTemplates" EntityType="Office4Service.Models.ChecklistTemplate"><NavigationPropertyBinding Path="Items" Target="ChecklistTemplateItems" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="ChecklistTemplateItems" EntityType="Office4Service.Models.ChecklistTemplateItem"><NavigationPropertyBinding Path="TaskTemplate" Target="ChecklistTemplates" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="Checklists" EntityType="Office4Service.Models.Checklist"><NavigationPropertyBinding Path="Items" Target="ChecklistItems" /><NavigationPropertyBinding Path="Project" Target="Projects" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="ChecklistItems" EntityType="Office4Service.Models.ChecklistItem"><NavigationPropertyBinding Path="Task" Target="Checklists" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GetFiles" EntityType="Office4Service.Models.DocumentManager.FileGet"><NavigationPropertyBinding Path="Children" Target="GetFiles" /><NavigationPropertyBinding Path="FileData" Target="FileData" /></EntitySet><EntitySet Name="FileData" EntityType="Office4Service.Models.DocumentManager.FileData" /><EntitySet Name="PostFiles" EntityType="Office4Service.Models.DocumentManager.FilePost" /><EntitySet Name="PostLargeFiles" EntityType="Office4Service.Models.DocumentManager.LargeFilePost" /><EntitySet Name="UserPermissions" EntityType="Office4Service.Models.UserPermission"><NavigationPropertyBinding Path="User" Target="Users" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>Timestamp</PropertyPath></Collection></Annotation></EntitySet><FunctionImport Name="GetMapping" Function="Service.GetMapping" IncludeInServiceDocument="true" /><FunctionImport Name="GetValidations" Function="Service.GetValidations" IncludeInServiceDocument="true" /><ActionImport Name="ExportDatevFiles" Action="Service.ExportDatevFiles" /></EntityContainer></Schema></edmx:DataServices></edmx:Edmx>