<?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:Reference
		Uri="/sap/opu/odata/iwfnd/catalogservice;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_CAPABILITIES',Version='0001',SAP__Origin='LOCAL')/$value"
		xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx">
		<edmx:Include Namespace="Org.OData.Capabilities.V1" />
	</edmx:Reference>
	<edmx:Reference
		Uri="/sap/opu/odata/iwfnd/catalogservice;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_CODELIST',Version='0001',SAP__Origin='LOCAL')/$value"
		xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx">
		<edmx:Include Namespace="com.sap.vocabularies.CodeList.v1"
			Alias="SAP__CodeList" />
	</edmx:Reference>
	<edmx:Reference
		Uri="/sap/opu/odata/iwfnd/catalogservice;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_COMMON',Version='0001',SAP__Origin='LOCAL')/$value"
		xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx">
		<edmx:Include Namespace="com.sap.vocabularies.Common.v1"
			Alias="SAP__common" />
	</edmx:Reference>
	<edmx:Reference
		Uri="/sap/opu/odata/iwfnd/catalogservice;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_CORE',Version='0001',SAP__Origin='LOCAL')/$value"
		xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx">
		<edmx:Include Namespace="Org.OData.Core.V1" Alias="SAP__core" />
	</edmx:Reference>
	<edmx:Reference
		Uri="/sap/opu/odata/iwfnd/catalogservice;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_PDF',Version='0001',SAP__Origin='LOCAL')/$value"
		xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx">
		<edmx:Include Namespace="com.sap.vocabularies.PDF.v1" Alias="SAP__PDF" />
	</edmx:Reference>
	<edmx:DataServices m:DataServiceVersion="2.0">
		<Schema Namespace="GWSAMPLE_BASIC" xml:lang="en" sap:schema-version="1"
			xmlns="http://schemas.microsoft.com/ado/2008/09/edm">
			<EntityType Name="BusinessPartner" sap:content-version="1">
				<Key>
					<PropertyRef Name="BusinessPartnerID" />
				</Key>
				<Property Name="Address" Type="GWSAMPLE_BASIC.CT_Address"
					Nullable="false" />
				<Property Name="BusinessPartnerID" Type="Edm.String" Nullable="false"
					MaxLength="10" sap:unicode="false" sap:label="Bus. Part. ID"
					sap:creatable="false" sap:updatable="false" />
				<Property Name="CompanyName" Type="Edm.String" Nullable="false"
					MaxLength="80" sap:unicode="false" sap:label="Company Name" />
				<Property Name="WebAddress" Type="Edm.String" sap:unicode="false"
					sap:label="Web Address" sap:sortable="false" sap:filterable="false"
					sap:semantics="url" />
				<Property Name="EmailAddress" Type="Edm.String" Nullable="false"
					MaxLength="255" sap:unicode="false" sap:label="E-Mail Address"
					sap:semantics="email" />
				<Property Name="PhoneNumber" Type="Edm.String" MaxLength="30"
					sap:unicode="false" sap:label="Phone No." sap:semantics="tel" />
				<Property Name="FaxNumber" Type="Edm.String" MaxLength="30"
					sap:unicode="false" sap:label="Fax Number" />
				<Property Name="LegalForm" Type="Edm.String" MaxLength="10"
					sap:unicode="false" sap:label="Legal Form" />
				<Property Name="CurrencyCode" Type="Edm.String" Nullable="false"
					MaxLength="5" sap:unicode="false" sap:label="Currency"
					sap:semantics="currency-code" />
				<Property Name="BusinessPartnerRole" Type="Edm.String" Nullable="false"
					MaxLength="3" sap:unicode="false" sap:label="Bus. Part. Role" />
				<Property Name="CreatedAt" Type="Edm.DateTimeOffset" Precision="7"
					sap:unicode="false" sap:label="Time Stamp" sap:creatable="false"
					sap:updatable="false" />
				<Property Name="ChangedAt" Type="Edm.DateTimeOffset" Precision="7"
					ConcurrencyMode="Fixed" sap:unicode="false" sap:label="Time Stamp"
					sap:creatable="false" sap:updatable="false" />
				<NavigationProperty Name="ToSalesOrders"
					Relationship="GWSAMPLE_BASIC.Assoc_BusinessPartner_SalesOrders"
					FromRole="FromRole_Assoc_BusinessPartner_SalesOrders"
					ToRole="ToRole_Assoc_BusinessPartner_SalesOrders" />
				<NavigationProperty Name="ToContacts"
					Relationship="GWSAMPLE_BASIC.Assoc_BusinessPartner_Contacts"
					FromRole="FromRole_Assoc_BusinessPartner_Contacts"
					ToRole="ToRole_Assoc_BusinessPartner_Contacts" />
				<NavigationProperty Name="ToProducts"
					Relationship="GWSAMPLE_BASIC.Assoc_BusinessPartner_Products"
					FromRole="FromRole_Assoc_BusinessPartner_Products"
					ToRole="ToRole_Assoc_BusinessPartner_Products" />
			</EntityType>
			<EntityType Name="Product" sap:content-version="1">
				<Key>
					<PropertyRef Name="ProductID" />
				</Key>
				<Property Name="ProductID" Type="Edm.String" Nullable="false"
					MaxLength="10" sap:unicode="false" sap:label="Product ID" sap:updatable="false" />
				<Property Name="TypeCode" Type="Edm.String" Nullable="false"
					MaxLength="2" sap:unicode="false" sap:label="Prod. Type Code" />
				<Property Name="Category" Type="Edm.String" Nullable="false"
					MaxLength="40" sap:unicode="false" sap:label="Prod. Cat." />
				<Property Name="Name" Type="Edm.String" Nullable="false" MaxLength="255"
					sap:unicode="false" sap:label="Product Name" sap:sortable="false"
					sap:filterable="false" />
				<Property Name="NameLanguage" Type="Edm.String" MaxLength="2"
					sap:unicode="false" sap:label="Language" sap:creatable="false"
					sap:updatable="false" sap:sortable="false" sap:filterable="false" />
				<Property Name="Description" Type="Edm.String" MaxLength="255"
					sap:unicode="false" sap:label="Prod.Descrip." sap:sortable="false"
					sap:filterable="false" />
				<Property Name="DescriptionLanguage" Type="Edm.String" MaxLength="2"
					sap:unicode="false" sap:label="Language" sap:creatable="false"
					sap:updatable="false" sap:sortable="false" sap:filterable="false" />
				<Property Name="SupplierID" Type="Edm.String" Nullable="false"
					MaxLength="10" sap:unicode="false" sap:label="Bus. Part. ID" />
				<Property Name="SupplierName" Type="Edm.String" MaxLength="80"
					sap:unicode="false" sap:label="Company Name" sap:creatable="false"
					sap:updatable="false" />
				<Property Name="TaxTarifCode" Type="Edm.Byte" Nullable="false"
					sap:unicode="false" sap:label="Prod. Tax Code" />
				<Property Name="MeasureUnit" Type="Edm.String" Nullable="false"
					MaxLength="3" sap:unicode="false" sap:label="Qty. Unit"
					sap:semantics="unit-of-measure" />
				<Property Name="WeightMeasure" Type="Edm.Decimal" Precision="13"
					Scale="3" sap:unicode="false" sap:unit="WeightUnit" sap:label="Wt. Measure" />
				<Property Name="WeightUnit" Type="Edm.String" MaxLength="3"
					sap:unicode="false" sap:label="Qty. Unit" sap:semantics="unit-of-measure" />
				<Property Name="CurrencyCode" Type="Edm.String" Nullable="false"
					MaxLength="5" sap:unicode="false" sap:label="Currency"
					sap:semantics="currency-code" />
				<Property Name="Price" Type="Edm.Decimal" Precision="16" Scale="3"
					sap:unicode="false" sap:unit="CurrencyCode" sap:label="Unit Price" />
				<Property Name="Width" Type="Edm.Decimal" Precision="13" Scale="3"
					sap:unicode="false" sap:unit="DimUnit" sap:label="Dimensions" />
				<Property Name="Depth" Type="Edm.Decimal" Precision="13" Scale="3"
					sap:unicode="false" sap:unit="DimUnit" sap:label="Dimensions" />
				<Property Name="Height" Type="Edm.Decimal" Precision="13" Scale="3"
					sap:unicode="false" sap:unit="DimUnit" sap:label="Dimensions" />
				<Property Name="DimUnit" Type="Edm.String" MaxLength="3"
					sap:unicode="false" sap:label="Dim. Unit" sap:semantics="unit-of-measure" />
				<Property Name="CreatedAt" Type="Edm.DateTimeOffset" Precision="7"
					sap:unicode="false" sap:label="Time Stamp" sap:creatable="false"
					sap:updatable="false" />
				<Property Name="ChangedAt" Type="Edm.DateTimeOffset" Precision="7"
					ConcurrencyMode="Fixed" sap:unicode="false" sap:label="Time Stamp"
					sap:creatable="false" sap:updatable="false" />
				<NavigationProperty Name="ToSupplier"
					Relationship="GWSAMPLE_BASIC.Assoc_BusinessPartner_Products"
					FromRole="ToRole_Assoc_BusinessPartner_Products"
					ToRole="FromRole_Assoc_BusinessPartner_Products" />
				<NavigationProperty Name="ToSalesOrderLineItems"
					Relationship="GWSAMPLE_BASIC.Assoc_Product_SalesOrderLineItems"
					FromRole="FromRole_Assoc_Product_SalesOrderLineItems"
					ToRole="ToRole_Assoc_Product_SalesOrderLineItems" />
			</EntityType>
			<EntityType Name="SalesOrder" sap:content-version="1">
				<Key>
					<PropertyRef Name="SalesOrderID" />
				</Key>
				<Property Name="SalesOrderID" Type="Edm.String" Nullable="false"
					MaxLength="10" sap:unicode="false" sap:label="Sa. Ord. ID" sap:creatable="false"
					sap:updatable="false" />
				<Property Name="Note" Type="Edm.String" DefaultValue="Enter a note!"
					MaxLength="255" sap:unicode="false" sap:label="Description" sap:updatable="false"
					sap:sortable="false" sap:filterable="false" />
				<Property Name="NoteLanguage" Type="Edm.String" MaxLength="2"
					sap:unicode="false" sap:label="Language" sap:creatable="false"
					sap:updatable="false" sap:sortable="false" sap:filterable="false" />
				<Property Name="CustomerID" Type="Edm.String" Nullable="false"
					MaxLength="10" sap:unicode="false" sap:label="Bus. Part. ID"
					sap:updatable="false" />
				<Property Name="CustomerName" Type="Edm.String" MaxLength="80"
					sap:unicode="false" sap:label="Company Name" sap:creatable="false"
					sap:updatable="false" />
				<Property Name="CurrencyCode" Type="Edm.String" MaxLength="5"
					sap:unicode="false" sap:label="Currency" sap:updatable="false"
					sap:semantics="currency-code" />
				<Property Name="GrossAmount" Type="Edm.Decimal" Precision="16" Scale="3"
					sap:unicode="false" sap:unit="CurrencyCode" sap:label="Gross Amt."
					sap:creatable="false" sap:updatable="false" />
				<Property Name="NetAmount" Type="Edm.Decimal" Precision="16" Scale="3"
					sap:unicode="false" sap:unit="CurrencyCode" sap:label="Net Amt."
					sap:creatable="false" sap:updatable="false" />
				<Property Name="TaxAmount" Type="Edm.Decimal" Precision="16" Scale="3"
					sap:unicode="false" sap:unit="CurrencyCode" sap:label="Tax Amt."
					sap:creatable="false" sap:updatable="false" />
				<Property Name="LifecycleStatus" Type="Edm.String" MaxLength="1"
					sap:unicode="false" sap:label="PO Lifecycle" sap:creatable="false"
					sap:updatable="false" />
				<Property Name="LifecycleStatusDescription" Type="Edm.String"
					MaxLength="60" sap:unicode="false" sap:label="Lifecycle Descript."
					sap:creatable="false" sap:updatable="false" sap:sortable="false"
					sap:filterable="false" />
				<Property Name="BillingStatus" Type="Edm.String" MaxLength="1"
					sap:unicode="false" sap:label="PO Confirmation" sap:creatable="false"
					sap:updatable="false" />
				<Property Name="BillingStatusDescription" Type="Edm.String"
					MaxLength="60" sap:unicode="false" sap:label="Billing Description"
					sap:creatable="false" sap:updatable="false" sap:sortable="false"
					sap:filterable="false" />
				<Property Name="DeliveryStatus" Type="Edm.String" MaxLength="1"
					sap:unicode="false" sap:label="PO Ordering" sap:creatable="false"
					sap:updatable="false" />
				<Property Name="DeliveryStatusDescription" Type="Edm.String"
					MaxLength="60" sap:unicode="false" sap:label="Delivery Description"
					sap:creatable="false" sap:updatable="false" sap:sortable="false"
					sap:filterable="false" />
				<Property Name="CreatedAt" Type="Edm.DateTimeOffset" Precision="7"
					sap:unicode="false" sap:label="Time Stamp" sap:creatable="false"
					sap:updatable="false" />
				<Property Name="ChangedAt" Type="Edm.DateTimeOffset" Precision="7"
					sap:unicode="false" sap:label="Time Stamp" sap:creatable="false"
					sap:updatable="false" />
				<NavigationProperty Name="ToBusinessPartner"
					Relationship="GWSAMPLE_BASIC.Assoc_BusinessPartner_SalesOrders"
					FromRole="ToRole_Assoc_BusinessPartner_SalesOrders"
					ToRole="FromRole_Assoc_BusinessPartner_SalesOrders" />
				<NavigationProperty Name="ToLineItems"
					Relationship="GWSAMPLE_BASIC.Assoc_SalesOrder_SalesOrderLineItems"
					FromRole="FromRole_Assoc_SalesOrder_SalesOrderLineItems"
					ToRole="ToRole_Assoc_SalesOrder_SalesOrderLineItems" />
			</EntityType>
			<EntityType Name="SalesOrderLineItem" sap:content-version="1">
				<Key>
					<PropertyRef Name="SalesOrderID" />
					<PropertyRef Name="ItemPosition" />
				</Key>
				<Property Name="SalesOrderID" Type="Edm.String" Nullable="false"
					MaxLength="10" sap:unicode="false" sap:label="Sa. Ord. ID" sap:updatable="false" />
				<Property Name="ItemPosition" Type="Edm.String" Nullable="false"
					MaxLength="10" sap:unicode="false" sap:label="PO Item Pos" sap:creatable="false"
					sap:updatable="false" />
				<Property Name="ProductID" Type="Edm.String" Nullable="false"
					MaxLength="10" sap:unicode="false" sap:label="Product ID" />
				<Property Name="Note" Type="Edm.String" MaxLength="255"
					sap:unicode="false" sap:label="Description" sap:sortable="false"
					sap:filterable="false" />
				<Property Name="NoteLanguage" Type="Edm.String" MaxLength="2"
					sap:unicode="false" sap:label="Language" sap:creatable="false"
					sap:updatable="false" sap:sortable="false" sap:filterable="false" />
				<Property Name="CurrencyCode" Type="Edm.String" MaxLength="5"
					sap:unicode="false" sap:label="Currency" sap:creatable="false"
					sap:updatable="false" sap:semantics="currency-code" />
				<Property Name="GrossAmount" Type="Edm.Decimal" Precision="16" Scale="3"
					sap:unicode="false" sap:unit="CurrencyCode" sap:label="Gross Amt."
					sap:creatable="false" sap:updatable="false" />
				<Property Name="NetAmount" Type="Edm.Decimal" Precision="16" Scale="3"
					sap:unicode="false" sap:unit="CurrencyCode" sap:label="Net Amt."
					sap:creatable="false" sap:updatable="false" />
				<Property Name="TaxAmount" Type="Edm.Decimal" Precision="16" Scale="3"
					sap:unicode="false" sap:unit="CurrencyCode" sap:label="Tax Amt."
					sap:creatable="false" sap:updatable="false" />
				<Property Name="DeliveryDate" Type="Edm.DateTime" Nullable="false"
					Precision="7" sap:unicode="false" sap:label="Time Stamp" sap:sortable="false"
					sap:filterable="false" />
				<Property Name="Quantity" Type="Edm.Decimal" Nullable="false"
					Precision="13" Scale="3" sap:unicode="false" sap:unit="QuantityUnit"
					sap:label="Quantity" sap:sortable="false" sap:filterable="false" />
				<Property Name="QuantityUnit" Type="Edm.String" MaxLength="3"
					sap:unicode="false" sap:label="Qty. Unit" sap:creatable="false"
					sap:updatable="false" sap:sortable="false" sap:filterable="false"
					sap:semantics="unit-of-measure" />
				<NavigationProperty Name="ToHeader"
					Relationship="GWSAMPLE_BASIC.Assoc_SalesOrder_SalesOrderLineItems"
					FromRole="ToRole_Assoc_SalesOrder_SalesOrderLineItems"
					ToRole="FromRole_Assoc_SalesOrder_SalesOrderLineItems" />
				<NavigationProperty Name="ToProduct"
					Relationship="GWSAMPLE_BASIC.Assoc_Product_SalesOrderLineItems"
					FromRole="ToRole_Assoc_Product_SalesOrderLineItems"
					ToRole="FromRole_Assoc_Product_SalesOrderLineItems" />
			</EntityType>
			<EntityType Name="Contact" sap:content-version="1">
				<Key>
					<PropertyRef Name="ContactGuid" />
				</Key>
				<Property Name="Address" Type="GWSAMPLE_BASIC.CT_Address"
					Nullable="false" />
				<Property Name="ContactGuid" Type="Edm.Guid" Nullable="false"
					sap:unicode="false" sap:label="Contact GUID" sap:creatable="false"
					sap:updatable="false" />
				<Property Name="BusinessPartnerID" Type="Edm.String" Nullable="false"
					MaxLength="10" sap:unicode="false" sap:label="Bus. Part. ID"
					sap:updatable="false" />
				<Property Name="Title" Type="Edm.String" MaxLength="10"
					sap:unicode="false" sap:label="Title" />
				<Property Name="FirstName" Type="Edm.String" Nullable="false"
					MaxLength="40" sap:unicode="false" sap:label="First Name"
					sap:semantics="givenname" />
				<Property Name="MiddleName" Type="Edm.String" MaxLength="40"
					sap:unicode="false" sap:label="Middle Name" sap:semantics="middlename" />
				<Property Name="LastName" Type="Edm.String" MaxLength="40"
					sap:unicode="false" sap:label="Last Name" sap:semantics="familyname" />
				<Property Name="Nickname" Type="Edm.String" MaxLength="40"
					sap:unicode="false" sap:label="Nickname" sap:semantics="nickname" />
				<Property Name="Initials" Type="Edm.String" MaxLength="10"
					sap:unicode="false" sap:label="Initials" />
				<Property Name="Sex" Type="Edm.String" Nullable="false" MaxLength="1"
					sap:unicode="false" sap:label="Sex" />
				<Property Name="PhoneNumber" Type="Edm.String" MaxLength="30"
					sap:unicode="false" sap:label="Phone No." sap:semantics="tel" />
				<Property Name="FaxNumber" Type="Edm.String" MaxLength="30"
					sap:unicode="false" sap:label="Fax Number" />
				<Property Name="EmailAddress" Type="Edm.String" MaxLength="255"
					sap:unicode="false" sap:label="E-Mail Address" sap:semantics="email" />
				<Property Name="Language" Type="Edm.String" MaxLength="2"
					sap:unicode="false" sap:label="Language Key" />
				<Property Name="DateOfBirth" Type="Edm.DateTime" Precision="7"
					sap:display-format="Date" sap:unicode="false" sap:label="Date of Birth"
					sap:semantics="bday" />
				<NavigationProperty Name="ToBusinessPartner"
					Relationship="GWSAMPLE_BASIC.Assoc_BusinessPartner_Contacts"
					FromRole="ToRole_Assoc_BusinessPartner_Contacts"
					ToRole="FromRole_Assoc_BusinessPartner_Contacts" />
			</EntityType>
			<EntityType Name="VH_Sex" sap:content-version="1">
				<Key>
					<PropertyRef Name="Sex" />
				</Key>
				<Property Name="Sex" Type="Edm.String" Nullable="false" MaxLength="1"
					sap:unicode="false" sap:label="Sex" sap:creatable="false" sap:updatable="false"
					sap:sortable="false" sap:filterable="false" />
				<Property Name="Shorttext" Type="Edm.String" Nullable="false"
					MaxLength="60" sap:unicode="false" sap:label="Short Descript."
					sap:creatable="false" sap:updatable="false" sap:sortable="false"
					sap:filterable="false" />
			</EntityType>
			<EntityType Name="VH_Country" sap:content-version="1">
				<Key>
					<PropertyRef Name="Land1" />
				</Key>
				<Property Name="Land1" Type="Edm.String" Nullable="false" MaxLength="3"
					sap:unicode="false" sap:label="Country" sap:creatable="false"
					sap:updatable="false" sap:sortable="false" sap:filterable="false" />
				<Property Name="Landx" Type="Edm.String" Nullable="false" MaxLength="15"
					sap:unicode="false" sap:label="Name" sap:creatable="false" sap:updatable="false"
					sap:sortable="false" sap:filterable="false" />
				<Property Name="Natio" Type="Edm.String" Nullable="false" MaxLength="15"
					sap:unicode="false" sap:label="Nationality" sap:creatable="false"
					sap:updatable="false" sap:sortable="false" sap:filterable="false" />
			</EntityType>
			<EntityType Name="VH_AddressType" sap:content-version="1">
				<Key>
					<PropertyRef Name="AddressType" />
				</Key>
				<Property Name="AddressType" Type="Edm.String" Nullable="false"
					MaxLength="2" sap:unicode="false" sap:label="Address Type" sap:creatable="false"
					sap:updatable="false" sap:sortable="false" sap:filterable="false" />
				<Property Name="Shorttext" Type="Edm.String" Nullable="false"
					MaxLength="60" sap:unicode="false" sap:label="Short Descript."
					sap:creatable="false" sap:updatable="false" sap:sortable="false"
					sap:filterable="false" />
			</EntityType>
			<EntityType Name="VH_Category" sap:content-version="1">
				<Key>
					<PropertyRef Name="Category" />
				</Key>
				<Property Name="Category" Type="Edm.String" Nullable="false"
					MaxLength="40" sap:unicode="false" sap:label="Prod. Cat." sap:creatable="false"
					sap:updatable="false" sap:sortable="false" sap:filterable="false" />
			</EntityType>
			<EntityType Name="VH_Currency" sap:content-version="1">
				<Key>
					<PropertyRef Name="Waers" />
				</Key>
				<Property Name="Waers" Type="Edm.String" Nullable="false" MaxLength="5"
					sap:unicode="false" sap:label="Currency" sap:creatable="false"
					sap:updatable="false" sap:sortable="false" sap:filterable="false"
					sap:semantics="currency-code" />
				<Property Name="Ltext" Type="Edm.String" Nullable="false" MaxLength="40"
					sap:unicode="false" sap:label="Long Text" sap:creatable="false"
					sap:updatable="false" sap:sortable="false" sap:filterable="false" />
			</EntityType>
			<EntityType Name="VH_UnitQuantity" sap:content-version="1">
				<Key>
					<PropertyRef Name="Msehi" />
				</Key>
				<Property Name="Msehi" Type="Edm.String" Nullable="false" MaxLength="3"
					sap:unicode="false" sap:label="Int. meas. unit" sap:creatable="false"
					sap:updatable="false" sap:sortable="false" sap:filterable="false"
					sap:semantics="unit-of-measure" />
				<Property Name="Msehl" Type="Edm.String" Nullable="false" MaxLength="30"
					sap:unicode="false" sap:label="Unit text" sap:creatable="false"
					sap:updatable="false" sap:sortable="false" sap:filterable="false" />
			</EntityType>
			<EntityType Name="VH_UnitWeight" sap:content-version="1">
				<Key>
					<PropertyRef Name="Msehi" />
				</Key>
				<Property Name="Msehi" Type="Edm.String" Nullable="false" MaxLength="3"
					sap:unicode="false" sap:label="Int. meas. unit" sap:creatable="false"
					sap:updatable="false" sap:sortable="false" sap:filterable="false"
					sap:semantics="unit-of-measure" />
				<Property Name="Msehl" Type="Edm.String" Nullable="false" MaxLength="30"
					sap:unicode="false" sap:label="Unit text" sap:creatable="false"
					sap:updatable="false" sap:sortable="false" sap:filterable="false" />
			</EntityType>
			<EntityType Name="VH_UnitLength" sap:content-version="1">
				<Key>
					<PropertyRef Name="Msehi" />
				</Key>
				<Property Name="Msehi" Type="Edm.String" Nullable="false" MaxLength="3"
					sap:unicode="false" sap:label="Int. meas. unit" sap:creatable="false"
					sap:updatable="false" sap:sortable="false" sap:filterable="false"
					sap:semantics="unit-of-measure" />
				<Property Name="Msehl" Type="Edm.String" Nullable="false" MaxLength="30"
					sap:unicode="false" sap:label="Unit text" sap:creatable="false"
					sap:updatable="false" sap:sortable="false" sap:filterable="false" />
			</EntityType>
			<EntityType Name="VH_ProductTypeCode" sap:content-version="1">
				<Key>
					<PropertyRef Name="TypeCode" />
				</Key>
				<Property Name="TypeCode" Type="Edm.String" Nullable="false"
					MaxLength="2" sap:unicode="false" sap:label="Prod. Type Code"
					sap:creatable="false" sap:updatable="false" sap:sortable="false"
					sap:filterable="false" />
				<Property Name="Shorttext" Type="Edm.String" Nullable="false"
					MaxLength="60" sap:unicode="false" sap:label="Short Descript."
					sap:creatable="false" sap:updatable="false" sap:sortable="false"
					sap:filterable="false" />
			</EntityType>
			<EntityType Name="VH_BPRole" sap:content-version="1">
				<Key>
					<PropertyRef Name="BpRole" />
				</Key>
				<Property Name="BpRole" Type="Edm.String" Nullable="false" MaxLength="3"
					sap:unicode="false" sap:label="Bus. Part. Role" sap:creatable="false"
					sap:updatable="false" sap:sortable="false" sap:filterable="false" />
				<Property Name="Shorttext" Type="Edm.String" Nullable="false"
					MaxLength="60" sap:unicode="false" sap:label="Short Descript."
					sap:creatable="false" sap:updatable="false" sap:sortable="false"
					sap:filterable="false" />
			</EntityType>
			<EntityType Name="VH_Language" sap:content-version="1">
				<Key>
					<PropertyRef Name="Spras" />
				</Key>
				<Property Name="Spras" Type="Edm.String" Nullable="false" MaxLength="2"
					sap:unicode="false" sap:label="Language" sap:creatable="false"
					sap:updatable="false" sap:sortable="false" sap:filterable="false" />
				<Property Name="Sptxt" Type="Edm.String" Nullable="false" MaxLength="16"
					sap:unicode="false" sap:label="Name" sap:creatable="false" sap:updatable="false"
					sap:sortable="false" sap:filterable="false" />
			</EntityType>
			<EntityType Name="SAP__Currency" sap:content-version="1">
				<Key>
					<PropertyRef Name="CurrencyCode" />
				</Key>
				<Property Name="CurrencyCode" Type="Edm.String" Nullable="false"
					MaxLength="5" sap:label="Currency" sap:semantics="currency-code" />
				<Property Name="ISOCode" Type="Edm.String" Nullable="false" MaxLength="3"
					sap:label="ISO Code" />
				<Property Name="Text" Type="Edm.String" Nullable="false" MaxLength="15"
					sap:label="Short Text" />
				<Property Name="DecimalPlaces" Type="Edm.Byte" Nullable="false"
					sap:label="Decimals" />
			</EntityType>
			<EntityType Name="SAP__UnitOfMeasure" sap:content-version="1">
				<Key>
					<PropertyRef Name="UnitCode" />
				</Key>
				<Property Name="UnitCode" Type="Edm.String" Nullable="false"
					MaxLength="3" sap:label="Internal UoM" sap:semantics="unit-of-measure" />
				<Property Name="ISOCode" Type="Edm.String" Nullable="false" MaxLength="3"
					sap:label="ISO Code" />
				<Property Name="ExternalCode" Type="Edm.String" Nullable="false"
					MaxLength="3" sap:label="Commercial" />
				<Property Name="Text" Type="Edm.String" Nullable="false" MaxLength="30"
					sap:label="Meas. Unit Text" />
				<Property Name="DecimalPlaces" Type="Edm.Int16"
					sap:label="Decimal Places" />
			</EntityType>
			<EntityType Name="SAP__DocumentDescription" sap:content-version="1">
				<Key>
					<PropertyRef Name="Id" />
				</Key>
				<Property Name="Id" Type="Edm.Guid" Nullable="false" sap:label="UUID" />
				<Property Name="CreatedBy" Type="Edm.String" Nullable="false"
					MaxLength="12" />
				<Property Name="CreatedAt" Type="Edm.DateTime" Nullable="false"
					Precision="0" sap:label="Time Stamp" />
				<Property Name="FileName" Type="Edm.String" Nullable="false"
					MaxLength="256" />
				<Property Name="Title" Type="Edm.String" Nullable="false" MaxLength="256" />
				<NavigationProperty Name="Format"
					Relationship="GWSAMPLE_BASIC.to_format" FromRole="FromRole_to_format"
					ToRole="ToRole_to_format" />
				<NavigationProperty Name="TableColumns"
					Relationship="GWSAMPLE_BASIC.to_tablecolumns" FromRole="FromRole_to_tablecolumns"
					ToRole="ToRole_to_tablecolumns" />
				<NavigationProperty Name="CoverPage"
					Relationship="GWSAMPLE_BASIC.to_coverpage" FromRole="FromRole_to_coverpage"
					ToRole="ToRole_to_coverpage" />
				<NavigationProperty Name="Signature"
					Relationship="GWSAMPLE_BASIC.to_signature" FromRole="FromRole_to_signature"
					ToRole="ToRole_to_signature" />
				<NavigationProperty Name="PDFStandard"
					Relationship="GWSAMPLE_BASIC.to_pdfstandard" FromRole="FromRole_to_pdfstandard"
					ToRole="ToRole_to_pdfstandard" />
				<NavigationProperty Name="Hierarchy"
					Relationship="GWSAMPLE_BASIC.to_Hierarchy" FromRole="FromRole_to_Hierarchy"
					ToRole="ToRole_to_Hierarchy" />
				<NavigationProperty Name="Header"
					Relationship="GWSAMPLE_BASIC.to_header" FromRole="FromRole_to_header"
					ToRole="ToRole_to_header" />
				<NavigationProperty Name="Footer"
					Relationship="GWSAMPLE_BASIC.to_Footer" FromRole="FromRole_to_Footer"
					ToRole="ToRole_to_Footer" />
			</EntityType>
			<EntityType Name="SAP__Format" sap:content-version="1">
				<Key>
					<PropertyRef Name="Id" />
				</Key>
				<Property Name="FitToPage" Type="GWSAMPLE_BASIC.SAP__FitToPage"
					Nullable="false" />
				<Property Name="Id" Type="Edm.Guid" Nullable="false" sap:label="UUID"
					sap:creatable="false" sap:updatable="false" sap:sortable="false"
					sap:filterable="false" />
				<Property Name="FontSize" Type="Edm.Int32" Nullable="false"
					sap:creatable="false" sap:updatable="false" sap:sortable="false"
					sap:filterable="false" />
				<Property Name="Orientation" Type="Edm.String" Nullable="false"
					MaxLength="10" sap:creatable="false" sap:updatable="false" sap:sortable="false"
					sap:filterable="false" />
				<Property Name="PaperSize" Type="Edm.String" Nullable="false"
					MaxLength="10" sap:creatable="false" sap:updatable="false" sap:sortable="false"
					sap:filterable="false" />
				<Property Name="BorderSize" Type="Edm.Int32" Nullable="false"
					sap:creatable="false" sap:updatable="false" sap:sortable="false"
					sap:filterable="false" />
				<Property Name="MarginSize" Type="Edm.Int32" Nullable="false"
					sap:creatable="false" sap:updatable="false" sap:sortable="false"
					sap:filterable="false" />
				<Property Name="FontName" Type="Edm.String" Nullable="false"
					MaxLength="255" sap:label="Font Name" sap:creatable="false" sap:updatable="false"
					sap:sortable="false" sap:filterable="false" />
				<Property Name="Padding" Type="Edm.Int32" Nullable="false"
					sap:creatable="false" sap:updatable="false" sap:sortable="false"
					sap:filterable="false" />
			</EntityType>
			<EntityType Name="SAP__PDFStandard" sap:content-version="1">
				<Key>
					<PropertyRef Name="Id" />
				</Key>
				<Property Name="Id" Type="Edm.Guid" Nullable="false" sap:label="UUID"
					sap:creatable="false" sap:updatable="false" sap:sortable="false"
					sap:filterable="false" />
				<Property Name="UsePDFAConformance" Type="Edm.Boolean" Nullable="false"
					sap:creatable="false" sap:updatable="false" sap:sortable="false"
					sap:filterable="false" />
				<Property Name="DoEnableAccessibility" Type="Edm.Boolean"
					Nullable="false" sap:label="Indicator" sap:creatable="false"
					sap:updatable="false" sap:sortable="false" sap:filterable="false" />
			</EntityType>
			<EntityType Name="SAP__TableColumns" sap:content-version="1">
				<Key>
					<PropertyRef Name="Id" />
					<PropertyRef Name="Name" />
					<PropertyRef Name="Header" />
				</Key>
				<Property Name="Id" Type="Edm.Guid" Nullable="false" sap:label="UUID"
					sap:creatable="false" sap:updatable="false" sap:sortable="false"
					sap:filterable="false" />
				<Property Name="Name" Type="Edm.String" Nullable="false" MaxLength="256"
					sap:creatable="false" sap:updatable="false" sap:sortable="false"
					sap:filterable="false" />
				<Property Name="Header" Type="Edm.String" Nullable="false"
					MaxLength="256" sap:creatable="false" sap:updatable="false" sap:sortable="false"
					sap:filterable="false" />
				<Property Name="HorizontalAlignment" Type="Edm.String" Nullable="false"
					MaxLength="10" sap:creatable="false" sap:updatable="false" sap:sortable="false"
					sap:filterable="false" />
			</EntityType>
			<EntityType Name="SAP__CoverPage" sap:content-version="1">
				<Key>
					<PropertyRef Name="Title" />
					<PropertyRef Name="Id" />
					<PropertyRef Name="Name" />
				</Key>
				<Property Name="Title" Type="Edm.String" Nullable="false" MaxLength="256"
					sap:creatable="false" sap:updatable="false" sap:sortable="false"
					sap:filterable="false" />
				<Property Name="Id" Type="Edm.Guid" Nullable="false" sap:label="UUID"
					sap:creatable="false" sap:updatable="false" sap:sortable="false"
					sap:filterable="false" />
				<Property Name="Name" Type="Edm.String" Nullable="false" MaxLength="256"
					sap:creatable="false" sap:updatable="false" sap:sortable="false"
					sap:filterable="false" />
				<Property Name="Value" Type="Edm.String" Nullable="false" MaxLength="256"
					sap:creatable="false" sap:updatable="false" sap:sortable="false"
					sap:filterable="false" />
			</EntityType>
			<EntityType Name="SAP__Signature" sap:content-version="1">
				<Key>
					<PropertyRef Name="Id" />
				</Key>
				<Property Name="Id" Type="Edm.Guid" Nullable="false" sap:label="UUID"
					sap:creatable="false" sap:updatable="false" sap:sortable="false"
					sap:filterable="false" />
				<Property Name="DoSign" Type="Edm.Boolean" Nullable="false"
					sap:label="Indicator" sap:creatable="false" sap:updatable="false"
					sap:sortable="false" sap:filterable="false" />
				<Property Name="Reason" Type="Edm.String" Nullable="false"
					MaxLength="256" sap:creatable="false" sap:updatable="false" sap:sortable="false"
					sap:filterable="false" />
			</EntityType>
			<EntityType Name="SAP__Hierarchy" sap:content-version="1">
				<Key>
					<PropertyRef Name="Id" />
				</Key>
				<Property Name="Id" Type="Edm.Guid" Nullable="false" sap:label="UUID"
					sap:creatable="false" sap:updatable="false" sap:sortable="false"
					sap:filterable="false" />
				<Property Name="DistanceFromRootElement" Type="Edm.String"
					Nullable="false" MaxLength="256" sap:creatable="false" sap:updatable="false"
					sap:sortable="false" sap:filterable="false" />
				<Property Name="DrillStateElement" Type="Edm.String" Nullable="false"
					MaxLength="256" sap:creatable="false" sap:updatable="false" sap:sortable="false"
					sap:filterable="false" />
			</EntityType>
			<EntityType Name="SAP__PDFHeader" sap:content-version="1">
				<Key>
					<PropertyRef Name="Id" />
				</Key>
				<Property Name="Right" Type="GWSAMPLE_BASIC.SAP__HeaderFooterField"
					Nullable="false" />
				<Property Name="Left" Type="GWSAMPLE_BASIC.SAP__HeaderFooterField"
					Nullable="false" />
				<Property Name="Center" Type="GWSAMPLE_BASIC.SAP__HeaderFooterField"
					Nullable="false" />
				<Property Name="Id" Type="Edm.Guid" Nullable="false" sap:label="UUID"
					sap:creatable="false" sap:updatable="false" sap:sortable="false"
					sap:filterable="false" />
			</EntityType>
			<EntityType Name="SAP__PDFFooter" sap:content-version="1">
				<Key>
					<PropertyRef Name="Id" />
				</Key>
				<Property Name="Right" Type="GWSAMPLE_BASIC.SAP__HeaderFooterField"
					Nullable="false" />
				<Property Name="Left" Type="GWSAMPLE_BASIC.SAP__HeaderFooterField"
					Nullable="false" />
				<Property Name="Center" Type="GWSAMPLE_BASIC.SAP__HeaderFooterField"
					Nullable="false" />
				<Property Name="Id" Type="Edm.Guid" Nullable="false" sap:label="UUID"
					sap:creatable="false" sap:updatable="false" sap:sortable="false"
					sap:filterable="false" />
			</EntityType>
			<EntityType Name="SAP__ValueHelp" sap:content-version="1">
				<Key>
					<PropertyRef Name="VALUEHELP" />
				</Key>
				<Property Name="VALUEHELP" Type="Edm.String" Nullable="false" />
				<Property Name="FIELD_VALUE" Type="Edm.String" Nullable="false"
					MaxLength="10" />
				<Property Name="DESCRIPTION" Type="Edm.String" />
			</EntityType>
			<ComplexType Name="CT_Address">
				<Property Name="City" Type="Edm.String" MaxLength="40" sap:label="City"
					sap:semantics="city" />
				<Property Name="PostalCode" Type="Edm.String" MaxLength="10"
					sap:label="Postal Code" sap:semantics="zip" />
				<Property Name="Street" Type="Edm.String" MaxLength="60"
					sap:label="Street" sap:semantics="street" />
				<Property Name="Building" Type="Edm.String" MaxLength="10"
					sap:label="Building" />
				<Property Name="Country" Type="Edm.String" MaxLength="3"
					sap:label="Country" sap:semantics="country" />
				<Property Name="AddressType" Type="Edm.String" MaxLength="2"
					sap:label="Address Type" />
			</ComplexType>
			<ComplexType Name="CT_String">
				<Property Name="String" Type="Edm.String" Nullable="false"
					sap:creatable="false" sap:updatable="false" sap:sortable="false"
					sap:filterable="false" />
			</ComplexType>
			<ComplexType Name="SAP__FitToPage">
				<Property Name="ErrorRecoveryBehavior" Type="Edm.String" Nullable="false"
					MaxLength="8" sap:label="Error behavior" sap:creatable="false"
					sap:updatable="false" sap:sortable="false" sap:filterable="false" />
				<Property Name="IsEnabled" Type="Edm.Boolean" Nullable="false"
					sap:creatable="false" sap:updatable="false" sap:sortable="false"
					sap:filterable="false" />
				<Property Name="MinimumFontSize" Type="Edm.Int32" Nullable="false"
					sap:creatable="false" sap:updatable="false" sap:sortable="false"
					sap:filterable="false" />
			</ComplexType>
			<ComplexType Name="SAP__HeaderFooterField">
				<Property Name="Type" Type="Edm.String" Nullable="false" MaxLength="256"
					sap:creatable="false" sap:updatable="false" sap:sortable="false"
					sap:filterable="false" />
			</ComplexType>
			<Association Name="Assoc_VH_Country_Contacts" sap:content-version="1">
				<End Type="GWSAMPLE_BASIC.VH_Country" Multiplicity="1"
					Role="FromRole_Assoc_VH_Country_Contacts" />
				<End Type="GWSAMPLE_BASIC.Contact" Multiplicity="*"
					Role="ToRole_Assoc_VH_Country_Contacts" />
			</Association>
			<Association Name="Assoc_VH_Country_BusinessPartners"
				sap:content-version="1">
				<End Type="GWSAMPLE_BASIC.VH_Country" Multiplicity="1"
					Role="FromRole_Assoc_VH_Country_BusinessPartners" />
				<End Type="GWSAMPLE_BASIC.BusinessPartner" Multiplicity="*"
					Role="ToRole_Assoc_VH_Country_BusinessPartners" />
			</Association>
			<Association Name="Assoc_VH_UnitQuantity_Products"
				sap:content-version="1">
				<End Type="GWSAMPLE_BASIC.VH_UnitQuantity" Multiplicity="1"
					Role="FromRole_Assoc_VH_UnitQuantity_Products" />
				<End Type="GWSAMPLE_BASIC.Product" Multiplicity="*"
					Role="ToRole_Assoc_VH_UnitQuantity_Products" />
				<ReferentialConstraint>
					<Principal Role="FromRole_Assoc_VH_UnitQuantity_Products">
						<PropertyRef Name="Msehi" />
					</Principal>
					<Dependent Role="ToRole_Assoc_VH_UnitQuantity_Products">
						<PropertyRef Name="MeasureUnit" />
					</Dependent>
				</ReferentialConstraint>
			</Association>
			<Association Name="Assoc_VH_UnitQuantity_SalesOrderLineItem"
				sap:content-version="1">
				<End Type="GWSAMPLE_BASIC.VH_UnitQuantity" Multiplicity="1"
					Role="FromRole_Assoc_VH_UnitQuantity_SalesOrderLineItem" />
				<End Type="GWSAMPLE_BASIC.SalesOrderLineItem" Multiplicity="*"
					Role="ToRole_Assoc_VH_UnitQuantity_SalesOrderLineItem" />
				<ReferentialConstraint>
					<Principal Role="FromRole_Assoc_VH_UnitQuantity_SalesOrderLineItem">
						<PropertyRef Name="Msehi" />
					</Principal>
					<Dependent Role="ToRole_Assoc_VH_UnitQuantity_SalesOrderLineItem">
						<PropertyRef Name="QuantityUnit" />
					</Dependent>
				</ReferentialConstraint>
			</Association>
			<Association Name="to_format" sap:content-version="1">
				<End Type="GWSAMPLE_BASIC.SAP__DocumentDescription" Multiplicity="1"
					Role="FromRole_to_format" />
				<End Type="GWSAMPLE_BASIC.SAP__Format" Multiplicity="1"
					Role="ToRole_to_format" />
				<ReferentialConstraint>
					<Principal Role="FromRole_to_format">
						<PropertyRef Name="Id" />
					</Principal>
					<Dependent Role="ToRole_to_format">
						<PropertyRef Name="Id" />
					</Dependent>
				</ReferentialConstraint>
			</Association>
			<Association Name="to_tablecolumns" sap:content-version="1">
				<End Type="GWSAMPLE_BASIC.SAP__DocumentDescription" Multiplicity="1"
					Role="FromRole_to_tablecolumns" />
				<End Type="GWSAMPLE_BASIC.SAP__TableColumns" Multiplicity="*"
					Role="ToRole_to_tablecolumns" />
				<ReferentialConstraint>
					<Principal Role="FromRole_to_tablecolumns">
						<PropertyRef Name="Id" />
					</Principal>
					<Dependent Role="ToRole_to_tablecolumns">
						<PropertyRef Name="Id" />
					</Dependent>
				</ReferentialConstraint>
			</Association>
			<Association Name="to_coverpage" sap:content-version="1">
				<End Type="GWSAMPLE_BASIC.SAP__DocumentDescription" Multiplicity="1"
					Role="FromRole_to_coverpage" />
				<End Type="GWSAMPLE_BASIC.SAP__CoverPage" Multiplicity="*"
					Role="ToRole_to_coverpage" />
				<ReferentialConstraint>
					<Principal Role="FromRole_to_coverpage">
						<PropertyRef Name="Id" />
					</Principal>
					<Dependent Role="ToRole_to_coverpage">
						<PropertyRef Name="Id" />
					</Dependent>
				</ReferentialConstraint>
			</Association>
			<Association Name="to_signature" sap:content-version="1">
				<End Type="GWSAMPLE_BASIC.SAP__DocumentDescription" Multiplicity="1"
					Role="FromRole_to_signature" />
				<End Type="GWSAMPLE_BASIC.SAP__Signature" Multiplicity="1"
					Role="ToRole_to_signature" />
				<ReferentialConstraint>
					<Principal Role="FromRole_to_signature">
						<PropertyRef Name="Id" />
					</Principal>
					<Dependent Role="ToRole_to_signature">
						<PropertyRef Name="Id" />
					</Dependent>
				</ReferentialConstraint>
			</Association>
			<Association Name="to_pdfstandard" sap:content-version="1">
				<End Type="GWSAMPLE_BASIC.SAP__DocumentDescription" Multiplicity="1"
					Role="FromRole_to_pdfstandard" />
				<End Type="GWSAMPLE_BASIC.SAP__PDFStandard" Multiplicity="1"
					Role="ToRole_to_pdfstandard" />
				<ReferentialConstraint>
					<Principal Role="FromRole_to_pdfstandard">
						<PropertyRef Name="Id" />
					</Principal>
					<Dependent Role="ToRole_to_pdfstandard">
						<PropertyRef Name="Id" />
					</Dependent>
				</ReferentialConstraint>
			</Association>
			<Association Name="to_Hierarchy" sap:content-version="1">
				<End Type="GWSAMPLE_BASIC.SAP__DocumentDescription" Multiplicity="1"
					Role="FromRole_to_Hierarchy" />
				<End Type="GWSAMPLE_BASIC.SAP__Hierarchy" Multiplicity="1"
					Role="ToRole_to_Hierarchy" />
				<ReferentialConstraint>
					<Principal Role="FromRole_to_Hierarchy">
						<PropertyRef Name="Id" />
					</Principal>
					<Dependent Role="ToRole_to_Hierarchy">
						<PropertyRef Name="Id" />
					</Dependent>
				</ReferentialConstraint>
			</Association>
			<Association Name="to_header" sap:content-version="1">
				<End Type="GWSAMPLE_BASIC.SAP__DocumentDescription" Multiplicity="1"
					Role="FromRole_to_header" />
				<End Type="GWSAMPLE_BASIC.SAP__PDFHeader" Multiplicity="1"
					Role="ToRole_to_header" />
				<ReferentialConstraint>
					<Principal Role="FromRole_to_header">
						<PropertyRef Name="Id" />
					</Principal>
					<Dependent Role="ToRole_to_header">
						<PropertyRef Name="Id" />
					</Dependent>
				</ReferentialConstraint>
			</Association>
			<Association Name="to_Footer" sap:content-version="1">
				<End Type="GWSAMPLE_BASIC.SAP__DocumentDescription" Multiplicity="1"
					Role="FromRole_to_Footer" />
				<End Type="GWSAMPLE_BASIC.SAP__PDFFooter" Multiplicity="1"
					Role="ToRole_to_Footer" />
				<ReferentialConstraint>
					<Principal Role="FromRole_to_Footer">
						<PropertyRef Name="Id" />
					</Principal>
					<Dependent Role="ToRole_to_Footer">
						<PropertyRef Name="Id" />
					</Dependent>
				</ReferentialConstraint>
			</Association>
			<Association Name="Assoc_BusinessPartner_Contacts"
				sap:content-version="1">
				<End Type="GWSAMPLE_BASIC.BusinessPartner" Multiplicity="1"
					Role="FromRole_Assoc_BusinessPartner_Contacts" />
				<End Type="GWSAMPLE_BASIC.Contact" Multiplicity="*"
					Role="ToRole_Assoc_BusinessPartner_Contacts" />
				<ReferentialConstraint>
					<Principal Role="FromRole_Assoc_BusinessPartner_Contacts">
						<PropertyRef Name="BusinessPartnerID" />
					</Principal>
					<Dependent Role="ToRole_Assoc_BusinessPartner_Contacts">
						<PropertyRef Name="BusinessPartnerID" />
					</Dependent>
				</ReferentialConstraint>
			</Association>
			<Association Name="Assoc_BusinessPartner_Products"
				sap:content-version="1">
				<End Type="GWSAMPLE_BASIC.BusinessPartner" Multiplicity="1"
					Role="FromRole_Assoc_BusinessPartner_Products" />
				<End Type="GWSAMPLE_BASIC.Product" Multiplicity="*"
					Role="ToRole_Assoc_BusinessPartner_Products" />
				<ReferentialConstraint>
					<Principal Role="FromRole_Assoc_BusinessPartner_Products">
						<PropertyRef Name="BusinessPartnerID" />
					</Principal>
					<Dependent Role="ToRole_Assoc_BusinessPartner_Products">
						<PropertyRef Name="SupplierID" />
					</Dependent>
				</ReferentialConstraint>
			</Association>
			<Association Name="Assoc_BusinessPartner_SalesOrders"
				sap:content-version="1">
				<End Type="GWSAMPLE_BASIC.BusinessPartner" Multiplicity="1"
					Role="FromRole_Assoc_BusinessPartner_SalesOrders" />
				<End Type="GWSAMPLE_BASIC.SalesOrder" Multiplicity="*"
					Role="ToRole_Assoc_BusinessPartner_SalesOrders" />
				<ReferentialConstraint>
					<Principal Role="FromRole_Assoc_BusinessPartner_SalesOrders">
						<PropertyRef Name="BusinessPartnerID" />
					</Principal>
					<Dependent Role="ToRole_Assoc_BusinessPartner_SalesOrders">
						<PropertyRef Name="CustomerID" />
					</Dependent>
				</ReferentialConstraint>
			</Association>
			<Association Name="Assoc_VH_UnitWeight_Products"
				sap:content-version="1">
				<End Type="GWSAMPLE_BASIC.VH_UnitWeight" Multiplicity="1"
					Role="FromRole_Assoc_VH_UnitWeight_Products" />
				<End Type="GWSAMPLE_BASIC.Product" Multiplicity="*"
					Role="ToRole_Assoc_VH_UnitWeight_Products" />
				<ReferentialConstraint>
					<Principal Role="FromRole_Assoc_VH_UnitWeight_Products">
						<PropertyRef Name="Msehi" />
					</Principal>
					<Dependent Role="ToRole_Assoc_VH_UnitWeight_Products">
						<PropertyRef Name="WeightUnit" />
					</Dependent>
				</ReferentialConstraint>
			</Association>
			<Association Name="Assoc_SalesOrder_SalesOrderLineItems"
				sap:content-version="1">
				<End Type="GWSAMPLE_BASIC.SalesOrder" Multiplicity="1"
					Role="FromRole_Assoc_SalesOrder_SalesOrderLineItems" />
				<End Type="GWSAMPLE_BASIC.SalesOrderLineItem" Multiplicity="*"
					Role="ToRole_Assoc_SalesOrder_SalesOrderLineItems" />
				<ReferentialConstraint>
					<Principal Role="FromRole_Assoc_SalesOrder_SalesOrderLineItems">
						<PropertyRef Name="SalesOrderID" />
					</Principal>
					<Dependent Role="ToRole_Assoc_SalesOrder_SalesOrderLineItems">
						<PropertyRef Name="SalesOrderID" />
					</Dependent>
				</ReferentialConstraint>
			</Association>
			<Association Name="Assoc_VH_Currency_BusinessPartners"
				sap:content-version="1">
				<End Type="GWSAMPLE_BASIC.VH_Currency" Multiplicity="1"
					Role="FromRole_Assoc_VH_Currency_BusinessPartners" />
				<End Type="GWSAMPLE_BASIC.BusinessPartner" Multiplicity="*"
					Role="ToRole_Assoc_VH_Currency_BusinessPartners" />
				<ReferentialConstraint>
					<Principal Role="FromRole_Assoc_VH_Currency_BusinessPartners">
						<PropertyRef Name="Waers" />
					</Principal>
					<Dependent Role="ToRole_Assoc_VH_Currency_BusinessPartners">
						<PropertyRef Name="CurrencyCode" />
					</Dependent>
				</ReferentialConstraint>
			</Association>
			<Association Name="Assoc_VH_Currency_Products" sap:content-version="1">
				<End Type="GWSAMPLE_BASIC.VH_Currency" Multiplicity="1"
					Role="FromRole_Assoc_VH_Currency_Products" />
				<End Type="GWSAMPLE_BASIC.Product" Multiplicity="*"
					Role="ToRole_Assoc_VH_Currency_Products" />
				<ReferentialConstraint>
					<Principal Role="FromRole_Assoc_VH_Currency_Products">
						<PropertyRef Name="Waers" />
					</Principal>
					<Dependent Role="ToRole_Assoc_VH_Currency_Products">
						<PropertyRef Name="CurrencyCode" />
					</Dependent>
				</ReferentialConstraint>
			</Association>
			<Association Name="Assoc_VH_Currency_SalesOrders"
				sap:content-version="1">
				<End Type="GWSAMPLE_BASIC.VH_Currency" Multiplicity="1"
					Role="FromRole_Assoc_VH_Currency_SalesOrders" />
				<End Type="GWSAMPLE_BASIC.SalesOrder" Multiplicity="*"
					Role="ToRole_Assoc_VH_Currency_SalesOrders" />
				<ReferentialConstraint>
					<Principal Role="FromRole_Assoc_VH_Currency_SalesOrders">
						<PropertyRef Name="Waers" />
					</Principal>
					<Dependent Role="ToRole_Assoc_VH_Currency_SalesOrders">
						<PropertyRef Name="CurrencyCode" />
					</Dependent>
				</ReferentialConstraint>
			</Association>
			<Association Name="Assoc_VH_Currency_SalesOrderLineItems"
				sap:content-version="1">
				<End Type="GWSAMPLE_BASIC.VH_Currency" Multiplicity="1"
					Role="FromRole_Assoc_VH_Currency_SalesOrderLineItems" />
				<End Type="GWSAMPLE_BASIC.SalesOrderLineItem" Multiplicity="*"
					Role="ToRole_Assoc_VH_Currency_SalesOrderLineItems" />
				<ReferentialConstraint>
					<Principal Role="FromRole_Assoc_VH_Currency_SalesOrderLineItems">
						<PropertyRef Name="Waers" />
					</Principal>
					<Dependent Role="ToRole_Assoc_VH_Currency_SalesOrderLineItems">
						<PropertyRef Name="CurrencyCode" />
					</Dependent>
				</ReferentialConstraint>
			</Association>
			<Association Name="Assoc_Product_SalesOrderLineItems"
				sap:content-version="1">
				<End Type="GWSAMPLE_BASIC.Product" Multiplicity="1"
					Role="FromRole_Assoc_Product_SalesOrderLineItems" />
				<End Type="GWSAMPLE_BASIC.SalesOrderLineItem" Multiplicity="*"
					Role="ToRole_Assoc_Product_SalesOrderLineItems" />
				<ReferentialConstraint>
					<Principal Role="FromRole_Assoc_Product_SalesOrderLineItems">
						<PropertyRef Name="ProductID" />
					</Principal>
					<Dependent Role="ToRole_Assoc_Product_SalesOrderLineItems">
						<PropertyRef Name="ProductID" />
					</Dependent>
				</ReferentialConstraint>
			</Association>
			<Association Name="Assoc_VH_Language_Contacts" sap:content-version="1">
				<End Type="GWSAMPLE_BASIC.VH_Language" Multiplicity="1"
					Role="FromRole_Assoc_VH_Language_Contacts" />
				<End Type="GWSAMPLE_BASIC.Contact" Multiplicity="*"
					Role="ToRole_Assoc_VH_Language_Contacts" />
				<ReferentialConstraint>
					<Principal Role="FromRole_Assoc_VH_Language_Contacts">
						<PropertyRef Name="Spras" />
					</Principal>
					<Dependent Role="ToRole_Assoc_VH_Language_Contacts">
						<PropertyRef Name="Language" />
					</Dependent>
				</ReferentialConstraint>
			</Association>
			<Association Name="Assoc_VH_Category_Products" sap:content-version="1">
				<End Type="GWSAMPLE_BASIC.VH_Category" Multiplicity="1"
					Role="FromRole_Assoc_VH_Category_Products" />
				<End Type="GWSAMPLE_BASIC.Product" Multiplicity="*"
					Role="ToRole_Assoc_VH_Category_Products" />
				<ReferentialConstraint>
					<Principal Role="FromRole_Assoc_VH_Category_Products">
						<PropertyRef Name="Category" />
					</Principal>
					<Dependent Role="ToRole_Assoc_VH_Category_Products">
						<PropertyRef Name="Category" />
					</Dependent>
				</ReferentialConstraint>
			</Association>
			<Association Name="Assoc_VH_Sex_Contacts" sap:content-version="1">
				<End Type="GWSAMPLE_BASIC.VH_Sex" Multiplicity="1"
					Role="FromRole_Assoc_VH_Sex_Contacts" />
				<End Type="GWSAMPLE_BASIC.Contact" Multiplicity="*"
					Role="ToRole_Assoc_VH_Sex_Contacts" />
				<ReferentialConstraint>
					<Principal Role="FromRole_Assoc_VH_Sex_Contacts">
						<PropertyRef Name="Sex" />
					</Principal>
					<Dependent Role="ToRole_Assoc_VH_Sex_Contacts">
						<PropertyRef Name="Sex" />
					</Dependent>
				</ReferentialConstraint>
			</Association>
			<Association Name="Assoc_VH_ProductTypeCode_Products"
				sap:content-version="1">
				<End Type="GWSAMPLE_BASIC.VH_ProductTypeCode" Multiplicity="1"
					Role="FromRole_Assoc_VH_ProductTypeCode_Products" />
				<End Type="GWSAMPLE_BASIC.Product" Multiplicity="*"
					Role="ToRole_Assoc_VH_ProductTypeCode_Products" />
				<ReferentialConstraint>
					<Principal Role="FromRole_Assoc_VH_ProductTypeCode_Products">
						<PropertyRef Name="TypeCode" />
					</Principal>
					<Dependent Role="ToRole_Assoc_VH_ProductTypeCode_Products">
						<PropertyRef Name="TypeCode" />
					</Dependent>
				</ReferentialConstraint>
			</Association>
			<Association Name="Assoc_VH_BPRole_BusinessPartners"
				sap:content-version="1">
				<End Type="GWSAMPLE_BASIC.VH_BPRole" Multiplicity="1"
					Role="FromRole_Assoc_VH_BPRole_BusinessPartners" />
				<End Type="GWSAMPLE_BASIC.BusinessPartner" Multiplicity="*"
					Role="ToRole_Assoc_VH_BPRole_BusinessPartners" />
				<ReferentialConstraint>
					<Principal Role="FromRole_Assoc_VH_BPRole_BusinessPartners">
						<PropertyRef Name="BpRole" />
					</Principal>
					<Dependent Role="ToRole_Assoc_VH_BPRole_BusinessPartners">
						<PropertyRef Name="BusinessPartnerRole" />
					</Dependent>
				</ReferentialConstraint>
			</Association>
			<Association Name="Assoc_VH_UnitLength_Products"
				sap:content-version="1">
				<End Type="GWSAMPLE_BASIC.VH_UnitLength" Multiplicity="1"
					Role="FromRole_Assoc_VH_UnitLength_Products" />
				<End Type="GWSAMPLE_BASIC.Product" Multiplicity="*"
					Role="ToRole_Assoc_VH_UnitLength_Products" />
				<ReferentialConstraint>
					<Principal Role="FromRole_Assoc_VH_UnitLength_Products">
						<PropertyRef Name="Msehi" />
					</Principal>
					<Dependent Role="ToRole_Assoc_VH_UnitLength_Products">
						<PropertyRef Name="DimUnit" />
					</Dependent>
				</ReferentialConstraint>
			</Association>
			<EntityContainer Name="GWSAMPLE_BASIC_Entities"
				m:IsDefaultEntityContainer="true" sap:message-scope-supported="true"
				sap:supported-formats="atom json xlsx pdf">
				<EntitySet Name="BusinessPartnerSet"
					EntityType="GWSAMPLE_BASIC.BusinessPartner" sap:content-version="1" />
				<EntitySet Name="ProductSet" EntityType="GWSAMPLE_BASIC.Product"
					sap:content-version="1" />
				<EntitySet Name="SalesOrderSet" EntityType="GWSAMPLE_BASIC.SalesOrder"
					sap:updatable="false" sap:content-version="1" />
				<EntitySet Name="SalesOrderLineItemSet"
					EntityType="GWSAMPLE_BASIC.SalesOrderLineItem" sap:content-version="1" />
				<EntitySet Name="ContactSet" EntityType="GWSAMPLE_BASIC.Contact"
					sap:content-version="1" />
				<EntitySet Name="VH_SexSet" EntityType="GWSAMPLE_BASIC.VH_Sex"
					sap:creatable="false" sap:updatable="false" sap:deletable="false"
					sap:pageable="false" sap:content-version="1" />
				<EntitySet Name="VH_CountrySet" EntityType="GWSAMPLE_BASIC.VH_Country"
					sap:creatable="false" sap:updatable="false" sap:deletable="false"
					sap:pageable="false" sap:content-version="1" />
				<EntitySet Name="VH_AddressTypeSet"
					EntityType="GWSAMPLE_BASIC.VH_AddressType" sap:creatable="false"
					sap:updatable="false" sap:deletable="false" sap:pageable="false"
					sap:content-version="1" />
				<EntitySet Name="VH_CategorySet" EntityType="GWSAMPLE_BASIC.VH_Category"
					sap:creatable="false" sap:updatable="false" sap:deletable="false"
					sap:pageable="false" sap:content-version="1" />
				<EntitySet Name="VH_CurrencySet" EntityType="GWSAMPLE_BASIC.VH_Currency"
					sap:creatable="false" sap:updatable="false" sap:deletable="false"
					sap:pageable="false" sap:content-version="1" />
				<EntitySet Name="VH_UnitQuantitySet"
					EntityType="GWSAMPLE_BASIC.VH_UnitQuantity" sap:creatable="false"
					sap:updatable="false" sap:deletable="false" sap:pageable="false"
					sap:content-version="1" />
				<EntitySet Name="VH_UnitWeightSet"
					EntityType="GWSAMPLE_BASIC.VH_UnitWeight" sap:creatable="false"
					sap:updatable="false" sap:deletable="false" sap:pageable="false"
					sap:content-version="1" />
				<EntitySet Name="VH_UnitLengthSet"
					EntityType="GWSAMPLE_BASIC.VH_UnitLength" sap:creatable="false"
					sap:updatable="false" sap:deletable="false" sap:pageable="false"
					sap:content-version="1" />
				<EntitySet Name="VH_ProductTypeCodeSet"
					EntityType="GWSAMPLE_BASIC.VH_ProductTypeCode" sap:creatable="false"
					sap:updatable="false" sap:deletable="false" sap:pageable="false"
					sap:content-version="1" />
				<EntitySet Name="VH_BPRoleSet" EntityType="GWSAMPLE_BASIC.VH_BPRole"
					sap:creatable="false" sap:updatable="false" sap:deletable="false"
					sap:pageable="false" sap:content-version="1" />
				<EntitySet Name="VH_LanguageSet" EntityType="GWSAMPLE_BASIC.VH_Language"
					sap:creatable="false" sap:updatable="false" sap:deletable="false"
					sap:pageable="false" sap:content-version="1" />
				<EntitySet Name="SAP__Currencies"
					EntityType="GWSAMPLE_BASIC.SAP__Currency" sap:content-version="1" />
				<EntitySet Name="SAP__UnitsOfMeasure"
					EntityType="GWSAMPLE_BASIC.SAP__UnitOfMeasure" sap:content-version="1" />
				<EntitySet Name="SAP__MyDocumentDescriptions"
					EntityType="GWSAMPLE_BASIC.SAP__DocumentDescription" sap:content-version="1" />
				<EntitySet Name="SAP__FormatSet" EntityType="GWSAMPLE_BASIC.SAP__Format"
					sap:creatable="false" sap:updatable="false" sap:deletable="false"
					sap:pageable="false" sap:addressable="false" sap:content-version="1" />
				<EntitySet Name="SAP__PDFStandardSet"
					EntityType="GWSAMPLE_BASIC.SAP__PDFStandard" sap:creatable="false"
					sap:updatable="false" sap:deletable="false" sap:pageable="false"
					sap:addressable="false" sap:content-version="1" />
				<EntitySet Name="SAP__TableColumnsSet"
					EntityType="GWSAMPLE_BASIC.SAP__TableColumns" sap:creatable="false"
					sap:updatable="false" sap:deletable="false" sap:pageable="false"
					sap:addressable="false" sap:content-version="1" />
				<EntitySet Name="SAP__CoverPageSet"
					EntityType="GWSAMPLE_BASIC.SAP__CoverPage" sap:creatable="false"
					sap:updatable="false" sap:deletable="false" sap:pageable="false"
					sap:addressable="false" sap:content-version="1" />
				<EntitySet Name="SAP__SignatureSet"
					EntityType="GWSAMPLE_BASIC.SAP__Signature" sap:creatable="false"
					sap:updatable="false" sap:deletable="false" sap:pageable="false"
					sap:addressable="false" sap:content-version="1" />
				<EntitySet Name="SAP__HierarchySet"
					EntityType="GWSAMPLE_BASIC.SAP__Hierarchy" sap:creatable="false"
					sap:updatable="false" sap:deletable="false" sap:pageable="false"
					sap:addressable="false" sap:content-version="1" />
				<EntitySet Name="SAP__PDFHeaderSet"
					EntityType="GWSAMPLE_BASIC.SAP__PDFHeader" sap:creatable="false"
					sap:updatable="false" sap:deletable="false" sap:pageable="false"
					sap:addressable="false" sap:content-version="1" />
				<EntitySet Name="SAP__PDFFooterSet"
					EntityType="GWSAMPLE_BASIC.SAP__PDFFooter" sap:creatable="false"
					sap:updatable="false" sap:deletable="false" sap:pageable="false"
					sap:addressable="false" sap:content-version="1" />
				<EntitySet Name="SAP__ValueHelpSet"
					EntityType="GWSAMPLE_BASIC.SAP__ValueHelp" sap:content-version="1" />
				<AssociationSet Name="Assoc_VH_Language_Contacts_AssocSet"
					Association="GWSAMPLE_BASIC.Assoc_VH_Language_Contacts" sap:creatable="false"
					sap:updatable="false" sap:deletable="false" sap:content-version="1">
					<End EntitySet="VH_LanguageSet" Role="FromRole_Assoc_VH_Language_Contacts" />
					<End EntitySet="ContactSet" Role="ToRole_Assoc_VH_Language_Contacts" />
				</AssociationSet>
				<AssociationSet Name="Assoc_VH_Category_Products_AssocSet"
					Association="GWSAMPLE_BASIC.Assoc_VH_Category_Products" sap:creatable="false"
					sap:updatable="false" sap:deletable="false" sap:content-version="1">
					<End EntitySet="VH_CategorySet" Role="FromRole_Assoc_VH_Category_Products" />
					<End EntitySet="ProductSet" Role="ToRole_Assoc_VH_Category_Products" />
				</AssociationSet>
				<AssociationSet Name="to_FooterSet"
					Association="GWSAMPLE_BASIC.to_Footer" sap:creatable="false"
					sap:updatable="false" sap:deletable="false" sap:content-version="1">
					<End EntitySet="SAP__MyDocumentDescriptions" Role="FromRole_to_Footer" />
					<End EntitySet="SAP__PDFFooterSet" Role="ToRole_to_Footer" />
				</AssociationSet>
				<AssociationSet Name="Assoc_VH_ProductTypeCode_Products_AssocS"
					Association="GWSAMPLE_BASIC.Assoc_VH_ProductTypeCode_Products"
					sap:creatable="false" sap:updatable="false" sap:deletable="false"
					sap:content-version="1">
					<End EntitySet="VH_ProductTypeCodeSet"
						Role="FromRole_Assoc_VH_ProductTypeCode_Products" />
					<End EntitySet="ProductSet" Role="ToRole_Assoc_VH_ProductTypeCode_Products" />
				</AssociationSet>
				<AssociationSet Name="to_headerSet"
					Association="GWSAMPLE_BASIC.to_header" sap:creatable="false"
					sap:updatable="false" sap:deletable="false" sap:content-version="1">
					<End EntitySet="SAP__MyDocumentDescriptions" Role="FromRole_to_header" />
					<End EntitySet="SAP__PDFHeaderSet" Role="ToRole_to_header" />
				</AssociationSet>
				<AssociationSet Name="Assoc_VH_UnitQuantity_Products_AssocSet"
					Association="GWSAMPLE_BASIC.Assoc_VH_UnitQuantity_Products" sap:creatable="false"
					sap:updatable="false" sap:deletable="false" sap:content-version="1">
					<End EntitySet="VH_UnitQuantitySet"
						Role="FromRole_Assoc_VH_UnitQuantity_Products" />
					<End EntitySet="ProductSet" Role="ToRole_Assoc_VH_UnitQuantity_Products" />
				</AssociationSet>
				<AssociationSet Name="to_formatSet"
					Association="GWSAMPLE_BASIC.to_format" sap:creatable="false"
					sap:updatable="false" sap:deletable="false" sap:content-version="1">
					<End EntitySet="SAP__MyDocumentDescriptions" Role="FromRole_to_format" />
					<End EntitySet="SAP__FormatSet" Role="ToRole_to_format" />
				</AssociationSet>
				<AssociationSet Name="Assoc_VH_Currency_Products_AssocSet"
					Association="GWSAMPLE_BASIC.Assoc_VH_Currency_Products" sap:creatable="false"
					sap:updatable="false" sap:deletable="false" sap:content-version="1">
					<End EntitySet="VH_CurrencySet" Role="FromRole_Assoc_VH_Currency_Products" />
					<End EntitySet="ProductSet" Role="ToRole_Assoc_VH_Currency_Products" />
				</AssociationSet>
				<AssociationSet Name="Assoc_VH_Country_Contacts_AssocSet"
					Association="GWSAMPLE_BASIC.Assoc_VH_Country_Contacts" sap:creatable="false"
					sap:updatable="false" sap:deletable="false" sap:content-version="1">
					<End EntitySet="VH_CountrySet" Role="FromRole_Assoc_VH_Country_Contacts" />
					<End EntitySet="ContactSet" Role="ToRole_Assoc_VH_Country_Contacts" />
				</AssociationSet>
				<AssociationSet Name="to_pdfstandardSet"
					Association="GWSAMPLE_BASIC.to_pdfstandard" sap:creatable="false"
					sap:updatable="false" sap:deletable="false" sap:content-version="1">
					<End EntitySet="SAP__MyDocumentDescriptions" Role="FromRole_to_pdfstandard" />
					<End EntitySet="SAP__PDFStandardSet" Role="ToRole_to_pdfstandard" />
				</AssociationSet>
				<AssociationSet Name="Assoc_VH_BPRole_BusinessPartners_AssocSe"
					Association="GWSAMPLE_BASIC.Assoc_VH_BPRole_BusinessPartners"
					sap:creatable="false" sap:updatable="false" sap:deletable="false"
					sap:content-version="1">
					<End EntitySet="VH_BPRoleSet"
						Role="FromRole_Assoc_VH_BPRole_BusinessPartners" />
					<End EntitySet="BusinessPartnerSet"
						Role="ToRole_Assoc_VH_BPRole_BusinessPartners" />
				</AssociationSet>
				<AssociationSet Name="Assoc_VH_Sex_Contacts_AssocSet"
					Association="GWSAMPLE_BASIC.Assoc_VH_Sex_Contacts" sap:creatable="false"
					sap:updatable="false" sap:deletable="false" sap:content-version="1">
					<End EntitySet="VH_SexSet" Role="FromRole_Assoc_VH_Sex_Contacts" />
					<End EntitySet="ContactSet" Role="ToRole_Assoc_VH_Sex_Contacts" />
				</AssociationSet>
				<AssociationSet Name="Assoc_Product_SalesOrderLineItems_AssocS"
					Association="GWSAMPLE_BASIC.Assoc_Product_SalesOrderLineItems"
					sap:creatable="false" sap:updatable="false" sap:deletable="false"
					sap:content-version="1">
					<End EntitySet="ProductSet" Role="FromRole_Assoc_Product_SalesOrderLineItems" />
					<End EntitySet="SalesOrderLineItemSet"
						Role="ToRole_Assoc_Product_SalesOrderLineItems" />
				</AssociationSet>
				<AssociationSet Name="Assoc_VH_Currency_BusinessPartners_Assoc"
					Association="GWSAMPLE_BASIC.Assoc_VH_Currency_BusinessPartners"
					sap:creatable="false" sap:updatable="false" sap:deletable="false"
					sap:content-version="1">
					<End EntitySet="VH_CurrencySet"
						Role="FromRole_Assoc_VH_Currency_BusinessPartners" />
					<End EntitySet="BusinessPartnerSet"
						Role="ToRole_Assoc_VH_Currency_BusinessPartners" />
				</AssociationSet>
				<AssociationSet Name="to_tablecolumnsSet"
					Association="GWSAMPLE_BASIC.to_tablecolumns" sap:creatable="false"
					sap:updatable="false" sap:deletable="false" sap:content-version="1">
					<End EntitySet="SAP__MyDocumentDescriptions" Role="FromRole_to_tablecolumns" />
					<End EntitySet="SAP__TableColumnsSet" Role="ToRole_to_tablecolumns" />
				</AssociationSet>
				<AssociationSet Name="Assoc_BusinessPartner_Products_AssocSet"
					Association="GWSAMPLE_BASIC.Assoc_BusinessPartner_Products" sap:creatable="false"
					sap:updatable="false" sap:deletable="false" sap:content-version="1">
					<End EntitySet="BusinessPartnerSet"
						Role="FromRole_Assoc_BusinessPartner_Products" />
					<End EntitySet="ProductSet" Role="ToRole_Assoc_BusinessPartner_Products" />
				</AssociationSet>
				<AssociationSet Name="to_signatureSet"
					Association="GWSAMPLE_BASIC.to_signature" sap:creatable="false"
					sap:updatable="false" sap:deletable="false" sap:content-version="1">
					<End EntitySet="SAP__MyDocumentDescriptions" Role="FromRole_to_signature" />
					<End EntitySet="SAP__SignatureSet" Role="ToRole_to_signature" />
				</AssociationSet>
				<AssociationSet Name="Assoc_VH_UnitWeight_Products_AssocSet"
					Association="GWSAMPLE_BASIC.Assoc_VH_UnitWeight_Products" sap:creatable="false"
					sap:updatable="false" sap:deletable="false" sap:content-version="1">
					<End EntitySet="VH_UnitWeightSet"
						Role="FromRole_Assoc_VH_UnitWeight_Products" />
					<End EntitySet="ProductSet" Role="ToRole_Assoc_VH_UnitWeight_Products" />
				</AssociationSet>
				<AssociationSet Name="Assoc_VH_Country_BusinessPartners_AssocS"
					Association="GWSAMPLE_BASIC.Assoc_VH_Country_BusinessPartners"
					sap:creatable="false" sap:updatable="false" sap:deletable="false"
					sap:content-version="1">
					<End EntitySet="VH_CountrySet"
						Role="FromRole_Assoc_VH_Country_BusinessPartners" />
					<End EntitySet="BusinessPartnerSet"
						Role="ToRole_Assoc_VH_Country_BusinessPartners" />
				</AssociationSet>
				<AssociationSet Name="Assoc_VH_UnitLength_Products_AssocSet"
					Association="GWSAMPLE_BASIC.Assoc_VH_UnitLength_Products" sap:creatable="false"
					sap:updatable="false" sap:deletable="false" sap:content-version="1">
					<End EntitySet="VH_UnitLengthSet"
						Role="FromRole_Assoc_VH_UnitLength_Products" />
					<End EntitySet="ProductSet" Role="ToRole_Assoc_VH_UnitLength_Products" />
				</AssociationSet>
				<AssociationSet Name="Assoc_VH_Currency_SalesOrders_AssocSet"
					Association="GWSAMPLE_BASIC.Assoc_VH_Currency_SalesOrders" sap:creatable="false"
					sap:updatable="false" sap:deletable="false" sap:content-version="1">
					<End EntitySet="VH_CurrencySet" Role="FromRole_Assoc_VH_Currency_SalesOrders" />
					<End EntitySet="SalesOrderSet" Role="ToRole_Assoc_VH_Currency_SalesOrders" />
				</AssociationSet>
				<AssociationSet Name="Assoc_SalesOrder_SalesOrderLineItems_Ass"
					Association="GWSAMPLE_BASIC.Assoc_SalesOrder_SalesOrderLineItems"
					sap:creatable="false" sap:updatable="false" sap:deletable="false"
					sap:content-version="1">
					<End EntitySet="SalesOrderSet"
						Role="FromRole_Assoc_SalesOrder_SalesOrderLineItems" />
					<End EntitySet="SalesOrderLineItemSet"
						Role="ToRole_Assoc_SalesOrder_SalesOrderLineItems" />
				</AssociationSet>
				<AssociationSet Name="Assoc_BusinessPartner_SalesOrders_AssocS"
					Association="GWSAMPLE_BASIC.Assoc_BusinessPartner_SalesOrders"
					sap:creatable="false" sap:updatable="false" sap:deletable="false"
					sap:content-version="1">
					<End EntitySet="BusinessPartnerSet"
						Role="FromRole_Assoc_BusinessPartner_SalesOrders" />
					<End EntitySet="SalesOrderSet"
						Role="ToRole_Assoc_BusinessPartner_SalesOrders" />
				</AssociationSet>
				<AssociationSet Name="to_coverpageSet"
					Association="GWSAMPLE_BASIC.to_coverpage" sap:creatable="false"
					sap:updatable="false" sap:deletable="false" sap:content-version="1">
					<End EntitySet="SAP__MyDocumentDescriptions" Role="FromRole_to_coverpage" />
					<End EntitySet="SAP__CoverPageSet" Role="ToRole_to_coverpage" />
				</AssociationSet>
				<AssociationSet Name="to_HierarchySet"
					Association="GWSAMPLE_BASIC.to_Hierarchy" sap:creatable="false"
					sap:updatable="false" sap:deletable="false" sap:content-version="1">
					<End EntitySet="SAP__MyDocumentDescriptions" Role="FromRole_to_Hierarchy" />
					<End EntitySet="SAP__HierarchySet" Role="ToRole_to_Hierarchy" />
				</AssociationSet>
				<AssociationSet Name="Assoc_VH_Currency_SalesOrderLineItems_As"
					Association="GWSAMPLE_BASIC.Assoc_VH_Currency_SalesOrderLineItems"
					sap:creatable="false" sap:updatable="false" sap:deletable="false"
					sap:content-version="1">
					<End EntitySet="VH_CurrencySet"
						Role="FromRole_Assoc_VH_Currency_SalesOrderLineItems" />
					<End EntitySet="SalesOrderLineItemSet"
						Role="ToRole_Assoc_VH_Currency_SalesOrderLineItems" />
				</AssociationSet>
				<AssociationSet Name="Assoc_BusinessPartner_Contacts_AssocSet"
					Association="GWSAMPLE_BASIC.Assoc_BusinessPartner_Contacts" sap:creatable="false"
					sap:updatable="false" sap:deletable="false" sap:content-version="1">
					<End EntitySet="BusinessPartnerSet"
						Role="FromRole_Assoc_BusinessPartner_Contacts" />
					<End EntitySet="ContactSet" Role="ToRole_Assoc_BusinessPartner_Contacts" />
				</AssociationSet>
				<AssociationSet Name="Assoc_VH_UnitQuantity_SalesOrderLineItem"
					Association="GWSAMPLE_BASIC.Assoc_VH_UnitQuantity_SalesOrderLineItem"
					sap:creatable="false" sap:updatable="false" sap:deletable="false"
					sap:content-version="1">
					<End EntitySet="VH_UnitQuantitySet"
						Role="FromRole_Assoc_VH_UnitQuantity_SalesOrderLineItem" />
					<End EntitySet="SalesOrderLineItemSet"
						Role="ToRole_Assoc_VH_UnitQuantity_SalesOrderLineItem" />
				</AssociationSet>
				<FunctionImport Name="RegenerateAllData"
					ReturnType="GWSAMPLE_BASIC.CT_String" m:HttpMethod="POST">
					<Parameter Name="NoOfSalesOrders" Type="Edm.Int32" Mode="In" />
				</FunctionImport>
				<FunctionImport Name="SalesOrder_Confirm"
					ReturnType="GWSAMPLE_BASIC.SalesOrder" EntitySet="SalesOrderSet"
					m:HttpMethod="POST" sap:action-for="GWSAMPLE_BASIC.SalesOrder">
					<Parameter Name="SalesOrderID" Type="Edm.String" Mode="In"
						MaxLength="10" sap:label="Sa. Ord. ID" />
				</FunctionImport>
				<FunctionImport Name="SalesOrder_Cancel"
					ReturnType="GWSAMPLE_BASIC.SalesOrder" EntitySet="SalesOrderSet"
					m:HttpMethod="POST" sap:action-for="GWSAMPLE_BASIC.SalesOrder">
					<Parameter Name="SalesOrderID" Type="Edm.String" Mode="In"
						MaxLength="10" sap:label="Sa. Ord. ID" />
				</FunctionImport>
				<FunctionImport Name="SalesOrder_InvoiceCreated"
					ReturnType="GWSAMPLE_BASIC.SalesOrder" EntitySet="SalesOrderSet"
					m:HttpMethod="POST" sap:action-for="GWSAMPLE_BASIC.SalesOrder">
					<Parameter Name="SalesOrderID" Type="Edm.String" Mode="In"
						MaxLength="10" sap:label="Sa. Ord. ID" />
				</FunctionImport>
				<FunctionImport Name="SalesOrder_GoodsIssueCreated"
					ReturnType="GWSAMPLE_BASIC.SalesOrder" EntitySet="SalesOrderSet"
					m:HttpMethod="POST" sap:action-for="GWSAMPLE_BASIC.SalesOrder">
					<Parameter Name="SalesOrderID" Type="Edm.String" Mode="In"
						MaxLength="10" sap:label="Sa. Ord. ID" />
				</FunctionImport>
				<FunctionImport Name="SalesOrderItem_FixQuantity"
					ReturnType="GWSAMPLE_BASIC.SalesOrderLineItem" EntitySet="SalesOrderLineItemSet"
					m:HttpMethod="POST" sap:action-for="GWSAMPLE_BASIC.SalesOrderLineItem">
					<Parameter Name="SalesOrderID" Type="Edm.String" Mode="In"
						MaxLength="10" sap:label="Sa. Ord. ID" />
					<Parameter Name="ItemPosition" Type="Edm.String" Mode="In"
						MaxLength="10" sap:label="PO Item Pos" />
				</FunctionImport>
				<FunctionImport Name="SalesOrderItem_FixAllQuantities"
					ReturnType="GWSAMPLE_BASIC.CT_String" m:HttpMethod="POST"
					sap:action-for="GWSAMPLE_BASIC.SalesOrder">
					<Parameter Name="SalesOrderID" Type="Edm.String" Mode="In"
						MaxLength="10" sap:label="Sa. Ord. ID" />
				</FunctionImport>
				<FunctionImport Name="SalesOrder_FixQuantities"
					ReturnType="Collection(GWSAMPLE_BASIC.SalesOrderLineItem)"
					EntitySet="SalesOrderLineItemSet" m:HttpMethod="GET">
					<Parameter Name="SalesOrderID" Type="Edm.String" Mode="In"
						MaxLength="10" sap:label="Sa. Ord. ID" />
				</FunctionImport>
				<FunctionImport Name="SalesOrder_FixItems"
					ReturnType="GWSAMPLE_BASIC.CT_String" m:HttpMethod="POST"
					sap:action-for="GWSAMPLE_BASIC.SalesOrder">
					<Parameter Name="SalesOrderID" Type="Edm.String" Mode="In"
						MaxLength="10" sap:label="Sa. Ord. ID" />
				</FunctionImport>
				<FunctionImport Name="SalesOrderItem_Clone"
					ReturnType="GWSAMPLE_BASIC.SalesOrderLineItem" EntitySet="SalesOrderLineItemSet"
					m:HttpMethod="POST" sap:action-for="GWSAMPLE_BASIC.SalesOrderLineItem">
					<Parameter Name="SalesOrderID" Type="Edm.String" Mode="In"
						MaxLength="10" sap:label="Sa. Ord. ID" />
					<Parameter Name="ItemPosition" Type="Edm.String" Mode="In"
						MaxLength="10" sap:label="PO Item Pos" />
				</FunctionImport>
			</EntityContainer>
			<Annotation Term="Core.SchemaVersion" String="1.0.0"
				xmlns="http://docs.oasis-open.org/odata/ns/edm" />
			<Annotations Target="GWSAMPLE_BASIC.GWSAMPLE_BASIC_Entities"
				xmlns="http://docs.oasis-open.org/odata/ns/edm">
				<Annotation Term="Org.OData.Capabilities.V1.BatchSupport">
					<Record Type="Org.OData.Capabilities.V1.BatchSupportType">
						<PropertyValue Property="ReferencesAcrossChangeSetsSupported"
							Bool="true" />
					</Record>
				</Annotation>
				<Annotation Term="SAP__CodeList.CurrencyCodes">
					<Record>
						<PropertyValue Property="Url" String="./$metadata" />
						<PropertyValue Property="CollectionPath" String="SAP__Currencies" />
					</Record>
				</Annotation>
				<Annotation Term="SAP__CodeList.UnitsOfMeasure">
					<Record>
						<PropertyValue Property="Url" String="./$metadata" />
						<PropertyValue Property="CollectionPath"
							String="SAP__UnitsOfMeasure" />
					</Record>
				</Annotation>
				<Annotation Term="SAP__PDF.Features">
					<Record>
						<PropertyValue Property="DocumentDescriptionReference"
							String="./$metadata" />
						<PropertyValue Property="DocumentDescriptionCollection"
							String="SAP__MyDocumentDescriptions" />
						<PropertyValue Property="ArchiveFormat" Bool="true" />
						<PropertyValue Property="CoverPage" Bool="true" />
						<PropertyValue Property="Signature" Bool="true" />
						<PropertyValue Property="FitToPage" Bool="true" />
						<PropertyValue Property="FontName" Bool="true" />
						<PropertyValue Property="FontSize" Bool="true" />
						<PropertyValue Property="Margin" Bool="true" />
						<PropertyValue Property="Border" Bool="true" />
						<PropertyValue Property="Padding" Bool="true" />
						<PropertyValue Property="HeaderFooter" Bool="true" />
						<PropertyValue Property="ResultSizeDefault" Int="20000" />
						<PropertyValue Property="ResultSizeMaximum" Int="20000" />
					</Record>
				</Annotation>
				<Annotation Term="SAP__CodeList.SAP__DocumentDescription">
					<Record>
						<PropertyValue Property="Url" String="./$metadata" />
						<PropertyValue Property="CollectionPath"
							String="SAP__MyDocumentDescriptions" />
					</Record>
				</Annotation>
			</Annotations>
			<Annotations Target="GWSAMPLE_BASIC.SAP__Currency/CurrencyCode"
				xmlns="http://docs.oasis-open.org/odata/ns/edm">
				<Annotation Term="SAP__common.Text" Path="Text" />
				<Annotation Term="SAP__common.UnitSpecificScale" Path="DecimalPlaces" />
				<Annotation Term="SAP__CodeList.StandardCode" Path="ISOCode" />
			</Annotations>
			<Annotations Target="GWSAMPLE_BASIC.SAP__UnitOfMeasure/UnitCode"
				xmlns="http://docs.oasis-open.org/odata/ns/edm">
				<Annotation Term="SAP__common.Text" Path="Text" />
				<Annotation Term="SAP__common.UnitSpecificScale" Path="DecimalPlaces" />
				<Annotation Term="SAP__CodeList.StandardCode" Path="ISOCode" />
				<Annotation Term="SAP__CodeList.ExternalCode" Path="ExternalCode" />
			</Annotations>
			<Annotations Target="GWSAMPLE_BASIC.SAP__UnitOfMeasure"
				xmlns="http://docs.oasis-open.org/odata/ns/edm">
				<Annotation Term="SAP__core.AlternateKeys">
					<Collection>
						<Record>
							<PropertyValue Property="Key">
								<Collection>
									<Record>
										<PropertyValue Property="Name" Path="ExternalCode" />
										<PropertyValue Property="Alias" String="ExternalCode" />
									</Record>
								</Collection>
							</PropertyValue>
						</Record>
					</Collection>
				</Annotation>
			</Annotations>
			<Annotations Target="GWSAMPLE_BASIC.SAP__DocumentDescription/CreatedBy"
				xmlns="http://docs.oasis-open.org/odata/ns/edm">
				<Annotation Term="SAP__core.Computed" />
			</Annotations>
			<Annotations Target="GWSAMPLE_BASIC.SAP__DocumentDescription/CreatedAt"
				xmlns="http://docs.oasis-open.org/odata/ns/edm">
				<Annotation Term="SAP__core.Computed" />
			</Annotations>
			<Annotations Target="GWSAMPLE_BASIC.SAP__DocumentDescription"
				xmlns="http://docs.oasis-open.org/odata/ns/edm">
				<Annotation Term="SAP__capabilties.InsertRestrictions">
					<Record>
						<PropertyValue Property="Insertable" Bool="false" />
					</Record>
				</Annotation>
				<Annotation Term="SAP__capabilties.UpdateRestrictions">
					<Record>
						<PropertyValue Property="Updatable" Bool="false" />
						<PropertyValue Property="QueryOptions">
							<Record>
								<PropertyValue Property="SelectSupported" Bool="true" />
							</Record>
						</PropertyValue>
					</Record>
				</Annotation>
				<Annotation Term="SAP__capabilties.DeleteRestrictions">
					<Record>
						<PropertyValue Property="Deletable" Bool="false" />
					</Record>
				</Annotation>
				<Annotation Term="SAP__capabilties.FilterRestrictions">
					<Record>
						<PropertyValue Property="FilterExpressionRestrictions">
							<Collection>
								<Record>
									<PropertyValue Property="Property"
										PropertyPath="Format/Orientation" />
									<PropertyValue Property="AllowedExpressions"
										String="Multivalue" />
								</Record>
								<Record>
									<PropertyValue Property="Property"
										PropertyPath="Format/PaperSize" />
									<PropertyValue Property="AllowedExpressions"
										String="Multivalue" />
								</Record>
							</Collection>
						</PropertyValue>
					</Record>
				</Annotation>
			</Annotations>
			<Annotations
				Target="GWSAMPLE_BASIC.SAP__Format/FitToPage/ErrorRecoveryBehavior"
				xmlns="http://docs.oasis-open.org/odata/ns/edm">
				<Annotation Term="SAP__common.ValueListReferences">
					<Record>
						<PropertyValue Property="Url" String="./$metadata" />
						<PropertyValue Property="CollectionPath"
							String="../../../../SAP__ValueHelpSet?$filter=VALUEHELP%20eq%20%27ErrorRecoveryBehaviour%27" />
					</Record>
				</Annotation>
				<Annotation Term="SAP__common.ValueListWithFixedValues" />
			</Annotations>
			<Annotations Target="GWSAMPLE_BASIC.SAP__Format/FontName"
				xmlns="http://docs.oasis-open.org/odata/ns/edm">
				<Annotation Term="SAP__common.ValueListReferences">
					<Record>
						<PropertyValue Property="Url" String="./$metadata" />
						<PropertyValue Property="CollectionPath"
							String="SAP__ValueHelpSet?$filter=VALUEHELP%20eq%20%27FontName%27" />
					</Record>
				</Annotation>
				<Annotation Term="SAP__common.ValueListWithFixedValues" />
			</Annotations>
			<Annotations Target="GWSAMPLE_BASIC.SAP__Format/PaperSize"
				xmlns="http://docs.oasis-open.org/odata/ns/edm">
				<Annotation Term="SAP__common.ValueListReferences">
					<Record>
						<PropertyValue Property="Url" String="./$metadata" />
						<PropertyValue Property="CollectionPath"
							String="SAP__ValueHelpSet?$filter=VALUEHELP%20eq%20%27PaperSize%27" />
					</Record>
				</Annotation>
				<Annotation Term="SAP__common.ValueListWithFixedValues" />
			</Annotations>
			<Annotations Target="GWSAMPLE_BASIC.SAP__PDFHeader/Left"
				xmlns="http://docs.oasis-open.org/odata/ns/edm">
				<Annotation Term="SAP__common.ValueListReferences">
					<Record>
						<PropertyValue Property="Url" String="./$metadata" />
						<PropertyValue Property="CollectionPath"
							String="SAP__ValueHelpSet?$filter=VALUEHELP%20eq%20%27HeaderFooter%27" />
					</Record>
				</Annotation>
				<Annotation Term="SAP__common.ValueListWithFixedValues" />
			</Annotations>
			<Annotations Target="GWSAMPLE_BASIC.SAP__PDFHeader/Right"
				xmlns="http://docs.oasis-open.org/odata/ns/edm">
				<Annotation Term="SAP__common.ValueListReferences">
					<Record>
						<PropertyValue Property="Url" String="./$metadata" />
						<PropertyValue Property="CollectionPath"
							String="SAP__ValueHelpSet?$filter=VALUEHELP%20eq%20%27HeaderFooter%27" />
					</Record>
				</Annotation>
				<Annotation Term="SAP__common.ValueListWithFixedValues" />
			</Annotations>
			<Annotations Target="GWSAMPLE_BASIC.SAP__PDFHeader/Center"
				xmlns="http://docs.oasis-open.org/odata/ns/edm">
				<Annotation Term="SAP__common.ValueListReferences">
					<Record>
						<PropertyValue Property="Url" String="./$metadata" />
						<PropertyValue Property="CollectionPath"
							String="SAP__ValueHelpSet?$filter=VALUEHELP%20eq%20%27HeaderFooter%27" />
					</Record>
				</Annotation>
				<Annotation Term="SAP__common.ValueListWithFixedValues" />
			</Annotations>
			<Annotations Target="GWSAMPLE_BASIC.SAP__PDFFooter/Left"
				xmlns="http://docs.oasis-open.org/odata/ns/edm">
				<Annotation Term="SAP__common.ValueListReferences">
					<Record>
						<PropertyValue Property="Url" String="./$metadata" />
						<PropertyValue Property="CollectionPath"
							String="SAP__ValueHelpSet?$filter=VALUEHELP%20eq%20%27HeaderFooter%27" />
					</Record>
				</Annotation>
				<Annotation Term="SAP__common.ValueListWithFixedValues" />
			</Annotations>
			<Annotations Target="GWSAMPLE_BASIC.SAP__PDFFooter/Right"
				xmlns="http://docs.oasis-open.org/odata/ns/edm">
				<Annotation Term="SAP__common.ValueListReferences">
					<Record>
						<PropertyValue Property="Url" String="./$metadata" />
						<PropertyValue Property="CollectionPath"
							String="SAP__ValueHelpSet?$filter=VALUEHELP%20eq%20%27HeaderFooter%27" />
					</Record>
				</Annotation>
				<Annotation Term="SAP__common.ValueListWithFixedValues" />
			</Annotations>
			<Annotations Target="GWSAMPLE_BASIC.SAP__PDFFooter/Center"
				xmlns="http://docs.oasis-open.org/odata/ns/edm">
				<Annotation Term="SAP__common.ValueListReferences">
					<Record>
						<PropertyValue Property="Url" String="./$metadata" />
						<PropertyValue Property="CollectionPath"
							String="SAP__ValueHelpSet?$filter=VALUEHELP%20eq%20%27HeaderFooter%27" />
					</Record>
				</Annotation>
				<Annotation Term="SAP__common.ValueListWithFixedValues" />
			</Annotations>
			<Annotations Target="GWSAMPLE_BASIC.SAP__Format/Orientation"
				xmlns="http://docs.oasis-open.org/odata/ns/edm">
				<Annotation Term="SAP__common.ValueListReferences">
					<Record>
						<PropertyValue Property="Url" String="./$metadata" />
						<PropertyValue Property="CollectionPath"
							String="SAP__ValueHelpSet?$filter=VALUEHELP%20eq%20%27FontName%27" />
					</Record>
				</Annotation>
				<Annotation Term="SAP__common.ValueListWithFixedValues" />
			</Annotations>
			<Annotations
				Target="GWSAMPLE_BASIC.SAP__TableColumns/HorizontalAlignment"
				xmlns="http://docs.oasis-open.org/odata/ns/edm">
				<Annotation Term="SAP__common.ValueListReferences">
					<Record>
						<PropertyValue Property="Url" String="./$metadata" />
						<PropertyValue Property="CollectionPath"
							String="SAP__ValueHelpSet?$filter=VALUEHELP%20eq%20%27HorizontalAlignment%27" />
					</Record>
				</Annotation>
				<Annotation Term="SAP__common.ValueListWithFixedValues" />
			</Annotations>
			<atom:link rel="self"
				href="/sap/opu/odata/sap/ZUI5_GWSAMPLE_BASIC/$metadata"
				xmlns:atom="http://www.w3.org/2005/Atom" />
			<atom:link rel="latest-version"
				href="/sap/opu/odata/sap/ZUI5_GWSAMPLE_BASIC/$metadata"
				xmlns:atom="http://www.w3.org/2005/Atom" />
		</Schema>
	</edmx:DataServices>
</edmx:Edmx>
