diff options
Diffstat (limited to 'kivio/kiviopart/stencils/Miscellaneous/ER')
-rw-r--r-- | kivio/kiviopart/stencils/Miscellaneous/ER/Makefile.am | 4 | ||||
-rw-r--r-- | kivio/kiviopart/stencils/Miscellaneous/ER/attribute.sml | 20 | ||||
-rw-r--r-- | kivio/kiviopart/stencils/Miscellaneous/ER/derivedattribute.sml | 22 | ||||
-rw-r--r-- | kivio/kiviopart/stencils/Miscellaneous/ER/desc | 6 | ||||
-rw-r--r-- | kivio/kiviopart/stencils/Miscellaneous/ER/entity.sml | 25 | ||||
-rw-r--r-- | kivio/kiviopart/stencils/Miscellaneous/ER/icon.png | bin | 0 -> 158 bytes | |||
-rw-r--r-- | kivio/kiviopart/stencils/Miscellaneous/ER/multivaluedattribute.sml | 21 | ||||
-rw-r--r-- | kivio/kiviopart/stencils/Miscellaneous/ER/relationship.sml | 31 | ||||
-rw-r--r-- | kivio/kiviopart/stencils/Miscellaneous/ER/weakentity.sml | 26 | ||||
-rw-r--r-- | kivio/kiviopart/stencils/Miscellaneous/ER/weakrelationship.sml | 38 |
10 files changed, 193 insertions, 0 deletions
diff --git a/kivio/kiviopart/stencils/Miscellaneous/ER/Makefile.am b/kivio/kiviopart/stencils/Miscellaneous/ER/Makefile.am new file mode 100644 index 00000000..fb8d184a --- /dev/null +++ b/kivio/kiviopart/stencils/Miscellaneous/ER/Makefile.am @@ -0,0 +1,4 @@ +erdir = $(kde_datadir)/kivio/stencils/Miscellaneous/ER + +er_DATA = desc icon.png entity.sml weakentity.sml attribute.sml multivaluedattribute.sml \ + derivedattribute.sml relationship.sml weakrelationship.sml 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="[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"/> + <KivioShape type="TextBox" name="Text" x="0.0" y="0.0" w="72.0" h="34.0"/> +</KivioShapeStencil> 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> diff --git a/kivio/kiviopart/stencils/Miscellaneous/ER/desc b/kivio/kiviopart/stencils/Miscellaneous/ER/desc new file mode 100644 index 00000000..c0c3af29 --- /dev/null +++ b/kivio/kiviopart/stencils/Miscellaneous/ER/desc @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<KivioStencilSpawnerSet> + <Title data="Entity Relationship"/> + <Id data="Kivio-ER-Collection"/> + <Description>Stencils needed to create an Entity Relationship diagram.</Description> +</KivioStencilSpawnerSet> diff --git a/kivio/kiviopart/stencils/Miscellaneous/ER/entity.sml b/kivio/kiviopart/stencils/Miscellaneous/ER/entity.sml new file mode 100644 index 00000000..6eaed85a --- /dev/null +++ b/kivio/kiviopart/stencils/Miscellaneous/ER/entity.sml @@ -0,0 +1,25 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="kate"> + <KivioSMLStencilSpawnerInfo> + <Title data="Entity"/> + <Id data="ER-Entity"/> + <Version data="1.0"/> + <Description data="Entity 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="54.0"/> + <KivioConnectorTarget x="0.0" y="0.0"/> + <KivioConnectorTarget x="36.0" y="0.0"/> + <KivioConnectorTarget x="72.0" y="0.0"/> + <KivioConnectorTarget x="72.0" y="27.0"/> + <KivioConnectorTarget x="72.0" y="54.0"/> + <KivioConnectorTarget x="36.0" y="54.0"/> + <KivioConnectorTarget x="0.0" y="54.0"/> + <KivioConnectorTarget x="0.0" y="27.0"/> + <KivioShape type="Rectangle" name="Outline" x="0.0" y="0.0" w="72.0" h="54.0"/> + <KivioShape type="TextBox" name="Text" x="0.0" y="0.0" w="72.0" h="54.0"/> +</KivioShapeStencil> diff --git a/kivio/kiviopart/stencils/Miscellaneous/ER/icon.png b/kivio/kiviopart/stencils/Miscellaneous/ER/icon.png Binary files differnew file mode 100644 index 00000000..620efdc3 --- /dev/null +++ b/kivio/kiviopart/stencils/Miscellaneous/ER/icon.png diff --git a/kivio/kiviopart/stencils/Miscellaneous/ER/multivaluedattribute.sml b/kivio/kiviopart/stencils/Miscellaneous/ER/multivaluedattribute.sml new file mode 100644 index 00000000..baef5b76 --- /dev/null +++ b/kivio/kiviopart/stencils/Miscellaneous/ER/multivaluedattribute.sml @@ -0,0 +1,21 @@ +<KivioShapeStencil creator="kate"> + <KivioSMLStencilSpawnerInfo> + <Title data="Multivalued Attribute"/> + <Id data="ER-MultivaluedAttribute"/> + <Version data="1.0"/> + <Description data="Multivalued 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"/> + <KivioShape type="Ellipse" name="InsideEllipse" x="5.0" y="5.0" w="62.0" h="24.0"/> + <KivioShape type="TextBox" name="Text" x="5.0" y="5.0" w="62.0" h="24.0"/> +</KivioShapeStencil> diff --git a/kivio/kiviopart/stencils/Miscellaneous/ER/relationship.sml b/kivio/kiviopart/stencils/Miscellaneous/ER/relationship.sml new file mode 100644 index 00000000..bd6c93ea --- /dev/null +++ b/kivio/kiviopart/stencils/Miscellaneous/ER/relationship.sml @@ -0,0 +1,31 @@ +<?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="[email protected]"/> + <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="TextBox" name="Text" x="18.0" y="13.5" w="36.0" h="27.0"/> +</KivioShapeStencil> diff --git a/kivio/kiviopart/stencils/Miscellaneous/ER/weakentity.sml b/kivio/kiviopart/stencils/Miscellaneous/ER/weakentity.sml new file mode 100644 index 00000000..b81da1e9 --- /dev/null +++ b/kivio/kiviopart/stencils/Miscellaneous/ER/weakentity.sml @@ -0,0 +1,26 @@ +<?xml version="1.0"?> +<KivioShapeStencil creator="kate"> + <KivioSMLStencilSpawnerInfo> + <Title data="Weak Entity"/> + <Id data="ER-WeakEntity"/> + <Version data="1.0"/> + <Description data="Weak Entity 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="54.0"/> + <KivioConnectorTarget x="0.0" y="0.0"/> + <KivioConnectorTarget x="36.0" y="0.0"/> + <KivioConnectorTarget x="72.0" y="0.0"/> + <KivioConnectorTarget x="72.0" y="27.0"/> + <KivioConnectorTarget x="72.0" y="54.0"/> + <KivioConnectorTarget x="36.0" y="54.0"/> + <KivioConnectorTarget x="0.0" y="54.0"/> + <KivioConnectorTarget x="0.0" y="27.0"/> + <KivioShape type="Rectangle" name="Outline" x="0.0" y="0.0" w="72.0" h="54.0"/> + <KivioShape type="Rectangle" name="InsideBox" x="5.0" y="5.0" w="62.0" h="44.0"/> + <KivioShape type="TextBox" name="Text" x="5.0" y="5.0" w="62.0" h="44.0"/> +</KivioShapeStencil> 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="[email protected]"/> + <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> |