diff options
Diffstat (limited to 'kivio/kiviopart/stencils/Miscellaneous/ER/attribute.sml')
-rw-r--r-- | kivio/kiviopart/stencils/Miscellaneous/ER/attribute.sml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Miscellaneous/ER/attribute.sml b/kivio/kiviopart/stencils/Miscellaneous/ER/attribute.sml new file mode 100644 index 00000000..88e06fdb --- /dev/null +++ b/kivio/kiviopart/stencils/Miscellaneous/ER/attribute.sml @@ -0,0 +1,20 @@ +<KivioShapeStencil creator="kate"> + <KivioSMLStencilSpawnerInfo> + <Title data="Attribute"/> + <Id data="ER-Attribute"/> + <Version data="1.0"/> + <Description data="Attribute 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="34.0"/> + <KivioConnectorTarget x="36.0" y="0.0"/> + <KivioConnectorTarget x="72.0" y="17.0"/> + <KivioConnectorTarget x="36.0" y="34.0"/> + <KivioConnectorTarget x="0.0" y="17.0"/> + <KivioShape type="Ellipse" name="Outline" x="0.0" y="0.0" w="72.0" h="34.0"/> + <KivioShape type="TextBox" name="Text" x="0.0" y="0.0" w="72.0" h="34.0"/> +</KivioShapeStencil> |