Skip to content

Instantly share code, notes, and snippets.

@sstadelman
Created June 4, 2017 20:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sstadelman/395c24468bb1f9274daa0be80e0123a2 to your computer and use it in GitHub Desktop.
Save sstadelman/395c24468bb1f9274daa0be80e0123a2 to your computer and use it in GitHub Desktop.
metadata.xml
<?xml version="1.0" encoding="utf-8"?><edmx:Edmx Version="1.0" xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:sap="http://www.sap.com/Protocols/SAPData"><edmx:DataServices m:DataServiceVersion="2.0"><Schema Namespace="GWDEMO" xml:lang="en" sap:schema-version="1" xmlns="http://schemas.microsoft.com/ado/2008/09/edm"><EntityType Name="SalesOrderLineItem" sap:content-version="1"><Key><PropertyRef Name="SalesOrderItemKey"/><PropertyRef Name="SalesOrderKey"/></Key><Property Name="CurrencyCodeDescription" Type="Edm.String" MaxLength="255" sap:label="Currency" sap:creatable="false" sap:updatable="false"/><Property Name="OpportunityItemPosition" Type="Edm.String" MaxLength="10" sap:label="Opportunity Item Position" sap:updatable="false"/><Property Name="ProductName" Type="Edm.String" MaxLength="255" sap:label="Product Name" sap:creatable="false" sap:updatable="false"/><Property Name="NetSum" Type="Edm.Decimal" Precision="15" Scale="2" sap:label="Net Sum" sap:creatable="false" sap:updatable="false"/><Property Name="TotalSum" Type="Edm.Decimal" Precision="15" Scale="2" sap:label="Total Sum" sap:creatable="false" sap:updatable="false"/><Property Name="SalesOrderItem" Type="Edm.String" MaxLength="10" sap:label="Sales Order Item" sap:creatable="false" sap:updatable="false"/><Property Name="Currency" Type="Edm.String" MaxLength="5" sap:label="Currency" sap:creatable="false" sap:updatable="false" sap:semantics="currency-code"/><Property Name="SalesOrderItemKey" Type="Edm.String" Nullable="false" MaxLength="32" sap:label="SO Item Key" sap:creatable="false" sap:updatable="false"/><Property Name="ProductKey" Type="Edm.String" MaxLength="32" sap:label="Product Key" sap:creatable="false" sap:updatable="false"/><Property Name="ProductID" Type="Edm.String" MaxLength="10" sap:label="Product ID" sap:updatable="false"/><Property Name="SalesOrderKey" Type="Edm.String" Nullable="false" MaxLength="32" sap:label="Sales Order Key" sap:creatable="false" sap:updatable="false"/><Property Name="Availability" Type="Edm.String" MaxLength="15" sap:label="Availability" sap:creatable="false" sap:updatable="false"/><Property Name="Tax" Type="Edm.Decimal" Precision="15" Scale="2" sap:label="Tax" sap:creatable="false" sap:updatable="false"/><Property Name="Note" Type="Edm.String" MaxLength="255" sap:label="Note" sap:updatable="false"/><NavigationProperty Name="Product" Relationship="GWDEMO.ProductToSalesOrderLines" FromRole="ToRole_ProductToSalesOrderLines" ToRole="FromRole_ProductToSalesOrderLines"/></EntityType><EntityType Name="SalesOrder" sap:content-version="1"><Key><PropertyRef Name="SalesOrderKey"/></Key><Property Name="SalesOrderID" Type="Edm.String" MaxLength="10" m:FC_TargetPath="SyndicationTitle" m:FC_KeepInContent="true" sap:label="Sales Order ID" sap:creatable="false" sap:updatable="false"/><Property Name="CreatedByEmployeeLastName" Type="Edm.String" MaxLength="40" sap:label="Created By (Employee Last Name)" sap:creatable="false" sap:updatable="false" sap:semantics="familyname"/><Property Name="Status" Type="Edm.String" MaxLength="1" sap:label="Status" sap:creatable="false" sap:updatable="false"/><Property Name="ChangedByEmployeeLastName" Type="Edm.String" MaxLength="40" sap:label="Last Changed By (Employee Last Name)" sap:creatable="false" sap:updatable="false" sap:semantics="familyname"/><Property Name="ChangedByEmployeeUserID" Type="Edm.String" MaxLength="12" sap:label="Last Changed By (Employee User ID)" sap:creatable="false" sap:updatable="false"/><Property Name="NetSum" Type="Edm.Decimal" Precision="15" Scale="2" sap:label="Net Sum" sap:creatable="false" sap:updatable="false"/><Property Name="CustomerKey" Type="Edm.String" MaxLength="32" sap:label="Customer Key" sap:creatable="false" sap:updatable="false"/><Property Name="CreatedByEmployeeUserID" Type="Edm.String" MaxLength="12" sap:label="Created By (Employee User ID)" sap:creatable="false" sap:updatable="false"/><Property Name="DeliveryStatus" Type="Edm.String" MaxLength="1" sap:label="Delivery Status" sap:creatable="false" sap:updatable="false"/><Property Name="CurrencyCodeDescription" Type="Edm.String" MaxLength="255" sap:label="Currency" sap:creatable="false" sap:updatable="false"/><Property Name="StatusDescription" Type="Edm.String" MaxLength="60" sap:label="Status" sap:creatable="false" sap:updatable="false"/><Property Name="ChangedByCustomerName" Type="Edm.String" MaxLength="80" sap:label="Last Changed By (Customer Name)" sap:creatable="false" sap:updatable="false" sap:semantics="org"/><Property Name="CreatedByEmployeeFirstName" Type="Edm.String" MaxLength="40" sap:label="Created By (Employee First Name)" sap:creatable="false" sap:updatable="false" sap:semantics="givenname"/><Property Name="DeliveryStatusDescription" Type="Edm.String" MaxLength="60" sap:label="Delivery Status" sap:creatable="false" sap:updatable="false"/><Property Name="Note" Type="Edm.String" MaxLength="255" sap:label="Note"/><Property Name="CreatedAt" Type="Edm.DateTime" Precision="7" sap:label="Created On" sap:creatable="false" sap:updatable="false"/><Property Name="Tax" Type="Edm.Decimal" Precision="15" Scale="2" sap:label="Tax" sap:creatable="false" sap:updatable="false"/><Property Name="TotalSum" Type="Edm.Decimal" Precision="15" Scale="2" sap:label="Total Sum" sap:creatable="false" sap:updatable="false"/><Property Name="CreatedByCustomerName" Type="Edm.String" MaxLength="80" sap:label="Created By (Customer Name)" sap:creatable="false" sap:updatable="false" sap:semantics="org"/><Property Name="ChangedByEmployeeFirstName" Type="Edm.String" MaxLength="40" sap:label="Last Changed By (Employee First Name)" sap:creatable="false" sap:updatable="false" sap:semantics="givenname"/><Property Name="ChangedAt" Type="Edm.DateTime" Precision="7" m:FC_TargetPath="SyndicationUpdated" m:FC_KeepInContent="false" sap:label="Changed On" sap:creatable="false" sap:updatable="false"/><Property Name="CustomerID" Type="Edm.String" MaxLength="10" sap:label="Customer ID" sap:updatable="false"/><Property Name="CustomerName" Type="Edm.String" MaxLength="80" sap:label="Customer Name" sap:creatable="false" sap:updatable="false" sap:semantics="org"/><Property Name="SalesOrderKey" Type="Edm.String" Nullable="false" MaxLength="32" sap:label="Sales Order Key" sap:creatable="false" sap:updatable="false"/><Property Name="BillingStatus" Type="Edm.String" MaxLength="1" sap:label="Billing Status" sap:creatable="false" sap:updatable="false"/><Property Name="BillingStatusDescription" Type="Edm.String" MaxLength="60" sap:label="Billing Status" sap:creatable="false" sap:updatable="false"/><Property Name="Currency" Type="Edm.String" MaxLength="5" sap:label="Currency" sap:semantics="currency-code"/><NavigationProperty Name="salesorderlineitems" Relationship="GWDEMO.salesorderlineitems" FromRole="FromRole_salesorderlineitems" ToRole="ToRole_salesorderlineitems"/><NavigationProperty Name="SalesOrderStatus" Relationship="GWDEMO.SOStatus" FromRole="FromRole_SOStatus" ToRole="ToRole_SOStatus"/><NavigationProperty Name="SalesOrderDeliveryStatus" Relationship="GWDEMO.SODeliveryStatus" FromRole="FromRole_SODeliveryStatus" ToRole="ToRole_SODeliveryStatus"/><NavigationProperty Name="SalesOrderBillingStatus" Relationship="GWDEMO.SOBillingStatus" FromRole="FromRole_SOBillingStatus" ToRole="ToRole_SOBillingStatus"/><NavigationProperty Name="SalesOrderCurrency" Relationship="GWDEMO.SOCurrency" FromRole="FromRole_SOCurrency" ToRole="ToRole_SOCurrency"/><NavigationProperty Name="BusinessPartner" Relationship="GWDEMO.SO_TO_BP" FromRole="ToRole_SO_TO_BP" ToRole="FromRole_SO_TO_BP"/></EntityType><EntityType Name="Status" sap:content-version="1"><Key><PropertyRef Name="StatusCode"/></Key><Property Name="StatusCode" Type="Edm.String" Nullable="false" sap:label="Status" sap:creatable="false" sap:updatable="false"/><Property Name="StatusDescription" Type="Edm.String" sap:label="Status" sap:creatable="false" sap:updatable="false"/></EntityType><EntityType Name="DeliveryStatus" sap:content-version="1"><Key><PropertyRef Name="DeliveryStatusCode"/></Key><Property Name="DeliveryStatusCode" Type="Edm.String" Nullable="false" sap:label="Delivery Status" sap:creatable="false" sap:updatable="false"/><Property Name="DeliveryStatusDescription" Type="Edm.String" sap:label="Delivery Status" sap:creatable="false" sap:updatable="false"/></EntityType><EntityType Name="BillingStatus" sap:content-version="1"><Key><PropertyRef Name="BillingStatusCode"/></Key><Property Name="BillingStatusCode" Type="Edm.String" Nullable="false" sap:label="Billing Status" sap:creatable="false" sap:updatable="false"/><Property Name="BillingStatusDescription" Type="Edm.String" sap:label="Billing Status" sap:creatable="false" sap:updatable="false"/></EntityType><EntityType Name="Currency" sap:content-version="1"><Key><PropertyRef Name="CurrencyCode"/></Key><Property Name="CurrencyCode" Type="Edm.String" Nullable="false" sap:label="Currency" sap:creatable="false" sap:updatable="false"/><Property Name="CurrencyDescription" Type="Edm.String" sap:label="Currency" sap:creatable="false" sap:updatable="false"/></EntityType><EntityType Name="ContactPerson" sap:content-version="1"><Key><PropertyRef Name="ContactKey"/></Key><Property Name="AddressTypeCode" Type="Edm.String" MaxLength="2" sap:label="Address Type"/><Property Name="AddressKey" Type="Edm.String" Nullable="false" MaxLength="32" sap:label="Address ID" sap:creatable="false" sap:updatable="false"/><Property Name="FullName" Type="Edm.String" MaxLength="40" m:FC_TargetPath="SyndicationTitle" m:FC_KeepInContent="true" sap:label="Full Name" sap:creatable="false" sap:updatable="false" sap:semantics="FullName"/><Property Name="Title" Type="Edm.String" MaxLength="10" sap:label="Title" sap:semantics="honorific"/><Property Name="BusinessPartnerKey" Type="Edm.String" MaxLength="32" sap:label="Partner GUID" sap:updatable="false"/><Property Name="LanguageCode" Type="Edm.String" MaxLength="2" sap:label="Language"/><Property Name="CountryCode" Type="Edm.String" MaxLength="3" sap:label="Country"/><Property Name="NickName" Type="Edm.String" MaxLength="40" sap:label="Nickname" sap:semantics="nickname"/><Property Name="Building" Type="Edm.String" MaxLength="10" sap:label="Building"/><Property Name="PostalCode" Type="Edm.String" MaxLength="10" sap:label="Postal Code" sap:semantics="zip"/><Property Name="LastName" Type="Edm.String" MaxLength="40" sap:label="Last Name" sap:semantics="familyname"/><Property Name="ContactKey" Type="Edm.String" Nullable="false" MaxLength="32" sap:label="Partner GUID" sap:creatable="false" sap:updatable="false"/><Property Name="City" Type="Edm.String" MaxLength="40" sap:label="City" sap:semantics="city"/><Property Name="GenderText" Type="Edm.String" MaxLength="60" sap:label="Text" sap:creatable="false" sap:updatable="false"/><Property Name="Initials" Type="Edm.String" MaxLength="10" sap:label="Initials"/><Property Name="FirstName" Type="Edm.String" MaxLength="40" sap:label="First Name" sap:semantics="FirstName"/><Property Name="LanguageText" Type="Edm.String" MaxLength="60" sap:label="Text" sap:creatable="false" sap:updatable="false"/><Property Name="Street" Type="Edm.String" MaxLength="60" sap:label="Street" sap:semantics="street"/><Property Name="EmailAddress" Type="Edm.String" MaxLength="255" sap:label="E-Mail Address" sap:semantics="email"/><Property Name="MiddleName" Type="Edm.String" MaxLength="40" sap:label="Middle Name" sap:semantics="middlename"/><Property Name="FaxNumber" Type="Edm.String" MaxLength="30" sap:label="Fax Number"/><Property Name="AddressTypeText" Type="Edm.String" MaxLength="60" sap:label="Text" sap:creatable="false" sap:updatable="false"/><Property Name="TelephoneNumber" Type="Edm.String" MaxLength="30" sap:label="Telephone Number" sap:semantics="tel"/><Property Name="GenderCode" Type="Edm.String" MaxLength="1" sap:label="Gender"/><Property Name="CountryText" Type="Edm.String" MaxLength="60" sap:label="Text" sap:creatable="false" sap:updatable="false"/><NavigationProperty Name="Country" Relationship="GWDEMO.ToRelatedContacts_Country" FromRole="FromRole_ToRelatedContacts_Country" ToRole="ToRole_ToRelatedContacts_Country"/><NavigationProperty Name="AddressType" Relationship="GWDEMO.ToRelatedContacts_AddressType" FromRole="FromRole_ToRelatedContacts_AddressType" ToRole="ToRole_ToRelatedContacts_AddressType"/><NavigationProperty Name="Gender" Relationship="GWDEMO.ToRelatedContacts_Gender" FromRole="FromRole_ToRelatedContacts_Gender" ToRole="ToRole_ToRelatedContacts_Gender"/></EntityType><EntityType Name="BusinessPartner" sap:content-version="1"><Key><PropertyRef Name="BusinessPartnerKey"/></Key><Property Name="Address" Type="GWDEMO.Address" Nullable="false"/><Property Name="BusinessPartnerID" Type="Edm.String" MaxLength="10" sap:label="Business Partner ID" sap:creatable="false" sap:updatable="false"/><Property Name="Company" Type="Edm.String" MaxLength="80" m:FC_TargetPath="SyndicationTitle" m:FC_KeepInContent="true" sap:label="Company Name" sap:creatable="false" sap:semantics="org"/><Property Name="BusinessPartnerRoleText" Type="Edm.String" MaxLength="60" sap:label="Text" sap:creatable="false" sap:updatable="false" sap:semantics="org-role"/><Property Name="BusinessPartnerKey" Type="Edm.String" Nullable="false" MaxLength="32" sap:label="Business Partner ID" sap:creatable="false" sap:updatable="false"/><Property Name="CurrencyText" Type="Edm.String" MaxLength="60" sap:label="Text" sap:creatable="false" sap:updatable="false"/><Property Name="WebAddress" Type="Edm.String" MaxLength="60" sap:label="Web Address" sap:creatable="false" sap:semantics="url"/><Property Name="BusinessPartnerRoleCode" Type="Edm.String" MaxLength="3" sap:label="Role" sap:creatable="false" sap:semantics="org-role"/><Property Name="FaxNumber" Type="Edm.String" MaxLength="30" sap:label="Fax Number" sap:creatable="false"/><Property Name="LegalForm" Type="Edm.String" MaxLength="10" sap:label="Legal Form" sap:creatable="false"/><Property Name="EmailAddress" Type="Edm.String" MaxLength="255" sap:label="E-Mail Address" sap:creatable="false" sap:semantics="email"/><Property Name="TelephoneNumber" Type="Edm.String" MaxLength="30" sap:label="Telephone Number" sap:creatable="false" sap:semantics="tel"/><Property Name="CurrencyCode" Type="Edm.String" MaxLength="5" sap:label="Currency" sap:creatable="false" sap:semantics="currency-code"/><Property Name="CountryCode" Type="Edm.String" MaxLength="3" sap:label="Country" sap:creatable="false"/><Property Name="GenderCode" Type="Edm.String" MaxLength="1" sap:label="Gender" sap:creatable="false"/><NavigationProperty Name="RelatedContacts" Relationship="GWDEMO.ToRelatedContacts" FromRole="FromRole_ToRelatedContacts" ToRole="ToRole_ToRelatedContacts"/><NavigationProperty Name="BusinessPartnerRole" Relationship="GWDEMO.ToBusinessPartnerRole" FromRole="FromRole_ToBusinessPartnerRole" ToRole="ToRole_ToBusinessPartnerRole"/><NavigationProperty Name="Gender" Relationship="GWDEMO.ToGender" FromRole="FromRole_ToGender" ToRole="ToRole_ToGender"/><NavigationProperty Name="Country" Relationship="GWDEMO.ToCountry" FromRole="FromRole_ToCountry" ToRole="ToRole_ToCountry"/><NavigationProperty Name="Currency" Relationship="GWDEMO.ToCurrency" FromRole="FromRole_ToCurrency" ToRole="ToRole_ToCurrency"/></EntityType><EntityType Name="AddressType" sap:content-version="1"><Key><PropertyRef Name="AddressTypeCode"/></Key><Property Name="AddressTypeCode" Type="Edm.String" Nullable="false" sap:creatable="false" sap:updatable="false"/><Property Name="AddressTypeText" Type="Edm.String" sap:creatable="false" sap:updatable="false"/></EntityType><EntityType Name="BusinessPartnerRole" sap:content-version="1"><Key><PropertyRef Name="BusinessPartnerRoleCode"/></Key><Property Name="BusinessPartnerRoleCode" Type="Edm.String" Nullable="false" sap:creatable="false" sap:updatable="false"/><Property Name="BusinessPartnerRoleText" Type="Edm.String" sap:creatable="false" sap:updatable="false"/></EntityType><EntityType Name="Gender" sap:content-version="1"><Key><PropertyRef Name="GenderCode"/></Key><Property Name="GenderCode" Type="Edm.String" Nullable="false" sap:creatable="false" sap:updatable="false"/><Property Name="GenderText" Type="Edm.String" sap:creatable="false" sap:updatable="false"/></EntityType><EntityType Name="Country" sap:content-version="1"><Key><PropertyRef Name="CountryCode"/></Key><Property Name="CountryCode" Type="Edm.String" Nullable="false" sap:creatable="false" sap:updatable="false"/><Property Name="CountryText" Type="Edm.String" sap:creatable="false" sap:updatable="false"/></EntityType><EntityType Name="Language" sap:content-version="1"><Key><PropertyRef Name="LanguageCode"/></Key><Property Name="LanguageCode" Type="Edm.String" Nullable="false" sap:creatable="false" sap:updatable="false"/><Property Name="LanguageText" Type="Edm.String" sap:creatable="false" sap:updatable="false"/></EntityType><EntityType Name="Product" sap:content-version="1"><Key><PropertyRef Name="ProductKey"/></Key><Property Name="ProductName" Type="Edm.String" MaxLength="255" m:FC_TargetPath="SyndicationTitle" m:FC_KeepInContent="true" sap:label="Product Name"/><Property Name="ChangedAt" Type="Edm.DateTime" Precision="7" m:FC_TargetPath="SyndicationUpdated" m:FC_KeepInContent="true" sap:label="Changed At" sap:creatable="false" sap:updatable="false"/><Property Name="TaxTariffText" Type="Edm.String" MaxLength="255" sap:label="Tax Tariff" sap:creatable="false" sap:updatable="false"/><Property Name="ProductID" Type="Edm.String" MaxLength="10" sap:label="Product ID"/><Property Name="DimensionUnit" Type="Edm.String" MaxLength="3" sap:label="Dimension Unit" sap:semantics="unit-of-measure"/><Property Name="WeightUnitText" Type="Edm.String" MaxLength="255" sap:label="Weight Unit" sap:creatable="false" sap:updatable="false"/><Property Name="UnitPrice" Type="Edm.Decimal" Precision="15" Scale="2" sap:unit="CurrencyCode" sap:label="Unit Price"/><Property Name="ProductKey" Type="Edm.String" Nullable="false" MaxLength="32" sap:label="Product Key" sap:creatable="false" sap:updatable="false"/><Property Name="WeightMeasure" Type="Edm.Decimal" Precision="13" Scale="3" sap:unit="WeightUnitCode" sap:label="Weight Measure"/><Property Name="ProductWidth" Type="Edm.Decimal" Precision="13" Scale="3" sap:unit="DimensionUnit" sap:label="Product Width"/><Property Name="DimensionUnitText" Type="Edm.String" MaxLength="255" sap:label="Dimension Unit" sap:creatable="false" sap:updatable="false"/><Property Name="SupplierID" Type="Edm.String" MaxLength="10" sap:label="Supplier ID"/><Property Name="ProductDescription" Type="Edm.String" MaxLength="255" sap:label="Product Description"/><Property Name="ProductCategory" Type="Edm.String" MaxLength="40" sap:label="Product Category"/><Property Name="TaxTariffCode" Type="Edm.Byte" sap:label="Tax Tariff"/><Property Name="QuantityUnit" Type="Edm.String" MaxLength="3" sap:label="Quantity Unit" sap:semantics="unit-of-measure"/><Property Name="ProductTypeCode" Type="Edm.String" MaxLength="2" sap:label="Product Type"/><Property Name="QuantityUnitText" Type="Edm.String" MaxLength="255" sap:label="Quantity Unit" sap:creatable="false" sap:updatable="false"/><Property Name="WeightUnitCode" Type="Edm.String" MaxLength="3" sap:label="Weight Unit" sap:semantics="unit-of-measure"/><Property Name="SupplierName" Type="Edm.String" MaxLength="80" sap:label="Supplier Name" sap:updatable="false"/><Property Name="CurrencyCode" Type="Edm.String" MaxLength="5" sap:label="Currency Code" sap:semantics="currency-code"/><Property Name="ProductHeight" Type="Edm.Decimal" Precision="13" Scale="3" sap:unit="DimensionUnit" sap:label="Product Height"/><Property Name="CurrencyText" Type="Edm.String" MaxLength="255" sap:label="Currency Description" sap:creatable="false" sap:updatable="false"/><Property Name="ProductDepth" Type="Edm.Decimal" Precision="13" Scale="3" sap:unit="DimensionUnit" sap:label="Product Depth"/><Property Name="SupplierGuid" Type="Edm.String" MaxLength="32" sap:label="Supplier Guid" sap:creatable="false" sap:updatable="false"/><NavigationProperty Name="ConversionFactors" Relationship="GWDEMO.ConversionFactors" FromRole="FromRole_ConversionFactors" ToRole="ToRole_ConversionFactors"/><NavigationProperty Name="TaxTariff" Relationship="GWDEMO.TaxTariff" FromRole="FromRole_TaxTariff" ToRole="ToRole_TaxTariff"/><NavigationProperty Name="WeightUnits" Relationship="GWDEMO.WeightUnits" FromRole="FromRole_WeightUnits" ToRole="ToRole_WeightUnits"/><NavigationProperty Name="DimensionUnits" Relationship="GWDEMO.DimensionUnits" FromRole="FromRole_DimensionUnits" ToRole="ToRole_DimensionUnits"/><NavigationProperty Name="QuantityUnits" Relationship="GWDEMO.QuantityUnits" FromRole="FromRole_QuantityUnits" ToRole="ToRole_QuantityUnits"/><NavigationProperty Name="ProductTypes" Relationship="GWDEMO.ProductTypes" FromRole="FromRole_ProductTypes" ToRole="ToRole_ProductTypes"/><NavigationProperty Name="ProductCategories" Relationship="GWDEMO.ProductCategories" FromRole="FromRole_ProductCategories" ToRole="ToRole_ProductCategories"/></EntityType><EntityType Name="ConversionFactor" sap:content-version="1"><Key><PropertyRef Name="ProductKey"/><PropertyRef Name="ConversionFactorKey"/></Key><Property Name="SourceUnitCode" Type="Edm.String" MaxLength="3" sap:label="Source Unit" sap:updatable="false" sap:semantics="unit-of-measure"/><Property Name="TargetUnitCode" Type="Edm.String" MaxLength="3" sap:label="Target Unit" sap:updatable="false" sap:semantics="unit-of-measure"/><Property Name="ProductKey" Type="Edm.String" Nullable="false" MaxLength="32" sap:label="Product Key" sap:creatable="false" sap:updatable="false"/><Property Name="SourceUnitText" Type="Edm.String" MaxLength="255" sap:label="Source Unit" sap:creatable="false" sap:updatable="false"/><Property Name="Numerator" Type="Edm.Int32" sap:label="Numerator"/><Property Name="ConversionFactorKey" Type="Edm.String" Nullable="false" MaxLength="32" sap:label="Conver Factor Key" sap:creatable="false" sap:updatable="false"/><Property Name="TargetUnitText" Type="Edm.String" MaxLength="255" sap:label="Target Unit" sap:creatable="false" sap:updatable="false"/><Property Name="Denominator" Type="Edm.Int32" sap:label="Denominator"/><NavigationProperty Name="SourceUnits" Relationship="GWDEMO.SourceUnits" FromRole="FromRole_SourceUnits" ToRole="ToRole_SourceUnits"/><NavigationProperty Name="TargetUnits" Relationship="GWDEMO.TargetUnits" FromRole="FromRole_TargetUnits" ToRole="ToRole_TargetUnits"/></EntityType><EntityType Name="Tariff" sap:content-version="1"><Key><PropertyRef Name="TaxTariffCode"/></Key><Property Name="TaxTariffCode" Type="Edm.Byte" Nullable="false" sap:creatable="false" sap:updatable="false"/><Property Name="TariffText" Type="Edm.String" sap:creatable="false" sap:updatable="false"/></EntityType><EntityType Name="WeightUnit" sap:content-version="1"><Key><PropertyRef Name="WeightUnitCode"/></Key><Property Name="WeightUnitCode" Type="Edm.String" Nullable="false" sap:creatable="false" sap:updatable="false"/><Property Name="WeightUnitText" Type="Edm.String" sap:creatable="false" sap:updatable="false"/></EntityType><EntityType Name="DimensionUnit" sap:content-version="1"><Key><PropertyRef Name="DimensionUnitCode"/></Key><Property Name="DimensionUnitCode" Type="Edm.String" Nullable="false" sap:creatable="false" sap:updatable="false"/><Property Name="DimensionUnitText" Type="Edm.String" sap:creatable="false" sap:updatable="false"/></EntityType><EntityType Name="QuantityUnit" sap:content-version="1"><Key><PropertyRef Name="QuantityUnitCode"/></Key><Property Name="QuantityUnitCode" Type="Edm.String" Nullable="false" sap:creatable="false" sap:updatable="false"/><Property Name="QuantityUnitText" Type="Edm.String" sap:creatable="false" sap:updatable="false"/></EntityType><EntityType Name="SourceUnit" sap:content-version="1"><Key><PropertyRef Name="SourceUnitCode"/></Key><Property Name="SourceUnitCode" Type="Edm.String" Nullable="false" sap:creatable="false" sap:updatable="false"/><Property Name="SourceUnitText" Type="Edm.String" sap:creatable="false" sap:updatable="false"/></EntityType><EntityType Name="TargetUnit" sap:content-version="1"><Key><PropertyRef Name="TargetUnitCode"/></Key><Property Name="TargetUnitCode" Type="Edm.String" Nullable="false" sap:creatable="false" sap:updatable="false"/><Property Name="TargetUnitText" Type="Edm.String" sap:creatable="false" sap:updatable="false"/></EntityType><EntityType Name="ProductType" sap:content-version="1"><Key><PropertyRef Name="ProductTypeCode"/></Key><Property Name="ProductTypeCode" Type="Edm.String" Nullable="false" sap:creatable="false" sap:updatable="false"/><Property Name="ProductTypeText" Type="Edm.String" sap:creatable="false" sap:updatable="false"/></EntityType><EntityType Name="ProductCategory" sap:content-version="1"><Key><PropertyRef Name="ProductCategoryCode"/></Key><Property Name="ProductCategoryCode" Type="Edm.String" Nullable="false" sap:creatable="false" sap:updatable="false"/><Property Name="ProductCategoryText" Type="Edm.String" sap:creatable="false" sap:updatable="false"/></EntityType><ComplexType Name="Address"><Property Name="Street" Type="Edm.String" MaxLength="60" sap:label="Street"/><Property Name="City" Type="Edm.String" MaxLength="40" sap:label="City"/><Property Name="AddressTypeCode" Type="Edm.String" MaxLength="2" sap:label="Address Type"/><Property Name="PostalCode" Type="Edm.String" MaxLength="10" sap:label="Postal Code"/><Property Name="CountryText" Type="Edm.String" MaxLength="60" sap:label="Country"/><Property Name="Building" Type="Edm.String" MaxLength="10" sap:label="Building"/><Property Name="AddressTypeText" Type="Edm.String" MaxLength="60" sap:label="Text"/><Property Name="CountryCode" Type="Edm.String" MaxLength="3" sap:label="Country"/><Property Name="AddressKey" Type="Edm.String" MaxLength="32" sap:label="Address ID"/></ComplexType><Association Name="ToBPFromGender" sap:content-version="1"><End Type="GWDEMO.Gender" Multiplicity="1" Role="FromRole_ToBPFromGender"/><End Type="GWDEMO.BusinessPartner" Multiplicity="1" Role="ToRole_ToBPFromGender"/><ReferentialConstraint><Principal Role="FromRole_ToBPFromGender"><PropertyRef Name="GenderCode"/></Principal><Dependent Role="ToRole_ToBPFromGender"><PropertyRef Name="GenderCode"/></Dependent></ReferentialConstraint></Association><Association Name="ToProductFromQuantityUnit" sap:content-version="1"><End Type="GWDEMO.QuantityUnit" Multiplicity="1" Role="FromRole_ToProductFromQuantityUnit"/><End Type="GWDEMO.Product" Multiplicity="1" Role="ToRole_ToProductFromQuantityUnit"/><ReferentialConstraint><Principal Role="FromRole_ToProductFromQuantityUnit"><PropertyRef Name="QuantityUnitCode"/></Principal><Dependent Role="ToRole_ToProductFromQuantityUnit"><PropertyRef Name="QuantityUnit"/></Dependent></ReferentialConstraint></Association><Association Name="ToProductFromTariff" sap:content-version="1"><End Type="GWDEMO.Tariff" Multiplicity="1" Role="FromRole_ToProductFromTariff"/><End Type="GWDEMO.Product" Multiplicity="1" Role="ToRole_ToProductFromTariff"/><ReferentialConstraint><Principal Role="FromRole_ToProductFromTariff"><PropertyRef Name="TaxTariffCode"/></Principal><Dependent Role="ToRole_ToProductFromTariff"><PropertyRef Name="TaxTariffCode"/></Dependent></ReferentialConstraint></Association><Association Name="ToRelatedContacts_Country" sap:content-version="1"><End Type="GWDEMO.ContactPerson" Multiplicity="1" Role="FromRole_ToRelatedContacts_Country"/><End Type="GWDEMO.Country" Multiplicity="*" Role="ToRole_ToRelatedContacts_Country"/></Association><Association Name="ToRelatedContacts_AddressType" sap:content-version="1"><End Type="GWDEMO.ContactPerson" Multiplicity="1" Role="FromRole_ToRelatedContacts_AddressType"/><End Type="GWDEMO.AddressType" Multiplicity="*" Role="ToRole_ToRelatedContacts_AddressType"/></Association><Association Name="ToRelatedContacts_Gender" sap:content-version="1"><End Type="GWDEMO.ContactPerson" Multiplicity="1" Role="FromRole_ToRelatedContacts_Gender"/><End Type="GWDEMO.Gender" Multiplicity="*" Role="ToRole_ToRelatedContacts_Gender"/></Association><Association Name="ToBPFromBusinessPartnerRole" sap:content-version="1"><End Type="GWDEMO.BusinessPartnerRole" Multiplicity="1" Role="FromRole_ToBPFromBusinessPartnerRole"/><End Type="GWDEMO.BusinessPartner" Multiplicity="1" Role="ToRole_ToBPFromBusinessPartnerRole"/><ReferentialConstraint><Principal Role="FromRole_ToBPFromBusinessPartnerRole"><PropertyRef Name="BusinessPartnerRoleCode"/></Principal><Dependent Role="ToRole_ToBPFromBusinessPartnerRole"><PropertyRef Name="BusinessPartnerRoleCode"/></Dependent></ReferentialConstraint></Association><Association Name="ToConvFactorFromSourceUnit" sap:content-version="1"><End Type="GWDEMO.SourceUnit" Multiplicity="1" Role="FromRole_ToConvFactorFromSourceUnit"/><End Type="GWDEMO.ConversionFactor" Multiplicity="1" Role="ToRole_ToConvFactorFromSourceUnit"/><ReferentialConstraint><Principal Role="FromRole_ToConvFactorFromSourceUnit"><PropertyRef Name="SourceUnitCode"/></Principal><Dependent Role="ToRole_ToConvFactorFromSourceUnit"><PropertyRef Name="SourceUnitCode"/></Dependent></ReferentialConstraint></Association><Association Name="ToRelatedContacts" sap:content-version="1"><End Type="GWDEMO.BusinessPartner" Multiplicity="1" Role="FromRole_ToRelatedContacts"/><End Type="GWDEMO.ContactPerson" Multiplicity="*" Role="ToRole_ToRelatedContacts"/></Association><Association Name="ToBusinessPartnerRole" sap:content-version="1"><End Type="GWDEMO.BusinessPartner" Multiplicity="1" Role="FromRole_ToBusinessPartnerRole"/><End Type="GWDEMO.BusinessPartnerRole" Multiplicity="*" Role="ToRole_ToBusinessPartnerRole"/></Association><Association Name="ToGender" sap:content-version="1"><End Type="GWDEMO.BusinessPartner" Multiplicity="1" Role="FromRole_ToGender"/><End Type="GWDEMO.Gender" Multiplicity="*" Role="ToRole_ToGender"/></Association><Association Name="ToCountry" sap:content-version="1"><End Type="GWDEMO.BusinessPartner" Multiplicity="1" Role="FromRole_ToCountry"/><End Type="GWDEMO.Country" Multiplicity="*" Role="ToRole_ToCountry"/></Association><Association Name="ToCurrency" sap:content-version="1"><End Type="GWDEMO.BusinessPartner" Multiplicity="1" Role="FromRole_ToCurrency"/><End Type="GWDEMO.Currency" Multiplicity="*" Role="ToRole_ToCurrency"/></Association><Association Name="SO_TO_BP" sap:content-version="1"><End Type="GWDEMO.BusinessPartner" Multiplicity="0..1" Role="FromRole_SO_TO_BP"/><End Type="GWDEMO.SalesOrder" Multiplicity="*" Role="ToRole_SO_TO_BP"/><ReferentialConstraint><Principal Role="FromRole_SO_TO_BP"><PropertyRef Name="BusinessPartnerKey"/></Principal><Dependent Role="ToRole_SO_TO_BP"><PropertyRef Name="CustomerKey"/></Dependent></ReferentialConstraint></Association><Association Name="salesorderlineitems" sap:content-version="1"><End Type="GWDEMO.SalesOrder" Multiplicity="1" Role="FromRole_salesorderlineitems"/><End Type="GWDEMO.SalesOrderLineItem" Multiplicity="*" Role="ToRole_salesorderlineitems"/></Association><Association Name="SOStatus" sap:content-version="1"><End Type="GWDEMO.SalesOrder" Multiplicity="1" Role="FromRole_SOStatus"/><End Type="GWDEMO.Status" Multiplicity="*" Role="ToRole_SOStatus"/></Association><Association Name="SODeliveryStatus" sap:content-version="1"><End Type="GWDEMO.SalesOrder" Multiplicity="1" Role="FromRole_SODeliveryStatus"/><End Type="GWDEMO.DeliveryStatus" Multiplicity="*" Role="ToRole_SODeliveryStatus"/></Association><Association Name="SOBillingStatus" sap:content-version="1"><End Type="GWDEMO.SalesOrder" Multiplicity="1" Role="FromRole_SOBillingStatus"/><End Type="GWDEMO.BillingStatus" Multiplicity="*" Role="ToRole_SOBillingStatus"/></Association><Association Name="SOCurrency" sap:content-version="1"><End Type="GWDEMO.SalesOrder" Multiplicity="1" Role="FromRole_SOCurrency"/><End Type="GWDEMO.Currency" Multiplicity="*" Role="ToRole_SOCurrency"/></Association><Association Name="ToProductFromProductTypes" sap:content-version="1"><End Type="GWDEMO.ProductType" Multiplicity="1" Role="FromRole_ToProductFromProductTypes"/><End Type="GWDEMO.Product" Multiplicity="1" Role="ToRole_ToProductFromProductTypes"/><ReferentialConstraint><Principal Role="FromRole_ToProductFromProductTypes"><PropertyRef Name="ProductTypeCode"/></Principal><Dependent Role="ToRole_ToProductFromProductTypes"><PropertyRef Name="ProductTypeCode"/></Dependent></ReferentialConstraint></Association><Association Name="ToBPFromCountry" sap:content-version="1"><End Type="GWDEMO.Country" Multiplicity="1" Role="FromRole_ToBPFromCountry"/><End Type="GWDEMO.BusinessPartner" Multiplicity="1" Role="ToRole_ToBPFromCountry"/><ReferentialConstraint><Principal Role="FromRole_ToBPFromCountry"><PropertyRef Name="CountryCode"/></Principal><Dependent Role="ToRole_ToBPFromCountry"><PropertyRef Name="CountryCode"/></Dependent></ReferentialConstraint></Association><Association Name="ConversionFactors" sap:content-version="1"><End Type="GWDEMO.Product" Multiplicity="1" Role="FromRole_ConversionFactors"/><End Type="GWDEMO.ConversionFactor" Multiplicity="*" Role="ToRole_ConversionFactors"/></Association><Association Name="TaxTariff" sap:content-version="1"><End Type="GWDEMO.Product" Multiplicity="1" Role="FromRole_TaxTariff"/><End Type="GWDEMO.Tariff" Multiplicity="*" Role="ToRole_TaxTariff"/></Association><Association Name="WeightUnits" sap:content-version="1"><End Type="GWDEMO.Product" Multiplicity="1" Role="FromRole_WeightUnits"/><End Type="GWDEMO.WeightUnit" Multiplicity="*" Role="ToRole_WeightUnits"/></Association><Association Name="DimensionUnits" sap:content-version="1"><End Type="GWDEMO.Product" Multiplicity="1" Role="FromRole_DimensionUnits"/><End Type="GWDEMO.DimensionUnit" Multiplicity="*" Role="ToRole_DimensionUnits"/></Association><Association Name="QuantityUnits" sap:content-version="1"><End Type="GWDEMO.Product" Multiplicity="1" Role="FromRole_QuantityUnits"/><End Type="GWDEMO.QuantityUnit" Multiplicity="*" Role="ToRole_QuantityUnits"/></Association><Association Name="ProductTypes" sap:content-version="1"><End Type="GWDEMO.Product" Multiplicity="1" Role="FromRole_ProductTypes"/><End Type="GWDEMO.ProductType" Multiplicity="*" Role="ToRole_ProductTypes"/></Association><Association Name="ProductCategories" sap:content-version="1"><End Type="GWDEMO.Product" Multiplicity="1" Role="FromRole_ProductCategories"/><End Type="GWDEMO.ProductCategory" Multiplicity="*" Role="ToRole_ProductCategories"/></Association><Association Name="ProductToSalesOrderLines" sap:content-version="1"><End Type="GWDEMO.Product" Multiplicity="1" Role="FromRole_ProductToSalesOrderLines"/><End Type="GWDEMO.SalesOrderLineItem" Multiplicity="1" Role="ToRole_ProductToSalesOrderLines"/><ReferentialConstraint><Principal Role="FromRole_ProductToSalesOrderLines"><PropertyRef Name="ProductKey"/></Principal><Dependent Role="ToRole_ProductToSalesOrderLines"><PropertyRef Name="ProductKey"/></Dependent></ReferentialConstraint></Association><Association Name="ToProductFromWeightUnit" sap:content-version="1"><End Type="GWDEMO.WeightUnit" Multiplicity="1" Role="FromRole_ToProductFromWeightUnit"/><End Type="GWDEMO.Product" Multiplicity="1" Role="ToRole_ToProductFromWeightUnit"/><ReferentialConstraint><Principal Role="FromRole_ToProductFromWeightUnit"><PropertyRef Name="WeightUnitCode"/></Principal><Dependent Role="ToRole_ToProductFromWeightUnit"><PropertyRef Name="WeightUnitCode"/></Dependent></ReferentialConstraint></Association><Association Name="ToProductFromCategories" sap:content-version="1"><End Type="GWDEMO.ProductCategory" Multiplicity="1" Role="FromRole_ToProductFromCategories"/><End Type="GWDEMO.Product" Multiplicity="1" Role="ToRole_ToProductFromCategories"/><ReferentialConstraint><Principal Role="FromRole_ToProductFromCategories"><PropertyRef Name="ProductCategoryCode"/></Principal><Dependent Role="ToRole_ToProductFromCategories"><PropertyRef Name="ProductCategory"/></Dependent></ReferentialConstraint></Association><Association Name="ProductsInSalesOrder" sap:content-version="1"><End Type="GWDEMO.SalesOrderLineItem" Multiplicity="1" Role="FromRole_ProductsInSalesOrder"/><End Type="GWDEMO.Product" Multiplicity="1" Role="ToRole_ProductsInSalesOrder"/></Association><Association Name="SourceUnits" sap:content-version="1"><End Type="GWDEMO.ConversionFactor" Multiplicity="1" Role="FromRole_SourceUnits"/><End Type="GWDEMO.SourceUnit" Multiplicity="*" Role="ToRole_SourceUnits"/></Association><Association Name="TargetUnits" sap:content-version="1"><End Type="GWDEMO.ConversionFactor" Multiplicity="1" Role="FromRole_TargetUnits"/><End Type="GWDEMO.TargetUnit" Multiplicity="*" Role="ToRole_TargetUnits"/></Association><Association Name="ToBPFromCurrency" sap:content-version="1"><End Type="GWDEMO.Currency" Multiplicity="1" Role="FromRole_ToBPFromCurrency"/><End Type="GWDEMO.BusinessPartner" Multiplicity="1" Role="ToRole_ToBPFromCurrency"/><ReferentialConstraint><Principal Role="FromRole_ToBPFromCurrency"><PropertyRef Name="CurrencyCode"/></Principal><Dependent Role="ToRole_ToBPFromCurrency"><PropertyRef Name="CurrencyCode"/></Dependent></ReferentialConstraint></Association><Association Name="ToConvFactorFromTargetUnit" sap:content-version="1"><End Type="GWDEMO.TargetUnit" Multiplicity="1" Role="FromRole_ToConvFactorFromTargetUnit"/><End Type="GWDEMO.ConversionFactor" Multiplicity="1" Role="ToRole_ToConvFactorFromTargetUnit"/><ReferentialConstraint><Principal Role="FromRole_ToConvFactorFromTargetUnit"><PropertyRef Name="TargetUnitCode"/></Principal><Dependent Role="ToRole_ToConvFactorFromTargetUnit"><PropertyRef Name="TargetUnitCode"/></Dependent></ReferentialConstraint></Association><Association Name="ToProductFromDimensionUnit" sap:content-version="1"><End Type="GWDEMO.DimensionUnit" Multiplicity="1" Role="FromRole_ToProductFromDimensionUnit"/><End Type="GWDEMO.Product" Multiplicity="1" Role="ToRole_ToProductFromDimensionUnit"/><ReferentialConstraint><Principal Role="FromRole_ToProductFromDimensionUnit"><PropertyRef Name="DimensionUnitCode"/></Principal><Dependent Role="ToRole_ToProductFromDimensionUnit"><PropertyRef Name="DimensionUnit"/></Dependent></ReferentialConstraint></Association><EntityContainer Name="GWDEMO_Entities" m:IsDefaultEntityContainer="true" sap:supported-formats="atom json xlsx"><EntitySet Name="SalesOrderCollection" EntityType="GWDEMO.SalesOrder" sap:deletable="false" sap:content-version="1"/><EntitySet Name="StatusCollection" EntityType="GWDEMO.Status" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"/><EntitySet Name="DeliveryStatusCollection" EntityType="GWDEMO.DeliveryStatus" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"/><EntitySet Name="BillingStatusCollection" EntityType="GWDEMO.BillingStatus" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"/><EntitySet Name="CurrencyCollection" EntityType="GWDEMO.Currency" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"/><EntitySet Name="ContactPersonCollection" EntityType="GWDEMO.ContactPerson" sap:addressable="false" sap:content-version="1"/><EntitySet Name="BusinessPartnerCollection" EntityType="GWDEMO.BusinessPartner" sap:creatable="false" sap:deletable="false" sap:content-version="1"/><EntitySet Name="AddressTypeCollection" EntityType="GWDEMO.AddressType" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"/><EntitySet Name="BusinessPartnerRoleCollection" EntityType="GWDEMO.BusinessPartnerRole" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"/><EntitySet Name="GenderCollection" EntityType="GWDEMO.Gender" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"/><EntitySet Name="CountryCollection" EntityType="GWDEMO.Country" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"/><EntitySet Name="LanguageCollection" EntityType="GWDEMO.Language" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"/><EntitySet Name="ProductCollection" EntityType="GWDEMO.Product" sap:content-version="1"/><EntitySet Name="ConversionFactorCollection" EntityType="GWDEMO.ConversionFactor" sap:addressable="false" sap:content-version="1"/><EntitySet Name="TariffCollection" EntityType="GWDEMO.Tariff" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"/><EntitySet Name="WeightUnitCollection" EntityType="GWDEMO.WeightUnit" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"/><EntitySet Name="DimensionUnitCollection" EntityType="GWDEMO.DimensionUnit" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"/><EntitySet Name="QuantityUnitCollection" EntityType="GWDEMO.QuantityUnit" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"/><EntitySet Name="SourceUnitCollection" EntityType="GWDEMO.SourceUnit" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"/><EntitySet Name="TargetUnitCollection" EntityType="GWDEMO.TargetUnit" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"/><EntitySet Name="ProductTypeCollection" EntityType="GWDEMO.ProductType" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"/><EntitySet Name="ProductCategoryCollection" EntityType="GWDEMO.ProductCategory" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"/><EntitySet Name="SalesOrderLineItemCollection" EntityType="GWDEMO.SalesOrderLineItem" sap:updatable="false" sap:deletable="false" sap:addressable="false" sap:content-version="1"/><AssociationSet Name="ToRelatedContacts_Gender_AssocSet" Association="GWDEMO.ToRelatedContacts_Gender" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="ContactPersonCollection" Role="FromRole_ToRelatedContacts_Gender"/><End EntitySet="GenderCollection" Role="ToRole_ToRelatedContacts_Gender"/></AssociationSet><AssociationSet Name="ToCurrency_AssocSet" Association="GWDEMO.ToCurrency" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="BusinessPartnerCollection" Role="FromRole_ToCurrency"/><End EntitySet="CurrencyCollection" Role="ToRole_ToCurrency"/></AssociationSet><AssociationSet Name="ToBusinessPartnerRole_AssocSet" Association="GWDEMO.ToBusinessPartnerRole" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="BusinessPartnerCollection" Role="FromRole_ToBusinessPartnerRole"/><End EntitySet="BusinessPartnerRoleCollection" Role="ToRole_ToBusinessPartnerRole"/></AssociationSet><AssociationSet Name="ToBPFromCurrency_AssocSet" Association="GWDEMO.ToBPFromCurrency" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="CurrencyCollection" Role="FromRole_ToBPFromCurrency"/><End EntitySet="BusinessPartnerCollection" Role="ToRole_ToBPFromCurrency"/></AssociationSet><AssociationSet Name="TargetUnits_AssocSet" Association="GWDEMO.TargetUnits" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="ConversionFactorCollection" Role="FromRole_TargetUnits"/><End EntitySet="TargetUnitCollection" Role="ToRole_TargetUnits"/></AssociationSet><AssociationSet Name="SOBillingStatus_AssocSet" Association="GWDEMO.SOBillingStatus" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="SalesOrderCollection" Role="FromRole_SOBillingStatus"/><End EntitySet="BillingStatusCollection" Role="ToRole_SOBillingStatus"/></AssociationSet><AssociationSet Name="SOCurrency_AssocSet" Association="GWDEMO.SOCurrency" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="SalesOrderCollection" Role="FromRole_SOCurrency"/><End EntitySet="CurrencyCollection" Role="ToRole_SOCurrency"/></AssociationSet><AssociationSet Name="salesorderlineitems_AssocSet" Association="GWDEMO.salesorderlineitems" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="SalesOrderCollection" Role="FromRole_salesorderlineitems"/><End EntitySet="SalesOrderLineItemCollection" Role="ToRole_salesorderlineitems"/></AssociationSet><AssociationSet Name="ToRelatedContacts_Country_AssocSet" Association="GWDEMO.ToRelatedContacts_Country" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="ContactPersonCollection" Role="FromRole_ToRelatedContacts_Country"/><End EntitySet="CountryCollection" Role="ToRole_ToRelatedContacts_Country"/></AssociationSet><AssociationSet Name="WeightUnits_AssocSet" Association="GWDEMO.WeightUnits" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="ProductCollection" Role="FromRole_WeightUnits"/><End EntitySet="WeightUnitCollection" Role="ToRole_WeightUnits"/></AssociationSet><AssociationSet Name="ToProductFromCategories_AssocSet" Association="GWDEMO.ToProductFromCategories" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="ProductCategoryCollection" Role="FromRole_ToProductFromCategories"/><End EntitySet="ProductCollection" Role="ToRole_ToProductFromCategories"/></AssociationSet><AssociationSet Name="ToCountry_AssocSet" Association="GWDEMO.ToCountry" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="BusinessPartnerCollection" Role="FromRole_ToCountry"/><End EntitySet="CountryCollection" Role="ToRole_ToCountry"/></AssociationSet><AssociationSet Name="SOStatus_AssocSet" Association="GWDEMO.SOStatus" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="SalesOrderCollection" Role="FromRole_SOStatus"/><End EntitySet="StatusCollection" Role="ToRole_SOStatus"/></AssociationSet><AssociationSet Name="QuantityUnits_AssocSet" Association="GWDEMO.QuantityUnits" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="ProductCollection" Role="FromRole_QuantityUnits"/><End EntitySet="QuantityUnitCollection" Role="ToRole_QuantityUnits"/></AssociationSet><AssociationSet Name="ProductCategories_AssocSet" Association="GWDEMO.ProductCategories" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="ProductCollection" Role="FromRole_ProductCategories"/><End EntitySet="ProductCategoryCollection" Role="ToRole_ProductCategories"/></AssociationSet><AssociationSet Name="SO_TO_BP_AssocSet" Association="GWDEMO.SO_TO_BP" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="BusinessPartnerCollection" Role="FromRole_SO_TO_BP"/><End EntitySet="SalesOrderCollection" Role="ToRole_SO_TO_BP"/></AssociationSet><AssociationSet Name="ToRelatedContacts_AddressType_AssocSet" Association="GWDEMO.ToRelatedContacts_AddressType" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="ContactPersonCollection" Role="FromRole_ToRelatedContacts_AddressType"/><End EntitySet="AddressTypeCollection" Role="ToRole_ToRelatedContacts_AddressType"/></AssociationSet><AssociationSet Name="TaxTariff_AssocSet" Association="GWDEMO.TaxTariff" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="ProductCollection" Role="FromRole_TaxTariff"/><End EntitySet="TariffCollection" Role="ToRole_TaxTariff"/></AssociationSet><AssociationSet Name="ToConvFactorFromSourceUnit_AssocSet" Association="GWDEMO.ToConvFactorFromSourceUnit" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="SourceUnitCollection" Role="FromRole_ToConvFactorFromSourceUnit"/><End EntitySet="ConversionFactorCollection" Role="ToRole_ToConvFactorFromSourceUnit"/></AssociationSet><AssociationSet Name="ToProductFromTariff_AssocSet" Association="GWDEMO.ToProductFromTariff" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="TariffCollection" Role="FromRole_ToProductFromTariff"/><End EntitySet="ProductCollection" Role="ToRole_ToProductFromTariff"/></AssociationSet><AssociationSet Name="ToProductFromQuantityUnit_AssocSet" Association="GWDEMO.ToProductFromQuantityUnit" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="QuantityUnitCollection" Role="FromRole_ToProductFromQuantityUnit"/><End EntitySet="ProductCollection" Role="ToRole_ToProductFromQuantityUnit"/></AssociationSet><AssociationSet Name="SODeliveryStatus_AssocSet" Association="GWDEMO.SODeliveryStatus" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="SalesOrderCollection" Role="FromRole_SODeliveryStatus"/><End EntitySet="DeliveryStatusCollection" Role="ToRole_SODeliveryStatus"/></AssociationSet><AssociationSet Name="ProductsInSalesOrder_AssocSet" Association="GWDEMO.ProductsInSalesOrder" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="SalesOrderLineItemCollection" Role="FromRole_ProductsInSalesOrder"/><End EntitySet="ProductCollection" Role="ToRole_ProductsInSalesOrder"/></AssociationSet><AssociationSet Name="ToBPFromBusinessPartnerRole_AssocSet" Association="GWDEMO.ToBPFromBusinessPartnerRole" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="BusinessPartnerRoleCollection" Role="FromRole_ToBPFromBusinessPartnerRole"/><End EntitySet="BusinessPartnerCollection" Role="ToRole_ToBPFromBusinessPartnerRole"/></AssociationSet><AssociationSet Name="ToRelatedContacts_AssocSet" Association="GWDEMO.ToRelatedContacts" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="BusinessPartnerCollection" Role="FromRole_ToRelatedContacts"/><End EntitySet="ContactPersonCollection" Role="ToRole_ToRelatedContacts"/></AssociationSet><AssociationSet Name="DimensionUnits_AssocSet" Association="GWDEMO.DimensionUnits" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="ProductCollection" Role="FromRole_DimensionUnits"/><End EntitySet="DimensionUnitCollection" Role="ToRole_DimensionUnits"/></AssociationSet><AssociationSet Name="ConversionFactors_AssocSet" Association="GWDEMO.ConversionFactors" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="ProductCollection" Role="FromRole_ConversionFactors"/><End EntitySet="ConversionFactorCollection" Role="ToRole_ConversionFactors"/></AssociationSet><AssociationSet Name="ToProductFromProductTypes_AssocSet" Association="GWDEMO.ToProductFromProductTypes" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="ProductTypeCollection" Role="FromRole_ToProductFromProductTypes"/><End EntitySet="ProductCollection" Role="ToRole_ToProductFromProductTypes"/></AssociationSet><AssociationSet Name="ToProductFromWeightUnit_AssocSet" Association="GWDEMO.ToProductFromWeightUnit" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="WeightUnitCollection" Role="FromRole_ToProductFromWeightUnit"/><End EntitySet="ProductCollection" Role="ToRole_ToProductFromWeightUnit"/></AssociationSet><AssociationSet Name="ProductTypes_AssocSet" Association="GWDEMO.ProductTypes" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="ProductCollection" Role="FromRole_ProductTypes"/><End EntitySet="ProductTypeCollection" Role="ToRole_ProductTypes"/></AssociationSet><AssociationSet Name="ToConvFactorFromTargetUnit_AssocSet" Association="GWDEMO.ToConvFactorFromTargetUnit" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="TargetUnitCollection" Role="FromRole_ToConvFactorFromTargetUnit"/><End EntitySet="ConversionFactorCollection" Role="ToRole_ToConvFactorFromTargetUnit"/></AssociationSet><AssociationSet Name="ToProductFromDimensionUnit_AssocSet" Association="GWDEMO.ToProductFromDimensionUnit" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="DimensionUnitCollection" Role="FromRole_ToProductFromDimensionUnit"/><End EntitySet="ProductCollection" Role="ToRole_ToProductFromDimensionUnit"/></AssociationSet><AssociationSet Name="ProductToSalesOrderLines_AssocSet" Association="GWDEMO.ProductToSalesOrderLines" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="ProductCollection" Role="FromRole_ProductToSalesOrderLines"/><End EntitySet="SalesOrderLineItemCollection" Role="ToRole_ProductToSalesOrderLines"/></AssociationSet><AssociationSet Name="ToBPFromCountry_AssocSet" Association="GWDEMO.ToBPFromCountry" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="CountryCollection" Role="FromRole_ToBPFromCountry"/><End EntitySet="BusinessPartnerCollection" Role="ToRole_ToBPFromCountry"/></AssociationSet><AssociationSet Name="ToBPFromGender_AssocSet" Association="GWDEMO.ToBPFromGender" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="GenderCollection" Role="FromRole_ToBPFromGender"/><End EntitySet="BusinessPartnerCollection" Role="ToRole_ToBPFromGender"/></AssociationSet><AssociationSet Name="SourceUnits_AssocSet" Association="GWDEMO.SourceUnits" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="ConversionFactorCollection" Role="FromRole_SourceUnits"/><End EntitySet="SourceUnitCollection" Role="ToRole_SourceUnits"/></AssociationSet><AssociationSet Name="ToGender_AssocSet" Association="GWDEMO.ToGender" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"><End EntitySet="BusinessPartnerCollection" Role="FromRole_ToGender"/><End EntitySet="GenderCollection" Role="ToRole_ToGender"/></AssociationSet><FunctionImport Name="ConfirmSalesOrder" ReturnType="GWDEMO.SalesOrder" EntitySet="SalesOrderCollection" m:HttpMethod="POST" sap:action-for="GWDEMO.SalesOrder"><Parameter Name="SalesOrderKey" Type="Edm.String" Mode="In" MaxLength="32"/></FunctionImport><FunctionImport Name="CancelSalesOrder" ReturnType="GWDEMO.SalesOrder" EntitySet="SalesOrderCollection" m:HttpMethod="POST" sap:action-for="GWDEMO.SalesOrder"><Parameter Name="SalesOrderKey" Type="Edm.String" Mode="In" MaxLength="32"/></FunctionImport></EntityContainer><atom:link rel="self" href="STAN_SAPES4/$metadata" xmlns:atom="http://www.w3.org/2005/Atom"/><atom:link rel="latest-version" href="https://SAPES4.SAPDEVCENTER.COM:443/sap/opu/odata/iwbep/GWDEMO/$metadata" xmlns:atom="http://www.w3.org/2005/Atom"/></Schema></edmx:DataServices></edmx:Edmx>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment