123456789101112131415161718192021 |
- <?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="77352b9aff0f4042bcdd89755625532d" Name="Diagram1">
- <EntityTypeShape EntityType="gr601_kayualModel.Fire" Width="1.5" PointX="3" PointY="3.25" IsExpanded="true" />
- <EntityTypeShape EntityType="gr601_kayualModel.Firehouse" Width="1.5" PointX="0.75" PointY="3.75" IsExpanded="true" />
- <EntityTypeShape EntityType="gr601_kayualModel.Fireman" Width="1.5" PointX="5.25" PointY="7" IsExpanded="true" />
- <EntityTypeShape EntityType="gr601_kayualModel.Forest" Width="1.5" PointX="0.75" PointY="0.75" IsExpanded="true" />
- <EntityTypeShape EntityType="gr601_kayualModel.StaffIS" Width="1.5" PointX="5.75" PointY="1.5" IsExpanded="true" />
- <EntityTypeShape EntityType="gr601_kayualModel.Team" Width="1.5" PointX="3" PointY="7.125" IsExpanded="true" />
- <AssociationConnector Association="gr601_kayualModel.FK_Firehousee_ID" ManuallyRouted="false" />
- <AssociationConnector Association="gr601_kayualModel.FK_Forest_ID" ManuallyRouted="false" />
- <AssociationConnector Association="gr601_kayualModel.FK_Firehouse_ID" ManuallyRouted="false" />
- <AssociationConnector Association="gr601_kayualModel.FK_Team_ID" ManuallyRouted="false" />
- </Diagram>
- </edmx:Diagrams>
- </edmx:Designer>
- </edmx:Edmx>
|