Sha256: 28a0d2e5f41e64a5bf75688d413bfde60312df73b1420438706d03975607e971

Contents?: true

Size: 1.24 KB

Versions: 3

Compression:

Stored size: 1.24 KB

Contents

<?xml version="1.0" encoding="utf-8"?>
<edmx:Edmx Version="1.0" xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx">
  <edmx:DataServices m:DataServiceVersion="1.0" m:MaxDataServiceVersion="2.0" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
    <Schema Namespace="Model" xmlns="http://schemas.microsoft.com/ado/2009/11/edm">
      <EntityType Name="Car">
        <Key>
          <PropertyRef Name="id" />
        </Key>
        <Property Name="id" Type="Edm.Int64" Nullable="false" p6:StoreGeneratedPattern="Identity" xmlns:p6="http://schemas.microsoft.com/ado/2009/02/edm/annotation" />
        <Property Name="color" Type="Edm.String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="false" />
        <Property Name="num_spots" Type="Edm.Int32" />
        <Property Name="striped" Type="Edm.Byte" />
      </EntityType>
    </Schema>
    <Schema Namespace="WebApp" xmlns="http://schemas.microsoft.com/ado/2009/11/edm">
      <EntityContainer Name="adoEntities" m:IsDefaultEntityContainer="true" p6:LazyLoadingEnabled="true" xmlns:p6="http://schemas.microsoft.com/ado/2009/02/edm/annotation">
        <EntitySet Name="Cars" EntityType="Model.Car" />
      </EntityContainer>
    </Schema>
  </edmx:DataServices>
</edmx:Edmx>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ruby_odata-0.2.0.beta1 spec/fixtures/int64_ids/edmx_car_service.xml
ruby_odata-0.1.6 spec/fixtures/int64_ids/edmx_car_service.xml
ruby_odata-0.1.5 spec/fixtures/int64_ids/edmx_car_service.xml