<?xml version="1.0" encoding="utf-8"?>
<edmx:Edmx Version="1.0"
xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx">
<edmx:Designer xmlns="http://schemas.microsoft.com/ado/2007/06/edmx">
<edmx:Connection>
<DesignerInfoPropertySet>
<DesignerProperty Name="MetadataArtifactProcessing"
							Value="CopyToOutputDirectory" />
</DesignerInfoPropertySet>
</edmx:Connection>
<edmx:Options>
<DesignerInfoPropertySet>
	<DesignerProperty Name="ValidateOnBuild" Value="true" />
</DesignerInfoPropertySet>
</edmx:Options>
<edmx:ReverseEngineer />
<edmx:Diagrams>
<!-- konfigurace nvrhe ... -->
<!-- ... -->
</edmx:Diagrams>
</edmx:Designer>
<edmx:Runtime>
<!-- CSDL content -->
<edmx:ConceptualModels>
	<!-- ... -->
</edmx:ConceptualModels>
<!-- SSDL content -->
<edmx:StorageModels>
	<!-- ... -->
</edmx:StorageModels>
<!-- C-S mapping content -->
<edmx:Mappings>
	<!-- ... -->
</edmx:Mappings>
</edmx:Runtime>
</edmx:Edmx>
