blob: 85a33826b60c6b0d5a1312b5259e36f8ba41eed9 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<edmx:Edmx xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" Version="1.0">
<edmx:Reference xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Uri="../v4.0/cs02/vocabularies/Org.OData.Common.V1.xml">
<edmx:Include Namespace="com.vocabularies.Common.v1" Alias="Common"/>
</edmx:Reference>
<edmx:Reference xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Uri="../v4.0/cs02/vocabularies/Org.OData.Core.V1.xml">
<edmx:Include Namespace="Org.OData.Core.V1" Alias="Core"/>
</edmx:Reference>
<edmx:Reference Uri="http://server/TEST/odata/DataIntegration.xml">
<edmx:Include Namespace="com.test.vocabularies.DataIntegration.v1" Alias="Integration"/>
</edmx:Reference>
<edmx:Reference Uri="http://server/TEST/odata/Org.OData.Capabilities.V1.xml">
<edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
</edmx:Reference>
<edmx:DataServices m:DataServiceVersion="2.0">
<Schema xmlns="http://schemas.microsoft.com/ado/2008/09/edm" Namespace="SEPMRA_SO_MAN2" Alias="Test" xml:lang="en">
<EnumType Name="ENString" IsFlags="true" UnderlyingType="Edm.Int16">
<Member Name="String1" Value="1">
<Annotation Term="Integration.OriginalDataType">
<String>TIMESTAMP</String>
</Annotation>
</Member>
<Member Name="String2" Value="2"/>
<Member Name="String3" Value="4"/>
</EnumType>
<TypeDefinition Name="TDString" UnderlyingType="Edm.String" MaxLength="15">
<Annotation Term="Integration.OriginalDataType">
<String>TIMESTAMP</String>
</Annotation>
</TypeDefinition>
<ComplexType Name="CTPrim">
<Property Name="PropertyInt16" Type="Edm.Int16"/>
<NavigationProperty Name="NavPropertyDraftAdministrativeDataType" Type="SEPMRA_SO_MAN2.I_DraftAdministrativeDataType"/>
</ComplexType>
<EntityType Name="I_DraftAdministrativeDataType">
<Key>
<PropertyRef Name="DraftUUID"/>
</Key>
<Property Name="DraftUUID" Type="Edm.Guid" Nullable="false"/>
<Property Name="ComplexProperty" Type="SEPMRA_SO_MAN2.CTPrim" Nullable="true"/>
<Property Name="DraftEntityType" Type="Edm.String" MaxLength="30"/>
<Property Name="CreationDateTime" Type="Edm.DateTimeOffset" Precision="7"/>
<Property Name="CreatedByUser" Type="Edm.String" MaxLength="12"/>
<Property Name="LastChangeDateTime" Type="Edm.DateTimeOffset" Precision="7"/>
<Property Name="LastChangedByUser" Type="Edm.String" MaxLength="12"/>
<Property Name="DraftAccessType" Type="Edm.String" MaxLength="1"/>
<Property Name="ProcessingStartDateTime" Type="Edm.DateTimeOffset" Precision="7"/>
<Property Name="InProcessByUser" Type="Edm.String" MaxLength="12"/>
<Property Name="DraftIsKeptByUser" Type="Edm.Boolean"/>
<Property Name="EnqueueStartDateTime" Type="Edm.DateTimeOffset" Precision="7"/>
<Property Name="DraftIsCreatedByMe" Type="Edm.Boolean"/>
<Property Name="DraftIsLastChangedByMe" Type="Edm.Boolean"/>
<Property Name="DraftIsProcessedByMe" Type="Edm.Boolean"/>
<Property Name="VariableDecimalType" Type="Edm.Decimal" Scale="variable"/>
<Property Name="FloatingDecimalType" Type="Edm.Decimal" Precision="7" Scale="floating"/>
<Property Name="CreatedByUserDescription" Type="Edm.String" MaxLength="80"/>
<Property Name="LastChangedByUserDescription" Type="Edm.String" MaxLength="80"/>
<Property Name="InProcessByUserDescription" Type="Edm.String" MaxLength="80"/>
</EntityType>
<EntityType Name="SEPMRA_C_SalesOrderCustCntctVHType">
<Key>
<PropertyRef Name="ContactPerson"/>
</Key>
<Property Name="ContactPerson" Type="Edm.String" Nullable="false" MaxLength="10"/>
<Property Name="Customer" Type="Edm.String" MaxLength="10"/>
<Property Name="FirstName" Type="Edm.String" MaxLength="40"/>
<Property Name="LastName" Type="Edm.String" MaxLength="40"/>
<Property Name="EmailAddress" Type="Edm.String" MaxLength="255"/>
<NavigationProperty Name="to_Customer" Type="SEPMRA_SO_MAN2.SEPMRA_C_CountryVHType"/>
</EntityType>
<EntityType Name="SEPMRA_C_CountryVHType">
<Key>
<PropertyRef Name="Country"/>
</Key>
<Property Name="Country" Type="Edm.String" Nullable="false" MaxLength="3"/>
<Property Name="CountryT" Type="Edm.String" MaxLength="50"/>
</EntityType>
<EntityType Name="CDI_CDC_SOURCEResult">
<Key>
<PropertyRef Name="ID"/>
</Key>
<Property Name="CHANGED" Type="Edm.DateTimeOffset" MaxLength="27" Precision="6" Scale="7">
<Annotation Term="Integration.OriginalDataType">
<String>TIMESTAMP</String>
</Annotation>
</Property>
<Property Name="CREATED" Type="Edm.DateTimeOffset" MaxLength="27" Precision="6" Scale="7">
<Annotation Term="Integration.OriginalDataType">
<String>TIMESTAMP</String>
</Annotation>
</Property>
<Property Name="ID" Type="Edm.Int64" MaxLength="10" Scale="0">
<Annotation Term="Integration.OriginalDataType">
<String>INTEGER</String>
</Annotation>
</Property>
<Property Name="NAME" Type="Edm.String" MaxLength="20">
<Annotation Term="Integration.OriginalDataType">
<String>VARCHAR</String>
</Annotation>
</Property>
<Property Name="STATUS" Type="Edm.Int64" MaxLength="10" Scale="0">
<Annotation Term="Integration.OriginalDataType">
<String>INTEGER</String>
</Annotation>
</Property>
</EntityType>
<Action Name="BA_RTCountryVHType" IsBound="true">
<Parameter Name="ParameterCountryType" Type="SEPMRA_SO_MAN2.SEPMRA_C_CountryVHType" Nullable="false"/>
<ReturnType Type="SEPMRA_SO_MAN2.SEPMRA_C_CountryVHType"/>
</Action>
<Action Name="BA_RTCountryVHType" IsBound="true">
<Parameter Name="ParameterSalesOrder" Type="SEPMRA_SO_MAN2.SEPMRA_C_SalesOrderCustCntctVHType" Nullable="false"/>
<Parameter Name="ParameterCTPrim" Type="SEPMRA_SO_MAN2.CTPrim" Nullable="false"/>
<ReturnType Type="SEPMRA_SO_MAN2.SEPMRA_C_CountryVHType"/>
</Action>
<Action Name="BA_RTCountryVHType" IsBound="true">
<Parameter Name="ParameterDraftAdministrativeDataType" Type="SEPMRA_SO_MAN2.I_DraftAdministrativeDataType" Nullable="false"/>
<Parameter Name="ParameterCTPrim" Type="SEPMRA_SO_MAN2.CTPrim" Nullable="false"/>
<ReturnType Type="SEPMRA_SO_MAN2.I_DraftAdministrativeDataType"/>
</Action>
<Action Name="UARTString" IsBound="false">
<ReturnType Type="Edm.String">
<Annotation Term="Core.Description">
<String>The description for this return type</String>
</Annotation>
</ReturnType>
</Action>
<Function Name="_FC_RTTimeOfDay_" IsBound="true" IsComposable="true">
<Parameter Name="ParameterTimeOfDay" Type="Edm.TimeOfDay" Nullable="false"/>
<ReturnType Type="Edm.TimeOfDay"/>
</Function>
<Function Name="_FC_RTTimeOfDay_" IsBound="true" IsComposable="true">
<Parameter Name="ParameterTimeOfDay" Type="Edm.TimeOfDay" Nullable="false"/>
<Parameter Name="ParameterAny" Type="Edm.String" Nullable="false"/>
<ReturnType Type="Edm.TimeOfDay"/>
</Function>
<Function Name="UFCRTCollString" IsBound="false">
<ReturnType Type="Collection(Edm.String)" Nullable="false"/>
</Function>
<Function Name="UFCRTStringTwoParam" IsBound="false">
<Parameter Name="ParameterString" Type="Edm.String" Nullable="false"/>
<Parameter Name="ParameterInt16" Type="Edm.Int16" Nullable="false"/>
<ReturnType Type="Edm.String"/>
</Function>
<EntityContainer Name="SEPMRA_SO_MAN2_Entities" m:IsDefaultEntityContainer="true">
<EntitySet Name="I_DraftAdministrativeData" EntityType="SEPMRA_SO_MAN2.I_DraftAdministrativeDataType"/>
<EntitySet Name="SEPMRA_C_SalesOrderCustCntctVH" EntityType="SEPMRA_SO_MAN2.SEPMRA_C_SalesOrderCustCntctVHType">
<NavigationPropertyBinding Path="Customer" Target="SEPMRA_C_CountryVH" />
</EntitySet>
<EntitySet Name="SEPMRA_C_CountryVH" EntityType="SEPMRA_SO_MAN2.SEPMRA_C_CountryVHType"/>
<ActionImport Name="AIRTString" Action="SEPMRA_SO_MAN2.UARTString">
<Annotation Term="Core.Description">
<String>Action Import returns a simple String</String>
</Annotation>
<Annotation Term="SEPMRA_SO_MAN2.Data">
<Bool>true</Bool>
</Annotation>
</ActionImport>
<FunctionImport Name="FIC_RTTimeOfDay_" Function="SEPMRA_SO_MAN2._FC_RTTimeOfDay_" IncludeInServiceDocument="true">
<Annotation Term="Core.Description">
<String>
Overload with same unbound parameter name and different type Composable Importing:Edm.TimeOfDay (Edm.TimeOfDay) Returning:Edm.TimeOfDay
</String>
</Annotation>
<Annotation Term="Integration.Extractable">
<Bool>false</Bool>
</Annotation>
</FunctionImport>
<Singleton Name="SINav" Type="SEPMRA_SO_MAN2.I_DraftAdministrativeDataType">
<NavigationPropertyBinding Path="NavPropertyDraftAdministrativeDataType" Target="I_DraftAdministrativeData"/>
</Singleton>
<EntitySet Name="CDI_CDC_SOURCEResult" EntityType="SEPMRA_SO_MAN2.CDI_CDC_SOURCEResult">
<Annotation Term="Integration.SourceSystem">
<String>DB</String>
</Annotation>
</EntitySet>
<Annotation Term="Integration.SourceSystem">
<String>DB</String>
</Annotation>
</EntityContainer>
<Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm" Target="SEPMRA_SO_MAN2.SEPMRA_SO_MAN2_Entities/SEPMRA_C_SalesOrderTP">
<Annotation Term="Common.DraftRoot">
<Record>
<PropertyValue Property="ActivationAction" String="SEPMRA_SO_MAN2.SEPMRA_SO_MAN2_Entities/SEPMRA_C_SalesOrderTPActivation"/>
<PropertyValue Property="EditAction" String="SEPMRA_SO_MAN2.SEPMRA_SO_MAN2_Entities/SEPMRA_C_SalesOrderTPEdit"/>
<PropertyValue Property="PreparationAction" String="SEPMRA_SO_MAN2.SEPMRA_SO_MAN2_Entities/SEPMRA_C_SalesOrderTPPreparation"/>
<PropertyValue Property="ValidationFunction" String="SEPMRA_SO_MAN2.SEPMRA_SO_MAN2_Entities/SEPMRA_C_SalesOrderTPValidation"/>
</Record>
</Annotation>
</Annotations>
<Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm" Target="SEPMRA_SO_MAN2.SEPMRA_SO_MAN2_Entities/SEPMRA_C_ScheduleLineTP">
<Annotation Term="Common.DraftNode">
<Record>
<PropertyValue Property="PreparationAction" String="SEPMRA_SO_MAN2.SEPMRA_SO_MAN2_Entities/SEPMRA_C_ScheduleLineTPPreparation"/>
<PropertyValue Property="ValidationFunction" String="SEPMRA_SO_MAN2.SEPMRA_SO_MAN2_Entities/SEPMRA_C_ScheduleLineTPValidation"/>
</Record>
</Annotation>
<Annotation Term="Common.DraftActivationVia">
<Collection>
<String>SEPMRA_SO_MAN2.SEPMRA_SO_MAN2_Entities/SEPMRA_C_SalesOrderTP</String>
</Collection>
</Annotation>
</Annotations>
<Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm" Target="SEPMRA_SO_MAN2.SEPMRA_SO_MAN2_Entities/SEPMRA_C_SalesOrderItemTP">
<Annotation Term="Common.DraftNode">
<Record>
<PropertyValue Property="PreparationAction" String="SEPMRA_SO_MAN2.SEPMRA_SO_MAN2_Entities/SEPMRA_C_SalesOrderItemTPPreparation"/>
<PropertyValue Property="ValidationFunction" String="SEPMRA_SO_MAN2.SEPMRA_SO_MAN2_Entities/SEPMRA_C_SalesOrderItemTPValidation"/>
</Record>
</Annotation>
<Annotation Term="Common.DraftActivationVia">
<Collection>
<String>SEPMRA_SO_MAN2.SEPMRA_SO_MAN2_Entities/SEPMRA_C_SalesOrderTP</String>
</Collection>
</Annotation>
</Annotations>
<Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm" Target="SEPMRA_SO_MAN2.SEPMRA_C_SalesOrderCustCntctVHType/Customer">
<Annotation Term="Common.ValueList">
<Record>
<PropertyValue Property="Label" String="Sales Order Customer"/>
<PropertyValue Property="CollectionPath" String="SEPMRA_C_SalesOrderCustomer"/>
<PropertyValue Property="SearchSupported" Bool="true"/>
<PropertyValue Property="Parameters">
<Collection>
<Record Type="Common.ValueListParameterInOut">
<PropertyValue Property="LocalDataProperty" PropertyPath="Customer"/>
<PropertyValue Property="ValueListProperty" String="Customer"/>
</Record>
<Record Type="Common.ValueListParameterDisplayOnly">
<PropertyValue Property="ValueListProperty" String="CompanyName"/>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
</Annotations>
<Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm" Target="SEPMRA_SO_MAN2.SEPMRA_C_SalesOrderCustomerVHType/Country">
<Annotation Term="Common.ValueList">
<Record>
<PropertyValue Property="Label" String="Country"/>
<PropertyValue Property="CollectionPath" String="SEPMRA_C_CountryVH"/>
<PropertyValue Property="SearchSupported" Bool="true"/>
<PropertyValue Property="Parameters">
<Collection>
<Record Type="Common.ValueListParameterInOut">
<PropertyValue Property="LocalDataProperty" PropertyPath="Country"/>
<PropertyValue Property="ValueListProperty" String="Country"/>
</Record>
<Record Type="Common.ValueListParameterDisplayOnly">
<PropertyValue Property="ValueListProperty" String="CountryT"/>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
</Annotations>
<Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm" Target="SEPMRA_SO_MAN2.SEPMRA_C_SalesOrderItemTPType/SalesOrder">
<Annotation Term="Common.ValueList">
<Record>
<PropertyValue Property="Label" String="Sales Order"/>
<PropertyValue Property="CollectionPath" String="SEPMRA_C_SalesOrderTP"/>
<PropertyValue Property="SearchSupported" Bool="true"/>
<PropertyValue Property="Parameters">
<Collection>
<Record Type="Common.ValueListParameterInOut">
<PropertyValue Property="LocalDataProperty" PropertyPath="SalesOrder"/>
<PropertyValue Property="ValueListProperty" String="SalesOrder"/>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
</Annotations>
<Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm" Target="SEPMRA_SO_MAN2.SEPMRA_C_SalesOrderItemTPType/Product">
<Annotation Term="Common.ValueList">
<Record>
<PropertyValue Property="Label" String="Product Value Help"/>
<PropertyValue Property="CollectionPath" String="SEPMRA_C_SalesOrderProductVH"/>
<PropertyValue Property="SearchSupported" Bool="true"/>
<PropertyValue Property="Parameters">
<Collection>
<Record Type="Common.ValueListParameterInOut">
<PropertyValue Property="LocalDataProperty" PropertyPath="Product"/>
<PropertyValue Property="ValueListProperty" String="Product"/>
</Record>
<Record Type="Common.ValueListParameterDisplayOnly">
<PropertyValue Property="ValueListProperty" String="Name"/>
</Record>
<Record Type="Common.ValueListParameterDisplayOnly">
<PropertyValue Property="ValueListProperty" String="MainProductCategory"/>
</Record>
<Record Type="Common.ValueListParameterDisplayOnly">
<PropertyValue Property="ValueListProperty" String="Supplier"/>
</Record>
<Record Type="Common.ValueListParameterDisplayOnly">
<PropertyValue Property="ValueListProperty" String="SupplierName"/>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
</Annotations>
<Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm" Target="SEPMRA_SO_MAN2.SEPMRA_C_SalesOrderItemTPType/TransactionCurrency">
<Annotation Term="Common.ValueList">
<Record>
<PropertyValue Property="Label" String="Currency"/>
<PropertyValue Property="CollectionPath" String="I_Currency"/>
<PropertyValue Property="SearchSupported" Bool="true"/>
<PropertyValue Property="Parameters">
<Collection>
<Record Type="Common.ValueListParameterInOut">
<PropertyValue Property="LocalDataProperty" PropertyPath="TransactionCurrency"/>
<PropertyValue Property="ValueListProperty" String="Currency"/>
</Record>
<Record Type="Common.ValueListParameterDisplayOnly">
<PropertyValue Property="ValueListProperty" String="Currency_Text"/>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
</Annotations>
<Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm" Target="SEPMRA_SO_MAN2.SEPMRA_C_SalesOrderPartyVHType/Country">
<Annotation Term="Common.ValueList">
<Record>
<PropertyValue Property="Label" String="Country"/>
<PropertyValue Property="CollectionPath" String="SEPMRA_C_CountryVH"/>
<PropertyValue Property="SearchSupported" Bool="true"/>
<PropertyValue Property="Parameters">
<Collection>
<Record Type="Common.ValueListParameterInOut">
<PropertyValue Property="LocalDataProperty" PropertyPath="Country"/>
<PropertyValue Property="ValueListProperty" String="Country"/>
</Record>
<Record Type="Common.ValueListParameterDisplayOnly">
<PropertyValue Property="ValueListProperty" String="CountryT"/>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
</Annotations>
<Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm" Target="SEPMRA_SO_MAN2.SEPMRA_C_SalesOrderTPType/CustomerContact">
<Annotation Term="Common.ValueList">
<Record>
<PropertyValue Property="Label" String="Customer Contact Person"/>
<PropertyValue Property="CollectionPath" String="SEPMRA_C_SalesOrderCustCntctVH"/>
<PropertyValue Property="SearchSupported" Bool="true"/>
<PropertyValue Property="Parameters">
<Collection>
<Record Type="Common.ValueListParameterInOut">
<PropertyValue Property="LocalDataProperty" PropertyPath="SoldToParty"/>
<PropertyValue Property="ValueListProperty" String="Customer"/>
</Record>
<Record Type="Common.ValueListParameterInOut">
<PropertyValue Property="LocalDataProperty" PropertyPath="CustomerContact"/>
<PropertyValue Property="ValueListProperty" String="ContactPerson"/>
</Record>
<Record Type="Common.ValueListParameterDisplayOnly">
<PropertyValue Property="ValueListProperty" String="FirstName"/>
</Record>
<Record Type="Common.ValueListParameterDisplayOnly">
<PropertyValue Property="ValueListProperty" String="LastName"/>
</Record>
<Record Type="Common.ValueListParameterDisplayOnly">
<PropertyValue Property="ValueListProperty" String="EmailAddress"/>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
</Annotations>
<Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm" Target="SEPMRA_SO_MAN2.SEPMRA_C_SalesOrderTPType/SoldToParty">
<Annotation Term="Common.ValueList">
<Record>
<PropertyValue Property="Label" String="Customer"/>
<PropertyValue Property="CollectionPath" String="SEPMRA_C_SalesOrderCustomerVH"/>
<PropertyValue Property="SearchSupported" Bool="true"/>
<PropertyValue Property="Parameters">
<Collection>
<Record Type="Common.ValueListParameterInOut">
<PropertyValue Property="LocalDataProperty" PropertyPath="SoldToParty"/>
<PropertyValue Property="ValueListProperty" String="Customer"/>
</Record>
<Record Type="Common.ValueListParameterDisplayOnly">
<PropertyValue Property="ValueListProperty" String="CompanyName"/>
</Record>
<Record Type="Common.ValueListParameterDisplayOnly">
<PropertyValue Property="ValueListProperty" String="CityName"/>
</Record>
<Record Type="Common.ValueListParameterDisplayOnly">
<PropertyValue Property="ValueListProperty" String="Country"/>
</Record>
<Record Type="Common.ValueListParameterDisplayOnly">
<PropertyValue Property="ValueListProperty" String="CountryT"/>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
</Annotations>
<Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm" Target="SEPMRA_SO_MAN2.SEPMRA_C_SalesOrderTPType/BillToParty">
<Annotation Term="Common.ValueList">
<Record>
<PropertyValue Property="Label" String="Party"/>
<PropertyValue Property="CollectionPath" String="SEPMRA_C_SalesOrderPartyVH"/>
<PropertyValue Property="SearchSupported" Bool="true"/>
<PropertyValue Property="Parameters">
<Collection>
<Record Type="Common.ValueListParameterInOut">
<PropertyValue Property="LocalDataProperty" PropertyPath="BillToParty"/>
<PropertyValue Property="ValueListProperty" String="Party"/>
</Record>
<Record Type="Common.ValueListParameterInOut">
<PropertyValue Property="LocalDataProperty" PropertyPath="SoldToParty"/>
<PropertyValue Property="ValueListProperty" String="Customer"/>
</Record>
<Record Type="Common.ValueListParameterDisplayOnly">
<PropertyValue Property="ValueListProperty" String="PartyName"/>
</Record>
<Record Type="Common.ValueListParameterDisplayOnly">
<PropertyValue Property="ValueListProperty" String="CityName"/>
</Record>
<Record Type="Common.ValueListParameterDisplayOnly">
<PropertyValue Property="ValueListProperty" String="Country"/>
</Record>
<Record Type="Common.ValueListParameterDisplayOnly">
<PropertyValue Property="ValueListProperty" String="CountryT"/>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
</Annotations>
<Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm" Target="SEPMRA_SO_MAN2.SEPMRA_C_SalesOrderTPType/ShipToParty">
<Annotation Term="Common.ValueList">
<Record>
<PropertyValue Property="Label" String="Party"/>
<PropertyValue Property="CollectionPath" String="SEPMRA_C_SalesOrderPartyVH"/>
<PropertyValue Property="SearchSupported" Bool="true"/>
<PropertyValue Property="Parameters">
<Collection>
<Record Type="Common.ValueListParameterInOut">
<PropertyValue Property="LocalDataProperty" PropertyPath="ShipToParty"/>
<PropertyValue Property="ValueListProperty" String="Party"/>
</Record>
<Record Type="Common.ValueListParameterInOut">
<PropertyValue Property="LocalDataProperty" PropertyPath="SoldToParty"/>
<PropertyValue Property="ValueListProperty" String="Customer"/>
</Record>
<Record Type="Common.ValueListParameterDisplayOnly">
<PropertyValue Property="ValueListProperty" String="PartyName"/>
</Record>
<Record Type="Common.ValueListParameterDisplayOnly">
<PropertyValue Property="ValueListProperty" String="CityName"/>
</Record>
<Record Type="Common.ValueListParameterDisplayOnly">
<PropertyValue Property="ValueListProperty" String="Country"/>
</Record>
<Record Type="Common.ValueListParameterDisplayOnly">
<PropertyValue Property="ValueListProperty" String="CountryT"/>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
</Annotations>
<Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm" Target="SEPMRA_SO_MAN2.SEPMRA_C_SalesOrderTPType/CreatedByUser">
<Annotation Term="Common.ValueList">
<Record>
<PropertyValue Property="Label" String="Sales Order Reviser"/>
<PropertyValue Property="CollectionPath" String="SEPMRA_C_SalesOrderReviser"/>
<PropertyValue Property="SearchSupported" Bool="false"/>
<PropertyValue Property="Parameters">
<Collection>
<Record Type="Common.ValueListParameterInOut">
<PropertyValue Property="LocalDataProperty" PropertyPath="CreatedByUser"/>
<PropertyValue Property="ValueListProperty" String="UserID"/>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
</Annotations>
<Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm" Target="SEPMRA_SO_MAN2.SEPMRA_C_SalesOrderTPType/LastChangedByUser">
<Annotation Term="Common.ValueList">
<Record>
<PropertyValue Property="Label" String="Sales Order Reviser"/>
<PropertyValue Property="CollectionPath" String="SEPMRA_C_SalesOrderReviser"/>
<PropertyValue Property="SearchSupported" Bool="false"/>
<PropertyValue Property="Parameters">
<Collection>
<Record Type="Common.ValueListParameterInOut">
<PropertyValue Property="LocalDataProperty" PropertyPath="LastChangedByUser"/>
<PropertyValue Property="ValueListProperty" String="UserID"/>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
</Annotations>
<Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm" Target="SEPMRA_SO_MAN2.SEPMRA_C_SalesOrderTPType/TransactionCurrency">
<Annotation Term="Common.ValueList">
<Record>
<PropertyValue Property="Label" String="Currency"/>
<PropertyValue Property="CollectionPath" String="I_Currency"/>
<PropertyValue Property="SearchSupported" Bool="true"/>
<PropertyValue Property="Parameters">
<Collection>
<Record Type="Common.ValueListParameterInOut">
<PropertyValue Property="LocalDataProperty" PropertyPath="TransactionCurrency"/>
<PropertyValue Property="ValueListProperty" String="Currency"/>
</Record>
<Record Type="Common.ValueListParameterDisplayOnly">
<PropertyValue Property="ValueListProperty" String="Currency_Text"/>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
</Annotations>
<Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm" Target="SEPMRA_SO_MAN2.SEPMRA_C_SalesOrderTPType/SalesOrderOverallStatus">
<Annotation Term="Common.ValueList">
<Record>
<PropertyValue Property="Label" String="Status"/>
<PropertyValue Property="CollectionPath" String="SEPMRA_C_SalesOrderStatus"/>
<PropertyValue Property="SearchSupported" Bool="false"/>
<PropertyValue Property="Parameters">
<Collection>
<Record Type="Common.ValueListParameterInOut">
<PropertyValue Property="LocalDataProperty" PropertyPath="SalesOrderOverallStatus"/>
<PropertyValue Property="ValueListProperty" String="SalesOrderOverallStatus"/>
</Record>
<Record Type="Common.ValueListParameterDisplayOnly">
<PropertyValue Property="ValueListProperty" String="SalesOrderOverallStatus_Text"/>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
</Annotations>
<Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm" Target="SEPMRA_SO_MAN2.SEPMRA_C_SalesOrderTPType/SalesOrderPaymentMethod">
<Annotation Term="Common.ValueList">
<Record>
<PropertyValue Property="Label" String="EPM Demo: Sales Order Payment Method Values"/>
<PropertyValue Property="CollectionPath" String="Sepm_I_SlsordPaymentMethod"/>
<PropertyValue Property="SearchSupported" Bool="false"/>
<PropertyValue Property="Parameters">
<Collection>
<Record Type="Common.ValueListParameterInOut">
<PropertyValue Property="LocalDataProperty" PropertyPath="SalesOrderPaymentMethod"/>
<PropertyValue Property="ValueListProperty" String="SalesOrderPaymentMethod"/>
</Record>
<Record Type="Common.ValueListParameterDisplayOnly">
<PropertyValue Property="ValueListProperty" String="SalesOrderPaymentMethod_Text"/>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
</Annotations>
<Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm" Target="SEPMRA_SO_MAN2.SEPMRA_C_SalesOrderTPType/SalesOrderPaymentTerms">
<Annotation Term="Common.ValueList">
<Record>
<PropertyValue Property="Label" String="EPM Demo: Sales Order Payment Terms"/>
<PropertyValue Property="CollectionPath" String="Sepm_I_SlsordPaymentTerms"/>
<PropertyValue Property="SearchSupported" Bool="false"/>
<PropertyValue Property="Parameters">
<Collection>
<Record Type="Common.ValueListParameterInOut">
<PropertyValue Property="LocalDataProperty" PropertyPath="SalesOrderPaymentTerms"/>
<PropertyValue Property="ValueListProperty" String="SalesOrderPaymentTerms"/>
</Record>
<Record Type="Common.ValueListParameterDisplayOnly">
<PropertyValue Property="ValueListProperty" String="SalesOrderPaymentTerms_Text"/>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
</Annotations>
<Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm" Target="SEPMRA_SO_MAN2.SEPMRA_C_ScheduleLineTPType/SalesOrder">
<Annotation Term="Common.ValueList">
<Record>
<PropertyValue Property="Label" String="Sales Order"/>
<PropertyValue Property="CollectionPath" String="SEPMRA_C_SalesOrderTP"/>
<PropertyValue Property="SearchSupported" Bool="true"/>
<PropertyValue Property="Parameters">
<Collection>
<Record Type="Common.ValueListParameterInOut">
<PropertyValue Property="LocalDataProperty" PropertyPath="SalesOrder"/>
<PropertyValue Property="ValueListProperty" String="SalesOrder"/>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
</Annotations>
<Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm" Target="SEPMRA_SO_MAN2.SEPMRA_C_ScheduleLineTPType/SalesOrderItem">
<Annotation Term="Common.ValueList">
<Record>
<PropertyValue Property="Label" String="Sales Order Item"/>
<PropertyValue Property="CollectionPath" String="SEPMRA_C_SalesOrderItemTP"/>
<PropertyValue Property="SearchSupported" Bool="true"/>
<PropertyValue Property="Parameters">
<Collection>
<Record Type="Common.ValueListParameterInOut">
<PropertyValue Property="LocalDataProperty" PropertyPath="SalesOrder"/>
<PropertyValue Property="ValueListProperty" String="SalesOrder"/>
</Record>
<Record Type="Common.ValueListParameterInOut">
<PropertyValue Property="LocalDataProperty" PropertyPath="SalesOrderItem"/>
<PropertyValue Property="ValueListProperty" String="SalesOrderItem"/>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
</Annotations>
<Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm" Target="SEPMRA_SO_MAN2.SEPMRA_C_ScheduleLineTPType/QuantityUnit">
<Annotation Term="Common.ValueList">
<Record>
<PropertyValue Property="Label" String="Quantity Unit"/>
<PropertyValue Property="CollectionPath" String="SEPMRA_I_QuantityUnit"/>
<PropertyValue Property="SearchSupported" Bool="true"/>
<PropertyValue Property="Parameters">
<Collection>
<Record Type="Common.ValueListParameterInOut">
<PropertyValue Property="LocalDataProperty" PropertyPath="QuantityUnit"/>
<PropertyValue Property="ValueListProperty" String="UnitOfMeasure"/>
</Record>
<Record Type="Common.ValueListParameterDisplayOnly">
<PropertyValue Property="ValueListProperty" String="UnitOfMeasure_Text"/>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
</Annotations>
<Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm" Target="SEPMRA_SO_MAN2.SEPMRA_C_SalesOrderCustCntctVHType">
<Annotation Term="UI.SelectionFields">
<Collection>
<PropertyPath>ContactPerson</PropertyPath>
</Collection>
</Annotation>
</Annotations>
<Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm" Target="SEPMRA_SO_MAN2.SEPMRA_C_SalesOrderItemTPType">
<Annotation Term="Common.SemanticKey">
<Collection>
<PropertyPath>SalesOrderItem</PropertyPath>
<PropertyPath>SalesOrder</PropertyPath>
</Collection>
</Annotation>
</Annotations>
<Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm" Target="SEPMRA_SO_MAN2.SEPMRA_C_SalesOrderPartyVHType">
<Annotation Term="Common.SemanticKey">
<Collection>
<PropertyPath>Party</PropertyPath>
</Collection>
</Annotation>
</Annotations>
<Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm" Target="SEPMRA_SO_MAN2.SEPMRA_C_SalesOrderTPType">
<Annotation Term="Common.SemanticKey">
<Collection>
<PropertyPath>SalesOrder</PropertyPath>
</Collection>
</Annotation>
</Annotations>
<Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm" Target="SEPMRA_SO_MAN2.SEPMRA_C_ScheduleLineTPType">
<Annotation Term="Common.SemanticKey">
<Collection>
<PropertyPath>ScheduleLine</PropertyPath>
<PropertyPath>SalesOrderItem</PropertyPath>
<PropertyPath>SalesOrder</PropertyPath>
</Collection>
</Annotation>
</Annotations>
<Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm" Target="SEPMRA_SO_MAN2.SEPMRA_SO_MAN2_Entities/SEPMRA_C_SalesOrderCustomer">
<Annotation Term="Capabilities.FilterRestrictions">
<Record>
<PropertyValue Property="FilterExpressionRestrictions">
<Collection>
<Record>
<PropertyValue Property="Property" PropertyPath="URL"/>
<PropertyValue Property="AllowedExpressions" String="SearchExpression"/>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
</Annotations>
<Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm" Target="SEPMRA_SO_MAN2.SEPMRA_C_SalesOrderTPType">
<Annotation Term="Common.SideEffects" Qualifier="AdminData">
<Record>
<PropertyValue Property="SourceEntities">
<Collection>
<NavigationPropertyPath/>
</Collection>
</PropertyValue>
<PropertyValue Property="TargetProperties">
<Collection>
<PropertyPath>LastChangedByUser</PropertyPath>
<PropertyPath>LastChangedDateTime</PropertyPath>
</Collection>
</PropertyValue>
<PropertyValue Property="EffectTypes" EnumMember="Common.EffectType/ValueChange"/>
</Record>
</Annotation>
<Annotation Term="Common.SideEffects" Qualifier="SoldToPartyChange">
<Record>
<PropertyValue Property="SourceProperties">
<Collection>
<PropertyPath>SoldToParty</PropertyPath>
</Collection>
</PropertyValue>
<PropertyValue Property="TargetEntities">
<Collection>
<NavigationPropertyPath>to_Customer</NavigationPropertyPath>
<NavigationPropertyPath>to_CustomerContact</NavigationPropertyPath>
<NavigationPropertyPath>to_BillToParty</NavigationPropertyPath>
<NavigationPropertyPath>to_ShipToParty</NavigationPropertyPath>
<NavigationPropertyPath>to_TransactionCurrency</NavigationPropertyPath>
</Collection>
</PropertyValue>
<PropertyValue Property="TargetProperties">
<Collection>
<PropertyPath>CustomerContact</PropertyPath>
<PropertyPath>BillToParty</PropertyPath>
<PropertyPath>ShipToParty</PropertyPath>
<PropertyPath>NetAmountInTransactionCurrency</PropertyPath>
<PropertyPath>TransactionCurrency</PropertyPath>
<PropertyPath>CustomerContact_fc</PropertyPath>
<PropertyPath>BillToParty_fc</PropertyPath>
<PropertyPath>ShipToParty_fc</PropertyPath>
</Collection>
</PropertyValue>
<PropertyValue Property="EffectTypes" EnumMember="Common.EffectType/ValueChange"/>
</Record>
</Annotation>
<Annotation Term="Common.SideEffects" Qualifier="BillToPartyChange">
<Record>
<PropertyValue Property="SourceProperties">
<Collection>
<PropertyPath>BillToParty</PropertyPath>
</Collection>
</PropertyValue>
<PropertyValue Property="TargetEntities">
<Collection>
<NavigationPropertyPath>to_BillToParty</NavigationPropertyPath>
</Collection>
</PropertyValue>
<PropertyValue Property="EffectTypes" EnumMember="Common.EffectType/ValueChange"/>
</Record>
</Annotation>
<Annotation Term="Common.SideEffects" Qualifier="ShipToPartyChange">
<Record>
<PropertyValue Property="SourceProperties">
<Collection>
<PropertyPath>ShipToParty</PropertyPath>
</Collection>
</PropertyValue>
<PropertyValue Property="TargetEntities">
<Collection>
<NavigationPropertyPath>to_ShipToParty</NavigationPropertyPath>
</Collection>
</PropertyValue>
<PropertyValue Property="EffectTypes" EnumMember="Common.EffectType/ValueChange"/>
</Record>
</Annotation>
<Annotation Term="Common.SideEffects" Qualifier="CustomerContactChange">
<Record>
<PropertyValue Property="SourceProperties">
<Collection>
<PropertyPath>CustomerContact</PropertyPath>
</Collection>
</PropertyValue>
<PropertyValue Property="TargetEntities">
<Collection>
<NavigationPropertyPath>to_CustomerContact</NavigationPropertyPath>
</Collection>
</PropertyValue>
<PropertyValue Property="EffectTypes" EnumMember="Common.EffectType/ValueChange"/>
</Record>
</Annotation>
</Annotations>
<Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm" Target="SEPMRA_SO_MAN2.SEPMRA_C_SalesOrderItemTPType">
<Annotation Term="Common.SideEffects" Qualifier="ProductChange">
<Record>
<PropertyValue Property="SourceProperties">
<Collection>
<PropertyPath>Product</PropertyPath>
</Collection>
</PropertyValue>
<PropertyValue Property="TargetEntities">
<Collection>
<NavigationPropertyPath>to_Product</NavigationPropertyPath>
</Collection>
</PropertyValue>
<PropertyValue Property="TargetProperties">
<Collection>
<PropertyPath>GrossAmountInTransacCurrency</PropertyPath>
<PropertyPath>NetAmountInTransactionCurrency</PropertyPath>
<PropertyPath>TaxAmountInTransactionCurrency</PropertyPath>
<PropertyPath>to_SalesOrder/GrossAmountInTransacCurrency</PropertyPath>
<PropertyPath>to_SalesOrder/NetAmountInTransactionCurrency</PropertyPath>
<PropertyPath>to_SalesOrder/TaxAmountInTransactionCurrency</PropertyPath>
</Collection>
</PropertyValue>
<PropertyValue Property="EffectTypes" EnumMember="Common.EffectType/ValueChange"/>
</Record>
</Annotation>
</Annotations>
<Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm" Target="SEPMRA_SO_MAN2.SEPMRA_C_ScheduleLineTPType">
<Annotation Term="Common.SideEffects" Qualifier="QuantityChange">
<Record>
<PropertyValue Property="SourceProperties">
<Collection>
<PropertyPath>Quantity</PropertyPath>
</Collection>
</PropertyValue>
<PropertyValue Property="TargetProperties">
<Collection>
<PropertyPath>to_SalesOrderItem/GrossAmountInTransacCurrency</PropertyPath>
<PropertyPath>to_SalesOrderItem/TaxAmountInTransactionCurrency</PropertyPath>
<PropertyPath>to_SalesOrderItem/NetAmountInTransactionCurrency</PropertyPath>
<PropertyPath>to_SalesOrder/GrossAmountInTransacCurrency</PropertyPath>
<PropertyPath>to_SalesOrder/NetAmountInTransactionCurrency</PropertyPath>
<PropertyPath>to_SalesOrder/TaxAmountInTransactionCurrency</PropertyPath>
</Collection>
</PropertyValue>
<PropertyValue Property="EffectTypes" EnumMember="Common.EffectType/ValueChange"/>
</Record>
</Annotation>
</Annotations>
<Annotations Target="SEPMRA_SO_MAN2.CDI_CDC_SOURCEResult">
<Annotation Term="Capabilities.ChangeTracking">
<Record>
<PropertyValue Property="Supported">
<Bool>true</Bool>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="Integration.Extractable">
<Bool>true</Bool>
</Annotation>
</Annotations>
<Annotations Target="SEPMRA_SO_MAN2.CDI_CDC_SOURCEResult/CHANGED">
<Annotation Term="Integration.SourceSystem">
<String>DB</String>
</Annotation>
</Annotations>
<Annotations Target="Test.CDI_CDC_SOURCEResult/CHANGED">
<Annotation Term="Integration.Extractable">
<Bool>true</Bool>
</Annotation>
</Annotations>
<Annotations Target="SEPMRA_SO_MAN2.SEPMRA_SO_MAN2_Entities/CDI_CDC_SOURCEResult/CHANGED">
<Annotation Term="Integration.Extractable">
<Bool>true</Bool>
</Annotation>
</Annotations>
<Annotations Target="SEPMRA_SO_MAN2.TDString">
<Annotation Term="Integration.Extractable">
<Bool>true</Bool>
</Annotation>
</Annotations>
<Annotations Target="SEPMRA_SO_MAN2.ENString/String1">
<Annotation Term="Integration.Extractable">
<Bool>true</Bool>
</Annotation>
</Annotations>
<Annotations Target="SEPMRA_SO_MAN2.ENString">
<Annotation Term="Integration.Extractable">
<Bool>true</Bool>
</Annotation>
</Annotations>
<Annotations Target="Test.ENString">
<Annotation Term="UI.HeaderInfo"/>
</Annotations>
<Annotations Target="SEPMRA_SO_MAN2.SEPMRA_SO_MAN2_Entities">
<Annotation Term="Integration.Extractable">
<Bool>true</Bool>
</Annotation>
</Annotations>
<Annotations Target="SEPMRA_SO_MAN2.SEPMRA_SO_MAN2_Entities/CDI_CDC_SOURCEResult">
<Annotation Term="Integration.Extractable">
<Bool>true</Bool>
</Annotation>
</Annotations>
<Annotations xmlns="http://docs.oasis-open.org/odata/ns/edm" Target="Test.SEPMRA_SO_MAN2_Entities">
<Annotation Term="Common.DraftNode">
<Record>
<PropertyValue Property="PreparationAction" String="SEPMRA_SO_MAN2.SEPMRA_SO_MAN2_Entities/SEPMRA_C_ScheduleLineTPPreparation"/>
<PropertyValue Property="ValidationFunction" String="SEPMRA_SO_MAN2.SEPMRA_SO_MAN2_Entities/SEPMRA_C_ScheduleLineTPValidation"/>
</Record>
</Annotation>
<Annotation Term="Common.DraftActivationVia">
<Collection>
<String>SEPMRA_SO_MAN2.SEPMRA_SO_MAN2_Entities/SEPMRA_C_SalesOrderTP</String>
</Collection>
</Annotation>
</Annotations>
<Annotations Target="Test.SEPMRA_SO_MAN2_Entities/I_DraftAdministrativeData/DraftUUID">
<Annotation Term="Integration.Extractable">
<Bool>true</Bool>
</Annotation>
</Annotations>
<Annotations Target="Test.SEPMRA_SO_MAN2_Entities/I_DraftAdministrativeData/ComplexProperty/NavPropertyDraftAdministrativeDataType">
<Annotation Term="Integration.Extractable">
<Bool>true</Bool>
</Annotation>
</Annotations>
<Annotations Target="SEPMRA_SO_MAN2.SEPMRA_SO_MAN2_Entities/SINav">
<Annotation Term="UI.AdditionalInfo"/>
</Annotations>
<Annotations Target="Test._FC_RTTimeOfDay_">
<Annotation Term="Integration.Extractable">
<Bool>true</Bool>
</Annotation>
</Annotations>
<Annotations Target="Test._FC_RTTimeOfDay_/ParameterTimeOfDay">
<Annotation Term="UI.AdditionalInfo"/>
</Annotations>
<Annotations Target="Test.SEPMRA_SO_MAN2_Entities/AIRTString">
<Annotation Term="UI.AdditionalInfo"/>
</Annotations>
<Annotations Target="Test.BA_RTCountryVHType/ParameterCTPrim">
<Annotation Term="UI.AdditionalInfo"/>
</Annotations>
<Annotations Target="Test.UFCRTCollString">
<Annotation Term="UI.AdditionalInfo"/>
</Annotations>
<Annotations Target="SEPMRA_SO_MAN2.UFCRTCollString">
<Annotation Term="Integration.Extractable">
<Bool>true</Bool>
</Annotation>
</Annotations>
<Annotations Target="Test.UARTString">
<Annotation Term="UI.AdditionalInfo"/>
</Annotations>
<Annotations Target="SEPMRA_SO_MAN2.UARTString">
<Annotation Term="Integration.Extractable">
<Bool>true</Bool>
</Annotation>
</Annotations>
<Annotations Target="Test.UFCRTStringTwoParam">
<Annotation Term="UI.AdditionalInfo"/>
</Annotations>
<Annotations Target="SEPMRA_SO_MAN2.UFCRTStringTwoParam">
<Annotation Term="Integration.Extractable"/>
</Annotations>
<Annotations Target="Test.UFCRTStringTwoParam/ParameterString">
<Annotation Term="UI.AdditionalInfo"/>
</Annotations>
<Annotations Target="SEPMRA_SO_MAN2.UFCRTStringTwoParam/ParameterInt16">
<Annotation Term="Integration.Extractable"/>
</Annotations>
<Annotations Target="Test.CTPrim">
<Annotation Term="Integration.Extractable"/>
</Annotations>
</Schema>
</edmx:DataServices>
</edmx:Edmx>