<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"><Annotation Term="teiid.CASE_SENSITIVE"><Bool>true</Bool></Annotation><Annotation Term="teiid.SIGNED"><Bool>false</Bool></Annotation></Property><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"><Annotation Term="teiid.UPDATABLE"><Bool>true</Bool></Annotation><Annotation Term="teiid.CASE_SENSITIVE"><Bool>true</Bool></Annotation><Annotation Term="teiid.SIGNED"><Bool>false</Bool></Annotation></Property><Property Name="e2" Type="Edm.Int32" Nullable="false"><Annotation Term="teiid.UPDATABLE"><Bool>true</Bool></Annotation></Property><Annotation Term="teiid.UPDATABLE"><Bool>true</Bool></Annotation></EntityType><EntityContainer Name="MarketData"><EntitySet Name="G1" EntityType="MarketData.G1"/><EntitySet Name="G2" EntityType="MarketData.G2"/></EntityContainer></Schema>