first commit

This commit is contained in:
Dongho Kim
2025-05-21 15:00:13 +00:00
commit da3ac0e469
39 changed files with 16602 additions and 0 deletions

View File

@ -0,0 +1,273 @@
<?xml version="1.0" encoding="utf-8"?>
<edmx:Edmx Version="4.0" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx">
<edmx:Reference Uri="../../catalogservice;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_COMMON',Version='0001',SAP__Origin='')/$value">
<edmx:Include Namespace="com.sap.vocabularies.Common.v1" Alias="Common"/>
</edmx:Reference>
<edmx:Reference Uri="../../catalogservice;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_UI',Version='0001',SAP__Origin='')/$value">
<edmx:Include Namespace="com.sap.vocabularies.UI.v1" Alias="UI"/>
</edmx:Reference>
<edmx:Reference Uri="../../catalogservice;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_COMMUNICATION',Version='0001',SAP__Origin='')/$value">
<edmx:Include Namespace="com.sap.vocabularies.Communication.v1" Alias="Communication"/>
</edmx:Reference>
<edmx:Reference Uri="../../catalogservice;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_PERSONALDATA',Version='0001',SAP__Origin='')/$value">
<edmx:Include Namespace="com.sap.vocabularies.PersonalData.v1" Alias="PersonalData"/>
</edmx:Reference>
<edmx:Reference Uri="../../catalogservice;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_VALIDATION',Version='0001',SAP__Origin='')/$value">
<edmx:Include Namespace="Org.OData.Validation.V1" Alias="Validation"/>
</edmx:Reference>
<edmx:Reference Uri="../../catalogservice;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_ANALYTICS',Version='0001',SAP__Origin='')/$value">
<edmx:Include Namespace="com.sap.vocabularies.Analytics.v1" Alias="Analytics"/>
</edmx:Reference>
<edmx:Reference Uri="../../catalogservice;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_HTML5',Version='0001',SAP__Origin='')/$value">
<edmx:Include Namespace="com.sap.vocabularies.HTML5.v1" Alias="HTML5"/>
</edmx:Reference>
<edmx:Reference Uri="../../../sap/z_00_124_ss25_res_srv/$metadata">
<edmx:Include Namespace="Z_00_124_SS25_RES_SRV" Alias="SAP"/>
</edmx:Reference>
<edmx:DataServices>
<Schema Namespace="z_00_124_ss25_res_srv_van.v1" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotations Target="cds_z00124ss25_restaurant.reservationPosType">
<Annotation Term="UI.HeaderFacets">
<Collection>
<Record Type="UI.ReferenceFacet">
<PropertyValue Property="ID" String="HeaderFacet"/>
<PropertyValue Property="Target" AnnotationPath="@UI.FieldGroup#Fieldgroup:HeaderItems"/>
</Record>
</Collection>
</Annotation>
<Annotation Term="UI.Facets">
<Collection>
<Record Type="UI.ReferenceFacet">
<PropertyValue Property="ID" String="tableid"/>
<PropertyValue Property="Target" AnnotationPath="@UI.Identification"/>
</Record>
</Collection>
</Annotation>
<Annotation Term="UI.FieldGroup" Qualifier="Fieldgroup:HeaderItems">
<Record>
<PropertyValue Property="Data">
<Collection>
<Record Type="UI.DataField">
<PropertyValue Property="Label" String="Table Id"/>
<PropertyValue Property="Value" Path="TableId"/>
</Record>
<Record Type="UI.DataField">
<PropertyValue Property="Label" String="Reservation Id"/>
<PropertyValue Property="Value" Path="ReservationId"/>
</Record>
<Record Type="UI.DataField">
<PropertyValue Property="Label" String="ReservationName"/>
<PropertyValue Property="Value" Path="ReservationName"/>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="UI.HeaderInfo">
<Record>
<PropertyValue Property="TypeName" String="Reservation Document"/>
<PropertyValue Property="TypeNamePlural" String="Reservation Documents"/>
<PropertyValue Property="Title">
<Record Type="UI.DataFieldWithNavigationPath">
<PropertyValue Property="Label" String="Reservation Documents"/>
<PropertyValue Property="Value" Path="ReservationId"/>
<PropertyValue Property="Target" String="">
<Annotation Term="Core.Messages">
<Collection>
<Record>
<PropertyValue Property="message" String="ERROR: Invalid Path"/>
<PropertyValue Property="severity" String="error"/>
</Record>
</Collection>
</Annotation>
</PropertyValue>
</Record>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="UI.Identification">
<Collection>
<Record Type="UI.DataField">
<PropertyValue Property="Label" String="Table Id"/>
<PropertyValue Property="Value" Path="TableId"/>
</Record>
<Record Type="UI.DataField">
<PropertyValue Property="Label" String="Reservation Id"/>
<PropertyValue Property="Value" Path="ReservationId"/>
</Record>
<Record Type="UI.DataField">
<PropertyValue Property="Label" String="Number of Guests"/>
<PropertyValue Property="Value" Path="NumOfGuests"/>
</Record>
<Record Type="UI.DataField">
<PropertyValue Property="Label" String="ReservationName"/>
<PropertyValue Property="Value" Path="ReservationName"/>
</Record>
<Record Type="UI.DataField">
<PropertyValue Property="Label" String="CommentSection"/>
<PropertyValue Property="Value" Path="CommentSection"/>
</Record>
<Record Type="UI.DataField">
<PropertyValue Property="Label" String="BookedTime"/>
<PropertyValue Property="Value" Path="BookedTime"/>
</Record>
<Record Type="UI.DataField">
<PropertyValue Property="Label" String="BookedDate"/>
<PropertyValue Property="Value" Path="BookedDate"/>
</Record>
<Record Type="UI.DataField">
<PropertyValue Property="Label" String="BookedPeriod"/>
<PropertyValue Property="Value" Path="BookedPeriod"/>
</Record>
</Collection>
</Annotation>
<Annotation Term="UI.LineItem">
<Collection>
<Record Type="UI.DataField">
<PropertyValue Property="Label" String="Table Id"/>
<PropertyValue Property="Value" Path="TableId"/>
</Record>
<Record Type="UI.DataField">
<PropertyValue Property="Label" String="Reservation Id"/>
<PropertyValue Property="Value" Path="ReservationId"/>
</Record>
<Record Type="UI.DataField">
<PropertyValue Property="Label" String="Number of Guests"/>
<PropertyValue Property="Value" Path="NumOfGuests"/>
</Record>
<Record Type="UI.DataField">
<PropertyValue Property="Label" String="ReservationName"/>
<PropertyValue Property="Value" Path="ReservationName"/>
</Record>
<Record Type="UI.DataField">
<PropertyValue Property="Label" String="CommentSection"/>
<PropertyValue Property="Value" Path="CommentSection"/>
</Record>
<Record Type="UI.DataField">
<PropertyValue Property="Label" String="BookedTime"/>
<PropertyValue Property="Value" Path="BookedTime"/>
</Record>
<Record Type="UI.DataField">
<PropertyValue Property="Label" String="BookedDate"/>
<PropertyValue Property="Value" Path="BookedDate"/>
</Record>
<Record Type="UI.DataField">
<PropertyValue Property="Label" String="BookedPeriod"/>
<PropertyValue Property="Value" Path="BookedPeriod"/>
</Record>
</Collection>
</Annotation>
</Annotations>
<Annotations Target="cds_z00124ss25_restaurant.tablePosType">
<Annotation Term="UI.HeaderFacets">
<Collection>
<Record Type="UI.ReferenceFacet">
<PropertyValue Property="ID" String="HeaderFacet"/>
<PropertyValue Property="Target" AnnotationPath="@UI.FieldGroup#Fieldgroup:HeaderItems"/>
</Record>
</Collection>
</Annotation>
<Annotation Term="UI.Facets">
<Collection>
<Record Type="UI.ReferenceFacet">
<PropertyValue Property="Label" String="Overview"/>
<PropertyValue Property="ID" String="TableID"/>
<PropertyValue Property="Target" AnnotationPath="@UI.Identification"/>
</Record>
<Record Type="UI.ReferenceFacet">
<PropertyValue Property="Label" String="Positions"/>
<PropertyValue Property="ID" String="positions"/>
<PropertyValue Property="Target" AnnotationPath="to_rese/@UI.LineItem"/>
</Record>
</Collection>
</Annotation>
<Annotation Term="UI.FieldGroup" Qualifier="Fieldgroup:HeaderItems">
<Record>
<PropertyValue Property="Data">
<Collection>
<Record Type="UI.DataField">
<PropertyValue Property="Label" String="Billing
Document"/>
<PropertyValue Property="Value" Path="TableId"/>
</Record>
<Record Type="UI.DataField">
<PropertyValue Property="Label" String="Decoration"/>
<PropertyValue Property="Value" Path="Decoration"/>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="UI.HeaderInfo">
<Record>
<PropertyValue Property="TypeName" String="Table Document"/>
<PropertyValue Property="TypeNamePlural" String="Table Documents"/>
<PropertyValue Property="Title">
<Record Type="UI.DataFieldWithNavigationPath">
<PropertyValue Property="Label" String="Table Document Details"/>
<PropertyValue Property="Value" Path="TableId"/>
<PropertyValue Property="Target" String="">
<Annotation Term="Core.Messages">
<Collection>
<Record>
<PropertyValue Property="message" String="ERROR: Invalid Path"/>
<PropertyValue Property="severity" String="error"/>
</Record>
</Collection>
</Annotation>
</PropertyValue>
</Record>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="UI.Identification">
<Collection>
<Record Type="UI.DataField">
<PropertyValue Property="Label" String="Table ID"/>
<PropertyValue Property="Value" Path="TableId"/>
</Record>
<Record Type="UI.DataField">
<PropertyValue Property="Label" String="Decoration"/>
<PropertyValue Property="Value" Path="Decoration"/>
</Record>
<Record Type="UI.DataField">
<PropertyValue Property="Label" String="Location"/>
<PropertyValue Property="Value" Path="Location"/>
</Record>
<Record Type="UI.DataField">
<PropertyValue Property="Label" String="NumberOfSeats"/>
<PropertyValue Property="Value" Path="NumberOfSeats"/>
</Record>
</Collection>
</Annotation>
<Annotation Term="UI.LineItem">
<Collection>
<Record Type="UI.DataField">
<PropertyValue Property="Label" String="Table ID"/>
<PropertyValue Property="Value" Path="TableId"/>
</Record>
<Record Type="UI.DataField">
<PropertyValue Property="Label" String="Decoration"/>
<PropertyValue Property="Value" Path="Decoration"/>
</Record>
<Record Type="UI.DataField">
<PropertyValue Property="Label" String="Location"/>
<PropertyValue Property="Value" Path="Location"/>
</Record>
<Record Type="UI.DataField">
<PropertyValue Property="Label" String="NumberOfSeats"/>
<PropertyValue Property="Value" Path="NumberOfSeats"/>
</Record>
</Collection>
</Annotation>
<Annotation Term="UI.SelectionFields">
<Collection>
<PropertyPath>TableId</PropertyPath>
<PropertyPath>Decoration</PropertyPath>
<PropertyPath>Location</PropertyPath>
</Collection>
</Annotation>
</Annotations>
</Schema>
</edmx:DataServices>
</edmx:Edmx>

