<?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="GlbAccreditationAttempt"><Key><PropertyRef Name="HAA_PK" /></Key><Property Name="HAA_PK" Type="Edm.Guid" Nullable="false" /><Property Name="HAA_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="HAA_CommencementDate" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="HAA_CompletionDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="HAA_CompletionDueDate" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="HAA_ExpiryDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="HAA_HAC" Type="Edm.Guid" Nullable="false" /><Property Name="HAA_PER" Type="Edm.Guid" Nullable="false" /><Property Name="HAA_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HAA_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HAA_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="HAA_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HAA_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="HAA_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="GlbAccreditation" Type="Odyssey.GlbAccreditation" Nullable="false"><ReferentialConstraint Property="HAA_HAC" ReferencedProperty="HAC_PK" /></NavigationProperty><NavigationProperty Name="GlbPerson" Type="Odyssey.GlbPersonInfo" Nullable="false"><ReferentialConstraint Property="HAA_PER" ReferencedProperty="PER_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="HAA_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="HAA_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="ViewLatestHighestLevelAccreditationAttempts" Type="Collection(Odyssey.ViewLatestHighestLevelAccreditationAttempt)" Partner="GlbAccreditationAttempt" /><Annotation Term="Glow.TableCode" String="HAA" /></EntityType><EntityType Name="GlbAccreditationGroup"><Key><PropertyRef Name="HAG_PK" /></Key><Property Name="HAG_PK" Type="Edm.Guid" Nullable="false" /><Property Name="HAG_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="HAG_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="HAG_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="HAG_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HAG_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="HAG_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="HAG_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="HAG_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><Annotation Term="Glow.TableCode" String="HAG" /></EntityType><EntityType Name="GlbAccreditation"><Key><PropertyRef Name="HAC_PK" /></Key><Property Name="HAC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="HAC_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="HAC_CertificateCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HAC_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="HAC_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="HAC_IsAutoNumber" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="HAC_IsRefresher" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="HAC_IsWebPublished" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="HAC_MustCompleteInDays" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="HAC_RefresherCertificateExpiryType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HAC_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="HAC_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HAC_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="HAC_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HAC_ValidityMonths" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="HAC_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="HAC_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><Annotation Term="Glow.TableCode" String="HAC" /></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" /><NavigationProperty Name="GlbPersonPrimaryWorkingAddresses" Type="Collection(Odyssey.GlbPersonPrimaryWorkingAddress)" Partner="GlbPersonInfo" /><Annotation Term="Glow.InfoTypeFor" String="IGlbPerson" /><Annotation Term="Glow.TableCode" String="PER" /></EntityType><EntityType Name="GlbPersonPrimaryWorkingAddress"><Key><PropertyRef Name="PPR_PK" /></Key><Property Name="PPR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="PPR_PER" Type="Edm.Guid" Nullable="false" /><Property Name="PPR_PrimaryTableCode" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PPR_CompanyName" Type="Edm.String" MaxLength="100" /><Property Name="PPR_AddressPort" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="PPR_CompanyCode" Type="Edm.String" Nullable="false" MaxLength="12" /><NavigationProperty Name="GlbPersonInfo" Type="Odyssey.GlbPersonInfo" Nullable="false" Partner="GlbPersonPrimaryWorkingAddresses"><ReferentialConstraint Property="PPR_PER" ReferencedProperty="PER_PK" /></NavigationProperty></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="OrgContactFollower"><Key><PropertyRef Name="OC_PK" /></Key><Property Name="OC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OC_ContactName" Type="Edm.String" Nullable="false" MaxLength="256" /><Property Name="OC_Email" Type="Edm.String" Nullable="false" MaxLength="254" /><Property Name="OC_Title" Type="Edm.String" Nullable="false" MaxLength="35" /><Property Name="OC_CompanyName" Type="Edm.String" MaxLength="100" /><Property Name="OC_PortName" Type="Edm.String" MaxLength="35" Unicode="false" /><Property Name="OC_CountryCode" Type="Edm.String" MaxLength="2" Unicode="false" /><Property Name="OC_UNLOCO" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="OC_OH" Type="Edm.Guid" Nullable="false" /><Property Name="OC_PER" Type="Edm.Guid" Nullable="false" /></EntityType><EntityType Name="ViewLatestHighestLevelAccreditationAttempt"><Key><PropertyRef Name="HLA_PK" /></Key><Property Name="HLA_PK" Type="Edm.Guid" Nullable="false" /><Property Name="HLA_HAA" Type="Edm.Guid" Nullable="false" /><Property Name="HLA_HAG" Type="Edm.Guid" /><Property Name="HLA_IsCompleted" Type="Edm.Boolean" /><Property Name="HLA_PER" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="GlbAccreditationAttempt" Type="Odyssey.GlbAccreditationAttempt" Nullable="false" Partner="ViewLatestHighestLevelAccreditationAttempts"><ReferentialConstraint Property="HLA_HAA" ReferencedProperty="HAA_PK" /></NavigationProperty><NavigationProperty Name="GlbAccreditationGroup" Type="Odyssey.GlbAccreditationGroup"><ReferentialConstraint Property="HLA_HAG" ReferencedProperty="HAG_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="HLA" /></EntityType><Annotations Target="Odyssey.GlbAccreditationAttempt"><Annotation Term="Glow.FriendlyName" Qualifier="GlbAccreditationAttempt" String="IGlbAccreditationAttempt" /></Annotations><Annotations Target="Odyssey.GlbAccreditationGroup"><Annotation Term="Glow.FriendlyName" Qualifier="GlbAccreditationGroup" String="IGlbAccreditationGroup" /></Annotations><Annotations Target="Odyssey.GlbAccreditation"><Annotation Term="Glow.FriendlyName" Qualifier="GlbAccreditation" String="IGlbAccreditation" /></Annotations><Annotations Target="Odyssey.GlbPersonInfo"><Annotation Term="Glow.FriendlyName" Qualifier="GlbPersonInfo" String="IGlbPersonInfo" /></Annotations><Annotations Target="Odyssey.GlbPersonPrimaryWorkingAddress"><Annotation Term="Glow.FriendlyName" Qualifier="GlbPersonPrimaryWorkingAddress" String="IGlbPersonPrimaryWorkingAddress" /></Annotations><Annotations Target="Odyssey.GlbStaffInfo"><Annotation Term="Glow.FriendlyName" Qualifier="GlbStaffInfo" String="IGlbStaffInfo" /></Annotations><Annotations Target="Odyssey.OrgContactFollower"><Annotation Term="Glow.FriendlyName" Qualifier="OrgContactFollower" String="IOrgContactFollower" /></Annotations><Annotations Target="Odyssey.ViewLatestHighestLevelAccreditationAttempt"><Annotation Term="Glow.FriendlyName" Qualifier="ViewLatestHighestLevelAccreditationAttempt" String="IViewLatestHighestLevelAccreditationAttempt" /></Annotations></Schema><Schema Namespace="Default" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityContainer Name="OdysseyContext"><EntitySet Name="GlbAccreditationAttempts" EntityType="Odyssey.GlbAccreditationAttempt"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GlbAccreditation" Target="GlbAccreditations" /><NavigationPropertyBinding Path="GlbPerson" Target="GlbPersonInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ViewLatestHighestLevelAccreditationAttempts" Target="ViewLatestHighestLevelAccreditationAttempts" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>HAA_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GlbAccreditationGroups" EntityType="Odyssey.GlbAccreditationGroup"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>HAG_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GlbAccreditations" EntityType="Odyssey.GlbAccreditation"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>HAC_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GlbPersonInfos" EntityType="Odyssey.GlbPersonInfo"><NavigationPropertyBinding Path="GlbPersonPrimaryWorkingAddresses" Target="GlbPersonPrimaryWorkingAddresses" /><NavigationPropertyBinding Path="GlbStaffs" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="GlbPersonPrimaryWorkingAddresses" EntityType="Odyssey.GlbPersonPrimaryWorkingAddress"><NavigationPropertyBinding Path="GlbPersonInfo" Target="GlbPersonInfos" /></EntitySet><EntitySet Name="GlbStaffInfos" EntityType="Odyssey.GlbStaffInfo"><NavigationPropertyBinding Path="GlbPerson" Target="GlbPersonInfos" /></EntitySet><EntitySet Name="OrgContactFollowers" EntityType="Odyssey.OrgContactFollower" /><EntitySet Name="ViewLatestHighestLevelAccreditationAttempts" EntityType="Odyssey.ViewLatestHighestLevelAccreditationAttempt"><NavigationPropertyBinding Path="GlbAccreditationAttempt" Target="GlbAccreditationAttempts" /><NavigationPropertyBinding Path="GlbAccreditationGroup" Target="GlbAccreditationGroups" /></EntitySet></EntityContainer></Schema></edmx:DataServices></edmx:Edmx>