<Schema xmlns="http://schemas.microsoft.com/ado/2008/09/edm" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx" Namespace="MarketData"><EntityType Name="G1"><Key><PropertyRef Name="e2"/></Key><Property Name="e1" Type="Edm.String" Nullable="true" MaxLength="4000" FixedLength="false" Unicode="true"/><Property Name="e2" Type="Edm.Int32" Nullable="false"/></EntityType><EntityType Name="G2"><Key><PropertyRef Name="e2"/></Key><Property Name="e1" Type="Edm.String" Nullable="true" MaxLength="4000" FixedLength="false" Unicode="true"/><Property Name="e2" Type="Edm.Int32" Nullable="false"/></EntityType><EntityContainer Name="MarketData" m:IsDefaultEntityContainer="false"><EntitySet Name="G1" EntityType="MarketData.G1"/><EntitySet Name="G2" EntityType="MarketData.G2"/></EntityContainer></Schema>