diff options
Diffstat (limited to 'kivio/kiviopart/stencils/Miscellaneous/ER/weakrelationship.sml')
-rw-r--r-- | kivio/kiviopart/stencils/Miscellaneous/ER/weakrelationship.sml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Miscellaneous/ER/weakrelationship.sml b/kivio/kiviopart/stencils/Miscellaneous/ER/weakrelationship.sml new file mode 100644 index 00000000..ac102000 --- /dev/null +++ b/kivio/kiviopart/stencils/Miscellaneous/ER/weakrelationship.sml @@ -0,0 +1,38 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="kate"> + <KivioSMLStencilSpawnerInfo> + <Title data="Relationship"/> + <Id data="ER-Relationship"/> + <Version data="1.0"/> + <Description data="Relationship shape used in ER diagrams"/> + <Copyright data="Copyright (C) 2005 Peter Simonsson. Distributed under the BSD license."/> + <Author data="Peter Simonsson"/> + <Email data="psn@linux.se"/> + <Web data="http://www.koffice.org/kivio/"/> + </KivioSMLStencilSpawnerInfo> + + <Dimensions w="72.0" h="54.0"/> + <KivioConnectorTarget x="36.0" y="0.0"/> + <KivioConnectorTarget x="54.0" y="13.5"/> + <KivioConnectorTarget x="72.0" y="27.0"/> + <KivioConnectorTarget x="54.0" y="40.5"/> + <KivioConnectorTarget x="36.0" y="54.0"/> + <KivioConnectorTarget x="18.0" y="40.5"/> + <KivioConnectorTarget x="0.0" y="27.0"/> + <KivioConnectorTarget x="18.0" y="13.5"/> + <KivioShape type="Polygon" name="Outline"> + <KivioPoint x="36.0" y="0.0"/> + <KivioPoint x="72.0" y="27.0"/> + <KivioPoint x="36.0" y="54.0"/> + <KivioPoint x="0.0" y="27.0"/> + <KivioPoint x="36.0" y="0.0"/> + </KivioShape> + <KivioShape type="Polygon" name="InsidePolygon"> + <KivioPoint x="36.0" y="5.0"/> + <KivioPoint x="67.0" y="27.0"/> + <KivioPoint x="36.0" y="49.0"/> + <KivioPoint x="5.0" y="27.0"/> + <KivioPoint x="36.0" y="5.0"/> + </KivioShape> + <KivioShape type="TextBox" name="Text" x="18.0" y="13.5" w="36.0" h="27.0"/> +</KivioShapeStencil> |