Sha256: bcc8df968de7d0f0f1a2e17c130e8f3e474e2710ef93784fbccd4b08ad859854

Contents?: true

Size: 1.94 KB

Versions: 8

Compression:

Stored size: 1.94 KB

Contents

<edmx:Edmx xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx" Version="1.0">
<edmx:DataServices xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" m:DataServiceVersion="1.0">
<Schema xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns="http://schemas.microsoft.com/ado/2008/09/edm">
<EntityType Name="Partial">
<Key>
<PropertyRef Name="CustomerID"/>
</Key>
<Property Name="CustomerID" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="true" FixedLength="true"/>
<Property Name="CompanyName" Type="Edm.String" Nullable="false" MaxLength="40" Unicode="true" FixedLength="false"/>
<Property Name="ContactName" Type="Edm.String" Nullable="true" MaxLength="30" Unicode="true" FixedLength="false"/>
<Property Name="ContactTitle" Type="Edm.String" Nullable="true" MaxLength="30" Unicode="true" FixedLength="false"/>
<Property Name="Address" Type="Edm.String" Nullable="true" MaxLength="60" Unicode="true" FixedLength="false"/>
<Property Name="City" Type="Edm.String" Nullable="true" MaxLength="15" Unicode="true" FixedLength="false"/>
<Property Name="Region" Type="Edm.String" Nullable="true" MaxLength="15" Unicode="true" FixedLength="false"/>
<Property Name="PostalCode" Type="Edm.String" Nullable="true" MaxLength="10" Unicode="true" FixedLength="false"/>
<Property Name="Country" Type="Edm.String" Nullable="true" MaxLength="15" Unicode="true" FixedLength="false"/>
<Property Name="Phone" Type="Edm.String" Nullable="true" MaxLength="24" Unicode="true" FixedLength="false"/>
<Property Name="Fax" Type="Edm.String" Nullable="true" MaxLength="24" Unicode="true" FixedLength="false"/>
</EntityType>
<EntityContainer xmlns:p7="http://schemas.microsoft.com/ado/2009/02/edm/annotation" p7:LazyLoadingEnabled="true" m:IsDefaultEntityContainer="true">
<EntitySet Name="Partials" EntityType="Partial"/>
</EntityContainer>
</Schema>
</edmx:DataServices>
</edmx:Edmx>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ruby_odata-0.2.0.beta1 spec/fixtures/partial/partial_feed_metadata.xml
ruby_odata-0.1.6 spec/fixtures/partial/partial_feed_metadata.xml
ruby_odata-0.1.5 spec/fixtures/partial/partial_feed_metadata.xml
ruby_odata-0.1.4 spec/fixtures/partial/partial_feed_metadata.xml
ruby_odata-0.1.3 spec/fixtures/partial/partial_feed_metadata.xml
ruby_odata-0.1.2 spec/fixtures/partial/partial_feed_metadata.xml
ruby_odata-0.1.1 spec/fixtures/partial/partial_feed_metadata.xml
ruby_odata-0.1.0 spec/fixtures/partial/partial_feed_metadata.xml