-- -- PostgreSQL database dump -- SET client_encoding = 'UTF8'; SET standard_conforming_strings = off; SET check_function_bodies = false; SET client_min_messages = warning; SET escape_string_warning = off; -- -- Name: org_htmldocs; Type: DATABASE; Schema: -; Owner: postgres -- CREATE DATABASE org_htmldocs WITH TEMPLATE = template0 ENCODING = 'UTF8'; ALTER DATABASE org_htmldocs OWNER TO postgres; \connect org_htmldocs SET client_encoding = 'UTF8'; SET standard_conforming_strings = off; SET check_function_bodies = false; SET client_min_messages = warning; SET escape_string_warning = off; -- -- Name: SCHEMA public; Type: COMMENT; Schema: -; Owner: postgres -- COMMENT ON SCHEMA public IS 'Standard public schema'; SET search_path = public, pg_catalog; SET default_tablespace = ''; SET default_with_oids = false; -- -- Name: attribute; Type: TABLE; Schema: public; Owner: postgres; Tablespace: -- CREATE TABLE attribute ( id integer NOT NULL, name character varying NOT NULL, url character varying NOT NULL, version character varying NOT NULL ); ALTER TABLE public.attribute OWNER TO postgres; -- -- Name: attribute_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres -- CREATE SEQUENCE attribute_id_seq INCREMENT BY 1 NO MAXVALUE NO MINVALUE CACHE 1; ALTER TABLE public.attribute_id_seq OWNER TO postgres; -- -- Name: attribute_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres -- ALTER SEQUENCE attribute_id_seq OWNED BY attribute.id; -- -- Name: attribute_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres -- SELECT pg_catalog.setval('attribute_id_seq', 940, true); -- -- Name: element; Type: TABLE; Schema: public; Owner: postgres; Tablespace: -- CREATE TABLE element ( id integer NOT NULL, name character varying NOT NULL, url character varying NOT NULL, version character varying NOT NULL ); ALTER TABLE public.element OWNER TO postgres; -- -- Name: element_attribute; Type: TABLE; Schema: public; Owner: postgres; Tablespace: -- CREATE TABLE element_attribute ( elementid integer NOT NULL, attributeid integer NOT NULL ); ALTER TABLE public.element_attribute OWNER TO postgres; -- -- Name: element_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres -- CREATE SEQUENCE element_id_seq INCREMENT BY 1 NO MAXVALUE NO MINVALUE CACHE 1; ALTER TABLE public.element_id_seq OWNER TO postgres; -- -- Name: element_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres -- ALTER SEQUENCE element_id_seq OWNED BY element.id; -- -- Name: element_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres -- SELECT pg_catalog.setval('element_id_seq', 455, true); -- -- Name: id; Type: DEFAULT; Schema: public; Owner: postgres -- ALTER TABLE attribute ALTER COLUMN id SET DEFAULT nextval('attribute_id_seq'::regclass); -- -- Name: id; Type: DEFAULT; Schema: public; Owner: postgres -- ALTER TABLE element ALTER COLUMN id SET DEFAULT nextval('element_id_seq'::regclass); -- -- Data for Name: attribute; Type: TABLE DATA; Schema: public; Owner: postgres -- COPY attribute (id, name, url, version) FROM stdin; 753 abbr http://www.w3.org/TR/REC-html40/struct/tables.html#adef-abbr html40 754 accept-charset http://www.w3.org/TR/REC-html40/interact/forms.html#adef-accept-charset html40 755 accept http://www.w3.org/TR/REC-html40/interact/forms.html#adef-accept html40 756 accesskey http://www.w3.org/TR/REC-html40/interact/forms.html#adef-accesskey html40 757 action http://www.w3.org/TR/REC-html40/interact/forms.html#adef-action html40 758 align http://www.w3.org/TR/REC-html40/struct/tables.html#adef-align-CAPTION html40 759 align http://www.w3.org/TR/REC-html40/struct/objects.html#adef-align-IMG html40 760 align http://www.w3.org/TR/REC-html40/interact/forms.html#adef-align-LEGEND html40 761 align http://www.w3.org/TR/REC-html40/struct/tables.html#adef-align-TABLE html40 762 align http://www.w3.org/TR/REC-html40/present/graphics.html#adef-align-HR html40 763 align http://www.w3.org/TR/REC-html40/present/graphics.html#adef-align html40 764 align http://www.w3.org/TR/REC-html40/struct/tables.html#adef-align-TD html40 765 alink http://www.w3.org/TR/REC-html40/struct/global.html#adef-alink html40 766 alt http://www.w3.org/TR/REC-html40/struct/objects.html#adef-alt html40 767 alt http://www.w3.org/TR/REC-html40/struct/objects.html#adef-alt html40 768 alt http://www.w3.org/TR/REC-html40/struct/objects.html#adef-alt html40 769 archive http://www.w3.org/TR/REC-html40/struct/objects.html#adef-archive-APPLET html40 770 archive http://www.w3.org/TR/REC-html40/struct/objects.html#adef-archive-OBJECT html40 771 axis http://www.w3.org/TR/REC-html40/struct/tables.html#adef-axis html40 772 background http://www.w3.org/TR/REC-html40/struct/global.html#adef-background html40 773 bgcolor http://www.w3.org/TR/REC-html40/present/graphics.html#adef-bgcolor html40 774 bgcolor http://www.w3.org/TR/REC-html40/present/graphics.html#adef-bgcolor html40 775 bgcolor http://www.w3.org/TR/REC-html40/present/graphics.html#adef-bgcolor html40 776 bgcolor http://www.w3.org/TR/REC-html40/present/graphics.html#adef-bgcolor html40 777 border http://www.w3.org/TR/REC-html40/struct/tables.html#adef-border-TABLE html40 778 border http://www.w3.org/TR/REC-html40/struct/objects.html#adef-border-IMG html40 779 cellpadding http://www.w3.org/TR/REC-html40/struct/tables.html#adef-cellpadding html40 780 cellspacing http://www.w3.org/TR/REC-html40/struct/tables.html#adef-cellspacing html40 781 char http://www.w3.org/TR/REC-html40/struct/tables.html#adef-char html40 782 charoff http://www.w3.org/TR/REC-html40/struct/tables.html#adef-charoff html40 783 charset http://www.w3.org/TR/REC-html40/struct/links.html#adef-charset html40 784 checked http://www.w3.org/TR/REC-html40/interact/forms.html#adef-checked html40 785 cite http://www.w3.org/TR/REC-html40/struct/text.html#adef-cite-Q html40 786 cite http://www.w3.org/TR/REC-html40/struct/text.html#adef-cite-INS html40 787 class http://www.w3.org/TR/REC-html40/struct/global.html#adef-class html40 788 classid http://www.w3.org/TR/REC-html40/struct/objects.html#adef-classid html40 789 clear http://www.w3.org/TR/REC-html40/present/graphics.html#adef-clear html40 790 code http://www.w3.org/TR/REC-html40/struct/objects.html#adef-code html40 791 codebase http://www.w3.org/TR/REC-html40/struct/objects.html#adef-codebase-OBJECT html40 792 codebase http://www.w3.org/TR/REC-html40/struct/objects.html#adef-codebase-APPLET html40 793 codetype http://www.w3.org/TR/REC-html40/struct/objects.html#adef-codetype html40 794 color http://www.w3.org/TR/REC-html40/present/graphics.html#adef-color-FONT html40 795 cols http://www.w3.org/TR/REC-html40/present/frames.html#adef-cols-FRAMESET html40 796 cols http://www.w3.org/TR/REC-html40/interact/forms.html#adef-cols-TEXTAREA html40 797 colspan http://www.w3.org/TR/REC-html40/struct/tables.html#adef-colspan html40 798 compact http://www.w3.org/TR/REC-html40/struct/lists.html#adef-compact html40 799 content http://www.w3.org/TR/REC-html40/struct/global.html#adef-content html40 800 coords http://www.w3.org/TR/REC-html40/struct/objects.html#adef-coords html40 801 coords http://www.w3.org/TR/REC-html40/struct/objects.html#adef-coords html40 802 data http://www.w3.org/TR/REC-html40/struct/objects.html#adef-data html40 803 datetime http://www.w3.org/TR/REC-html40/struct/text.html#adef-datetime html40 804 declare http://www.w3.org/TR/REC-html40/struct/objects.html#adef-declare html40 805 defer http://www.w3.org/TR/REC-html40/interact/scripts.html#adef-defer html40 806 dir http://www.w3.org/TR/REC-html40/struct/dirlang.html#adef-dir html40 807 dir http://www.w3.org/TR/REC-html40/struct/dirlang.html#adef-dir-BDO html40 808 disabled http://www.w3.org/TR/REC-html40/interact/forms.html#adef-disabled html40 809 enctype http://www.w3.org/TR/REC-html40/interact/forms.html#adef-enctype html40 810 face http://www.w3.org/TR/REC-html40/present/graphics.html#adef-face-FONT html40 811 for http://www.w3.org/TR/REC-html40/interact/forms.html#adef-for html40 812 frame http://www.w3.org/TR/REC-html40/struct/tables.html#adef-frame html40 813 frameborder http://www.w3.org/TR/REC-html40/present/frames.html#adef-frameborder html40 814 headers http://www.w3.org/TR/REC-html40/struct/tables.html#adef-headers html40 815 height http://www.w3.org/TR/REC-html40/present/frames.html#adef-height-IFRAME html40 816 height http://www.w3.org/TR/REC-html40/struct/tables.html#adef-height-TH html40 817 height http://www.w3.org/TR/REC-html40/struct/objects.html#adef-height-IMG html40 818 height http://www.w3.org/TR/REC-html40/struct/objects.html#adef-height-APPLET html40 819 href http://www.w3.org/TR/REC-html40/struct/links.html#adef-href html40 820 href http://www.w3.org/TR/REC-html40/struct/links.html#adef-href-BASE html40 821 hreflang http://www.w3.org/TR/REC-html40/struct/links.html#adef-hreflang html40 822 hspace http://www.w3.org/TR/REC-html40/struct/objects.html#adef-hspace html40 823 http-equiv http://www.w3.org/TR/REC-html40/struct/global.html#adef-http-equiv html40 824 id http://www.w3.org/TR/REC-html40/struct/global.html#adef-id html40 825 ismap http://www.w3.org/TR/REC-html40/struct/objects.html#adef-ismap html40 826 label http://www.w3.org/TR/REC-html40/interact/forms.html#adef-label-OPTION html40 827 label http://www.w3.org/TR/REC-html40/interact/forms.html#adef-label-OPTGROUP html40 828 lang http://www.w3.org/TR/REC-html40/struct/dirlang.html#adef-lang html40 829 language http://www.w3.org/TR/REC-html40/interact/scripts.html#adef-language html40 830 link http://www.w3.org/TR/REC-html40/struct/global.html#adef-link html40 831 longdesc http://www.w3.org/TR/REC-html40/struct/objects.html#adef-longdesc-IMG html40 832 longdesc http://www.w3.org/TR/REC-html40/present/frames.html#adef-longdesc-FRAME html40 833 marginheight http://www.w3.org/TR/REC-html40/present/frames.html#adef-marginheight html40 834 marginwidth http://www.w3.org/TR/REC-html40/present/frames.html#adef-marginwidth html40 835 maxlength http://www.w3.org/TR/REC-html40/interact/forms.html#adef-maxlength html40 836 media http://www.w3.org/TR/REC-html40/present/styles.html#adef-media html40 837 media http://www.w3.org/TR/REC-html40/present/styles.html#adef-media html40 838 method http://www.w3.org/TR/REC-html40/interact/forms.html#adef-method html40 839 multiple http://www.w3.org/TR/REC-html40/interact/forms.html#adef-multiple html40 840 name http://www.w3.org/TR/REC-html40/interact/forms.html#adef-name-BUTTON html40 841 name http://www.w3.org/TR/REC-html40/struct/objects.html#adef-name-APPLET html40 842 name http://www.w3.org/TR/REC-html40/interact/forms.html#adef-name-SELECT html40 843 name http://www.w3.org/TR/REC-html40/interact/forms.html#adef-name-FORM html40 844 name http://www.w3.org/TR/REC-html40/present/frames.html#adef-name-FRAME html40 845 name http://www.w3.org/TR/REC-html40/struct/objects.html#adef-name-IMG html40 846 name http://www.w3.org/TR/REC-html40/struct/links.html#adef-name-A html40 847 name http://www.w3.org/TR/REC-html40/interact/forms.html#adef-name-INPUT html40 848 name http://www.w3.org/TR/REC-html40/struct/objects.html#adef-name-MAP html40 849 name http://www.w3.org/TR/REC-html40/struct/objects.html#adef-name-PARAM html40 850 name http://www.w3.org/TR/REC-html40/struct/global.html#adef-name-META html40 851 nohref http://www.w3.org/TR/REC-html40/struct/objects.html#adef-nohref html40 852 noresize http://www.w3.org/TR/REC-html40/present/frames.html#adef-noresize html40 853 noshade http://www.w3.org/TR/REC-html40/present/graphics.html#adef-noshade html40 854 nowrap http://www.w3.org/TR/REC-html40/struct/tables.html#adef-nowrap html40 855 object http://www.w3.org/TR/REC-html40/struct/objects.html#adef-object html40 856 onblur http://www.w3.org/TR/REC-html40/interact/scripts.html#adef-onblur html40 857 onchange http://www.w3.org/TR/REC-html40/interact/scripts.html#adef-onchange html40 858 onclick http://www.w3.org/TR/REC-html40/interact/scripts.html#adef-onclick html40 859 ondblclick http://www.w3.org/TR/REC-html40/interact/scripts.html#adef-ondblclick html40 860 onfocus http://www.w3.org/TR/REC-html40/interact/scripts.html#adef-onfocus html40 861 onkeydown http://www.w3.org/TR/REC-html40/interact/scripts.html#adef-onkeydown html40 862 onkeypress http://www.w3.org/TR/REC-html40/interact/scripts.html#adef-onkeypress html40 863 onkeyup http://www.w3.org/TR/REC-html40/interact/scripts.html#adef-onkeyup html40 864 onload http://www.w3.org/TR/REC-html40/interact/scripts.html#adef-onload html40 865 onload http://www.w3.org/TR/REC-html40/interact/scripts.html#adef-onload html40 866 onmousedown http://www.w3.org/TR/REC-html40/interact/scripts.html#adef-onmousedown html40 867 onmousemove http://www.w3.org/TR/REC-html40/interact/scripts.html#adef-onmousemove html40 868 onmouseout http://www.w3.org/TR/REC-html40/interact/scripts.html#adef-onmouseout html40 869 onmouseover http://www.w3.org/TR/REC-html40/interact/scripts.html#adef-onmouseover html40 870 onmouseup http://www.w3.org/TR/REC-html40/interact/scripts.html#adef-onmouseup html40 871 onreset http://www.w3.org/TR/REC-html40/interact/scripts.html#adef-onreset html40 872 onselect http://www.w3.org/TR/REC-html40/interact/scripts.html#adef-onselect html40 873 onsubmit http://www.w3.org/TR/REC-html40/interact/scripts.html#adef-onsubmit html40 874 onunload http://www.w3.org/TR/REC-html40/interact/scripts.html#adef-onunload html40 875 onunload http://www.w3.org/TR/REC-html40/interact/scripts.html#adef-onunload html40 876 profile http://www.w3.org/TR/REC-html40/struct/global.html#adef-profile html40 877 prompt http://www.w3.org/TR/REC-html40/interact/forms.html#adef-prompt html40 878 readonly http://www.w3.org/TR/REC-html40/interact/forms.html#adef-readonly html40 879 readonly http://www.w3.org/TR/REC-html40/interact/forms.html#adef-readonly html40 880 rel http://www.w3.org/TR/REC-html40/struct/links.html#adef-rel html40 881 rev http://www.w3.org/TR/REC-html40/struct/links.html#adef-rev html40 882 rows http://www.w3.org/TR/REC-html40/present/frames.html#adef-rows-FRAMESET html40 883 rows http://www.w3.org/TR/REC-html40/interact/forms.html#adef-rows-TEXTAREA html40 884 rowspan http://www.w3.org/TR/REC-html40/struct/tables.html#adef-rowspan html40 885 rules http://www.w3.org/TR/REC-html40/struct/tables.html#adef-rules html40 886 scheme http://www.w3.org/TR/REC-html40/struct/global.html#adef-scheme html40 887 scope http://www.w3.org/TR/REC-html40/struct/tables.html#adef-scope html40 888 scrolling http://www.w3.org/TR/REC-html40/present/frames.html#adef-scrolling html40 889 selected http://www.w3.org/TR/REC-html40/interact/forms.html#adef-selected html40 890 shape http://www.w3.org/TR/REC-html40/struct/objects.html#adef-shape html40 891 shape http://www.w3.org/TR/REC-html40/struct/objects.html#adef-shape html40 892 size http://www.w3.org/TR/REC-html40/present/graphics.html#adef-size-HR html40 893 size http://www.w3.org/TR/REC-html40/present/graphics.html#adef-size-FONT html40 894 size http://www.w3.org/TR/REC-html40/interact/forms.html#adef-size-INPUT html40 895 size http://www.w3.org/TR/REC-html40/present/graphics.html#adef-size-BASEFONT html40 896 size http://www.w3.org/TR/REC-html40/interact/forms.html#adef-size-SELECT html40 897 span http://www.w3.org/TR/REC-html40/struct/tables.html#adef-span-COL html40 898 span http://www.w3.org/TR/REC-html40/struct/tables.html#adef-span-COLGROUP html40 899 src http://www.w3.org/TR/REC-html40/interact/scripts.html#adef-src-SCRIPT html40 900 src http://www.w3.org/TR/REC-html40/interact/forms.html#adef-src html40 901 src http://www.w3.org/TR/REC-html40/present/frames.html#adef-src-FRAME html40 902 src http://www.w3.org/TR/REC-html40/struct/objects.html#adef-src-IMG html40 903 standby http://www.w3.org/TR/REC-html40/struct/objects.html#adef-standby html40 904 start http://www.w3.org/TR/REC-html40/struct/lists.html#adef-start html40 905 style http://www.w3.org/TR/REC-html40/present/styles.html#adef-style html40 906 summary http://www.w3.org/TR/REC-html40/struct/tables.html#adef-summary html40 907 tabindex http://www.w3.org/TR/REC-html40/interact/forms.html#adef-tabindex html40 908 target http://www.w3.org/TR/REC-html40/present/frames.html#adef-target html40 909 text http://www.w3.org/TR/REC-html40/struct/global.html#adef-text html40 910 title http://www.w3.org/TR/REC-html40/struct/global.html#adef-title html40 911 type http://www.w3.org/TR/REC-html40/struct/links.html#adef-type-A html40 912 type http://www.w3.org/TR/REC-html40/struct/objects.html#adef-type-OBJECT html40 913 type http://www.w3.org/TR/REC-html40/struct/objects.html#adef-type-PARAM html40 914 type http://www.w3.org/TR/REC-html40/interact/scripts.html#adef-type-SCRIPT html40 915 type http://www.w3.org/TR/REC-html40/present/styles.html#adef-type-STYLE html40 916 type http://www.w3.org/TR/REC-html40/interact/forms.html#adef-type-INPUT html40 917 type http://www.w3.org/TR/REC-html40/struct/lists.html#adef-type-LI html40 918 type http://www.w3.org/TR/REC-html40/struct/lists.html#adef-type-OL html40 919 type http://www.w3.org/TR/REC-html40/struct/lists.html#adef-type-UL html40 920 type http://www.w3.org/TR/REC-html40/interact/forms.html#adef-type-BUTTON html40 921 usemap http://www.w3.org/TR/REC-html40/struct/objects.html#adef-usemap html40 922 valign http://www.w3.org/TR/REC-html40/struct/tables.html#adef-valign html40 923 value http://www.w3.org/TR/REC-html40/interact/forms.html#adef-value-INPUT html40 924 value http://www.w3.org/TR/REC-html40/interact/forms.html#adef-value-OPTION html40 925 value http://www.w3.org/TR/REC-html40/struct/objects.html#adef-value-PARAM html40 926 value http://www.w3.org/TR/REC-html40/interact/forms.html#adef-value-BUTTON html40 927 value http://www.w3.org/TR/REC-html40/struct/lists.html#adef-value-LI html40 928 valuetype http://www.w3.org/TR/REC-html40/struct/objects.html#adef-valuetype html40 929 version http://www.w3.org/TR/REC-html40/struct/global.html#adef-version html40 930 vlink http://www.w3.org/TR/REC-html40/struct/global.html#adef-vlink html40 931 vspace http://www.w3.org/TR/REC-html40/struct/objects.html#adef-vspace html40 932 width http://www.w3.org/TR/REC-html40/present/graphics.html#adef-width-HR html40 933 width http://www.w3.org/TR/REC-html40/present/frames.html#adef-width-IFRAME html40 934 width http://www.w3.org/TR/REC-html40/struct/objects.html#adef-width-IMG html40 935 width http://www.w3.org/TR/REC-html40/struct/tables.html#adef-width-TABLE html40 936 width http://www.w3.org/TR/REC-html40/struct/tables.html#adef-width-TH html40 937 width http://www.w3.org/TR/REC-html40/struct/objects.html#adef-width-APPLET html40 938 width http://www.w3.org/TR/REC-html40/struct/tables.html#adef-width-COL html40 939 width http://www.w3.org/TR/REC-html40/struct/tables.html#adef-width-COLGROUP html40 940 width http://www.w3.org/TR/REC-html40/struct/text.html#adef-width-PRE html40 \. -- -- Data for Name: element; Type: TABLE DATA; Schema: public; Owner: postgres -- COPY element (id, name, url, version) FROM stdin; 365 A http://www.w3.org/TR/REC-html40/struct/links.html#edef-A html40 366 ABBR http://www.w3.org/TR/REC-html40/struct/text.html#edef-ABBR html40 367 ACRONYM http://www.w3.org/TR/REC-html40/struct/text.html#edef-ACRONYM html40 368 ADDRESS http://www.w3.org/TR/REC-html40/struct/global.html#edef-ADDRESS html40 369 APPLET http://www.w3.org/TR/REC-html40/struct/objects.html#edef-APPLET html40 370 AREA http://www.w3.org/TR/REC-html40/struct/objects.html#edef-AREA html40 371 B http://www.w3.org/TR/REC-html40/present/graphics.html#edef-B html40 372 BASE http://www.w3.org/TR/REC-html40/struct/links.html#edef-BASE html40 373 BASEFONT http://www.w3.org/TR/REC-html40/present/graphics.html#edef-BASEFONT html40 374 BDO http://www.w3.org/TR/REC-html40/struct/dirlang.html#edef-BDO html40 375 BIG http://www.w3.org/TR/REC-html40/present/graphics.html#edef-BIG html40 376 BLOCKQUOTE http://www.w3.org/TR/REC-html40/struct/text.html#edef-BLOCKQUOTE html40 377 BODY http://www.w3.org/TR/REC-html40/struct/global.html#edef-BODY html40 378 BR http://www.w3.org/TR/REC-html40/struct/text.html#edef-BR html40 379 BUTTON http://www.w3.org/TR/REC-html40/interact/forms.html#edef-BUTTON html40 380 CAPTION http://www.w3.org/TR/REC-html40/struct/tables.html#edef-CAPTION html40 381 CENTER http://www.w3.org/TR/REC-html40/present/graphics.html#edef-CENTER html40 382 CITE http://www.w3.org/TR/REC-html40/struct/text.html#edef-CITE html40 383 CODE http://www.w3.org/TR/REC-html40/struct/text.html#edef-CODE html40 384 COL http://www.w3.org/TR/REC-html40/struct/tables.html#edef-COL html40 385 COLGROUP http://www.w3.org/TR/REC-html40/struct/tables.html#edef-COLGROUP html40 386 DD http://www.w3.org/TR/REC-html40/struct/lists.html#edef-DD html40 387 DEL http://www.w3.org/TR/REC-html40/struct/text.html#edef-del html40 388 DFN http://www.w3.org/TR/REC-html40/struct/text.html#edef-DFN html40 389 DIR http://www.w3.org/TR/REC-html40/struct/lists.html#edef-DIR html40 390 DIV http://www.w3.org/TR/REC-html40/struct/global.html#edef-DIV html40 391 DL http://www.w3.org/TR/REC-html40/struct/lists.html#edef-DL html40 392 DT http://www.w3.org/TR/REC-html40/struct/lists.html#edef-DT html40 393 EM http://www.w3.org/TR/REC-html40/struct/text.html#edef-EM html40 394 FIELDSET http://www.w3.org/TR/REC-html40/interact/forms.html#edef-FIELDSET html40 395 FONT http://www.w3.org/TR/REC-html40/present/graphics.html#edef-FONT html40 396 FORM http://www.w3.org/TR/REC-html40/interact/forms.html#edef-FORM html40 397 FRAME http://www.w3.org/TR/REC-html40/present/frames.html#edef-FRAME html40 398 FRAMESET http://www.w3.org/TR/REC-html40/present/frames.html#edef-FRAMESET html40 399 H1 http://www.w3.org/TR/REC-html40/struct/global.html#edef-H1 html40 400 H2 http://www.w3.org/TR/REC-html40/struct/global.html#edef-H2 html40 401 H3 http://www.w3.org/TR/REC-html40/struct/global.html#edef-H3 html40 402 H4 http://www.w3.org/TR/REC-html40/struct/global.html#edef-H4 html40 403 H5 http://www.w3.org/TR/REC-html40/struct/global.html#edef-H5 html40 404 H6 http://www.w3.org/TR/REC-html40/struct/global.html#edef-H6 html40 405 HEAD http://www.w3.org/TR/REC-html40/struct/global.html#edef-HEAD html40 406 HR http://www.w3.org/TR/REC-html40/present/graphics.html#edef-HR html40 407 HTML http://www.w3.org/TR/REC-html40/struct/global.html#edef-HTML html40 408 I http://www.w3.org/TR/REC-html40/present/graphics.html#edef-I html40 409 IFRAME http://www.w3.org/TR/REC-html40/present/frames.html#edef-IFRAME html40 410 IMG http://www.w3.org/TR/REC-html40/struct/objects.html#edef-IMG html40 411 INPUT http://www.w3.org/TR/REC-html40/interact/forms.html#edef-INPUT html40 412 INS http://www.w3.org/TR/REC-html40/struct/text.html#edef-ins html40 413 ISINDEX http://www.w3.org/TR/REC-html40/interact/forms.html#edef-ISINDEX html40 414 KBD http://www.w3.org/TR/REC-html40/struct/text.html#edef-KBD html40 415 LABEL http://www.w3.org/TR/REC-html40/interact/forms.html#edef-LABEL html40 416 LEGEND http://www.w3.org/TR/REC-html40/interact/forms.html#edef-LEGEND html40 417 LI http://www.w3.org/TR/REC-html40/struct/lists.html#edef-LI html40 418 LINK http://www.w3.org/TR/REC-html40/struct/links.html#edef-LINK html40 419 MAP http://www.w3.org/TR/REC-html40/struct/objects.html#edef-MAP html40 420 MENU http://www.w3.org/TR/REC-html40/struct/lists.html#edef-MENU html40 421 META http://www.w3.org/TR/REC-html40/struct/global.html#edef-META html40 422 NOFRAMES http://www.w3.org/TR/REC-html40/present/frames.html#edef-NOFRAMES html40 423 NOSCRIPT http://www.w3.org/TR/REC-html40/interact/scripts.html#edef-NOSCRIPT html40 424 OBJECT http://www.w3.org/TR/REC-html40/struct/objects.html#edef-OBJECT html40 425 OL http://www.w3.org/TR/REC-html40/struct/lists.html#edef-OL html40 426 OPTGROUP http://www.w3.org/TR/REC-html40/interact/forms.html#edef-OPTGROUP html40 427 OPTION http://www.w3.org/TR/REC-html40/interact/forms.html#edef-OPTION html40 428 P http://www.w3.org/TR/REC-html40/struct/text.html#edef-P html40 429 PARAM http://www.w3.org/TR/REC-html40/struct/objects.html#edef-PARAM html40 430 PRE http://www.w3.org/TR/REC-html40/struct/text.html#edef-PRE html40 431 Q http://www.w3.org/TR/REC-html40/struct/text.html#edef-Q html40 432 S http://www.w3.org/TR/REC-html40/present/graphics.html#edef-S html40 433 SAMP http://www.w3.org/TR/REC-html40/struct/text.html#edef-SAMP html40 434 SCRIPT http://www.w3.org/TR/REC-html40/interact/scripts.html#edef-SCRIPT html40 435 SELECT http://www.w3.org/TR/REC-html40/interact/forms.html#edef-SELECT html40 436 SMALL http://www.w3.org/TR/REC-html40/present/graphics.html#edef-SMALL html40 437 SPAN http://www.w3.org/TR/REC-html40/struct/global.html#edef-SPAN html40 438 STRIKE http://www.w3.org/TR/REC-html40/present/graphics.html#edef-STRIKE html40 439 STRONG http://www.w3.org/TR/REC-html40/struct/text.html#edef-STRONG html40 440 STYLE http://www.w3.org/TR/REC-html40/present/styles.html#edef-STYLE html40 441 SUB http://www.w3.org/TR/REC-html40/struct/text.html#edef-SUB html40 442 SUP http://www.w3.org/TR/REC-html40/struct/text.html#edef-SUP html40 443 TABLE http://www.w3.org/TR/REC-html40/struct/tables.html#edef-TABLE html40 444 TBODY http://www.w3.org/TR/REC-html40/struct/tables.html#edef-TBODY html40 445 TD http://www.w3.org/TR/REC-html40/struct/tables.html#edef-TD html40 446 TEXTAREA http://www.w3.org/TR/REC-html40/interact/forms.html#edef-TEXTAREA html40 447 TFOOT http://www.w3.org/TR/REC-html40/struct/tables.html#edef-TFOOT html40 448 TH http://www.w3.org/TR/REC-html40/struct/tables.html#edef-TH html40 449 THEAD http://www.w3.org/TR/REC-html40/struct/tables.html#edef-THEAD html40 450 TITLE http://www.w3.org/TR/REC-html40/struct/global.html#edef-TITLE html40 451 TR http://www.w3.org/TR/REC-html40/struct/tables.html#edef-TR html40 452 TT http://www.w3.org/TR/REC-html40/present/graphics.html#edef-TT html40 453 U http://www.w3.org/TR/REC-html40/present/graphics.html#edef-U html40 454 UL http://www.w3.org/TR/REC-html40/struct/lists.html#edef-UL html40 455 VAR http://www.w3.org/TR/REC-html40/struct/text.html#edef-VAR html40 \. -- -- Data for Name: element_attribute; Type: TABLE DATA; Schema: public; Owner: postgres -- COPY element_attribute (elementid, attributeid) FROM stdin; 445 753 448 753 396 754 396 755 411 755 365 756 370 756 379 756 411 756 415 756 416 756 446 756 396 757 380 758 369 759 409 759 410 759 411 759 424 759 416 760 443 761 406 762 390 763 399 763 400 763 401 763 402 763 403 763 404 763 428 763 384 764 385 764 444 764 445 764 447 764 448 764 449 764 451 764 377 765 369 766 369 767 369 768 370 766 370 767 370 768 410 766 410 767 410 768 411 766 411 767 411 768 369 769 424 770 445 771 448 771 377 772 443 773 443 774 443 775 443 776 451 773 451 774 451 775 451 776 445 773 445 774 445 775 445 776 448 773 448 774 448 775 448 776 377 773 377 774 377 775 377 776 443 777 410 778 424 778 443 779 443 780 384 781 385 781 444 781 445 781 447 781 448 781 449 781 451 781 384 782 385 782 444 782 445 782 447 782 448 782 449 782 451 782 365 783 418 783 434 783 411 784 376 785 431 785 387 786 412 786 372 787 373 787 405 787 407 787 421 787 429 787 434 787 440 787 450 787 424 788 378 789 369 790 424 791 369 792 424 793 373 794 395 794 398 795 446 796 445 797 448 797 389 798 391 798 420 798 425 798 454 798 421 799 370 800 370 801 365 800 365 801 424 802 387 803 412 803 424 804 434 805 369 806 372 806 373 806 374 806 378 806 397 806 398 806 409 806 429 806 434 806 374 807 379 808 411 808 426 808 427 808 435 808 446 808 396 809 373 810 395 810 415 811 443 812 397 813 409 813 445 814 448 814 409 815 445 816 448 816 410 817 424 817 369 818 365 819 370 819 418 819 372 820 365 821 418 821 369 822 410 822 424 822 421 823 372 824 405 824 407 824 421 824 434 824 440 824 450 824 410 825 411 825 427 826 426 827 369 828 372 828 373 828 378 828 397 828 398 828 409 828 429 828 434 828 434 829 377 830 410 831 397 832 409 832 397 833 409 833 397 834 409 834 411 835 440 836 440 837 418 836 418 837 396 838 435 839 379 840 446 840 369 841 435 842 396 843 397 844 409 844 410 845 365 846 411 847 424 847 419 848 429 849 421 850 370 851 397 852 406 853 445 854 448 854 369 855 365 856 370 856 379 856 411 856 415 856 435 856 446 856 411 857 435 857 446 857 369 858 372 858 373 858 374 858 378 858 395 858 397 858 398 858 405 858 407 858 409 858 413 858 421 858 429 858 434 858 440 858 450 858 369 859 372 859 373 859 374 859 378 859 395 859 397 859 398 859 405 859 407 859 409 859 413 859 421 859 429 859 434 859 440 859 450 859 365 860 370 860 379 860 411 860 415 860 435 860 446 860 369 861 372 861 373 861 374 861 378 861 395 861 397 861 398 861 405 861 407 861 409 861 413 861 421 861 429 861 434 861 440 861 450 861 369 862 372 862 373 862 374 862 378 862 395 862 397 862 398 862 405 862 407 862 409 862 413 862 421 862 429 862 434 862 440 862 450 862 369 863 372 863 373 863 374 863 378 863 395 863 397 863 398 863 405 863 407 863 409 863 413 863 421 863 429 863 434 863 440 863 450 863 398 864 398 865 377 864 377 865 369 866 372 866 373 866 374 866 378 866 395 866 397 866 398 866 405 866 407 866 409 866 413 866 421 866 429 866 434 866 440 866 450 866 369 867 372 867 373 867 374 867 378 867 395 867 397 867 398 867 405 867 407 867 409 867 413 867 421 867 429 867 434 867 440 867 450 867 369 868 372 868 373 868 374 868 378 868 395 868 397 868 398 868 405 868 407 868 409 868 413 868 421 868 429 868 434 868 440 868 450 868 369 869 372 869 373 869 374 869 378 869 395 869 397 869 398 869 405 869 407 869 409 869 413 869 421 869 429 869 434 869 440 869 450 869 369 870 372 870 373 870 374 870 378 870 395 870 397 870 398 870 405 870 407 870 409 870 413 870 421 870 429 870 434 870 440 870 450 870 396 871 411 872 446 872 396 873 398 874 398 875 377 874 377 875 405 876 413 877 446 878 446 879 411 878 411 879 365 880 418 880 365 881 418 881 398 882 446 883 445 884 448 884 443 885 421 886 445 887 448 887 397 888 409 888 427 889 370 890 370 891 365 890 365 891 406 892 395 893 411 894 373 895 435 896 384 897 385 898 434 899 411 900 397 901 409 901 410 902 424 903 425 904 372 905 373 905 405 905 407 905 421 905 429 905 434 905 440 905 450 905 443 906 365 907 370 907 379 907 411 907 424 907 435 907 446 907 365 908 370 908 372 908 396 908 418 908 377 909 372 910 373 910 405 910 407 910 421 910 429 910 434 910 450 910 365 911 418 911 424 912 429 913 434 914 440 915 411 916 417 917 425 918 454 919 379 920 410 921 411 921 424 921 384 922 385 922 444 922 445 922 447 922 448 922 449 922 451 922 411 923 427 924 429 925 379 926 417 927 429 928 407 929 377 930 369 931 410 931 424 931 406 932 409 933 410 934 424 934 443 935 445 936 448 936 369 937 384 938 385 939 430 940 \. -- -- Name: attribute_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres; Tablespace: -- ALTER TABLE ONLY attribute ADD CONSTRAINT attribute_pkey PRIMARY KEY (id); -- -- Name: element_attribute_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres; Tablespace: -- ALTER TABLE ONLY element_attribute ADD CONSTRAINT element_attribute_pkey PRIMARY KEY (elementid, attributeid); -- -- Name: element_name_key; Type: CONSTRAINT; Schema: public; Owner: postgres; Tablespace: -- ALTER TABLE ONLY element ADD CONSTRAINT element_name_key UNIQUE (name, version); -- -- Name: element_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres; Tablespace: -- ALTER TABLE ONLY element ADD CONSTRAINT element_pkey PRIMARY KEY (id); -- -- Name: element_attribute_attributeid_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY element_attribute ADD CONSTRAINT element_attribute_attributeid_fkey FOREIGN KEY (attributeid) REFERENCES attribute(id) ON UPDATE CASCADE ON DELETE CASCADE; -- -- Name: element_attribute_elementid_fkey; Type: FK CONSTRAINT; Schema: public; Owner: postgres -- ALTER TABLE ONLY element_attribute ADD CONSTRAINT element_attribute_elementid_fkey FOREIGN KEY (elementid) REFERENCES element(id) ON UPDATE CASCADE ON DELETE CASCADE; -- -- Name: public; Type: ACL; Schema: -; Owner: postgres -- REVOKE ALL ON SCHEMA public FROM PUBLIC; REVOKE ALL ON SCHEMA public FROM postgres; GRANT ALL ON SCHEMA public TO postgres; GRANT ALL ON SCHEMA public TO PUBLIC; -- -- PostgreSQL database dump complete --