<Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Namespace="Loopy.1.MarketData" Alias="MarketData"><EntityType Name="G1"><Key><PropertyRef Name="e2"/></Key><Property Name="e1" Type="Edm.String" MaxLength="4000"/><Property Name="e2" Type="Edm.Int32" Nullable="false"/></EntityType><EntityType Name="G2"><Key><PropertyRef Name="e2"/></Key><Property Name="e1" Type="Edm.String" MaxLength="4000"/><Property Name="e2" Type="Edm.Int32" Nullable="false"/></EntityType><EntityContainer Name="MarketData"><EntitySet Name="G1" EntityType="MarketData.G1"/><EntitySet Name="G2" EntityType="MarketData.G2"/></EntityContainer></Schema>