<?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="Odyssey" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="Acknowledgement" Abstract="true"><Key><PropertyRef Name="XK_PK" /></Key><Property Name="XK_PK" Type="Edm.Guid" Nullable="false" /><Property Name="XK_IsCancelled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="XK_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="XK_RuleID" Type="Edm.Guid" Nullable="false" /><Property Name="XK_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="XK_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XK_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="XK_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XK_Warning" Type="Edm.String" Nullable="false" /><Annotation Term="Glow.TableCode" String="XK" /></EntityType><EntityType Name="G7Acknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GlbPersonLanguage" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="G7_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GAAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GlbStaffHoliday" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GA_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="AddOnValue" Abstract="true"><Key><PropertyRef Name="XV_PK" /></Key><Property Name="XV_PK" Type="Edm.Guid" Nullable="false" /><Property Name="XV_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="XV_Data" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="XV_DataAsDecimal" Type="Edm.Decimal" Precision="18" Scale="2"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="XV_IsRuleEnabled" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="XV_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="60" Unicode="false" /><Property Name="XV_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="XV_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="XV_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XV_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="XV_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XV_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XV_XR_Rule" Type="Edm.Guid" /><Annotation Term="Glow.TableCode" String="XV" /></EntityType><EntityType Name="GAAddOnValue" BaseType="Odyssey.AddOnValue"><NavigationProperty Name="Parent" Type="Odyssey.GlbStaffHoliday" Nullable="false" Partner="AddOnValues"><ReferentialConstraint Property="XV_ParentID" ReferencedProperty="GA_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XV_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XV_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="Log" Abstract="true"><Key><PropertyRef Name="SL_PK" /></Key><Property Name="SL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="SL_DataSource" Type="Edm.String" DefaultValue="G" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_EventTime" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="SL_EventTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="SL_FireWorkflow" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="SL_GB_NKBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="SL_GE_NKDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="SL_GS_NKUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="SL_IsCancelled" Type="Edm.String" DefaultValue="N" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_IsEstimate" Type="Edm.String" DefaultValue="N" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_Parent" Type="Edm.Guid" Nullable="false" /><Property Name="SL_PostedTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="SL_Reference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" Unicode="false" /><Property Name="SL_SE_NKEvent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.TableCode" String="SL" /></EntityType><EntityType Name="GALog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.GlbStaffHoliday" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="GA_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="WorkflowTask" Abstract="true"><Key><PropertyRef Name="P9_PK" /></Key><Property Name="P9_PK" Type="Edm.Guid" Nullable="false" /><Property Name="P9_ActualDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_ActualDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_ActualDuration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Duration</EnumMember></Annotation></Property><Property Name="P9_CompletedTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="P9_EstDuration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Duration</EnumMember></Annotation></Property><Property Name="P9_EstimateVariationFactor" Type="Edm.Decimal" Nullable="false" Precision="5" Scale="2" /><Property Name="P9_FH_ProcessHeader" Type="Edm.Guid" /><Property Name="P9_G4_RequiredCapability" Type="Edm.Guid" /><Property Name="P9_GS_NKAssignedStaffMember" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_IsPublished" Type="Edm.Boolean" Nullable="false" /><Property Name="P9_IsValid" Type="Edm.Boolean" Nullable="false" /><Property Name="P9_Outcome" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_ParentID" Type="Edm.Guid" /><Property Name="P9_SE_NKTaskCompletionEvent" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_Sequence" Type="Edm.Int32" Nullable="false" /><Property Name="P9_Status" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SuspendedAt" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_SuspendedAtUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemCreateUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemLastEditUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_TotalSuspendedDuration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="IsSelf" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged1" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged2" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged3" Type="Edm.Boolean" Nullable="false" /><Property Name="P9_Notes" Type="Edm.Stream"><Annotation Term="Glow.DefaultContentType" String="application/rtf" /></Property><Annotation Term="Glow.TableCode" String="P9" /></EntityType><EntityType Name="GAWorkflowTask" BaseType="Odyssey.WorkflowTask"><NavigationProperty Name="Parent" Type="Odyssey.GlbStaffHoliday" Partner="WorkflowTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="GA_PK" /></NavigationProperty><NavigationProperty Name="AssignedStaffMember" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_GS_NKAssignedStaffMember" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="TaskCompletionEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKTaskCompletionEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GBAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GlbBranch" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GBBAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GlbBeneficiaryBranchDepartment" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GBB_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="Holiday" Abstract="true"><Key><PropertyRef Name="GH_PK" /></Key><Property Name="GH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GH_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GH_Date" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="GH_HolidayName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" Unicode="false" /><Property Name="GH_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GH_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GH_IsWorkingDay" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GH_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="GH_RecurrDay" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GH_Recurring" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GH_RecurrMonth" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GH_RecurrType" Type="Edm.String" DefaultValue="DAT" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GH_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GH_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GH_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GH_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.TableCode" String="GH" /></EntityType><EntityType Name="GBHoliday" BaseType="Odyssey.Holiday"><NavigationProperty Name="Parent" Type="Odyssey.GlbBranch" Nullable="false" Partner="Holidays"><ReferentialConstraint Property="GH_ParentID" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GH_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GH_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GCAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GlbCompany" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GCLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.GlbCompany" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="GCRAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GlbStaffChangeRequest" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GCR_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GCRLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.GlbStaffChangeRequest" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="GCR_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="GCRWorkflowTask" BaseType="Odyssey.WorkflowTask"><NavigationProperty Name="Parent" Type="Odyssey.GlbStaffChangeRequest" Partner="WorkflowTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="GCR_PK" /></NavigationProperty><NavigationProperty Name="AssignedStaffMember" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_GS_NKAssignedStaffMember" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="TaskCompletionEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKTaskCompletionEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GEAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GlbDepartment" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GE_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GEGAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GlbStaffEntitlementGroup" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GEG_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GEHAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GlbEmploymentHistory" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GEH_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GELAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GlbEmploymentLocation" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GEL_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GETAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GlbEmploymentTeam" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GET_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GEWAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GlbStaffEntitlementType" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GEW_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GGDAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GlbStaffChangeRequestTemplateDocument" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GGD_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GGIAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GlbStaffChangeRequestTemplateItem" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GGI_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GHBAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GlbEmployingBranchDepartment" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GHB_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GHHAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GlbHolidaySourceHistory" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GHH_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GHSAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GlbHolidaySource" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GHS_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GHSHoliday" BaseType="Odyssey.Holiday"><NavigationProperty Name="Parent" Type="Odyssey.GlbHolidaySource" Nullable="false" Partner="Holidays"><ReferentialConstraint Property="GH_ParentID" ReferencedProperty="GHS_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GH_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GH_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GKAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GlbGroupLink" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GK_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GlbBeneficiaryBranchDepartment"><Key><PropertyRef Name="GBB_PK" /></Key><Property Name="GBB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GBB_AutoEffectiveEndDate" Type="Edm.DateTimeOffset" /><Property Name="GBB_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GBB_EffectiveDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="GBB_GB_Branch" Type="Edm.Guid" /><Property Name="GBB_GE_Department" Type="Edm.Guid" /><Property Name="GBB_GS_Staff" Type="Edm.Guid" Nullable="false" /><Property Name="GBB_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GBB_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GBB_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GBB_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="IsSelf" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged1" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged2" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged3" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="Staff" Type="Odyssey.GlbStaff" Nullable="false" Partner="GlbBeneficiaryBranchDepartments"><ReferentialConstraint Property="GBB_GS_Staff" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GBB_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GBB_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GBBAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Branch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="GBB_GB_Branch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="Department" Type="Odyssey.GlbDepartmentInfo"><ReferentialConstraint Property="GBB_GE_Department" ReferencedProperty="GE_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="GBB" /></EntityType><EntityType Name="GlbBranch"><Key><PropertyRef Name="GB_PK" /></Key><Property Name="GB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GB_AccountingGroupCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GB_Address1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="GB_Address2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="GB_AddressMap" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="GB_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GB_BranchName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="GB_City" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><Property Name="GB_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="GB_Email" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="GB_Fax" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="GB_GC" Type="Edm.Guid" Nullable="false" /><Property Name="GB_GeoLocation" Type="Edm.String" DefaultValue="POINT EMPTY" Nullable="false" /><Property Name="GB_InternalExtension" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="GB_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GB_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GB_LocalDocLanguage" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GB_OA_AddressProxy" Type="Edm.Guid" /><Property Name="GB_OH_OrgProxy" Type="Edm.Guid" /><Property Name="GB_Phone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="GB_PostCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="GB_RL_NKHomePort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="GB_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="GB_State" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><Property Name="GB_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GB_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GB_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GB_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GB_ValidationStatus" Type="Edm.String" DefaultValue="NYV" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GB_WebAddress" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="60" Unicode="false" /><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompany" Nullable="false"><ReferentialConstraint Property="GB_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="AddressProxy" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="GB_OA_AddressProxy" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="OrgProxy" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="GB_OH_OrgProxy" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="HomePort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="GB_RL_NKHomePort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="GB_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GB_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GB_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Holidays" Type="Collection(Odyssey.GBHoliday)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GBAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IGlbBranchInfo" /><Annotation Term="Glow.TableCode" String="GB" /></EntityType><EntityType Name="GlbBranchInfo"><Key><PropertyRef Name="GB_PK" /></Key><Property Name="GB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GB_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="GB_BranchName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="GB_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GB_AccountingGroupCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GB_Address1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="GB_Address2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="GB_City" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><Property Name="GB_GC" Type="Edm.Guid" Nullable="false" /><Property Name="GB_GeoLocation" Type="Edm.String" DefaultValue="POINT EMPTY" Nullable="false" /><Property Name="GB_OH_OrgProxy" Type="Edm.Guid" /><Property Name="GB_PostCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="GB_RL_NKHomePort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="GB_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="GB_State" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="GB_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="OrgProxy" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="GB_OH_OrgProxy" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="HomePort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="GB_RL_NKHomePort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="GB_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IGlbBranch" /><Annotation Term="Glow.TableCode" String="GB" /></EntityType><EntityType Name="GlbCapabilityInfo"><Key><PropertyRef Name="G4_PK" /></Key><Property Name="G4_PK" Type="Edm.Guid" Nullable="false" /><Property Name="G4_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="G4_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="G4_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IGlbCapability" /><Annotation Term="Glow.TableCode" String="G4" /></EntityType><EntityType Name="GlbCompany"><Key><PropertyRef Name="GC_PK" /></Key><Property Name="GC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GC_Address1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="GC_Address2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="GC_AddressMap" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="GC_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GC_BusinessRegNo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="GC_BusinessRegNo2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="GC_City" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><Property Name="GC_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="GC_CustomsRegistrationNo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="GC_Email" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="GC_Fax" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="GC_GeoLocation" Type="Edm.String" DefaultValue="POINT EMPTY" Nullable="false" /><Property Name="GC_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GC_IsGSTCashBasis" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GC_IsGSTRegistered" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GC_IsReciprocal" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GC_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GC_IsWHTCashBasis" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GC_IsWHTRegistered" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GC_LocalDocLanguage" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GC_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="GC_NoOfAccountingPeriods" Type="Edm.Int32" DefaultValue="12" Nullable="false" /><Property Name="GC_OH_OrgProxy" Type="Edm.Guid" /><Property Name="GC_Phone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="GC_PostCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="GC_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="GC_RX_NKLocalCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GC_StartDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="GC_State" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><Property Name="GC_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GC_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GC_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GC_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GC_ValidationStatus" Type="Edm.String" DefaultValue="NYV" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GC_WebAddress" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="250" Unicode="false" /><NavigationProperty Name="OrgProxy" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="GC_OH_OrgProxy" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="GC_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="LocalCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="GC_RX_NKLocalCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GC_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GC_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.GCLog)" Partner="Parent" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GCAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IGlbCompanyInfo" /><Annotation Term="Glow.TableCode" String="GC" /></EntityType><EntityType Name="GlbCompanyInfo"><Key><PropertyRef Name="GC_PK" /></Key><Property Name="GC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GC_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="GC_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="GC_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GC_IsGSTRegistered" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GC_IsReciprocal" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GC_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="GC_RX_NKLocalCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="GC_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="LocalCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="GC_RX_NKLocalCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IGlbCompany" /><Annotation Term="Glow.TableCode" String="GC" /></EntityType><EntityType Name="GlbDepartmentInfo"><Key><PropertyRef Name="GE_PK" /></Key><Property Name="GE_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GE_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="GE_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="GE_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IGlbDepartment" /><Annotation Term="Glow.TableCode" String="GE" /></EntityType><EntityType Name="GlbDepartment"><Key><PropertyRef Name="GE_PK" /></Key><Property Name="GE_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GE_Air" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GE_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GE_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="GE_CustomsBrokerage" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GE_DepotCFS" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GE_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="GE_Domestic" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GE_Export" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GE_GDG_ManagementGroup" Type="Edm.Guid" /><Property Name="GE_GE" Type="Edm.Guid" /><Property Name="GE_Import" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GE_InternationalFreight" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GE_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GE_IsCostCentre" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GE_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GE_LineHaul" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GE_LocalTransport" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GE_Misc" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GE_NonDirectional" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GE_NonTransport" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GE_Post" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GE_Rail" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GE_Road" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GE_Sea" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GE_SystemCode" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GE_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GE_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GE_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GE_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GE_Warehouse" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><NavigationProperty Name="ParentGlbDepartment" Type="Odyssey.GlbDepartment"><ReferentialConstraint Property="GE_GE" ReferencedProperty="GE_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GE_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GE_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GEAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IGlbDepartmentInfo" /><Annotation Term="Glow.TableCode" String="GE" /></EntityType><EntityType Name="GlbEmployingBranchDepartment"><Key><PropertyRef Name="GHB_PK" /></Key><Property Name="GHB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GHB_AutoEffectiveEndDate" Type="Edm.DateTimeOffset" /><Property Name="GHB_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GHB_EffectiveDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="GHB_GB_Branch" Type="Edm.Guid" Nullable="false" /><Property Name="GHB_GE_Department" Type="Edm.Guid" /><Property Name="GHB_GS_Staff" Type="Edm.Guid" Nullable="false" /><Property Name="GHB_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GHB_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GHB_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GHB_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="IsSelf" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged1" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged2" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged3" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="Staff" Type="Odyssey.GlbStaff" Nullable="false" Partner="GlbEmployingBranchDepartments"><ReferentialConstraint Property="GHB_GS_Staff" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GHB_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GHB_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GHBAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Branch" Type="Odyssey.GlbBranchInfo" Nullable="false"><ReferentialConstraint Property="GHB_GB_Branch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="Department" Type="Odyssey.GlbDepartmentInfo"><ReferentialConstraint Property="GHB_GE_Department" ReferencedProperty="GE_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="GHB" /></EntityType><EntityType Name="GlbEmploymentHistory"><Key><PropertyRef Name="GEH_PK" /></Key><Property Name="GEH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GEH_AutoEffectiveEndDate" Type="Edm.DateTimeOffset" /><Property Name="GEH_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GEH_CompanyName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="GEH_DepartureComments" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="GEH_DepartureReason" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GEH_EffectiveDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="GEH_EmploymentType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GEH_GCR_ChangeRequest" Type="Edm.Guid" /><Property Name="GEH_GS_Staff" Type="Edm.Guid" Nullable="false" /><Property Name="GEH_HJ_JobRole" Type="Edm.Guid" /><Property Name="GEH_IsApproved" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GEH_IsPromotion" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GEH_JobDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="512" /><Property Name="GEH_JobFamily" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GEH_JobTitle" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" /><Property Name="GEH_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GEH_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GEH_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GEH_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="IsSelf" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged1" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged2" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged3" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="ChangeRequest" Type="Odyssey.GlbStaffChangeRequest" Partner="GlbEmploymentHistories"><ReferentialConstraint Property="GEH_GCR_ChangeRequest" ReferencedProperty="GCR_PK" /></NavigationProperty><NavigationProperty Name="Staff" Type="Odyssey.GlbStaff" Nullable="false" Partner="GlbEmploymentHistories"><ReferentialConstraint Property="GEH_GS_Staff" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GEH_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GEH_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GEHAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="GEH" /></EntityType><EntityType Name="GlbEmploymentLocation"><Key><PropertyRef Name="GEL_PK" /></Key><Property Name="GEL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GEL_Address1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" /><Property Name="GEL_Address2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="GEL_AutoEffectiveEndDate" Type="Edm.DateTimeOffset" /><Property Name="GEL_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GEL_City" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="GEL_EffectiveDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="GEL_GB_SourceBranch" Type="Edm.Guid" /><Property Name="GEL_GS_Staff" Type="Edm.Guid" Nullable="false" /><Property Name="GEL_LocationSource" Type="Edm.String" DefaultValue="OTH" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GEL_OA_SourceOrgAddress" Type="Edm.Guid" /><Property Name="GEL_PostCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="GEL_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="GEL_State" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><Property Name="GEL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GEL_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GEL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GEL_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GEL_ValidationStatus" Type="Edm.String" DefaultValue="NYV" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="IsSelf" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged1" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged2" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged3" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="Staff" Type="Odyssey.GlbStaff" Nullable="false" Partner="GlbEmploymentLocations"><ReferentialConstraint Property="GEL_GS_Staff" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="SourceOrgAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="GEL_OA_SourceOrgAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="GEL_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GEL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GEL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GELAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="SourceBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="GEL_GB_SourceBranch" ReferencedProperty="GB_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="GEL" /></EntityType><EntityType Name="GlbEmploymentTeam"><Key><PropertyRef Name="GET_PK" /></Key><Property Name="GET_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GET_AutoEffectiveEndDate" Type="Edm.DateTimeOffset" /><Property Name="GET_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GET_EffectiveDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="GET_GCR_ChangeRequest" Type="Edm.Guid" /><Property Name="GET_GS_Staff" Type="Edm.Guid" Nullable="false" /><Property Name="GET_GST_NKTeamCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GET_IsApproved" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GET_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GET_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GET_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GET_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="IsSelf" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged1" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged2" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged3" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="ChangeRequest" Type="Odyssey.GlbStaffChangeRequest" Partner="GlbEmploymentTeams"><ReferentialConstraint Property="GET_GCR_ChangeRequest" ReferencedProperty="GCR_PK" /></NavigationProperty><NavigationProperty Name="Staff" Type="Odyssey.GlbStaff" Nullable="false" Partner="GlbEmploymentTeams"><ReferentialConstraint Property="GET_GS_Staff" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="Team" Type="Odyssey.GlbTeamInfo" Nullable="false"><ReferentialConstraint Property="GET_GST_NKTeamCode" ReferencedProperty="GST_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GET_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GET_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GETAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="GET" /></EntityType><EntityType Name="GlbGroupInfo"><Key><PropertyRef Name="GG_PK" /></Key><Property Name="GG_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GG_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="GG_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="64" /><Property Name="GG_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IGlbGroup" /><Annotation Term="Glow.TableCode" String="GG" /></EntityType><EntityType Name="GlbGroupLink"><Key><PropertyRef Name="GK_PK" /></Key><Property Name="GK_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GK_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GK_CapacityLimitPercent" Type="Edm.Byte" DefaultValue="100" Nullable="false" /><Property Name="GK_GG" Type="Edm.Guid" Nullable="false" /><Property Name="GK_GS" Type="Edm.Guid" Nullable="false" /><Property Name="GK_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GK_MembershipType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GK_SkillLevel" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="GK_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GK_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GK_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GK_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="GlbStaff" Type="Odyssey.GlbStaff" Nullable="false" Partner="GlbGroupLinks"><ReferentialConstraint Property="GK_GS" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GKAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="GK" /></EntityType><EntityType Name="GlbHolidaySourceHistory"><Key><PropertyRef Name="GHH_PK" /></Key><Property Name="GHH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GHH_AutoEffectiveEndDate" Type="Edm.DateTimeOffset" /><Property Name="GHH_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GHH_EffectiveDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="GHH_GHS_HolidaySource" Type="Edm.Guid" Nullable="false" /><Property Name="GHH_GS_Staff" Type="Edm.Guid" Nullable="false" /><Property Name="GHH_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GHH_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GHH_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GHH_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="IsSelf" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged1" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged2" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged3" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="HolidaySource" Type="Odyssey.GlbHolidaySource" Nullable="false"><ReferentialConstraint Property="GHH_GHS_HolidaySource" ReferencedProperty="GHS_PK" /></NavigationProperty><NavigationProperty Name="Staff" Type="Odyssey.GlbStaff" Nullable="false" Partner="GlbHolidaySourceHistories"><ReferentialConstraint Property="GHH_GS_Staff" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GHH_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GHH_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GHHAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="GHH" /></EntityType><EntityType Name="GlbHolidaySource"><Key><PropertyRef Name="GHS_PK" /></Key><Property Name="GHS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GHS_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GHS_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="GHS_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GHS_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="GHS_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GHS_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GHS_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GHS_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GHS_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GHS_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Holidays" Type="Collection(Odyssey.GHSHoliday)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GHSAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="GHS" /></EntityType><EntityType Name="GlbPerson"><Key><PropertyRef Name="PER_PK" /></Key><Property Name="PER_PK" Type="Edm.Guid" Nullable="false" /><Property Name="PER_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="PER_BirthDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="PER_City" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="PER_DriversLicenseNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="PER_EmailAddress" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="PER_EmailAddress2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="PER_FaxNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="PER_FriendlyName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" /><Property Name="PER_FullName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256" /><Property Name="PER_FullNameAI" Type="Edm.String" Nullable="false" MaxLength="256"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="PER_Gender" Type="Edm.String" DefaultValue="N" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="PER_HomeAddress1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="PER_HomeAddress2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="PER_HomePhone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="PER_IDPUserId" Type="Edm.Guid" /><Property Name="PER_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="PER_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="PER_LegalName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256" /><Property Name="PER_LoginDisabledUntilUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="PER_MobilePhone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="PER_MobilePhone2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="PER_NameSuffix" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" /><Property Name="PER_NameTitle" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" /><Property Name="PER_Passport" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="PER_PassportExpiryDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="PER_PassportPlaceOfIssue" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="PER_Postcode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" /><Property Name="PER_PreferredLanguage" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="7" Unicode="false" /><Property Name="PER_RN_NKCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="PER_RN_NKNationalityCodeISO" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="PER_State" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><Property Name="PER_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PER_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PER_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="PER_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PER_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="PER_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PER_UseOTP" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="PER_ValidationStatus" Type="Edm.String" DefaultValue="NYV" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PER_WebAccessEnabled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="PER_Picture" Type="Edm.Stream"><Annotation Term="Glow.DefaultContentType" String="image/bmp" /></Property><NavigationProperty Name="GlbPersonLanguages" Type="Collection(Odyssey.GlbPersonLanguage)" Partner="Person" /><NavigationProperty Name="GlbStaffs" Type="Collection(Odyssey.GlbStaff)" Partner="GlbPerson" /><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="PER_RN_NKCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="NationalityCodeISO" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="PER_RN_NKNationalityCodeISO" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="PER_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="PER_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CertificateOrAccreditations" Type="Collection(Odyssey.PERCertificateOrAccreditation)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.PERLog)" Partner="Parent" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.PERAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IGlbPersonInfo" /><Annotation Term="Glow.TableCode" String="PER" /></EntityType><EntityType Name="GlbPersonInfo"><Key><PropertyRef Name="PER_PK" /></Key><Property Name="PER_PK" Type="Edm.Guid" Nullable="false" /><Property Name="PER_FullName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256" /><Property Name="PER_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="PER_FriendlyName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" /><Property Name="PER_FullNameAI" Type="Edm.String" Nullable="false" MaxLength="256" /><Property Name="PER_NameSuffix" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" /><Property Name="PER_NameTitle" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" /><Property Name="PER_Picture" Type="Edm.Binary" /><NavigationProperty Name="GlbStaffs" Type="Collection(Odyssey.GlbStaffInfo)" Partner="GlbPerson" /><Annotation Term="Glow.InfoTypeFor" String="IGlbPerson" /><Annotation Term="Glow.TableCode" String="PER" /></EntityType><EntityType Name="GlbPersonLanguage"><Key><PropertyRef Name="G7_PK" /></Key><Property Name="G7_PK" Type="Edm.Guid" Nullable="false" /><Property Name="G7_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="G7_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="G7_Language" Type="Edm.String" DefaultValue="EN" Nullable="false" MaxLength="7" Unicode="false" /><Property Name="G7_PER_Person" Type="Edm.Guid" Nullable="false" /><Property Name="G7_SkillLevel" Type="Edm.String" DefaultValue="NAT" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="G7_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="G7_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="G7_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="G7_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="IsSelf" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="Person" Type="Odyssey.GlbPerson" Nullable="false" Partner="GlbPersonLanguages"><ReferentialConstraint Property="G7_PER_Person" ReferencedProperty="PER_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="G7_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="G7_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.G7Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="G7" /></EntityType><EntityType Name="GlbStaffChangeRequest"><Key><PropertyRef Name="GCR_PK" /></Key><Property Name="GCR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GCR_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GCR_EffectiveDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="GCR_GS_Staff" Type="Edm.Guid" Nullable="false" /><Property Name="GCR_GSG_Template" Type="Edm.Guid" Nullable="false" /><Property Name="GCR_IsApplied" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GCR_Status" Type="Edm.String" DefaultValue="REQ" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GCR_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GCR_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GCR_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GCR_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GCR_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GCR_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="IsSelf" Type="Edm.Boolean" Nullable="false" /><Property Name="HasAssignedTasks" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="GlbEmploymentHistories" Type="Collection(Odyssey.GlbEmploymentHistory)" Partner="ChangeRequest" /><NavigationProperty Name="GlbEmploymentTeams" Type="Collection(Odyssey.GlbEmploymentTeam)" Partner="ChangeRequest" /><NavigationProperty Name="Template" Type="Odyssey.GlbStaffChangeRequestTemplate" Nullable="false"><ReferentialConstraint Property="GCR_GSG_Template" ReferencedProperty="GSG_PK" /></NavigationProperty><NavigationProperty Name="Staff" Type="Odyssey.GlbStaff" Nullable="false"><ReferentialConstraint Property="GCR_GS_Staff" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="GlbStaffManagers" Type="Collection(Odyssey.GlbStaffManager)" Partner="ChangeRequest" /><NavigationProperty Name="GlbWorkPatterns" Type="Collection(Odyssey.GlbWorkPattern)" Partner="ChangeRequest" /><NavigationProperty Name="HrlBenefitOnDemands" Type="Collection(Odyssey.HrlBenefitOnDemand)" Partner="ChangeRequest" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GCR_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GCR_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.GCRLog)" Partner="Parent" /><NavigationProperty Name="WorkflowTasks" Type="Collection(Odyssey.GCRWorkflowTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GCRAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="GCR" /></EntityType><EntityType Name="GlbStaffChangeRequestTemplateDocument"><Key><PropertyRef Name="GGD_PK" /></Key><Property Name="GGD_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GGD_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GGD_DocType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="GGD_DocumentName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="55" Unicode="false" /><Property Name="GGD_GSG_Template" Type="Edm.Guid" Nullable="false" /><Property Name="GGD_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GGD_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GGD_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GGD_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Template" Type="Odyssey.GlbStaffChangeRequestTemplate" Nullable="false" Partner="GlbStaffChangeRequestTemplateDocuments"><ReferentialConstraint Property="GGD_GSG_Template" ReferencedProperty="GSG_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GGD_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GGD_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GGDAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="GGD" /></EntityType><EntityType Name="GlbStaffChangeRequestTemplateItem"><Key><PropertyRef Name="GGI_PK" /></Key><Property Name="GGI_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GGI_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GGI_GSG_Template" Type="Edm.Guid" Nullable="false" /><Property Name="GGI_IsMandatory" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GGI_PropertyName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="55" Unicode="false" /><Property Name="GGI_SubType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="55" Unicode="false" /><Property Name="GGI_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GGI_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GGI_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GGI_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Template" Type="Odyssey.GlbStaffChangeRequestTemplate" Nullable="false" Partner="GlbStaffChangeRequestTemplateItems"><ReferentialConstraint Property="GGI_GSG_Template" ReferencedProperty="GSG_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GGI_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GGI_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GGIAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="GGI" /></EntityType><EntityType Name="GlbStaffChangeRequestTemplate"><Key><PropertyRef Name="GSG_PK" /></Key><Property Name="GSG_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GSG_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GSG_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="GSG_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GSG_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GSG_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GSG_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GSG_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GSG_TemplateName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="55" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="GSG_Usage" Type="Edm.String" DefaultValue="ALW" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="GlbStaffChangeRequestTemplateDocuments" Type="Collection(Odyssey.GlbStaffChangeRequestTemplateDocument)" Partner="Template" /><NavigationProperty Name="GlbStaffChangeRequestTemplateItems" Type="Collection(Odyssey.GlbStaffChangeRequestTemplateItem)" Partner="Template" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GSG_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GSG_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GSGAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="GSG" /></EntityType><EntityType Name="GlbStaffClassification"><Key><PropertyRef Name="GSL_PK" /></Key><Property Name="GSL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GSL_AutoEffectiveEndDate" Type="Edm.DateTimeOffset" /><Property Name="GSL_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GSL_Classification" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="GSL_EffectiveDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="GSL_GS_Staff" Type="Edm.Guid" Nullable="false" /><Property Name="GSL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GSL_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GSL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GSL_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="IsSelf" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged1" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged2" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged3" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="Staff" Type="Odyssey.GlbStaff" Nullable="false" Partner="GlbStaffClassifications"><ReferentialConstraint Property="GSL_GS_Staff" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GSL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GSL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GSLAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="GSL" /></EntityType><EntityType Name="GlbStaffCostCentre"><Key><PropertyRef Name="GSK_PK" /></Key><Property Name="GSK_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GSK_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GSK_EndDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="GSK_GB_Branch" Type="Edm.Guid" /><Property Name="GSK_GE_Department" Type="Edm.Guid" Nullable="false" /><Property Name="GSK_GS_Staff" Type="Edm.Guid" Nullable="false" /><Property Name="GSK_StartDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="GSK_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GSK_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GSK_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GSK_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Staff" Type="Odyssey.GlbStaff" Nullable="false" Partner="GlbStaffCostCentres"><ReferentialConstraint Property="GSK_GS_Staff" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GSK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GSK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GSKAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Branch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="GSK_GB_Branch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="Department" Type="Odyssey.GlbDepartmentInfo" Nullable="false"><ReferentialConstraint Property="GSK_GE_Department" ReferencedProperty="GE_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="GSK" /></EntityType><EntityType Name="GlbStaffEmployeeToReview"><Key><PropertyRef Name="ZZZ_PK" /></Key><Property Name="ZZZ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="ZZZ_GS_Staff" Type="Edm.Guid" Nullable="false" /><Property Name="ZZZ_GS_DirectManager" Type="Edm.Guid" Nullable="false" /><Property Name="ZZZ_GS_FinalReviewer" Type="Edm.Guid" Nullable="false" /><Property Name="ZZZ_RPD_Demographic" Type="Edm.Guid" Nullable="false" /><Property Name="ZZZ_RPR_ReviewProcess" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Staff" Type="Odyssey.GlbStaff" Nullable="false"><ReferentialConstraint Property="ZZZ_GS_Staff" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="DirectManager" Type="Odyssey.GlbStaff" Nullable="false"><ReferentialConstraint Property="ZZZ_GS_DirectManager" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="FinalReviewer" Type="Odyssey.GlbStaff" Nullable="false"><ReferentialConstraint Property="ZZZ_GS_FinalReviewer" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="Demographic" Type="Odyssey.ReviewProcessDemographic" Nullable="false"><ReferentialConstraint Property="ZZZ_RPD_Demographic" ReferencedProperty="RPD_PK" /></NavigationProperty><NavigationProperty Name="ReviewProcess" Type="Odyssey.ReviewProcess" Nullable="false"><ReferentialConstraint Property="ZZZ_RPR_ReviewProcess" ReferencedProperty="RPR_PK" /></NavigationProperty></EntityType><EntityType Name="GlbStaffEntitlementGroup"><Key><PropertyRef Name="GEG_PK" /></Key><Property Name="GEG_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GEG_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GEG_EntitlementCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GEG_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="GEG_RN_NKCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="GEG_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GEG_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GEG_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GEG_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="GlbStaffEntitlementTypes" Type="Collection(Odyssey.GlbStaffEntitlementType)" Partner="EntitlementGroup" /><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="GEG_RN_NKCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GEG_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GEG_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GEGAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="GEG" /></EntityType><EntityType Name="GlbStaffEntitlement"><Key><PropertyRef Name="GSI_PK" /></Key><Property Name="GSI_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GSI_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GSI_Comment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="255" /><Property Name="GSI_EntitlementCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GSI_Frequency" Type="Edm.String" DefaultValue="YRL" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GSI_GEG_Breakdown" Type="Edm.Guid" /><Property Name="GSI_GrantDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="GSI_GSR_Remuneration" Type="Edm.Guid" Nullable="false" /><Property Name="GSI_IsFTEScalable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GSI_IsPartOfPackage" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GSI_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GSI_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GSI_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GSI_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GSI_Value" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="IsSelf" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged1" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged2" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged3" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="Breakdown" Type="Odyssey.GlbStaffEntitlementGroup"><ReferentialConstraint Property="GSI_GEG_Breakdown" ReferencedProperty="GEG_PK" /></NavigationProperty><NavigationProperty Name="Remuneration" Type="Odyssey.GlbStaffRemuneration" Nullable="false" Partner="GlbStaffEntitlements"><ReferentialConstraint Property="GSI_GSR_Remuneration" ReferencedProperty="GSR_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GSI_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GSI_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GSIAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="GSI" /></EntityType><EntityType Name="GlbStaffEntitlementType"><Key><PropertyRef Name="GEW_PK" /></Key><Property Name="GEW_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GEW_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GEW_Comment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="255" /><Property Name="GEW_EntitlementCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GEW_GEG_EntitlementGroup" Type="Edm.Guid" Nullable="false" /><Property Name="GEW_OverrideValue" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="GEW_PropertyType" Type="Edm.String" DefaultValue="C" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="GEW_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GEW_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GEW_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GEW_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GEW_WeightPercentage" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="15" Scale="12" /><NavigationProperty Name="EntitlementGroup" Type="Odyssey.GlbStaffEntitlementGroup" Nullable="false" Partner="GlbStaffEntitlementTypes"><ReferentialConstraint Property="GEW_GEG_EntitlementGroup" ReferencedProperty="GEG_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GEW_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GEW_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GEWAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="GEW" /></EntityType><EntityType Name="GlbStaffHoliday"><Key><PropertyRef Name="GA_PK" /></Key><Property Name="GA_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GA_ApprovalStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GA_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GA_AvailabilityPercentage" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="GA_DaysLeaveTaken" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="2" /><Property Name="GA_EndTime" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="GA_GS" Type="Edm.Guid" Nullable="false" /><Property Name="GA_GS_ApprovalDelegate" Type="Edm.Guid" /><Property Name="GA_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GA_IsWorkingAway" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GA_LeaveComment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" /><Property Name="GA_OverrideLeaveTaken" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Duration</EnumMember></Annotation></Property><Property Name="GA_ParentID" Type="Edm.Guid" /><Property Name="GA_ParentTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GA_RecordType" Type="Edm.String" DefaultValue="LEV" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GA_StartTime" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="GA_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GA_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GA_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GA_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GA_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GA_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GA_WorkHolidayType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="IsSelf" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged1" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged2" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged3" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="ApprovalDelegate" Type="Odyssey.GlbStaff"><ReferentialConstraint Property="GA_GS_ApprovalDelegate" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="GlbStaff" Type="Odyssey.GlbStaff" Nullable="false" Partner="GlbStaffHolidays"><ReferentialConstraint Property="GA_GS" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="HrlLeaveProcessedLogs" Type="Collection(Odyssey.HrlLeaveProcessedLog)" Partner="StaffHoliday" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GA_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GA_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AddOnValues" Type="Collection(Odyssey.GAAddOnValue)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.GALog)" Partner="Parent" /><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.GAProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowTasks" Type="Collection(Odyssey.GAWorkflowTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GAAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="GA" /></EntityType><EntityType Name="GlbStaffInfo"><Key><PropertyRef Name="GS_Code" /></Key><Property Name="GS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GS_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GS_FullName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256" /><Property Name="GS_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GS_EmailAddress" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="GS_IsDriver" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GS_IsResource" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GS_IsSalesRep" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GS_IsSystemAccount" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GS_PER" Type="Edm.Guid" /><NavigationProperty Name="GlbPerson" Type="Odyssey.GlbPersonInfo" Partner="GlbStaffs"><ReferentialConstraint Property="GS_PER" ReferencedProperty="PER_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IGlbStaff" /><Annotation Term="Glow.TableCode" String="GS" /></EntityType><EntityType Name="GlbStaffManager"><Key><PropertyRef Name="GSM_PK" /></Key><Property Name="GSM_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GSM_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GSM_EffectiveDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="GSM_EndDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="GSM_GCR_ChangeRequest" Type="Edm.Guid" /><Property Name="GSM_GS_Manager" Type="Edm.Guid" Nullable="false" /><Property Name="GSM_GS_Staff" Type="Edm.Guid" Nullable="false" /><Property Name="GSM_IsApproved" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GSM_ManagerType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GSM_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GSM_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GSM_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GSM_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="ChangeRequest" Type="Odyssey.GlbStaffChangeRequest" Partner="GlbStaffManagers"><ReferentialConstraint Property="GSM_GCR_ChangeRequest" ReferencedProperty="GCR_PK" /></NavigationProperty><NavigationProperty Name="Manager" Type="Odyssey.GlbStaff" Nullable="false" Partner="DirectReports"><ReferentialConstraint Property="GSM_GS_Manager" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="Staff" Type="Odyssey.GlbStaff" Nullable="false" Partner="Managers"><ReferentialConstraint Property="GSM_GS_Staff" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GSM_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GSM_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GSMAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="GSM" /></EntityType><EntityType Name="GlbStaffOneOffEntitlement"><Key><PropertyRef Name="GSO_PK" /></Key><Property Name="GSO_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GSO_AchievedDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="GSO_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GSO_ClawbackDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="GSO_ClawbackExpiryDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="GSO_Comment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="255" /><Property Name="GSO_EffectiveDate" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="GSO_EntitlementCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GSO_ExpiryDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="GSO_GS_Staff" Type="Edm.Guid" Nullable="false" /><Property Name="GSO_PaymentType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GSO_RX_NKCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GSO_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GSO_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GSO_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GSO_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GSO_Value" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="IsSelf" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged1" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged2" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged3" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="Staff" Type="Odyssey.GlbStaff" Nullable="false" Partner="GlbStaffOneOffEntitlements"><ReferentialConstraint Property="GSO_GS_Staff" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="Currency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="GSO_RX_NKCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GSO_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GSO_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GSOAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="GSO" /></EntityType><EntityType Name="GlbStaffRemuneration"><Key><PropertyRef Name="GSR_PK" /></Key><Property Name="GSR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GSR_AutoEffectiveEndDate" Type="Edm.DateTimeOffset" /><Property Name="GSR_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GSR_EffectiveDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="GSR_FullTimeEquivalent" Type="Edm.Decimal" DefaultValue="1" Nullable="false" Precision="9" Scale="8" /><Property Name="GSR_GS_Staff" Type="Edm.Guid" Nullable="false" /><Property Name="GSR_LeaveLiabilityHourlyRate" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="GSR_RN_NKCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="GSR_RX_NKCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GSR_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GSR_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GSR_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GSR_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="IsSelf" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged1" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged2" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged3" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="GlbStaffEntitlements" Type="Collection(Odyssey.GlbStaffEntitlement)" Partner="Remuneration"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Staff" Type="Odyssey.GlbStaff" Nullable="false" Partner="GlbStaffRemunerations"><ReferentialConstraint Property="GSR_GS_Staff" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="GSR_RN_NKCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="Currency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="GSR_RX_NKCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GSR_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GSR_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GSRAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="GSR" /></EntityType><EntityType Name="GlbStaffReview"><Key><PropertyRef Name="GSV_PK" /></Key><Property Name="GSV_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GSV_AutoEffectiveEndDate" Type="Edm.DateTimeOffset" /><Property Name="GSV_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GSV_Comments" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="GSV_EffectiveDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="GSV_GS_NKReviewer" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GSV_GS_Staff" Type="Edm.Guid" Nullable="false" /><Property Name="GSV_Score" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="GSV_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GSV_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GSV_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GSV_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="IsSelf" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged1" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged2" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged3" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="Staff" Type="Odyssey.GlbStaff" Nullable="false" Partner="GlbStaffReviews"><ReferentialConstraint Property="GSV_GS_Staff" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="Reviewer" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GSV_GS_NKReviewer" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GSV_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GSV_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GSVAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="GSV" /></EntityType><EntityType Name="GlbStaff"><Key><PropertyRef Name="GS_PK" /></Key><Property Name="GS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GS_ActiveDirectoryObjectGuid" Type="Edm.Guid" /><Property Name="GS_ActivityTrackingStatus" Type="Edm.String" DefaultValue="CMP" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GS_AddressMap" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="GS_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GS_Birthdate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="GS_BrokerID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="GS_CanLogin" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GS_City" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" /><Property Name="GS_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="GS_CommissionBasis" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GS_DepartureDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="GS_DomainName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="255" /><Property Name="GS_DueBack" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="GS_EftWages" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GS_EmailAddress" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="GS_EmergencyContactEmail" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="GS_EmergencyContactName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="GS_EmergencyContactRelationship" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GS_EmergencyHomePhone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="GS_EmergencyWorkPhone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="GS_EmploymentBasis" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GS_EmploymentDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="GS_EnterpriseCertificationID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="GS_ExternalId" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="GS_FaxNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="GS_FriendlyName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" /><Property Name="GS_FullName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256" /><Property Name="GS_FullNameInMotherLanguage" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256" /><Property Name="GS_GB_HomeBranch" Type="Edm.Guid" /><Property Name="GS_GB_LastLogonBranch" Type="Edm.Guid" /><Property Name="GS_GC_PreferredPaymentCompany" Type="Edm.Guid" /><Property Name="GS_GE_HomeDepartment" Type="Edm.Guid" /><Property Name="GS_GE_LastLogonDepartment" Type="Edm.Guid" /><Property Name="GS_Gender" Type="Edm.String" DefaultValue="N" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="GS_GenderCustomTerm" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="GS_GeoLocation" Type="Edm.String" DefaultValue="POINT EMPTY" Nullable="false" /><Property Name="GS_GivenName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" /><Property Name="GS_HomePhone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="GS_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GS_IsActivityLogged" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GS_IsController" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GS_IsDeveloper" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GS_IsDevice" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GS_IsDriver" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GS_IsInTrainingMode" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GS_IsOperational" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GS_IsResource" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GS_IsRobot" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GS_IsSalesRep" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GS_IsSystemAccount" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GS_IsTwoFactorAuthenticationEnabled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GS_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GS_LastActivityDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="GS_LastDayOfWork" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="GS_LoginName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="104"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="GS_MiddleName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" /><Property Name="GS_MobilePhone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="GS_NameSuffix" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" /><Property Name="GS_NameTitle" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" /><Property Name="GS_NextOfKin" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="GS_NextOfKinEmail" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="GS_NextOfKinHomePhone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="GS_NextOfKinRelationship" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GS_NextOfKinWorkPhone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="GS_NextReviewDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="GS_OutOnTask" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="GS_Pager" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="GS_Passport" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="GS_PER" Type="Edm.Guid" /><Property Name="GS_PersonalEDIMailBox" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="GS_Postcode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="40" /><Property Name="GS_PreferredSurname" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" /><Property Name="GS_ProbationEndDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="GS_PublishEmailAddress" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GS_PublishFaxNum" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GS_PublishHomePhone" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GS_PublishMobilePhone" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GS_PublishWorkExtension" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GS_PublishWorkPhone" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GS_ResidencyExpiry" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="GS_ResidencyStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GS_ResourceType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GS_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="GS_RN_NKNationalityCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="GS_SavePersonalDataToActiveDirectory" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GS_SecurityCardNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="GS_State" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" /><Property Name="GS_Surname" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" /><Property Name="GS_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GS_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GS_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GS_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GS_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GS_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GS_Title" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" /><Property Name="GS_UserAddress1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" /><Property Name="GS_UserAddress2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="GS_ValidationStatus" Type="Edm.String" DefaultValue="NYV" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GS_WagesBankAccount" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="GS_WagesBankBsb" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="GS_WagesBankName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="GS_WagesBankSwift" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="GS_WorkExtension" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="GS_WorkingLanguage" Type="Edm.String" DefaultValue="EN" Nullable="false" MaxLength="7" Unicode="false" /><Property Name="GS_WorkPhone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="IsSelf" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged1" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged2" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged3" Type="Edm.Boolean" Nullable="false" /><Property Name="GS_ProfilePhoto" Type="Edm.Stream"><Annotation Term="Glow.DefaultContentType" String="image/bmp" /></Property><Property Name="GS_UserSignature" Type="Edm.Stream"><Annotation Term="Glow.DefaultContentType" String="image/bmp" /></Property><NavigationProperty Name="GlbBeneficiaryBranchDepartments" Type="Collection(Odyssey.GlbBeneficiaryBranchDepartment)" Partner="Staff" /><NavigationProperty Name="GlbEmployingBranchDepartments" Type="Collection(Odyssey.GlbEmployingBranchDepartment)" Partner="Staff" /><NavigationProperty Name="GlbEmploymentHistories" Type="Collection(Odyssey.GlbEmploymentHistory)" Partner="Staff" /><NavigationProperty Name="GlbEmploymentLocations" Type="Collection(Odyssey.GlbEmploymentLocation)" Partner="Staff" /><NavigationProperty Name="GlbEmploymentTeams" Type="Collection(Odyssey.GlbEmploymentTeam)" Partner="Staff" /><NavigationProperty Name="GlbGroupLinks" Type="Collection(Odyssey.GlbGroupLink)" Partner="GlbStaff"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="GlbHolidaySourceHistories" Type="Collection(Odyssey.GlbHolidaySourceHistory)" Partner="Staff" /><NavigationProperty Name="GlbStaffClassifications" Type="Collection(Odyssey.GlbStaffClassification)" Partner="Staff" /><NavigationProperty Name="GlbStaffCostCentres" Type="Collection(Odyssey.GlbStaffCostCentre)" Partner="Staff" /><NavigationProperty Name="GlbStaffHolidays" Type="Collection(Odyssey.GlbStaffHoliday)" Partner="GlbStaff" /><NavigationProperty Name="DirectReports" Type="Collection(Odyssey.GlbStaffManager)" Partner="Manager" /><NavigationProperty Name="Managers" Type="Collection(Odyssey.GlbStaffManager)" Partner="Staff" /><NavigationProperty Name="GlbStaffOneOffEntitlements" Type="Collection(Odyssey.GlbStaffOneOffEntitlement)" Partner="Staff" /><NavigationProperty Name="GlbStaffRemunerations" Type="Collection(Odyssey.GlbStaffRemuneration)" Partner="Staff" /><NavigationProperty Name="GlbStaffReviews" Type="Collection(Odyssey.GlbStaffReview)" Partner="Staff" /><NavigationProperty Name="GlbStaffTimezones" Type="Collection(Odyssey.GlbStaffTimezone)" Partner="Staff" /><NavigationProperty Name="GlbStaffWorkingBases" Type="Collection(Odyssey.GlbStaffWorkingBasis)" Partner="Staff" /><NavigationProperty Name="HomeBranch" Type="Odyssey.GlbBranch"><ReferentialConstraint Property="GS_GB_HomeBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="LastLogonBranch" Type="Odyssey.GlbBranch"><ReferentialConstraint Property="GS_GB_LastLogonBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="PreferredPaymentCompany" Type="Odyssey.GlbCompany"><ReferentialConstraint Property="GS_GC_PreferredPaymentCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="HomeDepartment" Type="Odyssey.GlbDepartment"><ReferentialConstraint Property="GS_GE_HomeDepartment" ReferencedProperty="GE_PK" /></NavigationProperty><NavigationProperty Name="LastLogonDepartment" Type="Odyssey.GlbDepartment"><ReferentialConstraint Property="GS_GE_LastLogonDepartment" ReferencedProperty="GE_PK" /></NavigationProperty><NavigationProperty Name="GlbPerson" Type="Odyssey.GlbPerson" Partner="GlbStaffs"><ReferentialConstraint Property="GS_PER" ReferencedProperty="PER_PK" /></NavigationProperty><NavigationProperty Name="GlbWorkPatterns" Type="Collection(Odyssey.GlbWorkPattern)" Partner="Staff" /><NavigationProperty Name="HrlBalanceTransactions" Type="Collection(Odyssey.HrlBalanceTransaction)" Partner="Staff" /><NavigationProperty Name="HrlBenefitOnDemands" Type="Collection(Odyssey.HrlBenefitOnDemand)" Partner="Staff" /><NavigationProperty Name="HrlStaffPolicies" Type="Collection(Odyssey.HrlStaffPolicy)" Partner="Staff" /><NavigationProperty Name="ReviewAllocations" Type="Collection(Odyssey.ReviewAllocation)" Partner="Staff" /><NavigationProperty Name="ReviewProcessNodes" Type="Collection(Odyssey.ReviewProcessNode)" Partner="Reviewer" /><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="GS_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="Nationality" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="GS_RN_NKNationalityCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GS_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GS_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AddOnValues" Type="Collection(Odyssey.GSAddOnValue)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="CertificateOrAccreditations" Type="Collection(Odyssey.GSCertificateOrAccreditation)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.GSLog)" Partner="Parent" /><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.GSWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkTimes" Type="Collection(Odyssey.GSWorkTime)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GSAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="HrlConsolidatedBalanceTransactionViews" Type="Collection(Odyssey.HrlConsolidatedBalanceTransactionView)" Partner="Staff" /><NavigationProperty Name="HRMRemHistories" Type="Collection(Odyssey.HRMRemHistory)" Partner="Staff" /><NavigationProperty Name="HRMStaffHistories" Type="Collection(Odyssey.HRMStaffHistory)" Partner="GlbStaff" /><NavigationProperty Name="IndirectManagers" Type="Collection(Odyssey.IndirectManager)" Partner="Staff" /><Annotation Term="Glow.InfoType" String="IGlbStaffInfo" /><Annotation Term="Glow.TableCode" String="GS" /></EntityType><EntityType Name="GlbStaffTimezone"><Key><PropertyRef Name="GSZ_PK" /></Key><Property Name="GSZ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GSZ_AutoEffectiveEndDate" Type="Edm.DateTimeOffset" /><Property Name="GSZ_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GSZ_EffectiveDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="GSZ_GS_Staff" Type="Edm.Guid" Nullable="false" /><Property Name="GSZ_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GSZ_R3_NKTimeZoneSetName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="GSZ_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GSZ_SystemCreateUser" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="GSZ_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GSZ_SystemLastEditUser" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="IsSelf" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged1" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged2" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged3" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="Staff" Type="Odyssey.GlbStaff" Nullable="false" Partner="GlbStaffTimezones"><ReferentialConstraint Property="GSZ_GS_Staff" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="TimeZoneSetName" Type="Odyssey.RefTimeZoneSetInfo" Nullable="false"><ReferentialConstraint Property="GSZ_R3_NKTimeZoneSetName" ReferencedProperty="R3_TimeZoneSetName" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo"><ReferentialConstraint Property="GSZ_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo"><ReferentialConstraint Property="GSZ_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GSZAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="GSZ" /></EntityType><EntityType Name="GlbStaffWorkingBasis"><Key><PropertyRef Name="GSW_PK" /></Key><Property Name="GSW_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GSW_AutoEffectiveEndDate" Type="Edm.DateTimeOffset" /><Property Name="GSW_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GSW_EffectiveDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="GSW_GS_Staff" Type="Edm.Guid" Nullable="false" /><Property Name="GSW_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GSW_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GSW_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GSW_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GSW_WorkingBasis" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="IsSelf" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged1" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged2" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged3" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="Staff" Type="Odyssey.GlbStaff" Nullable="false" Partner="GlbStaffWorkingBases"><ReferentialConstraint Property="GSW_GS_Staff" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GSW_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GSW_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GSWAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="GSW" /></EntityType><EntityType Name="GlbTeamInfo"><Key><PropertyRef Name="GST_Code" /></Key><Property Name="GST_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GST_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GST_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="GST_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IGlbTeam" /><Annotation Term="Glow.TableCode" String="GST" /></EntityType><EntityType Name="GlbTeam"><Key><PropertyRef Name="GST_PK" /></Key><Property Name="GST_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GST_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GST_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="GST_GB_Branch" Type="Edm.Guid" /><Property Name="GST_GST_Parent" Type="Edm.Guid" /><Property Name="GST_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GST_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="GST_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GST_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GST_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GST_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Parent" Type="Odyssey.GlbTeam" Partner="GlbTeams"><ReferentialConstraint Property="GST_GST_Parent" ReferencedProperty="GST_PK" /></NavigationProperty><NavigationProperty Name="GlbTeams" Type="Collection(Odyssey.GlbTeam)" Partner="Parent" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GST_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GST_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GSTAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Branch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="GST_GB_Branch" ReferencedProperty="GB_PK" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IGlbTeamInfo" /><Annotation Term="Glow.TableCode" String="GST" /></EntityType><EntityType Name="GlbWorkPattern"><Key><PropertyRef Name="GWP_PK" /></Key><Property Name="GWP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GWP_AutoEffectiveEndDate" Type="Edm.DateTimeOffset" /><Property Name="GWP_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GWP_Comment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="300" Unicode="false" /><Property Name="GWP_EffectiveDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="GWP_GCR_ChangeRequest" Type="Edm.Guid" /><Property Name="GWP_GS_Staff" Type="Edm.Guid" Nullable="false" /><Property Name="GWP_IsApproved" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GWP_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="GWP_StandardDuration" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Duration</EnumMember></Annotation></Property><Property Name="GWP_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GWP_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GWP_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GWP_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="IsSelf" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged1" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged2" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged3" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="ChangeRequest" Type="Odyssey.GlbStaffChangeRequest" Partner="GlbWorkPatterns"><ReferentialConstraint Property="GWP_GCR_ChangeRequest" ReferencedProperty="GCR_PK" /></NavigationProperty><NavigationProperty Name="Staff" Type="Odyssey.GlbStaff" Nullable="false" Partner="GlbWorkPatterns"><ReferentialConstraint Property="GWP_GS_Staff" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GWP_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GWP_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="WorkTimes" Type="Collection(Odyssey.GWPWorkTime)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GWPAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="GWP" /></EntityType><EntityType Name="GlbWorkPatternTemplate"><Key><PropertyRef Name="GWT_PK" /></Key><Property Name="GWT_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GWT_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GWT_Comment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="300" Unicode="false" /><Property Name="GWT_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="GWT_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GWT_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GWT_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GWT_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GWT_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GWT_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="WorkTimes" Type="Collection(Odyssey.GWTWorkTime)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.GWTAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="GWT" /></EntityType><EntityType Name="GSAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GlbStaff" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GSAddOnValue" BaseType="Odyssey.AddOnValue"><NavigationProperty Name="Parent" Type="Odyssey.GlbStaff" Nullable="false" Partner="AddOnValues"><ReferentialConstraint Property="XV_ParentID" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XV_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XV_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="CertificateOrAccreditation" Abstract="true"><Key><PropertyRef Name="XZ_PK" /></Key><Property Name="XZ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="XZ_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="XZ_Comment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="XZ_ExpiryOrDueDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="XZ_IssueDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="XZ_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="XZ_ParentID" Type="Edm.Guid" /><Property Name="XZ_RefNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="XZ_RN_NKCountryOfIssuance" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="XZ_StateOrProvinceOfIssuance" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XZ_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="XZ_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XZ_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="XZ_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XZ_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.TableCode" String="XZ" /></EntityType><EntityType Name="GSCertificateOrAccreditation" BaseType="Odyssey.CertificateOrAccreditation"><NavigationProperty Name="Parent" Type="Odyssey.GlbStaff" Partner="CertificateOrAccreditations"><ReferentialConstraint Property="XZ_ParentID" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="CountryOfIssuance" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="XZ_RN_NKCountryOfIssuance" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XZ_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XZ_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GSGAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GlbStaffChangeRequestTemplate" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GSG_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GSIAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GlbStaffEntitlement" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GSI_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GSKAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GlbStaffCostCentre" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GSK_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GSLAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GlbStaffClassification" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GSL_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GSLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.GlbStaff" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="GSMAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GlbStaffManager" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GSM_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GSOAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GlbStaffOneOffEntitlement" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GSO_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GSRAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GlbStaffRemuneration" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GSR_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GSTAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GlbTeam" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GST_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GSVAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GlbStaffReview" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GSV_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GSWAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GlbStaffWorkingBasis" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GSW_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="WorkflowAuditLog" Abstract="true"><Key><PropertyRef Name="SL_PK" /></Key><Property Name="SL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="SL_DataSource" Type="Edm.String" DefaultValue="G" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_EventTime" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="SL_GS_NKUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="SL_IsCancelled" Type="Edm.String" DefaultValue="N" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_IsEstimate" Type="Edm.String" DefaultValue="N" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_Parent" Type="Edm.Guid" Nullable="false" /><Property Name="SL_PostedTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="SL_Reference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" Unicode="false" /><Property Name="SL_SE_NKEvent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.TableCode" String="SL" /></EntityType><EntityType Name="GSWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.GlbStaff" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="WorkTime" Abstract="true"><Key><PropertyRef Name="GW_PK" /></Key><Property Name="GW_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GW_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="GW_DayOfWeek" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GW_EndTime" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Time</EnumMember></Annotation></Property><Property Name="GW_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GW_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="GW_StartTime" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Time</EnumMember></Annotation></Property><Property Name="GW_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GW_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GW_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="GW_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="IsSelf" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged1" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged2" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged3" Type="Edm.Boolean" Nullable="false" /><Annotation Term="Glow.TableCode" String="GW" /></EntityType><EntityType Name="GSWorkTime" BaseType="Odyssey.WorkTime"><NavigationProperty Name="Parent" Type="Odyssey.GlbStaff" Nullable="false" Partner="WorkTimes"><ReferentialConstraint Property="GW_ParentID" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GW_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GW_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GSZAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GlbStaffTimezone" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GSZ_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GWPAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GlbWorkPattern" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GWP_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GWPWorkTime" BaseType="Odyssey.WorkTime"><NavigationProperty Name="Parent" Type="Odyssey.GlbWorkPattern" Nullable="false" Partner="WorkTimes"><ReferentialConstraint Property="GW_ParentID" ReferencedProperty="GWP_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GW_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GW_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GWTAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GlbWorkPatternTemplate" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="GWT_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GWTWorkTime" BaseType="Odyssey.WorkTime"><NavigationProperty Name="Parent" Type="Odyssey.GlbWorkPatternTemplate" Nullable="false" Partner="WorkTimes"><ReferentialConstraint Property="GW_ParentID" ReferencedProperty="GWT_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GW_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="GW_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="HrlBalanceAffectingLog"><Key><PropertyRef Name="LLB_PK" /></Key><Property Name="LLB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="LLB_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="LLB_EffectiveDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="LLB_GS_Staff" Type="Edm.Guid" Nullable="false" /><Property Name="LLB_Reference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" /><Property Name="LLB_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LLB_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Staff" Type="Odyssey.GlbStaff" Nullable="false"><ReferentialConstraint Property="LLB_GS_Staff" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LLB_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.LLBAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="LLB" /></EntityType><EntityType Name="HrlBalanceTransaction"><Key><PropertyRef Name="LLT_PK" /></Key><Property Name="LLT_PK" Type="Edm.Guid" Nullable="false" /><Property Name="LLT_Accrual" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="LLT_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="LLT_Comment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="255" /><Property Name="LLT_DeltaValueHours" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="11" Scale="7" /><Property Name="LLT_Forfeiture" Type="Edm.DateTimeOffset" /><Property Name="LLT_GS_Staff" Type="Edm.Guid" Nullable="false" /><Property Name="LLT_IntermediateStep_JsonContent" Type="Edm.String" DefaultValue="{}" Nullable="false" /><Property Name="LLT_LeaveType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LLT_LLR_ProcessingRun" Type="Edm.Guid" /><Property Name="LLT_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LLT_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LLT_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LLT_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LLT_TransactionType" Type="Edm.String" DefaultValue="PRO" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Staff" Type="Odyssey.GlbStaff" Nullable="false" Partner="HrlBalanceTransactions"><ReferentialConstraint Property="LLT_GS_Staff" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="ProcessingRun" Type="Odyssey.HrlProcessingRun" Partner="HrlBalanceTransactions"><ReferentialConstraint Property="LLT_LLR_ProcessingRun" ReferencedProperty="LLR_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LLT_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LLT_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.LLTAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="LLT" /></EntityType><EntityType Name="HrlBenefitOnDemand"><Key><PropertyRef Name="LBD_PK" /></Key><Property Name="LBD_PK" Type="Edm.Guid" Nullable="false" /><Property Name="LBD_Comment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="255" /><Property Name="LBD_Duration" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="LBD_DurationUnit" Type="Edm.String" DefaultValue="H" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="LBD_EffectiveDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="LBD_GCR_ChangeRequest" Type="Edm.Guid" /><Property Name="LBD_GS_Staff" Type="Edm.Guid" Nullable="false" /><Property Name="LBD_IncludesStatutoryLeave" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="LBD_IsApproved" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="LBD_LeaveType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LBD_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="LBD_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LBD_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LBD_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LBD_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="IsSelf" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged1" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged2" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged3" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="ChangeRequest" Type="Odyssey.GlbStaffChangeRequest" Partner="HrlBenefitOnDemands"><ReferentialConstraint Property="LBD_GCR_ChangeRequest" ReferencedProperty="GCR_PK" /></NavigationProperty><NavigationProperty Name="Staff" Type="Odyssey.GlbStaff" Nullable="false" Partner="HrlBenefitOnDemands"><ReferentialConstraint Property="LBD_GS_Staff" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LBD_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LBD_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AddOnValues" Type="Collection(Odyssey.LBDAddOnValue)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.LBDLog)" Partner="Parent" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.LBDAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="LBD" /></EntityType><EntityType Name="HrlBenefit"><Key><PropertyRef Name="LPB_PK" /></Key><Property Name="LPB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="LPB_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="LPB_Comment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="255" /><Property Name="LPB_EffectiveDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="LPB_FallbackThreshold" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="5" Scale="2" /><Property Name="LPB_FallbackType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LPB_LeaveType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LPB_LLP_Policy" Type="Edm.Guid" Nullable="false" /><Property Name="LPB_LPE_Entitlement" Type="Edm.Guid" /><Property Name="LPB_LPI_Increment" Type="Edm.Guid" /><Property Name="LPB_MaxNumberOfLeaves" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="LPB_MinLeaveDuration" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="LPB_MinLeaveDurationUnit" Type="Edm.String" DefaultValue="H" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="LPB_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LPB_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LPB_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LPB_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LPB_LeaveInstructions" Type="Edm.Stream"><Annotation Term="Glow.DefaultContentType" String="application/rtf" /></Property><NavigationProperty Name="Policy" Type="Odyssey.HrlPolicy" Nullable="false" Partner="HrlBenefits"><ReferentialConstraint Property="LPB_LLP_Policy" ReferencedProperty="LLP_PK" /></NavigationProperty><NavigationProperty Name="Entitlement" Type="Odyssey.HrlEntitlement" Partner="HrlBenefits"><ReferentialConstraint Property="LPB_LPE_Entitlement" ReferencedProperty="LPE_PK" /></NavigationProperty><NavigationProperty Name="Increment" Type="Odyssey.HrlIncrement" Partner="HrlBenefits"><ReferentialConstraint Property="LPB_LPI_Increment" ReferencedProperty="LPI_PK" /></NavigationProperty><NavigationProperty Name="HrlUnpaidExcludes" Type="Collection(Odyssey.HrlUnpaidExclude)" Partner="Benefit" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LPB_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LPB_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.LPBAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="LPB" /></EntityType><EntityType Name="HrlBenefitView"><Key><PropertyRef Name="LPB_PK" /></Key><Property Name="LPB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="LPB_LeaveType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LPB_LLP_Policy" Type="Edm.Guid" Nullable="false" /><Property Name="LPB_LPE_Entitlement" Type="Edm.Guid" /><Property Name="LPB_LPI_Increment" Type="Edm.Guid" /><Property Name="LPB_EffectiveDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="LPB_Comment" Type="Edm.String" Nullable="false" MaxLength="255" /><Property Name="LPB_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LPB_SystemCreateUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LPB_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LPB_SystemLastEditUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LPB_FallbackThreshold" Type="Edm.Decimal" Nullable="false" Precision="5" Scale="2" /><Property Name="LPB_FallbackType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LPB_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LPB_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Policy" Type="Odyssey.HrlPolicy" Nullable="false" Partner="HrlBenefitViews"><ReferentialConstraint Property="LPB_LLP_Policy" ReferencedProperty="LLP_PK" /></NavigationProperty><NavigationProperty Name="Entitlement" Type="Odyssey.HrlEntitlement" Partner="HrlBenefitViews"><ReferentialConstraint Property="LPB_LPE_Entitlement" ReferencedProperty="LPE_PK" /></NavigationProperty><NavigationProperty Name="Increment" Type="Odyssey.HrlIncrement" Partner="HrlBenefitViews"><ReferentialConstraint Property="LPB_LPI_Increment" ReferencedProperty="LPI_PK" /></NavigationProperty></EntityType><EntityType Name="HrlConsolidatedBalanceTransactionView"><Key><PropertyRef Name="PK" /></Key><Property Name="PK" Type="Edm.String" Nullable="false" MaxLength="85" Unicode="false" /><Property Name="LLT_GS_Staff" Type="Edm.Guid" Nullable="false" /><Property Name="LLT_LeaveType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LLT_LLR_ProcessingRun" Type="Edm.Guid" /><Property Name="TotalLeaveBalance" Type="Edm.Decimal" Precision="38" Scale="7" /><Property Name="NonForfeitureBalance" Type="Edm.Decimal" Precision="38" Scale="7" /><Property Name="ForfeitureBalance1" Type="Edm.Decimal" Precision="11" Scale="7" /><Property Name="ForfeitureDate1" Type="Edm.DateTimeOffset" /><Property Name="ForfeitureBalance2" Type="Edm.Decimal" Precision="11" Scale="7" /><Property Name="ForfeitureDate2" Type="Edm.DateTimeOffset" /><Property Name="ForfeitureBalance3" Type="Edm.Decimal" Precision="11" Scale="7" /><Property Name="ForfeitureDate3" Type="Edm.DateTimeOffset" /><Property Name="ForfeitureBalance4" Type="Edm.Decimal" Precision="11" Scale="7" /><Property Name="ForfeitureDate4" Type="Edm.DateTimeOffset" /><Property Name="LatestAccrual" Type="Edm.DateTimeOffset" /><Property Name="NumberOfForfeitureBalances" Type="Edm.Int32" /><NavigationProperty Name="ProcessingRun" Type="Odyssey.HrlProcessingRun" Partner="HrlConsolidatedBalanceTransactionViews"><ReferentialConstraint Property="LLT_LLR_ProcessingRun" ReferencedProperty="LLR_PK" /></NavigationProperty><NavigationProperty Name="Staff" Type="Odyssey.GlbStaff" Nullable="false" Partner="HrlConsolidatedBalanceTransactionViews"><ReferentialConstraint Property="LLT_GS_Staff" ReferencedProperty="GS_PK" /></NavigationProperty></EntityType><EntityType Name="HrlEntitlement"><Key><PropertyRef Name="LPE_PK" /></Key><Property Name="LPE_PK" Type="Edm.Guid" Nullable="false" /><Property Name="LPE_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="LPE_Entitlement" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="2" /><Property Name="LPE_EntitlementTimeUnit" Type="Edm.String" DefaultValue="D" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="LPE_MaximumEntitlement" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="2" /><Property Name="LPE_MaximumEntitlementTimeUnit" Type="Edm.String" DefaultValue="H" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="LPE_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="LPE_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LPE_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LPE_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LPE_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LPE_Type" Type="Edm.String" DefaultValue="F" Nullable="false" MaxLength="1" Unicode="false" /><NavigationProperty Name="HrlBenefits" Type="Collection(Odyssey.HrlBenefit)" Partner="Entitlement" /><NavigationProperty Name="HrlEntitlementTenures" Type="Collection(Odyssey.HrlEntitlementTenure)" Partner="Entitlement"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LPE_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LPE_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.LPEAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="HrlBenefitViews" Type="Collection(Odyssey.HrlBenefitView)" Partner="Entitlement" /><Annotation Term="Glow.TableCode" String="LPE" /></EntityType><EntityType Name="HrlEntitlementTenure"><Key><PropertyRef Name="LPT_PK" /></Key><Property Name="LPT_PK" Type="Edm.Guid" Nullable="false" /><Property Name="LPT_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="LPT_EntitlementUnit" Type="Edm.String" DefaultValue="H" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="LPT_EntitlementValue" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="2" /><Property Name="LPT_LPE_Entitlement" Type="Edm.Guid" Nullable="false" /><Property Name="LPT_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LPT_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LPT_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LPT_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LPT_TenureMonths" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><NavigationProperty Name="Entitlement" Type="Odyssey.HrlEntitlement" Nullable="false" Partner="HrlEntitlementTenures"><ReferentialConstraint Property="LPT_LPE_Entitlement" ReferencedProperty="LPE_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LPT_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LPT_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.LPTAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="LPT" /></EntityType><EntityType Name="HrlIncrement"><Key><PropertyRef Name="LPI_PK" /></Key><Property Name="LPI_PK" Type="Edm.Guid" Nullable="false" /><Property Name="LPI_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="LPI_CustomAccrualPeriod" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="LPI_CustomAccrualPeriodTimeUnit" Type="Edm.String" DefaultValue="D" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="LPI_Delay" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="LPI_DelayTimeUnit" Type="Edm.String" DefaultValue="M" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="LPI_EarliestAvailability" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="LPI_EarliestAvailabilityTimeUnit" Type="Edm.String" DefaultValue="M" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="LPI_Forfeit" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="LPI_InterpolationStrategy" Type="Edm.String" DefaultValue="MWD" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LPI_LeaveYearLength" Type="Edm.Int16" DefaultValue="12" Nullable="false" /><Property Name="LPI_LeaveYearLengthTimeUnit" Type="Edm.String" DefaultValue="M" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="LPI_LeaveYearType" Type="Edm.String" DefaultValue="C" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="LPI_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="LPI_Retained" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="LPI_RetainedTimeUnit" Type="Edm.String" DefaultValue="H" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="LPI_RetainPeriod" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="LPI_RetainPeriodTimeUnit" Type="Edm.String" DefaultValue="M" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="LPI_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LPI_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LPI_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LPI_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LPI_Type" Type="Edm.String" DefaultValue="G" Nullable="false" MaxLength="1" Unicode="false" /><NavigationProperty Name="HrlBenefits" Type="Collection(Odyssey.HrlBenefit)" Partner="Increment" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LPI_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LPI_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.LPIAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="HrlBenefitViews" Type="Collection(Odyssey.HrlBenefitView)" Partner="Increment" /><Annotation Term="Glow.TableCode" String="LPI" /></EntityType><EntityType Name="HrlLeaveProcessedLog"><Key><PropertyRef Name="LLD_PK" /></Key><Property Name="LLD_PK" Type="Edm.Guid" Nullable="false" /><Property Name="LLD_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="LLD_GA_StaffHoliday" Type="Edm.Guid" Nullable="false" /><Property Name="LLD_LLR_ProcessingRun" Type="Edm.Guid" Nullable="false" /><Property Name="LLD_ProcessedFrom" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="LLD_ProcessedThisPeriodHours" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="10" Scale="7" /><Property Name="LLD_ProcessedTo" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="LLD_SupersededOn" Type="Edm.DateTimeOffset" /><Property Name="LLD_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LLD_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LLD_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LLD_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="StaffHoliday" Type="Odyssey.GlbStaffHoliday" Nullable="false" Partner="HrlLeaveProcessedLogs"><ReferentialConstraint Property="LLD_GA_StaffHoliday" ReferencedProperty="GA_PK" /></NavigationProperty><NavigationProperty Name="ProcessingRun" Type="Odyssey.HrlProcessingRun" Nullable="false" Partner="HrlLeaveProcessedLogs"><ReferentialConstraint Property="LLD_LLR_ProcessingRun" ReferencedProperty="LLR_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LLD_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LLD_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.LLDAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="LLD" /></EntityType><EntityType Name="HrlPolicy"><Key><PropertyRef Name="LLP_PK" /></Key><Property Name="LLP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="LLP_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="LLP_GB_Branch" Type="Edm.Guid" /><Property Name="LLP_GC_Company" Type="Edm.Guid" /><Property Name="LLP_GE_Department" Type="Edm.Guid" /><Property Name="LLP_IsCountryDefault" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="LLP_IsStateDefault" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="LLP_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="LLP_RN_NKCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="LLP_RW_NKState" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LLP_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LLP_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LLP_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LLP_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="HrlBenefits" Type="Collection(Odyssey.HrlBenefit)" Partner="Policy" /><NavigationProperty Name="Branch" Type="Odyssey.GlbBranch"><ReferentialConstraint Property="LLP_GB_Branch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="Company" Type="Odyssey.GlbCompany"><ReferentialConstraint Property="LLP_GC_Company" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Department" Type="Odyssey.GlbDepartment"><ReferentialConstraint Property="LLP_GE_Department" ReferencedProperty="GE_PK" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="LLP_RN_NKCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LLP_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LLP_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.LLPAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="HrlBenefitViews" Type="Collection(Odyssey.HrlBenefitView)" Partner="Policy" /><Annotation Term="Glow.TableCode" String="LLP" /></EntityType><EntityType Name="HrlProcessingRun"><Key><PropertyRef Name="LLR_PK" /></Key><Property Name="LLR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="LLR_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="LLR_ProcessTo" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="LLR_RN_NKCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="LLR_Status" Type="Edm.String" DefaultValue="QUE" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LLR_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LLR_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LLR_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LLR_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="HrlBalanceTransactions" Type="Collection(Odyssey.HrlBalanceTransaction)" Partner="ProcessingRun" /><NavigationProperty Name="HrlLeaveProcessedLogs" Type="Collection(Odyssey.HrlLeaveProcessedLog)" Partner="ProcessingRun" /><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="LLR_RN_NKCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LLR_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LLR_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.LLRAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="HrlConsolidatedBalanceTransactionViews" Type="Collection(Odyssey.HrlConsolidatedBalanceTransactionView)" Partner="ProcessingRun" /><Annotation Term="Glow.TableCode" String="LLR" /></EntityType><EntityType Name="HrlStaffPolicy"><Key><PropertyRef Name="LLS_PK" /></Key><Property Name="LLS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="LLS_AutoEffectiveEndDate" Type="Edm.DateTimeOffset" /><Property Name="LLS_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="LLS_EffectiveDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="LLS_GS_Staff" Type="Edm.Guid" Nullable="false" /><Property Name="LLS_LLP_Policy" Type="Edm.Guid" /><Property Name="LLS_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LLS_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LLS_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LLS_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="IsSelf" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged1" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged2" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged3" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="Staff" Type="Odyssey.GlbStaff" Nullable="false" Partner="HrlStaffPolicies"><ReferentialConstraint Property="LLS_GS_Staff" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="Policy" Type="Odyssey.HrlPolicy"><ReferentialConstraint Property="LLS_LLP_Policy" ReferencedProperty="LLP_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LLS_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LLS_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.LLSAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="LLS" /></EntityType><EntityType Name="HrlUnpaidExclude"><Key><PropertyRef Name="LPX_PK" /></Key><Property Name="LPX_PK" Type="Edm.Guid" Nullable="false" /><Property Name="LPX_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="LPX_LeaveType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LPX_LPB_Benefit" Type="Edm.Guid" Nullable="false" /><Property Name="LPX_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LPX_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="LPX_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="LPX_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Benefit" Type="Odyssey.HrlBenefit" Nullable="false" Partner="HrlUnpaidExcludes"><ReferentialConstraint Property="LPX_LPB_Benefit" ReferencedProperty="LPB_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LPX_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="LPX_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.LPXAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="LPX" /></EntityType><EntityType Name="HRMRemHistory"><Key><PropertyRef Name="GMR_PK" /></Key><Property Name="GMR_PK" Type="Edm.String" Nullable="false" MaxLength="63" Unicode="false" /><Property Name="GMR_Classification" Type="Edm.String" MaxLength="4" Unicode="false" /><Property Name="GMR_EffectiveDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="GMR_GS_NKReviewer" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="GMR_GS_Staff" Type="Edm.Guid" Nullable="false" /><Property Name="GMR_GSL" Type="Edm.Guid" /><Property Name="GMR_GSR" Type="Edm.Guid" /><Property Name="GMR_GSV" Type="Edm.Guid" /><Property Name="GMR_GSW" Type="Edm.Guid" /><Property Name="GMR_RN_NKCountry" Type="Edm.String" MaxLength="2" Unicode="false" /><Property Name="GMR_RX_NKCurrency" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="GMR_Score" Type="Edm.Byte" /><Property Name="GMR_WorkingBasis" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="IsManaged1" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged2" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged3" Type="Edm.Boolean" Nullable="false" /><Property Name="IsSelf" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="Reviewer" Type="Odyssey.GlbStaffInfo"><ReferentialConstraint Property="GMR_GS_NKReviewer" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo"><ReferentialConstraint Property="GMR_RN_NKCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="Currency" Type="Odyssey.RefCurrencyInfo"><ReferentialConstraint Property="GMR_RX_NKCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="Staff" Type="Odyssey.GlbStaff" Nullable="false" Partner="HRMRemHistories"><ReferentialConstraint Property="GMR_GS_Staff" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="GlbStaffClassification" Type="Odyssey.GlbStaffClassification"><ReferentialConstraint Property="GMR_GSL" ReferencedProperty="GSL_PK" /></NavigationProperty><NavigationProperty Name="GlbStaffRemuneration" Type="Odyssey.GlbStaffRemuneration"><ReferentialConstraint Property="GMR_GSR" ReferencedProperty="GSR_PK" /></NavigationProperty><NavigationProperty Name="GlbStaffReview" Type="Odyssey.GlbStaffReview"><ReferentialConstraint Property="GMR_GSV" ReferencedProperty="GSV_PK" /></NavigationProperty><NavigationProperty Name="GlbStaffWorkingBasis" Type="Odyssey.GlbStaffWorkingBasis"><ReferentialConstraint Property="GMR_GSW" ReferencedProperty="GSW_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="GMR" /></EntityType><EntityType Name="HRMStaffHistory"><Key><PropertyRef Name="EHV_PK" /></Key><Property Name="EHV_PK" Type="Edm.String" Nullable="false" MaxLength="63" Unicode="false" /><Property Name="EHV_BeneficiaryBranch" Type="Edm.String" MaxLength="50" /><Property Name="EHV_EmployingBranch" Type="Edm.String" MaxLength="50" /><Property Name="EHV_GBB" Type="Edm.Guid" /><Property Name="EHV_GEH" Type="Edm.Guid" /><Property Name="EHV_GEL" Type="Edm.Guid" /><Property Name="EHV_GET" Type="Edm.Guid" /><Property Name="EHV_GHB" Type="Edm.Guid" /><Property Name="EHV_JobTitle" Type="Edm.String" MaxLength="80" /><Property Name="EHV_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="EHV_StartDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="EHV_TeamName" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="EHV_WorkAddress1" Type="Edm.String" MaxLength="1024" /><Property Name="EHV_WorkAddress2" Type="Edm.String" MaxLength="50" /><Property Name="EHV_WorkAddressCity" Type="Edm.String" MaxLength="50" /><Property Name="EHV_WorkAddressCountry" Type="Edm.String" MaxLength="2" Unicode="false" /><Property Name="EHV_WorkAddressLocationSource" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="EHV_WorkAddressSourceBranch" Type="Edm.String" MaxLength="50" /><Property Name="EHV_WorkAddressState" Type="Edm.String" MaxLength="25" /><Property Name="IsManaged1" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged2" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged3" Type="Edm.Boolean" Nullable="false" /><Property Name="IsSelf" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="GlbStaff" Type="Odyssey.GlbStaff" Nullable="false" Partner="HRMStaffHistories"><ReferentialConstraint Property="EHV_ParentID" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="GlbEmploymentHistory" Type="Odyssey.GlbEmploymentHistory"><ReferentialConstraint Property="EHV_GEH" ReferencedProperty="GEH_PK" /></NavigationProperty><NavigationProperty Name="GlbEmploymentTeam" Type="Odyssey.GlbEmploymentTeam"><ReferentialConstraint Property="EHV_GET" ReferencedProperty="GET_PK" /></NavigationProperty><NavigationProperty Name="GlbEmployingBranchDepartment" Type="Odyssey.GlbEmployingBranchDepartment"><ReferentialConstraint Property="EHV_GHB" ReferencedProperty="GHB_PK" /></NavigationProperty><NavigationProperty Name="GlbBeneficiaryBranchDepartment" Type="Odyssey.GlbBeneficiaryBranchDepartment"><ReferentialConstraint Property="EHV_GBB" ReferencedProperty="GBB_PK" /></NavigationProperty><NavigationProperty Name="GlbEmploymentLocation" Type="Odyssey.GlbEmploymentLocation"><ReferentialConstraint Property="EHV_GEL" ReferencedProperty="GEL_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="EHV" /></EntityType><EntityType Name="IndirectManager"><Key><PropertyRef Name="GSS_PK" /></Key><Property Name="GSS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GSS_GS_Manager" Type="Edm.Guid" Nullable="false" /><Property Name="GSS_GS_Staff" Type="Edm.Guid" /><NavigationProperty Name="Manager" Type="Odyssey.GlbStaff" Nullable="false"><ReferentialConstraint Property="GSS_GS_Manager" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="Staff" Type="Odyssey.GlbStaff" Partner="IndirectManagers"><ReferentialConstraint Property="GSS_GS_Staff" ReferencedProperty="GS_PK" /></NavigationProperty></EntityType><EntityType Name="LBDAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.HrlBenefitOnDemand" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="LBD_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="LBDAddOnValue" BaseType="Odyssey.AddOnValue"><NavigationProperty Name="Parent" Type="Odyssey.HrlBenefitOnDemand" Nullable="false" Partner="AddOnValues"><ReferentialConstraint Property="XV_ParentID" ReferencedProperty="LBD_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XV_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XV_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="LBDLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.HrlBenefitOnDemand" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="LBD_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="LLBAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.HrlBalanceAffectingLog" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="LLB_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="LLDAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.HrlLeaveProcessedLog" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="LLD_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="LLPAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.HrlPolicy" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="LLP_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="LLRAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.HrlProcessingRun" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="LLR_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="LLSAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.HrlStaffPolicy" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="LLS_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="LLTAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.HrlBalanceTransaction" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="LLT_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="LPBAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.HrlBenefit" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="LPB_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="LPEAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.HrlEntitlement" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="LPE_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="LPIAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.HrlIncrement" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="LPI_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="LPTAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.HrlEntitlementTenure" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="LPT_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="LPXAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.HrlUnpaidExclude" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="LPX_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="NettingOrganisationInfo"><Key><PropertyRef Name="NSO_PK" /></Key><Property Name="NSO_PK" Type="Edm.Guid" Nullable="false" /><Property Name="NSO_NettingType" Type="Edm.String" DefaultValue="FUL" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NSO_NS_NettingSystem" Type="Edm.Guid" Nullable="false" /><Property Name="NSO_OH_Organisation" Type="Edm.Guid" Nullable="false" /><Property Name="NSO_RX_NKAPSettlementCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NSO_RX_NKARSettlementCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="NettingSystem" Type="Odyssey.NettingSystemInfo" Nullable="false"><ReferentialConstraint Property="NSO_NS_NettingSystem" ReferencedProperty="NS_PK" /></NavigationProperty><NavigationProperty Name="Organisation" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="NettingOrganisations"><ReferentialConstraint Property="NSO_OH_Organisation" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="APSettlementCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="NSO_RX_NKAPSettlementCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="ARSettlementCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="NSO_RX_NKARSettlementCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="INettingOrganisation" /><Annotation Term="Glow.TableCode" String="NSO" /></EntityType><EntityType Name="NettingSystemInfo"><Key><PropertyRef Name="NS_PK" /></Key><Property Name="NS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="NS_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="NS_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" /><Property Name="NS_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="INettingSystem" /><Annotation Term="Glow.TableCode" String="NS" /></EntityType><EntityType Name="OrgAddressAdditionalInfoInfo"><Key><PropertyRef Name="OAI_PK" /></Key><Property Name="OAI_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OAI_AdditionalInfo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OAI_IsPrimary" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OAI_OA_Address" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo" Nullable="false" Partner="OrgAddressAdditionalInfos"><ReferentialConstraint Property="OAI_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgAddressAdditionalInfo" /><Annotation Term="Glow.TableCode" String="OAI" /></EntityType><EntityType Name="OrgAddressCapabilityInfo"><Key><PropertyRef Name="PZ_PK" /></Key><Property Name="PZ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="PZ_AddressType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PZ_IsMainAddress" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="PZ_OA" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="OrgAddress" Type="Odyssey.OrgAddressInfo" Nullable="false" Partner="OrgAddressCapabilities"><ReferentialConstraint Property="PZ_OA" ReferencedProperty="OA_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgAddressCapability" /><Annotation Term="Glow.TableCode" String="PZ" /></EntityType><EntityType Name="OrgAddressInfo"><Key><PropertyRef Name="OA_PK" /></Key><Property Name="OA_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OA_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><Property Name="OA_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OA_AccessPoint" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_AdditionalAddressInformation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OA_Address1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OA_Address2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OA_AuthorityToLeave" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_City" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OA_CommunicationRequired" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_CompanyNameOverride" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="OA_ContainerHandling" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_Dock_Height" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_DockLeveler" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_Email" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="OA_Fax" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OA_FCLEquipmentNeeded" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_ForkLift" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_GeofencePolygon" Type="Edm.String" DefaultValue="POLYGON EMPTY" Nullable="false" /><Property Name="OA_GeoLocation" Type="Edm.String" DefaultValue="POINT EMPTY" Nullable="false" /><Property Name="OA_IsAirCTO" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsContainerYard" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsDistributionCenter" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsFerryWaterTerminal" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsPackDepot" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsRailHead" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsRoadFreightDepot" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsSeaCTO" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsUnpackDepot" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_JobLoadingDuration" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="OA_LabourRequired" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_LoadingUnloadingConstraints" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="OA_Mobile" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OA_OH" Type="Edm.Guid" Nullable="false" /><Property Name="OA_PalletJack" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_Phone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OA_PostCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" /><Property Name="OA_RL_NKRelatedPortCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="OA_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OA_State" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><NavigationProperty Name="OrgAddressAdditionalInfos" Type="Collection(Odyssey.OrgAddressAdditionalInfoInfo)" Partner="Address" /><NavigationProperty Name="OrgAddressCapabilities" Type="Collection(Odyssey.OrgAddressCapabilityInfo)" Partner="OrgAddress"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="OrgAddresses"><ReferentialConstraint Property="OA_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="RelatedPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="OA_RL_NKRelatedPortCode" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="OA_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgAddress" /><Annotation Term="Glow.TableCode" String="OA" /></EntityType><EntityType Name="OrgBrandOrRelatedNameInfo"><Key><PropertyRef Name="P1_PK" /></Key><Property Name="P1_PK" Type="Edm.Guid" Nullable="false" /><Property Name="P1_RelatedName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="P1_IsValid" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="P1_OH" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="OrgBrandOrRelatedNames"><ReferentialConstraint Property="P1_OH" ReferencedProperty="OH_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgBrandOrRelatedName" /><Annotation Term="Glow.TableCode" String="P1" /></EntityType><EntityType Name="OrgCarrierAccountInfo"><Key><PropertyRef Name="OAN_PK" /></Key><Property Name="OAN_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OAN_AccountNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="OAN_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OAN_OH_Carrier" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Carrier" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="CarrierAccounts"><ReferentialConstraint Property="OAN_OH_Carrier" ReferencedProperty="OH_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgCarrierAccount" /><Annotation Term="Glow.TableCode" String="OAN" /></EntityType><EntityType Name="OrgCompanyDataInfo"><Key><PropertyRef Name="OB_PK" /></Key><Property Name="OB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OB_APTransactionCreationRestriction" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_APVATConfig" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_CRIsShipsAgencyPrincipal" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_GC" Type="Edm.Guid" Nullable="false" /><Property Name="OB_IsCreditor" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_IsDebtor" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_OH" Type="Edm.Guid" Nullable="false" /><Property Name="OB_RX_NKAPDefltCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_YardCombinedMNREstimate" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OB_YardMNRCodeGroup" Type="Edm.String" DefaultValue="CDX" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_YardPRAExpiryThreshold" Type="Edm.Int16" DefaultValue="-1" Nullable="false" /><Property Name="OB_YardROIExpiryThreshold" Type="Edm.Int16" DefaultValue="-1" Nullable="false" /><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="OB_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="OrgCompanyData"><ReferentialConstraint Property="OB_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="APDefltCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="OB_RX_NKAPDefltCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgCompanyData" /><Annotation Term="Glow.TableCode" String="OB" /></EntityType><EntityType Name="OrgContactInfo"><Key><PropertyRef Name="OC_PK" /></Key><Property Name="OC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OC_ContactName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256" /><Property Name="OC_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OC_Email" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="OC_Fax" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OC_GB_DefaultBranch" Type="Edm.Guid" /><Property Name="OC_Language" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="7" Unicode="false" /><Property Name="OC_Mobile" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OC_OA_OrgAddress" Type="Edm.Guid" /><Property Name="OC_OH" Type="Edm.Guid" Nullable="false" /><Property Name="OC_Phone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OC_Title" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="OC_WebAccessEnabled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><NavigationProperty Name="DefaultBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="OC_GB_DefaultBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="OrgAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="OC_OA_OrgAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="OrgContacts"><ReferentialConstraint Property="OC_OH" ReferencedProperty="OH_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgContact" /><Annotation Term="Glow.TableCode" String="OC" /></EntityType><EntityType Name="OrgCusCodeInfo"><Key><PropertyRef Name="OK_PK" /></Key><Property Name="OK_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OK_CustomsRegNo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="OK_CodeType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OK_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OK_OA_PremisesAddress" Type="Edm.Guid" /><Property Name="OK_OH" Type="Edm.Guid" Nullable="false" /><Property Name="OK_RN_NKCodeCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="PremisesAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="OK_OA_PremisesAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="CusCodes"><ReferentialConstraint Property="OK_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="CodeCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="OK_RN_NKCodeCountry" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgCusCode" /><Annotation Term="Glow.TableCode" String="OK" /></EntityType><EntityType Name="OrgHeaderInfo"><Key><PropertyRef Name="OH_PK" /></Key><Property Name="OH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OH_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="12"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="OH_FullName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="OH_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OH_IsAirCTO" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsAirLine" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsAirWholesaler" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsConsignee" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsConsignor" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsContainerLeasingCompany" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsControllingCustomer" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsFerryWaterTerminal" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsForwarder" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsInlandWaterwayProvider" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsLineHaulProvider" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsLocalTransport" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsMiscFreightServices" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsRailHead" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsRailProvider" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsSalesLead" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsSeaCTO" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsSeaWholesaler" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsShippingConsortium" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsShippingLine" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsShippingProvider" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsTransportClient" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsVGMContractor" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsWarehouseClient" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_RL_NKClosestPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="OH_RSL_ShippingLine" Type="Edm.Guid" /><NavigationProperty Name="NettingOrganisations" Type="Collection(Odyssey.NettingOrganisationInfo)" Partner="Organisation" /><NavigationProperty Name="OrgAddresses" Type="Collection(Odyssey.OrgAddressInfo)" Partner="OrgHeader"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="OrgBrandOrRelatedNames" Type="Collection(Odyssey.OrgBrandOrRelatedNameInfo)" Partner="OrgHeader" /><NavigationProperty Name="CarrierAccounts" Type="Collection(Odyssey.OrgCarrierAccountInfo)" Partner="Carrier" /><NavigationProperty Name="OrgCompanyData" Type="Collection(Odyssey.OrgCompanyDataInfo)" Partner="OrgHeader"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="OrgContacts" Type="Collection(Odyssey.OrgContactInfo)" Partner="OrgHeader" /><NavigationProperty Name="CusCodes" Type="Collection(Odyssey.OrgCusCodeInfo)" Partner="OrgHeader" /><NavigationProperty Name="ShippingLine" Type="Odyssey.RefShippingLineInfo"><ReferentialConstraint Property="OH_RSL_ShippingLine" ReferencedProperty="RSL_PK" /></NavigationProperty><NavigationProperty Name="RelatedParties" Type="Collection(Odyssey.OrgRelatedPartyInfo)" Partner="Parent" /><NavigationProperty Name="PartiesRelatedToThisOrg" Type="Collection(Odyssey.OrgRelatedPartyInfo)" Partner="RelatedParty" /><NavigationProperty Name="ClosestPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="OH_RL_NKClosestPort" ReferencedProperty="RL_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgHeader" /><Annotation Term="Glow.TableCode" String="OH" /></EntityType><EntityType Name="OrgRelatedPartyInfo"><Key><PropertyRef Name="PR_PK" /></Key><Property Name="PR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="PR_FreightDirection" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PR_GC" Type="Edm.Guid" /><Property Name="PR_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="PR_OH_Parent" Type="Edm.Guid" Nullable="false" /><Property Name="PR_OH_RelatedParty" Type="Edm.Guid" Nullable="false" /><Property Name="PR_PartyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="PR_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="RelatedParties"><ReferentialConstraint Property="PR_OH_Parent" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="RelatedParty" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="PartiesRelatedToThisOrg"><ReferentialConstraint Property="PR_OH_RelatedParty" ReferencedProperty="OH_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgRelatedParty" /><Annotation Term="Glow.TableCode" String="PR" /></EntityType><EntityType Name="P9Acknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.ProcessTask" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="P9_PK" /></NavigationProperty></EntityType><EntityType Name="P9Log" BaseType="Odyssey.Log"><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.ProcessTask" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="P9_PK" /></NavigationProperty></EntityType><EntityType Name="Note" Abstract="true"><Key><PropertyRef Name="ST_PK" /></Key><Property Name="ST_PK" Type="Edm.Guid" Nullable="false" /><Property Name="ST_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="ST_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="ST_ForceRead" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="ST_GC_RelatedCompany" Type="Edm.Guid" /><Property Name="ST_IsCustomDescription" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="ST_NoteContext" Type="Edm.String" DefaultValue="ALL" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ST_NoteText" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="ST_NoteType" Type="Edm.String" DefaultValue="INT" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ST_ParentID" Type="Edm.Guid" /><Property Name="ST_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="ST_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ST_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="ST_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ST_NoteData" Type="Edm.Stream"><Annotation Term="Glow.DefaultContentType" String="application/rtf" /></Property><Annotation Term="Glow.TableCode" String="ST" /></EntityType><EntityType Name="P9Note" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ST_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ST_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.ProcessTask" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="P9_PK" /></NavigationProperty></EntityType><EntityType Name="Tag" Abstract="true"><Key><PropertyRef Name="TGL_PK" /></Key><Property Name="TGL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="TGL_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="TGL_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" /><Property Name="TGL_GS_NKRemovedBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TGL_Magnitude" Type="Edm.Decimal" DefaultValue="1" Nullable="false" Precision="10" Scale="3" /><Property Name="TGL_ParentId" Type="Edm.Guid" Nullable="false" /><Property Name="TGL_RemovedTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="TGL_Sequence" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="TGL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="TGL_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TGL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="TGL_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TGL_TGM_Magnitude" Type="Edm.Guid" Nullable="false" /><Annotation Term="Glow.TableCode" String="TGL" /></EntityType><EntityType Name="P9Tag" BaseType="Odyssey.Tag"><NavigationProperty Name="Parent" Type="Odyssey.ProcessTask" Nullable="false" Partner="Tags"><ReferentialConstraint Property="TGL_ParentId" ReferencedProperty="P9_PK" /></NavigationProperty><NavigationProperty Name="RemovedBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="TGL_GS_NKRemovedBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="TGL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="TGL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="PERAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.GlbPerson" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="PER_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="PERCertificateOrAccreditation" BaseType="Odyssey.CertificateOrAccreditation"><NavigationProperty Name="Parent" Type="Odyssey.GlbPerson" Partner="CertificateOrAccreditations"><ReferentialConstraint Property="XZ_ParentID" ReferencedProperty="PER_PK" /></NavigationProperty><NavigationProperty Name="CountryOfIssuance" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="XZ_RN_NKCountryOfIssuance" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XZ_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XZ_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="PERLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.GlbPerson" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="PER_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="ProcessTask" Abstract="true"><Key><PropertyRef Name="P9_PK" /></Key><Property Name="P9_PK" Type="Edm.Guid" Nullable="false" /><Property Name="P9_ActualDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_ActualDateUpdateType" Type="Edm.String" DefaultValue="AD1" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_ActualDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_ActualDuration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_AndOr" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="P9_CardNote" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="40" /><Property Name="P9_CascadedEventsContext" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="250" Unicode="false" /><Property Name="P9_CompletedTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_Condition1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_Condition2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_Condition2Value" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_DelayDurationSeconds" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="P9_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="P9_EffectiveEndDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_EffectiveStartDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_EstDuration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_EstimatedDefaultedFrom" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_EstimatedDefaultFromPredecessor" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="P9_EstimatedDefaultTimeDelta" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_EstimatedHandoverTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_EstimatedTimeToComplete" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_EstimateVariationFactor" Type="Edm.Decimal" DefaultValue="1" Nullable="false" Precision="5" Scale="2" /><Property Name="P9_ExceptionAddedUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_ExceptionDurationHours" Type="Edm.Int32" /><Property Name="P9_ExceptionEndDate" Type="Edm.DateTimeOffset" /><Property Name="P9_FC_CurrentComponent" Type="Edm.Guid" /><Property Name="P9_FH_ProcessHeader" Type="Edm.Guid" /><Property Name="P9_FormFlowType" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="P9_G4_RequiredCapability" Type="Edm.Guid" /><Property Name="P9_GB_TriggerBranch" Type="Edm.Guid" /><Property Name="P9_GC" Type="Edm.Guid" /><Property Name="P9_GE_TriggerDepartment" Type="Edm.Guid" /><Property Name="P9_GG_AssignedGroup" Type="Edm.Guid" /><Property Name="P9_GS_NKAssignedStaffMember" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_IsCalendarItem" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_IsInterruptable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_IsPublished" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="P9_IsResetBeingAppliedToThisTask" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_LineTriggerType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_MilestoneCompletionPivotKey" Type="Edm.String" MaxLength="200" /><Property Name="P9_MilestoneExceptionAdded" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_NonWorkHours" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_Notes" Type="Edm.Binary" /><Property Name="P9_OA" Type="Edm.Guid" /><Property Name="P9_OC" Type="Edm.Guid" /><Property Name="P9_OriginalScheduledDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_Outcome" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_ParentID" Type="Edm.Guid" /><Property Name="P9_ParentTemplateID" Type="Edm.Guid" /><Property Name="P9_PTE_ProcessTaskAutomation" Type="Edm.Guid" /><Property Name="P9_RecalculateScheduledDate" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="P9_ReferencedID" Type="Edm.Guid" /><Property Name="P9_ReferencedTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_RespondToCascadedEvents" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_RL_NKExceptionLocation" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="P9_RN_NKDestinationCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="P9_RN_NKOriginCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="P9_ScheduledDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_ScheduledDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SE_NKExceptionEvent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SE_NKMilestoneEvent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SE_NKTaskCompletionEvent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_Sequence" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="P9_Status" Type="Edm.String" DefaultValue="OPN" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SuppressDuplicates" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_SuspendedAt" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_SuspendedAtUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_TaskCannotBeDeleted" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_TaskID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="P9_TotalSuspendedDuration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_TriggerCondition" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_TriggerContext" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_TriggerField" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" Unicode="false" /><Property Name="P9_TriggerFiredCountdown" Type="Edm.Int16" DefaultValue="100" Nullable="false" /><Property Name="P9_TriggeringEventLog" Type="Edm.Guid" /><Property Name="P9_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_UseTemplateNotifications" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_WAT_AutomationTask" Type="Edm.Guid" /><Property Name="IsSelf" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged1" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged2" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged3" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="RequiredCapability" Type="Odyssey.GlbCapabilityInfo"><ReferentialConstraint Property="P9_G4_RequiredCapability" ReferencedProperty="G4_PK" /></NavigationProperty><NavigationProperty Name="TriggerBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="P9_GB_TriggerBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="P9_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="TriggerDepartment" Type="Odyssey.GlbDepartmentInfo"><ReferentialConstraint Property="P9_GE_TriggerDepartment" ReferencedProperty="GE_PK" /></NavigationProperty><NavigationProperty Name="AssignedGroup" Type="Odyssey.GlbGroupInfo"><ReferentialConstraint Property="P9_GG_AssignedGroup" ReferencedProperty="GG_PK" /></NavigationProperty><NavigationProperty Name="OrgAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="P9_OA" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="OrgContact" Type="Odyssey.OrgContactInfo"><ReferentialConstraint Property="P9_OC" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="AssignedStaffMember" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_GS_NKAssignedStaffMember" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="ExceptionLocation" Type="Odyssey.RefUNLOCOInfo"><ReferentialConstraint Property="P9_RL_NKExceptionLocation" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="DestinationCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="P9_RN_NKDestinationCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="OriginCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="P9_RN_NKOriginCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="ExceptionEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKExceptionEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="MilestoneEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKMilestoneEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="TaskCompletionEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKTaskCompletionEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.P9Log)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.P9Note)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Tags" Type="Collection(Odyssey.P9Tag)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.P9Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="P9" /></EntityType><EntityType Name="AIHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="ASTProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="ACHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CSCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CSHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CVOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CPOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CLHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="COPProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="BHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="BFProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YAOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YDHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YPHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YRAProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YREProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YTUProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YUSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="KMProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="LTCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="KGProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="K1ProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="EMHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="GAProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.GlbStaffHoliday" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="GA_PK" /></NavigationProperty></EntityType><EntityType Name="HRRProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVIProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVLProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JJProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JKProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JEProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JDProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JXProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="EFProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JSBProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JVProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JBProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JAProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="P0ProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="RCTProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="THProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="RQProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="VBProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WCWProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WDProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WDCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WDLProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WDHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WPSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WRPProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WRCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WRHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WLOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WPProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WTKProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WTJProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WKIProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WKPProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="MWOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="DRQProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="RALAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.ReviewAllocation" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="RAL_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="RefAirlineInfo"><Key><PropertyRef Name="RM_PK" /></Key><Property Name="RM_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RM_AirlineName1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="40" Unicode="false" /><Property Name="RM_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IRefAirline" /><Annotation Term="Glow.TableCode" String="RM" /></EntityType><EntityType Name="RefCommodityCodeInfo"><Key><PropertyRef Name="RH_Code" /></Key><Property Name="RH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RH_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="RH_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="500" Unicode="false" /><Property Name="RH_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RH_IsHazardous" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="RH_ReeferMaxTemperature" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="1" /><Property Name="RH_ReeferMinTemperature" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="1" /><Annotation Term="Glow.InfoTypeFor" String="IRefCommodityCode" /><Annotation Term="Glow.TableCode" String="RH" /></EntityType><EntityType Name="RefContainerInfo"><Key><PropertyRef Name="RC_PK" /></Key><Property Name="RC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RC_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="RC_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="45" Unicode="false" /><Property Name="RC_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RC_ContainerType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RC_CubicCapacity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_CubicCapacityUQ" Type="Edm.String" DefaultValue="M3" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_DimensionUQ" Type="Edm.String" DefaultValue="FT" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_DoorOpeningHeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_DoorOpeningUQ" Type="Edm.String" DefaultValue="FT" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_DoorOpeningWidth" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_FreightRateClass" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="RC_GrossWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_Height" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_InsideHeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_InsideLength" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_InsideUQ" Type="Edm.String" DefaultValue="FT" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_InsideWidth" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_IsControlledAtmosphere" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="RC_ISOEquipmentSizeTypeCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="RC_ISOType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="RC_Length" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_ShippingMode" Type="Edm.String" DefaultValue="SEA" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RC_StorageClass" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RC_TareWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_TEU" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="5" Scale="2" /><Property Name="RC_USContainerCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_WeightUQ" Type="Edm.String" DefaultValue="KG" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_Width" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Annotation Term="Glow.InfoTypeFor" String="IRefContainer" /><Annotation Term="Glow.TableCode" String="RC" /></EntityType><EntityType Name="RefCountryInfo"><Key><PropertyRef Name="RN_Code" /></Key><Property Name="RN_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RN_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RN_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="RN_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RN_AddressFormattingRule" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RN_PostcodeValidationRule" Type="Edm.String" DefaultValue="NVR" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RN_StateProvinceValidationRule" Type="Edm.String" DefaultValue="NVR" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IRefCountry" /><Annotation Term="Glow.TableCode" String="RN" /></EntityType><EntityType Name="RefCountryStateInfo"><Key><PropertyRef Name="RW_PK" /></Key><Property Name="RW_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RW_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RW_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="RW_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RW_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="RW_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IRefCountryState" /><Annotation Term="Glow.TableCode" String="RW" /></EntityType><EntityType Name="RefCurrencyInfo"><Key><PropertyRef Name="RX_Code" /></Key><Property Name="RX_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RX_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RX_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="RX_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RX_SubUnitRatio" Type="Edm.Int32" DefaultValue="100" Nullable="false"><Annotation Term="Glow.DynamicScaleType"><EnumMember>Glow.DynamicScaleType/Log10</EnumMember></Annotation></Property><Annotation Term="Glow.InfoTypeFor" String="IRefCurrency" /><Annotation Term="Glow.TableCode" String="RX" /></EntityType><EntityType Name="RefServiceLevelInfo"><Key><PropertyRef Name="RS_Code" /></Key><Property Name="RS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RS_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RS_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="RS_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RS_ServiceDeliveryType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IRefServiceLevel" /><Annotation Term="Glow.TableCode" String="RS" /></EntityType><EntityType Name="RefShippingLineInfo"><Key><PropertyRef Name="RSL_PK" /></Key><Property Name="RSL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RSL_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RSL_StandardCarrierAlphaCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IRefShippingLine" /><Annotation Term="Glow.TableCode" String="RSL" /></EntityType><EntityType Name="RefTimeZoneInfo"><Key><PropertyRef Name="R2_PK" /></Key><Property Name="R2_PK" Type="Edm.Guid" Nullable="false" /><Property Name="R2_CivilianTimeZoneCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="R2_CivilianTimeZoneFullName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" Unicode="false" /><Property Name="R2_OffsetFromUtc" Type="Edm.Decimal" Precision="5" Scale="2" /><Property Name="R2_OffsetMinutesFromUTC" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IRefTimeZone" /><Annotation Term="Glow.TableCode" String="R2" /></EntityType><EntityType Name="RefTimeZoneSetInfo"><Key><PropertyRef Name="R3_TimeZoneSetName" /></Key><Property Name="R3_PK" Type="Edm.Guid" Nullable="false" /><Property Name="R3_TimeZoneSetName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="R3_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="R3_R2_DaylightSavingZone" Type="Edm.Guid" /><Property Name="R3_R2_StandardZone" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="DaylightSavingZone" Type="Odyssey.RefTimeZoneInfo"><ReferentialConstraint Property="R3_R2_DaylightSavingZone" ReferencedProperty="R2_PK" /></NavigationProperty><NavigationProperty Name="StandardZone" Type="Odyssey.RefTimeZoneInfo" Nullable="false"><ReferentialConstraint Property="R3_R2_StandardZone" ReferencedProperty="R2_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IRefTimeZoneSet" /><Annotation Term="Glow.TableCode" String="R3" /></EntityType><EntityType Name="RefUNLOCOInfo"><Key><PropertyRef Name="RL_Code" /></Key><Property Name="RL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RL_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="RL_PortName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="RL_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RL_GeoLocation" Type="Edm.String" DefaultValue="POINT EMPTY" Nullable="false" /><Property Name="RL_NameWithDiacriticals" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="RL_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RL_RW" Type="Edm.Guid" /><NavigationProperty Name="RefCountryState" Type="Odyssey.RefCountryStateInfo"><ReferentialConstraint Property="RL_RW" ReferencedProperty="RW_PK" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="RL_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IRefUNLOCO" /><Annotation Term="Glow.TableCode" String="RL" /></EntityType><EntityType Name="ReviewAllocation"><Key><PropertyRef Name="RAL_PK" /></Key><Property Name="RAL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RAL_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="RAL_BudgetPercent" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="7" Scale="4" /><Property Name="RAL_EntitlementCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RAL_GS_Staff" Type="Edm.Guid" Nullable="false" /><Property Name="RAL_MeritBudgetPercent" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="7" Scale="4" /><Property Name="RAL_RPR_ReviewProcess" Type="Edm.Guid" Nullable="false" /><Property Name="RAL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="RAL_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RAL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="RAL_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Staff" Type="Odyssey.GlbStaff" Nullable="false" Partner="ReviewAllocations"><ReferentialConstraint Property="RAL_GS_Staff" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="ReviewProcess" Type="Odyssey.ReviewProcess" Nullable="false" Partner="ReviewAllocations"><ReferentialConstraint Property="RAL_RPR_ReviewProcess" ReferencedProperty="RPR_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RAL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RAL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.RALAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="RAL" /></EntityType><EntityType Name="ReviewProcessBudget"><Key><PropertyRef Name="RPB_PK" /></Key><Property Name="RPB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RPB_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="RPB_CanOffer" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="RPB_Entitlement" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RPB_RPD_Demographic" Type="Edm.Guid" Nullable="false" /><Property Name="RPB_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="RPB_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RPB_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="RPB_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RPB_WeightingPercent" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="5" Scale="2" /><NavigationProperty Name="Demographic" Type="Odyssey.ReviewProcessDemographic" Nullable="false" Partner="ReviewProcessBudgets"><ReferentialConstraint Property="RPB_RPD_Demographic" ReferencedProperty="RPD_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RPB_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RPB_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.RPBAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="RPB" /></EntityType><EntityType Name="ReviewProcessDemographic"><Key><PropertyRef Name="RPD_PK" /></Key><Property Name="RPD_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RPD_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="RPD_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256" /><Property Name="RPD_Priority" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="RPD_RPR_ReviewProcess" Type="Edm.Guid" Nullable="false" /><Property Name="RPD_S9_Filter" Type="Edm.Guid" Nullable="false" /><Property Name="RPD_StandardIncreasePercent" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="5" Scale="2" /><Property Name="RPD_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="RPD_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RPD_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="RPD_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="ReviewProcessBudgets" Type="Collection(Odyssey.ReviewProcessBudget)" Partner="Demographic"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ReviewProcess" Type="Odyssey.ReviewProcess" Nullable="false" Partner="ReviewProcessDemographics"><ReferentialConstraint Property="RPD_RPR_ReviewProcess" ReferencedProperty="RPR_PK" /></NavigationProperty><NavigationProperty Name="Filter" Type="Odyssey.StmModuleFilter" Nullable="false"><ReferentialConstraint Property="RPD_S9_Filter" ReferencedProperty="S9_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RPD_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RPD_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.RPDAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="RPD" /></EntityType><EntityType Name="ReviewProcessEndpoint"><Key><PropertyRef Name="RPP_PK" /></Key><Property Name="RPP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RPP_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="RPP_GS_Staff" Type="Edm.Guid" Nullable="false" /><Property Name="RPP_IsManuallyAdded" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="RPP_RPR_ReviewProcess" Type="Edm.Guid" Nullable="false" /><Property Name="RPP_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="RPP_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RPP_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="RPP_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Staff" Type="Odyssey.GlbStaff" Nullable="false"><ReferentialConstraint Property="RPP_GS_Staff" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="ReviewProcess" Type="Odyssey.ReviewProcess" Nullable="false" Partner="ReviewProcessEndpoints"><ReferentialConstraint Property="RPP_RPR_ReviewProcess" ReferencedProperty="RPR_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RPP_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RPP_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.RPPAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="RPP" /></EntityType><EntityType Name="ReviewProcessEntitlement"><Key><PropertyRef Name="RPE_PK" /></Key><Property Name="RPE_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RPE_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="RPE_Entitlement" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RPE_RPR_ReviewProcess" Type="Edm.Guid" Nullable="false" /><Property Name="RPE_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="RPE_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RPE_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="RPE_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="ReviewProcess" Type="Odyssey.ReviewProcess" Nullable="false" Partner="ReviewProcessEntitlements"><ReferentialConstraint Property="RPE_RPR_ReviewProcess" ReferencedProperty="RPR_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RPE_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RPE_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.RPEAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="RPE" /></EntityType><EntityType Name="ReviewProcess"><Key><PropertyRef Name="RPR_PK" /></Key><Property Name="RPR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RPR_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="RPR_ConfigType" Type="Edm.String" DefaultValue="C" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="RPR_EffectiveDate" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="RPR_ExchangeRateEffectiveDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="RPR_GC_Company" Type="Edm.Guid" /><Property Name="RPR_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="RPR_OverrideHierarchy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RPR_PrimaryHierarchy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RPR_RX_NKCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RPR_S9_EmployeesInReview" Type="Edm.Guid" /><Property Name="RPR_Status" Type="Edm.String" DefaultValue="UNS" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RPR_SubmissionDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="RPR_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RPR_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RPR_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="RPR_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RPR_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="RPR_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RPR_Type" Type="Edm.String" DefaultValue="REM" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="ReviewAllocations" Type="Collection(Odyssey.ReviewAllocation)" Partner="ReviewProcess"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ReviewProcessDemographics" Type="Collection(Odyssey.ReviewProcessDemographic)" Partner="ReviewProcess"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ReviewProcessEndpoints" Type="Collection(Odyssey.ReviewProcessEndpoint)" Partner="ReviewProcess"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ReviewProcessEntitlements" Type="Collection(Odyssey.ReviewProcessEntitlement)" Partner="ReviewProcess"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ReviewProcessNodes" Type="Collection(Odyssey.ReviewProcessNode)" Partner="ReviewProcess" /><NavigationProperty Name="Company" Type="Odyssey.GlbCompany"><ReferentialConstraint Property="RPR_GC_Company" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="EmployeesInReview" Type="Odyssey.StmModuleFilter" Partner="ReviewProcesses"><ReferentialConstraint Property="RPR_S9_EmployeesInReview" ReferencedProperty="S9_PK" /></NavigationProperty><NavigationProperty Name="Currency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="RPR_RX_NKCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RPR_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RPR_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.RPRLog)" Partner="Parent" /><NavigationProperty Name="WorkflowTasks" Type="Collection(Odyssey.RPRWorkflowTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.RPRAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="RPR" /></EntityType><EntityType Name="ReviewProcessNode"><Key><PropertyRef Name="RRN_PK" /></Key><Property Name="RRN_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RRN_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="RRN_GS_Reviewer" Type="Edm.Guid" Nullable="false" /><Property Name="RRN_RPR_ReviewProcess" Type="Edm.Guid" Nullable="false" /><Property Name="RRN_RRN_Parent" Type="Edm.Guid" /><Property Name="RRN_Status" Type="Edm.String" DefaultValue="ASN" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RRN_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RRN_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RRN_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="RRN_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RRN_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="RRN_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="IsManaged1" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged2" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged3" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="Reviewer" Type="Odyssey.GlbStaff" Nullable="false" Partner="ReviewProcessNodes"><ReferentialConstraint Property="RRN_GS_Reviewer" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="ReviewProcess" Type="Odyssey.ReviewProcess" Nullable="false" Partner="ReviewProcessNodes"><ReferentialConstraint Property="RRN_RPR_ReviewProcess" ReferencedProperty="RPR_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.ReviewProcessNode" Partner="ReviewProcessNodes"><ReferentialConstraint Property="RRN_RRN_Parent" ReferencedProperty="RRN_PK" /></NavigationProperty><NavigationProperty Name="ReviewProcessNodes" Type="Collection(Odyssey.ReviewProcessNode)" Partner="Parent" /><NavigationProperty Name="ReviewProposals" Type="Collection(Odyssey.ReviewProposal)" Partner="ReviewNode" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RRN_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RRN_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.RRNLog)" Partner="Parent" /><NavigationProperty Name="WorkflowTasks" Type="Collection(Odyssey.RRNWorkflowTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.RRNAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="RRN" /></EntityType><EntityType Name="ReviewProposalEntitlement"><Key><PropertyRef Name="RRE_PK" /></Key><Property Name="RRE_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RRE_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="RRE_BudgetPercent" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="5" Scale="2" /><Property Name="RRE_EntitlementCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RRE_MeritBudgetPercent" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="5" Scale="2" /><Property Name="RRE_RRP_Proposal" Type="Edm.Guid" Nullable="false" /><Property Name="RRE_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="RRE_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RRE_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="RRE_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RRE_Value" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="IsManaged1" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged2" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged3" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="Proposal" Type="Odyssey.ReviewProposal" Nullable="false" Partner="ReviewProposalEntitlements"><ReferentialConstraint Property="RRE_RRP_Proposal" ReferencedProperty="RRP_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RRE_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RRE_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.RREAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="RRE" /></EntityType><EntityType Name="ReviewProposal"><Key><PropertyRef Name="RRP_PK" /></Key><Property Name="RRP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RRP_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="RRP_Classification" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="RRP_Comments" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="RRP_GS_Staff" Type="Edm.Guid" Nullable="false" /><Property Name="RRP_IsExcluded" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="RRP_PerformanceScore" Type="Edm.Int16" /><Property Name="RRP_RRN_ReviewNode" Type="Edm.Guid" Nullable="false" /><Property Name="RRP_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="RRP_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RRP_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="RRP_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="IsManaged1" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged2" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged3" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="ReviewNode" Type="Odyssey.ReviewProcessNode" Nullable="false" Partner="ReviewProposals"><ReferentialConstraint Property="RRP_RRN_ReviewNode" ReferencedProperty="RRN_PK" /></NavigationProperty><NavigationProperty Name="ReviewProposalEntitlements" Type="Collection(Odyssey.ReviewProposalEntitlement)" Partner="Proposal" /><NavigationProperty Name="Staff" Type="Odyssey.GlbStaff" Nullable="false"><ReferentialConstraint Property="RRP_GS_Staff" ReferencedProperty="GS_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RRP_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RRP_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.RRPAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="RRP" /></EntityType><EntityType Name="RPBAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.ReviewProcessBudget" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="RPB_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="RPDAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.ReviewProcessDemographic" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="RPD_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="RPEAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.ReviewProcessEntitlement" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="RPE_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="RPPAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.ReviewProcessEndpoint" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="RPP_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="RPRAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.ReviewProcess" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="RPR_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="RPRLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.ReviewProcess" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="RPR_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="RPRWorkflowTask" BaseType="Odyssey.WorkflowTask"><NavigationProperty Name="Parent" Type="Odyssey.ReviewProcess" Partner="WorkflowTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="RPR_PK" /></NavigationProperty><NavigationProperty Name="AssignedStaffMember" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_GS_NKAssignedStaffMember" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="TaskCompletionEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKTaskCompletionEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="RREAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.ReviewProposalEntitlement" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="RRE_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="RRNAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.ReviewProcessNode" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="RRN_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="RRNLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.ReviewProcessNode" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="RRN_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="RRNWorkflowTask" BaseType="Odyssey.WorkflowTask"><NavigationProperty Name="Parent" Type="Odyssey.ReviewProcessNode" Partner="WorkflowTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="RRN_PK" /></NavigationProperty><NavigationProperty Name="AssignedStaffMember" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_GS_NKAssignedStaffMember" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="TaskCompletionEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKTaskCompletionEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="RRPAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.ReviewProposal" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="RRP_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="S9Acknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.StmModuleFilter" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="S9_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="StmEventInfo"><Key><PropertyRef Name="SE_Code" /></Key><Property Name="SE_PK" Type="Edm.Guid" Nullable="false" /><Property Name="SE_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="SE_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" Unicode="false" /><Property Name="SE_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="SE_IsCancellable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="SE_IsRefernceFormatOverridden" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="SE_OverriddenReferenceFormat" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" Unicode="false" /><Property Name="SE_ReferenceFormat" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IStmEvent" /><Annotation Term="Glow.TableCode" String="SE" /></EntityType><EntityType Name="StmModuleFilter"><Key><PropertyRef Name="S9_PK" /></Key><Property Name="S9_PK" Type="Edm.Guid" Nullable="false" /><Property Name="S9_FilterData" Type="Edm.Binary" /><Property Name="S9_FilterDataVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="S9_FilterName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="S9_FilterType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="S9_GC" Type="Edm.Guid" /><Property Name="S9_GridColourLayoutID" Type="Edm.Guid" /><Property Name="S9_IsIndexSearch" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="S9_IsPublished" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="S9_IsSystem" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="S9_ModuleID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" Unicode="false" /><Property Name="S9_ParentID" Type="Edm.Guid" /><Property Name="S9_ParentTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="S9_RelatedEntityID" Type="Edm.Guid" /><Property Name="S9_SaveColumnLayout" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="S9_SaveGridColourLayout" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="S9_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="S9_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="S9_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="S9_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="ReviewProcesses" Type="Collection(Odyssey.ReviewProcess)" Partner="EmployeesInReview" /><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="S9_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="S9_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="S9_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.S9Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="S9" /></EntityType><Annotations Target="Odyssey.Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="Acknowledgement" String="IAcknowledgement" /></Annotations><Annotations Target="Odyssey.G7Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="G7Acknowledgement" String="IAcknowledgement[[IGlbPersonLanguage]]" /></Annotations><Annotations Target="Odyssey.GAAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GAAcknowledgement" String="IAcknowledgement[[IGlbStaffHoliday]]" /></Annotations><Annotations Target="Odyssey.AddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="AddOnValue" String="IAddOnValue" /></Annotations><Annotations Target="Odyssey.GAAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="GAAddOnValue" String="IAddOnValue[[IGlbStaffHoliday]]" /></Annotations><Annotations Target="Odyssey.Log"><Annotation Term="Glow.FriendlyName" Qualifier="Log" String="ILog" /></Annotations><Annotations Target="Odyssey.GALog"><Annotation Term="Glow.FriendlyName" Qualifier="GALog" String="ILog[[IGlbStaffHoliday]]" /></Annotations><Annotations Target="Odyssey.WorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="WorkflowTask" String="IWorkflowTask" /></Annotations><Annotations Target="Odyssey.GAWorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="GAWorkflowTask" String="IWorkflowTask[[IGlbStaffHoliday]]" /></Annotations><Annotations Target="Odyssey.GBAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GBAcknowledgement" String="IAcknowledgement[[IGlbBranch]]" /></Annotations><Annotations Target="Odyssey.GBBAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GBBAcknowledgement" String="IAcknowledgement[[IGlbBeneficiaryBranchDepartment]]" /></Annotations><Annotations Target="Odyssey.Holiday"><Annotation Term="Glow.FriendlyName" Qualifier="Holiday" String="IHoliday" /></Annotations><Annotations Target="Odyssey.GBHoliday"><Annotation Term="Glow.FriendlyName" Qualifier="GBHoliday" String="IHoliday[[IGlbBranch]]" /></Annotations><Annotations Target="Odyssey.GCAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GCAcknowledgement" String="IAcknowledgement[[IGlbCompany]]" /></Annotations><Annotations Target="Odyssey.GCLog"><Annotation Term="Glow.FriendlyName" Qualifier="GCLog" String="ILog[[IGlbCompany]]" /></Annotations><Annotations Target="Odyssey.GCRAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GCRAcknowledgement" String="IAcknowledgement[[IGlbStaffChangeRequest]]" /></Annotations><Annotations Target="Odyssey.GCRLog"><Annotation Term="Glow.FriendlyName" Qualifier="GCRLog" String="ILog[[IGlbStaffChangeRequest]]" /></Annotations><Annotations Target="Odyssey.GCRWorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="GCRWorkflowTask" String="IWorkflowTask[[IGlbStaffChangeRequest]]" /></Annotations><Annotations Target="Odyssey.GEAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GEAcknowledgement" String="IAcknowledgement[[IGlbDepartment]]" /></Annotations><Annotations Target="Odyssey.GEGAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GEGAcknowledgement" String="IAcknowledgement[[IGlbStaffEntitlementGroup]]" /></Annotations><Annotations Target="Odyssey.GEHAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GEHAcknowledgement" String="IAcknowledgement[[IGlbEmploymentHistory]]" /></Annotations><Annotations Target="Odyssey.GELAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GELAcknowledgement" String="IAcknowledgement[[IGlbEmploymentLocation]]" /></Annotations><Annotations Target="Odyssey.GETAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GETAcknowledgement" String="IAcknowledgement[[IGlbEmploymentTeam]]" /></Annotations><Annotations Target="Odyssey.GEWAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GEWAcknowledgement" String="IAcknowledgement[[IGlbStaffEntitlementType]]" /></Annotations><Annotations Target="Odyssey.GGDAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GGDAcknowledgement" String="IAcknowledgement[[IGlbStaffChangeRequestTemplateDocument]]" /></Annotations><Annotations Target="Odyssey.GGIAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GGIAcknowledgement" String="IAcknowledgement[[IGlbStaffChangeRequestTemplateItem]]" /></Annotations><Annotations Target="Odyssey.GHBAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GHBAcknowledgement" String="IAcknowledgement[[IGlbEmployingBranchDepartment]]" /></Annotations><Annotations Target="Odyssey.GHHAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GHHAcknowledgement" String="IAcknowledgement[[IGlbHolidaySourceHistory]]" /></Annotations><Annotations Target="Odyssey.GHSAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GHSAcknowledgement" String="IAcknowledgement[[IGlbHolidaySource]]" /></Annotations><Annotations Target="Odyssey.GHSHoliday"><Annotation Term="Glow.FriendlyName" Qualifier="GHSHoliday" String="IHoliday[[IGlbHolidaySource]]" /></Annotations><Annotations Target="Odyssey.GKAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GKAcknowledgement" String="IAcknowledgement[[IGlbGroupLink]]" /></Annotations><Annotations Target="Odyssey.GlbBeneficiaryBranchDepartment"><Annotation Term="Glow.FriendlyName" Qualifier="GlbBeneficiaryBranchDepartment" String="IGlbBeneficiaryBranchDepartment" /></Annotations><Annotations Target="Odyssey.GlbBranch"><Annotation Term="Glow.FriendlyName" Qualifier="GlbBranch" String="IGlbBranch" /></Annotations><Annotations Target="Odyssey.GlbBranchInfo"><Annotation Term="Glow.FriendlyName" Qualifier="GlbBranchInfo" String="IGlbBranchInfo" /></Annotations><Annotations Target="Odyssey.GlbCapabilityInfo"><Annotation Term="Glow.FriendlyName" Qualifier="GlbCapabilityInfo" String="IGlbCapabilityInfo" /></Annotations><Annotations Target="Odyssey.GlbCompany"><Annotation Term="Glow.FriendlyName" Qualifier="GlbCompany" String="IGlbCompany" /></Annotations><Annotations Target="Odyssey.GlbCompanyInfo"><Annotation Term="Glow.FriendlyName" Qualifier="GlbCompanyInfo" String="IGlbCompanyInfo" /></Annotations><Annotations Target="Odyssey.GlbDepartmentInfo"><Annotation Term="Glow.FriendlyName" Qualifier="GlbDepartmentInfo" String="IGlbDepartmentInfo" /></Annotations><Annotations Target="Odyssey.GlbDepartment"><Annotation Term="Glow.FriendlyName" Qualifier="GlbDepartment" String="IGlbDepartment" /></Annotations><Annotations Target="Odyssey.GlbEmployingBranchDepartment"><Annotation Term="Glow.FriendlyName" Qualifier="GlbEmployingBranchDepartment" String="IGlbEmployingBranchDepartment" /></Annotations><Annotations Target="Odyssey.GlbEmploymentHistory"><Annotation Term="Glow.FriendlyName" Qualifier="GlbEmploymentHistory" String="IGlbEmploymentHistory" /></Annotations><Annotations Target="Odyssey.GlbEmploymentLocation"><Annotation Term="Glow.FriendlyName" Qualifier="GlbEmploymentLocation" String="IGlbEmploymentLocation" /></Annotations><Annotations Target="Odyssey.GlbEmploymentTeam"><Annotation Term="Glow.FriendlyName" Qualifier="GlbEmploymentTeam" String="IGlbEmploymentTeam" /></Annotations><Annotations Target="Odyssey.GlbGroupInfo"><Annotation Term="Glow.FriendlyName" Qualifier="GlbGroupInfo" String="IGlbGroupInfo" /></Annotations><Annotations Target="Odyssey.GlbGroupLink"><Annotation Term="Glow.FriendlyName" Qualifier="GlbGroupLink" String="IGlbGroupLink" /></Annotations><Annotations Target="Odyssey.GlbHolidaySourceHistory"><Annotation Term="Glow.FriendlyName" Qualifier="GlbHolidaySourceHistory" String="IGlbHolidaySourceHistory" /></Annotations><Annotations Target="Odyssey.GlbHolidaySource"><Annotation Term="Glow.FriendlyName" Qualifier="GlbHolidaySource" String="IGlbHolidaySource" /></Annotations><Annotations Target="Odyssey.GlbPerson"><Annotation Term="Glow.FriendlyName" Qualifier="GlbPerson" String="IGlbPerson" /></Annotations><Annotations Target="Odyssey.GlbPersonInfo"><Annotation Term="Glow.FriendlyName" Qualifier="GlbPersonInfo" String="IGlbPersonInfo" /></Annotations><Annotations Target="Odyssey.GlbPersonLanguage"><Annotation Term="Glow.FriendlyName" Qualifier="GlbPersonLanguage" String="IGlbPersonLanguage" /></Annotations><Annotations Target="Odyssey.GlbStaffChangeRequest"><Annotation Term="Glow.FriendlyName" Qualifier="GlbStaffChangeRequest" String="IGlbStaffChangeRequest" /></Annotations><Annotations Target="Odyssey.GlbStaffChangeRequestTemplateDocument"><Annotation Term="Glow.FriendlyName" Qualifier="GlbStaffChangeRequestTemplateDocument" String="IGlbStaffChangeRequestTemplateDocument" /></Annotations><Annotations Target="Odyssey.GlbStaffChangeRequestTemplateItem"><Annotation Term="Glow.FriendlyName" Qualifier="GlbStaffChangeRequestTemplateItem" String="IGlbStaffChangeRequestTemplateItem" /></Annotations><Annotations Target="Odyssey.GlbStaffChangeRequestTemplate"><Annotation Term="Glow.FriendlyName" Qualifier="GlbStaffChangeRequestTemplate" String="IGlbStaffChangeRequestTemplate" /></Annotations><Annotations Target="Odyssey.GlbStaffClassification"><Annotation Term="Glow.FriendlyName" Qualifier="GlbStaffClassification" String="IGlbStaffClassification" /></Annotations><Annotations Target="Odyssey.GlbStaffCostCentre"><Annotation Term="Glow.FriendlyName" Qualifier="GlbStaffCostCentre" String="IGlbStaffCostCentre" /></Annotations><Annotations Target="Odyssey.GlbStaffEmployeeToReview"><Annotation Term="Glow.FriendlyName" Qualifier="GlbStaffEmployeeToReview" String="IGlbStaffEmployeeToReview" /></Annotations><Annotations Target="Odyssey.GlbStaffEntitlementGroup"><Annotation Term="Glow.FriendlyName" Qualifier="GlbStaffEntitlementGroup" String="IGlbStaffEntitlementGroup" /></Annotations><Annotations Target="Odyssey.GlbStaffEntitlement"><Annotation Term="Glow.FriendlyName" Qualifier="GlbStaffEntitlement" String="IGlbStaffEntitlement" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.GlbStaffEntitlementType"><Annotation Term="Glow.FriendlyName" Qualifier="GlbStaffEntitlementType" String="IGlbStaffEntitlementType" /></Annotations><Annotations Target="Odyssey.GlbStaffHoliday"><Annotation Term="Glow.FriendlyName" Qualifier="GlbStaffHoliday" String="IGlbStaffHoliday" /></Annotations><Annotations Target="Odyssey.GlbStaffInfo"><Annotation Term="Glow.FriendlyName" Qualifier="GlbStaffInfo" String="IGlbStaffInfo" /></Annotations><Annotations Target="Odyssey.GlbStaffManager"><Annotation Term="Glow.FriendlyName" Qualifier="GlbStaffManager" String="IGlbStaffManager" /></Annotations><Annotations Target="Odyssey.GlbStaffOneOffEntitlement"><Annotation Term="Glow.FriendlyName" Qualifier="GlbStaffOneOffEntitlement" String="IGlbStaffOneOffEntitlement" /></Annotations><Annotations Target="Odyssey.GlbStaffRemuneration"><Annotation Term="Glow.FriendlyName" Qualifier="GlbStaffRemuneration" String="IGlbStaffRemuneration" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.GlbStaffReview"><Annotation Term="Glow.FriendlyName" Qualifier="GlbStaffReview" String="IGlbStaffReview" /></Annotations><Annotations Target="Odyssey.GlbStaff"><Annotation Term="Glow.FriendlyName" Qualifier="GlbStaff" String="IGlbStaff" /></Annotations><Annotations Target="Odyssey.GlbStaffTimezone"><Annotation Term="Glow.FriendlyName" Qualifier="GlbStaffTimezone" String="IGlbStaffTimezone" /></Annotations><Annotations Target="Odyssey.GlbStaffWorkingBasis"><Annotation Term="Glow.FriendlyName" Qualifier="GlbStaffWorkingBasis" String="IGlbStaffWorkingBasis" /></Annotations><Annotations Target="Odyssey.GlbTeamInfo"><Annotation Term="Glow.FriendlyName" Qualifier="GlbTeamInfo" String="IGlbTeamInfo" /></Annotations><Annotations Target="Odyssey.GlbTeam"><Annotation Term="Glow.FriendlyName" Qualifier="GlbTeam" String="IGlbTeam" /></Annotations><Annotations Target="Odyssey.GlbWorkPattern"><Annotation Term="Glow.FriendlyName" Qualifier="GlbWorkPattern" String="IGlbWorkPattern" /></Annotations><Annotations Target="Odyssey.GlbWorkPatternTemplate"><Annotation Term="Glow.FriendlyName" Qualifier="GlbWorkPatternTemplate" String="IGlbWorkPatternTemplate" /></Annotations><Annotations Target="Odyssey.GSAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GSAcknowledgement" String="IAcknowledgement[[IGlbStaff]]" /></Annotations><Annotations Target="Odyssey.GSAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="GSAddOnValue" String="IAddOnValue[[IGlbStaff]]" /></Annotations><Annotations Target="Odyssey.CertificateOrAccreditation"><Annotation Term="Glow.FriendlyName" Qualifier="CertificateOrAccreditation" String="ICertificateOrAccreditation" /></Annotations><Annotations Target="Odyssey.GSCertificateOrAccreditation"><Annotation Term="Glow.FriendlyName" Qualifier="GSCertificateOrAccreditation" String="ICertificateOrAccreditation[[IGlbStaff]]" /></Annotations><Annotations Target="Odyssey.GSGAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GSGAcknowledgement" String="IAcknowledgement[[IGlbStaffChangeRequestTemplate]]" /></Annotations><Annotations Target="Odyssey.GSIAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GSIAcknowledgement" String="IAcknowledgement[[IGlbStaffEntitlement]]" /></Annotations><Annotations Target="Odyssey.GSKAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GSKAcknowledgement" String="IAcknowledgement[[IGlbStaffCostCentre]]" /></Annotations><Annotations Target="Odyssey.GSLAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GSLAcknowledgement" String="IAcknowledgement[[IGlbStaffClassification]]" /></Annotations><Annotations Target="Odyssey.GSLog"><Annotation Term="Glow.FriendlyName" Qualifier="GSLog" String="ILog[[IGlbStaff]]" /></Annotations><Annotations Target="Odyssey.GSMAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GSMAcknowledgement" String="IAcknowledgement[[IGlbStaffManager]]" /></Annotations><Annotations Target="Odyssey.GSOAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GSOAcknowledgement" String="IAcknowledgement[[IGlbStaffOneOffEntitlement]]" /></Annotations><Annotations Target="Odyssey.GSRAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GSRAcknowledgement" String="IAcknowledgement[[IGlbStaffRemuneration]]" /></Annotations><Annotations Target="Odyssey.GSTAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GSTAcknowledgement" String="IAcknowledgement[[IGlbTeam]]" /></Annotations><Annotations Target="Odyssey.GSVAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GSVAcknowledgement" String="IAcknowledgement[[IGlbStaffReview]]" /></Annotations><Annotations Target="Odyssey.GSWAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GSWAcknowledgement" String="IAcknowledgement[[IGlbStaffWorkingBasis]]" /></Annotations><Annotations Target="Odyssey.WorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="WorkflowAuditLog" String="IWorkflowAuditLog" /></Annotations><Annotations Target="Odyssey.GSWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="GSWorkflowAuditLog" String="IWorkflowAuditLog[[IGlbStaff]]" /></Annotations><Annotations Target="Odyssey.WorkTime"><Annotation Term="Glow.FriendlyName" Qualifier="WorkTime" String="IWorkTime" /></Annotations><Annotations Target="Odyssey.GSWorkTime"><Annotation Term="Glow.FriendlyName" Qualifier="GSWorkTime" String="IWorkTime[[IGlbStaff]]" /></Annotations><Annotations Target="Odyssey.GSZAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GSZAcknowledgement" String="IAcknowledgement[[IGlbStaffTimezone]]" /></Annotations><Annotations Target="Odyssey.GWPAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GWPAcknowledgement" String="IAcknowledgement[[IGlbWorkPattern]]" /></Annotations><Annotations Target="Odyssey.GWPWorkTime"><Annotation Term="Glow.FriendlyName" Qualifier="GWPWorkTime" String="IWorkTime[[IGlbWorkPattern]]" /></Annotations><Annotations Target="Odyssey.GWTAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="GWTAcknowledgement" String="IAcknowledgement[[IGlbWorkPatternTemplate]]" /></Annotations><Annotations Target="Odyssey.GWTWorkTime"><Annotation Term="Glow.FriendlyName" Qualifier="GWTWorkTime" String="IWorkTime[[IGlbWorkPatternTemplate]]" /></Annotations><Annotations Target="Odyssey.HrlBalanceAffectingLog"><Annotation Term="Glow.FriendlyName" Qualifier="HrlBalanceAffectingLog" String="IHrlBalanceAffectingLog" /></Annotations><Annotations Target="Odyssey.HrlBalanceTransaction"><Annotation Term="Glow.FriendlyName" Qualifier="HrlBalanceTransaction" String="IHrlBalanceTransaction" /></Annotations><Annotations Target="Odyssey.HrlBenefitOnDemand"><Annotation Term="Glow.FriendlyName" Qualifier="HrlBenefitOnDemand" String="IHrlBenefitOnDemand" /></Annotations><Annotations Target="Odyssey.HrlBenefit"><Annotation Term="Glow.FriendlyName" Qualifier="HrlBenefit" String="IHrlBenefit" /></Annotations><Annotations Target="Odyssey.HrlBenefitView"><Annotation Term="Glow.FriendlyName" Qualifier="HrlBenefitView" String="IHrlBenefitView" /></Annotations><Annotations Target="Odyssey.HrlConsolidatedBalanceTransactionView"><Annotation Term="Glow.FriendlyName" Qualifier="HrlConsolidatedBalanceTransactionView" String="IHrlConsolidatedBalanceTransactionView" /></Annotations><Annotations Target="Odyssey.HrlEntitlement"><Annotation Term="Glow.FriendlyName" Qualifier="HrlEntitlement" String="IHrlEntitlement" /></Annotations><Annotations Target="Odyssey.HrlEntitlementTenure"><Annotation Term="Glow.FriendlyName" Qualifier="HrlEntitlementTenure" String="IHrlEntitlementTenure" /></Annotations><Annotations Target="Odyssey.HrlIncrement"><Annotation Term="Glow.FriendlyName" Qualifier="HrlIncrement" String="IHrlIncrement" /></Annotations><Annotations Target="Odyssey.HrlLeaveProcessedLog"><Annotation Term="Glow.FriendlyName" Qualifier="HrlLeaveProcessedLog" String="IHrlLeaveProcessedLog" /></Annotations><Annotations Target="Odyssey.HrlPolicy"><Annotation Term="Glow.FriendlyName" Qualifier="HrlPolicy" String="IHrlPolicy" /></Annotations><Annotations Target="Odyssey.HrlProcessingRun"><Annotation Term="Glow.FriendlyName" Qualifier="HrlProcessingRun" String="IHrlProcessingRun" /></Annotations><Annotations Target="Odyssey.HrlStaffPolicy"><Annotation Term="Glow.FriendlyName" Qualifier="HrlStaffPolicy" String="IHrlStaffPolicy" /></Annotations><Annotations Target="Odyssey.HrlUnpaidExclude"><Annotation Term="Glow.FriendlyName" Qualifier="HrlUnpaidExclude" String="IHrlUnpaidExclude" /></Annotations><Annotations Target="Odyssey.HRMRemHistory"><Annotation Term="Glow.FriendlyName" Qualifier="HRMRemHistory" String="IHRMRemHistory" /></Annotations><Annotations Target="Odyssey.HRMStaffHistory"><Annotation Term="Glow.FriendlyName" Qualifier="HRMStaffHistory" String="IHRMStaffHistory" /></Annotations><Annotations Target="Odyssey.IndirectManager"><Annotation Term="Glow.FriendlyName" Qualifier="IndirectManager" String="IIndirectManager" /></Annotations><Annotations Target="Odyssey.LBDAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="LBDAcknowledgement" String="IAcknowledgement[[IHrlBenefitOnDemand]]" /></Annotations><Annotations Target="Odyssey.LBDAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="LBDAddOnValue" String="IAddOnValue[[IHrlBenefitOnDemand]]" /></Annotations><Annotations Target="Odyssey.LBDLog"><Annotation Term="Glow.FriendlyName" Qualifier="LBDLog" String="ILog[[IHrlBenefitOnDemand]]" /></Annotations><Annotations Target="Odyssey.LLBAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="LLBAcknowledgement" String="IAcknowledgement[[IHrlBalanceAffectingLog]]" /></Annotations><Annotations Target="Odyssey.LLDAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="LLDAcknowledgement" String="IAcknowledgement[[IHrlLeaveProcessedLog]]" /></Annotations><Annotations Target="Odyssey.LLPAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="LLPAcknowledgement" String="IAcknowledgement[[IHrlPolicy]]" /></Annotations><Annotations Target="Odyssey.LLRAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="LLRAcknowledgement" String="IAcknowledgement[[IHrlProcessingRun]]" /></Annotations><Annotations Target="Odyssey.LLSAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="LLSAcknowledgement" String="IAcknowledgement[[IHrlStaffPolicy]]" /></Annotations><Annotations Target="Odyssey.LLTAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="LLTAcknowledgement" String="IAcknowledgement[[IHrlBalanceTransaction]]" /></Annotations><Annotations Target="Odyssey.LPBAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="LPBAcknowledgement" String="IAcknowledgement[[IHrlBenefit]]" /></Annotations><Annotations Target="Odyssey.LPEAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="LPEAcknowledgement" String="IAcknowledgement[[IHrlEntitlement]]" /></Annotations><Annotations Target="Odyssey.LPIAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="LPIAcknowledgement" String="IAcknowledgement[[IHrlIncrement]]" /></Annotations><Annotations Target="Odyssey.LPTAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="LPTAcknowledgement" String="IAcknowledgement[[IHrlEntitlementTenure]]" /></Annotations><Annotations Target="Odyssey.LPXAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="LPXAcknowledgement" String="IAcknowledgement[[IHrlUnpaidExclude]]" /></Annotations><Annotations Target="Odyssey.NettingOrganisationInfo"><Annotation Term="Glow.FriendlyName" Qualifier="NettingOrganisationInfo" String="INettingOrganisationInfo" /></Annotations><Annotations Target="Odyssey.NettingSystemInfo"><Annotation Term="Glow.FriendlyName" Qualifier="NettingSystemInfo" String="INettingSystemInfo" /></Annotations><Annotations Target="Odyssey.OrgAddressAdditionalInfoInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgAddressAdditionalInfoInfo" String="IOrgAddressAdditionalInfoInfo" /></Annotations><Annotations Target="Odyssey.OrgAddressCapabilityInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgAddressCapabilityInfo" String="IOrgAddressCapabilityInfo" /></Annotations><Annotations Target="Odyssey.OrgAddressInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgAddressInfo" String="IOrgAddressInfo" /></Annotations><Annotations Target="Odyssey.OrgBrandOrRelatedNameInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgBrandOrRelatedNameInfo" String="IOrgBrandOrRelatedNameInfo" /></Annotations><Annotations Target="Odyssey.OrgCarrierAccountInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgCarrierAccountInfo" String="IOrgCarrierAccountInfo" /></Annotations><Annotations Target="Odyssey.OrgCompanyDataInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgCompanyDataInfo" String="IOrgCompanyDataInfo" /></Annotations><Annotations Target="Odyssey.OrgContactInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgContactInfo" String="IOrgContactInfo" /></Annotations><Annotations Target="Odyssey.OrgCusCodeInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgCusCodeInfo" String="IOrgCusCodeInfo" /></Annotations><Annotations Target="Odyssey.OrgHeaderInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgHeaderInfo" String="IOrgHeaderInfo" /></Annotations><Annotations Target="Odyssey.OrgRelatedPartyInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgRelatedPartyInfo" String="IOrgRelatedPartyInfo" /></Annotations><Annotations Target="Odyssey.P9Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="P9Acknowledgement" String="IAcknowledgement[[IProcessTask]]" /></Annotations><Annotations Target="Odyssey.P9Log"><Annotation Term="Glow.FriendlyName" Qualifier="P9Log" String="ILog[[IProcessTask]]" /></Annotations><Annotations Target="Odyssey.Note"><Annotation Term="Glow.FriendlyName" Qualifier="Note" String="INote" /></Annotations><Annotations Target="Odyssey.P9Note"><Annotation Term="Glow.FriendlyName" Qualifier="P9Note" String="INote[[IProcessTask]]" /></Annotations><Annotations Target="Odyssey.Tag"><Annotation Term="Glow.FriendlyName" Qualifier="Tag" String="ITag" /></Annotations><Annotations Target="Odyssey.P9Tag"><Annotation Term="Glow.FriendlyName" Qualifier="P9Tag" String="ITag[[IProcessTask]]" /></Annotations><Annotations Target="Odyssey.PERAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="PERAcknowledgement" String="IAcknowledgement[[IGlbPerson]]" /></Annotations><Annotations Target="Odyssey.PERCertificateOrAccreditation"><Annotation Term="Glow.FriendlyName" Qualifier="PERCertificateOrAccreditation" String="ICertificateOrAccreditation[[IGlbPerson]]" /></Annotations><Annotations Target="Odyssey.PERLog"><Annotation Term="Glow.FriendlyName" Qualifier="PERLog" String="ILog[[IGlbPerson]]" /></Annotations><Annotations Target="Odyssey.ProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="ProcessTask" String="IProcessTask" /></Annotations><Annotations Target="Odyssey.AIHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="AIHProcessTask" String="IProcessTask[[IAccDraftInvoiceHeader]]" /></Annotations><Annotations Target="Odyssey.ASTProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="ASTProcessTask" String="IProcessTask[[IAssetContractAmendment]]" /></Annotations><Annotations Target="Odyssey.ACHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="ACHProcessTask" String="IProcessTask[[IAssetContractHeader]]" /></Annotations><Annotations Target="Odyssey.CSCProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="CSCProcessTask" String="IProcessTask[[ICarrierShipmentCargo]]" /></Annotations><Annotations Target="Odyssey.CSHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="CSHProcessTask" String="IProcessTask[[ICarrierShipmentHeader]]" /></Annotations><Annotations Target="Odyssey.CVOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="CVOProcessTask" String="IProcessTask[[ICarrierVoyage]]" /></Annotations><Annotations Target="Odyssey.CPOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="CPOProcessTask" String="IProcessTask[[ICarrierVoyagePortCall]]" /></Annotations><Annotations Target="Odyssey.CLHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="CLHProcessTask" String="IProcessTask[[IContainerLoadListHeader]]" /></Annotations><Annotations Target="Odyssey.COPProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="COPProcessTask" String="IProcessTask[[ICrmOpportunity]]" /></Annotations><Annotations Target="Odyssey.CSProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="CSProcessTask" String="IProcessTask[[ICusHAWB]]" /></Annotations><Annotations Target="Odyssey.BHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="BHProcessTask" String="IProcessTask[[ICusInBondHeader]]" /></Annotations><Annotations Target="Odyssey.BFProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="BFProcessTask" String="IProcessTask[[ICusISFHeader]]" /></Annotations><Annotations Target="Odyssey.YAOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YAOProcessTask" String="IProcessTask[[ICYDAdHocServiceOrder]]" /></Annotations><Annotations Target="Odyssey.YDHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YDHProcessTask" String="IProcessTask[[ICYDDeliveryHeader]]" /></Annotations><Annotations Target="Odyssey.YPHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YPHProcessTask" String="IProcessTask[[ICYDPickupHeader]]" /></Annotations><Annotations Target="Odyssey.YRAProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YRAProcessTask" String="IProcessTask[[ICYDReceiveAdvice]]" /></Annotations><Annotations Target="Odyssey.YREProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YREProcessTask" String="IProcessTask[[ICYDReleaseAdvice]]" /></Annotations><Annotations Target="Odyssey.YTUProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YTUProcessTask" String="IProcessTask[[ICYDTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.YUSProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YUSProcessTask" String="IProcessTask[[ICYDYardUnitState]]" /></Annotations><Annotations Target="Odyssey.KMProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="KMProcessTask" String="IProcessTask[[IDtbBooking]]" /></Annotations><Annotations Target="Odyssey.LTCProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="LTCProcessTask" String="IProcessTask[[IDtbConsignment]]" /></Annotations><Annotations Target="Odyssey.KGProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="KGProcessTask" String="IProcessTask[[IDtbConsignmentRunSheet]]" /></Annotations><Annotations Target="Odyssey.K1ProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="K1ProcessTask" String="IProcessTask[[IDtbConsignmentRunSheetInstruction]]" /></Annotations><Annotations Target="Odyssey.EMHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="EMHProcessTask" String="IProcessTask[[IEquipmentMovementHistory]]" /></Annotations><Annotations Target="Odyssey.GAProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="GAProcessTask" String="IProcessTask[[IGlbStaffHoliday]]" /></Annotations><Annotations Target="Odyssey.HRRProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HRRProcessTask" String="IProcessTask[[IHRHiringRequest]]" /></Annotations><Annotations Target="Odyssey.HVHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HVHProcessTask" String="IProcessTask[[IHVLVBookingHeader]]" /></Annotations><Annotations Target="Odyssey.HVCProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HVCProcessTask" String="IProcessTask[[IHVLVConsignment]]" /></Annotations><Annotations Target="Odyssey.HVIProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HVIProcessTask" String="IProcessTask[[IHVLVItem]]" /></Annotations><Annotations Target="Odyssey.HVSProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HVSProcessTask" String="IProcessTask[[IHVLVItemLine]]" /></Annotations><Annotations Target="Odyssey.HVLProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HVLProcessTask" String="IProcessTask[[IHVLVOriginLoadList]]" /></Annotations><Annotations Target="Odyssey.HVOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HVOProcessTask" String="IProcessTask[[IHVLVOuterPackage]]" /></Annotations><Annotations Target="Odyssey.JJProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JJProcessTask" String="IProcessTask[[IJobCartage]]" /></Annotations><Annotations Target="Odyssey.JKProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JKProcessTask" String="IProcessTask[[IJobConsol]]" /></Annotations><Annotations Target="Odyssey.JCProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JCProcessTask" String="IProcessTask[[IJobContainer]]" /></Annotations><Annotations Target="Odyssey.JEProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JEProcessTask" String="IProcessTask[[IJobDeclaration]]" /></Annotations><Annotations Target="Odyssey.JDProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JDProcessTask" String="IProcessTask[[IJobOrderHeader]]" /></Annotations><Annotations Target="Odyssey.JOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JOProcessTask" String="IProcessTask[[IJobOrderLine]]" /></Annotations><Annotations Target="Odyssey.JXProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JXProcessTask" String="IProcessTask[[IJobSailing]]" /></Annotations><Annotations Target="Odyssey.JSProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JSProcessTask" String="IProcessTask[[IJobShipment]]" /></Annotations><Annotations Target="Odyssey.EFProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="EFProcessTask" String="IProcessTask[[IJobShipmentPreplanning]]" /></Annotations><Annotations Target="Odyssey.JSBProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JSBProcessTask" String="IProcessTask[[IJobSupplierBooking]]" /></Annotations><Annotations Target="Odyssey.JVProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JVProcessTask" String="IProcessTask[[IJobVoyage]]" /></Annotations><Annotations Target="Odyssey.JBProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JBProcessTask" String="IProcessTask[[IJobVoyDestination]]" /></Annotations><Annotations Target="Odyssey.JAProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JAProcessTask" String="IProcessTask[[IJobVoyOrigin]]" /></Annotations><Annotations Target="Odyssey.P0ProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="P0ProcessTask" String="IProcessTask[[IProcessTaskTemplate]]" /></Annotations><Annotations Target="Odyssey.RCTProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="RCTProcessTask" String="IProcessTask[[IRatingContract]]" /></Annotations><Annotations Target="Odyssey.THProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="THProcessTask" String="IProcessTask[[IRatingHeader]]" /></Annotations><Annotations Target="Odyssey.RQProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="RQProcessTask" String="IProcessTask[[IRefEquipment]]" /></Annotations><Annotations Target="Odyssey.VBProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="VBProcessTask" String="IProcessTask[[IViewQuotedBooking]]" /></Annotations><Annotations Target="Odyssey.WCWProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WCWProcessTask" String="IProcessTask[[IWhsCycleCountWave]]" /></Annotations><Annotations Target="Odyssey.WDProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WDProcessTask" String="IProcessTask[[IWhsDocket]]" /></Annotations><Annotations Target="Odyssey.WDCProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WDCProcessTask" String="IProcessTask[[IWhsItemDispatchConsignment]]" /></Annotations><Annotations Target="Odyssey.WDLProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WDLProcessTask" String="IProcessTask[[IWhsItemDispatchLoadList]]" /></Annotations><Annotations Target="Odyssey.WDHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WDHProcessTask" String="IProcessTask[[IWhsItemDispatchTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WPSProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WPSProcessTask" String="IProcessTask[[IWhsItemPackageState]]" /></Annotations><Annotations Target="Odyssey.WRPProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WRPProcessTask" String="IProcessTask[[IWhsItemReceiveASN]]" /></Annotations><Annotations Target="Odyssey.WRCProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WRCProcessTask" String="IProcessTask[[IWhsItemReceiveConsignment]]" /></Annotations><Annotations Target="Odyssey.WRHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WRHProcessTask" String="IProcessTask[[IWhsItemReceiveTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WLOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WLOProcessTask" String="IProcessTask[[IWhsLoad]]" /></Annotations><Annotations Target="Odyssey.WPProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WPProcessTask" String="IProcessTask[[IWhsPick]]" /></Annotations><Annotations Target="Odyssey.WTKProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WTKProcessTask" String="IProcessTask[[IWhsPickByLabelJob]]" /></Annotations><Annotations Target="Odyssey.WTJProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WTJProcessTask" String="IProcessTask[[IWhsPickTrolleyJob]]" /></Annotations><Annotations Target="Odyssey.WKIProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WKIProcessTask" String="IProcessTask[[IWorkItem]]" /></Annotations><Annotations Target="Odyssey.WKPProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WKPProcessTask" String="IProcessTask[[IWorkProject]]" /></Annotations><Annotations Target="Odyssey.JHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JHProcessTask" String="IProcessTask[[IJobHeader]]" /></Annotations><Annotations Target="Odyssey.MWOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="MWOProcessTask" String="IProcessTask[[IMNRWorkOrderHeader]]" /></Annotations><Annotations Target="Odyssey.DRQProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="DRQProcessTask" String="IProcessTask[[IUNDGRequest]]" /></Annotations><Annotations Target="Odyssey.RALAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="RALAcknowledgement" String="IAcknowledgement[[IReviewAllocation]]" /></Annotations><Annotations Target="Odyssey.RefAirlineInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefAirlineInfo" String="IRefAirlineInfo" /></Annotations><Annotations Target="Odyssey.RefCommodityCodeInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefCommodityCodeInfo" String="IRefCommodityCodeInfo" /></Annotations><Annotations Target="Odyssey.RefContainerInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefContainerInfo" String="IRefContainerInfo" /></Annotations><Annotations Target="Odyssey.RefCountryInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefCountryInfo" String="IRefCountryInfo" /></Annotations><Annotations Target="Odyssey.RefCountryStateInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefCountryStateInfo" String="IRefCountryStateInfo" /></Annotations><Annotations Target="Odyssey.RefCurrencyInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefCurrencyInfo" String="IRefCurrencyInfo" /></Annotations><Annotations Target="Odyssey.RefServiceLevelInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefServiceLevelInfo" String="IRefServiceLevelInfo" /></Annotations><Annotations Target="Odyssey.RefShippingLineInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefShippingLineInfo" String="IRefShippingLineInfo" /></Annotations><Annotations Target="Odyssey.RefTimeZoneInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefTimeZoneInfo" String="IRefTimeZoneInfo" /></Annotations><Annotations Target="Odyssey.RefTimeZoneSetInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefTimeZoneSetInfo" String="IRefTimeZoneSetInfo" /></Annotations><Annotations Target="Odyssey.RefUNLOCOInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefUNLOCOInfo" String="IRefUNLOCOInfo" /></Annotations><Annotations Target="Odyssey.ReviewAllocation"><Annotation Term="Glow.FriendlyName" Qualifier="ReviewAllocation" String="IReviewAllocation" /></Annotations><Annotations Target="Odyssey.ReviewProcessBudget"><Annotation Term="Glow.FriendlyName" Qualifier="ReviewProcessBudget" String="IReviewProcessBudget" /></Annotations><Annotations Target="Odyssey.ReviewProcessDemographic"><Annotation Term="Glow.FriendlyName" Qualifier="ReviewProcessDemographic" String="IReviewProcessDemographic" /></Annotations><Annotations Target="Odyssey.ReviewProcessEndpoint"><Annotation Term="Glow.FriendlyName" Qualifier="ReviewProcessEndpoint" String="IReviewProcessEndpoint" /></Annotations><Annotations Target="Odyssey.ReviewProcessEntitlement"><Annotation Term="Glow.FriendlyName" Qualifier="ReviewProcessEntitlement" String="IReviewProcessEntitlement" /></Annotations><Annotations Target="Odyssey.ReviewProcess"><Annotation Term="Glow.FriendlyName" Qualifier="ReviewProcess" String="IReviewProcess" /></Annotations><Annotations Target="Odyssey.ReviewProcessNode"><Annotation Term="Glow.FriendlyName" Qualifier="ReviewProcessNode" String="IReviewProcessNode" /></Annotations><Annotations Target="Odyssey.ReviewProposalEntitlement"><Annotation Term="Glow.FriendlyName" Qualifier="ReviewProposalEntitlement" String="IReviewProposalEntitlement" /></Annotations><Annotations Target="Odyssey.ReviewProposal"><Annotation Term="Glow.FriendlyName" Qualifier="ReviewProposal" String="IReviewProposal" /></Annotations><Annotations Target="Odyssey.RPBAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="RPBAcknowledgement" String="IAcknowledgement[[IReviewProcessBudget]]" /></Annotations><Annotations Target="Odyssey.RPDAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="RPDAcknowledgement" String="IAcknowledgement[[IReviewProcessDemographic]]" /></Annotations><Annotations Target="Odyssey.RPEAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="RPEAcknowledgement" String="IAcknowledgement[[IReviewProcessEntitlement]]" /></Annotations><Annotations Target="Odyssey.RPPAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="RPPAcknowledgement" String="IAcknowledgement[[IReviewProcessEndpoint]]" /></Annotations><Annotations Target="Odyssey.RPRAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="RPRAcknowledgement" String="IAcknowledgement[[IReviewProcess]]" /></Annotations><Annotations Target="Odyssey.RPRLog"><Annotation Term="Glow.FriendlyName" Qualifier="RPRLog" String="ILog[[IReviewProcess]]" /></Annotations><Annotations Target="Odyssey.RPRWorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="RPRWorkflowTask" String="IWorkflowTask[[IReviewProcess]]" /></Annotations><Annotations Target="Odyssey.RREAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="RREAcknowledgement" String="IAcknowledgement[[IReviewProposalEntitlement]]" /></Annotations><Annotations Target="Odyssey.RRNAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="RRNAcknowledgement" String="IAcknowledgement[[IReviewProcessNode]]" /></Annotations><Annotations Target="Odyssey.RRNLog"><Annotation Term="Glow.FriendlyName" Qualifier="RRNLog" String="ILog[[IReviewProcessNode]]" /></Annotations><Annotations Target="Odyssey.RRNWorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="RRNWorkflowTask" String="IWorkflowTask[[IReviewProcessNode]]" /></Annotations><Annotations Target="Odyssey.RRPAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="RRPAcknowledgement" String="IAcknowledgement[[IReviewProposal]]" /></Annotations><Annotations Target="Odyssey.S9Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="S9Acknowledgement" String="IAcknowledgement[[IStmModuleFilter]]" /></Annotations><Annotations Target="Odyssey.StmEventInfo"><Annotation Term="Glow.FriendlyName" Qualifier="StmEventInfo" String="IStmEventInfo" /></Annotations><Annotations Target="Odyssey.StmModuleFilter"><Annotation Term="Glow.FriendlyName" Qualifier="StmModuleFilter" String="IStmModuleFilter" /></Annotations></Schema><Schema Namespace="ReviewProcessActionExtender" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Function Name="GetManagers"><Parameter Name="reviewProcessPK" Type="Edm.Guid" Nullable="false" /><ReturnType Type="Collection(Odyssey.GlbStaff)" /></Function><Function Name="GetReviewsWithNoRemPackage"><Parameter Name="reviewProcessPk" Type="Edm.Guid" Nullable="false" /><ReturnType Type="Edm.String" /></Function><Function Name="GetReviewsWithNoManager"><Parameter Name="reviewProcessPk" Type="Edm.Guid" Nullable="false" /><ReturnType Type="Edm.String" /></Function><Function Name="GetReviewsWithNoActiveManager"><Parameter Name="reviewProcessPk" Type="Edm.Guid" Nullable="false" /><ReturnType Type="Edm.String" /></Function><Function Name="GetProspectiveReviewProcessEndpoints"><Parameter Name="reviewProcessPK" Type="Edm.Guid" Nullable="false" /><ReturnType Type="Collection(Odyssey.GlbStaffEmployeeToReview)" /></Function><Function Name="GetProspectiveReviewProcessNodes"><Parameter Name="reviewProcessPK" Type="Edm.Guid" Nullable="false" /><ReturnType Type="Collection(Odyssey.ReviewProcessNode)" /></Function><Function Name="IsCompanyWithValidExchangeRates"><Parameter Name="exchangeRateEffectiveDate" Type="Edm.DateTimeOffset" Nullable="false" /><Parameter Name="companyPK" Type="Edm.Guid" Nullable="false" /><ReturnType Type="Edm.Boolean" Nullable="false" /></Function><Function Name="GetStaffNoBudget"><Parameter Name="reviewProcessPK" Type="Edm.Guid" Nullable="false" /><ReturnType Type="Collection(Odyssey.GlbStaff)" /></Function></Schema><Schema Namespace="ReviewProcessNodeActionExtender" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Function Name="GetAllReviewProcessNodeProposals" IsComposable="true"><Parameter Name="reviewProcessNodePK" Type="Edm.Guid" /><ReturnType Type="Collection(Odyssey.ReviewProposal)" /></Function><Function Name="GetDescendantReviewProcessNodes" IsComposable="true"><Parameter Name="nodePK" Type="Edm.Guid" Nullable="false" /><ReturnType Type="Collection(Odyssey.ReviewProcessNode)" /></Function><Function Name="GetProposalsWithConflictingEffectiveDates" IsComposable="true"><Parameter Name="nodePK" Type="Edm.Guid" Nullable="false" /><ReturnType Type="Collection(Odyssey.ReviewProposal)" /></Function></Schema><Schema Namespace="Default" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityContainer Name="OdysseyContext"><EntitySet Name="G7Acknowledgements" EntityType="Odyssey.G7Acknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbPersonLanguages" /></EntitySet><EntitySet Name="GAAcknowledgements" EntityType="Odyssey.GAAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbStaffHolidays" /></EntitySet><EntitySet Name="GAAddOnValues" EntityType="Odyssey.GAAddOnValue"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbStaffHolidays" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GALogs" EntityType="Odyssey.GALog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbStaffHolidays" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="GAWorkflowTasks" EntityType="Odyssey.GAWorkflowTask"><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbStaffHolidays" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /></EntitySet><EntitySet Name="GBAcknowledgements" EntityType="Odyssey.GBAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbBranches" /></EntitySet><EntitySet Name="GBBAcknowledgements" EntityType="Odyssey.GBBAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbBeneficiaryBranchDepartments" /></EntitySet><EntitySet Name="GBHolidays" EntityType="Odyssey.GBHoliday"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbBranches" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GH_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GCAcknowledgements" EntityType="Odyssey.GCAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbCompanies" /></EntitySet><EntitySet Name="GCLogs" EntityType="Odyssey.GCLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbCompanies" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="GCRAcknowledgements" EntityType="Odyssey.GCRAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbStaffChangeRequests" /></EntitySet><EntitySet Name="GCRLogs" EntityType="Odyssey.GCRLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbStaffChangeRequests" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="GCRWorkflowTasks" EntityType="Odyssey.GCRWorkflowTask"><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbStaffChangeRequests" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /></EntitySet><EntitySet Name="GEAcknowledgements" EntityType="Odyssey.GEAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbDepartments" /></EntitySet><EntitySet Name="GEGAcknowledgements" EntityType="Odyssey.GEGAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbStaffEntitlementGroups" /></EntitySet><EntitySet Name="GEHAcknowledgements" EntityType="Odyssey.GEHAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbEmploymentHistories" /></EntitySet><EntitySet Name="GELAcknowledgements" EntityType="Odyssey.GELAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbEmploymentLocations" /></EntitySet><EntitySet Name="GETAcknowledgements" EntityType="Odyssey.GETAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbEmploymentTeams" /></EntitySet><EntitySet Name="GEWAcknowledgements" EntityType="Odyssey.GEWAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbStaffEntitlementTypes" /></EntitySet><EntitySet Name="GGDAcknowledgements" EntityType="Odyssey.GGDAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbStaffChangeRequestTemplateDocuments" /></EntitySet><EntitySet Name="GGIAcknowledgements" EntityType="Odyssey.GGIAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbStaffChangeRequestTemplateItems" /></EntitySet><EntitySet Name="GHBAcknowledgements" EntityType="Odyssey.GHBAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbEmployingBranchDepartments" /></EntitySet><EntitySet Name="GHHAcknowledgements" EntityType="Odyssey.GHHAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbHolidaySourceHistories" /></EntitySet><EntitySet Name="GHSAcknowledgements" EntityType="Odyssey.GHSAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbHolidaySources" /></EntitySet><EntitySet Name="GHSHolidays" EntityType="Odyssey.GHSHoliday"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbHolidaySources" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GH_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GKAcknowledgements" EntityType="Odyssey.GKAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbGroupLinks" /></EntitySet><EntitySet Name="GlbBeneficiaryBranchDepartments" EntityType="Odyssey.GlbBeneficiaryBranchDepartment"><NavigationPropertyBinding Path="Acknowledgements" Target="GBBAcknowledgements" /><NavigationPropertyBinding Path="Branch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Department" Target="GlbDepartmentInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Staff" Target="GlbStaffs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GBB_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GlbBranches" EntityType="Odyssey.GlbBranch"><NavigationPropertyBinding Path="Acknowledgements" Target="GBAcknowledgements" /><NavigationPropertyBinding Path="AddressProxy" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanies" /><NavigationPropertyBinding Path="Holidays" Target="GBHolidays" /><NavigationPropertyBinding Path="HomePort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="OrgProxy" Target="OrgHeaderInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GB_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GlbBranchInfos" EntityType="Odyssey.GlbBranchInfo"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="HomePort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="OrgProxy" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="GlbCapabilityInfos" EntityType="Odyssey.GlbCapabilityInfo" /><EntitySet Name="GlbCompanies" EntityType="Odyssey.GlbCompany"><NavigationPropertyBinding Path="Acknowledgements" Target="GCAcknowledgements" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LocalCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="Logs" Target="GCLogs" /><NavigationPropertyBinding Path="OrgProxy" Target="OrgHeaderInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GC_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GlbCompanyInfos" EntityType="Odyssey.GlbCompanyInfo"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="LocalCurrency" Target="RefCurrencyInfos" /></EntitySet><EntitySet Name="GlbDepartmentInfos" EntityType="Odyssey.GlbDepartmentInfo" /><EntitySet Name="GlbDepartments" EntityType="Odyssey.GlbDepartment"><NavigationPropertyBinding Path="Acknowledgements" Target="GEAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ParentGlbDepartment" Target="GlbDepartments" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GlbEmployingBranchDepartments" EntityType="Odyssey.GlbEmployingBranchDepartment"><NavigationPropertyBinding Path="Acknowledgements" Target="GHBAcknowledgements" /><NavigationPropertyBinding Path="Branch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Department" Target="GlbDepartmentInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Staff" Target="GlbStaffs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GHB_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GlbEmploymentHistories" EntityType="Odyssey.GlbEmploymentHistory"><NavigationPropertyBinding Path="Acknowledgements" Target="GEHAcknowledgements" /><NavigationPropertyBinding Path="ChangeRequest" Target="GlbStaffChangeRequests" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Staff" Target="GlbStaffs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GEH_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GlbEmploymentLocations" EntityType="Odyssey.GlbEmploymentLocation"><NavigationPropertyBinding Path="Acknowledgements" Target="GELAcknowledgements" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="SourceBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="SourceOrgAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Staff" Target="GlbStaffs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GEL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GlbEmploymentTeams" EntityType="Odyssey.GlbEmploymentTeam"><NavigationPropertyBinding Path="Acknowledgements" Target="GETAcknowledgements" /><NavigationPropertyBinding Path="ChangeRequest" Target="GlbStaffChangeRequests" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Staff" Target="GlbStaffs" /><NavigationPropertyBinding Path="Team" Target="GlbTeamInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GET_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GlbGroupInfos" EntityType="Odyssey.GlbGroupInfo" /><EntitySet Name="GlbGroupLinks" EntityType="Odyssey.GlbGroupLink"><NavigationPropertyBinding Path="Acknowledgements" Target="GKAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GlbStaff" Target="GlbStaffs" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GK_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GlbHolidaySourceHistories" EntityType="Odyssey.GlbHolidaySourceHistory"><NavigationPropertyBinding Path="Acknowledgements" Target="GHHAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="HolidaySource" Target="GlbHolidaySources" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Staff" Target="GlbStaffs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GHH_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GlbHolidaySources" EntityType="Odyssey.GlbHolidaySource"><NavigationPropertyBinding Path="Acknowledgements" Target="GHSAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Holidays" Target="GHSHolidays" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GHS_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GlbPeople" EntityType="Odyssey.GlbPerson"><NavigationPropertyBinding Path="Acknowledgements" Target="PERAcknowledgements" /><NavigationPropertyBinding Path="CertificateOrAccreditations" Target="PERCertificateOrAccreditations" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GlbPersonLanguages" Target="GlbPersonLanguages" /><NavigationPropertyBinding Path="GlbStaffs" Target="GlbStaffs" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="PERLogs" /><NavigationPropertyBinding Path="NationalityCodeISO" Target="RefCountryInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>PER_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GlbPersonInfos" EntityType="Odyssey.GlbPersonInfo"><NavigationPropertyBinding Path="GlbStaffs" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="GlbPersonLanguages" EntityType="Odyssey.GlbPersonLanguage"><NavigationPropertyBinding Path="Acknowledgements" Target="G7Acknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Person" Target="GlbPeople" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>G7_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GlbStaffChangeRequests" EntityType="Odyssey.GlbStaffChangeRequest"><NavigationPropertyBinding Path="Acknowledgements" Target="GCRAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GlbEmploymentHistories" Target="GlbEmploymentHistories" /><NavigationPropertyBinding Path="GlbEmploymentTeams" Target="GlbEmploymentTeams" /><NavigationPropertyBinding Path="GlbStaffManagers" Target="GlbStaffManagers" /><NavigationPropertyBinding Path="GlbWorkPatterns" Target="GlbWorkPatterns" /><NavigationPropertyBinding Path="HrlBenefitOnDemands" Target="HrlBenefitOnDemands" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="GCRLogs" /><NavigationPropertyBinding Path="Staff" Target="GlbStaffs" /><NavigationPropertyBinding Path="Template" Target="GlbStaffChangeRequestTemplates" /><NavigationPropertyBinding Path="WorkflowTasks" Target="GCRWorkflowTasks" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GCR_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GlbStaffChangeRequestTemplateDocuments" EntityType="Odyssey.GlbStaffChangeRequestTemplateDocument"><NavigationPropertyBinding Path="Acknowledgements" Target="GGDAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Template" Target="GlbStaffChangeRequestTemplates" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GGD_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GlbStaffChangeRequestTemplateItems" EntityType="Odyssey.GlbStaffChangeRequestTemplateItem"><NavigationPropertyBinding Path="Acknowledgements" Target="GGIAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Template" Target="GlbStaffChangeRequestTemplates" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GGI_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GlbStaffChangeRequestTemplates" EntityType="Odyssey.GlbStaffChangeRequestTemplate"><NavigationPropertyBinding Path="Acknowledgements" Target="GSGAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GlbStaffChangeRequestTemplateDocuments" Target="GlbStaffChangeRequestTemplateDocuments" /><NavigationPropertyBinding Path="GlbStaffChangeRequestTemplateItems" Target="GlbStaffChangeRequestTemplateItems" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GSG_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GlbStaffClassifications" EntityType="Odyssey.GlbStaffClassification"><NavigationPropertyBinding Path="Acknowledgements" Target="GSLAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Staff" Target="GlbStaffs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GSL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GlbStaffCostCentres" EntityType="Odyssey.GlbStaffCostCentre"><NavigationPropertyBinding Path="Acknowledgements" Target="GSKAcknowledgements" /><NavigationPropertyBinding Path="Branch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Department" Target="GlbDepartmentInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Staff" Target="GlbStaffs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GSK_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GlbStaffEmployeeToReviews" EntityType="Odyssey.GlbStaffEmployeeToReview"><NavigationPropertyBinding Path="Demographic" Target="ReviewProcessDemographics" /><NavigationPropertyBinding Path="DirectManager" Target="GlbStaffs" /><NavigationPropertyBinding Path="FinalReviewer" Target="GlbStaffs" /><NavigationPropertyBinding Path="ReviewProcess" Target="ReviewProcesses" /><NavigationPropertyBinding Path="Staff" Target="GlbStaffs" /></EntitySet><EntitySet Name="GlbStaffEntitlementGroups" EntityType="Odyssey.GlbStaffEntitlementGroup"><NavigationPropertyBinding Path="Acknowledgements" Target="GEGAcknowledgements" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GlbStaffEntitlementTypes" Target="GlbStaffEntitlementTypes" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GEG_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GlbStaffEntitlements" EntityType="Odyssey.GlbStaffEntitlement"><NavigationPropertyBinding Path="Acknowledgements" Target="GSIAcknowledgements" /><NavigationPropertyBinding Path="Breakdown" Target="GlbStaffEntitlementGroups" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Remuneration" Target="GlbStaffRemunerations" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GSI_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GlbStaffEntitlementTypes" EntityType="Odyssey.GlbStaffEntitlementType"><NavigationPropertyBinding Path="Acknowledgements" Target="GEWAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="EntitlementGroup" Target="GlbStaffEntitlementGroups" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GEW_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GlbStaffHolidays" EntityType="Odyssey.GlbStaffHoliday"><NavigationPropertyBinding Path="Acknowledgements" Target="GAAcknowledgements" /><NavigationPropertyBinding Path="AddOnValues" Target="GAAddOnValues" /><NavigationPropertyBinding Path="ApprovalDelegate" Target="GlbStaffs" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GlbStaff" Target="GlbStaffs" /><NavigationPropertyBinding Path="HrlLeaveProcessedLogs" Target="HrlLeaveProcessedLogs" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="GALogs" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="WorkflowTasks" Target="GAWorkflowTasks" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GA_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GlbStaffInfos" EntityType="Odyssey.GlbStaffInfo"><NavigationPropertyBinding Path="GlbPerson" Target="GlbPersonInfos" /></EntitySet><EntitySet Name="GlbStaffManagers" EntityType="Odyssey.GlbStaffManager"><NavigationPropertyBinding Path="Acknowledgements" Target="GSMAcknowledgements" /><NavigationPropertyBinding Path="ChangeRequest" Target="GlbStaffChangeRequests" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Manager" Target="GlbStaffs" /><NavigationPropertyBinding Path="Staff" Target="GlbStaffs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GSM_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GlbStaffOneOffEntitlements" EntityType="Odyssey.GlbStaffOneOffEntitlement"><NavigationPropertyBinding Path="Acknowledgements" Target="GSOAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Currency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Staff" Target="GlbStaffs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GSO_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GlbStaffRemunerations" EntityType="Odyssey.GlbStaffRemuneration"><NavigationPropertyBinding Path="Acknowledgements" Target="GSRAcknowledgements" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Currency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="GlbStaffEntitlements" Target="GlbStaffEntitlements" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Staff" Target="GlbStaffs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GSR_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GlbStaffReviews" EntityType="Odyssey.GlbStaffReview"><NavigationPropertyBinding Path="Acknowledgements" Target="GSVAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Reviewer" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Staff" Target="GlbStaffs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GSV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GlbStaffs" EntityType="Odyssey.GlbStaff"><NavigationPropertyBinding Path="Acknowledgements" Target="GSAcknowledgements" /><NavigationPropertyBinding Path="AddOnValues" Target="GSAddOnValues" /><NavigationPropertyBinding Path="CertificateOrAccreditations" Target="GSCertificateOrAccreditations" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DirectReports" Target="GlbStaffManagers" /><NavigationPropertyBinding Path="GlbBeneficiaryBranchDepartments" Target="GlbBeneficiaryBranchDepartments" /><NavigationPropertyBinding Path="GlbEmployingBranchDepartments" Target="GlbEmployingBranchDepartments" /><NavigationPropertyBinding Path="GlbEmploymentHistories" Target="GlbEmploymentHistories" /><NavigationPropertyBinding Path="GlbEmploymentLocations" Target="GlbEmploymentLocations" /><NavigationPropertyBinding Path="GlbEmploymentTeams" Target="GlbEmploymentTeams" /><NavigationPropertyBinding Path="GlbGroupLinks" Target="GlbGroupLinks" /><NavigationPropertyBinding Path="GlbHolidaySourceHistories" Target="GlbHolidaySourceHistories" /><NavigationPropertyBinding Path="GlbPerson" Target="GlbPeople" /><NavigationPropertyBinding Path="GlbStaffClassifications" Target="GlbStaffClassifications" /><NavigationPropertyBinding Path="GlbStaffCostCentres" Target="GlbStaffCostCentres" /><NavigationPropertyBinding Path="GlbStaffHolidays" Target="GlbStaffHolidays" /><NavigationPropertyBinding Path="GlbStaffOneOffEntitlements" Target="GlbStaffOneOffEntitlements" /><NavigationPropertyBinding Path="GlbStaffRemunerations" Target="GlbStaffRemunerations" /><NavigationPropertyBinding Path="GlbStaffReviews" Target="GlbStaffReviews" /><NavigationPropertyBinding Path="GlbStaffTimezones" Target="GlbStaffTimezones" /><NavigationPropertyBinding Path="GlbStaffWorkingBases" Target="GlbStaffWorkingBases" /><NavigationPropertyBinding Path="GlbWorkPatterns" Target="GlbWorkPatterns" /><NavigationPropertyBinding Path="HomeBranch" Target="GlbBranches" /><NavigationPropertyBinding Path="HomeDepartment" Target="GlbDepartments" /><NavigationPropertyBinding Path="HrlBalanceTransactions" Target="HrlBalanceTransactions" /><NavigationPropertyBinding Path="HrlBenefitOnDemands" Target="HrlBenefitOnDemands" /><NavigationPropertyBinding Path="HrlConsolidatedBalanceTransactionViews" Target="HrlConsolidatedBalanceTransactionViews" /><NavigationPropertyBinding Path="HrlStaffPolicies" Target="HrlStaffPolicies" /><NavigationPropertyBinding Path="HRMRemHistories" Target="HRMRemHistories" /><NavigationPropertyBinding Path="HRMStaffHistories" Target="HRMStaffHistories" /><NavigationPropertyBinding Path="IndirectManagers" Target="IndirectManagers" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastLogonBranch" Target="GlbBranches" /><NavigationPropertyBinding Path="LastLogonDepartment" Target="GlbDepartments" /><NavigationPropertyBinding Path="Logs" Target="GSLogs" /><NavigationPropertyBinding Path="Managers" Target="GlbStaffManagers" /><NavigationPropertyBinding Path="Nationality" Target="RefCountryInfos" /><NavigationPropertyBinding Path="PreferredPaymentCompany" Target="GlbCompanies" /><NavigationPropertyBinding Path="ReviewAllocations" Target="ReviewAllocations" /><NavigationPropertyBinding Path="ReviewProcessNodes" Target="ReviewProcessNodes" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="GSWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkTimes" Target="GSWorkTimes" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GS_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GlbStaffTimezones" EntityType="Odyssey.GlbStaffTimezone"><NavigationPropertyBinding Path="Acknowledgements" Target="GSZAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Staff" Target="GlbStaffs" /><NavigationPropertyBinding Path="TimeZoneSetName" Target="RefTimeZoneSetInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GSZ_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GlbStaffWorkingBases" EntityType="Odyssey.GlbStaffWorkingBasis"><NavigationPropertyBinding Path="Acknowledgements" Target="GSWAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Staff" Target="GlbStaffs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GSW_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GlbTeamInfos" EntityType="Odyssey.GlbTeamInfo" /><EntitySet Name="GlbTeams" EntityType="Odyssey.GlbTeam"><NavigationPropertyBinding Path="Acknowledgements" Target="GSTAcknowledgements" /><NavigationPropertyBinding Path="Branch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GlbTeams" Target="GlbTeams" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbTeams" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GlbWorkPatterns" EntityType="Odyssey.GlbWorkPattern"><NavigationPropertyBinding Path="Acknowledgements" Target="GWPAcknowledgements" /><NavigationPropertyBinding Path="ChangeRequest" Target="GlbStaffChangeRequests" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Staff" Target="GlbStaffs" /><NavigationPropertyBinding Path="WorkTimes" Target="GWPWorkTimes" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GWP_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GlbWorkPatternTemplates" EntityType="Odyssey.GlbWorkPatternTemplate"><NavigationPropertyBinding Path="Acknowledgements" Target="GWTAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="WorkTimes" Target="GWTWorkTimes" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GWT_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GSAcknowledgements" EntityType="Odyssey.GSAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbStaffs" /></EntitySet><EntitySet Name="GSAddOnValues" EntityType="Odyssey.GSAddOnValue"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbStaffs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GSCertificateOrAccreditations" EntityType="Odyssey.GSCertificateOrAccreditation"><NavigationPropertyBinding Path="CountryOfIssuance" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbStaffs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XZ_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GSGAcknowledgements" EntityType="Odyssey.GSGAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbStaffChangeRequestTemplates" /></EntitySet><EntitySet Name="GSIAcknowledgements" EntityType="Odyssey.GSIAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbStaffEntitlements" /></EntitySet><EntitySet Name="GSKAcknowledgements" EntityType="Odyssey.GSKAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbStaffCostCentres" /></EntitySet><EntitySet Name="GSLAcknowledgements" EntityType="Odyssey.GSLAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbStaffClassifications" /></EntitySet><EntitySet Name="GSLogs" EntityType="Odyssey.GSLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbStaffs" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="GSMAcknowledgements" EntityType="Odyssey.GSMAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbStaffManagers" /></EntitySet><EntitySet Name="GSOAcknowledgements" EntityType="Odyssey.GSOAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbStaffOneOffEntitlements" /></EntitySet><EntitySet Name="GSRAcknowledgements" EntityType="Odyssey.GSRAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbStaffRemunerations" /></EntitySet><EntitySet Name="GSTAcknowledgements" EntityType="Odyssey.GSTAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbTeams" /></EntitySet><EntitySet Name="GSVAcknowledgements" EntityType="Odyssey.GSVAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbStaffReviews" /></EntitySet><EntitySet Name="GSWAcknowledgements" EntityType="Odyssey.GSWAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbStaffWorkingBases" /></EntitySet><EntitySet Name="GSWorkflowAuditLogs" EntityType="Odyssey.GSWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbStaffs" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="GSWorkTimes" EntityType="Odyssey.GSWorkTime"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbStaffs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GW_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GSZAcknowledgements" EntityType="Odyssey.GSZAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbStaffTimezones" /></EntitySet><EntitySet Name="GWPAcknowledgements" EntityType="Odyssey.GWPAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbWorkPatterns" /></EntitySet><EntitySet Name="GWPWorkTimes" EntityType="Odyssey.GWPWorkTime"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbWorkPatterns" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GW_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GWTAcknowledgements" EntityType="Odyssey.GWTAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbWorkPatternTemplates" /></EntitySet><EntitySet Name="GWTWorkTimes" EntityType="Odyssey.GWTWorkTime"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbWorkPatternTemplates" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>GW_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="HrlBalanceAffectingLogs" EntityType="Odyssey.HrlBalanceAffectingLog"><NavigationPropertyBinding Path="Acknowledgements" Target="LLBAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Staff" Target="GlbStaffs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>LLB_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="HrlBalanceTransactions" EntityType="Odyssey.HrlBalanceTransaction"><NavigationPropertyBinding Path="Acknowledgements" Target="LLTAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ProcessingRun" Target="HrlProcessingRuns" /><NavigationPropertyBinding Path="Staff" Target="GlbStaffs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>LLT_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="HrlBenefitOnDemands" EntityType="Odyssey.HrlBenefitOnDemand"><NavigationPropertyBinding Path="Acknowledgements" Target="LBDAcknowledgements" /><NavigationPropertyBinding Path="AddOnValues" Target="LBDAddOnValues" /><NavigationPropertyBinding Path="ChangeRequest" Target="GlbStaffChangeRequests" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="LBDLogs" /><NavigationPropertyBinding Path="Staff" Target="GlbStaffs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>LBD_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="HrlBenefits" EntityType="Odyssey.HrlBenefit"><NavigationPropertyBinding Path="Acknowledgements" Target="LPBAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Entitlement" Target="HrlEntitlements" /><NavigationPropertyBinding Path="HrlUnpaidExcludes" Target="HrlUnpaidExcludes" /><NavigationPropertyBinding Path="Increment" Target="HrlIncrements" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Policy" Target="HrlPolicies" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>LPB_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="HrlBenefitViews" EntityType="Odyssey.HrlBenefitView"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Entitlement" Target="HrlEntitlements" /><NavigationPropertyBinding Path="Increment" Target="HrlIncrements" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Policy" Target="HrlPolicies" /></EntitySet><EntitySet Name="HrlConsolidatedBalanceTransactionViews" EntityType="Odyssey.HrlConsolidatedBalanceTransactionView"><NavigationPropertyBinding Path="ProcessingRun" Target="HrlProcessingRuns" /><NavigationPropertyBinding Path="Staff" Target="GlbStaffs" /></EntitySet><EntitySet Name="HrlEntitlements" EntityType="Odyssey.HrlEntitlement"><NavigationPropertyBinding Path="Acknowledgements" Target="LPEAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="HrlBenefits" Target="HrlBenefits" /><NavigationPropertyBinding Path="HrlBenefitViews" Target="HrlBenefitViews" /><NavigationPropertyBinding Path="HrlEntitlementTenures" Target="HrlEntitlementTenures" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>LPE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="HrlEntitlementTenures" EntityType="Odyssey.HrlEntitlementTenure"><NavigationPropertyBinding Path="Acknowledgements" Target="LPTAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Entitlement" Target="HrlEntitlements" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>LPT_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="HrlIncrements" EntityType="Odyssey.HrlIncrement"><NavigationPropertyBinding Path="Acknowledgements" Target="LPIAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="HrlBenefits" Target="HrlBenefits" /><NavigationPropertyBinding Path="HrlBenefitViews" Target="HrlBenefitViews" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>LPI_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="HrlLeaveProcessedLogs" EntityType="Odyssey.HrlLeaveProcessedLog"><NavigationPropertyBinding Path="Acknowledgements" Target="LLDAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ProcessingRun" Target="HrlProcessingRuns" /><NavigationPropertyBinding Path="StaffHoliday" Target="GlbStaffHolidays" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>LLD_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="HrlPolicies" EntityType="Odyssey.HrlPolicy"><NavigationPropertyBinding Path="Acknowledgements" Target="LLPAcknowledgements" /><NavigationPropertyBinding Path="Branch" Target="GlbBranches" /><NavigationPropertyBinding Path="Company" Target="GlbCompanies" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Department" Target="GlbDepartments" /><NavigationPropertyBinding Path="HrlBenefits" Target="HrlBenefits" /><NavigationPropertyBinding Path="HrlBenefitViews" Target="HrlBenefitViews" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>LLP_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="HrlProcessingRuns" EntityType="Odyssey.HrlProcessingRun"><NavigationPropertyBinding Path="Acknowledgements" Target="LLRAcknowledgements" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="HrlBalanceTransactions" Target="HrlBalanceTransactions" /><NavigationPropertyBinding Path="HrlConsolidatedBalanceTransactionViews" Target="HrlConsolidatedBalanceTransactionViews" /><NavigationPropertyBinding Path="HrlLeaveProcessedLogs" Target="HrlLeaveProcessedLogs" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>LLR_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="HrlStaffPolicies" EntityType="Odyssey.HrlStaffPolicy"><NavigationPropertyBinding Path="Acknowledgements" Target="LLSAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Policy" Target="HrlPolicies" /><NavigationPropertyBinding Path="Staff" Target="GlbStaffs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>LLS_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="HrlUnpaidExcludes" EntityType="Odyssey.HrlUnpaidExclude"><NavigationPropertyBinding Path="Acknowledgements" Target="LPXAcknowledgements" /><NavigationPropertyBinding Path="Benefit" Target="HrlBenefits" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>LPX_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="HRMRemHistories" EntityType="Odyssey.HRMRemHistory"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="Currency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="GlbStaffClassification" Target="GlbStaffClassifications" /><NavigationPropertyBinding Path="GlbStaffRemuneration" Target="GlbStaffRemunerations" /><NavigationPropertyBinding Path="GlbStaffReview" Target="GlbStaffReviews" /><NavigationPropertyBinding Path="GlbStaffWorkingBasis" Target="GlbStaffWorkingBases" /><NavigationPropertyBinding Path="Reviewer" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Staff" Target="GlbStaffs" /></EntitySet><EntitySet Name="HRMStaffHistories" EntityType="Odyssey.HRMStaffHistory"><NavigationPropertyBinding Path="GlbBeneficiaryBranchDepartment" Target="GlbBeneficiaryBranchDepartments" /><NavigationPropertyBinding Path="GlbEmployingBranchDepartment" Target="GlbEmployingBranchDepartments" /><NavigationPropertyBinding Path="GlbEmploymentHistory" Target="GlbEmploymentHistories" /><NavigationPropertyBinding Path="GlbEmploymentLocation" Target="GlbEmploymentLocations" /><NavigationPropertyBinding Path="GlbEmploymentTeam" Target="GlbEmploymentTeams" /><NavigationPropertyBinding Path="GlbStaff" Target="GlbStaffs" /></EntitySet><EntitySet Name="IndirectManagers" EntityType="Odyssey.IndirectManager"><NavigationPropertyBinding Path="Manager" Target="GlbStaffs" /><NavigationPropertyBinding Path="Staff" Target="GlbStaffs" /></EntitySet><EntitySet Name="LBDAcknowledgements" EntityType="Odyssey.LBDAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="HrlBenefitOnDemands" /></EntitySet><EntitySet Name="LBDAddOnValues" EntityType="Odyssey.LBDAddOnValue"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="HrlBenefitOnDemands" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="LBDLogs" EntityType="Odyssey.LBDLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="HrlBenefitOnDemands" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="LLBAcknowledgements" EntityType="Odyssey.LLBAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="HrlBalanceAffectingLogs" /></EntitySet><EntitySet Name="LLDAcknowledgements" EntityType="Odyssey.LLDAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="HrlLeaveProcessedLogs" /></EntitySet><EntitySet Name="LLPAcknowledgements" EntityType="Odyssey.LLPAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="HrlPolicies" /></EntitySet><EntitySet Name="LLRAcknowledgements" EntityType="Odyssey.LLRAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="HrlProcessingRuns" /></EntitySet><EntitySet Name="LLSAcknowledgements" EntityType="Odyssey.LLSAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="HrlStaffPolicies" /></EntitySet><EntitySet Name="LLTAcknowledgements" EntityType="Odyssey.LLTAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="HrlBalanceTransactions" /></EntitySet><EntitySet Name="LPBAcknowledgements" EntityType="Odyssey.LPBAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="HrlBenefits" /></EntitySet><EntitySet Name="LPEAcknowledgements" EntityType="Odyssey.LPEAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="HrlEntitlements" /></EntitySet><EntitySet Name="LPIAcknowledgements" EntityType="Odyssey.LPIAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="HrlIncrements" /></EntitySet><EntitySet Name="LPTAcknowledgements" EntityType="Odyssey.LPTAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="HrlEntitlementTenures" /></EntitySet><EntitySet Name="LPXAcknowledgements" EntityType="Odyssey.LPXAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="HrlUnpaidExcludes" /></EntitySet><EntitySet Name="NettingOrganisationInfos" EntityType="Odyssey.NettingOrganisationInfo"><NavigationPropertyBinding Path="APSettlementCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="ARSettlementCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="NettingSystem" Target="NettingSystemInfos" /><NavigationPropertyBinding Path="Organisation" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="NettingSystemInfos" EntityType="Odyssey.NettingSystemInfo" /><EntitySet Name="OrgAddressAdditionalInfoInfos" EntityType="Odyssey.OrgAddressAdditionalInfoInfo"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /></EntitySet><EntitySet Name="OrgAddressCapabilityInfos" EntityType="Odyssey.OrgAddressCapabilityInfo"><NavigationPropertyBinding Path="OrgAddress" Target="OrgAddressInfos" /></EntitySet><EntitySet Name="OrgAddressInfos" EntityType="Odyssey.OrgAddressInfo"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="OrgAddressAdditionalInfos" Target="OrgAddressAdditionalInfoInfos" /><NavigationPropertyBinding Path="OrgAddressCapabilities" Target="OrgAddressCapabilityInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="RelatedPort" Target="RefUNLOCOInfos" /></EntitySet><EntitySet Name="OrgBrandOrRelatedNameInfos" EntityType="Odyssey.OrgBrandOrRelatedNameInfo"><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="OrgCarrierAccountInfos" EntityType="Odyssey.OrgCarrierAccountInfo"><NavigationPropertyBinding Path="Carrier" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="OrgCompanyDataInfos" EntityType="Odyssey.OrgCompanyDataInfo"><NavigationPropertyBinding Path="APDefltCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="OrgContactInfos" EntityType="Odyssey.OrgContactInfo"><NavigationPropertyBinding Path="DefaultBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="OrgAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="OrgCusCodeInfos" EntityType="Odyssey.OrgCusCodeInfo"><NavigationPropertyBinding Path="CodeCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="PremisesAddress" Target="OrgAddressInfos" /></EntitySet><EntitySet Name="OrgHeaderInfos" EntityType="Odyssey.OrgHeaderInfo"><NavigationPropertyBinding Path="CarrierAccounts" Target="OrgCarrierAccountInfos" /><NavigationPropertyBinding Path="ClosestPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="CusCodes" Target="OrgCusCodeInfos" /><NavigationPropertyBinding Path="NettingOrganisations" Target="NettingOrganisationInfos" /><NavigationPropertyBinding Path="OrgAddresses" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="OrgBrandOrRelatedNames" Target="OrgBrandOrRelatedNameInfos" /><NavigationPropertyBinding Path="OrgCompanyData" Target="OrgCompanyDataInfos" /><NavigationPropertyBinding Path="OrgContacts" Target="OrgContactInfos" /><NavigationPropertyBinding Path="PartiesRelatedToThisOrg" Target="OrgRelatedPartyInfos" /><NavigationPropertyBinding Path="RelatedParties" Target="OrgRelatedPartyInfos" /><NavigationPropertyBinding Path="ShippingLine" Target="RefShippingLineInfos" /></EntitySet><EntitySet Name="OrgRelatedPartyInfos" EntityType="Odyssey.OrgRelatedPartyInfo"><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="RelatedParty" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="P9Acknowledgements" EntityType="Odyssey.P9Acknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessTasks" /></EntitySet><EntitySet Name="P9Logs" EntityType="Odyssey.P9Log"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessTasks" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="P9Notes" EntityType="Odyssey.P9Note"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessTasks" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="P9Tags" EntityType="Odyssey.P9Tag"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessTasks" /><NavigationPropertyBinding Path="RemovedBy" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>TGL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PERAcknowledgements" EntityType="Odyssey.PERAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbPeople" /></EntitySet><EntitySet Name="PERCertificateOrAccreditations" EntityType="Odyssey.PERCertificateOrAccreditation"><NavigationPropertyBinding Path="CountryOfIssuance" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbPeople" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XZ_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PERLogs" EntityType="Odyssey.PERLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="GlbPeople" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="ProcessTasks" EntityType="Odyssey.ProcessTask"><NavigationPropertyBinding Path="Acknowledgements" Target="P9Acknowledgements" /><NavigationPropertyBinding Path="AssignedGroup" Target="GlbGroupInfos" /><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DestinationCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="ExceptionEvent" Target="StmEventInfos" /><NavigationPropertyBinding Path="ExceptionLocation" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="P9Logs" /><NavigationPropertyBinding Path="MilestoneEvent" Target="StmEventInfos" /><NavigationPropertyBinding Path="Notes" Target="P9Notes" /><NavigationPropertyBinding Path="Odyssey.GAProcessTask/Parent" Target="GlbStaffHolidays" /><NavigationPropertyBinding Path="OrgAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="OrgContact" Target="OrgContactInfos" /><NavigationPropertyBinding Path="OriginCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="RequiredCapability" Target="GlbCapabilityInfos" /><NavigationPropertyBinding Path="Tags" Target="P9Tags" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /><NavigationPropertyBinding Path="TriggerBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="TriggerDepartment" Target="GlbDepartmentInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>P9_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="RALAcknowledgements" EntityType="Odyssey.RALAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ReviewAllocations" /></EntitySet><EntitySet Name="RefAirlineInfos" EntityType="Odyssey.RefAirlineInfo" /><EntitySet Name="RefCommodityCodeInfos" EntityType="Odyssey.RefCommodityCodeInfo" /><EntitySet Name="RefContainerInfos" EntityType="Odyssey.RefContainerInfo" /><EntitySet Name="RefCountryInfos" EntityType="Odyssey.RefCountryInfo" /><EntitySet Name="RefCountryStateInfos" EntityType="Odyssey.RefCountryStateInfo"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /></EntitySet><EntitySet Name="RefCurrencyInfos" EntityType="Odyssey.RefCurrencyInfo" /><EntitySet Name="RefServiceLevelInfos" EntityType="Odyssey.RefServiceLevelInfo" /><EntitySet Name="RefShippingLineInfos" EntityType="Odyssey.RefShippingLineInfo" /><EntitySet Name="RefTimeZoneInfos" EntityType="Odyssey.RefTimeZoneInfo" /><EntitySet Name="RefTimeZoneSetInfos" EntityType="Odyssey.RefTimeZoneSetInfo"><NavigationPropertyBinding Path="DaylightSavingZone" Target="RefTimeZoneInfos" /><NavigationPropertyBinding Path="StandardZone" Target="RefTimeZoneInfos" /></EntitySet><EntitySet Name="RefUNLOCOInfos" EntityType="Odyssey.RefUNLOCOInfo"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="RefCountryState" Target="RefCountryStateInfos" /></EntitySet><EntitySet Name="ReviewAllocations" EntityType="Odyssey.ReviewAllocation"><NavigationPropertyBinding Path="Acknowledgements" Target="RALAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ReviewProcess" Target="ReviewProcesses" /><NavigationPropertyBinding Path="Staff" Target="GlbStaffs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>RAL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="ReviewProcessBudgets" EntityType="Odyssey.ReviewProcessBudget"><NavigationPropertyBinding Path="Acknowledgements" Target="RPBAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Demographic" Target="ReviewProcessDemographics" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>RPB_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="ReviewProcessDemographics" EntityType="Odyssey.ReviewProcessDemographic"><NavigationPropertyBinding Path="Acknowledgements" Target="RPDAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Filter" Target="StmModuleFilters" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ReviewProcess" Target="ReviewProcesses" /><NavigationPropertyBinding Path="ReviewProcessBudgets" Target="ReviewProcessBudgets" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>RPD_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="ReviewProcessEndpoints" EntityType="Odyssey.ReviewProcessEndpoint"><NavigationPropertyBinding Path="Acknowledgements" Target="RPPAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ReviewProcess" Target="ReviewProcesses" /><NavigationPropertyBinding Path="Staff" Target="GlbStaffs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>RPP_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="ReviewProcessEntitlements" EntityType="Odyssey.ReviewProcessEntitlement"><NavigationPropertyBinding Path="Acknowledgements" Target="RPEAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ReviewProcess" Target="ReviewProcesses" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>RPE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="ReviewProcesses" EntityType="Odyssey.ReviewProcess"><NavigationPropertyBinding Path="Acknowledgements" Target="RPRAcknowledgements" /><NavigationPropertyBinding Path="Company" Target="GlbCompanies" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Currency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="EmployeesInReview" Target="StmModuleFilters" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="RPRLogs" /><NavigationPropertyBinding Path="ReviewAllocations" Target="ReviewAllocations" /><NavigationPropertyBinding Path="ReviewProcessDemographics" Target="ReviewProcessDemographics" /><NavigationPropertyBinding Path="ReviewProcessEndpoints" Target="ReviewProcessEndpoints" /><NavigationPropertyBinding Path="ReviewProcessEntitlements" Target="ReviewProcessEntitlements" /><NavigationPropertyBinding Path="ReviewProcessNodes" Target="ReviewProcessNodes" /><NavigationPropertyBinding Path="WorkflowTasks" Target="RPRWorkflowTasks" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>RPR_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="ReviewProcessNodes" EntityType="Odyssey.ReviewProcessNode"><NavigationPropertyBinding Path="Acknowledgements" Target="RRNAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="RRNLogs" /><NavigationPropertyBinding Path="Parent" Target="ReviewProcessNodes" /><NavigationPropertyBinding Path="Reviewer" Target="GlbStaffs" /><NavigationPropertyBinding Path="ReviewProcess" Target="ReviewProcesses" /><NavigationPropertyBinding Path="ReviewProcessNodes" Target="ReviewProcessNodes" /><NavigationPropertyBinding Path="ReviewProposals" Target="ReviewProposals" /><NavigationPropertyBinding Path="WorkflowTasks" Target="RRNWorkflowTasks" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>RRN_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="ReviewProposalEntitlements" EntityType="Odyssey.ReviewProposalEntitlement"><NavigationPropertyBinding Path="Acknowledgements" Target="RREAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Proposal" Target="ReviewProposals" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>RRE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="ReviewProposals" EntityType="Odyssey.ReviewProposal"><NavigationPropertyBinding Path="Acknowledgements" Target="RRPAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ReviewNode" Target="ReviewProcessNodes" /><NavigationPropertyBinding Path="ReviewProposalEntitlements" Target="ReviewProposalEntitlements" /><NavigationPropertyBinding Path="Staff" Target="GlbStaffs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>RRP_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="RPBAcknowledgements" EntityType="Odyssey.RPBAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ReviewProcessBudgets" /></EntitySet><EntitySet Name="RPDAcknowledgements" EntityType="Odyssey.RPDAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ReviewProcessDemographics" /></EntitySet><EntitySet Name="RPEAcknowledgements" EntityType="Odyssey.RPEAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ReviewProcessEntitlements" /></EntitySet><EntitySet Name="RPPAcknowledgements" EntityType="Odyssey.RPPAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ReviewProcessEndpoints" /></EntitySet><EntitySet Name="RPRAcknowledgements" EntityType="Odyssey.RPRAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ReviewProcesses" /></EntitySet><EntitySet Name="RPRLogs" EntityType="Odyssey.RPRLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="ReviewProcesses" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="RPRWorkflowTasks" EntityType="Odyssey.RPRWorkflowTask"><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ReviewProcesses" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /></EntitySet><EntitySet Name="RREAcknowledgements" EntityType="Odyssey.RREAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ReviewProposalEntitlements" /></EntitySet><EntitySet Name="RRNAcknowledgements" EntityType="Odyssey.RRNAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ReviewProcessNodes" /></EntitySet><EntitySet Name="RRNLogs" EntityType="Odyssey.RRNLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="ReviewProcessNodes" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="RRNWorkflowTasks" EntityType="Odyssey.RRNWorkflowTask"><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ReviewProcessNodes" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /></EntitySet><EntitySet Name="RRPAcknowledgements" EntityType="Odyssey.RRPAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ReviewProposals" /></EntitySet><EntitySet Name="S9Acknowledgements" EntityType="Odyssey.S9Acknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="StmModuleFilters" /></EntitySet><EntitySet Name="StmEventInfos" EntityType="Odyssey.StmEventInfo" /><EntitySet Name="StmModuleFilters" EntityType="Odyssey.StmModuleFilter"><NavigationPropertyBinding Path="Acknowledgements" Target="S9Acknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ReviewProcesses" Target="ReviewProcesses" /></EntitySet><FunctionImport Name="GetManagers" Function="ReviewProcessActionExtender.GetManagers" EntitySet="GlbStaffs" /><FunctionImport Name="GetReviewsWithNoRemPackage" Function="ReviewProcessActionExtender.GetReviewsWithNoRemPackage" /><FunctionImport Name="GetReviewsWithNoManager" Function="ReviewProcessActionExtender.GetReviewsWithNoManager" /><FunctionImport Name="GetReviewsWithNoActiveManager" Function="ReviewProcessActionExtender.GetReviewsWithNoActiveManager" /><FunctionImport Name="GetProspectiveReviewProcessEndpoints" Function="ReviewProcessActionExtender.GetProspectiveReviewProcessEndpoints" EntitySet="GlbStaffEmployeeToReviews" /><FunctionImport Name="GetProspectiveReviewProcessNodes" Function="ReviewProcessActionExtender.GetProspectiveReviewProcessNodes" EntitySet="ReviewProcessNodes" /><FunctionImport Name="IsCompanyWithValidExchangeRates" Function="ReviewProcessActionExtender.IsCompanyWithValidExchangeRates" /><FunctionImport Name="GetStaffNoBudget" Function="ReviewProcessActionExtender.GetStaffNoBudget" EntitySet="GlbStaffs" /><FunctionImport Name="GetAllReviewProcessNodeProposals" Function="ReviewProcessNodeActionExtender.GetAllReviewProcessNodeProposals" EntitySet="ReviewProposals" /><FunctionImport Name="GetDescendantReviewProcessNodes" Function="ReviewProcessNodeActionExtender.GetDescendantReviewProcessNodes" EntitySet="ReviewProcessNodes" /><FunctionImport Name="GetProposalsWithConflictingEffectiveDates" Function="ReviewProcessNodeActionExtender.GetProposalsWithConflictingEffectiveDates" EntitySet="ReviewProposals" /></EntityContainer></Schema></edmx:DataServices></edmx:Edmx>