diff options
Diffstat (limited to 'kivio/kiviopart/stencils/Miscellaneous/ER/derivedattribute.sml')
-rw-r--r-- | kivio/kiviopart/stencils/Miscellaneous/ER/derivedattribute.sml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Miscellaneous/ER/derivedattribute.sml b/kivio/kiviopart/stencils/Miscellaneous/ER/derivedattribute.sml new file mode 100644 index 00000000..8c325c32 --- /dev/null +++ b/kivio/kiviopart/stencils/Miscellaneous/ER/derivedattribute.sml @@ -0,0 +1,22 @@ +<KivioShapeStencil creator="kate"> + <KivioSMLStencilSpawnerInfo> + <Title data="Derived Attribute"/> + <Id data="ER-DerivedAttribute"/> + <Version data="1.0"/> + <Description data="Derived Attribute shape used in ER diagrams"/> + <Copyright data="Copyright (C) 2005 Peter Simonsson. Distributed under the BSD license."/> + <Author data="Peter Simonsson"/> + <Email data="[email protected]"/> + <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"> + <KivioLineStyle pattern="2" joinstyle="0" capstyle="0"/> + </KivioShape> + <KivioShape type="TextBox" name="Text" x="0.0" y="0.0" w="72.0" h="34.0"/> +</KivioShapeStencil> |