<?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="ODataFusion" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="Asset" OpenType="true"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.String" Nullable="false" /><Property Name="ExternalId" Type="Edm.String" /><Property Name="Name" Type="Edm.String" /><Property Name="Description" Type="Edm.String" /><Property Name="ParentId" Type="Edm.String" /><Property Name="ParentExternalId" Type="Edm.String" /><Property Name="Source" Type="Edm.String" /><Property Name="MetaData" Type="ODataFusion.MetaData" /><Property Name="RootId" Type="Edm.String" /><Property Name="DataSetId" Type="Edm.String" Nullable="true" /><Property Name="Labels" Type="Edm.String" Nullable="true" /><Property Name="CreatedTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="LastUpdatedTime" Type="Edm.DateTimeOffset" Nullable="false" /><NavigationProperty Name="Root" Type="ODataFusion.Asset"></NavigationProperty><NavigationProperty Name="Parent" Type="ODataFusion.Asset"></NavigationProperty><NavigationProperty Name="Subtree" Type="Collection(ODataFusion.Asset)"></NavigationProperty><NavigationProperty Name="Children" Type="Collection(ODataFusion.Asset)"></NavigationProperty><NavigationProperty Name="Timeseries" Type="Collection(ODataFusion.Timeseries)"></NavigationProperty><NavigationProperty Name="Sequences" Type="Collection(ODataFusion.Sequences)"></NavigationProperty><NavigationProperty Name="Events" Type="Collection(ODataFusion.Event)"><Annotation Term="Org.OData.Capabilities.V1.ExpandSupported"><Record><PropertyValue Property="Expandable" Bool="false"></PropertyValue></Record></Annotation></NavigationProperty><NavigationProperty Name="Files" Type="Collection(ODataFusion.File)"></NavigationProperty></EntityType><Function Name="AssetsRoots" IsBound="false"><ReturnType Type="Collection(ODataFusion.Asset)" /></Function><Function Name="AssetsSearch" IsBound="false"><Parameter Name="Search" Type="Edm.String" Nullable="false" /><ReturnType Type="Collection(ODataFusion.Asset)" /></Function><EntityType Name="Timeseries" OpenType="true"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.String" Nullable="false" /><Property Name="ExternalId" Type="Edm.String" Nullable="true" /><Property Name="Name" Type="Edm.String" Nullable="true" /><Property Name="IsString" Type="Edm.Boolean" Nullable="false" /><Property Name="MetaData" Type="ODataFusion.MetaData" Nullable="true" /><Property Name="Unit" Type="Edm.String" Nullable="true" /><Property Name="IsStep" Type="Edm.Boolean" Nullable="false" /><Property Name="Description" Type="Edm.String" Nullable="true" /><Property Name="SecurityCategories" Type="Collection(Edm.Int64)" Nullable="true" /><Property Name="DataSetId" Type="Edm.String" Nullable="true" /><Property Name="CreatedTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="LastUpdatedTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="AssetId" Type="Edm.String" Nullable="true" /><NavigationProperty Name="Asset" Type="ODataFusion.Asset" Nullable="true"></NavigationProperty><NavigationProperty Name="Latest" Type="ODataFusion.LatestPoint" Nullable="true"></NavigationProperty><NavigationProperty Name="DataPoints" Type="Collection(ODataFusion.DataPoint)" Nullable="true"><Annotation Term="Org.OData.Capabilities.V1.ExpandSupported"><Record><PropertyValue Property="Expandable" Bool="false"></PropertyValue></Record></Annotation></NavigationProperty><NavigationProperty Name="StringPoints" Type="Collection(ODataFusion.StringPoint)" Nullable="true"><Annotation Term="Org.OData.Capabilities.V1.ExpandSupported"><Record><PropertyValue Property="Expandable" Bool="false"></PropertyValue></Record></Annotation></NavigationProperty></EntityType><EntityType Name="DataPoint" OpenType="true"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.String" Nullable="false" /><Property Name="TimeStamp" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Value" Type="Edm.Double" Nullable="false" /><Property Name="TimeseriesId" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="StringPoint" OpenType="true"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.String" Nullable="false" /><Property Name="TimeStamp" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Value" Type="Edm.String" Nullable="false" /><Property Name="TimeseriesId" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="LatestPoint" OpenType="true"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.String" Nullable="false" /><Property Name="TimeStamp" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Value" Type="Edm.Double" Nullable="true" /><Property Name="StringValue" Type="Edm.String" Nullable="true" /><Property Name="TimeseriesId" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="AggregateDataPoint" OpenType="true"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.String" Nullable="false" /><Property Name="TimeStamp" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="ContinuousVariance" Type="Edm.Double" Nullable="true" /><Property Name="StepInterpolation" Type="Edm.Double" Nullable="true" /><Property Name="DiscreteVariance" Type="Edm.Double" Nullable="true" /><Property Name="TotalVariation" Type="Edm.Double" Nullable="true" /><Property Name="Interpolation" Type="Edm.Double" Nullable="true" /><Property Name="Average" Type="Edm.Double" Nullable="true" /><Property Name="Count" Type="Edm.Double" Nullable="true" /><Property Name="Max" Type="Edm.Double" Nullable="true" /><Property Name="Min" Type="Edm.Double" Nullable="true" /><Property Name="Sum" Type="Edm.Double" Nullable="true" /><Property Name="TimeseriesId" Type="Edm.String" Nullable="false" /></EntityType><EntityType Name="DataPointSynthetic" OpenType="true"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.String" Nullable="false" /><Property Name="TimeStamp" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Value" Type="Edm.Double" Nullable="true" /><Property Name="Error" Type="Edm.String" Nullable="true" /></EntityType><Function Name="Aggregate" IsBound="true"><Parameter Name="Entity" Type="ODataFusion.Timeseries" Nullable="false" /><Parameter Name="Start" Type="Edm.DateTimeOffset" Nullable="false" /><Parameter Name="End" Type="Edm.DateTimeOffset" Nullable="false" /><Parameter Name="Granularity" Type="Edm.String" Nullable="false" /><ReturnType Type="Collection(ODataFusion.AggregateDataPoint)" /></Function><Function Name="TimeseriesSearch" IsBound="false"><Parameter Name="Search" Type="Edm.String" Nullable="false" /><ReturnType Type="Collection(ODataFusion.Timeseries)" /></Function><Function Name="TimeseriesAggregate" IsBound="false"><Parameter Name="Tags" Type="Edm.String" Nullable="false" /><Parameter Name="Granularity" Type="Edm.String" Nullable="false" /><Parameter Name="Start" Type="Edm.DateTimeOffset" Nullable="false" /><Parameter Name="End" Type="Edm.DateTimeOffset" Nullable="true" /><ReturnType Type="Collection(ODataFusion.AggregateDataPoint)" /></Function><EntityType Name="Event" OpenType="true"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.String" Nullable="false" /><Property Name="ExternalId" Type="Edm.String" /><Property Name="Description" Type="Edm.String" /><Property Name="Source" Type="Edm.String" /><Property Name="Type" Type="Edm.String" /><Property Name="SubType" Type="Edm.String" /><Property Name="MetaData" Type="ODataFusion.MetaData" /><Property Name="DataSetId" Type="Edm.String" Nullable="true" /><Property Name="StartTime" Type="Edm.DateTimeOffset" /><Property Name="EndTime" Type="Edm.DateTimeOffset" /><Property Name="CreatedTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="LastUpdatedTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="AssetIds" Type="Collection(Edm.String)" Nullable="true" /><NavigationProperty Name="Assets" Type="Collection(ODataFusion.Asset)"><ReferentialConstraint Property="AssetIds" ReferencedProperty="Id" /><Annotation Term="Org.OData.Capabilities.V1.ExpandSupported"><Record><PropertyValue Property="Expandable" Bool="false"></PropertyValue></Record></Annotation></NavigationProperty></EntityType><Function Name="EventsSearch" IsBound="false"><Parameter Name="Search" Type="Edm.String" Nullable="false" /><ReturnType Type="Collection(ODataFusion.Event)" /></Function><EntityType Name="File" OpenType="true"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.String" Nullable="false" /><Property Name="ExternalId" Type="Edm.String" /><Property Name="Name" Type="Edm.String" Nullable="false" /><Property Name="Source" Type="Edm.String" /><Property Name="MimeType" Type="Edm.String" /><Property Name="MetaData" Type="ODataFusion.MetaData" /><Property Name="DataSetId" Type="Edm.String" Nullable="true" /><Property Name="SourceCreatedTime" Type="Edm.DateTimeOffset" /><Property Name="SourceModifiedTime" Type="Edm.DateTimeOffset" /><Property Name="CreatedTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="LastUpdatedTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="UploadedTime" Type="Edm.DateTimeOffset" /><Property Name="Uploaded" Type="Edm.Boolean" Nullable="false" /><Property Name="AssetIds" Type="Collection(Edm.String)" Nullable="true" /><NavigationProperty Name="Assets" Type="Collection(ODataFusion.Asset)"><ReferentialConstraint Property="AssetIds" ReferencedProperty="Id" /></NavigationProperty><NavigationProperty Name="DownloadUrl" Type="ODataFusion.DownloadUrl"></NavigationProperty></EntityType><EntityType Name="DownloadUrl" HasStream="true" OpenType="true"><Key><PropertyRef Name="FileId" /></Key><Property Name="FileId" Type="Edm.String" Nullable="false" /><Property Name="Url" Type="Edm.String" Nullable="false" /><NavigationProperty Name="File" Type="ODataFusion.File"><ReferentialConstraint Property="FileId" ReferencedProperty="Id" /></NavigationProperty></EntityType><EntityType Name="Raw" OpenType="true"><Key><PropertyRef Name="Database" /></Key><Property Name="Database" Type="Edm.String" /><NavigationProperty Name="Tables" Type="Collection(ODataFusion.Table)" ContainsTarget="true"><Annotation Term="Org.OData.Capabilities.V1.ExpandSupported"><Record><PropertyValue Property="Expandable" Bool="true"></PropertyValue></Record></Annotation></NavigationProperty></EntityType><EntityType Name="Table" OpenType="true"><Key><PropertyRef Name="Table" /></Key><Property Name="Table" Type="Edm.String" /><NavigationProperty Name="Rows" Type="Collection(ODataFusion.Row)" ContainsTarget="true"><Annotation Term="Org.OData.Capabilities.V1.ExpandSupported"><Record><PropertyValue Property="Expandable" Bool="true"></PropertyValue></Record></Annotation></NavigationProperty></EntityType><EntityType Name="Row" OpenType="true"><Key><PropertyRef Name="Key" /></Key><Property Name="Key" Type="Edm.String" /><Property Name="LastUpdatedTime" Type="Edm.DateTimeOffset" Nullable="true" /><Property Name="RawData" Type="ODataFusion.RawData" /></EntityType><ComplexType Name="RawData" OpenType="true"></ComplexType><EntityType Name="SequenceColumn" OpenType="true"><Key><PropertyRef Name="ExternalId" /></Key><Property Name="ExternalId" Type="Edm.String" Nullable="false" /><Property Name="Name" Type="Edm.String" /><Property Name="Description" Type="Edm.String" /><Property Name="ValueType" Type="Edm.String" /><Property Name="MetaData" Type="ODataFusion.MetaData" /><Property Name="CreatedTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="LastUpdatedTime" Type="Edm.DateTimeOffset" Nullable="false" /></EntityType><EntityType Name="Sequence" OpenType="true"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.String" Nullable="false" /><Property Name="ExternalId" Type="Edm.String" /><Property Name="Name" Type="Edm.String" /><Property Name="Description" Type="Edm.String" /><Property Name="MetaData" Type="ODataFusion.MetaData" /><Property Name="AssetId" Type="Edm.String" /><Property Name="DataSetId" Type="Edm.String" Nullable="true" /><Property Name="CreatedTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="LastUpdatedTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="Columns" Type="Collection(ODataFusion.SequenceColumn" Nullable="false" /><NavigationProperty Name="Rows" Type="Collection(ODataFusion.SequenceRow)"></NavigationProperty></EntityType><EntityType Name="SequenceRow" OpenType="true"><Key><PropertyRef Name="RowNumber" /></Key><Property Name="RowNumber" Type="Edm.String" Nullable="false" /><Property Name="RowData" Type="ODataFusion.SequenceRowData" /></EntityType><ComplexType Name="SequenceRowData" OpenType="true"></ComplexType><EntityType Name="Resource" OpenType="true"><Key><PropertyRef Name="ExternalId" /></Key><Property Name="ExternalId" Type="Edm.String" /><Property Name="Asset" Type="ODataFusion.Asset" Nullable="true" /><Property Name="Timeseries" Type="ODataFusion.Timeseries" Nullable="true" /><Property Name="Event" Type="ODataFusion.Event" Nullable="true" /><Property Name="File" Type="ODataFusion.File" Nullable="true" /><Property Name="Sequence" Type="ODataFusion.Sequence" Nullable="true" /></EntityType><EntityType Name="Relationship" OpenType="true"><Key><PropertyRef Name="ExternalId" /></Key><Property Name="ExternalId" Type="Edm.String" /><Property Name="SourceType" Type="Edm.String" /><Property Name="SourceExternalId" Type="Edm.String" /><NavigationProperty Name="Source" Type="ODataFusion.Resource"></NavigationProperty><Property Name="TargetType" Type="Edm.String" /><Property Name="TargetExternalId" Type="Edm.String" /><NavigationProperty Name="Target" Type="ODataFusion.Resource"></NavigationProperty><Property Name="StartTime" Type="Edm.DateTimeOffset" /><Property Name="EndTime" Type="Edm.DateTimeOffset" /><Property Name="Confidence" Type="Edm.Double" /><Property Name="DataSetId" Type="Edm.String" /><Property Name="Labels" Type="Edm.String" Nullable="true" /><Property Name="CreatedTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="LastUpdatedTime" Type="Edm.DateTimeOffset" Nullable="false" /></EntityType><ComplexType Name="MetaData" OpenType="true"></ComplexType></Schema><Schema Namespace="Default" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityContainer Name="Container"><EntitySet Name="Assets" EntityType="ODataFusion.Asset"><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false"></Annotation><Annotation Term="Org.OData.Capabilities.V1.BatchSupported" Bool="false"></Annotation><Annotation Term="Org.OData.Capabilities.V1.CountRestrictions"><Record><PropertyValue Property="Countable" Bool="true"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="false"></PropertyValue></Record></Annotation><NavigationPropertyBinding Path="Children" Target="Assets" /><NavigationPropertyBinding Path="Subtree" Target="Assets" /><NavigationPropertyBinding Path="Timeseries" Target="Timeseries" /><NavigationPropertyBinding Path="Events" Target="Events" /><NavigationPropertyBinding Path="Files" Target="Files" /><Annotation Term="Org.OData.Capabilities.V1.FilterFunctions"><Collection><String>contains</String><String>startswith</String><String>endswith</String></Collection></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true"></PropertyValue><PropertyValue Property="RequiresFilter" Bool="true"></PropertyValue><PropertyValue Property="RequiredProperties"><Collection></Collection></PropertyValue><PropertyValue Property="NonFilterableProperties"><Collection><PropertyPath>ParentId</PropertyPath><PropertyPath>MetaData</PropertyPath></Collection></PropertyValue><PropertyValue Property="FilterExpressionRestrictions"><Collection><Record><PropertyValue Property="Property" PropertyPath="Id"></PropertyValue><PropertyValue Property="Property" PropertyPath="Source"></PropertyValue><PropertyValue Property="AllowedExpressions"><String>SingleValue</String></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></EntitySet><FunctionImport Name="AssetsRoots" Function="ODataFusion.AssetsRoots" EntitySet="Assets" /><FunctionImport Name="AssetsSearch" Function="ODataFusion.AssetsSearch" EntitySet="Assets" /><EntitySet Name="DownloadUrl" EntityType="ODataFusion.DownloadUrl" IncludeInServiceDocument="false"><NavigationPropertyBinding Path="File" Target="File" /><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false"></Annotation><Annotation Term="Org.OData.Capabilities.V1.BatchSupported" Bool="false"></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="false"></PropertyValue></Record></Annotation></EntitySet><EntitySet Name="Files" EntityType="ODataFusion.File"><NavigationPropertyBinding Path="Assets" Target="Assets" /><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false"></Annotation><Annotation Term="Org.OData.Capabilities.V1.BatchSupported" Bool="false"></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterFunctions"><Collection><String>contains</String><String>startswith</String><String>endswith</String></Collection></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true"></PropertyValue><PropertyValue Property="RequiresFilter" Bool="true"></PropertyValue><PropertyValue Property="RequiredProperties"><Collection></Collection></PropertyValue><PropertyValue Property="NonFilterableProperties"><Collection><PropertyPath>MetaData</PropertyPath><PropertyPath>AssetIds</PropertyPath></Collection></PropertyValue><PropertyValue Property="FilterExpressionRestrictions"><Collection><Record><PropertyValue Property="Property" PropertyPath="Id"></PropertyValue><PropertyValue Property="AllowedExpressions"><String>SingleValue</String></PropertyValue></Record></Collection></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.AllowedExpressions"><String>MultiRangeOrSearchExpression</String></Annotation></EntitySet><EntitySet Name="Events" EntityType="ODataFusion.Event"><NavigationPropertyBinding Path="Assets" Target="Assets" /><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false"></Annotation><Annotation Term="Org.OData.Capabilities.V1.BatchSupported" Bool="false"></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterFunctions"><Collection><String>contains</String><String>startswith</String><String>endswith</String></Collection></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true"></PropertyValue><PropertyValue Property="RequiresFilter" Bool="true"></PropertyValue><PropertyValue Property="RequiredProperties"><Collection></Collection></PropertyValue><PropertyValue Property="FilterExpressionRestrictions"><Collection><Record><PropertyValue Property="Property" PropertyPath="Id"></PropertyValue><PropertyValue Property="AllowedExpressions"><String>SingleValue</String></PropertyValue></Record></Collection></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.AllowedExpressions"><String>MultiRangeOrSearchExpression</String></Annotation></EntitySet><FunctionImport Name="EventsSearch" Function="ODataFusion.EventsSearch" EntitySet="Events" /><EntitySet Name="Timeseries" EntityType="ODataFusion.Timeseries"><NavigationPropertyBinding Path="Assets" Target="Assets" /><NavigationPropertyBinding Path="Timeseries" Target="Timeseries" /><NavigationPropertyBinding Path="DataPoints" Target="DataPoints" /><NavigationPropertyBinding Path="Latest" Target="Latest" /><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false"></Annotation><Annotation Term="Org.OData.Capabilities.V1.BatchSupported" Bool="false"></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterFunctions"><Collection><String>contains</String><String>startswith</String><String>endswith</String></Collection></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true"></PropertyValue><PropertyValue Property="RequiresFilter" Bool="true"></PropertyValue><PropertyValue Property="RequiredProperties"><Collection></Collection></PropertyValue><PropertyValue Property="NonFilterableProperties"><Collection><PropertyPath>MetaData</PropertyPath><PropertyPath>SecurityCategories</PropertyPath></Collection></PropertyValue><PropertyValue Property="FilterExpressionRestrictions"><Collection><Record><PropertyValue Property="Property" PropertyPath="Id"></PropertyValue><PropertyValue Property="AllowedExpressions"><String>SingleValue</String></PropertyValue></Record></Collection></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.AllowedExpressions"><String>MultiRangeOrSearchExpression</String></Annotation></EntitySet><EntitySet Name="DataPointsSynthetic" EntityType="ODataFusion.DataPointSynthetic" IncludeInServiceDocument="false"><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false"></Annotation><Annotation Term="Org.OData.Capabilities.V1.BatchSupported" Bool="false"></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="false"></PropertyValue></Record></Annotation></EntitySet><EntitySet Name="Aggregates" EntityType="ODataFusion.AggregateDataPoint" IncludeInServiceDocument="false"><NavigationPropertyBinding Path="Timeseries" Target="Timeseries" /><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false"></Annotation><Annotation Term="Org.OData.Capabilities.V1.BatchSupported" Bool="false"></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="false"></PropertyValue></Record></Annotation></EntitySet><EntitySet Name="Latest" EntityType="ODataFusion.LatestPoint" IncludeInServiceDocument="false"><NavigationPropertyBinding Path="Timeseries" Target="Timeseries" /><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false"></Annotation><Annotation Term="Org.OData.Capabilities.V1.BatchSupported" Bool="false"></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="false"></PropertyValue></Record></Annotation></EntitySet><EntitySet Name="DataPoints" EntityType="ODataFusion.DataPoint" IncludeInServiceDocument="false"><NavigationPropertyBinding Path="Timeseries" Target="Timeseries" /><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false"></Annotation><Annotation Term="Org.OData.Capabilities.V1.BatchSupported" Bool="false"></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="false"></PropertyValue></Record></Annotation></EntitySet><EntitySet Name="StringPoints" EntityType="ODataFusion.StringPoint" IncludeInServiceDocument="false"><NavigationPropertyBinding Path="Timeseries" Target="Timeseries" /><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false"></Annotation><Annotation Term="Org.OData.Capabilities.V1.BatchSupported" Bool="false"></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="false"></PropertyValue></Record></Annotation></EntitySet><FunctionImport Name="TimeseriesSearch" Function="ODataFusion.TimeseriesSearch" EntitySet="Timeseries" /><FunctionImport Name="TimeseriesAggregate" Function="ODataFusion.TimeseriesAggregate" EntitySet="Aggregates" /><EntitySet Name="Raw" EntityType="ODataFusion.Raw"><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false"></Annotation><Annotation Term="Org.OData.Capabilities.V1.BatchSupported" Bool="false"></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="false"></PropertyValue></Record></Annotation><NavigationPropertyBinding Path="Table" Target="Table" /><Annotation Term="Org.OData.Capabilities.V1.FilterFunctions"><Collection><String>contains</String><String>startswith</String><String>endswith</String></Collection></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true"></PropertyValue><PropertyValue Property="RequiresFilter" Bool="true"></PropertyValue><PropertyValue Property="RequiredProperties"><Collection></Collection></PropertyValue></Record></Annotation></EntitySet><EntitySet Name="Tables" EntityType="ODataFusion.Table"><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false"></Annotation><Annotation Term="Org.OData.Capabilities.V1.BatchSupported" Bool="false"></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="false"></PropertyValue></Record></Annotation><NavigationPropertyBinding Path="Row" Target="Row" /><NavigationPropertyBinding Path="Database" Target="Database" /><Annotation Term="Org.OData.Capabilities.V1.FilterFunctions"><Collection><String>contains</String><String>startswith</String><String>endswith</String></Collection></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true"></PropertyValue><PropertyValue Property="RequiresFilter" Bool="true"></PropertyValue><PropertyValue Property="RequiredProperties"><Collection></Collection></PropertyValue></Record></Annotation></EntitySet><EntitySet Name="Rows" EntityType="ODataFusion.Row"><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false"></Annotation><Annotation Term="Org.OData.Capabilities.V1.BatchSupported" Bool="false"></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="true"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="false"></PropertyValue></Record></Annotation><NavigationPropertyBinding Path="Table" Target="Table" /><NavigationPropertyBinding Path="Database" Target="Database" /><Annotation Term="Org.OData.Capabilities.V1.FilterFunctions"><Collection><String>contains</String><String>startswith</String><String>endswith</String></Collection></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true"></PropertyValue><PropertyValue Property="RequiresFilter" Bool="true"></PropertyValue><PropertyValue Property="RequiredProperties"><Collection></Collection></PropertyValue></Record></Annotation></EntitySet><EntitySet Name="Sequences" EntityType="ODataFusion.Sequence"><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false"></Annotation><Annotation Term="Org.OData.Capabilities.V1.BatchSupported" Bool="false"></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterFunctions"><Collection><String>contains</String><String>startswith</String><String>endswith</String></Collection></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true"></PropertyValue><PropertyValue Property="RequiresFilter" Bool="true"></PropertyValue><PropertyValue Property="RequiredProperties"><Collection></Collection></PropertyValue><PropertyValue Property="NonFilterableProperties"><Collection><PropertyPath>MetaData</PropertyPath></Collection></PropertyValue><PropertyValue Property="FilterExpressionRestrictions"><Collection><Record><PropertyValue Property="Property" PropertyPath="Id"></PropertyValue><PropertyValue Property="AllowedExpressions"><String>SingleValue</String></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></EntitySet><EntitySet Name="SequenceRows" EntityType="ODataFusion.SequenceRow"><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false"></Annotation><Annotation Term="Org.OData.Capabilities.V1.BatchSupported" Bool="false"></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="false"></PropertyValue></Record></Annotation></EntitySet><EntitySet Name="SequenceColumns" EntityType="ODataFusion.SequenceColumn"><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false"></Annotation><Annotation Term="Org.OData.Capabilities.V1.BatchSupported" Bool="false"></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="false"></PropertyValue></Record></Annotation></EntitySet><EntitySet Name="Relationships" EntityType="ODataFusion.Relationship"><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false"></Annotation><Annotation Term="Org.OData.Capabilities.V1.BatchSupported" Bool="false"></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterFunctions"><Collection><String>contains</String><String>startswith</String><String>endswith</String></Collection></Annotation><Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"><Record><PropertyValue Property="Filterable" Bool="true"></PropertyValue><PropertyValue Property="RequiresFilter" Bool="true"></PropertyValue><PropertyValue Property="RequiredProperties"><Collection></Collection></PropertyValue><PropertyValue Property="NonFilterableProperties"><Collection><PropertyPath>Source</PropertyPath><PropertyPath>Target</PropertyPath></Collection></PropertyValue><PropertyValue Property="FilterExpressionRestrictions"><Collection><Record><PropertyValue Property="Property" PropertyPath="ExternalId"></PropertyValue><PropertyValue Property="AllowedExpressions"><String>SingleValue</String></PropertyValue></Record></Collection></PropertyValue></Record></Annotation></EntitySet><EntitySet Name="Resource" EntityType="ODataFusion.Resource" IncludeInServiceDocument="false"><Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false"></Annotation><Annotation Term="Org.OData.Capabilities.V1.BatchSupported" Bool="false"></Annotation><Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions"><Record><PropertyValue Property="Insertable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions"><Record><PropertyValue Property="Updatable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions"><Record><PropertyValue Property="Deletable" Bool="false"></PropertyValue></Record></Annotation><Annotation Term="Org.OData.Capabilities.V1.SortRestrictions"><Record><PropertyValue Property="Sortable" Bool="false"></PropertyValue></Record></Annotation></EntitySet></EntityContainer></Schema></edmx:DataServices></edmx:Edmx>