<edmx:Edmx 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" Version="1.0">
    <edmx:DataServices m:DataServiceVersion="2.0">
        <Schema xmlns="http://schemas.microsoft.com/ado/2008/09/edm" Namespace=".UI2.FDM_VALUE_HELP_SRV" xml:lang="en" sap:schema-version="1">
            <EntityType Name="package" sap:content-version="1">
                <Key>
                    <PropertyRef Name="devclass"/>
                </Key>
                <Property Name="devclass" Type="Edm.String" Nullable="false" MaxLength="30" sap:label="Package" sap:creatable="false" sap:updatable="false" sap:sortable="false"/>
                <Property Name="parentDevclass" Type="Edm.String" Nullable="false" MaxLength="30" sap:label="Superpackage" sap:creatable="false" sap:updatable="false" sap:sortable="false"/>
                <Property Name="description" Type="Edm.String" Nullable="false" MaxLength="60" sap:label="Short Description" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
                <Property Name="transportRequired" Type="Edm.Boolean" Nullable="false" sap:label="Changes Recorded" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
            </EntityType>
            <EntityType Name="transport" sap:content-version="1">
                <Key>
                    <PropertyRef Name="trkorr"/>
                </Key>
                <Property Name="description" Type="Edm.String" Nullable="false" MaxLength="60" sap:label="Short Description" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
                <Property Name="pageId" Type="Edm.String" Nullable="false" MaxLength="35" sap:label="Page ID" sap:creatable="false" sap:updatable="false"/>
                <Property Name="devclass" Type="Edm.String" Nullable="false" MaxLength="30" sap:label="Package" sap:creatable="false" sap:updatable="false"/>
                <Property Name="trkorr" Type="Edm.String" Nullable="false" MaxLength="20" sap:label="Request/Task" sap:creatable="false" sap:updatable="false" sap:filterable="false"/>
                <Property Name="foreignOwner" Type="Edm.String" Nullable="false" MaxLength="12" sap:label="User Name" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
                <Property Name="objectLocked" Type="Edm.Boolean" Nullable="false" sap:label="Object Locked in Foreign Request" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
            </EntityType>
            <EntityContainer Name="_UI2_FDM_VALUE_HELP_SRV_Entities" m:IsDefaultEntityContainer="true" sap:supported-formats="atom json xlsx">
                <EntitySet Name="packageSet" EntityType=".UI2.FDM_VALUE_HELP_SRV.package" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:pageable="false" sap:content-version="1"/>
                <EntitySet Name="transportSet" EntityType=".UI2.FDM_VALUE_HELP_SRV.transport" sap:creatable="false" sap:updatable="false" sap:deletable="false" sap:pageable="false" sap:content-version="1"/>
            </EntityContainer>
            <atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="self" href="https://host:port/sap/opu/odata/UI2/FDM_VALUE_HELP_SRV/$metadata"/>
            <atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="latest-version" href="https://host:port/sap/opu/odata/UI2/FDM_VALUE_HELP_SRV/$metadata"/>
        </Schema>
    </edmx:DataServices>
</edmx:Edmx>