<?xml version="1.0" encoding="utf-8"?>
<edmx:Edmx Version="4.0" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx">
  <edmx:DataServices>
    <Schema Namespace="xcp" xmlns="http://docs.oasis-open.org/odata/ns/edm">
      <EntityType Name="secunotes">
        <Key>
          <PropertyRef Name="Id" />
        </Key>
        <Property Name="Id" Type="Edm.Int32" Nullable="false" />
        <Property Name="SAP_Component" Type="Edm.String" Nullable="false" />
        <Property Name="Title" Type="Edm.String" Nullable="false" />
        <Property Name="CVSS_Score" Type="Edm.Decimal" Nullable="false" />
        <Property Name="CVSS_Vector" Type="Edm.String" Nullable="false" />
        <Property Name="Category" Type="Edm.String" Nullable="false" />
        <Property Name="Prio" Type="Edm.String" Nullable="false" />
        <Property Name="Released_On" Type="Edm.Date" Nullable="false" />
        <Property Name="First_released_on" Type="Edm.Date" Nullable="false" />
        <Property Name="Link" Type="Edm.String" Nullable="false" />
      </EntityType>
      <EntityContainer Name="Container">
        <EntitySet Name="secunotes" EntityType="xcp.secunotes" />
      </EntityContainer>
    </Schema>
  </edmx:DataServices>
</edmx:Edmx>