View File

@ -0,0 +1,562 @@
<?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_AGGREGATION',Version='0001',SAP__Origin='')/$value" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx">
<edmx:Include Namespace="Org.OData.Aggregation.V1" Alias="Aggregation"/>
</edmx:Reference>
<edmx:Reference Uri="./sap/opu/odata/iwfnd/catalogservice;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_ANALYTICS',Version='0001',SAP__Origin='')/$value" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx">
<edmx:Include Namespace="com.sap.vocabularies.Analytics.v1" Alias="Analytics"/>
</edmx:Reference>
<edmx:Reference Uri="./sap/opu/odata/iwfnd/catalogservice;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_CAPABILITIES',Version='0001',SAP__Origin='')/$value" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx">
<edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
</edmx:Reference>
<edmx:Reference Uri="./sap/opu/odata/iwfnd/catalogservice;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_CODELIST',Version='0001',SAP__Origin='')/$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='')/$value" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx">
<edmx:Include Namespace="com.sap.vocabularies.Common.v1" Alias="Common"/>
<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_COMMUNICATION',Version='0001',SAP__Origin='')/$value" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx">
<edmx:Include Namespace="com.sap.vocabularies.Communication.v1" Alias="Communication"/>
</edmx:Reference>
<edmx:Reference Uri="./sap/opu/odata/iwfnd/catalogservice;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_CORE',Version='0001',SAP__Origin='')/$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_MEASURES',Version='0001',SAP__Origin='')/$value" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx">
<edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
</edmx:Reference>
<edmx:Reference Uri="./sap/opu/odata/iwfnd/catalogservice;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_PDF',Version='0001',SAP__Origin='')/$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:Reference Uri="./sap/opu/odata/iwfnd/catalogservice;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_PERSONALDATA',Version='0001',SAP__Origin='')/$value" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx">
<edmx:Include Namespace="com.sap.vocabularies.PersonalData.v1" Alias="PersonalData"/>
</edmx:Reference>
<edmx:Reference Uri="./sap/opu/odata/iwfnd/catalogservice;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_UI',Version='0001',SAP__Origin='')/$value" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx">
<edmx:Include Namespace="com.sap.vocabularies.UI.v1" Alias="UI"/>
</edmx:Reference>
<edmx:Reference Uri="./sap/opu/odata/iwfnd/catalogservice;v=2/Vocabularies(TechnicalName='%2FIWBEP%2FVOC_VALIDATION',Version='0001',SAP__Origin='')/$value" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx">
<edmx:Include Namespace="Org.OData.Validation.V1" Alias="Validation"/>
</edmx:Reference>
<edmx:Reference Uri="./sap/opu/odata/iwfnd/catalogservice;v=2/Vocabularies(TechnicalName='SAP__SELF',Version='0001',SAP__Origin='')/$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="cds_z00124ss25_restaurant" xml:lang="en" sap:schema-version="1" xmlns="http://schemas.microsoft.com/ado/2008/09/edm">
<Annotation Term="Core.SchemaVersion" String="1.0.0" xmlns="http://docs.oasis-open.org/odata/ns/edm"/>
<EntityType Name="reservationPosType" sap:label="Consumsion datadefiniton of Reservation" sap:content-version="1">
<Key>
<PropertyRef Name="ReservationId"/>
<PropertyRef Name="TableId"/>
</Key>
<Property Name="ReservationId" Type="Edm.Guid" Nullable="false" sap:label="UUID" sap:quickinfo="16 Byte UUID in 16 Bytes (Raw Format)" sap:creatable="false" sap:updatable="false"/>
<Property Name="TableId" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Tablee ID" sap:quickinfo="Tablee data element" sap:creatable="false" sap:updatable="false" sap:value-list="standard"/>
<Property Name="NumOfGuests" Type="Edm.Int16"/>
<Property Name="ReservationName" Type="Edm.String" MaxLength="30"/>
<Property Name="CommentSection" Type="Edm.String" MaxLength="50"/>
<Property Name="BookedDate" Type="Edm.DateTime" Precision="0" sap:display-format="Date"/>
<Property Name="BookedTime" Type="Edm.Time" Precision="0"/>
<Property Name="BookedPeriod" Type="Edm.Int16"/>
<NavigationProperty Name="to_tabe" Relationship="cds_z00124ss25_restaurant.assoc_C5BBE7D3C6BD80AD3FA4BAAEFF61E987" FromRole="ToRole_assoc_C5BBE7D3C6BD80AD3FA4BAAEFF61E987" ToRole="FromRole_assoc_C5BBE7D3C6BD80AD3FA4BAAEFF61E987"/>
</EntityType>
<EntityType Name="tablePosType" sap:label="Table Consumption Data Defitnion" sap:content-version="1">
<Key>
<PropertyRef Name="TableId"/>
</Key>
<Property Name="TableId" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Tablee ID" sap:quickinfo="Tablee data element" sap:creatable="false" sap:updatable="false"/>
<Property Name="Decoration" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Decoration Value" sap:quickinfo="Deco Element" sap:value-list="fixed-values"/>
<Property Name="Location" Type="Edm.String" MaxLength="10" sap:display-format="UpperCase" sap:label="Location Domain" sap:quickinfo="Location Element" sap:value-list="fixed-values"/>
<Property Name="NumberOfSeats" Type="Edm.Int16"/>
<NavigationProperty Name="to_rese" Relationship="cds_z00124ss25_restaurant.assoc_C5BBE7D3C6BD80AD3FA4BAAEFF61E987" FromRole="FromRole_assoc_C5BBE7D3C6BD80AD3FA4BAAEFF61E987" ToRole="ToRole_assoc_C5BBE7D3C6BD80AD3FA4BAAEFF61E987"/>
</EntityType>
<EntityType Name="Z_00_124_SS25_DECOType" sap:label="Decoration Datdefiinition" sap:value-list="true" sap:content-version="1">
<Key>
<PropertyRef Name="Decoration"/>
</Key>
<Property Name="Decoration" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Decoration Value" sap:quickinfo="Deco Element"/>
</EntityType>
<EntityType Name="Z_00_124_SS25_LOCType" sap:label="Location Data Definition" sap:value-list="true" sap:content-version="1">
<Key>
<PropertyRef Name="Location"/>
</Key>
<Property Name="Location" Type="Edm.String" Nullable="false" MaxLength="10" sap:display-format="UpperCase" sap:label="Location Domain" sap:quickinfo="Location Element"/>
</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="Measurement Unit Txt"/>
<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="cds_z00124ss25_restaurant.to_format" FromRole="FromRole_to_format" ToRole="ToRole_to_format"/>
<NavigationProperty Name="TableColumns" Relationship="cds_z00124ss25_restaurant.to_tablecolumns" FromRole="FromRole_to_tablecolumns" ToRole="ToRole_to_tablecolumns"/>
<NavigationProperty Name="CoverPage" Relationship="cds_z00124ss25_restaurant.to_coverpage" FromRole="FromRole_to_coverpage" ToRole="ToRole_to_coverpage"/>
<NavigationProperty Name="Signature" Relationship="cds_z00124ss25_restaurant.to_signature" FromRole="FromRole_to_signature" ToRole="ToRole_to_signature"/>
<NavigationProperty Name="PDFStandard" Relationship="cds_z00124ss25_restaurant.to_pdfstandard" FromRole="FromRole_to_pdfstandard" ToRole="ToRole_to_pdfstandard"/>
</EntityType>
<EntityType Name="SAP__Format" sap:content-version="1">
<Key>
<PropertyRef Name="Id"/>
</Key>
<Property Name="FitToPage" Type="cds_z00124ss25_restaurant.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"/>
</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__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="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>
<Association Name="assoc_C5BBE7D3C6BD80AD3FA4BAAEFF61E987" sap:content-version="1">
<End Type="cds_z00124ss25_restaurant.tablePosType" Multiplicity="1" Role="FromRole_assoc_C5BBE7D3C6BD80AD3FA4BAAEFF61E987">
<OnDelete Action="Cascade"/>
</End>
<End Type="cds_z00124ss25_restaurant.reservationPosType" Multiplicity="*" Role="ToRole_assoc_C5BBE7D3C6BD80AD3FA4BAAEFF61E987"/>
<ReferentialConstraint>
<Principal Role="FromRole_assoc_C5BBE7D3C6BD80AD3FA4BAAEFF61E987">
<PropertyRef Name="TableId"/>
</Principal>
<Dependent Role="ToRole_assoc_C5BBE7D3C6BD80AD3FA4BAAEFF61E987">
<PropertyRef Name="TableId"/>
</Dependent>
</ReferentialConstraint>
</Association>
<Association Name="to_format" sap:content-version="1">
<End Type="cds_z00124ss25_restaurant.SAP__DocumentDescription" Multiplicity="1" Role="FromRole_to_format"/>
<End Type="cds_z00124ss25_restaurant.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="cds_z00124ss25_restaurant.SAP__DocumentDescription" Multiplicity="1" Role="FromRole_to_tablecolumns"/>
<End Type="cds_z00124ss25_restaurant.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="cds_z00124ss25_restaurant.SAP__DocumentDescription" Multiplicity="1" Role="FromRole_to_coverpage"/>
<End Type="cds_z00124ss25_restaurant.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="cds_z00124ss25_restaurant.SAP__DocumentDescription" Multiplicity="1" Role="FromRole_to_signature"/>
<End Type="cds_z00124ss25_restaurant.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="cds_z00124ss25_restaurant.SAP__DocumentDescription" Multiplicity="1" Role="FromRole_to_pdfstandard"/>
<End Type="cds_z00124ss25_restaurant.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>
<EntityContainer Name="cds_z00124ss25_restaurant_Entities" m:IsDefaultEntityContainer="true" sap:message-scope-supported="true" sap:supported-formats="atom json xlsx pdf">
<EntitySet Name="SAP__Currencies" EntityType="cds_z00124ss25_restaurant.SAP__Currency" sap:content-version="1"/>
<EntitySet Name="SAP__UnitsOfMeasure" EntityType="cds_z00124ss25_restaurant.SAP__UnitOfMeasure" sap:content-version="1"/>
<EntitySet Name="SAP__MyDocumentDescriptions" EntityType="cds_z00124ss25_restaurant.SAP__DocumentDescription" sap:content-version="1"/>
<EntitySet Name="SAP__FormatSet" EntityType="cds_z00124ss25_restaurant.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="cds_z00124ss25_restaurant.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="cds_z00124ss25_restaurant.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="cds_z00124ss25_restaurant.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="cds_z00124ss25_restaurant.SAP__Signature" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:pageable="false" sap:addressable="false" sap:content-version="1"/>
<EntitySet Name="SAP__ValueHelpSet" EntityType="cds_z00124ss25_restaurant.SAP__ValueHelp" sap:content-version="1"/>
<EntitySet Name="reservationPos" EntityType="cds_z00124ss25_restaurant.reservationPosType" sap:content-version="1"/>
<EntitySet Name="tablePos" EntityType="cds_z00124ss25_restaurant.tablePosType" sap:content-version="1"/>
<EntitySet Name="Z_00_124_SS25_DECO" EntityType="cds_z00124ss25_restaurant.Z_00_124_SS25_DECOType" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"/>
<EntitySet Name="Z_00_124_SS25_LOC" EntityType="cds_z00124ss25_restaurant.Z_00_124_SS25_LOCType" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1"/>
<AssociationSet Name="assoc_C5BBE7D3C6BD80AD3FA4BAAEFF61E987" Association="cds_z00124ss25_restaurant.assoc_C5BBE7D3C6BD80AD3FA4BAAEFF61E987" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:content-version="1">
<End EntitySet="tablePos" Role="FromRole_assoc_C5BBE7D3C6BD80AD3FA4BAAEFF61E987"/>
<End EntitySet="reservationPos" Role="ToRole_assoc_C5BBE7D3C6BD80AD3FA4BAAEFF61E987"/>
</AssociationSet>
<AssociationSet Name="to_formatSet" Association="cds_z00124ss25_restaurant.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="to_pdfstandardSet" Association="cds_z00124ss25_restaurant.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="to_tablecolumnsSet" Association="cds_z00124ss25_restaurant.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="to_signatureSet" Association="cds_z00124ss25_restaurant.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="to_coverpageSet" Association="cds_z00124ss25_restaurant.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>
</EntityContainer>
<Annotations Target="cds_z00124ss25_restaurant.tablePosType/Decoration" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Common.ValueList">
<Record>
<PropertyValue Property="Label" String="Decoration Value"/>
<PropertyValue Property="CollectionPath" String="Z_00_124_SS25_DECO"/>
<PropertyValue Property="SearchSupported" Bool="false"/>
<PropertyValue Property="Parameters">
<Collection>
<Record Type="Common.ValueListParameterInOut">
<PropertyValue Property="LocalDataProperty" PropertyPath="Decoration"/>
<PropertyValue Property="ValueListProperty" String="Decoration"/>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="Common.ValueListWithFixedValues"/>
<Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
</Annotations>
<Annotations Target="cds_z00124ss25_restaurant.tablePosType/Location" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Common.ValueList">
<Record>
<PropertyValue Property="Label" String="Location Domain"/>
<PropertyValue Property="CollectionPath" String="Z_00_124_SS25_LOC"/>
<PropertyValue Property="SearchSupported" Bool="false"/>
<PropertyValue Property="Parameters">
<Collection>
<Record Type="Common.ValueListParameterInOut">
<PropertyValue Property="LocalDataProperty" PropertyPath="Location"/>
<PropertyValue Property="ValueListProperty" String="Location"/>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="Common.ValueListWithFixedValues"/>
<Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
</Annotations>
<Annotations Target="cds_z00124ss25_restaurant.cds_z00124ss25_restaurant_Entities" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Common.ApplyMultiUnitBehaviorForSortingAndFiltering" Bool="true"/>
</Annotations>
<Annotations Target="cds_z00124ss25_restaurant.tablePosType/to_rese" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Common.Composition"/>
</Annotations>
<Annotations Target="cds_z00124ss25_restaurant.reservationPosType/BookedDate" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
</Annotations>
<Annotations Target="cds_z00124ss25_restaurant.reservationPosType/BookedPeriod" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
</Annotations>
<Annotations Target="cds_z00124ss25_restaurant.reservationPosType/BookedTime" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
</Annotations>
<Annotations Target="cds_z00124ss25_restaurant.reservationPosType/CommentSection" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
</Annotations>
<Annotations Target="cds_z00124ss25_restaurant.reservationPosType/NumOfGuests" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
</Annotations>
<Annotations Target="cds_z00124ss25_restaurant.reservationPosType/ReservationName" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
</Annotations>
<Annotations Target="cds_z00124ss25_restaurant.tablePosType/NumberOfSeats" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Common.FieldControl" EnumMember="Common.FieldControlType/Mandatory"/>
</Annotations>
<Annotations Target="cds_z00124ss25_restaurant.cds_z00124ss25_restaurant_Entities/reservationPos" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Capabilities.NavigationRestrictions">
<Record>
<PropertyValue Property="RestrictedProperties">
<Collection>
<Record>
<PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_tabe"/>
<PropertyValue Property="InsertRestrictions">
<Record>
<PropertyValue Property="Insertable" Bool="false"/>
</Record>
</PropertyValue>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="SAP__core.OptimisticConcurrency">
<Collection/>
</Annotation>
</Annotations>
<Annotations Target="cds_z00124ss25_restaurant.cds_z00124ss25_restaurant_Entities/tablePos" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="Capabilities.NavigationRestrictions">
<Record>
<PropertyValue Property="RestrictedProperties">
<Collection>
<Record>
<PropertyValue Property="NavigationProperty" NavigationPropertyPath="to_rese"/>
<PropertyValue Property="InsertRestrictions">
<Record>
<PropertyValue Property="Insertable" Bool="true"/>
</Record>
</PropertyValue>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="SAP__core.OptimisticConcurrency">
<Collection/>
</Annotation>
</Annotations>
<Annotations Target="cds_z00124ss25_restaurant.cds_z00124ss25_restaurant_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="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="cds_z00124ss25_restaurant.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="cds_z00124ss25_restaurant.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="cds_z00124ss25_restaurant.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="cds_z00124ss25_restaurant.SAP__DocumentDescription/CreatedBy" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="SAP__core.Computed"/>
</Annotations>
<Annotations Target="cds_z00124ss25_restaurant.SAP__DocumentDescription/CreatedAt" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<Annotation Term="SAP__core.Computed"/>
</Annotations>
<Annotations Target="cds_z00124ss25_restaurant.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="cds_z00124ss25_restaurant.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="cds_z00124ss25_restaurant.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="cds_z00124ss25_restaurant.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="cds_z00124ss25_restaurant.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="cds_z00124ss25_restaurant.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="https://s40lp1.ucc.cit.tum.de/sap/opu/odata/sap/Z_00_124_SS25_RES_SRV/$metadata" xmlns:atom="http://www.w3.org/2005/Atom"/>
<atom:link rel="latest-version" href="https://s40lp1.ucc.cit.tum.de/sap/opu/odata/sap/Z_00_124_SS25_RES_SRV/$metadata" xmlns:atom="http://www.w3.org/2005/Atom"/>
</Schema>
</edmx:DataServices>
</edmx:Edmx>