UNPKG

@sap/generator-fiori

Version:

Create an SAPUI5 application using SAP Fiori elements or a freestyle approach

18 lines 1.11 kB
<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0"> <edmx:Reference Uri="https://sap.github.io/odata-vocabularies/vocabularies/Common.xml"> <edmx:Include Namespace="com.sap.vocabularies.Common.v1" Alias="Common"/> </edmx:Reference> <edmx:Reference Uri="https://sap.github.io/odata-vocabularies/vocabularies/UI.xml"> <edmx:Include Namespace="com.sap.vocabularies.UI.v1" Alias="UI"/> </edmx:Reference> <edmx:Reference Uri="https://sap.github.io/odata-vocabularies/vocabularies/Communication.xml"> <edmx:Include Namespace="com.sap.vocabularies.Communication.v1" Alias="Communication"/> </edmx:Reference> <edmx:Reference Uri="<%- path %>$metadata"><% namespaces?.forEach(function(namespace) { %> <edmx:Include Namespace="<%- namespace.namespace %>"<% if (namespace.alias) { %> Alias="<%- namespace.alias %>"<% } %>/><% }); %> </edmx:Reference> <edmx:DataServices> <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="<%- schemaNamespace %>"> </Schema> </edmx:DataServices> </edmx:Edmx>