14 lines
		
	
	
		
			829 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			829 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <edmx:Edmx Version="3.0" xmlns:edmx="http://schemas.microsoft.com/ado/2009/11/edmx">
 | |
|  <!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
 | |
|   <edmx:Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx">
 | |
|     <!-- Diagram content (shape and connector positions) -->
 | |
|     <edmx:Diagrams>
 | |
|       <Diagram DiagramId="8af6bb3e93b443e58e9543de2aff0f09" Name="Diagram1">
 | |
|         <EntityTypeShape EntityType="EEModel.Items" Width="1.5" PointX="0.75" PointY="0.75" IsExpanded="true" />
 | |
|         <EntityTypeShape EntityType="EEModel.Purchase" Width="1.5" PointX="2.75" PointY="0.75" IsExpanded="true" />
 | |
|         <EntityTypeShape EntityType="EEModel.vPurchase" Width="1.5" PointX="5.375" PointY="0.75" />
 | |
|       </Diagram>
 | |
|     </edmx:Diagrams>
 | |
|   </edmx:Designer>
 | |
| </edmx:Edmx> | 
