diff options
author | Alexander Bokovoy <ab@samba.org> | 2008-04-14 15:39:30 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:46 -0500 |
commit | 7ece10fa2346261c52f54f643fdc7fc77bf57a73 (patch) | |
tree | f1bce5a7bbb04bcf02502e0844bc51ec8a0fdcbe | |
parent | 338aa2568bcae115389e38ec5b25971e7c2503e6 (diff) | |
download | samba-7ece10fa2346261c52f54f643fdc7fc77bf57a73.tar.gz samba-7ece10fa2346261c52f54f643fdc7fc77bf57a73.tar.bz2 samba-7ece10fa2346261c52f54f643fdc7fc77bf57a73.zip |
Switch to SVG and Inkscape to generate pictures instead of Dia.
This was discussed months ago and with Inkscape getting better and more clear in SVG processing
it is now a preffered tool to create and process vector images.
(This used to be commit 2575ceec2a817156832ce84e80a97923f10ecbe9)
75 files changed, 64052 insertions, 130 deletions
diff --git a/docs/Makefile b/docs/Makefile index 56998ab866..1e4121053d 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -56,9 +56,9 @@ release: manpages3 htmlman3 html pdf clean: @echo "Cleaning up..." rm -rf $(OUTPUTDIR)/* $(DOCBOOKDIR) - rm -f $(patsubst %.dia,%.png,$(foreach DOC,$(MAIN_DOCS),$($(DOC)-images-latex-dia))) \ - $(patsubst %.dia,%.pdf,$(foreach DOC,$(MAIN_DOCS),$($(DOC)-images-latex-dia))) \ - $(patsubst %.dia,%.eps,$(foreach DOC,$(MAIN_DOCS),$($(DOC)-images-latex-dia))) + rm -f $(patsubst %.svg,%.png,$(foreach DOC,$(MAIN_DOCS),$($(DOC)-images-latex-dia))) \ + $(patsubst %.svg,%.pdf,$(foreach DOC,$(MAIN_DOCS),$($(DOC)-images-latex-svg))) \ + $(patsubst %.svg,%.eps,$(foreach DOC,$(MAIN_DOCS),$($(DOC)-images-latex-svg))) rm -f *.xml *.d *.tpt *.tex *.loc *.toc *.lof *.glo *.idx *.aux rm -f *-images-html* rm -f *-images-latex-* latexfigures @@ -161,10 +161,10 @@ $(PDFDIR)/%.pdf: %.pdf --stringparam txtbasedir "$(TXTDIR)/$*/" \ --stringparam target "$*" \ -o $@ xslt/generate-dependencies.xsl $< - @echo "$*-images-latex-dia = \$$(wildcard \$$(addsuffix .dia, \$$($*-images-latex)))" >> $@ + @echo "$*-images-latex-svg = \$$(wildcard \$$(addsuffix .svg, \$$($*-images-latex)))" >> $@ @echo "$*-images-latex-eps: \$$(addsuffix .eps, \$$($*-images-latex))" >> $@ - @echo "$*-images-latex-pdf: \$$(patsubst %.dia, %.pdf, \$$($*-images-latex-dia))" >> $@ - @echo "$*-images-latex-png: \$$(filter-out \$$(patsubst %.dia,%.png,\$$($*-images-latex-dia)), \$$(addsuffix .png, \$$($*-images-latex)))" >> $@ + @echo "$*-images-latex-pdf: \$$(patsubst %.svg, %.pdf, \$$($*-images-latex-svg))" >> $@ + @echo "$*-images-latex-png: \$$(filter-out \$$(patsubst %.svg,%.png,\$$($*-images-latex-svg)), \$$(addsuffix .png, \$$($*-images-latex)))" >> $@ @echo >> $@ @echo "\$$(HTMLDIR)/%: $*/%" >> $@ @@ -192,6 +192,9 @@ endif # Adobe PDF files %.pdf: %.tex %.ind latexfigures %-images-latex-png %-images-latex-pdf -$(PDFLATEX) $< + -$(PDFLATEX) $< + -$(PDFLATEX) $< + -$(PDFLATEX) $< $(THUMBPDF) --quiet $*.pdf -$(PDFLATEX) $< @@ -203,11 +206,14 @@ $(DVIDIR)/%.dvi: %.dvi %.dvi: %.tex %.idx %-images-latex-eps -$(LATEX) $< -%.eps: %.dia - $(DIA) -t eps-builtin -e $@ $< +%.eps: %.svg + $(INKSCAPE) -z -f $< --export-eps=$@ + +%.png: %.svg + $(INKSCAPE) -z -f $< --export-png=$@ -%.png: %.dia - $(DIA) -e $@ $< +#%.pdf: %.svg +# $(INKSCAPE) -z -f $< --export-pdf=$@ %.pdf: %.eps $(EPSTOPDF) $< diff --git a/docs/Makefile.settings.in b/docs/Makefile.settings.in index ce83a1a28f..fd7b4d70df 100644 --- a/docs/Makefile.settings.in +++ b/docs/Makefile.settings.in @@ -6,6 +6,7 @@ PNGTOPNM = @PNGTOPNM@ EPSTOPNM = @EPSTOPNM@ PNMTOPNG = @PNMTOPNG@ DIA = @DIA@ +INKSCAPE = @INKSCAPE@ PNMTOPS = @PNMTOPS@ HTML2TEXT = @HTML2TEXT@ DB2TEXI = @DB2TEXI@ diff --git a/docs/README b/docs/README index 589085b229..64095ebf39 100644 --- a/docs/README +++ b/docs/README @@ -57,7 +57,7 @@ To generate the docs, you need to have the following packages installed: * docbook-utils * xsltproc * pngtopnm and pnmtops (from the netpbm utilities) - * dia + * inkscape For generating PDF (thru LaTeX): * db2latex (from http://db2latex.sf.net/). Make sure to get CVS version diff --git a/docs/Samba3-ByExample/images/AccountingNetwork.dia b/docs/Samba3-ByExample/images/AccountingNetwork.dia Binary files differdeleted file mode 100644 index 3484dbad75..0000000000 --- a/docs/Samba3-ByExample/images/AccountingNetwork.dia +++ /dev/null diff --git a/docs/Samba3-ByExample/images/AccountingNetwork.svg b/docs/Samba3-ByExample/images/AccountingNetwork.svg new file mode 100644 index 0000000000..7cf31f70fe --- /dev/null +++ b/docs/Samba3-ByExample/images/AccountingNetwork.svg @@ -0,0 +1,1588 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="12.034cm" + height="10.095cm" + viewBox="1.1 0.162 13.134 10.258" + id="svg2"> + <defs + id="defs439" /> + <text + x="4.2160001" + y="1.6" + id="text4" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Workgroup: BILLMORE</text> + <rect + width="1.5" + height="3" + x="1.15" + y="4.6500001" + id="rect6" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.5" + height="3" + x="1.15" + y="4.6500001" + id="rect8" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.5" + height="3" + x="1.15" + y="4.6500001" + id="rect10" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.2" + height="1.2" + x="1.3" + y="4.8000002" + id="rect12" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.2" + height="1.2" + x="1.3" + y="4.8000002" + id="rect14" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.2" + height="1.2" + x="1.3" + y="4.8000002" + id="rect16" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="2.5" + y1="5.0999999" + x2="1.3" + y2="5.0999999" + stroke="#000000" + stroke-width="0.010" + id="line18" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.3" + y1="5.4000001" + x2="2.5" + y2="5.4000001" + stroke="#000000" + stroke-width="0.010" + id="line20" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.5" + y1="5.625" + x2="1.3" + y2="5.625" + stroke="#000000" + stroke-width="0.010" + id="line22" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.82499999" + height="0.44999999" + x="1.3" + y="6.1500001" + id="rect24" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.82499999" + height="0.44999999" + x="1.3" + y="6.1500001" + id="rect26" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.82499999" + height="0.44999999" + x="1.3" + y="6.1500001" + id="rect28" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="1.15" + y1="6.6750002" + x2="2.6500001" + y2="6.6750002" + stroke="#000000" + stroke-width="0.010" + id="line30" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.075000003" + height="0.075000003" + x="1.825" + y="6.8249998" + id="rect32" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.075000003" + height="0.075000003" + x="1.825" + y="6.8249998" + id="rect34" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.075000003" + height="0.075000003" + x="1.825" + y="6.8249998" + id="rect36" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.075000003" + height="0.075000003" + x="2.125" + y="6.8249998" + id="rect38" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.075000003" + height="0.075000003" + x="2.125" + y="6.8249998" + id="rect40" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.075000003" + height="0.075000003" + x="2.125" + y="6.8249998" + id="rect42" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.075000003" + height="0.075000003" + x="2.425" + y="6.8249998" + id="rect44" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.075000003" + height="0.075000003" + x="2.425" + y="6.8249998" + id="rect46" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.075000003" + height="0.075000003" + x="2.425" + y="6.8249998" + id="rect48" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.15000001" + height="0.075000003" + x="2.3499999" + y="6.375" + id="rect50" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.15000001" + height="0.075000003" + x="2.3499999" + y="6.375" + id="rect52" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.15000001" + height="0.075000003" + x="2.3499999" + y="6.375" + id="rect54" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="1.3" + y1="6.375" + x2="2.125" + y2="6.375" + stroke="#000000" + stroke-width="0.010" + id="line56" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.22499999" + height="0.22499999" + x="1.3" + y="6.75" + id="rect58" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.22499999" + height="0.22499999" + x="1.3" + y="6.75" + id="rect60" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.22499999" + height="0.22499999" + x="1.3" + y="6.75" + id="rect62" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.05" + height="0.075000003" + x="1.375" + y="5.6999998" + id="rect64" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="1.05" + height="0.075000003" + x="1.375" + y="5.6999998" + id="rect66" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.05" + height="0.075000003" + x="1.375" + y="5.6999998" + id="rect68" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="1.375" + y1="6.2249999" + x2="2.05" + y2="6.2249999" + stroke="#000000" + stroke-width="0.010" + id="line70" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.05" + y1="6.3000002" + x2="1.975" + y2="6.3000002" + stroke="#000000" + stroke-width="0.010" + id="line72" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.375" + y1="6.3000002" + x2="1.45" + y2="6.3000002" + stroke="#000000" + stroke-width="0.010" + id="line74" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.375" + height="0.075000003" + x="1.525" + y="6.2249999" + id="rect76" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.375" + height="0.075000003" + x="1.525" + y="6.2249999" + id="rect78" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.375" + height="0.075000003" + x="1.525" + y="6.2249999" + id="rect80" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="1.375" + y1="5.8499999" + x2="1.45" + y2="5.8499999" + stroke="#000000" + stroke-width="0.010" + id="line82" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.525" + y1="5.8499999" + x2="1.6" + y2="5.8499999" + stroke="#000000" + stroke-width="0.010" + id="line84" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.2750001" + y1="5.8499999" + x2="2.425" + y2="5.8499999" + stroke="#000000" + stroke-width="0.010" + id="line86" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.575" + y1="7.5749998" + x2="1.225" + y2="7.5749998" + stroke="#000000" + stroke-width="0.010" + id="line88" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.225" + y1="7.5" + x2="2.575" + y2="7.5" + stroke="#000000" + stroke-width="0.010" + id="line90" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.575" + y1="7.4250002" + x2="1.225" + y2="7.4250002" + stroke="#000000" + stroke-width="0.010" + id="line92" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.225" + y1="7.3499999" + x2="2.575" + y2="7.3499999" + stroke="#000000" + stroke-width="0.010" + id="line94" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.575" + y1="7.2750001" + x2="1.225" + y2="7.2750001" + stroke="#000000" + stroke-width="0.010" + id="line96" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.225" + y1="7.1999998" + x2="2.575" + y2="7.1999998" + stroke="#000000" + stroke-width="0.010" + id="line98" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.575" + y1="7.125" + x2="1.225" + y2="7.125" + stroke="#000000" + stroke-width="0.010" + id="line100" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="1.3329999" + height="4" + x="3.733" + y="3.688" + id="rect102" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.3329999" + height="4" + x="3.733" + y="3.688" + id="rect104" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.3329999" + height="4" + x="3.733" + y="3.688" + id="rect106" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.067" + height="1.6" + x="3.8670001" + y="3.8210001" + id="rect108" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.067" + height="1.6" + x="3.8670001" + y="3.8210001" + id="rect110" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.067" + height="1.6" + x="3.8670001" + y="3.8210001" + id="rect112" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="3.8670001" + y1="4.0879998" + x2="4.9330001" + y2="4.0879998" + stroke="#000000" + stroke-width="0.010" + id="line114" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.9330001" + y1="4.3540001" + x2="3.8670001" + y2="4.3540001" + stroke="#000000" + stroke-width="0.010" + id="line116" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.8670001" + y1="4.6209998" + x2="4.9330001" + y2="4.6209998" + stroke="#000000" + stroke-width="0.010" + id="line118" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.8670001" + y1="4.888" + x2="4.9330001" + y2="4.888" + stroke="#000000" + stroke-width="0.010" + id="line120" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.9330001" + y1="5.1539998" + x2="3.8670001" + y2="5.1539998" + stroke="#000000" + stroke-width="0.010" + id="line122" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.73299998" + height="0.40000001" + x="3.8670001" + y="5.5539999" + id="rect124" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.73299998" + height="0.40000001" + x="3.8670001" + y="5.5539999" + id="rect126" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.73299998" + height="0.40000001" + x="3.8670001" + y="5.5539999" + id="rect128" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="3.733" + y1="6.2210002" + x2="5.0669999" + y2="6.2210002" + stroke="#000000" + stroke-width="0.010" + id="line130" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.067000002" + height="0.067000002" + x="4.3330002" + y="6.3540001" + id="rect132" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.067000002" + height="0.067000002" + x="4.3330002" + y="6.3540001" + id="rect134" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.067000002" + height="0.067000002" + x="4.3330002" + y="6.3540001" + id="rect136" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.067000002" + height="0.067000002" + x="4.5999999" + y="6.3540001" + id="rect138" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.067000002" + height="0.067000002" + x="4.5999999" + y="6.3540001" + id="rect140" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.067000002" + height="0.067000002" + x="4.5999999" + y="6.3540001" + id="rect142" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.067000002" + height="0.067000002" + x="4.8670001" + y="6.3540001" + id="rect144" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.067000002" + height="0.067000002" + x="4.8670001" + y="6.3540001" + id="rect146" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.067000002" + height="0.067000002" + x="4.8670001" + y="6.3540001" + id="rect148" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.133" + height="0.133" + x="4.8000002" + y="5.954" + id="rect150" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.133" + height="0.133" + x="4.8000002" + y="5.954" + id="rect152" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.133" + height="0.133" + x="4.8000002" + y="5.954" + id="rect154" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="3.8670001" + y1="5.7540002" + x2="4.5999999" + y2="5.7540002" + stroke="#000000" + stroke-width="0.010" + id="line156" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.2" + height="0.2" + x="3.8670001" + y="6.2870002" + id="rect158" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.2" + height="0.2" + x="3.8670001" + y="6.2870002" + id="rect160" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.2" + height="0.2" + x="3.8670001" + y="6.2870002" + id="rect162" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.93300003" + height="0.067000002" + x="3.9330001" + y="5.2210002" + id="rect164" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.93300003" + height="0.067000002" + x="3.9330001" + y="5.2210002" + id="rect166" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.93300003" + height="0.067000002" + x="3.9330001" + y="5.2210002" + id="rect168" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="3.9330001" + y1="5.6209998" + x2="4.533" + y2="5.6209998" + stroke="#000000" + stroke-width="0.010" + id="line170" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.533" + y1="5.6880002" + x2="4.467" + y2="5.6880002" + stroke="#000000" + stroke-width="0.010" + id="line172" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.9330001" + y1="5.6880002" + x2="4" + y2="5.6880002" + stroke="#000000" + stroke-width="0.010" + id="line174" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.333" + height="0.067000002" + x="4.0669999" + y="5.6209998" + id="rect176" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.333" + height="0.067000002" + x="4.0669999" + y="5.6209998" + id="rect178" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.333" + height="0.067000002" + x="4.0669999" + y="5.6209998" + id="rect180" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="3.9330001" + y1="5.3540001" + x2="4" + y2="5.3540001" + stroke="#000000" + stroke-width="0.010" + id="line182" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.0669999" + y1="5.3540001" + x2="4.1329999" + y2="5.3540001" + stroke="#000000" + stroke-width="0.010" + id="line184" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.7329998" + y1="5.3540001" + x2="4.8670001" + y2="5.3540001" + stroke="#000000" + stroke-width="0.010" + id="line186" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.8" + y1="7.6209998" + x2="5" + y2="7.6209998" + stroke="#000000" + stroke-width="0.010" + id="line188" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="5" + y1="7.5539999" + x2="3.8" + y2="7.5539999" + stroke="#000000" + stroke-width="0.010" + id="line190" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.8" + y1="7.487" + x2="5" + y2="7.487" + stroke="#000000" + stroke-width="0.010" + id="line192" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="5" + y1="7.421" + x2="3.8" + y2="7.421" + stroke="#000000" + stroke-width="0.010" + id="line194" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.8" + y1="7.3540001" + x2="5" + y2="7.3540001" + stroke="#000000" + stroke-width="0.010" + id="line196" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="5" + y1="7.2870002" + x2="3.8" + y2="7.2870002" + stroke="#000000" + stroke-width="0.010" + id="line198" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.8" + y1="7.2210002" + x2="5" + y2="7.2210002" + stroke="#000000" + stroke-width="0.010" + id="line200" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="5" + y1="7.1539998" + x2="3.8" + y2="7.1539998" + stroke="#000000" + stroke-width="0.010" + id="line202" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.8" + y1="7.0879998" + x2="5" + y2="7.0879998" + stroke="#000000" + stroke-width="0.010" + id="line204" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="5" + y1="7.0209999" + x2="3.8" + y2="7.0209999" + stroke="#000000" + stroke-width="0.010" + id="line206" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.8" + y1="6.954" + x2="5" + y2="6.954" + stroke="#000000" + stroke-width="0.010" + id="line208" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="5" + y1="6.888" + x2="3.8" + y2="6.888" + stroke="#000000" + stroke-width="0.010" + id="line210" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.8" + y1="6.8210001" + x2="5" + y2="6.8210001" + stroke="#000000" + stroke-width="0.010" + id="line212" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="5" + y1="6.7540002" + x2="3.8" + y2="6.7540002" + stroke="#000000" + stroke-width="0.010" + id="line214" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="4" + height="1.3329999" + x="5.9749999" + y="6.3330002" + id="rect216" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="4" + height="1.3329999" + x="5.9749999" + y="6.3330002" + id="rect218" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="4" + height="1.3329999" + x="5.9749999" + y="6.3330002" + id="rect220" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.524" + height="0.76200002" + x="8.3559999" + y="6.7140002" + id="rect222" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.524" + height="0.76200002" + x="8.3559999" + y="6.7140002" + id="rect224" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.524" + height="0.76200002" + x="8.3559999" + y="6.7140002" + id="rect226" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="9.8800001" + y1="7.0949998" + x2="8.3559999" + y2="7.0949998" + stroke="#000000" + stroke-width="0.010" + id="line228" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.28600001" + height="1.048" + x="7.9749999" + y="6.4289999" + id="rect230" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.28600001" + height="1.048" + x="7.9749999" + y="6.4289999" + id="rect232" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.28600001" + height="1.048" + x="7.9749999" + y="6.4289999" + id="rect234" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.094999999" + height="0.094999999" + x="6.927" + y="6.5240002" + id="rect236" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.094999999" + height="0.094999999" + x="6.927" + y="6.5240002" + id="rect238" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.094999999" + height="0.094999999" + x="6.927" + y="6.5240002" + id="rect240" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.094999999" + height="0.094999999" + x="7.118" + y="6.5240002" + id="rect242" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.094999999" + height="0.094999999" + x="7.118" + y="6.5240002" + id="rect244" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.094999999" + height="0.094999999" + x="7.118" + y="6.5240002" + id="rect246" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.094999999" + height="0.094999999" + x="7.3080001" + y="6.5240002" + id="rect248" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.094999999" + height="0.094999999" + x="7.3080001" + y="6.5240002" + id="rect250" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.094999999" + height="0.094999999" + x="7.3080001" + y="6.5240002" + id="rect252" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.19" + height="0.19" + x="7.5939999" + y="6.4289999" + id="rect254" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.19" + height="0.19" + x="7.5939999" + y="6.4289999" + id="rect256" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.19" + height="0.19" + x="7.5939999" + y="6.4289999" + id="rect258" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.28600001" + height="0.28600001" + x="6.165" + y="6.4289999" + id="rect260" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.28600001" + height="0.28600001" + x="6.165" + y="6.4289999" + id="rect262" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.28600001" + height="0.28600001" + x="6.165" + y="6.4289999" + id="rect264" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.3329999" + height="0.094999999" + x="8.4510002" + y="7.1900001" + id="rect266" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="1.3329999" + height="0.094999999" + x="8.4510002" + y="7.1900001" + id="rect268" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.3329999" + height="0.094999999" + x="8.4510002" + y="7.1900001" + id="rect270" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="8.0699997" + y1="6.5240002" + x2="8.0699997" + y2="7.381" + stroke="#000000" + stroke-width="0.010" + id="line272" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.094999999" + height="0.47600001" + x="8.0699997" + y="6.7140002" + id="rect274" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.094999999" + height="0.47600001" + x="8.0699997" + y="6.7140002" + id="rect276" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.094999999" + height="0.47600001" + x="8.0699997" + y="6.7140002" + id="rect278" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="9.5939999" + y1="7.381" + x2="9.7849998" + y2="7.381" + stroke="#000000" + stroke-width="0.010" + id="line280" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="6.0700002" + y1="7" + x2="7.7849998" + y2="7" + stroke="#000000" + stroke-width="0.010" + id="line282" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="7.7849998" + y1="7.0949998" + x2="6.0700002" + y2="7.0949998" + stroke="#000000" + stroke-width="0.010" + id="line284" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="6.0700002" + y1="7.1900001" + x2="7.7849998" + y2="7.1900001" + stroke="#000000" + stroke-width="0.010" + id="line286" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="7.7849998" + y1="7.4759998" + x2="6.0700002" + y2="7.4759998" + stroke="#000000" + stroke-width="0.010" + id="line288" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="6.0700002" + y1="7.381" + x2="7.7849998" + y2="7.381" + stroke="#000000" + stroke-width="0.010" + id="line290" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="7.7849998" + y1="7.2859998" + x2="6.0700002" + y2="7.2859998" + stroke="#000000" + stroke-width="0.010" + id="line292" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="8.4510002" + y1="7.381" + x2="8.5459995" + y2="7.381" + stroke="#000000" + stroke-width="0.010" + id="line294" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="8.6420002" + y1="7.381" + x2="8.7370005" + y2="7.381" + stroke="#000000" + stroke-width="0.010" + id="line296" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="8.165" + y1="7.381" + x2="8.165" + y2="7.2859998" + stroke="#000000" + stroke-width="0.010" + id="line298" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="8.165" + y1="6.619" + x2="8.165" + y2="6.5240002" + stroke="#000000" + stroke-width="0.010" + id="line300" + style="stroke:#000000;stroke-width:0.01" /> + <polygon + points="11.127,6.517 11.039,6.554 10.775,7.214 10.775,7.544 10.907,7.654 12.843,7.654 12.975,7.544 12.975,7.214 12.711,6.554 12.623,6.517 11.127,6.517 " + id="polygon302" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="11.127,6.517 11.039,6.554 10.775,7.214 10.775,7.544 10.907,7.654 12.843,7.654 12.975,7.544 12.975,7.214 12.711,6.554 12.623,6.517 11.127,6.517 " + id="polygon304" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 10.819,7.104 L 10.907,7.141 L 12.843,7.141 L 12.931,7.104" + id="path306" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 12.843,7.141 L 12.975,7.214" + id="path308" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 10.775,7.214 L 10.907,7.141" + id="path310" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="11.391,5.821 11.347,6.701 12.403,6.701 12.359,5.821 11.391,5.821 " + id="polygon312" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="11.391,5.821 11.347,6.701 12.403,6.701 12.359,5.821 11.391,5.821 " + id="polygon314" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="11.215,6.701 11.127,6.957 12.623,6.957 12.535,6.701 11.215,6.701 " + id="polygon316" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="11.215,6.701 11.127,6.957 12.623,6.957 12.535,6.701 11.215,6.701 " + id="polygon318" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="11.215" + cy="7.2690001" + rx="0.022" + ry="0.022" + id="ellipse320" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="11.215" + cy="7.2690001" + rx="0.022" + ry="0.022" + id="ellipse322" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="11.435" + cy="7.2690001" + rx="0.022" + ry="0.022" + id="ellipse324" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="11.435" + cy="7.2690001" + rx="0.022" + ry="0.022" + id="ellipse326" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="11.655" + cy="7.2690001" + rx="0.022" + ry="0.022" + id="ellipse328" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="11.655" + cy="7.2690001" + rx="0.022" + ry="0.022" + id="ellipse330" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="11.215" + cy="7.3610001" + rx="0.022" + ry="0.022" + id="ellipse332" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="11.215" + cy="7.3610001" + rx="0.022" + ry="0.022" + id="ellipse334" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="11.435" + cy="7.3610001" + rx="0.022" + ry="0.022" + id="ellipse336" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="11.435" + cy="7.3610001" + rx="0.022" + ry="0.022" + id="ellipse338" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="11.655" + cy="7.3610001" + rx="0.022" + ry="0.022" + id="ellipse340" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="11.655" + cy="7.3610001" + rx="0.022" + ry="0.022" + id="ellipse342" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="11.215" + cy="7.4520001" + rx="0.022" + ry="0.022" + id="ellipse344" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="11.215" + cy="7.4520001" + rx="0.022" + ry="0.022" + id="ellipse346" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="11.435" + cy="7.4520001" + rx="0.022" + ry="0.022" + id="ellipse348" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="11.435" + cy="7.4520001" + rx="0.022" + ry="0.022" + id="ellipse350" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="11.655" + cy="7.4520001" + rx="0.022" + ry="0.022" + id="ellipse352" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="11.655" + cy="7.4520001" + rx="0.022" + ry="0.022" + id="ellipse354" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="11.215" + cy="7.5440001" + rx="0.022" + ry="0.022" + id="ellipse356" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="11.215" + cy="7.5440001" + rx="0.022" + ry="0.022" + id="ellipse358" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="11.435" + cy="7.5440001" + rx="0.022" + ry="0.022" + id="ellipse360" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="11.435" + cy="7.5440001" + rx="0.022" + ry="0.022" + id="ellipse362" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="11.655" + cy="7.5440001" + rx="0.022" + ry="0.022" + id="ellipse364" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="11.655" + cy="7.5440001" + rx="0.022" + ry="0.022" + id="ellipse366" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="11.875" + cy="7.2870002" + rx="0.27500001" + ry="0.088" + id="ellipse368" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="11.875" + cy="7.2870002" + rx="0.27500001" + ry="0.088" + id="ellipse370" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="12.425" + cy="7.2870002" + rx="0.27500001" + ry="0.088" + id="ellipse372" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="12.425" + cy="7.2870002" + rx="0.27500001" + ry="0.088" + id="ellipse374" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <rect + width="2" + height="1.6670001" + x="6.9250002" + y="4.237" + id="rect376" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="2" + height="1.6670001" + x="6.9250002" + y="4.237" + id="rect378" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="2" + height="1.6670001" + x="6.9250002" + y="4.237" + id="rect380" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.778" + height="1.3329999" + x="7.0359998" + y="4.349" + id="rect382" + style="fill:#a1a1a1;stroke:none;stroke-width:0" /> + <rect + width="1.778" + height="1.3329999" + x="7.0359998" + y="4.349" + id="rect384" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.778" + height="1.3329999" + x="7.0359998" + y="4.349" + id="rect386" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <polygon + points="7.258,5.904 8.592,5.904 8.258,6.015 7.592,6.015 7.258,5.904 " + id="polygon388" + style="fill:#d9d9cd;stroke:none;stroke-width:0.1" /> + <polygon + points="7.258,5.904 8.592,5.904 8.258,6.015 7.592,6.015 7.258,5.904 " + id="polygon390" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="7.258,5.904 8.592,5.904 8.258,6.015 7.592,6.015 7.258,5.904 " + id="polygon392" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.667" + height="0.111" + x="7.592" + y="6.0149999" + id="rect394" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.667" + height="0.111" + x="7.592" + y="6.0149999" + id="rect396" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.667" + height="0.111" + x="7.592" + y="6.0149999" + id="rect398" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.3329999" + height="0.111" + x="7.2579999" + y="6.1259999" + id="rect400" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.3329999" + height="0.111" + x="7.2579999" + y="6.1259999" + id="rect402" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.3329999" + height="0.111" + x="7.2579999" + y="6.1259999" + id="rect404" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="1.863,7.675 1.863,9.350 12.012,9.350 12.012,7.662 " + id="polyline406" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="4.4000001" + y1="7.6880002" + x2="4.4120002" + y2="9.3380003" + stroke="#000000" + stroke-width="0.100" + id="line408" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="7.9749999" + y1="7.6669998" + x2="7.987" + y2="9.3249998" + stroke="#000000" + stroke-width="0.100" + id="line410" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="5.4250002" + y="9.9750004" + id="text412" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Network: 192.168.1.0/24</text> + <text + x="2.165" + y="8.2250004" + id="text414" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">.1</text> + <text + x="4.6900001" + y="8.2290001" + id="text416" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">.3</text> + <text + x="12.305" + y="8.1660004" + id="text418" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">.10</text> + <text + x="8.5109997" + y="8.2379999" + id="text420" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">.100+n</text> + <text + x="1.3200001" + y="2.875" + id="text422" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">stable</text> + <text + x="1.34" + y="3.4749999" + id="text424" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">(NT4)</text> + <text + x="3.6670001" + y="2.8469999" + id="text426" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">cashpool</text> + <text + x="3.6949999" + y="3.447" + id="text428" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">(Samba)</text> + <text + x="7.5609999" + y="2.872" + id="text430" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">PCn</text> + <text + x="7.3260002" + y="3.4719999" + id="text432" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">(n=1-9)</text> + <text + x="11.643" + y="4.3119998" + id="text434" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">hplj</text> + <text + x="10.716" + y="4.9120002" + id="text436" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">(HPLaserJet 4)</text> +</svg> diff --git a/docs/Samba3-ByExample/images/Charity-Network.dia b/docs/Samba3-ByExample/images/Charity-Network.dia Binary files differdeleted file mode 100644 index ab9c7f5834..0000000000 --- a/docs/Samba3-ByExample/images/Charity-Network.dia +++ /dev/null diff --git a/docs/Samba3-ByExample/images/Charity-Network.svg b/docs/Samba3-ByExample/images/Charity-Network.svg new file mode 100644 index 0000000000..12905c8018 --- /dev/null +++ b/docs/Samba3-ByExample/images/Charity-Network.svg @@ -0,0 +1,1039 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="11.88cm" + height="9.4849997cm" + viewBox="0.827 -0.889 12.708 8.596" + id="svg2"> + <defs + id="defs353" /> + <rect + width="1.077" + height="2.5120001" + x="1.051" + y="0.93599999" + id="rect4" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.077" + height="2.5120001" + x="1.051" + y="0.93599999" + id="rect6" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <rect + width="0.861" + height="0.287" + x="1.158" + y="1.087" + id="rect8" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.861" + height="0.287" + x="1.158" + y="1.374" + id="rect10" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.861" + height="0.287" + x="1.158" + y="1.661" + id="rect12" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.861" + height="0.287" + x="1.158" + y="1.948" + id="rect14" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.53799999" + height="0.17200001" + x="1.158" + y="2.293" + id="rect16" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="1.966" + cy="2.322" + rx="0.037999999" + ry="0.037999999" + id="ellipse18" + style="fill:#00ff00;stroke:none" /> + <ellipse + cx="1.966" + cy="2.322" + rx="0.037999999" + ry="0.037999999" + id="ellipse20" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="1.966" + cy="2.4360001" + rx="0.037999999" + ry="0.037999999" + id="ellipse22" + style="fill:#ffff00;stroke:none" /> + <ellipse + cx="1.966" + cy="2.4360001" + rx="0.037999999" + ry="0.037999999" + id="ellipse24" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.12899999" + height="0.115" + x="1.751" + y="2.3499999" + id="rect26" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.12899999" + height="0.115" + x="1.751" + y="2.3499999" + id="rect28" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 1.23,2.695 L 1.23,3.323" + id="path30" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 1.41,2.695 L 1.41,3.323" + id="path32" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 1.589,2.695 L 1.589,3.323" + id="path34" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 1.769,2.695 L 1.769,3.323" + id="path36" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 1.948,2.695 L 1.948,3.323" + id="path38" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 2.127,2.695 L 2.127,3.323" + id="path40" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <polygon + points="0.836,3.664 1.051,3.233 1.051,3.448 2.127,3.448 2.127,3.233 2.414,3.664 0.836,3.664 " + id="polygon42" + style="fill:#999999;stroke:none;stroke-width:0.01" /> + <polygon + points="0.836,3.664 1.051,3.233 1.051,3.448 2.127,3.448 2.127,3.233 2.414,3.664 0.836,3.664 " + id="polygon44" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="1.587" + y1="4.487" + x2="11.412" + y2="4.4629998" + stroke="#000000" + stroke-width="0.100" + id="line46" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="1.625" + y1="3.664" + x2="1.624" + y2="4.5240002" + stroke="#000000" + stroke-width="0.100" + id="line48" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="2.017" + height="1.513" + x="2.9289999" + y="1.6210001" + id="rect50" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="2.017" + height="1.513" + x="2.9289999" + y="1.6210001" + id="rect52" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="1.58" + height="1.0420001" + x="3.148" + y="1.839" + id="rect54" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="3.202,3.134 4.24,3.134 4.24,3.369 3.257,3.369 3.202,3.134 " + id="polygon56" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="3.202,3.134 4.24,3.134 4.24,3.369 3.257,3.369 3.202,3.134 " + id="polygon58" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="4.24,3.134 4.673,3.134 4.618,3.369 4.24,3.369 4.24,3.134 " + id="polygon60" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="4.24,3.134 4.673,3.134 4.618,3.369 4.24,3.369 4.24,3.134 " + id="polygon62" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.093999997" + height="0.093999997" + x="4.3109999" + y="3.204" + id="rect64" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.093999997" + height="0.093999997" + x="4.3109999" + y="3.204" + id="rect66" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="3.736,3.369 4.139,3.369 4.139,3.487 4.341,3.487 4.341,3.604 3.534,3.604 3.534,3.487 3.736,3.487 3.736,3.369 " + id="polygon68" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="3.736,3.369 4.139,3.369 4.139,3.487 4.341,3.487 4.341,3.604 3.534,3.604 3.534,3.487 3.736,3.487 3.736,3.369 " + id="polygon70" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="2.017" + height="1.513" + x="5.5040002" + y="1.633" + id="rect72" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="2.017" + height="1.513" + x="5.5040002" + y="1.633" + id="rect74" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="1.58" + height="1.0420001" + x="5.723" + y="1.852" + id="rect76" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="5.777,3.146 6.815,3.146 6.815,3.381 5.832,3.381 5.777,3.146 " + id="polygon78" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="5.777,3.146 6.815,3.146 6.815,3.381 5.832,3.381 5.777,3.146 " + id="polygon80" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="6.815,3.146 7.248,3.146 7.193,3.381 6.815,3.381 6.815,3.146 " + id="polygon82" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="6.815,3.146 7.248,3.146 7.193,3.381 6.815,3.381 6.815,3.146 " + id="polygon84" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.093999997" + height="0.093999997" + x="6.8860002" + y="3.217" + id="rect86" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.093999997" + height="0.093999997" + x="6.8860002" + y="3.217" + id="rect88" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="6.311,3.381 6.714,3.381 6.714,3.499 6.916,3.499 6.916,3.617 6.109,3.617 6.109,3.499 6.311,3.499 6.311,3.381 " + id="polygon90" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="6.311,3.381 6.714,3.381 6.714,3.499 6.916,3.499 6.916,3.617 6.109,3.617 6.109,3.499 6.311,3.499 6.311,3.381 " + id="polygon92" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="2.017" + height="1.513" + x="7.9169998" + y="1.658" + id="rect94" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="2.017" + height="1.513" + x="7.9169998" + y="1.658" + id="rect96" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="1.58" + height="1.0420001" + x="8.1350002" + y="1.877" + id="rect98" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="8.19,3.171 9.228,3.171 9.228,3.406 8.244,3.406 8.19,3.171 " + id="polygon100" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.19,3.171 9.228,3.171 9.228,3.406 8.244,3.406 8.19,3.171 " + id="polygon102" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="9.228,3.171 9.66,3.171 9.606,3.406 9.228,3.406 9.228,3.171 " + id="polygon104" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="9.228,3.171 9.66,3.171 9.606,3.406 9.228,3.406 9.228,3.171 " + id="polygon106" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.093999997" + height="0.093999997" + x="9.2980003" + y="3.2420001" + id="rect108" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.093999997" + height="0.093999997" + x="9.2980003" + y="3.2420001" + id="rect110" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="8.723,3.406 9.127,3.406 9.127,3.524 9.328,3.524 9.328,3.642 8.522,3.642 8.522,3.524 8.723,3.524 8.723,3.406 " + id="polygon112" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.723,3.406 9.127,3.406 9.127,3.524 9.328,3.524 9.328,3.642 8.522,3.642 8.522,3.524 8.723,3.524 8.723,3.406 " + id="polygon114" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="2.017" + height="1.513" + x="10.342" + y="1.658" + id="rect116" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="2.017" + height="1.513" + x="10.342" + y="1.658" + id="rect118" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="1.58" + height="1.0420001" + x="10.56" + y="1.877" + id="rect120" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="10.615,3.171 11.653,3.171 11.653,3.406 10.669,3.406 10.615,3.171 " + id="polygon122" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="10.615,3.171 11.653,3.171 11.653,3.406 10.669,3.406 10.615,3.171 " + id="polygon124" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="11.653,3.171 12.085,3.171 12.031,3.406 11.653,3.406 11.653,3.171 " + id="polygon126" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="11.653,3.171 12.085,3.171 12.031,3.406 11.653,3.406 11.653,3.171 " + id="polygon128" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.093999997" + height="0.093999997" + x="11.723" + y="3.2420001" + id="rect130" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.093999997" + height="0.093999997" + x="11.723" + y="3.2420001" + id="rect132" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="11.148,3.406 11.552,3.406 11.552,3.524 11.753,3.524 11.753,3.642 10.947,3.642 10.947,3.524 11.148,3.524 11.148,3.406 " + id="polygon134" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="11.148,3.406 11.552,3.406 11.552,3.524 11.753,3.524 11.753,3.642 10.947,3.642 10.947,3.524 11.148,3.524 11.148,3.406 " + id="polygon136" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="3.938" + y1="3.6040001" + x2="3.9389999" + y2="5.2309999" + stroke="#000000" + stroke-width="0.100" + id="line138" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="6.513" + y1="3.6170001" + x2="6.513" + y2="5.237" + stroke="#000000" + stroke-width="0.100" + id="line140" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="8.9250002" + y1="3.642" + x2="8.9329996" + y2="4.5" + stroke="#000000" + stroke-width="0.100" + id="line142" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="11.396" + y1="3.654" + x2="11.4" + y2="5.362" + stroke="#000000" + stroke-width="0.100" + id="line144" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="2.017" + height="1.513" + x="10.442" + y="5.3460002" + id="rect146" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="2.017" + height="1.513" + x="10.442" + y="5.3460002" + id="rect148" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="1.58" + height="1.0420001" + x="10.66" + y="5.5640001" + id="rect150" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="10.715,6.859 11.753,6.859 11.753,7.094 10.769,7.094 10.715,6.859 " + id="polygon152" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="10.715,6.859 11.753,6.859 11.753,7.094 10.769,7.094 10.715,6.859 " + id="polygon154" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="11.753,6.859 12.185,6.859 12.131,7.094 11.753,7.094 11.753,6.859 " + id="polygon156" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="11.753,6.859 12.185,6.859 12.131,7.094 11.753,7.094 11.753,6.859 " + id="polygon158" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.093999997" + height="0.093999997" + x="11.823" + y="6.9289999" + id="rect160" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.093999997" + height="0.093999997" + x="11.823" + y="6.9289999" + id="rect162" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="11.248,7.094 11.652,7.094 11.652,7.212 11.853,7.212 11.853,7.329 11.047,7.329 11.047,7.212 11.248,7.212 11.248,7.094 " + id="polygon164" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="11.248,7.094 11.652,7.094 11.652,7.212 11.853,7.212 11.853,7.329 11.047,7.329 11.047,7.212 11.248,7.212 11.248,7.094 " + id="polygon166" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="3.171,5.92 3.083,5.956 2.819,6.616 2.819,6.946 2.951,7.056 4.887,7.056 5.019,6.946 5.019,6.616 4.755,5.956 4.667,5.92 3.171,5.92 " + id="polygon168" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="3.171,5.92 3.083,5.956 2.819,6.616 2.819,6.946 2.951,7.056 4.887,7.056 5.019,6.946 5.019,6.616 4.755,5.956 4.667,5.92 3.171,5.92 " + id="polygon170" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 2.863,6.506 L 2.951,6.543 L 4.887,6.543 L 4.975,6.506" + id="path172" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 4.887,6.543 L 5.019,6.616" + id="path174" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 2.819,6.616 L 2.951,6.543" + id="path176" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="3.435,5.223 3.391,6.103 4.447,6.103 4.403,5.223 3.435,5.223 " + id="polygon178" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="3.435,5.223 3.391,6.103 4.447,6.103 4.403,5.223 3.435,5.223 " + id="polygon180" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="3.259,6.103 3.171,6.36 4.667,6.36 4.579,6.103 3.259,6.103 " + id="polygon182" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="3.259,6.103 3.171,6.36 4.667,6.36 4.579,6.103 3.259,6.103 " + id="polygon184" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="3.2590001" + cy="6.671" + rx="0.022" + ry="0.022" + id="ellipse186" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="3.2590001" + cy="6.671" + rx="0.022" + ry="0.022" + id="ellipse188" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="3.4790001" + cy="6.671" + rx="0.022" + ry="0.022" + id="ellipse190" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="3.4790001" + cy="6.671" + rx="0.022" + ry="0.022" + id="ellipse192" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="3.6989999" + cy="6.671" + rx="0.022" + ry="0.022" + id="ellipse194" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="3.6989999" + cy="6.671" + rx="0.022" + ry="0.022" + id="ellipse196" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="3.2590001" + cy="6.763" + rx="0.022" + ry="0.022" + id="ellipse198" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="3.2590001" + cy="6.763" + rx="0.022" + ry="0.022" + id="ellipse200" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="3.4790001" + cy="6.763" + rx="0.022" + ry="0.022" + id="ellipse202" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="3.4790001" + cy="6.763" + rx="0.022" + ry="0.022" + id="ellipse204" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="3.6989999" + cy="6.763" + rx="0.022" + ry="0.022" + id="ellipse206" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="3.6989999" + cy="6.763" + rx="0.022" + ry="0.022" + id="ellipse208" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="3.2590001" + cy="6.855" + rx="0.022" + ry="0.022" + id="ellipse210" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="3.2590001" + cy="6.855" + rx="0.022" + ry="0.022" + id="ellipse212" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="3.4790001" + cy="6.855" + rx="0.022" + ry="0.022" + id="ellipse214" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="3.4790001" + cy="6.855" + rx="0.022" + ry="0.022" + id="ellipse216" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="3.6989999" + cy="6.855" + rx="0.022" + ry="0.022" + id="ellipse218" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="3.6989999" + cy="6.855" + rx="0.022" + ry="0.022" + id="ellipse220" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="3.2590001" + cy="6.9460001" + rx="0.022" + ry="0.022" + id="ellipse222" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="3.2590001" + cy="6.9460001" + rx="0.022" + ry="0.022" + id="ellipse224" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="3.4790001" + cy="6.9460001" + rx="0.022" + ry="0.022" + id="ellipse226" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="3.4790001" + cy="6.9460001" + rx="0.022" + ry="0.022" + id="ellipse228" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="3.6989999" + cy="6.9460001" + rx="0.022" + ry="0.022" + id="ellipse230" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="3.6989999" + cy="6.9460001" + rx="0.022" + ry="0.022" + id="ellipse232" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="3.9189999" + cy="6.6900001" + rx="0.27500001" + ry="0.088" + id="ellipse234" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="3.9189999" + cy="6.6900001" + rx="0.27500001" + ry="0.088" + id="ellipse236" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.4689999" + cy="6.6900001" + rx="0.27500001" + ry="0.088" + id="ellipse238" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="4.4689999" + cy="6.6900001" + rx="0.27500001" + ry="0.088" + id="ellipse240" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <polygon + points="5.807,5.902 5.719,5.939 5.455,6.599 5.455,6.929 5.587,7.039 7.523,7.039 7.655,6.929 7.655,6.599 7.391,5.939 7.303,5.902 5.807,5.902 " + id="polygon242" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="5.807,5.902 5.719,5.939 5.455,6.599 5.455,6.929 5.587,7.039 7.523,7.039 7.655,6.929 7.655,6.599 7.391,5.939 7.303,5.902 5.807,5.902 " + id="polygon244" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 5.499,6.489 L 5.587,6.525 L 7.523,6.525 L 7.611,6.489" + id="path246" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 7.523,6.525 L 7.655,6.599" + id="path248" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 5.455,6.599 L 5.587,6.525" + id="path250" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="6.071,5.205 6.027,6.085 7.083,6.085 7.039,5.205 6.071,5.205 " + id="polygon252" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="6.071,5.205 6.027,6.085 7.083,6.085 7.039,5.205 6.071,5.205 " + id="polygon254" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="5.895,6.085 5.807,6.342 7.303,6.342 7.215,6.085 5.895,6.085 " + id="polygon256" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="5.895,6.085 5.807,6.342 7.303,6.342 7.215,6.085 5.895,6.085 " + id="polygon258" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="5.895" + cy="6.6539998" + rx="0.022" + ry="0.022" + id="ellipse260" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="5.895" + cy="6.6539998" + rx="0.022" + ry="0.022" + id="ellipse262" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.1149998" + cy="6.6539998" + rx="0.022" + ry="0.022" + id="ellipse264" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.1149998" + cy="6.6539998" + rx="0.022" + ry="0.022" + id="ellipse266" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.335" + cy="6.6539998" + rx="0.022" + ry="0.022" + id="ellipse268" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.335" + cy="6.6539998" + rx="0.022" + ry="0.022" + id="ellipse270" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="5.895" + cy="6.7449999" + rx="0.022" + ry="0.022" + id="ellipse272" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="5.895" + cy="6.7449999" + rx="0.022" + ry="0.022" + id="ellipse274" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.1149998" + cy="6.7449999" + rx="0.022" + ry="0.022" + id="ellipse276" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.1149998" + cy="6.7449999" + rx="0.022" + ry="0.022" + id="ellipse278" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.335" + cy="6.7449999" + rx="0.022" + ry="0.022" + id="ellipse280" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.335" + cy="6.7449999" + rx="0.022" + ry="0.022" + id="ellipse282" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="5.895" + cy="6.8369999" + rx="0.022" + ry="0.022" + id="ellipse284" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="5.895" + cy="6.8369999" + rx="0.022" + ry="0.022" + id="ellipse286" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.1149998" + cy="6.8369999" + rx="0.022" + ry="0.022" + id="ellipse288" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.1149998" + cy="6.8369999" + rx="0.022" + ry="0.022" + id="ellipse290" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.335" + cy="6.8369999" + rx="0.022" + ry="0.022" + id="ellipse292" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.335" + cy="6.8369999" + rx="0.022" + ry="0.022" + id="ellipse294" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="5.895" + cy="6.9289999" + rx="0.022" + ry="0.022" + id="ellipse296" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="5.895" + cy="6.9289999" + rx="0.022" + ry="0.022" + id="ellipse298" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.1149998" + cy="6.9289999" + rx="0.022" + ry="0.022" + id="ellipse300" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.1149998" + cy="6.9289999" + rx="0.022" + ry="0.022" + id="ellipse302" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.335" + cy="6.9289999" + rx="0.022" + ry="0.022" + id="ellipse304" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.335" + cy="6.9289999" + rx="0.022" + ry="0.022" + id="ellipse306" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.5549998" + cy="6.6719999" + rx="0.27500001" + ry="0.088" + id="ellipse308" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="6.5549998" + cy="6.6719999" + rx="0.27500001" + ry="0.088" + id="ellipse310" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="7.105" + cy="6.6719999" + rx="0.27500001" + ry="0.088" + id="ellipse312" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="7.105" + cy="6.6719999" + rx="0.27500001" + ry="0.088" + id="ellipse314" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <text + x="3.415" + y="1.183" + id="text316" + style="font-size:0.69999999px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">desk1</text> + <text + x="5.9000001" + y="1.184" + id="text318" + style="font-size:0.69999999px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">desk2</text> + <text + x="8.3559999" + y="1.202" + id="text320" + style="font-size:0.69999999px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">desk3</text> + <text + x="10.813" + y="1.237" + id="text322" + style="font-size:0.69999999px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">desk4</text> + <text + x="10.92" + y="8.0609999" + id="text324" + style="font-size:0.69999999px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">desk5</text> + <text + x="1.138" + y="0.44" + id="text326" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">server</text> + <text + x="4.809" + y="-0.479" + id="text328" + style="font-size:0.69999999px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Workgroup: MIDEARTH</text> + <text + x="3.0309999" + y="8.0959997" + id="text330" + style="font-size:0.69999999px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">PRINTQ</text> + <text + x="6.211" + y="8.0249996" + id="text332" + style="font-size:0.69999999px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">hplj5</text> + <text + x="1.154" + y="4.1560001" + id="text334" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">.1</text> + <text + x="3.0799999" + y="4.145" + id="text336" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">.101</text> + <text + x="5.605" + y="4.1430001" + id="text338" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">.102</text> + <text + x="8.0349998" + y="4.1360002" + id="text340" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">.103</text> + <text + x="10.516" + y="4.1459999" + id="text342" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">.104</text> + <text + x="10.515" + y="5.1589999" + id="text344" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">.105</text> + <text + x="3.2379999" + y="5.0170002" + id="text346" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">.20</text> + <text + x="5.8140001" + y="5.007" + id="text348" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">.30</text> + <text + x="5.5159998" + y="0.15899999" + id="text350" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Network: 192.168.1.0/24</text> +</svg> diff --git a/docs/Samba3-ByExample/images/UNIX-Samba-and-LDAP.dia b/docs/Samba3-ByExample/images/UNIX-Samba-and-LDAP.dia Binary files differdeleted file mode 100644 index dfd30fc022..0000000000 --- a/docs/Samba3-ByExample/images/UNIX-Samba-and-LDAP.dia +++ /dev/null diff --git a/docs/Samba3-ByExample/images/UNIX-Samba-and-LDAP.svg b/docs/Samba3-ByExample/images/UNIX-Samba-and-LDAP.svg new file mode 100644 index 0000000000..ebd7412961 --- /dev/null +++ b/docs/Samba3-ByExample/images/UNIX-Samba-and-LDAP.svg @@ -0,0 +1,312 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="22.440001cm" + height="13.923cm" + viewBox="2.2 5.38 24.64 19.302" + id="svg2"> + <defs + id="defs95" /> + <rect + width="7.625" + height="11.175" + x="9.3500004" + y="6.2750001" + id="rect4" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="13.162" + y1="6.2750001" + x2="13.162" + y2="17.450001" + stroke="#000000" + stroke-width="0.100" + id="line6" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="9.3500004" + y1="8.8500004" + x2="16.975" + y2="8.8500004" + stroke="#000000" + stroke-width="0.100" + id="line8" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="9.3400002" + y1="11.68" + x2="16.975" + y2="11.725" + stroke="#000000" + stroke-width="0.100" + id="line10" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="9.3149996" + y1="14.655" + x2="16.950001" + y2="14.65" + stroke="#000000" + stroke-width="0.100" + id="line12" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="10.404" + y="5.9749999" + id="text14" + style="font-size:1px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Posix</text> + <text + x="14.161" + y="5.9650002" + id="text16" + style="font-size:1px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Samba</text> + <text + x="10.277" + y="7.7399998" + id="text18" + style="font-size:0.89999998px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">People</text> + <text + x="14.52" + y="7.375" + id="text20" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">User</text> + <text + x="14.043" + y="8.1750002" + id="text22" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Accounts</text> + <text + x="10.328" + y="16.25" + id="text24" + style="font-size:0.89999998px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">uid/gids</text> + <text + x="14.086" + y="13.125" + id="text26" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Windows</text> + <text + x="14.27" + y="13.925" + id="text28" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Groups</text> + <text + x="10.306" + y="13.334" + id="text30" + style="font-size:0.89999998px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Groups</text> + <text + x="10.285" + y="10.459" + id="text32" + style="font-size:0.89999998px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">People</text> + <text + x="14.193" + y="9.7340002" + id="text34" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Domain</text> + <text + x="14.138" + y="10.534" + id="text36" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Member</text> + <text + x="13.99" + y="11.334" + id="text38" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Machines</text> + <text + x="14.257" + y="16.284" + id="text40" + style="font-size:0.89999998px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">SIDs</text> + <rect + width="4.3499999" + height="1.625" + x="2.25" + y="9.4499998" + id="rect42" + style="fill:#c6c6c6;stroke:none;stroke-width:0" /> + <rect + width="4.3499999" + height="1.625" + x="2.25" + y="9.4499998" + id="rect44" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="9.3500004" + y1="6.2750001" + x2="6.5999999" + y2="9.4499998" + stroke="#000000" + stroke-width="0.050" + stroke-dasharray="0.10,0.10" + id="line46" + style="stroke:#000000;stroke-width:0.05;stroke-dasharray:0.1, 0.1" /> + <line + x1="6.5999999" + y1="11.075" + x2="9.3249998" + y2="14.65" + stroke="#000000" + stroke-width="0.050" + stroke-dasharray="0.10,0.10" + id="line48" + style="stroke:#000000;stroke-width:0.05;stroke-dasharray:0.1, 0.1" /> + <text + x="3.313" + y="10.5" + id="text50" + style="font-size:0.69999999px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">NSS_LDAP</text> + <rect + width="5.0999999" + height="1.625" + x="2.2750001" + y="15.225" + id="rect52" + style="fill:#b9b9b9;stroke:none;stroke-width:0" /> + <rect + width="5.0999999" + height="1.625" + x="2.2750001" + y="15.225" + id="rect54" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="3.415" + y="16.247" + id="text56" + style="font-size:0.69999999px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Winbind (NSS)</text> + <line + x1="9.3500004" + y1="14.725" + x2="7.375" + y2="15.225" + stroke="#000000" + stroke-width="0.050" + stroke-dasharray="0.10,0.10" + id="line58" + style="stroke:#000000;stroke-width:0.05;stroke-dasharray:0.1, 0.1" /> + <line + x1="7.375" + y1="16.85" + x2="9.3500004" + y2="17.450001" + stroke="#000000" + stroke-width="0.050" + stroke-dasharray="0.10,0.10" + id="line60" + style="stroke:#000000;stroke-width:0.05;stroke-dasharray:0.1, 0.1" /> + <rect + width="5.25" + height="2.2249999" + x="19.325001" + y="9.1499996" + id="rect62" + style="fill:#adadad;stroke:none;stroke-width:0" /> + <rect + width="5.25" + height="2.2249999" + x="19.325001" + y="9.1499996" + id="rect64" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="20.535" + y="10.522" + id="text66" + style="font-size:0.69999999px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">smbd + winbind</text> + <line + x1="16.975" + y1="6.2750001" + x2="19.325001" + y2="9.1499996" + stroke="#000000" + stroke-width="0.050" + stroke-dasharray="0.10,0.10" + id="line68" + style="stroke:#000000;stroke-width:0.05;stroke-dasharray:0.1, 0.1" /> + <line + x1="19.325001" + y1="11.375" + x2="16.975" + y2="14.675" + stroke="#000000" + stroke-width="0.050" + stroke-dasharray="0.10,0.10" + id="line70" + style="stroke:#000000;stroke-width:0.05;stroke-dasharray:0.1, 0.1" /> + <rect + width="5.25" + height="2.1300001" + x="19.34" + y="14.925" + id="rect72" + style="fill:#adadad;stroke:none;stroke-width:0" /> + <rect + width="5.25" + height="2.1300001" + x="19.34" + y="14.925" + id="rect74" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="21.211" + y="15.875" + id="text76" + style="font-size:0.69999999px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">winbind</text> + <text + x="21.121" + y="16.575001" + id="text78" + style="font-size:0.69999999px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">(IDMAP)</text> + <line + x1="19.34" + y1="14.925" + x2="16.975" + y2="14.6" + stroke="#000000" + stroke-width="0.050" + stroke-dasharray="0.10,0.10" + id="line80" + style="stroke:#000000;stroke-width:0.05;stroke-dasharray:0.1, 0.1" /> + <line + x1="19.34" + y1="17.055" + x2="17.049999" + y2="17.375" + stroke="#000000" + stroke-width="0.050" + stroke-dasharray="0.10,0.10" + id="line82" + style="stroke:#000000;stroke-width:0.05;stroke-dasharray:0.1, 0.1" /> + <text + x="3.2219999" + y="6.375" + id="text84" + style="font-size:0.69999999px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">UNIX Interface</text> + <text + x="3.8310001" + y="7.0749998" + id="text86" + style="font-size:0.69999999px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">to LDAP</text> + <text + x="20.378" + y="6.3000002" + id="text88" + style="font-size:0.69999999px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Samba Interface</text> + <text + x="21.156" + y="7" + id="text90" + style="font-size:0.69999999px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">to LDAP</text> + <text + x="11.024" + y="18.74" + id="text92" + style="font-size:1px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LDAP Database</text> +</svg> diff --git a/docs/Samba3-ByExample/images/acct2net.dia b/docs/Samba3-ByExample/images/acct2net.dia Binary files differdeleted file mode 100644 index ca1716254b..0000000000 --- a/docs/Samba3-ByExample/images/acct2net.dia +++ /dev/null diff --git a/docs/Samba3-ByExample/images/acct2net.svg b/docs/Samba3-ByExample/images/acct2net.svg new file mode 100644 index 0000000000..13153b9a42 --- /dev/null +++ b/docs/Samba3-ByExample/images/acct2net.svg @@ -0,0 +1,1901 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="12.429cm" + height="7.289cm" + viewBox="0.025 1.145 12.454 8.434" + id="svg2"> + <defs + id="defs595" /> + <rect + width="4.4790001" + height="5.9099998" + x="0.34999999" + y="2.1919999" + id="rect4" + style="fill:#dcdcdc;stroke:none;stroke-width:0" /> + <path + d="M 0.35,2.192 C 0.18431458,2.192 0.05,2.3263146 0.05,2.492" + id="path6" + style="fill:#dcdcdc;stroke:none" /> + <path + d="M 5.129,2.492 C 5.129,2.3263146 4.9946854,2.192 4.829,2.192" + id="path8" + style="fill:#dcdcdc;stroke:none" /> + <rect + width="5.079" + height="5.3099999" + x="0.050000001" + y="2.4920001" + id="rect10" + style="fill:#dcdcdc;stroke:none;stroke-width:0" /> + <path + d="M 0.05,7.802 C 0.05,7.9676854 0.18431458,8.102 0.35,8.102" + id="path12" + style="fill:#dcdcdc;stroke:none" /> + <path + d="M 4.829,8.102 C 4.9946854,8.102 5.129,7.9676854 5.129,7.802" + id="path14" + style="fill:#dcdcdc;stroke:none" /> + <line + x1="0.34999999" + y1="2.1919999" + x2="4.829" + y2="2.1919999" + stroke="#000000" + stroke-width="0.050" + id="line16" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="0.34999999" + y1="8.1020002" + x2="4.829" + y2="8.1020002" + stroke="#000000" + stroke-width="0.050" + id="line18" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 0.35,2.192 C 0.18431458,2.192 0.05,2.3263146 0.05,2.492" + id="path20" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 5.129,2.492 C 5.129,2.3263146 4.9946854,2.192 4.829,2.192" + id="path22" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="0.050000001" + y1="2.4920001" + x2="0.050000001" + y2="7.802" + stroke="#000000" + stroke-width="0.050" + id="line24" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="5.1290002" + y1="2.4920001" + x2="5.1290002" + y2="7.802" + stroke="#000000" + stroke-width="0.050" + id="line26" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 0.05,7.802 C 0.05,7.9676854 0.18431458,8.102 0.35,8.102" + id="path28" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 4.829,8.102 C 4.9946854,8.102 5.129,7.9676854 5.129,7.802" + id="path30" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="4.1500001" + height="5.9629998" + x="7.9790001" + y="2.1400001" + id="rect32" + style="fill:#dcdcdc;stroke:none;stroke-width:0" /> + <path + d="M 7.979,2.14 C 7.8133146,2.14 7.679,2.2743146 7.679,2.44" + id="path34" + style="fill:#dcdcdc;stroke:none" /> + <path + d="M 12.429,2.44 C 12.429,2.2743146 12.294685,2.14 12.129,2.14" + id="path36" + style="fill:#dcdcdc;stroke:none" /> + <rect + width="4.75" + height="5.3629999" + x="7.6789999" + y="2.4400001" + id="rect38" + style="fill:#dcdcdc;stroke:none;stroke-width:0" /> + <path + d="M 7.679,7.802 C 7.679,7.9676854 7.8133146,8.102 7.979,8.102" + id="path40" + style="fill:#dcdcdc;stroke:none" /> + <path + d="M 12.129,8.102 C 12.294685,8.102 12.429,7.9676854 12.429,7.802" + id="path42" + style="fill:#dcdcdc;stroke:none" /> + <line + x1="7.9790001" + y1="2.1400001" + x2="12.129" + y2="2.1400001" + stroke="#000000" + stroke-width="0.050" + id="line44" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="7.9790001" + y1="8.1020002" + x2="12.129" + y2="8.1020002" + stroke="#000000" + stroke-width="0.050" + id="line46" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 7.979,2.14 C 7.8133146,2.14 7.679,2.2743146 7.679,2.44" + id="path48" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 12.429,2.44 C 12.429,2.2743146 12.294685,2.14 12.129,2.14" + id="path50" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="7.6789999" + y1="2.4400001" + x2="7.6789999" + y2="7.802" + stroke="#000000" + stroke-width="0.050" + id="line52" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="12.429" + y1="2.4400001" + x2="12.429" + y2="7.802" + stroke="#000000" + stroke-width="0.050" + id="line54" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 7.679,7.802 C 7.679,7.9676854 7.8133146,8.102 7.979,8.102" + id="path56" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 12.129,8.102 C 12.294685,8.102 12.429,7.9676854 12.429,7.802" + id="path58" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <text + x="5.3099999" + y="4.9510002" + id="text60" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">.1</text> + <text + x="1.069" + y="6.0370002" + id="text62" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">IP via DHCP</text> + <text + x="4.098" + y="3.1889999" + id="text64" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">hplj4</text> + <rect + width="1.309" + height="3.928" + x="5.7750001" + y="3.1860001" + id="rect66" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.309" + height="3.928" + x="5.7750001" + y="3.1860001" + id="rect68" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.309" + height="3.928" + x="5.7750001" + y="3.1860001" + id="rect70" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.0470001" + height="1.571" + x="5.9060001" + y="3.3169999" + id="rect72" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.0470001" + height="1.571" + x="5.9060001" + y="3.3169999" + id="rect74" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.0470001" + height="1.571" + x="5.9060001" + y="3.3169999" + id="rect76" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="5.9060001" + y1="3.579" + x2="6.9530001" + y2="3.579" + stroke="#000000" + stroke-width="0.010" + id="line78" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="6.9530001" + y1="3.8410001" + x2="5.9060001" + y2="3.8410001" + stroke="#000000" + stroke-width="0.010" + id="line80" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="5.9060001" + y1="4.1030002" + x2="6.9530001" + y2="4.1030002" + stroke="#000000" + stroke-width="0.010" + id="line82" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="5.9060001" + y1="4.3639998" + x2="6.9530001" + y2="4.3639998" + stroke="#000000" + stroke-width="0.010" + id="line84" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="6.9530001" + y1="4.6259999" + x2="5.9060001" + y2="4.6259999" + stroke="#000000" + stroke-width="0.010" + id="line86" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.72000003" + height="0.39300001" + x="5.9060001" + y="5.0190001" + id="rect88" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.72000003" + height="0.39300001" + x="5.9060001" + y="5.0190001" + id="rect90" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.72000003" + height="0.39300001" + x="5.9060001" + y="5.0190001" + id="rect92" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="5.7750001" + y1="5.6739998" + x2="7.0840001" + y2="5.6739998" + stroke="#000000" + stroke-width="0.010" + id="line94" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.064999998" + height="0.064999998" + x="6.3639998" + y="5.8049998" + id="rect96" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.064999998" + height="0.064999998" + x="6.3639998" + y="5.8049998" + id="rect98" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.064999998" + height="0.064999998" + x="6.3639998" + y="5.8049998" + id="rect100" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.064999998" + height="0.064999998" + x="6.6259999" + y="5.8049998" + id="rect102" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.064999998" + height="0.064999998" + x="6.6259999" + y="5.8049998" + id="rect104" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.064999998" + height="0.064999998" + x="6.6259999" + y="5.8049998" + id="rect106" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.064999998" + height="0.064999998" + x="6.888" + y="5.8049998" + id="rect108" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.064999998" + height="0.064999998" + x="6.888" + y="5.8049998" + id="rect110" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.064999998" + height="0.064999998" + x="6.888" + y="5.8049998" + id="rect112" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.131" + height="0.131" + x="6.822" + y="5.4120002" + id="rect114" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.131" + height="0.131" + x="6.822" + y="5.4120002" + id="rect116" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.131" + height="0.131" + x="6.822" + y="5.4120002" + id="rect118" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="5.9060001" + y1="5.2150002" + x2="6.6259999" + y2="5.2150002" + stroke="#000000" + stroke-width="0.010" + id="line120" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.19599999" + height="0.19599999" + x="5.9060001" + y="5.7389998" + id="rect122" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.19599999" + height="0.19599999" + x="5.9060001" + y="5.7389998" + id="rect124" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.19599999" + height="0.19599999" + x="5.9060001" + y="5.7389998" + id="rect126" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.917" + height="0.064999998" + x="5.9710002" + y="4.6919999" + id="rect128" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.917" + height="0.064999998" + x="5.9710002" + y="4.6919999" + id="rect130" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.917" + height="0.064999998" + x="5.9710002" + y="4.6919999" + id="rect132" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="5.9710002" + y1="5.085" + x2="6.5609999" + y2="5.085" + stroke="#000000" + stroke-width="0.010" + id="line134" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="6.5609999" + y1="5.1500001" + x2="6.4949999" + y2="5.1500001" + stroke="#000000" + stroke-width="0.010" + id="line136" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="5.9710002" + y1="5.1500001" + x2="6.0370002" + y2="5.1500001" + stroke="#000000" + stroke-width="0.010" + id="line138" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.32699999" + height="0.064999998" + x="6.1020002" + y="5.085" + id="rect140" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.32699999" + height="0.064999998" + x="6.1020002" + y="5.085" + id="rect142" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.32699999" + height="0.064999998" + x="6.1020002" + y="5.085" + id="rect144" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="5.9710002" + y1="4.823" + x2="6.0370002" + y2="4.823" + stroke="#000000" + stroke-width="0.010" + id="line146" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="6.1020002" + y1="4.823" + x2="6.1680002" + y2="4.823" + stroke="#000000" + stroke-width="0.010" + id="line148" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="6.757" + y1="4.823" + x2="6.888" + y2="4.823" + stroke="#000000" + stroke-width="0.010" + id="line150" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="5.8400002" + y1="7.0489998" + x2="7.0190001" + y2="7.0489998" + stroke="#000000" + stroke-width="0.010" + id="line152" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="7.0190001" + y1="6.9829998" + x2="5.8400002" + y2="6.9829998" + stroke="#000000" + stroke-width="0.010" + id="line154" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="5.8400002" + y1="6.9180002" + x2="7.0190001" + y2="6.9180002" + stroke="#000000" + stroke-width="0.010" + id="line156" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="7.0190001" + y1="6.8520002" + x2="5.8400002" + y2="6.8520002" + stroke="#000000" + stroke-width="0.010" + id="line158" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="5.8400002" + y1="6.7870002" + x2="7.0190001" + y2="6.7870002" + stroke="#000000" + stroke-width="0.010" + id="line160" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="7.0190001" + y1="6.7210002" + x2="5.8400002" + y2="6.7210002" + stroke="#000000" + stroke-width="0.010" + id="line162" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="5.8400002" + y1="6.6560001" + x2="7.0190001" + y2="6.6560001" + stroke="#000000" + stroke-width="0.010" + id="line164" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="7.0190001" + y1="6.5900002" + x2="5.8400002" + y2="6.5900002" + stroke="#000000" + stroke-width="0.010" + id="line166" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="5.8400002" + y1="6.5250001" + x2="7.0190001" + y2="6.5250001" + stroke="#000000" + stroke-width="0.010" + id="line168" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="7.0190001" + y1="6.4590001" + x2="5.8400002" + y2="6.4590001" + stroke="#000000" + stroke-width="0.010" + id="line170" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="5.8400002" + y1="6.3940001" + x2="7.0190001" + y2="6.3940001" + stroke="#000000" + stroke-width="0.010" + id="line172" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="7.0190001" + y1="6.3280001" + x2="5.8400002" + y2="6.3280001" + stroke="#000000" + stroke-width="0.010" + id="line174" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="5.8400002" + y1="6.263" + x2="7.0190001" + y2="6.263" + stroke="#000000" + stroke-width="0.010" + id="line176" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="7.0190001" + y1="6.197" + x2="5.8400002" + y2="6.197" + stroke="#000000" + stroke-width="0.010" + id="line178" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="7.0159998" + y1="5.1269999" + x2="11.562" + y2="5.1269999" + stroke="#000000" + stroke-width="0.100" + id="line180" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="7.6430001" + y1="5.1269999" + x2="7.6430001" + y2="5.125" + stroke="#000000" + stroke-width="0.100" + id="line182" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="8.5790005" + y1="5.1269999" + x2="8.5790005" + y2="4.2020001" + stroke="#000000" + stroke-width="0.100" + id="line184" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="8.5790005" + y1="5.1269999" + x2="8.5790005" + y2="6.177" + stroke="#000000" + stroke-width="0.100" + id="line186" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="10.016" + y1="5.1269999" + x2="10.016" + y2="4.2150002" + stroke="#000000" + stroke-width="0.100" + id="line188" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="10.177" + y1="5.1269999" + x2="10.177" + y2="5.1399999" + stroke="#000000" + stroke-width="0.100" + id="line190" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="11.512" + y1="5.1269999" + x2="11.512" + y2="4.177" + stroke="#000000" + stroke-width="0.100" + id="line192" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="0.55599999" + y1="5.1669998" + x2="5.7789998" + y2="5.177" + stroke="#000000" + stroke-width="0.100" + id="line194" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="2.244" + y1="5.1700001" + x2="2.244" + y2="5.1599998" + stroke="#000000" + stroke-width="0.100" + id="line196" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="1.738" + y1="5.1690001" + x2="1.74" + y2="4.1259999" + stroke="#000000" + stroke-width="0.100" + id="line198" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="4.1370001" + y1="5.1739998" + x2="4.1389999" + y2="4.27" + stroke="#000000" + stroke-width="0.100" + id="line200" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="2.7620001" + y1="5.171" + x2="2.7639999" + y2="4.1240001" + stroke="#000000" + stroke-width="0.100" + id="line202" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="4.1430001" + y1="5.1739998" + x2="4.1409998" + y2="6.165" + stroke="#000000" + stroke-width="0.100" + id="line204" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="0.60600001" + y1="5.1669998" + x2="0.60799998" + y2="4.1690001" + stroke="#000000" + stroke-width="0.100" + id="line206" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="0.713" + height="0.53500003" + x="8.2119999" + y="3.5190001" + id="rect208" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.713" + height="0.53500003" + x="8.2119999" + y="3.5190001" + id="rect210" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.55900002" + height="0.36899999" + x="8.2889996" + y="3.596" + id="rect212" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="8.308,4.054 8.675,4.054 8.675,4.137 8.328,4.137 8.308,4.054 " + id="polygon214" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.308,4.054 8.675,4.054 8.675,4.137 8.328,4.137 8.308,4.054 " + id="polygon216" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="8.675,4.054 8.828,4.054 8.809,4.137 8.675,4.137 8.675,4.054 " + id="polygon218" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.675,4.054 8.828,4.054 8.809,4.137 8.675,4.137 8.675,4.054 " + id="polygon220" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.033" + height="0.033" + x="8.6999998" + y="4.079" + id="rect222" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.033" + height="0.033" + x="8.6999998" + y="4.079" + id="rect224" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="8.497,4.137 8.64,4.137 8.64,4.179 8.711,4.179 8.711,4.22 8.426,4.22 8.426,4.179 8.497,4.179 8.497,4.137 " + id="polygon226" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.497,4.137 8.64,4.137 8.64,4.179 8.711,4.179 8.711,4.22 8.426,4.22 8.426,4.179 8.497,4.179 8.497,4.137 " + id="polygon228" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.67199999" + height="0.50400001" + x="1.404" + y="3.4649999" + id="rect230" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.67199999" + height="0.50400001" + x="1.404" + y="3.4649999" + id="rect232" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.52700001" + height="0.347" + x="1.476" + y="3.5380001" + id="rect234" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="1.495,3.969 1.841,3.969 1.841,4.048 1.513,4.048 1.495,3.969 " + id="polygon236" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="1.495,3.969 1.841,3.969 1.841,4.048 1.513,4.048 1.495,3.969 " + id="polygon238" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="1.841,3.969 1.985,3.969 1.967,4.048 1.841,4.048 1.841,3.969 " + id="polygon240" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="1.841,3.969 1.985,3.969 1.967,4.048 1.841,4.048 1.841,3.969 " + id="polygon242" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.030999999" + height="0.030999999" + x="1.864" + y="3.993" + id="rect244" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.030999999" + height="0.030999999" + x="1.864" + y="3.993" + id="rect246" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="1.672,4.048 1.807,4.048 1.807,4.087 1.874,4.087 1.874,4.126 1.605,4.126 1.605,4.087 1.672,4.087 1.672,4.048 " + id="polygon248" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="1.672,4.048 1.807,4.048 1.807,4.087 1.874,4.087 1.874,4.126 1.605,4.126 1.605,4.087 1.672,4.087 1.672,4.048 " + id="polygon250" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.64499998" + height="0.484" + x="2.441" + y="3.49" + id="rect252" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.64499998" + height="0.484" + x="2.441" + y="3.49" + id="rect254" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.505" + height="0.333" + x="2.5109999" + y="3.5599999" + id="rect256" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="2.528,3.974 2.86,3.974 2.86,4.049 2.546,4.049 2.528,3.974 " + id="polygon258" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="2.528,3.974 2.86,3.974 2.86,4.049 2.546,4.049 2.528,3.974 " + id="polygon260" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="2.86,3.974 2.999,3.974 2.981,4.049 2.86,4.049 2.86,3.974 " + id="polygon262" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="2.86,3.974 2.999,3.974 2.981,4.049 2.86,4.049 2.86,3.974 " + id="polygon264" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.029999999" + height="0.029999999" + x="2.8829999" + y="3.997" + id="rect266" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.029999999" + height="0.029999999" + x="2.8829999" + y="3.997" + id="rect268" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="2.699,4.049 2.828,4.049 2.828,4.087 2.893,4.087 2.893,4.124 2.635,4.124 2.635,4.087 2.699,4.087 2.699,4.049 " + id="polygon270" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="2.699,4.049 2.828,4.049 2.828,4.087 2.893,4.087 2.893,4.124 2.635,4.124 2.635,4.087 2.699,4.087 2.699,4.049 " + id="polygon272" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.65899998" + height="0.495" + x="0.27900001" + y="3.52" + id="rect274" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.65899998" + height="0.495" + x="0.27900001" + y="3.52" + id="rect276" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.51700002" + height="0.34099999" + x="0.34999999" + y="3.592" + id="rect278" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="0.368,4.015 0.707,4.015 0.707,4.092 0.386,4.092 0.368,4.015 " + id="polygon280" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="0.368,4.015 0.707,4.015 0.707,4.092 0.386,4.092 0.368,4.015 " + id="polygon282" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="0.707,4.015 0.849,4.015 0.831,4.092 0.707,4.092 0.707,4.015 " + id="polygon284" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="0.707,4.015 0.849,4.015 0.831,4.092 0.707,4.092 0.707,4.015 " + id="polygon286" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.030999999" + height="0.030999999" + x="0.73000002" + y="4.0380001" + id="rect288" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.030999999" + height="0.030999999" + x="0.73000002" + y="4.0380001" + id="rect290" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="0.542,4.092 0.674,4.092 0.674,4.13 0.74,4.13 0.74,4.169 0.476,4.169 0.476,4.13 0.542,4.13 0.542,4.092 " + id="polygon292" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="0.542,4.092 0.674,4.092 0.674,4.13 0.74,4.13 0.74,4.169 0.476,4.169 0.476,4.13 0.542,4.13 0.542,4.092 " + id="polygon294" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.65899998" + height="0.49399999" + x="9.6879997" + y="3.527" + id="rect296" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.65899998" + height="0.49399999" + x="9.6879997" + y="3.527" + id="rect298" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.51599997" + height="0.34099999" + x="9.7589998" + y="3.599" + id="rect300" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="9.777,4.022 10.116,4.022 10.116,4.099 9.795,4.099 9.777,4.022 " + id="polygon302" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="9.777,4.022 10.116,4.022 10.116,4.099 9.795,4.099 9.777,4.022 " + id="polygon304" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="10.116,4.022 10.258,4.022 10.24,4.099 10.116,4.099 10.116,4.022 " + id="polygon306" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="10.116,4.022 10.258,4.022 10.24,4.099 10.116,4.099 10.116,4.022 " + id="polygon308" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.030999999" + height="0.030999999" + x="10.139" + y="4.0450001" + id="rect310" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.030999999" + height="0.030999999" + x="10.139" + y="4.0450001" + id="rect312" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="9.952,4.099 10.083,4.099 10.083,4.137 10.149,4.137 10.149,4.176 9.886,4.176 9.886,4.137 9.952,4.137 9.952,4.099 " + id="polygon314" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="9.952,4.099 10.083,4.099 10.083,4.137 10.149,4.137 10.149,4.176 9.886,4.176 9.886,4.137 9.952,4.137 9.952,4.099 " + id="polygon316" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.62300003" + height="0.46700001" + x="11.2" + y="3.5650001" + id="rect318" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.62300003" + height="0.46700001" + x="11.2" + y="3.5650001" + id="rect320" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.48800001" + height="0.322" + x="11.268" + y="3.632" + id="rect322" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="11.285,4.032 11.605,4.032 11.605,4.105 11.302,4.105 11.285,4.032 " + id="polygon324" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="11.285,4.032 11.605,4.032 11.605,4.105 11.302,4.105 11.285,4.032 " + id="polygon326" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="11.605,4.032 11.739,4.032 11.722,4.105 11.605,4.105 11.605,4.032 " + id="polygon328" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="11.605,4.032 11.739,4.032 11.722,4.105 11.605,4.105 11.605,4.032 " + id="polygon330" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.028999999" + height="0.028999999" + x="11.627" + y="4.0539999" + id="rect332" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.028999999" + height="0.028999999" + x="11.627" + y="4.0539999" + id="rect334" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="11.449,4.105 11.574,4.105 11.574,4.141 11.636,4.141 11.636,4.177 11.387,4.177 11.387,4.141 11.449,4.141 11.449,4.105 " + id="polygon336" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="11.449,4.105 11.574,4.105 11.574,4.141 11.636,4.141 11.636,4.177 11.387,4.177 11.387,4.141 11.449,4.141 11.449,4.105 " + id="polygon338" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="3.803,3.759 3.763,3.775 3.645,4.072 3.645,4.22 3.704,4.27 4.574,4.27 4.634,4.22 4.634,4.072 4.515,3.775 4.475,3.759 3.803,3.759 " + id="polygon340" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="3.803,3.759 3.763,3.775 3.645,4.072 3.645,4.22 3.704,4.27 4.574,4.27 4.634,4.22 4.634,4.072 4.515,3.775 4.475,3.759 3.803,3.759 " + id="polygon342" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 3.665,4.023 L 3.704,4.039 L 4.574,4.039 L 4.614,4.023" + id="path344" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 4.574,4.039 L 4.634,4.072" + id="path346" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 3.645,4.072 L 3.704,4.039" + id="path348" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="3.922,3.446 3.902,3.841 4.376,3.841 4.357,3.446 3.922,3.446 " + id="polygon350" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="3.922,3.446 3.902,3.841 4.376,3.841 4.357,3.446 3.922,3.446 " + id="polygon352" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="3.843,3.841 3.803,3.957 4.475,3.957 4.436,3.841 3.843,3.841 " + id="polygon354" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="3.843,3.841 3.803,3.957 4.475,3.957 4.436,3.841 3.843,3.841 " + id="polygon356" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="3.8429999" + cy="4.0970001" + rx="0.0099999998" + ry="0.0099999998" + id="ellipse358" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="3.8429999" + cy="4.0970001" + rx="0.0099999998" + ry="0.0099999998" + id="ellipse360" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="3.941" + cy="4.0970001" + rx="0.0099999998" + ry="0.0099999998" + id="ellipse362" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="3.941" + cy="4.0970001" + rx="0.0099999998" + ry="0.0099999998" + id="ellipse364" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.04" + cy="4.0970001" + rx="0.0099999998" + ry="0.0099999998" + id="ellipse366" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.04" + cy="4.0970001" + rx="0.0099999998" + ry="0.0099999998" + id="ellipse368" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="3.8429999" + cy="4.138" + rx="0.0099999998" + ry="0.0099999998" + id="ellipse370" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="3.8429999" + cy="4.138" + rx="0.0099999998" + ry="0.0099999998" + id="ellipse372" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="3.941" + cy="4.138" + rx="0.0099999998" + ry="0.0099999998" + id="ellipse374" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="3.941" + cy="4.138" + rx="0.0099999998" + ry="0.0099999998" + id="ellipse376" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.04" + cy="4.138" + rx="0.0099999998" + ry="0.0099999998" + id="ellipse378" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.04" + cy="4.138" + rx="0.0099999998" + ry="0.0099999998" + id="ellipse380" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="3.8429999" + cy="4.1789999" + rx="0.0099999998" + ry="0.0099999998" + id="ellipse382" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="3.8429999" + cy="4.1789999" + rx="0.0099999998" + ry="0.0099999998" + id="ellipse384" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="3.941" + cy="4.1789999" + rx="0.0099999998" + ry="0.0099999998" + id="ellipse386" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="3.941" + cy="4.1789999" + rx="0.0099999998" + ry="0.0099999998" + id="ellipse388" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.04" + cy="4.1789999" + rx="0.0099999998" + ry="0.0099999998" + id="ellipse390" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.04" + cy="4.1789999" + rx="0.0099999998" + ry="0.0099999998" + id="ellipse392" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="3.8429999" + cy="4.2199998" + rx="0.0099999998" + ry="0.0099999998" + id="ellipse394" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="3.8429999" + cy="4.2199998" + rx="0.0099999998" + ry="0.0099999998" + id="ellipse396" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="3.941" + cy="4.2199998" + rx="0.0099999998" + ry="0.0099999998" + id="ellipse398" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="3.941" + cy="4.2199998" + rx="0.0099999998" + ry="0.0099999998" + id="ellipse400" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.04" + cy="4.2199998" + rx="0.0099999998" + ry="0.0099999998" + id="ellipse402" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.04" + cy="4.2199998" + rx="0.0099999998" + ry="0.0099999998" + id="ellipse404" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.1389999" + cy="4.105" + rx="0.124" + ry="0.039999999" + id="ellipse406" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="4.1389999" + cy="4.105" + rx="0.124" + ry="0.039999999" + id="ellipse408" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.3860002" + cy="4.105" + rx="0.124" + ry="0.039999999" + id="ellipse410" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="4.3860002" + cy="4.105" + rx="0.124" + ry="0.039999999" + id="ellipse412" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <polygon + points="3.741,6.521 3.695,6.54 3.558,6.884 3.558,7.056 3.627,7.114 4.635,7.114 4.704,7.056 4.704,6.884 4.567,6.54 4.521,6.521 3.741,6.521 " + id="polygon414" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="3.741,6.521 3.695,6.54 3.558,6.884 3.558,7.056 3.627,7.114 4.635,7.114 4.704,7.056 4.704,6.884 4.567,6.54 4.521,6.521 3.741,6.521 " + id="polygon416" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 3.581,6.827 L 3.627,6.846 L 4.635,6.846 L 4.681,6.827" + id="path418" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 4.635,6.846 L 4.704,6.884" + id="path420" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 3.558,6.884 L 3.627,6.846" + id="path422" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="3.879,6.158 3.856,6.617 4.406,6.617 4.383,6.158 3.879,6.158 " + id="polygon424" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="3.879,6.158 3.856,6.617 4.406,6.617 4.383,6.158 3.879,6.158 " + id="polygon426" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="3.787,6.617 3.741,6.751 4.521,6.751 4.475,6.617 3.787,6.617 " + id="polygon428" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="3.787,6.617 3.741,6.751 4.521,6.751 4.475,6.617 3.787,6.617 " + id="polygon430" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="3.7869999" + cy="6.9130001" + rx="0.011" + ry="0.011" + id="ellipse432" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="3.7869999" + cy="6.9130001" + rx="0.011" + ry="0.011" + id="ellipse434" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="3.902" + cy="6.9130001" + rx="0.011" + ry="0.011" + id="ellipse436" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="3.902" + cy="6.9130001" + rx="0.011" + ry="0.011" + id="ellipse438" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.0159998" + cy="6.9130001" + rx="0.011" + ry="0.011" + id="ellipse440" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.0159998" + cy="6.9130001" + rx="0.011" + ry="0.011" + id="ellipse442" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="3.7869999" + cy="6.961" + rx="0.011" + ry="0.011" + id="ellipse444" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="3.7869999" + cy="6.961" + rx="0.011" + ry="0.011" + id="ellipse446" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="3.902" + cy="6.961" + rx="0.011" + ry="0.011" + id="ellipse448" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="3.902" + cy="6.961" + rx="0.011" + ry="0.011" + id="ellipse450" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.0159998" + cy="6.961" + rx="0.011" + ry="0.011" + id="ellipse452" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.0159998" + cy="6.961" + rx="0.011" + ry="0.011" + id="ellipse454" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="3.7869999" + cy="7.0079999" + rx="0.011" + ry="0.011" + id="ellipse456" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="3.7869999" + cy="7.0079999" + rx="0.011" + ry="0.011" + id="ellipse458" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="3.902" + cy="7.0079999" + rx="0.011" + ry="0.011" + id="ellipse460" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="3.902" + cy="7.0079999" + rx="0.011" + ry="0.011" + id="ellipse462" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.0159998" + cy="7.0079999" + rx="0.011" + ry="0.011" + id="ellipse464" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.0159998" + cy="7.0079999" + rx="0.011" + ry="0.011" + id="ellipse466" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="3.7869999" + cy="7.0560002" + rx="0.011" + ry="0.011" + id="ellipse468" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="3.7869999" + cy="7.0560002" + rx="0.011" + ry="0.011" + id="ellipse470" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="3.902" + cy="7.0560002" + rx="0.011" + ry="0.011" + id="ellipse472" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="3.902" + cy="7.0560002" + rx="0.011" + ry="0.011" + id="ellipse474" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.0159998" + cy="7.0560002" + rx="0.011" + ry="0.011" + id="ellipse476" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.0159998" + cy="7.0560002" + rx="0.011" + ry="0.011" + id="ellipse478" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.131" + cy="6.9219999" + rx="0.14300001" + ry="0.046" + id="ellipse480" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="4.131" + cy="6.9219999" + rx="0.14300001" + ry="0.046" + id="ellipse482" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.4180002" + cy="6.9219999" + rx="0.14300001" + ry="0.046" + id="ellipse484" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="4.4180002" + cy="6.9219999" + rx="0.14300001" + ry="0.046" + id="ellipse486" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <polygon + points="8.113,6.536 8.063,6.557 7.91,6.938 7.91,7.128 7.987,7.192 9.103,7.192 9.179,7.128 9.179,6.938 9.027,6.557 8.976,6.536 8.113,6.536 " + id="polygon488" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="8.113,6.536 8.063,6.557 7.91,6.938 7.91,7.128 7.987,7.192 9.103,7.192 9.179,7.128 9.179,6.938 9.027,6.557 8.976,6.536 8.113,6.536 " + id="polygon490" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 7.936,6.874 L 7.987,6.896 L 9.103,6.896 L 9.154,6.874" + id="path492" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 9.103,6.896 L 9.179,6.938" + id="path494" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 7.91,6.938 L 7.987,6.896" + id="path496" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="8.266,6.134 8.24,6.642 8.849,6.642 8.824,6.134 8.266,6.134 " + id="polygon498" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="8.266,6.134 8.24,6.642 8.849,6.642 8.824,6.134 8.266,6.134 " + id="polygon500" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="8.164,6.642 8.113,6.79 8.976,6.79 8.925,6.642 8.164,6.642 " + id="polygon502" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="8.164,6.642 8.113,6.79 8.976,6.79 8.925,6.642 8.164,6.642 " + id="polygon504" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="8.1639996" + cy="6.9699998" + rx="0.013" + ry="0.013" + id="ellipse506" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="8.1639996" + cy="6.9699998" + rx="0.013" + ry="0.013" + id="ellipse508" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="8.2910004" + cy="6.9699998" + rx="0.013" + ry="0.013" + id="ellipse510" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="8.2910004" + cy="6.9699998" + rx="0.013" + ry="0.013" + id="ellipse512" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="8.4180002" + cy="6.9699998" + rx="0.013" + ry="0.013" + id="ellipse514" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="8.4180002" + cy="6.9699998" + rx="0.013" + ry="0.013" + id="ellipse516" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="8.1639996" + cy="7.0229998" + rx="0.013" + ry="0.013" + id="ellipse518" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="8.1639996" + cy="7.0229998" + rx="0.013" + ry="0.013" + id="ellipse520" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="8.2910004" + cy="7.0229998" + rx="0.013" + ry="0.013" + id="ellipse522" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="8.2910004" + cy="7.0229998" + rx="0.013" + ry="0.013" + id="ellipse524" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="8.4180002" + cy="7.0229998" + rx="0.013" + ry="0.013" + id="ellipse526" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="8.4180002" + cy="7.0229998" + rx="0.013" + ry="0.013" + id="ellipse528" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="8.1639996" + cy="7.0749998" + rx="0.013" + ry="0.013" + id="ellipse530" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="8.1639996" + cy="7.0749998" + rx="0.013" + ry="0.013" + id="ellipse532" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="8.2910004" + cy="7.0749998" + rx="0.013" + ry="0.013" + id="ellipse534" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="8.2910004" + cy="7.0749998" + rx="0.013" + ry="0.013" + id="ellipse536" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="8.4180002" + cy="7.0749998" + rx="0.013" + ry="0.013" + id="ellipse538" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="8.4180002" + cy="7.0749998" + rx="0.013" + ry="0.013" + id="ellipse540" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="8.1639996" + cy="7.1279998" + rx="0.013" + ry="0.013" + id="ellipse542" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="8.1639996" + cy="7.1279998" + rx="0.013" + ry="0.013" + id="ellipse544" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="8.2910004" + cy="7.1279998" + rx="0.013" + ry="0.013" + id="ellipse546" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="8.2910004" + cy="7.1279998" + rx="0.013" + ry="0.013" + id="ellipse548" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="8.4180002" + cy="7.1279998" + rx="0.013" + ry="0.013" + id="ellipse550" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="8.4180002" + cy="7.1279998" + rx="0.013" + ry="0.013" + id="ellipse552" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="8.5450001" + cy="6.98" + rx="0.15899999" + ry="0.050999999" + id="ellipse554" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="8.5450001" + cy="6.98" + rx="0.15899999" + ry="0.050999999" + id="ellipse556" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="8.8620005" + cy="6.98" + rx="0.15899999" + ry="0.050999999" + id="ellipse558" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="8.8620005" + cy="6.98" + rx="0.15899999" + ry="0.050999999" + id="ellipse560" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <text + x="3.9879999" + y="1.613" + id="text562" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Domain: BILLMORE</text> + <text + x="1.056" + y="5.6669998" + id="text564" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">192.168.1.0/24</text> + <text + x="9.4580002" + y="5.6199999" + id="text566" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">192.168.2.0/24</text> + <text + x="4.4000001" + y="5.6009998" + id="text568" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">.10</text> + <text + x="4.4390001" + y="5.0139999" + id="text570" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">.11</text> + <text + x="8.0030003" + y="5.5640001" + id="text572" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">.10</text> + <text + x="7.2420001" + y="4.927" + id="text574" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">.1</text> + <text + x="9.7089996" + y="6.026" + id="text576" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">IP via DHCP</text> + <text + x="3.9430001" + y="7.6009998" + id="text578" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">hplj6</text> + <text + x="8.382" + y="7.6389999" + id="text580" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">qms</text> + <text + x="6.0440001" + y="2.602" + id="text582" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Server:</text> + <text + x="5.967" + y="3.0020001" + id="text584" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">SLEETH</text> + <text + x="0.69599998" + y="2.615" + id="text586" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Accounting</text> + <text + x="9.6929998" + y="2.566" + id="text588" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Financial Services</text> + <text + x="0.63999999" + y="7.7909999" + id="text590" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">20 Users</text> + <text + x="10.799" + y="7.8039999" + id="text592" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">32 Users</text> +</svg> diff --git a/docs/Samba3-ByExample/images/ch7-dual-additive-LDAP-Ok.dia b/docs/Samba3-ByExample/images/ch7-dual-additive-LDAP-Ok.dia Binary files differdeleted file mode 100644 index e6464b9a13..0000000000 --- a/docs/Samba3-ByExample/images/ch7-dual-additive-LDAP-Ok.dia +++ /dev/null diff --git a/docs/Samba3-ByExample/images/ch7-dual-additive-LDAP-Ok.svg b/docs/Samba3-ByExample/images/ch7-dual-additive-LDAP-Ok.svg new file mode 100644 index 0000000000..78b735c361 --- /dev/null +++ b/docs/Samba3-ByExample/images/ch7-dual-additive-LDAP-Ok.svg @@ -0,0 +1,143 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="14.175cm" + height="7.1500001cm" + viewBox="4.175 2.15 18.35 9.3" + id="svg2"> + <defs + id="defs47" /> + <rect + width="4.2249999" + height="1.825" + x="4.2249999" + y="4.4749999" + id="rect4" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="4.2249999" + height="1.825" + x="4.2249999" + y="4.4749999" + id="rect6" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="6.1750002" + height="2.825" + x="12.1" + y="2.2" + id="rect8" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="6.1750002" + height="2.825" + x="12.1" + y="2.2" + id="rect10" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="5.4169998" + y="5.5999999" + id="text12" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Samba</text> + <text + x="14.296" + y="3.0250001" + id="text14" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">master</text> + <text + x="13.676" + y="3.825" + id="text16" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LDAP server</text> + <text + x="13.84" + y="4.625" + id="text18" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Directory A</text> + <line + x1="9" + y1="5.3790002" + x2="10.9" + y2="5.3499999" + stroke="#000000" + stroke-width="0.100" + id="line20" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="8.996,5.129 8.5,5.387 9.004,5.629 8.996,5.129 " + id="polygon22" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <rect + width="6.1750002" + height="2.605" + x="12.125" + y="6.52" + id="rect24" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="6.1750002" + height="2.605" + x="12.125" + y="6.52" + id="rect26" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="14.575" + y="7.25" + id="text28" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">slave</text> + <text + x="13.776" + y="8.0500002" + id="text30" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LDAP server</text> + <text + x="13.941" + y="8.8500004" + id="text32" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Directory B</text> + <line + x1="11.55" + y1="3.618" + x2="10.925" + y2="3.625" + stroke="#000000" + stroke-width="0.100" + id="line34" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="11.553,3.868 12.05,3.613 11.547,3.368 11.553,3.868 " + id="polygon36" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <line + x1="10.95" + y1="3.575" + x2="10.925" + y2="7.8499999" + stroke="#000000" + stroke-width="0.100" + id="line38" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="11.575" + y1="7.8239999" + x2="10.95" + y2="7.8249998" + stroke="#000000" + stroke-width="0.100" + id="line40" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="11.576,8.074 12.075,7.823 11.574,7.574 11.576,8.074 " + id="polygon42" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <text + x="14.331" + y="5.9749999" + id="text44" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">additive</text> +</svg> diff --git a/docs/Samba3-ByExample/images/ch7-dual-additive-LDAP.dia b/docs/Samba3-ByExample/images/ch7-dual-additive-LDAP.dia Binary files differdeleted file mode 100644 index 6e1e4979d6..0000000000 --- a/docs/Samba3-ByExample/images/ch7-dual-additive-LDAP.dia +++ /dev/null diff --git a/docs/Samba3-ByExample/images/ch7-dual-additive-LDAP.svg b/docs/Samba3-ByExample/images/ch7-dual-additive-LDAP.svg new file mode 100644 index 0000000000..ad952c2901 --- /dev/null +++ b/docs/Samba3-ByExample/images/ch7-dual-additive-LDAP.svg @@ -0,0 +1,153 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="13.05cm" + height="7.987cm" + viewBox="4.175 2.9 17.225 10.887" + id="svg2"> + <defs + id="defs51" /> + <rect + width="4.2249999" + height="1.825" + x="4.2249999" + y="4.4749999" + id="rect4" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="4.2249999" + height="1.825" + x="4.2249999" + y="4.4749999" + id="rect6" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="5.1750002" + height="1.9" + x="12" + y="2.95" + id="rect8" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="5.1750002" + height="1.9" + x="12" + y="2.95" + id="rect10" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="5.4169998" + y="5.5500002" + id="text12" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Samba</text> + <text + x="13.846" + y="3.7249999" + id="text14" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">master</text> + <text + x="13.226" + y="4.5250001" + id="text16" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LDAP server</text> + <line + x1="9" + y1="5.3790002" + x2="10.9" + y2="5.3499999" + stroke="#000000" + stroke-width="0.100" + id="line18" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="8.996,5.129 8.5,5.387 9.004,5.629 8.996,5.129 " + id="polygon20" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <rect + width="5.1750002" + height="1.9" + x="11.998" + y="5.9450002" + id="rect22" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="5.1750002" + height="1.9" + x="11.998" + y="5.9450002" + id="rect24" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="14.15" + y="6.7249999" + id="text26" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">slave</text> + <text + x="13.351" + y="7.5250001" + id="text28" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LDAP server</text> + <line + x1="11.45" + y1="3.9119999" + x2="10.9" + y2="3.925" + stroke="#000000" + stroke-width="0.100" + id="line30" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="11.456,4.162 11.95,3.901 11.444,3.663 11.456,4.162 " + id="polygon32" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <line + x1="10.925" + y1="3.925" + x2="10.95" + y2="6.9499998" + stroke="#000000" + stroke-width="0.100" + id="line34" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="11.448" + y1="6.9099998" + x2="10.9" + y2="6.9250002" + stroke="#000000" + stroke-width="0.100" + id="line36" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="11.455,7.16 11.948,6.896 11.441,6.66 11.455,7.16 " + id="polygon38" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <text + x="13.659" + y="5.5749998" + id="text40" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">additive</text> + <text + x="8.6809998" + y="8.75" + id="text42" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">The LDAP backend consists of a</text> + <text + x="7.9250002" + y="9.3500004" + id="text44" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">master and a slave for the same database.</text> + <text + x="8.7819996" + y="9.9499998" + id="text46" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">This is a broken implementation</text> + <text + x="9.0249996" + y="10.55" + id="text48" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">- accounts will be duplicated.</text> +</svg> diff --git a/docs/Samba3-ByExample/images/ch7-fail-overLDAP.dia b/docs/Samba3-ByExample/images/ch7-fail-overLDAP.dia Binary files differdeleted file mode 100644 index f676e2adfe..0000000000 --- a/docs/Samba3-ByExample/images/ch7-fail-overLDAP.dia +++ /dev/null diff --git a/docs/Samba3-ByExample/images/ch7-fail-overLDAP.svg b/docs/Samba3-ByExample/images/ch7-fail-overLDAP.svg new file mode 100644 index 0000000000..58af69ecab --- /dev/null +++ b/docs/Samba3-ByExample/images/ch7-fail-overLDAP.svg @@ -0,0 +1,120 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="13.098cm" + height="4.9000001cm" + viewBox="4.175 2.9 17.273 7.8" + id="svg2"> + <defs + id="defs41" /> + <rect + width="4.2249999" + height="1.825" + x="4.2249999" + y="4.4749999" + id="rect4" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="4.2249999" + height="1.825" + x="4.2249999" + y="4.4749999" + id="rect6" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="5.1750002" + height="1.9" + x="12" + y="2.95" + id="rect8" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="5.1750002" + height="1.9" + x="12" + y="2.95" + id="rect10" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="5.4169998" + y="5.5500002" + id="text12" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Samba</text> + <text + x="13.846" + y="3.7249999" + id="text14" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">master</text> + <text + x="13.226" + y="4.5250001" + id="text16" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LDAP server</text> + <line + x1="8.9820004" + y1="4.875" + x2="11.518" + y2="3.813" + stroke="#000000" + stroke-width="0.100" + id="line18" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="8.886,4.644 8.521,5.068 9.079,5.106 8.886,4.644 " + id="polygon20" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="11.614,4.043 11.979,3.619 11.421,3.582 11.614,4.043 " + id="polygon22" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <rect + width="5.1750002" + height="1.9" + x="12.047" + y="5.7449999" + id="rect24" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="5.1750002" + height="1.9" + x="12.047" + y="5.7449999" + id="rect26" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="14.1" + y="6.5500002" + id="text28" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">slave</text> + <text + x="13.301" + y="7.3499999" + id="text30" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LDAP server</text> + <line + x1="8.993" + y1="5.8610001" + x2="11.43" + y2="6.7340002" + stroke="#000000" + stroke-width="0.100" + stroke-dasharray="0.10,0.10" + id="line32" + style="stroke:#000000;stroke-width:0.1;stroke-dasharray:0.1, 0.1" /> + <polygon + points="9.077,5.625 8.522,5.692 8.908,6.096 9.077,5.625 " + id="polygon34" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="11.345,6.97 11.9,6.903 11.514,6.499 11.345,6.97 " + id="polygon36" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <text + x="10.245" + y="6" + id="text38" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">fail-over</text> +</svg> diff --git a/docs/Samba3-ByExample/images/ch7-singleLDAP.dia b/docs/Samba3-ByExample/images/ch7-singleLDAP.dia Binary files differdeleted file mode 100644 index b03e7d354a..0000000000 --- a/docs/Samba3-ByExample/images/ch7-singleLDAP.dia +++ /dev/null diff --git a/docs/Samba3-ByExample/images/ch7-singleLDAP.svg b/docs/Samba3-ByExample/images/ch7-singleLDAP.svg new file mode 100644 index 0000000000..7155fd1ffe --- /dev/null +++ b/docs/Samba3-ByExample/images/ch7-singleLDAP.svg @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="12.75cm" + height="2.075cm" + viewBox="4.175 4.425 16.925 6.5" + id="svg2"> + <defs + id="defs25" /> + <rect + width="4.2249999" + height="1.825" + x="4.2249999" + y="4.4749999" + id="rect4" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="4.2249999" + height="1.825" + x="4.2249999" + y="4.4749999" + id="rect6" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="5.1750002" + height="1.9" + x="11.7" + y="4.4749999" + id="rect8" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="5.1750002" + height="1.9" + x="11.7" + y="4.4749999" + id="rect10" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="5.4169998" + y="5.5500002" + id="text12" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Samba</text> + <text + x="13.621" + y="5.25" + id="text14" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">master</text> + <text + x="13.001" + y="6.0500002" + id="text16" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LDAP server</text> + <line + x1="9" + y1="5.3899999" + x2="11.05" + y2="5.3979998" + stroke="#000000" + stroke-width="0.100" + id="line18" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="9.001,5.14 8.5,5.388 8.999,5.64 9.001,5.14 " + id="polygon20" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="11.049,5.648 11.55,5.4 11.051,5.148 11.049,5.648 " + id="polygon22" + style="fill:#000000;stroke:none;stroke-width:0.1" /> +</svg> diff --git a/docs/Samba3-ByExample/images/ch8-migration.dia b/docs/Samba3-ByExample/images/ch8-migration.dia Binary files differdeleted file mode 100644 index 04a513bcf0..0000000000 --- a/docs/Samba3-ByExample/images/ch8-migration.dia +++ /dev/null diff --git a/docs/Samba3-ByExample/images/ch8-migration.svg b/docs/Samba3-ByExample/images/ch8-migration.svg new file mode 100644 index 0000000000..8656885b92 --- /dev/null +++ b/docs/Samba3-ByExample/images/ch8-migration.svg @@ -0,0 +1,767 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="16.389cm" + height="11.635cm" + viewBox="3.227 3.533 19.617 15.168" + id="svg2"> + <defs + id="defs221" /> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="4.746,10.964 4.746,12.225 18.667,12.225 18.667,11.050 " + id="polyline4" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="2.0599999" + height="4.8070002" + x="3.648" + y="5.744" + id="rect6" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="2.0599999" + height="4.8070002" + x="3.648" + y="5.744" + id="rect8" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <rect + width="1.648" + height="0.54900002" + x="3.8540001" + y="6.033" + id="rect10" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.648" + height="0.54900002" + x="3.8540001" + y="6.5819998" + id="rect12" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.648" + height="0.54900002" + x="3.8540001" + y="7.132" + id="rect14" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.648" + height="0.54900002" + x="3.8540001" + y="7.6810002" + id="rect16" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.03" + height="0.33000001" + x="3.8540001" + y="8.3400002" + id="rect18" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="5.3990002" + cy="8.3950005" + rx="0.071999997" + ry="0.071999997" + id="ellipse20" + style="fill:#00ff00;stroke:none" /> + <ellipse + cx="5.3990002" + cy="8.3950005" + rx="0.071999997" + ry="0.071999997" + id="ellipse22" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="5.3990002" + cy="8.6149998" + rx="0.071999997" + ry="0.071999997" + id="ellipse24" + style="fill:#ffff00;stroke:none" /> + <ellipse + cx="5.3990002" + cy="8.6149998" + rx="0.071999997" + ry="0.071999997" + id="ellipse26" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.24699999" + height="0.22" + x="4.987" + y="8.4499998" + id="rect28" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.24699999" + height="0.22" + x="4.987" + y="8.4499998" + id="rect30" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 3.991,9.109 L 3.991,10.311" + id="path32" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 4.334,9.109 L 4.334,10.311" + id="path34" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 4.678,9.109 L 4.678,10.311" + id="path36" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 5.021,9.109 L 5.021,10.311" + id="path38" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 5.364,9.109 L 5.364,10.311" + id="path40" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 5.708,9.109 L 5.708,10.311" + id="path42" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <polygon + points="3.236,10.964 3.648,10.14 3.648,10.552 5.708,10.552 5.708,10.14 6.257,10.964 3.236,10.964 " + id="polygon44" + style="fill:#999999;stroke:none;stroke-width:0.01" /> + <polygon + points="3.236,10.964 3.648,10.14 3.648,10.552 5.708,10.552 5.708,10.14 6.257,10.964 3.236,10.964 " + id="polygon46" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.8" + height="5.4000001" + x="17.767" + y="5.6500001" + id="rect48" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.8" + height="5.4000001" + x="17.767" + y="5.6500001" + id="rect50" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.8" + height="5.4000001" + x="17.767" + y="5.6500001" + id="rect52" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.4400001" + height="2.1600001" + x="17.947001" + y="5.8299999" + id="rect54" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.4400001" + height="2.1600001" + x="17.947001" + y="5.8299999" + id="rect56" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.4400001" + height="2.1600001" + x="17.947001" + y="5.8299999" + id="rect58" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="17.947001" + y1="6.1900001" + x2="19.386999" + y2="6.1900001" + stroke="#000000" + stroke-width="0.010" + id="line60" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="19.386999" + y1="6.5500002" + x2="17.947001" + y2="6.5500002" + stroke="#000000" + stroke-width="0.010" + id="line62" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.947001" + y1="6.9099998" + x2="19.386999" + y2="6.9099998" + stroke="#000000" + stroke-width="0.010" + id="line64" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.947001" + y1="7.27" + x2="19.386999" + y2="7.27" + stroke="#000000" + stroke-width="0.010" + id="line66" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="19.386999" + y1="7.6300001" + x2="17.947001" + y2="7.6300001" + stroke="#000000" + stroke-width="0.010" + id="line68" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.99000001" + height="0.54000002" + x="17.947001" + y="8.1700001" + id="rect70" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.99000001" + height="0.54000002" + x="17.947001" + y="8.1700001" + id="rect72" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.99000001" + height="0.54000002" + x="17.947001" + y="8.1700001" + id="rect74" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="17.767" + y1="9.0699997" + x2="19.566999" + y2="9.0699997" + stroke="#000000" + stroke-width="0.010" + id="line76" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.090000004" + height="0.090000004" + x="18.577" + y="9.25" + id="rect78" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.090000004" + height="0.090000004" + x="18.577" + y="9.25" + id="rect80" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.090000004" + height="0.090000004" + x="18.577" + y="9.25" + id="rect82" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.090000004" + height="0.090000004" + x="18.937" + y="9.25" + id="rect84" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.090000004" + height="0.090000004" + x="18.937" + y="9.25" + id="rect86" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.090000004" + height="0.090000004" + x="18.937" + y="9.25" + id="rect88" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.090000004" + height="0.090000004" + x="19.297001" + y="9.25" + id="rect90" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.090000004" + height="0.090000004" + x="19.297001" + y="9.25" + id="rect92" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.090000004" + height="0.090000004" + x="19.297001" + y="9.25" + id="rect94" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.18000001" + height="0.18000001" + x="19.207001" + y="8.71" + id="rect96" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.18000001" + height="0.18000001" + x="19.207001" + y="8.71" + id="rect98" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.18000001" + height="0.18000001" + x="19.207001" + y="8.71" + id="rect100" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="17.947001" + y1="8.4399996" + x2="18.937" + y2="8.4399996" + stroke="#000000" + stroke-width="0.010" + id="line102" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.27000001" + height="0.27000001" + x="17.947001" + y="9.1599998" + id="rect104" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.27000001" + height="0.27000001" + x="17.947001" + y="9.1599998" + id="rect106" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.27000001" + height="0.27000001" + x="17.947001" + y="9.1599998" + id="rect108" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.26" + height="0.090000004" + x="18.037001" + y="7.7199998" + id="rect110" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="1.26" + height="0.090000004" + x="18.037001" + y="7.7199998" + id="rect112" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.26" + height="0.090000004" + x="18.037001" + y="7.7199998" + id="rect114" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="18.037001" + y1="8.2600002" + x2="18.847" + y2="8.2600002" + stroke="#000000" + stroke-width="0.010" + id="line116" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="18.847" + y1="8.3500004" + x2="18.757" + y2="8.3500004" + stroke="#000000" + stroke-width="0.010" + id="line118" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="18.037001" + y1="8.3500004" + x2="18.127001" + y2="8.3500004" + stroke="#000000" + stroke-width="0.010" + id="line120" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.44999999" + height="0.090000004" + x="18.216999" + y="8.2600002" + id="rect122" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.44999999" + height="0.090000004" + x="18.216999" + y="8.2600002" + id="rect124" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.44999999" + height="0.090000004" + x="18.216999" + y="8.2600002" + id="rect126" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="18.037001" + y1="7.9000001" + x2="18.127001" + y2="7.9000001" + stroke="#000000" + stroke-width="0.010" + id="line128" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="18.216999" + y1="7.9000001" + x2="18.306999" + y2="7.9000001" + stroke="#000000" + stroke-width="0.010" + id="line130" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="19.117001" + y1="7.9000001" + x2="19.297001" + y2="7.9000001" + stroke="#000000" + stroke-width="0.010" + id="line132" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.857" + y1="10.96" + x2="19.476999" + y2="10.96" + stroke="#000000" + stroke-width="0.010" + id="line134" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="19.476999" + y1="10.87" + x2="17.857" + y2="10.87" + stroke="#000000" + stroke-width="0.010" + id="line136" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.857" + y1="10.78" + x2="19.476999" + y2="10.78" + stroke="#000000" + stroke-width="0.010" + id="line138" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="19.476999" + y1="10.69" + x2="17.857" + y2="10.69" + stroke="#000000" + stroke-width="0.010" + id="line140" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.857" + y1="10.6" + x2="19.476999" + y2="10.6" + stroke="#000000" + stroke-width="0.010" + id="line142" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="19.476999" + y1="10.51" + x2="17.857" + y2="10.51" + stroke="#000000" + stroke-width="0.010" + id="line144" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.857" + y1="10.42" + x2="19.476999" + y2="10.42" + stroke="#000000" + stroke-width="0.010" + id="line146" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="19.476999" + y1="10.33" + x2="17.857" + y2="10.33" + stroke="#000000" + stroke-width="0.010" + id="line148" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.857" + y1="10.24" + x2="19.476999" + y2="10.24" + stroke="#000000" + stroke-width="0.010" + id="line150" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="19.476999" + y1="10.15" + x2="17.857" + y2="10.15" + stroke="#000000" + stroke-width="0.010" + id="line152" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.857" + y1="10.06" + x2="19.476999" + y2="10.06" + stroke="#000000" + stroke-width="0.010" + id="line154" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="19.476999" + y1="9.9700003" + x2="17.857" + y2="9.9700003" + stroke="#000000" + stroke-width="0.010" + id="line156" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.857" + y1="9.8800001" + x2="19.476999" + y2="9.8800001" + stroke="#000000" + stroke-width="0.010" + id="line158" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="19.476999" + y1="9.79" + x2="17.857" + y2="9.79" + stroke="#000000" + stroke-width="0.010" + id="line160" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="2.7190001" + height="2.3989999" + x="6.5500002" + y="6.1869998" + id="rect162" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="7.9089999" + cy="8.585" + rx="1.359" + ry="0.40000001" + id="ellipse164" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="7.9089999" + cy="6.1869998" + rx="1.359" + ry="0.40000001" + id="ellipse166" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="7.9089999" + cy="6.1869998" + rx="1.359" + ry="0.40000001" + id="ellipse168" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 9.269,6.187 L 9.269,8.585 C 9.269,8.806 8.66,8.985 7.909,8.985 C 7.159,8.985 6.55,8.806 6.55,8.585 L 6.55,6.187" + id="path170" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="2.7190001" + height="2.3989999" + x="14.112" + y="6.1999998" + id="rect172" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="15.472" + cy="8.599" + rx="1.359" + ry="0.40000001" + id="ellipse174" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="15.472" + cy="6.1999998" + rx="1.359" + ry="0.40000001" + id="ellipse176" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="15.472" + cy="6.1999998" + rx="1.359" + ry="0.40000001" + id="ellipse178" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 16.831,6.2 L 16.831,8.599 C 16.831,8.82 16.223,8.999 15.472,8.999 C 14.721,8.999 14.112,8.82 14.112,8.599 L 14.112,6.2" + id="path180" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="5.7249999" + y1="7.3499999" + x2="6.5250001" + y2="7.3499999" + stroke="#000000" + stroke-width="0.100" + id="line182" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="16.825001" + y1="7.4000001" + x2="17.75" + y2="7.375" + stroke="#000000" + stroke-width="0.100" + id="line184" + style="stroke:#000000;stroke-width:0.1" /> + <path + d="M 8.65,9.2 C 9.0031969,10.514524 10.174957,11.443114 11.535409,11.486614 C 12.89586,11.530113 14.124549,10.678275 14.561,9.389" + id="path186" + style="fill:none;stroke:#000000;stroke-width:0.1;stroke-dasharray:0.1, 0.1" /> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="14.713,9.830 14.597,9.283 14.229,9.704 " + id="polyline188" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="7.02" + y="4.9749999" + id="text190" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">NT4 Registry</text> + <text + x="7.691" + y="5.5749998" + id="text192" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">SAM</text> + <text + x="13.871" + y="4.9250002" + id="text194" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Samba SAM</text> + <text + x="13.221" + y="5.5250001" + id="text196" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">(ldapsam or tdbsam)</text> + <text + x="4.2259998" + y="4.0250001" + id="text198" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">NT4</text> + <text + x="4.1719999" + y="4.8249998" + id="text200" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">PDC</text> + <text + x="17.992001" + y="4" + id="text202" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Samba</text> + <text + x="18.407" + y="4.8000002" + id="text204" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">DC</text> + <text + x="5.8540001" + y="13.625" + id="text206" + style="font-size:0.69999999px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">net rpc vampire</text> + <text + x="5.5139999" + y="14.325" + id="text208" + style="font-size:0.69999999px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Migration migrates:</text> + <text + x="14.664" + y="13.375" + id="text210" + style="font-size:0.69999999px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">User Accounts</text> + <text + x="14.557" + y="14.075" + id="text212" + style="font-size:0.69999999px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Domain Groups</text> + <text + x="14.311" + y="14.775" + id="text214" + style="font-size:0.69999999px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Machine Accounts</text> + <line + x1="10.725" + y1="13.8" + x2="12.25" + y2="13.818" + stroke="#000000" + stroke-width="0.100" + id="line216" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="12.247,14.068 12.75,13.824 12.253,13.568 12.247,14.068 " + id="polygon218" + style="fill:#000000;stroke:none;stroke-width:0.1" /> +</svg> diff --git a/docs/Samba3-ByExample/images/chap4-net.dia b/docs/Samba3-ByExample/images/chap4-net.dia Binary files differdeleted file mode 100644 index e8c56643c7..0000000000 --- a/docs/Samba3-ByExample/images/chap4-net.dia +++ /dev/null diff --git a/docs/Samba3-ByExample/images/chap4-net.svg b/docs/Samba3-ByExample/images/chap4-net.svg new file mode 100644 index 0000000000..88d16bd90d --- /dev/null +++ b/docs/Samba3-ByExample/images/chap4-net.svg @@ -0,0 +1,2148 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="21.725cm" + height="12.513cm" + viewBox="-0.013 1.735 21.712 14.247" + id="svg2"> + <defs + id="defs719" /> + <rect + width="7.8249998" + height="8.085" + x="0.31200001" + y="3.6170001" + id="rect4" + style="fill:#ededed;stroke:none;stroke-width:0" /> + <path + d="M 0.312,3.617 C 0.14631458,3.617 0.012,3.7513146 0.012,3.917" + id="path6" + style="fill:#ededed;stroke:none" /> + <path + d="M 8.437,3.917 C 8.437,3.7513146 8.3026854,3.617 8.137,3.617" + id="path8" + style="fill:#ededed;stroke:none" /> + <rect + width="8.4250002" + height="7.4850001" + x="0.012" + y="3.9170001" + id="rect10" + style="fill:#ededed;stroke:none;stroke-width:0" /> + <path + d="M 0.012,11.402 C 0.012,11.567685 0.14631458,11.702 0.312,11.702" + id="path12" + style="fill:#ededed;stroke:none" /> + <path + d="M 8.137,11.702 C 8.3026854,11.702 8.437,11.567685 8.437,11.402" + id="path14" + style="fill:#ededed;stroke:none" /> + <line + x1="0.31200001" + y1="3.6170001" + x2="8.1370001" + y2="3.6170001" + stroke="#000000" + stroke-width="0.050" + id="line16" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="0.31200001" + y1="11.702" + x2="8.1370001" + y2="11.702" + stroke="#000000" + stroke-width="0.050" + id="line18" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 0.312,3.617 C 0.14631458,3.617 0.012,3.7513146 0.012,3.917" + id="path20" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 8.437,3.917 C 8.437,3.7513146 8.3026854,3.617 8.137,3.617" + id="path22" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="0.012" + y1="3.9170001" + x2="0.012" + y2="11.402" + stroke="#000000" + stroke-width="0.050" + id="line24" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="8.4370003" + y1="3.9170001" + x2="8.4370003" + y2="11.402" + stroke="#000000" + stroke-width="0.050" + id="line26" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 0.012,11.402 C 0.012,11.567685 0.14631458,11.702 0.312,11.702" + id="path28" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 8.137,11.702 C 8.3026854,11.702 8.437,11.567685 8.437,11.402" + id="path30" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="8.3249998" + height="8.1350002" + x="13.062" + y="3.5420001" + id="rect32" + style="fill:#ededed;stroke:none;stroke-width:0" /> + <path + d="M 13.062,3.542 C 12.896315,3.542 12.762,3.6763146 12.762,3.842" + id="path34" + style="fill:#ededed;stroke:none" /> + <path + d="M 21.688,3.842 C 21.688,3.7622615 21.656256,3.6858034 21.599779,3.6295136 C 21.543301,3.5732239 21.466738,3.5417342 21.387,3.542" + id="path36" + style="fill:#ededed;stroke:none" /> + <rect + width="8.9250002" + height="7.5349998" + x="12.762" + y="3.842" + id="rect38" + style="fill:#ededed;stroke:none;stroke-width:0" /> + <path + d="M 12.762,11.377 C 12.762,11.542685 12.896315,11.677 13.062,11.677" + id="path40" + style="fill:#ededed;stroke:none" /> + <path + d="M 21.387,11.677 C 21.466738,11.677266 21.543301,11.645776 21.599779,11.589486 C 21.656256,11.533197 21.688,11.456739 21.688,11.377" + id="path42" + style="fill:#ededed;stroke:none" /> + <line + x1="13.062" + y1="3.5420001" + x2="21.386999" + y2="3.5420001" + stroke="#070707" + stroke-width="0.050" + id="line44" + style="stroke:#070707;stroke-width:0.05" /> + <line + x1="13.062" + y1="11.677" + x2="21.386999" + y2="11.677" + stroke="#070707" + stroke-width="0.050" + id="line46" + style="stroke:#070707;stroke-width:0.05" /> + <path + d="M 13.062,3.542 C 12.896315,3.542 12.762,3.6763146 12.762,3.842" + id="path48" + style="fill:none;stroke:#070707;stroke-width:0.05" /> + <path + d="M 21.688,3.842 C 21.688,3.7622615 21.656256,3.6858034 21.599779,3.6295136 C 21.543301,3.5732239 21.466738,3.5417342 21.387,3.542" + id="path50" + style="fill:none;stroke:#070707;stroke-width:0.05" /> + <line + x1="12.762" + y1="3.842" + x2="12.762" + y2="11.377" + stroke="#070707" + stroke-width="0.050" + id="line52" + style="stroke:#070707;stroke-width:0.05" /> + <line + x1="21.688" + y1="3.842" + x2="21.688" + y2="11.377" + stroke="#070707" + stroke-width="0.050" + id="line54" + style="stroke:#070707;stroke-width:0.05" /> + <path + d="M 12.762,11.377 C 12.762,11.542685 12.896315,11.677 13.062,11.677" + id="path56" + style="fill:none;stroke:#070707;stroke-width:0.05" /> + <path + d="M 21.387,11.677 C 21.466738,11.677266 21.543301,11.645776 21.599779,11.589486 C 21.656256,11.533197 21.688,11.456739 21.688,11.377" + id="path58" + style="fill:none;stroke:#070707;stroke-width:0.05" /> + <rect + width="1.077" + height="2.5120001" + x="10.001" + y="5.0110002" + id="rect60" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.077" + height="2.5120001" + x="10.001" + y="5.0110002" + id="rect62" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <rect + width="0.861" + height="0.287" + x="10.108" + y="5.1620002" + id="rect64" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.861" + height="0.287" + x="10.108" + y="5.4489999" + id="rect66" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.861" + height="0.287" + x="10.108" + y="5.7360001" + id="rect68" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.861" + height="0.287" + x="10.108" + y="6.0229998" + id="rect70" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.53799999" + height="0.17200001" + x="10.108" + y="6.368" + id="rect72" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="10.916" + cy="6.3969998" + rx="0.037999999" + ry="0.037999999" + id="ellipse74" + style="fill:#00ff00;stroke:none" /> + <ellipse + cx="10.916" + cy="6.3969998" + rx="0.037999999" + ry="0.037999999" + id="ellipse76" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="10.916" + cy="6.5110002" + rx="0.037999999" + ry="0.037999999" + id="ellipse78" + style="fill:#ffff00;stroke:none" /> + <ellipse + cx="10.916" + cy="6.5110002" + rx="0.037999999" + ry="0.037999999" + id="ellipse80" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.12899999" + height="0.115" + x="10.701" + y="6.4250002" + id="rect82" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.12899999" + height="0.115" + x="10.701" + y="6.4250002" + id="rect84" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 10.18,6.77 L 10.18,7.398" + id="path86" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 10.36,6.77 L 10.36,7.398" + id="path88" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 10.539,6.77 L 10.539,7.398" + id="path90" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 10.719,6.77 L 10.719,7.398" + id="path92" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 10.898,6.77 L 10.898,7.398" + id="path94" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 11.077,6.77 L 11.077,7.398" + id="path96" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <polygon + points="9.786,7.739 10.001,7.308 10.001,7.523 11.077,7.523 11.077,7.308 11.364,7.739 9.786,7.739 " + id="polygon98" + style="fill:#999999;stroke:none;stroke-width:0.01" /> + <polygon + points="9.786,7.739 10.001,7.308 10.001,7.523 11.077,7.523 11.077,7.308 11.364,7.739 9.786,7.739 " + id="polygon100" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="1.423" + y1="7.1059999" + x2="10.025" + y2="7.0999999" + stroke="#000000" + stroke-width="0.100" + id="line102" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="2.687" + y1="7.105" + x2="2.688" + y2="8.1049995" + stroke="#000000" + stroke-width="0.100" + id="line104" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="2.6919999" + y1="7.105" + x2="2.691" + y2="6.0669999" + stroke="#000000" + stroke-width="0.100" + id="line106" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="5.1170001" + y1="7.1030002" + x2="5.1170001" + y2="8.1029997" + stroke="#000000" + stroke-width="0.100" + id="line108" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="5.1300001" + y1="7.1030002" + x2="5.1300001" + y2="6.119" + stroke="#000000" + stroke-width="0.100" + id="line110" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="7.572" + y1="7.1020002" + x2="7.572" + y2="8.0959997" + stroke="#000000" + stroke-width="0.100" + id="line112" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="7.566" + y1="7.1020002" + x2="7.5650001" + y2="6.2249999" + stroke="#000000" + stroke-width="0.100" + id="line114" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="11.05" + y1="7.0749998" + x2="20.325001" + y2="7.0500002" + stroke="#000000" + stroke-width="0.100" + id="line116" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="13.747" + y1="7.0679998" + x2="13.75" + y2="8.125" + stroke="#000000" + stroke-width="0.100" + id="line118" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="13.74" + y1="7.0679998" + x2="13.737" + y2="6.0840001" + stroke="#000000" + stroke-width="0.100" + id="line120" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="16.297001" + y1="7.0609999" + x2="16.299999" + y2="8.0749998" + stroke="#000000" + stroke-width="0.100" + id="line122" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="16.306999" + y1="7.0609999" + x2="16.305" + y2="6.1690001" + stroke="#000000" + stroke-width="0.100" + id="line124" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="18.896999" + y1="7.0539999" + x2="18.9" + y2="8.0249996" + stroke="#000000" + stroke-width="0.100" + id="line126" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="18.907" + y1="7.0539999" + x2="18.905001" + y2="6.0939999" + stroke="#000000" + stroke-width="0.100" + id="line128" + style="stroke:#000000;stroke-width:0.1" /> + <path + d="M 9.39,12.232 C 8.983,12.222 8.194,12.424 8.305,12.856 C 8.416,13.288 8.946,13.384 9.168,13.259 C 9.39,13.134 8.823,13.864 9.907,14.056 C 10.992,14.247 11.547,13.94 11.386,13.72 C 11.226,13.499 12.335,14.238 12.853,13.816 C 13.371,13.393 12.323,12.99 12.545,13.048 C 12.767,13.105 13.445,13.029 13.223,12.309 C 13.001,11.589 11.004,12.145 11.226,12.04 C 11.448,11.934 10.893,11.406 10.203,11.512 C 9.513,11.618 9.464,11.809 9.39,12.231 L 9.39,12.232" + id="path130" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <path + d="M 9.39,12.232 C 8.983,12.222 8.194,12.424 8.305,12.856 C 8.416,13.288 8.946,13.384 9.168,13.259 C 9.39,13.134 8.823,13.864 9.907,14.056 C 10.992,14.247 11.547,13.94 11.386,13.72 C 11.226,13.499 12.335,14.238 12.853,13.816 C 13.371,13.393 12.323,12.99 12.545,13.048 C 12.767,13.105 13.445,13.029 13.223,12.309 C 13.001,11.589 11.004,12.145 11.226,12.04 C 11.448,11.934 10.893,11.406 10.203,11.512 C 9.513,11.618 9.464,11.809 9.39,12.231 L 9.39,12.232" + id="path132" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="10.353" + y="12.927" + id="text134" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Internet</text> + <line + x1="10.562" + y1="11.552" + x2="10.575" + y2="7.7389998" + stroke="#000000" + stroke-width="0.100" + id="line136" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="1.085" + height="0.81300002" + x="2.1489999" + y="5" + id="rect138" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.085" + height="0.81300002" + x="2.1489999" + y="5" + id="rect140" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.85000002" + height="0.56" + x="2.266" + y="5.118" + id="rect142" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="2.296,5.814 2.854,5.814 2.854,5.94 2.325,5.94 2.296,5.814 " + id="polygon144" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="2.296,5.814 2.854,5.814 2.854,5.94 2.325,5.94 2.296,5.814 " + id="polygon146" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="2.854,5.814 3.087,5.814 3.057,5.94 2.854,5.94 2.854,5.814 " + id="polygon148" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="2.854,5.814 3.087,5.814 3.057,5.94 2.854,5.94 2.854,5.814 " + id="polygon150" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.050999999" + height="0.050999999" + x="2.892" + y="5.8520002" + id="rect152" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.050999999" + height="0.050999999" + x="2.892" + y="5.8520002" + id="rect154" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="2.583,5.94 2.8,5.94 2.8,6.003 2.908,6.003 2.908,6.067 2.474,6.067 2.474,6.003 2.583,6.003 2.583,5.94 " + id="polygon156" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="2.583,5.94 2.8,5.94 2.8,6.003 2.908,6.003 2.908,6.067 2.474,6.067 2.474,6.003 2.583,6.003 2.583,5.94 " + id="polygon158" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="1.085" + height="0.81300002" + x="18.337" + y="8.0270004" + id="rect160" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.085" + height="0.81300002" + x="18.337" + y="8.0270004" + id="rect162" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.85000002" + height="0.56" + x="18.455" + y="8.1450005" + id="rect164" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="18.484,8.841 19.042,8.841 19.042,8.967 18.514,8.967 18.484,8.841 " + id="polygon166" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.484,8.841 19.042,8.841 19.042,8.967 18.514,8.967 18.484,8.841 " + id="polygon168" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="19.042,8.841 19.275,8.841 19.246,8.967 19.042,8.967 19.042,8.841 " + id="polygon170" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.042,8.841 19.275,8.841 19.246,8.967 19.042,8.967 19.042,8.841 " + id="polygon172" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.050999999" + height="0.050999999" + x="19.08" + y="8.8789997" + id="rect174" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.050999999" + height="0.050999999" + x="19.08" + y="8.8789997" + id="rect176" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="18.771,8.967 18.988,8.967 18.988,9.031 19.097,9.031 19.097,9.094 18.663,9.094 18.663,9.031 18.771,9.031 18.771,8.967 " + id="polygon178" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.771,8.967 18.988,8.967 18.988,9.031 19.097,9.031 19.097,9.094 18.663,9.094 18.663,9.031 18.771,9.031 18.771,8.967 " + id="polygon180" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="1.085" + height="0.81300002" + x="15.737" + y="8.0530005" + id="rect182" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.085" + height="0.81300002" + x="15.737" + y="8.0530005" + id="rect184" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.85000002" + height="0.56" + x="15.855" + y="8.1700001" + id="rect186" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="15.884,8.866 16.442,8.866 16.442,8.992 15.914,8.992 15.884,8.866 " + id="polygon188" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="15.884,8.866 16.442,8.866 16.442,8.992 15.914,8.992 15.884,8.866 " + id="polygon190" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="16.442,8.866 16.675,8.866 16.646,8.992 16.442,8.992 16.442,8.866 " + id="polygon192" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="16.442,8.866 16.675,8.866 16.646,8.992 16.442,8.992 16.442,8.866 " + id="polygon194" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.050999999" + height="0.050999999" + x="16.48" + y="8.9040003" + id="rect196" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.050999999" + height="0.050999999" + x="16.48" + y="8.9040003" + id="rect198" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="16.171,8.992 16.388,8.992 16.388,9.056 16.497,9.056 16.497,9.119 16.063,9.119 16.063,9.056 16.171,9.056 16.171,8.992 " + id="polygon200" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="16.171,8.992 16.388,8.992 16.388,9.056 16.497,9.056 16.497,9.119 16.063,9.119 16.063,9.056 16.171,9.056 16.171,8.992 " + id="polygon202" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="1.085" + height="0.81300002" + x="18.362" + y="5.027" + id="rect204" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.085" + height="0.81300002" + x="18.362" + y="5.027" + id="rect206" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.85000002" + height="0.56" + x="18.48" + y="5.145" + id="rect208" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="18.509,5.841 19.067,5.841 19.067,5.967 18.539,5.967 18.509,5.841 " + id="polygon210" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.509,5.841 19.067,5.841 19.067,5.967 18.539,5.967 18.509,5.841 " + id="polygon212" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="19.067,5.841 19.3,5.841 19.271,5.967 19.067,5.967 19.067,5.841 " + id="polygon214" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.067,5.841 19.3,5.841 19.271,5.967 19.067,5.967 19.067,5.841 " + id="polygon216" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.050999999" + height="0.050999999" + x="19.105" + y="5.8790002" + id="rect218" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.050999999" + height="0.050999999" + x="19.105" + y="5.8790002" + id="rect220" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="18.796,5.967 19.013,5.967 19.013,6.031 19.122,6.031 19.122,6.094 18.688,6.094 18.688,6.031 18.796,6.031 18.796,5.967 " + id="polygon222" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.796,5.967 19.013,5.967 19.013,6.031 19.122,6.031 19.122,6.094 18.688,6.094 18.688,6.031 18.796,6.031 18.796,5.967 " + id="polygon224" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="1.085" + height="0.81300002" + x="15.762" + y="5.1030002" + id="rect226" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.085" + height="0.81300002" + x="15.762" + y="5.1030002" + id="rect228" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.85000002" + height="0.56" + x="15.88" + y="5.2199998" + id="rect230" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="15.909,5.916 16.467,5.916 16.467,6.042 15.939,6.042 15.909,5.916 " + id="polygon232" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="15.909,5.916 16.467,5.916 16.467,6.042 15.939,6.042 15.909,5.916 " + id="polygon234" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="16.467,5.916 16.7,5.916 16.671,6.042 16.467,6.042 16.467,5.916 " + id="polygon236" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="16.467,5.916 16.7,5.916 16.671,6.042 16.467,6.042 16.467,5.916 " + id="polygon238" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.050999999" + height="0.050999999" + x="16.504999" + y="5.954" + id="rect240" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.050999999" + height="0.050999999" + x="16.504999" + y="5.954" + id="rect242" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="16.196,6.042 16.413,6.042 16.413,6.106 16.522,6.106 16.522,6.169 16.088,6.169 16.088,6.106 16.196,6.106 16.196,6.042 " + id="polygon244" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="16.196,6.042 16.413,6.042 16.413,6.106 16.522,6.106 16.522,6.169 16.088,6.169 16.088,6.106 16.196,6.106 16.196,6.042 " + id="polygon246" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="1.085" + height="0.81300002" + x="4.5869999" + y="5.053" + id="rect248" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.085" + height="0.81300002" + x="4.5869999" + y="5.053" + id="rect250" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.85000002" + height="0.56" + x="4.7049999" + y="5.1700001" + id="rect252" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="4.734,5.866 5.292,5.866 5.292,5.992 4.764,5.992 4.734,5.866 " + id="polygon254" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="4.734,5.866 5.292,5.866 5.292,5.992 4.764,5.992 4.734,5.866 " + id="polygon256" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="5.292,5.866 5.525,5.866 5.496,5.992 5.292,5.992 5.292,5.866 " + id="polygon258" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="5.292,5.866 5.525,5.866 5.496,5.992 5.292,5.992 5.292,5.866 " + id="polygon260" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.050999999" + height="0.050999999" + x="5.3299999" + y="5.9039998" + id="rect262" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.050999999" + height="0.050999999" + x="5.3299999" + y="5.9039998" + id="rect264" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="5.021,5.992 5.238,5.992 5.238,6.056 5.347,6.056 5.347,6.119 4.913,6.119 4.913,6.056 5.021,6.056 5.021,5.992 " + id="polygon266" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="5.021,5.992 5.238,5.992 5.238,6.056 5.347,6.056 5.347,6.119 4.913,6.119 4.913,6.056 5.021,6.056 5.021,5.992 " + id="polygon268" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="1.085" + height="0.81300002" + x="4.5619998" + y="8.0530005" + id="rect270" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.085" + height="0.81300002" + x="4.5619998" + y="8.0530005" + id="rect272" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.85000002" + height="0.56" + x="4.6799998" + y="8.1700001" + id="rect274" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="4.709,8.866 5.267,8.866 5.267,8.992 4.739,8.992 4.709,8.866 " + id="polygon276" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="4.709,8.866 5.267,8.866 5.267,8.992 4.739,8.992 4.709,8.866 " + id="polygon278" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="5.267,8.866 5.5,8.866 5.471,8.992 5.267,8.992 5.267,8.866 " + id="polygon280" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="5.267,8.866 5.5,8.866 5.471,8.992 5.267,8.992 5.267,8.866 " + id="polygon282" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.050999999" + height="0.050999999" + x="5.3049998" + y="8.9040003" + id="rect284" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.050999999" + height="0.050999999" + x="5.3049998" + y="8.9040003" + id="rect286" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="4.996,8.992 5.213,8.992 5.213,9.056 5.322,9.056 5.322,9.119 4.888,9.119 4.888,9.056 4.996,9.056 4.996,8.992 " + id="polygon288" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="4.996,8.992 5.213,8.992 5.213,9.056 5.322,9.056 5.322,9.119 4.888,9.119 4.888,9.056 4.996,9.056 4.996,8.992 " + id="polygon290" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="1.085" + height="0.81300002" + x="2.1619999" + y="8.1020002" + id="rect292" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.085" + height="0.81300002" + x="2.1619999" + y="8.1020002" + id="rect294" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.85000002" + height="0.56" + x="2.28" + y="8.2200003" + id="rect296" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="2.309,8.916 2.867,8.916 2.867,9.042 2.339,9.042 2.309,8.916 " + id="polygon298" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="2.309,8.916 2.867,8.916 2.867,9.042 2.339,9.042 2.309,8.916 " + id="polygon300" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="2.867,8.916 3.1,8.916 3.071,9.042 2.867,9.042 2.867,8.916 " + id="polygon302" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="2.867,8.916 3.1,8.916 3.071,9.042 2.867,9.042 2.867,8.916 " + id="polygon304" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.050999999" + height="0.050999999" + x="2.905" + y="8.9540005" + id="rect306" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.050999999" + height="0.050999999" + x="2.905" + y="8.9540005" + id="rect308" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="2.596,9.042 2.813,9.042 2.813,9.106 2.922,9.106 2.922,9.169 2.488,9.169 2.488,9.106 2.596,9.106 2.596,9.042 " + id="polygon310" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="2.596,9.042 2.813,9.042 2.813,9.106 2.922,9.106 2.922,9.169 2.488,9.169 2.488,9.106 2.596,9.106 2.596,9.042 " + id="polygon312" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="1.085" + height="0.81300002" + x="20.287001" + y="6.5770001" + id="rect314" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.085" + height="0.81300002" + x="20.287001" + y="6.5770001" + id="rect316" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.85000002" + height="0.56" + x="20.405001" + y="6.6950002" + id="rect318" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="20.434,7.391 20.992,7.391 20.992,7.517 20.464,7.517 20.434,7.391 " + id="polygon320" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="20.434,7.391 20.992,7.391 20.992,7.517 20.464,7.517 20.434,7.391 " + id="polygon322" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="20.992,7.391 21.225,7.391 21.196,7.517 20.992,7.517 20.992,7.391 " + id="polygon324" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="20.992,7.391 21.225,7.391 21.196,7.517 20.992,7.517 20.992,7.391 " + id="polygon326" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.050999999" + height="0.050999999" + x="21.030001" + y="7.4289999" + id="rect328" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.050999999" + height="0.050999999" + x="21.030001" + y="7.4289999" + id="rect330" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="20.721,7.517 20.938,7.517 20.938,7.581 21.047,7.581 21.047,7.644 20.613,7.644 20.613,7.581 20.721,7.581 20.721,7.517 " + id="polygon332" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="20.721,7.517 20.938,7.517 20.938,7.581 21.047,7.581 21.047,7.644 20.613,7.644 20.613,7.581 20.721,7.581 20.721,7.517 " + id="polygon334" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="1.085" + height="0.81300002" + x="0.31200001" + y="6.6030002" + id="rect336" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.085" + height="0.81300002" + x="0.31200001" + y="6.6030002" + id="rect338" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.85000002" + height="0.56" + x="0.43000001" + y="6.7199998" + id="rect340" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="0.459,7.416 1.017,7.416 1.017,7.542 0.489,7.542 0.459,7.416 " + id="polygon342" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="0.459,7.416 1.017,7.416 1.017,7.542 0.489,7.542 0.459,7.416 " + id="polygon344" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="1.017,7.416 1.25,7.416 1.221,7.542 1.017,7.542 1.017,7.416 " + id="polygon346" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="1.017,7.416 1.25,7.416 1.221,7.542 1.017,7.542 1.017,7.416 " + id="polygon348" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.050999999" + height="0.050999999" + x="1.0549999" + y="7.454" + id="rect350" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.050999999" + height="0.050999999" + x="1.0549999" + y="7.454" + id="rect352" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="0.746,7.542 0.963,7.542 0.963,7.606 1.072,7.606 1.072,7.669 0.638,7.669 0.638,7.606 0.746,7.606 0.746,7.542 " + id="polygon354" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="0.746,7.542 0.963,7.542 0.963,7.606 1.072,7.606 1.072,7.669 0.638,7.669 0.638,7.606 0.746,7.606 0.746,7.542 " + id="polygon356" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="7.201,5.672 7.159,5.69 7.03,6.011 7.03,6.171 7.094,6.225 8.036,6.225 8.1,6.171 8.1,6.011 7.972,5.69 7.929,5.672 7.201,5.672 " + id="polygon358" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="7.201,5.672 7.159,5.69 7.03,6.011 7.03,6.171 7.094,6.225 8.036,6.225 8.1,6.171 8.1,6.011 7.972,5.69 7.929,5.672 7.201,5.672 " + id="polygon360" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 7.052,5.957 L 7.094,5.975 L 8.036,5.975 L 8.079,5.957" + id="path362" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 8.036,5.975 L 8.1,6.011" + id="path364" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 7.03,6.011 L 7.094,5.975" + id="path366" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="7.33,5.333 7.308,5.761 7.822,5.761 7.801,5.333 7.33,5.333 " + id="polygon368" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="7.33,5.333 7.308,5.761 7.822,5.761 7.801,5.333 7.33,5.333 " + id="polygon370" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="7.244,5.761 7.201,5.886 7.929,5.886 7.886,5.761 7.244,5.761 " + id="polygon372" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="7.244,5.761 7.201,5.886 7.929,5.886 7.886,5.761 7.244,5.761 " + id="polygon374" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="7.244" + cy="6.0380001" + rx="0.011" + ry="0.011" + id="ellipse376" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="7.244" + cy="6.0380001" + rx="0.011" + ry="0.011" + id="ellipse378" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="7.3509998" + cy="6.0380001" + rx="0.011" + ry="0.011" + id="ellipse380" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="7.3509998" + cy="6.0380001" + rx="0.011" + ry="0.011" + id="ellipse382" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="7.4580002" + cy="6.0380001" + rx="0.011" + ry="0.011" + id="ellipse384" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="7.4580002" + cy="6.0380001" + rx="0.011" + ry="0.011" + id="ellipse386" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="7.244" + cy="6.0819998" + rx="0.011" + ry="0.011" + id="ellipse388" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="7.244" + cy="6.0819998" + rx="0.011" + ry="0.011" + id="ellipse390" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="7.3509998" + cy="6.0819998" + rx="0.011" + ry="0.011" + id="ellipse392" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="7.3509998" + cy="6.0819998" + rx="0.011" + ry="0.011" + id="ellipse394" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="7.4580002" + cy="6.0819998" + rx="0.011" + ry="0.011" + id="ellipse396" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="7.4580002" + cy="6.0819998" + rx="0.011" + ry="0.011" + id="ellipse398" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="7.244" + cy="6.1269999" + rx="0.011" + ry="0.011" + id="ellipse400" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="7.244" + cy="6.1269999" + rx="0.011" + ry="0.011" + id="ellipse402" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="7.3509998" + cy="6.1269999" + rx="0.011" + ry="0.011" + id="ellipse404" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="7.3509998" + cy="6.1269999" + rx="0.011" + ry="0.011" + id="ellipse406" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="7.4580002" + cy="6.1269999" + rx="0.011" + ry="0.011" + id="ellipse408" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="7.4580002" + cy="6.1269999" + rx="0.011" + ry="0.011" + id="ellipse410" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="7.244" + cy="6.171" + rx="0.011" + ry="0.011" + id="ellipse412" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="7.244" + cy="6.171" + rx="0.011" + ry="0.011" + id="ellipse414" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="7.3509998" + cy="6.171" + rx="0.011" + ry="0.011" + id="ellipse416" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="7.3509998" + cy="6.171" + rx="0.011" + ry="0.011" + id="ellipse418" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="7.4580002" + cy="6.171" + rx="0.011" + ry="0.011" + id="ellipse420" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="7.4580002" + cy="6.171" + rx="0.011" + ry="0.011" + id="ellipse422" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="7.5650001" + cy="6.0469999" + rx="0.134" + ry="0.043000001" + id="ellipse424" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="7.5650001" + cy="6.0469999" + rx="0.134" + ry="0.043000001" + id="ellipse426" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="7.8330002" + cy="6.0469999" + rx="0.134" + ry="0.043000001" + id="ellipse428" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="7.8330002" + cy="6.0469999" + rx="0.134" + ry="0.043000001" + id="ellipse430" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <polygon + points="13.374,8.356 13.331,8.374 13.202,8.695 13.202,8.856 13.267,8.909 14.208,8.909 14.272,8.856 14.272,8.695 14.144,8.374 14.101,8.356 13.374,8.356 " + id="polygon432" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="13.374,8.356 13.331,8.374 13.202,8.695 13.202,8.856 13.267,8.909 14.208,8.909 14.272,8.856 14.272,8.695 14.144,8.374 14.101,8.356 13.374,8.356 " + id="polygon434" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 13.224,8.642 L 13.267,8.659 L 14.208,8.659 L 14.251,8.642" + id="path436" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 14.208,8.659 L 14.272,8.695" + id="path438" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 13.202,8.695 L 13.267,8.659" + id="path440" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="13.502,8.018 13.481,8.445 13.994,8.445 13.973,8.018 13.502,8.018 " + id="polygon442" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="13.502,8.018 13.481,8.445 13.994,8.445 13.973,8.018 13.502,8.018 " + id="polygon444" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="13.416,8.445 13.374,8.57 14.101,8.57 14.058,8.445 13.416,8.445 " + id="polygon446" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="13.416,8.445 13.374,8.57 14.101,8.57 14.058,8.445 13.416,8.445 " + id="polygon448" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="13.416" + cy="8.7220001" + rx="0.011" + ry="0.011" + id="ellipse450" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="13.416" + cy="8.7220001" + rx="0.011" + ry="0.011" + id="ellipse452" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="13.523" + cy="8.7220001" + rx="0.011" + ry="0.011" + id="ellipse454" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="13.523" + cy="8.7220001" + rx="0.011" + ry="0.011" + id="ellipse456" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="13.63" + cy="8.7220001" + rx="0.011" + ry="0.011" + id="ellipse458" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="13.63" + cy="8.7220001" + rx="0.011" + ry="0.011" + id="ellipse460" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="13.416" + cy="8.7659998" + rx="0.011" + ry="0.011" + id="ellipse462" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="13.416" + cy="8.7659998" + rx="0.011" + ry="0.011" + id="ellipse464" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="13.523" + cy="8.7659998" + rx="0.011" + ry="0.011" + id="ellipse466" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="13.523" + cy="8.7659998" + rx="0.011" + ry="0.011" + id="ellipse468" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="13.63" + cy="8.7659998" + rx="0.011" + ry="0.011" + id="ellipse470" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="13.63" + cy="8.7659998" + rx="0.011" + ry="0.011" + id="ellipse472" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="13.416" + cy="8.8109999" + rx="0.011" + ry="0.011" + id="ellipse474" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="13.416" + cy="8.8109999" + rx="0.011" + ry="0.011" + id="ellipse476" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="13.523" + cy="8.8109999" + rx="0.011" + ry="0.011" + id="ellipse478" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="13.523" + cy="8.8109999" + rx="0.011" + ry="0.011" + id="ellipse480" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="13.63" + cy="8.8109999" + rx="0.011" + ry="0.011" + id="ellipse482" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="13.63" + cy="8.8109999" + rx="0.011" + ry="0.011" + id="ellipse484" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="13.416" + cy="8.8559999" + rx="0.011" + ry="0.011" + id="ellipse486" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="13.416" + cy="8.8559999" + rx="0.011" + ry="0.011" + id="ellipse488" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="13.523" + cy="8.8559999" + rx="0.011" + ry="0.011" + id="ellipse490" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="13.523" + cy="8.8559999" + rx="0.011" + ry="0.011" + id="ellipse492" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="13.63" + cy="8.8559999" + rx="0.011" + ry="0.011" + id="ellipse494" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="13.63" + cy="8.8559999" + rx="0.011" + ry="0.011" + id="ellipse496" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="13.737" + cy="8.7309999" + rx="0.134" + ry="0.043000001" + id="ellipse498" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="13.737" + cy="8.7309999" + rx="0.134" + ry="0.043000001" + id="ellipse500" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="14.005" + cy="8.7309999" + rx="0.134" + ry="0.043000001" + id="ellipse502" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="14.005" + cy="8.7309999" + rx="0.134" + ry="0.043000001" + id="ellipse504" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <polygon + points="7.174,8.381 7.131,8.399 7.002,8.72 7.002,8.881 7.067,8.934 8.008,8.934 8.072,8.881 8.072,8.72 7.944,8.399 7.901,8.381 7.174,8.381 " + id="polygon506" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="7.174,8.381 7.131,8.399 7.002,8.72 7.002,8.881 7.067,8.934 8.008,8.934 8.072,8.881 8.072,8.72 7.944,8.399 7.901,8.381 7.174,8.381 " + id="polygon508" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 7.024,8.667 L 7.067,8.684 L 8.008,8.684 L 8.051,8.667" + id="path510" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 8.008,8.684 L 8.072,8.72" + id="path512" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 7.002,8.72 L 7.067,8.684" + id="path514" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="7.302,8.043 7.281,8.47 7.794,8.47 7.773,8.043 7.302,8.043 " + id="polygon516" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="7.302,8.043 7.281,8.47 7.794,8.47 7.773,8.043 7.302,8.043 " + id="polygon518" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="7.216,8.47 7.174,8.595 7.901,8.595 7.858,8.47 7.216,8.47 " + id="polygon520" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="7.216,8.47 7.174,8.595 7.901,8.595 7.858,8.47 7.216,8.47 " + id="polygon522" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="7.2160001" + cy="8.7469997" + rx="0.011" + ry="0.011" + id="ellipse524" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="7.2160001" + cy="8.7469997" + rx="0.011" + ry="0.011" + id="ellipse526" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="7.323" + cy="8.7469997" + rx="0.011" + ry="0.011" + id="ellipse528" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="7.323" + cy="8.7469997" + rx="0.011" + ry="0.011" + id="ellipse530" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="7.4299998" + cy="8.7469997" + rx="0.011" + ry="0.011" + id="ellipse532" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="7.4299998" + cy="8.7469997" + rx="0.011" + ry="0.011" + id="ellipse534" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="7.2160001" + cy="8.7910004" + rx="0.011" + ry="0.011" + id="ellipse536" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="7.2160001" + cy="8.7910004" + rx="0.011" + ry="0.011" + id="ellipse538" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="7.323" + cy="8.7910004" + rx="0.011" + ry="0.011" + id="ellipse540" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="7.323" + cy="8.7910004" + rx="0.011" + ry="0.011" + id="ellipse542" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="7.4299998" + cy="8.7910004" + rx="0.011" + ry="0.011" + id="ellipse544" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="7.4299998" + cy="8.7910004" + rx="0.011" + ry="0.011" + id="ellipse546" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="7.2160001" + cy="8.8360004" + rx="0.011" + ry="0.011" + id="ellipse548" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="7.2160001" + cy="8.8360004" + rx="0.011" + ry="0.011" + id="ellipse550" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="7.323" + cy="8.8360004" + rx="0.011" + ry="0.011" + id="ellipse552" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="7.323" + cy="8.8360004" + rx="0.011" + ry="0.011" + id="ellipse554" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="7.4299998" + cy="8.8360004" + rx="0.011" + ry="0.011" + id="ellipse556" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="7.4299998" + cy="8.8360004" + rx="0.011" + ry="0.011" + id="ellipse558" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="7.2160001" + cy="8.8809996" + rx="0.011" + ry="0.011" + id="ellipse560" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="7.2160001" + cy="8.8809996" + rx="0.011" + ry="0.011" + id="ellipse562" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="7.323" + cy="8.8809996" + rx="0.011" + ry="0.011" + id="ellipse564" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="7.323" + cy="8.8809996" + rx="0.011" + ry="0.011" + id="ellipse566" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="7.4299998" + cy="8.8809996" + rx="0.011" + ry="0.011" + id="ellipse568" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="7.4299998" + cy="8.8809996" + rx="0.011" + ry="0.011" + id="ellipse570" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="7.5370002" + cy="8.7559996" + rx="0.134" + ry="0.043000001" + id="ellipse572" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="7.5370002" + cy="8.7559996" + rx="0.134" + ry="0.043000001" + id="ellipse574" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="7.8049998" + cy="8.7559996" + rx="0.134" + ry="0.043000001" + id="ellipse576" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="7.8049998" + cy="8.7559996" + rx="0.134" + ry="0.043000001" + id="ellipse578" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <polygon + points="13.374,5.531 13.331,5.549 13.202,5.87 13.202,6.031 13.267,6.084 14.208,6.084 14.272,6.031 14.272,5.87 14.144,5.549 14.101,5.531 13.374,5.531 " + id="polygon580" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="13.374,5.531 13.331,5.549 13.202,5.87 13.202,6.031 13.267,6.084 14.208,6.084 14.272,6.031 14.272,5.87 14.144,5.549 14.101,5.531 13.374,5.531 " + id="polygon582" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 13.224,5.817 L 13.267,5.834 L 14.208,5.834 L 14.251,5.817" + id="path584" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 14.208,5.834 L 14.272,5.87" + id="path586" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 13.202,5.87 L 13.267,5.834" + id="path588" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="13.502,5.192 13.481,5.62 13.994,5.62 13.973,5.192 13.502,5.192 " + id="polygon590" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="13.502,5.192 13.481,5.62 13.994,5.62 13.973,5.192 13.502,5.192 " + id="polygon592" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="13.416,5.62 13.374,5.745 14.101,5.745 14.058,5.62 13.416,5.62 " + id="polygon594" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="13.416,5.62 13.374,5.745 14.101,5.745 14.058,5.62 13.416,5.62 " + id="polygon596" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="13.416" + cy="5.8969998" + rx="0.011" + ry="0.011" + id="ellipse598" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="13.416" + cy="5.8969998" + rx="0.011" + ry="0.011" + id="ellipse600" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="13.523" + cy="5.8969998" + rx="0.011" + ry="0.011" + id="ellipse602" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="13.523" + cy="5.8969998" + rx="0.011" + ry="0.011" + id="ellipse604" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="13.63" + cy="5.8969998" + rx="0.011" + ry="0.011" + id="ellipse606" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="13.63" + cy="5.8969998" + rx="0.011" + ry="0.011" + id="ellipse608" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="13.416" + cy="5.941" + rx="0.011" + ry="0.011" + id="ellipse610" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="13.416" + cy="5.941" + rx="0.011" + ry="0.011" + id="ellipse612" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="13.523" + cy="5.941" + rx="0.011" + ry="0.011" + id="ellipse614" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="13.523" + cy="5.941" + rx="0.011" + ry="0.011" + id="ellipse616" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="13.63" + cy="5.941" + rx="0.011" + ry="0.011" + id="ellipse618" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="13.63" + cy="5.941" + rx="0.011" + ry="0.011" + id="ellipse620" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="13.416" + cy="5.9860001" + rx="0.011" + ry="0.011" + id="ellipse622" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="13.416" + cy="5.9860001" + rx="0.011" + ry="0.011" + id="ellipse624" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="13.523" + cy="5.9860001" + rx="0.011" + ry="0.011" + id="ellipse626" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="13.523" + cy="5.9860001" + rx="0.011" + ry="0.011" + id="ellipse628" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="13.63" + cy="5.9860001" + rx="0.011" + ry="0.011" + id="ellipse630" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="13.63" + cy="5.9860001" + rx="0.011" + ry="0.011" + id="ellipse632" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="13.416" + cy="6.0310001" + rx="0.011" + ry="0.011" + id="ellipse634" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="13.416" + cy="6.0310001" + rx="0.011" + ry="0.011" + id="ellipse636" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="13.523" + cy="6.0310001" + rx="0.011" + ry="0.011" + id="ellipse638" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="13.523" + cy="6.0310001" + rx="0.011" + ry="0.011" + id="ellipse640" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="13.63" + cy="6.0310001" + rx="0.011" + ry="0.011" + id="ellipse642" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="13.63" + cy="6.0310001" + rx="0.011" + ry="0.011" + id="ellipse644" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="13.737" + cy="5.9060001" + rx="0.134" + ry="0.043000001" + id="ellipse646" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="13.737" + cy="5.9060001" + rx="0.134" + ry="0.043000001" + id="ellipse648" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="14.005" + cy="5.9060001" + rx="0.134" + ry="0.043000001" + id="ellipse650" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="14.005" + cy="5.9060001" + rx="0.134" + ry="0.043000001" + id="ellipse652" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <text + x="9.6599998" + y="8.3249998" + id="text654" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">eth0</text> + <text + x="11.456" + y="6.7820001" + id="text656" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">eth2</text> + <text + x="9.0799999" + y="6.8319998" + id="text658" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">eth1</text> + <text + x="7.1090002" + y="4.9520001" + id="text660" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">hplj6a</text> + <text + x="13.463" + y="4.9569998" + id="text662" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">hplj6f</text> + <text + x="7.1820002" + y="9.507" + id="text664" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">qmsa</text> + <text + x="13.327" + y="9.507" + id="text666" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">qmsf</text> + <text + x="8.3570004" + y="2.2019999" + id="text668" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Domain: PROMISES</text> + <text + x="9.9700003" + y="3.55" + id="text670" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Server:</text> + <text + x="9.698" + y="4.1500001" + id="text672" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">DIAMOND</text> + <text + x="2.221" + y="9.9250002" + id="text674" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Network:</text> + <text + x="1.8150001" + y="10.525" + id="text676" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">192.168.1.0/24</text> + <text + x="15.621" + y="9.8520002" + id="text678" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Network:</text> + <text + x="15.185" + y="10.452" + id="text680" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">192.168.2.0/24</text> + <rect + width="0.62699997" + height="0.55299997" + x="8.7729998" + y="4.4429998" + id="rect682" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="9.0869999" + cy="4.9959998" + rx="0.31299999" + ry="0.092" + id="ellipse684" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="9.0869999" + cy="4.4429998" + rx="0.31299999" + ry="0.092" + id="ellipse686" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="9.0869999" + cy="4.4429998" + rx="0.31299999" + ry="0.092" + id="ellipse688" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 9.4,4.443 L 9.4,4.996 C 9.4,5.047 9.26,5.088 9.087,5.088 C 8.913,5.088 8.773,5.047 8.773,4.996 L 8.773,4.443" + id="path690" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="9.375" + y1="4.9000001" + x2="10.025" + y2="5.3000002" + stroke="#000000" + stroke-width="0.100" + id="line692" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="0.62699997" + height="0.55299997" + x="11.812" + y="4.4450002" + id="rect694" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="12.126" + cy="4.9980001" + rx="0.31299999" + ry="0.092" + id="ellipse696" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="12.126" + cy="4.4450002" + rx="0.31299999" + ry="0.092" + id="ellipse698" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="12.126" + cy="4.4450002" + rx="0.31299999" + ry="0.092" + id="ellipse700" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 12.439,4.445 L 12.439,4.998 C 12.439,5.049 12.299,5.09 12.126,5.09 C 11.953,5.09 11.812,5.049 11.812,4.998 L 11.812,4.445" + id="path702" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="11.089" + y1="5.2789998" + x2="11.825" + y2="4.8499999" + stroke="#000000" + stroke-width="0.100" + id="line704" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="8.7399998" + y="5.5819998" + id="text706" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">apps</text> + <text + x="11.799" + y="5.6069999" + id="text708" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">data</text> + <text + x="6.5149999" + y="11.352" + id="text710" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">30 Users</text> + <text + x="19.365" + y="11.267" + id="text712" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">100 Users</text> + <text + x="1.018" + y="4.3790002" + id="text714" + style="font-size:0.69999999px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Accounting</text> + <text + x="16.813" + y="4.316" + id="text716" + style="font-size:0.69999999px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Financial Services</text> +</svg> diff --git a/docs/Samba3-ByExample/images/chap5-net.dia b/docs/Samba3-ByExample/images/chap5-net.dia Binary files differdeleted file mode 100644 index f4f77ea064..0000000000 --- a/docs/Samba3-ByExample/images/chap5-net.dia +++ /dev/null diff --git a/docs/Samba3-ByExample/images/chap5-net.svg b/docs/Samba3-ByExample/images/chap5-net.svg new file mode 100644 index 0000000000..77df4d1db3 --- /dev/null +++ b/docs/Samba3-ByExample/images/chap5-net.svg @@ -0,0 +1,3668 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="25.385cm" + height="20.027cm" + viewBox="-0.789 0.573 24.595 20.6" + id="svg2"> + <defs + id="defs1129" /> + <rect + width="11.5" + height="7.7259998" + x="12.77" + y="12.847" + id="rect4" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 12.77,12.847 C 12.604315,12.847 12.47,12.981315 12.47,13.147" + id="path6" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 24.57,13.147 C 24.57,12.981315 24.435685,12.847 24.27,12.847" + id="path8" + style="fill:#ebebeb;stroke:none" /> + <rect + width="12.1" + height="7.1259999" + x="12.47" + y="13.147" + id="rect10" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 12.47,20.273 C 12.47,20.438685 12.604315,20.573 12.77,20.573" + id="path12" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 24.27,20.573 C 24.435685,20.573 24.57,20.438685 24.57,20.273" + id="path14" + style="fill:#ebebeb;stroke:none" /> + <line + x1="12.77" + y1="12.847" + x2="24.27" + y2="12.847" + stroke="#000000" + stroke-width="0.050" + id="line16" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="12.77" + y1="20.573" + x2="24.27" + y2="20.573" + stroke="#000000" + stroke-width="0.050" + id="line18" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 12.77,12.847 C 12.604315,12.847 12.47,12.981315 12.47,13.147" + id="path20" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 24.57,13.147 C 24.57,12.981315 24.435685,12.847 24.27,12.847" + id="path22" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="12.47" + y1="13.147" + x2="12.47" + y2="20.273001" + stroke="#000000" + stroke-width="0.050" + id="line24" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="24.57" + y1="13.147" + x2="24.57" + y2="20.273001" + stroke="#000000" + stroke-width="0.050" + id="line26" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 12.47,20.273 C 12.47,20.438685 12.604315,20.573 12.77,20.573" + id="path28" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 24.27,20.573 C 24.435685,20.573 24.57,20.438685 24.57,20.273" + id="path30" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="12.01" + height="7.7779999" + x="-0.46399999" + y="12.797" + id="rect32" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M -0.464,12.797 C -0.62968542,12.797 -0.764,12.931315 -0.764,13.097" + id="path34" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 11.845,13.097 C 11.845,12.931315 11.710685,12.797 11.545,12.797" + id="path36" + style="fill:#ebebeb;stroke:none" /> + <rect + width="12.61" + height="7.178" + x="-0.764" + y="13.097" + id="rect38" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M -0.764,20.275 C -0.764,20.440685 -0.62968542,20.575 -0.464,20.575" + id="path40" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 11.545,20.575 C 11.710685,20.575 11.845,20.440685 11.845,20.275" + id="path42" + style="fill:#ebebeb;stroke:none" /> + <line + x1="-0.46399999" + y1="12.797" + x2="11.545" + y2="12.797" + stroke="#000000" + stroke-width="0.050" + id="line44" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="-0.46399999" + y1="20.575001" + x2="11.545" + y2="20.575001" + stroke="#000000" + stroke-width="0.050" + id="line46" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M -0.464,12.797 C -0.62968542,12.797 -0.764,12.931315 -0.764,13.097" + id="path48" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 11.845,13.097 C 11.845,12.931315 11.710685,12.797 11.545,12.797" + id="path50" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="-0.764" + y1="13.097" + x2="-0.764" + y2="20.275" + stroke="#000000" + stroke-width="0.050" + id="line52" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="11.845" + y1="13.097" + x2="11.845" + y2="20.275" + stroke="#000000" + stroke-width="0.050" + id="line54" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M -0.764,20.275 C -0.764,20.440685 -0.62968542,20.575 -0.464,20.575" + id="path56" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 11.545,20.575 C 11.710685,20.575 11.845,20.440685 11.845,20.275" + id="path58" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="15.975" + height="9.7749996" + x="5.645" + y="2.1719999" + id="rect60" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 5.645,2.172 C 5.4793146,2.172 5.345,2.3063146 5.345,2.472" + id="path62" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 21.92,2.472 C 21.92,2.3063146 21.785685,2.172 21.62,2.172" + id="path64" + style="fill:#ebebeb;stroke:none" /> + <rect + width="16.575001" + height="9.1750002" + x="5.3449998" + y="2.4719999" + id="rect66" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 5.345,11.647 C 5.345,11.812685 5.4793146,11.947 5.645,11.947" + id="path68" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 21.62,11.947 C 21.785685,11.947 21.92,11.812685 21.92,11.647" + id="path70" + style="fill:#ebebeb;stroke:none" /> + <line + x1="5.645" + y1="2.1719999" + x2="21.620001" + y2="2.1719999" + stroke="#000000" + stroke-width="0.050" + id="line72" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="5.645" + y1="11.947" + x2="21.620001" + y2="11.947" + stroke="#000000" + stroke-width="0.050" + id="line74" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 5.645,2.172 C 5.4793146,2.172 5.345,2.3063146 5.345,2.472" + id="path76" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 21.92,2.472 C 21.92,2.3063146 21.785685,2.172 21.62,2.172" + id="path78" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="5.3449998" + y1="2.4719999" + x2="5.3449998" + y2="11.647" + stroke="#000000" + stroke-width="0.050" + id="line80" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="21.92" + y1="2.4719999" + x2="21.92" + y2="11.647" + stroke="#000000" + stroke-width="0.050" + id="line82" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 5.345,11.647 C 5.345,11.812685 5.4793146,11.947 5.645,11.947" + id="path84" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 21.62,11.947 C 21.785685,11.947 21.92,11.812685 21.92,11.647" + id="path86" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 1.263,3.803 C 0.857,3.793 0.068,3.995 0.179,4.427 C 0.29,4.859 0.82,4.955 1.042,4.83 C 1.263,4.705 0.696,5.435 1.781,5.627 C 2.866,5.819 3.42,5.511 3.26,5.291 C 3.1,5.07 4.209,5.809 4.727,5.387 C 5.244,4.964 4.197,4.561 4.418,4.619 C 4.64,4.676 5.318,4.6 5.096,3.88 C 4.874,3.16 2.878,3.717 3.1,3.611 C 3.322,3.505 2.767,2.978 2.077,3.083 C 1.387,3.189 1.338,3.38 1.264,3.803 L 1.263,3.803" + id="path88" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <path + d="M 1.263,3.803 C 0.857,3.793 0.068,3.995 0.179,4.427 C 0.29,4.859 0.82,4.955 1.042,4.83 C 1.263,4.705 0.696,5.435 1.781,5.627 C 2.866,5.819 3.42,5.511 3.26,5.291 C 3.1,5.07 4.209,5.809 4.727,5.387 C 5.244,4.964 4.197,4.561 4.418,4.619 C 4.64,4.676 5.318,4.6 5.096,3.88 C 4.874,3.16 2.878,3.717 3.1,3.611 C 3.322,3.505 2.767,2.978 2.077,3.083 C 1.387,3.189 1.338,3.38 1.264,3.803 L 1.263,3.803" + id="path90" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="2.2260001" + y="4.4980001" + id="text92" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Internet</text> + <rect + width="1.054" + height="2.1070001" + x="5.7290001" + y="6.2870002" + id="rect94" + style="fill:#ff0000;stroke:none;stroke-width:0" /> + <polygon + points="5.729,6.287 6.783,6.287 6.915,6.156 5.861,6.156 5.729,6.287 " + id="polygon96" + style="fill:#ff0000;stroke:none;stroke-width:0.1" /> + <polygon + points="6.783,6.287 6.915,6.156 6.915,8.263 6.783,8.394 6.783,6.287 " + id="polygon98" + style="fill:#ff0000;stroke:none;stroke-width:0.1" /> + <line + x1="5.7290001" + y1="6.4980001" + x2="6.783" + y2="6.4980001" + stroke="#FFFFFF" + stroke-width="0.100" + id="line100" + style="stroke:#ffffff;stroke-width:0.1" /> + <line + x1="6.915" + y1="6.3660002" + x2="6.783" + y2="6.4980001" + stroke="#FFFFFF" + stroke-width="0.100" + id="line102" + style="stroke:#ffffff;stroke-width:0.1" /> + <line + x1="6.0450001" + y1="6.2870002" + x2="6.0450001" + y2="6.4980001" + stroke="#FFFFFF" + stroke-width="0.100" + id="line104" + style="stroke:#ffffff;stroke-width:0.1" /> + <line + x1="6.0450001" + y1="6.2870002" + x2="6.177" + y2="6.1560001" + stroke="#FFFFFF" + stroke-width="0.100" + id="line106" + style="stroke:#ffffff;stroke-width:0.1" /> + <line + x1="5.7290001" + y1="6.9190001" + x2="6.783" + y2="6.9190001" + stroke="#FFFFFF" + stroke-width="0.100" + id="line108" + style="stroke:#ffffff;stroke-width:0.1" /> + <line + x1="6.915" + y1="6.7880001" + x2="6.783" + y2="6.9190001" + stroke="#FFFFFF" + stroke-width="0.100" + id="line110" + style="stroke:#ffffff;stroke-width:0.1" /> + <line + x1="6.467" + y1="6.4980001" + x2="6.467" + y2="6.9190001" + stroke="#FFFFFF" + stroke-width="0.100" + id="line112" + style="stroke:#ffffff;stroke-width:0.1" /> + <line + x1="5.7290001" + y1="7.3410001" + x2="6.783" + y2="7.3410001" + stroke="#FFFFFF" + stroke-width="0.100" + id="line114" + style="stroke:#ffffff;stroke-width:0.1" /> + <line + x1="6.915" + y1="7.2090001" + x2="6.783" + y2="7.3410001" + stroke="#FFFFFF" + stroke-width="0.100" + id="line116" + style="stroke:#ffffff;stroke-width:0.1" /> + <line + x1="6.0450001" + y1="6.9190001" + x2="6.0450001" + y2="7.3410001" + stroke="#FFFFFF" + stroke-width="0.100" + id="line118" + style="stroke:#ffffff;stroke-width:0.1" /> + <line + x1="5.7290001" + y1="7.7620001" + x2="6.783" + y2="7.7620001" + stroke="#FFFFFF" + stroke-width="0.100" + id="line120" + style="stroke:#ffffff;stroke-width:0.1" /> + <line + x1="6.915" + y1="7.631" + x2="6.783" + y2="7.7620001" + stroke="#FFFFFF" + stroke-width="0.100" + id="line122" + style="stroke:#ffffff;stroke-width:0.1" /> + <line + x1="6.467" + y1="7.3410001" + x2="6.467" + y2="7.7620001" + stroke="#FFFFFF" + stroke-width="0.100" + id="line124" + style="stroke:#ffffff;stroke-width:0.1" /> + <line + x1="5.7290001" + y1="8.184" + x2="6.783" + y2="8.184" + stroke="#FFFFFF" + stroke-width="0.100" + id="line126" + style="stroke:#ffffff;stroke-width:0.1" /> + <line + x1="6.915" + y1="8.052" + x2="6.783" + y2="8.184" + stroke="#FFFFFF" + stroke-width="0.100" + id="line128" + style="stroke:#ffffff;stroke-width:0.1" /> + <line + x1="6.0450001" + y1="7.7620001" + x2="6.0450001" + y2="8.184" + stroke="#FFFFFF" + stroke-width="0.100" + id="line130" + style="stroke:#ffffff;stroke-width:0.1" /> + <line + x1="6.467" + y1="8.184" + x2="6.467" + y2="8.3940001" + stroke="#FFFFFF" + stroke-width="0.100" + id="line132" + style="stroke:#ffffff;stroke-width:0.1" /> + <line + x1="5.7290001" + y1="6.2870002" + x2="6.783" + y2="6.2870002" + stroke="#000000" + stroke-width="0.050" + id="line134" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="6.783" + y1="8.3940001" + x2="6.783" + y2="6.2870002" + stroke="#000000" + stroke-width="0.050" + id="line136" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="6.783" + y1="6.2870002" + x2="6.915" + y2="6.1560001" + stroke="#000000" + stroke-width="0.050" + id="line138" + style="stroke:#000000;stroke-width:0.05" /> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.050" + points="5.729,6.287 5.861,6.156 6.915,6.156 6.915,8.263 6.783,8.394 5.729,8.394 5.729,6.287 " + id="polyline140" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="2.0050001" + height="6.0149999" + x="8.4580002" + y="4.1360002" + id="rect142" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="2.0050001" + height="6.0149999" + x="8.4580002" + y="4.1360002" + id="rect144" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="2.0050001" + height="6.0149999" + x="8.4580002" + y="4.1360002" + id="rect146" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.604" + height="2.4059999" + x="8.6590004" + y="4.3369999" + id="rect148" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.604" + height="2.4059999" + x="8.6590004" + y="4.3369999" + id="rect150" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.604" + height="2.4059999" + x="8.6590004" + y="4.3369999" + id="rect152" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="8.6590004" + y1="4.7379999" + x2="10.263" + y2="4.7379999" + stroke="#000000" + stroke-width="0.010" + id="line154" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.263" + y1="5.1389999" + x2="8.6590004" + y2="5.1389999" + stroke="#000000" + stroke-width="0.010" + id="line156" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="8.6590004" + y1="5.54" + x2="10.263" + y2="5.54" + stroke="#000000" + stroke-width="0.010" + id="line158" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="8.6590004" + y1="5.941" + x2="10.263" + y2="5.941" + stroke="#000000" + stroke-width="0.010" + id="line160" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.263" + y1="6.342" + x2="8.6590004" + y2="6.342" + stroke="#000000" + stroke-width="0.010" + id="line162" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="1.103" + height="0.60100001" + x="8.6590004" + y="6.9429998" + id="rect164" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.103" + height="0.60100001" + x="8.6590004" + y="6.9429998" + id="rect166" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.103" + height="0.60100001" + x="8.6590004" + y="6.9429998" + id="rect168" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="8.4580002" + y1="7.9460001" + x2="10.463" + y2="7.9460001" + stroke="#000000" + stroke-width="0.010" + id="line170" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.1" + height="0.1" + x="9.3610001" + y="8.1459999" + id="rect172" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.1" + height="0.1" + x="9.3610001" + y="8.1459999" + id="rect174" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.1" + height="0.1" + x="9.3610001" + y="8.1459999" + id="rect176" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.1" + height="0.1" + x="9.7620001" + y="8.1459999" + id="rect178" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.1" + height="0.1" + x="9.7620001" + y="8.1459999" + id="rect180" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.1" + height="0.1" + x="9.7620001" + y="8.1459999" + id="rect182" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.1" + height="0.1" + x="10.163" + y="8.1459999" + id="rect184" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.1" + height="0.1" + x="10.163" + y="8.1459999" + id="rect186" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.1" + height="0.1" + x="10.163" + y="8.1459999" + id="rect188" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.2" + height="0.2" + x="10.062" + y="7.5450001" + id="rect190" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.2" + height="0.2" + x="10.062" + y="7.5450001" + id="rect192" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.2" + height="0.2" + x="10.062" + y="7.5450001" + id="rect194" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="8.6590004" + y1="7.244" + x2="9.7620001" + y2="7.244" + stroke="#000000" + stroke-width="0.010" + id="line196" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.301" + height="0.301" + x="8.6590004" + y="8.0459995" + id="rect198" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.301" + height="0.301" + x="8.6590004" + y="8.0459995" + id="rect200" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.301" + height="0.301" + x="8.6590004" + y="8.0459995" + id="rect202" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.403" + height="0.1" + x="8.7589998" + y="6.4419999" + id="rect204" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="1.403" + height="0.1" + x="8.7589998" + y="6.4419999" + id="rect206" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.403" + height="0.1" + x="8.7589998" + y="6.4419999" + id="rect208" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="8.7589998" + y1="7.0430002" + x2="9.6610003" + y2="7.0430002" + stroke="#000000" + stroke-width="0.010" + id="line210" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="9.6610003" + y1="7.1440001" + x2="9.5609999" + y2="7.1440001" + stroke="#000000" + stroke-width="0.010" + id="line212" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="8.7589998" + y1="7.1440001" + x2="8.8590002" + y2="7.1440001" + stroke="#000000" + stroke-width="0.010" + id="line214" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.50099999" + height="0.1" + x="8.96" + y="7.0430002" + id="rect216" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.50099999" + height="0.1" + x="8.96" + y="7.0430002" + id="rect218" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.50099999" + height="0.1" + x="8.96" + y="7.0430002" + id="rect220" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="8.7589998" + y1="6.6420002" + x2="8.8590002" + y2="6.6420002" + stroke="#000000" + stroke-width="0.010" + id="line222" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="8.96" + y1="6.6420002" + x2="9.0600004" + y2="6.6420002" + stroke="#000000" + stroke-width="0.010" + id="line224" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="9.9619999" + y1="6.6420002" + x2="10.163" + y2="6.6420002" + stroke="#000000" + stroke-width="0.010" + id="line226" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="8.559" + y1="10.051" + x2="10.363" + y2="10.051" + stroke="#000000" + stroke-width="0.010" + id="line228" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.363" + y1="9.9510002" + x2="8.559" + y2="9.9510002" + stroke="#000000" + stroke-width="0.010" + id="line230" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="8.559" + y1="9.8500004" + x2="10.363" + y2="9.8500004" + stroke="#000000" + stroke-width="0.010" + id="line232" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.363" + y1="9.75" + x2="8.559" + y2="9.75" + stroke="#000000" + stroke-width="0.010" + id="line234" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="8.559" + y1="9.6499996" + x2="10.363" + y2="9.6499996" + stroke="#000000" + stroke-width="0.010" + id="line236" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.363" + y1="9.5500002" + x2="8.559" + y2="9.5500002" + stroke="#000000" + stroke-width="0.010" + id="line238" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="8.559" + y1="9.4490004" + x2="10.363" + y2="9.4490004" + stroke="#000000" + stroke-width="0.010" + id="line240" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.363" + y1="9.349" + x2="8.559" + y2="9.349" + stroke="#000000" + stroke-width="0.010" + id="line242" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="8.559" + y1="9.2489996" + x2="10.363" + y2="9.2489996" + stroke="#000000" + stroke-width="0.010" + id="line244" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.363" + y1="9.1490002" + x2="8.559" + y2="9.1490002" + stroke="#000000" + stroke-width="0.010" + id="line246" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="8.559" + y1="9.0480003" + x2="10.363" + y2="9.0480003" + stroke="#000000" + stroke-width="0.010" + id="line248" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.363" + y1="8.948" + x2="8.559" + y2="8.948" + stroke="#000000" + stroke-width="0.010" + id="line250" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="8.559" + y1="8.8479996" + x2="10.363" + y2="8.8479996" + stroke="#000000" + stroke-width="0.010" + id="line252" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.363" + y1="8.7480001" + x2="8.559" + y2="8.7480001" + stroke="#000000" + stroke-width="0.010" + id="line254" + style="stroke:#000000;stroke-width:0.01" /> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="2.424,5.688 2.424,7.250 5.700,7.250 5.700,7.300 " + id="polyline256" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="6.875" + y1="7.3000002" + x2="8.4250002" + y2="7.2750001" + stroke="#000000" + stroke-width="0.100" + id="line258" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="1.477" + height="1.303" + x="11.597" + y="4.0450001" + id="rect260" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="12.335" + cy="5.348" + rx="0.73799998" + ry="0.21699999" + id="ellipse262" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="12.335" + cy="4.0450001" + rx="0.73799998" + ry="0.21699999" + id="ellipse264" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="12.335" + cy="4.0450001" + rx="0.73799998" + ry="0.21699999" + id="ellipse266" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 13.074,4.045 L 13.074,5.348 C 13.074,5.468 12.743,5.565 12.335,5.565 C 11.928,5.565 11.597,5.468 11.597,5.348 L 11.597,4.045" + id="path268" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.377" + height="1.215" + x="11.622" + y="5.96" + id="rect270" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="12.311" + cy="7.1750002" + rx="0.68800002" + ry="0.20200001" + id="ellipse272" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="12.311" + cy="5.96" + rx="0.68800002" + ry="0.20200001" + id="ellipse274" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="12.311" + cy="5.96" + rx="0.68800002" + ry="0.20200001" + id="ellipse276" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 12.999,5.96 L 12.999,7.175 C 12.999,7.287 12.691,7.377 12.311,7.377 C 11.931,7.377 11.622,7.287 11.622,7.175 L 11.622,5.96" + id="path278" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="10.475" + y1="4.6750002" + x2="11.55" + y2="4.6750002" + stroke="#000000" + stroke-width="0.100" + id="line280" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="10.45" + y1="6.3499999" + x2="11.625" + y2="6.3499999" + stroke="#000000" + stroke-width="0.100" + id="line282" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="10.45" + y1="8.8249998" + x2="21" + y2="8.8249998" + stroke="#000000" + stroke-width="0.100" + id="line284" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="20.950001" + y1="8.8249998" + x2="20.950001" + y2="7.9749999" + stroke="#000000" + stroke-width="0.100" + id="line286" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="14.928" + y1="8.8249998" + x2="14.928" + y2="7.9169998" + stroke="#000000" + stroke-width="0.100" + id="line288" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="14.946" + y1="8.8249998" + x2="14.946" + y2="9.8249998" + stroke="#000000" + stroke-width="0.100" + id="line290" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="17.903" + y1="8.8249998" + x2="17.903" + y2="7.901" + stroke="#000000" + stroke-width="0.100" + id="line292" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="17.910999" + y1="8.8249998" + x2="17.910999" + y2="9.8249998" + stroke="#000000" + stroke-width="0.100" + id="line294" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="20.950001" + y1="8.8249998" + x2="20.950001" + y2="9.9250002" + stroke="#000000" + stroke-width="0.100" + id="line296" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="1" + height="1" + x="11.825" + y="10.625" + id="rect298" + style="fill:#9f9f9f;stroke:none;stroke-width:0" /> + <rect + width="1" + height="1" + x="11.825" + y="10.625" + id="rect300" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1" + height="1" + x="11.825" + y="10.625" + id="rect302" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 12.387,10.787 C 12.387,11.287 12.487,11.187 11.987,11.187" + id="path304" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M 12.387,10.787 C 12.387,11.287 12.487,11.187 11.987,11.187" + id="path306" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="12.435,10.865 12.385,10.765 12.335,10.865 12.435,10.865 " + id="polygon308" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="12.435,10.865 12.385,10.765 12.335,10.865 12.435,10.865 " + id="polygon310" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="12.065,11.135 11.965,11.185 12.065,11.235 12.065,11.135 " + id="polygon312" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="12.065,11.135 11.965,11.185 12.065,11.235 12.065,11.135 " + id="polygon314" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 12.684,11.068 C 12.184,11.068 12.284,10.968 12.284,11.468" + id="path316" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M 12.684,11.068 C 12.184,11.068 12.284,10.968 12.284,11.468" + id="path318" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="12.595,11.115 12.695,11.065 12.595,11.015 12.595,11.115 " + id="polygon320" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="12.595,11.115 12.695,11.065 12.595,11.015 12.595,11.115 " + id="polygon322" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="12.225,11.385 12.275,11.485 12.325,11.385 12.225,11.385 " + id="polygon324" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="12.225,11.385 12.275,11.485 12.325,11.385 12.225,11.385 " + id="polygon326" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="12.325" + y1="8.8249998" + x2="12.325" + y2="10.625" + stroke="#000000" + stroke-width="0.100" + id="line328" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="14.424,10.287 14.365,10.312 14.19,10.75 14.19,10.969 14.278,11.042 15.562,11.042 15.65,10.969 15.65,10.75 15.475,10.312 15.416,10.287 14.424,10.287 " + id="polygon330" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="14.424,10.287 14.365,10.312 14.19,10.75 14.19,10.969 14.278,11.042 15.562,11.042 15.65,10.969 15.65,10.75 15.475,10.312 15.416,10.287 14.424,10.287 " + id="polygon332" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 14.219,10.677 L 14.278,10.701 L 15.562,10.701 L 15.621,10.677" + id="path334" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 15.562,10.701 L 15.65,10.75" + id="path336" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 14.19,10.75 L 14.278,10.701" + id="path338" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="14.599,9.825 14.57,10.409 15.27,10.409 15.241,9.825 14.599,9.825 " + id="polygon340" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="14.599,9.825 14.57,10.409 15.27,10.409 15.241,9.825 14.599,9.825 " + id="polygon342" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="14.482,10.409 14.424,10.579 15.416,10.579 15.358,10.409 14.482,10.409 " + id="polygon344" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="14.482,10.409 14.424,10.579 15.416,10.579 15.358,10.409 14.482,10.409 " + id="polygon346" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="14.482" + cy="10.786" + rx="0.015" + ry="0.015" + id="ellipse348" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="14.482" + cy="10.786" + rx="0.015" + ry="0.015" + id="ellipse350" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="14.628" + cy="10.786" + rx="0.015" + ry="0.015" + id="ellipse352" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="14.628" + cy="10.786" + rx="0.015" + ry="0.015" + id="ellipse354" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="14.774" + cy="10.786" + rx="0.015" + ry="0.015" + id="ellipse356" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="14.774" + cy="10.786" + rx="0.015" + ry="0.015" + id="ellipse358" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="14.482" + cy="10.847" + rx="0.015" + ry="0.015" + id="ellipse360" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="14.482" + cy="10.847" + rx="0.015" + ry="0.015" + id="ellipse362" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="14.628" + cy="10.847" + rx="0.015" + ry="0.015" + id="ellipse364" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="14.628" + cy="10.847" + rx="0.015" + ry="0.015" + id="ellipse366" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="14.774" + cy="10.847" + rx="0.015" + ry="0.015" + id="ellipse368" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="14.774" + cy="10.847" + rx="0.015" + ry="0.015" + id="ellipse370" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="14.482" + cy="10.908" + rx="0.015" + ry="0.015" + id="ellipse372" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="14.482" + cy="10.908" + rx="0.015" + ry="0.015" + id="ellipse374" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="14.628" + cy="10.908" + rx="0.015" + ry="0.015" + id="ellipse376" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="14.628" + cy="10.908" + rx="0.015" + ry="0.015" + id="ellipse378" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="14.774" + cy="10.908" + rx="0.015" + ry="0.015" + id="ellipse380" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="14.774" + cy="10.908" + rx="0.015" + ry="0.015" + id="ellipse382" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="14.482" + cy="10.969" + rx="0.015" + ry="0.015" + id="ellipse384" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="14.482" + cy="10.969" + rx="0.015" + ry="0.015" + id="ellipse386" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="14.628" + cy="10.969" + rx="0.015" + ry="0.015" + id="ellipse388" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="14.628" + cy="10.969" + rx="0.015" + ry="0.015" + id="ellipse390" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="14.774" + cy="10.969" + rx="0.015" + ry="0.015" + id="ellipse392" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="14.774" + cy="10.969" + rx="0.015" + ry="0.015" + id="ellipse394" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="14.92" + cy="10.798" + rx="0.183" + ry="0.057999998" + id="ellipse396" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="14.92" + cy="10.798" + rx="0.183" + ry="0.057999998" + id="ellipse398" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="15.285" + cy="10.798" + rx="0.183" + ry="0.057999998" + id="ellipse400" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="15.285" + cy="10.798" + rx="0.183" + ry="0.057999998" + id="ellipse402" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <rect + width="1.112" + height="0.83399999" + x="14.372" + y="6.8239999" + id="rect404" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.112" + height="0.83399999" + x="14.372" + y="6.8239999" + id="rect406" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.87099999" + height="0.574" + x="14.492" + y="6.9439998" + id="rect408" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="14.522,7.657 15.094,7.657 15.094,7.787 14.552,7.787 14.522,7.657 " + id="polygon410" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="14.522,7.657 15.094,7.657 15.094,7.787 14.552,7.787 14.522,7.657 " + id="polygon412" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="15.094,7.657 15.333,7.657 15.303,7.787 15.094,7.787 15.094,7.657 " + id="polygon414" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="15.094,7.657 15.333,7.657 15.303,7.787 15.094,7.787 15.094,7.657 " + id="polygon416" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.052000001" + height="0.052000001" + x="15.133" + y="7.6960001" + id="rect418" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.052000001" + height="0.052000001" + x="15.133" + y="7.6960001" + id="rect420" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="14.816,7.787 15.039,7.787 15.039,7.852 15.15,7.852 15.15,7.917 14.705,7.917 14.705,7.852 14.816,7.852 14.816,7.787 " + id="polygon422" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="14.816,7.787 15.039,7.787 15.039,7.852 15.15,7.852 15.15,7.917 14.705,7.917 14.705,7.852 14.816,7.852 14.816,7.787 " + id="polygon424" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="1.112" + height="0.83399999" + x="17.348" + y="6.8080001" + id="rect426" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.112" + height="0.83399999" + x="17.348" + y="6.8080001" + id="rect428" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.87099999" + height="0.574" + x="17.468" + y="6.928" + id="rect430" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="17.498,7.641 18.07,7.641 18.07,7.771 17.528,7.771 17.498,7.641 " + id="polygon432" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="17.498,7.641 18.07,7.641 18.07,7.771 17.528,7.771 17.498,7.641 " + id="polygon434" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="18.07,7.641 18.309,7.641 18.279,7.771 18.07,7.771 18.07,7.641 " + id="polygon436" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.07,7.641 18.309,7.641 18.279,7.771 18.07,7.771 18.07,7.641 " + id="polygon438" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.052000001" + height="0.052000001" + x="18.108999" + y="7.6799998" + id="rect440" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.052000001" + height="0.052000001" + x="18.108999" + y="7.6799998" + id="rect442" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="17.792,7.771 18.014,7.771 18.014,7.836 18.126,7.836 18.126,7.901 17.681,7.901 17.681,7.836 17.792,7.836 17.792,7.771 " + id="polygon444" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="17.792,7.771 18.014,7.771 18.014,7.836 18.126,7.836 18.126,7.901 17.681,7.901 17.681,7.836 17.792,7.836 17.792,7.771 " + id="polygon446" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="1.112" + height="0.83399999" + x="20.398001" + y="6.8319998" + id="rect448" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.112" + height="0.83399999" + x="20.398001" + y="6.8319998" + id="rect450" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.87099999" + height="0.574" + x="20.518" + y="6.9530001" + id="rect452" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="20.548,7.666 21.12,7.666 21.12,7.796 20.578,7.796 20.548,7.666 " + id="polygon454" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="20.548,7.666 21.12,7.666 21.12,7.796 20.578,7.796 20.548,7.666 " + id="polygon456" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="21.12,7.666 21.359,7.666 21.329,7.796 21.12,7.796 21.12,7.666 " + id="polygon458" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="21.12,7.666 21.359,7.666 21.329,7.796 21.12,7.796 21.12,7.666 " + id="polygon460" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.052000001" + height="0.052000001" + x="21.159" + y="7.7049999" + id="rect462" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.052000001" + height="0.052000001" + x="21.159" + y="7.7049999" + id="rect464" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="20.842,7.796 21.064,7.796 21.064,7.861 21.176,7.861 21.176,7.926 20.731,7.926 20.731,7.861 20.842,7.861 20.842,7.796 " + id="polygon466" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="20.842,7.796 21.064,7.796 21.064,7.861 21.176,7.861 21.176,7.926 20.731,7.926 20.731,7.861 20.842,7.861 20.842,7.796 " + id="polygon468" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="1.112" + height="0.83399999" + x="17.298" + y="9.8319998" + id="rect470" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.112" + height="0.83399999" + x="17.298" + y="9.8319998" + id="rect472" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.87099999" + height="0.574" + x="17.417999" + y="9.9530001" + id="rect474" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="17.448,10.666 18.02,10.666 18.02,10.796 17.478,10.796 17.448,10.666 " + id="polygon476" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="17.448,10.666 18.02,10.666 18.02,10.796 17.478,10.796 17.448,10.666 " + id="polygon478" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="18.02,10.666 18.259,10.666 18.229,10.796 18.02,10.796 18.02,10.666 " + id="polygon480" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.02,10.666 18.259,10.666 18.229,10.796 18.02,10.796 18.02,10.666 " + id="polygon482" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.052000001" + height="0.052000001" + x="18.059" + y="10.705" + id="rect484" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.052000001" + height="0.052000001" + x="18.059" + y="10.705" + id="rect486" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="17.742,10.796 17.964,10.796 17.964,10.861 18.076,10.861 18.076,10.926 17.631,10.926 17.631,10.861 17.742,10.861 17.742,10.796 " + id="polygon488" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="17.742,10.796 17.964,10.796 17.964,10.861 18.076,10.861 18.076,10.926 17.631,10.926 17.631,10.861 17.742,10.861 17.742,10.796 " + id="polygon490" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="1.112" + height="0.83399999" + x="20.398001" + y="9.9320002" + id="rect492" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.112" + height="0.83399999" + x="20.398001" + y="9.9320002" + id="rect494" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.87099999" + height="0.574" + x="20.518" + y="10.053" + id="rect496" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="20.548,10.766 21.12,10.766 21.12,10.896 20.578,10.896 20.548,10.766 " + id="polygon498" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="20.548,10.766 21.12,10.766 21.12,10.896 20.578,10.896 20.548,10.766 " + id="polygon500" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="21.12,10.766 21.359,10.766 21.329,10.896 21.12,10.896 21.12,10.766 " + id="polygon502" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="21.12,10.766 21.359,10.766 21.329,10.896 21.12,10.896 21.12,10.766 " + id="polygon504" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.052000001" + height="0.052000001" + x="21.159" + y="10.805" + id="rect506" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.052000001" + height="0.052000001" + x="21.159" + y="10.805" + id="rect508" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="20.842,10.896 21.064,10.896 21.064,10.961 21.176,10.961 21.176,11.026 20.731,11.026 20.731,10.961 20.842,10.961 20.842,10.896 " + id="polygon510" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="20.842,10.896 21.064,10.896 21.064,10.961 21.176,10.961 21.176,11.026 20.731,11.026 20.731,10.961 20.842,10.961 20.842,10.896 " + id="polygon512" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="1" + height="1" + x="3.473" + y="13.307" + id="rect514" + style="fill:#9f9f9f;stroke:none;stroke-width:0" /> + <rect + width="1" + height="1" + x="3.473" + y="13.307" + id="rect516" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1" + height="1" + x="3.473" + y="13.307" + id="rect518" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 4.034,13.469 C 4.034,13.969 4.134,13.869 3.634,13.869" + id="path520" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M 4.034,13.469 C 4.034,13.969 4.134,13.869 3.634,13.869" + id="path522" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="4.083,13.547 4.033,13.447 3.982,13.547 4.083,13.547 " + id="polygon524" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="4.083,13.547 4.033,13.447 3.982,13.547 4.083,13.547 " + id="polygon526" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="3.713,13.817 3.613,13.867 3.713,13.917 3.713,13.817 " + id="polygon528" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="3.713,13.817 3.613,13.867 3.713,13.917 3.713,13.817 " + id="polygon530" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 4.331,13.751 C 3.831,13.751 3.931,13.651 3.931,14.151" + id="path532" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M 4.331,13.751 C 3.831,13.751 3.931,13.651 3.931,14.151" + id="path534" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="4.242,13.797 4.343,13.747 4.242,13.697 4.242,13.797 " + id="polygon536" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="4.242,13.797 4.343,13.747 4.242,13.697 4.242,13.797 " + id="polygon538" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="3.873,14.067 3.923,14.167 3.973,14.067 3.873,14.067 " + id="polygon540" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="3.873,14.067 3.923,14.167 3.973,14.067 3.873,14.067 " + id="polygon542" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="12.025,11.600 12.025,12.422 3.973,12.422 3.973,13.307 " + id="polyline544" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="12.625,11.650 12.625,12.422 18.872,12.422 18.872,13.332 " + id="polyline546" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="11.971" + y="4.928" + id="text548" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">apps</text> + <text + x="11.969" + y="6.79" + id="text550" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">data</text> + <text + x="5.848" + y="8.9899998" + id="text552" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">firewall</text> + <text + x="10.47" + y="11.315" + id="text554" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">router</text> + <text + x="16.370001" + y="6.3779998" + id="text556" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Network: 172.16.0.0/22</text> + <text + x="15.487" + y="3.3280001" + id="text558" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Domain: MEGANET</text> + <text + x="8.2959995" + y="2.983" + id="text560" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">PDC Server:</text> + <text + x="8.5109997" + y="3.5829999" + id="text562" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">MASSIVE</text> + <text + x="7.4990001" + y="7.092" + id="text564" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">eth0</text> + <text + x="10.822" + y="8.5419998" + id="text566" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">eth1</text> + <rect + width="1" + height="1" + x="18.372" + y="13.332" + id="rect568" + style="fill:#9f9f9f;stroke:none;stroke-width:0" /> + <rect + width="1" + height="1" + x="18.372" + y="13.332" + id="rect570" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1" + height="1" + x="18.372" + y="13.332" + id="rect572" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 18.934,13.494 C 18.934,13.994 19.034,13.894 18.534,13.894" + id="path574" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M 18.934,13.494 C 18.934,13.994 19.034,13.894 18.534,13.894" + id="path576" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="18.982,13.572 18.932,13.473 18.883,13.572 18.982,13.572 " + id="polygon578" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="18.982,13.572 18.932,13.473 18.883,13.572 18.982,13.572 " + id="polygon580" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="18.612,13.842 18.512,13.893 18.612,13.942 18.612,13.842 " + id="polygon582" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="18.612,13.842 18.512,13.893 18.612,13.942 18.612,13.842 " + id="polygon584" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 19.231,13.776 C 18.731,13.776 18.831,13.676 18.831,14.176" + id="path586" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M 19.231,13.776 C 18.731,13.776 18.831,13.676 18.831,14.176" + id="path588" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="19.142,13.822 19.242,13.772 19.142,13.723 19.142,13.822 " + id="polygon590" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="19.142,13.822 19.242,13.772 19.142,13.723 19.142,13.822 " + id="polygon592" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="18.772,14.092 18.822,14.192 18.872,14.092 18.772,14.092 " + id="polygon594" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="18.772,14.092 18.822,14.192 18.872,14.092 18.772,14.092 " + id="polygon596" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="13.275" + y1="15.225" + x2="20.950001" + y2="15.225" + stroke="#000000" + stroke-width="0.100" + id="line598" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="15.093" + y1="15.225" + x2="15.093" + y2="16.225" + stroke="#000000" + stroke-width="0.100" + id="line600" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="13.325" + y1="15.225" + x2="13.325" + y2="16.225" + stroke="#000000" + stroke-width="0.100" + id="line602" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="16.979" + y1="15.225" + x2="16.979" + y2="16.225" + stroke="#000000" + stroke-width="0.100" + id="line604" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="18.872" + y1="15.225" + x2="18.872" + y2="14.332" + stroke="#000000" + stroke-width="0.100" + id="line606" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="18.864" + y1="15.225" + x2="18.864" + y2="16.225" + stroke="#000000" + stroke-width="0.100" + id="line608" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="20.9" + y1="15.225" + x2="20.9" + y2="16.200001" + stroke="#000000" + stroke-width="0.100" + id="line610" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="1.5" + height="3" + x="20.15" + y="16.200001" + id="rect612" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.5" + height="3" + x="20.15" + y="16.200001" + id="rect614" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.5" + height="3" + x="20.15" + y="16.200001" + id="rect616" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.2" + height="1.2" + x="20.299999" + y="16.35" + id="rect618" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.2" + height="1.2" + x="20.299999" + y="16.35" + id="rect620" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.2" + height="1.2" + x="20.299999" + y="16.35" + id="rect622" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="21.5" + y1="16.65" + x2="20.299999" + y2="16.65" + stroke="#000000" + stroke-width="0.010" + id="line624" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.299999" + y1="16.950001" + x2="21.5" + y2="16.950001" + stroke="#000000" + stroke-width="0.010" + id="line626" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.5" + y1="17.174999" + x2="20.299999" + y2="17.174999" + stroke="#000000" + stroke-width="0.010" + id="line628" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.82499999" + height="0.44999999" + x="20.299999" + y="17.700001" + id="rect630" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.82499999" + height="0.44999999" + x="20.299999" + y="17.700001" + id="rect632" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.82499999" + height="0.44999999" + x="20.299999" + y="17.700001" + id="rect634" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.15" + y1="18.225" + x2="21.65" + y2="18.225" + stroke="#000000" + stroke-width="0.010" + id="line636" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.075000003" + height="0.075000003" + x="20.825001" + y="18.375" + id="rect638" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.075000003" + height="0.075000003" + x="20.825001" + y="18.375" + id="rect640" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.075000003" + height="0.075000003" + x="20.825001" + y="18.375" + id="rect642" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.075000003" + height="0.075000003" + x="21.125" + y="18.375" + id="rect644" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.075000003" + height="0.075000003" + x="21.125" + y="18.375" + id="rect646" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.075000003" + height="0.075000003" + x="21.125" + y="18.375" + id="rect648" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.075000003" + height="0.075000003" + x="21.424999" + y="18.375" + id="rect650" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.075000003" + height="0.075000003" + x="21.424999" + y="18.375" + id="rect652" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.075000003" + height="0.075000003" + x="21.424999" + y="18.375" + id="rect654" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.15000001" + height="0.075000003" + x="21.35" + y="17.924999" + id="rect656" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.15000001" + height="0.075000003" + x="21.35" + y="17.924999" + id="rect658" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.15000001" + height="0.075000003" + x="21.35" + y="17.924999" + id="rect660" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.299999" + y1="17.924999" + x2="21.125" + y2="17.924999" + stroke="#000000" + stroke-width="0.010" + id="line662" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.22499999" + height="0.22499999" + x="20.299999" + y="18.299999" + id="rect664" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.22499999" + height="0.22499999" + x="20.299999" + y="18.299999" + id="rect666" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.22499999" + height="0.22499999" + x="20.299999" + y="18.299999" + id="rect668" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.05" + height="0.075000003" + x="20.375" + y="17.25" + id="rect670" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="1.05" + height="0.075000003" + x="20.375" + y="17.25" + id="rect672" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.05" + height="0.075000003" + x="20.375" + y="17.25" + id="rect674" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.375" + y1="17.775" + x2="21.049999" + y2="17.775" + stroke="#000000" + stroke-width="0.010" + id="line676" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.049999" + y1="17.85" + x2="20.975" + y2="17.85" + stroke="#000000" + stroke-width="0.010" + id="line678" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.375" + y1="17.85" + x2="20.450001" + y2="17.85" + stroke="#000000" + stroke-width="0.010" + id="line680" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.375" + height="0.075000003" + x="20.525" + y="17.775" + id="rect682" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.375" + height="0.075000003" + x="20.525" + y="17.775" + id="rect684" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.375" + height="0.075000003" + x="20.525" + y="17.775" + id="rect686" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.375" + y1="17.4" + x2="20.450001" + y2="17.4" + stroke="#000000" + stroke-width="0.010" + id="line688" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.525" + y1="17.4" + x2="20.6" + y2="17.4" + stroke="#000000" + stroke-width="0.010" + id="line690" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.275" + y1="17.4" + x2="21.424999" + y2="17.4" + stroke="#000000" + stroke-width="0.010" + id="line692" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.575001" + y1="19.125" + x2="20.225" + y2="19.125" + stroke="#000000" + stroke-width="0.010" + id="line694" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.225" + y1="19.049999" + x2="21.575001" + y2="19.049999" + stroke="#000000" + stroke-width="0.010" + id="line696" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.575001" + y1="18.975" + x2="20.225" + y2="18.975" + stroke="#000000" + stroke-width="0.010" + id="line698" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.225" + y1="18.9" + x2="21.575001" + y2="18.9" + stroke="#000000" + stroke-width="0.010" + id="line700" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.575001" + y1="18.825001" + x2="20.225" + y2="18.825001" + stroke="#000000" + stroke-width="0.010" + id="line702" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.225" + y1="18.75" + x2="21.575001" + y2="18.75" + stroke="#000000" + stroke-width="0.010" + id="line704" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.575001" + y1="18.674999" + x2="20.225" + y2="18.674999" + stroke="#000000" + stroke-width="0.010" + id="line706" + style="stroke:#000000;stroke-width:0.01" /> + <polygon + points="18.371,16.685 18.313,16.709 18.137,17.147 18.137,17.366 18.225,17.439 19.51,17.439 19.598,17.366 19.598,17.147 19.422,16.709 19.364,16.685 18.371,16.685 " + id="polygon708" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="18.371,16.685 18.313,16.709 18.137,17.147 18.137,17.366 18.225,17.439 19.51,17.439 19.598,17.366 19.598,17.147 19.422,16.709 19.364,16.685 18.371,16.685 " + id="polygon710" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 18.167,17.074 L 18.225,17.099 L 19.51,17.099 L 19.568,17.074" + id="path712" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 19.51,17.099 L 19.598,17.147" + id="path714" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 18.137,17.147 L 18.225,17.099" + id="path716" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="18.546,16.223 18.517,16.807 19.218,16.807 19.189,16.223 18.546,16.223 " + id="polygon718" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="18.546,16.223 18.517,16.807 19.218,16.807 19.189,16.223 18.546,16.223 " + id="polygon720" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="18.429,16.807 18.371,16.977 19.364,16.977 19.306,16.807 18.429,16.807 " + id="polygon722" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="18.429,16.807 18.371,16.977 19.364,16.977 19.306,16.807 18.429,16.807 " + id="polygon724" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="18.429001" + cy="17.184" + rx="0.015" + ry="0.015" + id="ellipse726" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="18.429001" + cy="17.184" + rx="0.015" + ry="0.015" + id="ellipse728" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="18.575001" + cy="17.184" + rx="0.015" + ry="0.015" + id="ellipse730" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="18.575001" + cy="17.184" + rx="0.015" + ry="0.015" + id="ellipse732" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="18.721001" + cy="17.184" + rx="0.015" + ry="0.015" + id="ellipse734" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="18.721001" + cy="17.184" + rx="0.015" + ry="0.015" + id="ellipse736" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="18.429001" + cy="17.245001" + rx="0.015" + ry="0.015" + id="ellipse738" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="18.429001" + cy="17.245001" + rx="0.015" + ry="0.015" + id="ellipse740" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="18.575001" + cy="17.245001" + rx="0.015" + ry="0.015" + id="ellipse742" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="18.575001" + cy="17.245001" + rx="0.015" + ry="0.015" + id="ellipse744" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="18.721001" + cy="17.245001" + rx="0.015" + ry="0.015" + id="ellipse746" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="18.721001" + cy="17.245001" + rx="0.015" + ry="0.015" + id="ellipse748" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="18.429001" + cy="17.305" + rx="0.015" + ry="0.015" + id="ellipse750" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="18.429001" + cy="17.305" + rx="0.015" + ry="0.015" + id="ellipse752" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="18.575001" + cy="17.305" + rx="0.015" + ry="0.015" + id="ellipse754" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="18.575001" + cy="17.305" + rx="0.015" + ry="0.015" + id="ellipse756" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="18.721001" + cy="17.305" + rx="0.015" + ry="0.015" + id="ellipse758" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="18.721001" + cy="17.305" + rx="0.015" + ry="0.015" + id="ellipse760" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="18.429001" + cy="17.365999" + rx="0.015" + ry="0.015" + id="ellipse762" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="18.429001" + cy="17.365999" + rx="0.015" + ry="0.015" + id="ellipse764" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="18.575001" + cy="17.365999" + rx="0.015" + ry="0.015" + id="ellipse766" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="18.575001" + cy="17.365999" + rx="0.015" + ry="0.015" + id="ellipse768" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="18.721001" + cy="17.365999" + rx="0.015" + ry="0.015" + id="ellipse770" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="18.721001" + cy="17.365999" + rx="0.015" + ry="0.015" + id="ellipse772" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="18.867001" + cy="17.195999" + rx="0.183" + ry="0.057999998" + id="ellipse774" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="18.867001" + cy="17.195999" + rx="0.183" + ry="0.057999998" + id="ellipse776" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="19.233" + cy="17.195999" + rx="0.183" + ry="0.057999998" + id="ellipse778" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="19.233" + cy="17.195999" + rx="0.183" + ry="0.057999998" + id="ellipse780" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <rect + width="1.112" + height="0.83399999" + x="16.448" + y="16.233" + id="rect782" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.112" + height="0.83399999" + x="16.448" + y="16.233" + id="rect784" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.87099999" + height="0.574" + x="16.568001" + y="16.353001" + id="rect786" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="16.598,17.066 17.17,17.066 17.17,17.196 16.628,17.196 16.598,17.066 " + id="polygon788" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="16.598,17.066 17.17,17.066 17.17,17.196 16.628,17.196 16.598,17.066 " + id="polygon790" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="17.17,17.066 17.409,17.066 17.379,17.196 17.17,17.196 17.17,17.066 " + id="polygon792" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="17.17,17.066 17.409,17.066 17.379,17.196 17.17,17.196 17.17,17.066 " + id="polygon794" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.052000001" + height="0.052000001" + x="17.209" + y="17.105" + id="rect796" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.052000001" + height="0.052000001" + x="17.209" + y="17.105" + id="rect798" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="16.892,17.196 17.114,17.196 17.114,17.261 17.226,17.261 17.226,17.326 16.781,17.326 16.781,17.261 16.892,17.261 16.892,17.196 " + id="polygon800" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="16.892,17.196 17.114,17.196 17.114,17.261 17.226,17.261 17.226,17.326 16.781,17.326 16.781,17.261 16.892,17.261 16.892,17.196 " + id="polygon802" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="1.112" + height="0.83399999" + x="14.573" + y="16.207001" + id="rect804" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.112" + height="0.83399999" + x="14.573" + y="16.207001" + id="rect806" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.87099999" + height="0.574" + x="14.693" + y="16.327999" + id="rect808" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="14.723,17.041 15.295,17.041 15.295,17.171 14.753,17.171 14.723,17.041 " + id="polygon810" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="14.723,17.041 15.295,17.041 15.295,17.171 14.753,17.171 14.723,17.041 " + id="polygon812" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="15.295,17.041 15.534,17.041 15.504,17.171 15.295,17.171 15.295,17.041 " + id="polygon814" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="15.295,17.041 15.534,17.041 15.504,17.171 15.295,17.171 15.295,17.041 " + id="polygon816" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.052000001" + height="0.052000001" + x="15.334" + y="17.08" + id="rect818" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.052000001" + height="0.052000001" + x="15.334" + y="17.08" + id="rect820" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="15.017,17.171 15.239,17.171 15.239,17.236 15.351,17.236 15.351,17.301 14.906,17.301 14.906,17.236 15.017,17.236 15.017,17.171 " + id="polygon822" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="15.017,17.171 15.239,17.171 15.239,17.236 15.351,17.236 15.351,17.301 14.906,17.301 14.906,17.236 15.017,17.236 15.017,17.171 " + id="polygon824" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="1.112" + height="0.83399999" + x="12.798" + y="16.233" + id="rect826" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.112" + height="0.83399999" + x="12.798" + y="16.233" + id="rect828" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.87099999" + height="0.574" + x="12.918" + y="16.353001" + id="rect830" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="12.948,17.066 13.52,17.066 13.52,17.196 12.978,17.196 12.948,17.066 " + id="polygon832" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="12.948,17.066 13.52,17.066 13.52,17.196 12.978,17.196 12.948,17.066 " + id="polygon834" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="13.52,17.066 13.759,17.066 13.729,17.196 13.52,17.196 13.52,17.066 " + id="polygon836" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="13.52,17.066 13.759,17.066 13.729,17.196 13.52,17.196 13.52,17.066 " + id="polygon838" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.052000001" + height="0.052000001" + x="13.559" + y="17.105" + id="rect840" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.052000001" + height="0.052000001" + x="13.559" + y="17.105" + id="rect842" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="13.242,17.196 13.464,17.196 13.464,17.261 13.576,17.261 13.576,17.326 13.131,17.326 13.131,17.261 13.242,17.261 13.242,17.196 " + id="polygon844" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="13.242,17.196 13.464,17.196 13.464,17.261 13.576,17.261 13.576,17.326 13.131,17.326 13.131,17.261 13.242,17.261 13.242,17.196 " + id="polygon846" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="1.531" + height="1.351" + x="22.747" + y="16.533001" + id="rect848" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="23.513" + cy="17.884001" + rx="0.76599997" + ry="0.22499999" + id="ellipse850" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="23.513" + cy="16.533001" + rx="0.76599997" + ry="0.22499999" + id="ellipse852" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="23.513" + cy="16.533001" + rx="0.76599997" + ry="0.22499999" + id="ellipse854" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 24.279,16.533 L 24.279,17.884 C 24.279,18.008 23.936,18.109 23.513,18.109 C 23.09,18.109 22.747,18.008 22.747,17.884 L 22.747,16.533" + id="path856" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="21.598" + y1="16.933001" + x2="22.773001" + y2="16.933001" + stroke="#000000" + stroke-width="0.100" + id="line858" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="23.191" + y="17.372" + id="text860" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">apps</text> + <text + x="19.969999" + y="13.565" + id="text862" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">router</text> + <text + x="14.375" + y="14.915" + id="text864" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Network: 172.16.8.0/22</text> + <text + x="20.979" + y="14.872" + id="text866" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Member Server:</text> + <text + x="21.68" + y="15.472" + id="text868" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">BLDG2</text> + <line + x1="3.924" + y1="15.258" + x2="11.127" + y2="15.25" + stroke="#000000" + stroke-width="0.100" + id="line870" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="3.974" + y1="15.257" + x2="3.9749999" + y2="16.25" + stroke="#000000" + stroke-width="0.100" + id="line872" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="3.974" + y1="15.257" + x2="3.973" + y2="13.982" + stroke="#000000" + stroke-width="0.100" + id="line874" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="6.5970001" + y1="15.255" + x2="6.598" + y2="16.221001" + stroke="#000000" + stroke-width="0.100" + id="line876" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="8.1079998" + y1="15.253" + x2="8.1079998" + y2="15.268" + stroke="#000000" + stroke-width="0.100" + id="line878" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="8.7959995" + y1="15.253" + x2="8.7980003" + y2="16.292999" + stroke="#000000" + stroke-width="0.100" + id="line880" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="11.077" + y1="15.25" + x2="11.079" + y2="16.25" + stroke="#000000" + stroke-width="0.100" + id="line882" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="1.6670001" + height="2.5" + x="3.142" + y="16.25" + id="rect884" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.6670001" + height="2.5" + x="3.142" + y="16.25" + id="rect886" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.6670001" + height="2.5" + x="3.142" + y="16.25" + id="rect888" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.3329999" + height="1" + x="3.2249999" + y="16.333" + id="rect890" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.3329999" + height="1" + x="3.2249999" + y="16.333" + id="rect892" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.3329999" + height="1" + x="3.2249999" + y="16.333" + id="rect894" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="3.2249999" + y1="16.667" + x2="4.5580001" + y2="16.667" + stroke="#000000" + stroke-width="0.010" + id="line896" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.5580001" + y1="17" + x2="3.2249999" + y2="17" + stroke="#000000" + stroke-width="0.010" + id="line898" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.917" + height="0.5" + x="3.392" + y="17.417" + id="rect900" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.917" + height="0.5" + x="3.392" + y="17.417" + id="rect902" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.917" + height="0.5" + x="3.392" + y="17.417" + id="rect904" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="3.142" + y1="18.167" + x2="4.8080001" + y2="18.167" + stroke="#000000" + stroke-width="0.010" + id="line906" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.082999997" + height="0.082999997" + x="4.3080001" + y="18" + id="rect908" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.082999997" + height="0.082999997" + x="4.3080001" + y="18" + id="rect910" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.082999997" + height="0.082999997" + x="4.3080001" + y="18" + id="rect912" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.082999997" + height="0.082999997" + x="4.4749999" + y="18" + id="rect914" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.082999997" + height="0.082999997" + x="4.4749999" + y="18" + id="rect916" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.082999997" + height="0.082999997" + x="4.4749999" + y="18" + id="rect918" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.082999997" + height="0.082999997" + x="4.6420002" + y="18" + id="rect920" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.082999997" + height="0.082999997" + x="4.6420002" + y="18" + id="rect922" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.082999997" + height="0.082999997" + x="4.6420002" + y="18" + id="rect924" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.167" + height="0.167" + x="4.5580001" + y="17.75" + id="rect926" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.167" + height="0.167" + x="4.5580001" + y="17.75" + id="rect928" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.167" + height="0.167" + x="4.5580001" + y="17.75" + id="rect930" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="3.392" + y1="17.667" + x2="4.3080001" + y2="17.667" + stroke="#000000" + stroke-width="0.010" + id="line932" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.25" + height="0.25" + x="4.4749999" + y="17.417" + id="rect934" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.25" + height="0.25" + x="4.4749999" + y="17.417" + id="rect936" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.25" + height="0.25" + x="4.4749999" + y="17.417" + id="rect938" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.1670001" + height="0.082999997" + x="3.3080001" + y="17.083" + id="rect940" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="1.1670001" + height="0.082999997" + x="3.3080001" + y="17.083" + id="rect942" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.1670001" + height="0.082999997" + x="3.3080001" + y="17.083" + id="rect944" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="3.4749999" + y1="17.5" + x2="4.2249999" + y2="17.5" + stroke="#000000" + stroke-width="0.010" + id="line946" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.417" + height="0.082999997" + x="3.642" + y="17.5" + id="rect948" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.417" + height="0.082999997" + x="3.642" + y="17.5" + id="rect950" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.417" + height="0.082999997" + x="3.642" + y="17.5" + id="rect952" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="4.3080001" + y1="17.25" + x2="4.4749999" + y2="17.25" + stroke="#000000" + stroke-width="0.010" + id="line954" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.2249999" + y1="18.25" + x2="4.7249999" + y2="18.25" + stroke="#000000" + stroke-width="0.010" + id="line956" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.7249999" + y1="18.333" + x2="3.2249999" + y2="18.333" + stroke="#000000" + stroke-width="0.010" + id="line958" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.2249999" + y1="18.417" + x2="4.7249999" + y2="18.417" + stroke="#000000" + stroke-width="0.010" + id="line960" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.7249999" + y1="18.667" + x2="3.2249999" + y2="18.667" + stroke="#000000" + stroke-width="0.010" + id="line962" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.2249999" + y1="18.583" + x2="4.7249999" + y2="18.583" + stroke="#000000" + stroke-width="0.010" + id="line964" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.7249999" + y1="18.5" + x2="3.2249999" + y2="18.5" + stroke="#000000" + stroke-width="0.010" + id="line966" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.3080001" + y1="17.25" + x2="3.392" + y2="17.25" + stroke="#000000" + stroke-width="0.010" + id="line968" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.4749999" + y1="17.25" + x2="3.5580001" + y2="17.25" + stroke="#000000" + stroke-width="0.010" + id="line970" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.4749999" + y1="17.583" + x2="3.5580001" + y2="17.583" + stroke="#000000" + stroke-width="0.010" + id="line972" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.1420002" + y1="17.583" + x2="4.2249999" + y2="17.583" + stroke="#000000" + stroke-width="0.010" + id="line974" + style="stroke:#000000;stroke-width:0.01" /> + <polygon + points="6.121,16.635 6.063,16.659 5.887,17.097 5.887,17.316 5.975,17.389 7.26,17.389 7.348,17.316 7.348,17.097 7.172,16.659 7.114,16.635 6.121,16.635 " + id="polygon976" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="6.121,16.635 6.063,16.659 5.887,17.097 5.887,17.316 5.975,17.389 7.26,17.389 7.348,17.316 7.348,17.097 7.172,16.659 7.114,16.635 6.121,16.635 " + id="polygon978" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 5.917,17.024 L 5.975,17.049 L 7.26,17.049 L 7.318,17.024" + id="path980" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 7.26,17.049 L 7.348,17.097" + id="path982" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 5.887,17.097 L 5.975,17.049" + id="path984" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="6.296,16.172 6.267,16.757 6.968,16.757 6.939,16.172 6.296,16.172 " + id="polygon986" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="6.296,16.172 6.267,16.757 6.968,16.757 6.939,16.172 6.296,16.172 " + id="polygon988" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="6.179,16.757 6.121,16.927 7.114,16.927 7.056,16.757 6.179,16.757 " + id="polygon990" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="6.179,16.757 6.121,16.927 7.114,16.927 7.056,16.757 6.179,16.757 " + id="polygon992" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="6.1789999" + cy="17.134001" + rx="0.015" + ry="0.015" + id="ellipse994" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.1789999" + cy="17.134001" + rx="0.015" + ry="0.015" + id="ellipse996" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.3249998" + cy="17.134001" + rx="0.015" + ry="0.015" + id="ellipse998" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.3249998" + cy="17.134001" + rx="0.015" + ry="0.015" + id="ellipse1000" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.4710002" + cy="17.134001" + rx="0.015" + ry="0.015" + id="ellipse1002" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.4710002" + cy="17.134001" + rx="0.015" + ry="0.015" + id="ellipse1004" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.1789999" + cy="17.195" + rx="0.015" + ry="0.015" + id="ellipse1006" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.1789999" + cy="17.195" + rx="0.015" + ry="0.015" + id="ellipse1008" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.3249998" + cy="17.195" + rx="0.015" + ry="0.015" + id="ellipse1010" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.3249998" + cy="17.195" + rx="0.015" + ry="0.015" + id="ellipse1012" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.4710002" + cy="17.195" + rx="0.015" + ry="0.015" + id="ellipse1014" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.4710002" + cy="17.195" + rx="0.015" + ry="0.015" + id="ellipse1016" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.1789999" + cy="17.254999" + rx="0.015" + ry="0.015" + id="ellipse1018" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.1789999" + cy="17.254999" + rx="0.015" + ry="0.015" + id="ellipse1020" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.3249998" + cy="17.254999" + rx="0.015" + ry="0.015" + id="ellipse1022" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.3249998" + cy="17.254999" + rx="0.015" + ry="0.015" + id="ellipse1024" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.4710002" + cy="17.254999" + rx="0.015" + ry="0.015" + id="ellipse1026" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.4710002" + cy="17.254999" + rx="0.015" + ry="0.015" + id="ellipse1028" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.1789999" + cy="17.316" + rx="0.015" + ry="0.015" + id="ellipse1030" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.1789999" + cy="17.316" + rx="0.015" + ry="0.015" + id="ellipse1032" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.3249998" + cy="17.316" + rx="0.015" + ry="0.015" + id="ellipse1034" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.3249998" + cy="17.316" + rx="0.015" + ry="0.015" + id="ellipse1036" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.4710002" + cy="17.316" + rx="0.015" + ry="0.015" + id="ellipse1038" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.4710002" + cy="17.316" + rx="0.015" + ry="0.015" + id="ellipse1040" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.6170001" + cy="17.146" + rx="0.183" + ry="0.057999998" + id="ellipse1042" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="6.6170001" + cy="17.146" + rx="0.183" + ry="0.057999998" + id="ellipse1044" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.9829998" + cy="17.146" + rx="0.183" + ry="0.057999998" + id="ellipse1046" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="6.9829998" + cy="17.146" + rx="0.183" + ry="0.057999998" + id="ellipse1048" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <rect + width="1.112" + height="0.83399999" + x="10.473" + y="16.257999" + id="rect1050" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.112" + height="0.83399999" + x="10.473" + y="16.257999" + id="rect1052" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.87099999" + height="0.574" + x="10.593" + y="16.378" + id="rect1054" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="10.623,17.091 11.195,17.091 11.195,17.221 10.653,17.221 10.623,17.091 " + id="polygon1056" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="10.623,17.091 11.195,17.091 11.195,17.221 10.653,17.221 10.623,17.091 " + id="polygon1058" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="11.195,17.091 11.434,17.091 11.404,17.221 11.195,17.221 11.195,17.091 " + id="polygon1060" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="11.195,17.091 11.434,17.091 11.404,17.221 11.195,17.221 11.195,17.091 " + id="polygon1062" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.052000001" + height="0.052000001" + x="11.234" + y="17.129999" + id="rect1064" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.052000001" + height="0.052000001" + x="11.234" + y="17.129999" + id="rect1066" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="10.917,17.221 11.139,17.221 11.139,17.286 11.251,17.286 11.251,17.351 10.806,17.351 10.806,17.286 10.917,17.286 10.917,17.221 " + id="polygon1068" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="10.917,17.221 11.139,17.221 11.139,17.286 11.251,17.286 11.251,17.351 10.806,17.351 10.806,17.286 10.917,17.286 10.917,17.221 " + id="polygon1070" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="1.112" + height="0.83399999" + x="8.2729998" + y="16.282" + id="rect1072" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.112" + height="0.83399999" + x="8.2729998" + y="16.282" + id="rect1074" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.87099999" + height="0.574" + x="8.3929996" + y="16.403" + id="rect1076" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="8.423,17.116 8.995,17.116 8.995,17.246 8.453,17.246 8.423,17.116 " + id="polygon1078" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.423,17.116 8.995,17.116 8.995,17.246 8.453,17.246 8.423,17.116 " + id="polygon1080" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="8.995,17.116 9.234,17.116 9.204,17.246 8.995,17.246 8.995,17.116 " + id="polygon1082" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.995,17.116 9.234,17.116 9.204,17.246 8.995,17.246 8.995,17.116 " + id="polygon1084" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.052000001" + height="0.052000001" + x="9.0340004" + y="17.155001" + id="rect1086" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.052000001" + height="0.052000001" + x="9.0340004" + y="17.155001" + id="rect1088" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="8.717,17.246 8.939,17.246 8.939,17.311 9.051,17.311 9.051,17.376 8.606,17.376 8.606,17.311 8.717,17.311 8.717,17.246 " + id="polygon1090" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.717,17.246 8.939,17.246 8.939,17.311 9.051,17.311 9.051,17.376 8.606,17.376 8.606,17.311 8.717,17.311 8.717,17.246 " + id="polygon1092" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="1.53" + height="1.35" + x="0.51999998" + y="16.433001" + id="rect1094" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="1.285" + cy="17.783001" + rx="0.76499999" + ry="0.22499999" + id="ellipse1096" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="1.285" + cy="16.433001" + rx="0.76499999" + ry="0.22499999" + id="ellipse1098" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="1.285" + cy="16.433001" + rx="0.76499999" + ry="0.22499999" + id="ellipse1100" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 2.051,16.433 L 2.051,17.783 C 2.051,17.907 1.708,18.008 1.285,18.008 C 0.863,18.008 0.52,17.907 0.52,17.783 L 0.52,16.433" + id="path1102" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="1.998" + y1="16.832001" + x2="3.1719999" + y2="16.832001" + stroke="#000000" + stroke-width="0.100" + id="line1104" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="0.97399998" + y="17.322001" + id="text1106" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">apps</text> + <text + x="2.102" + y="13.872" + id="text1108" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">router</text> + <text + x="6.6999998" + y="14.915" + id="text1110" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Network: 172.16.4.0/22</text> + <text + x="0.42899999" + y="15.372" + id="text1112" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Member Server:</text> + <text + x="1.13" + y="15.972" + id="text1114" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">BLDG1</text> + <text + x="9.4289999" + y="20.072001" + id="text1116" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">50 Users</text> + <text + x="22.027" + y="20.183001" + id="text1118" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">150 Users</text> + <text + x="18.612" + y="11.758" + id="text1120" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">300 Users</text> + <text + x="0.22499999" + y="20.048" + id="text1122" + style="font-size:0.69999999px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Accounting</text> + <text + x="14.062" + y="20.108" + id="text1124" + style="font-size:0.69999999px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Financial Services</text> + <text + x="15.152" + y="4.408" + id="text1126" + style="font-size:0.69999999px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Property Insurance Group</text> +</svg> diff --git a/docs/Samba3-ByExample/images/chap6-net.dia b/docs/Samba3-ByExample/images/chap6-net.dia Binary files differdeleted file mode 100644 index aa079a4291..0000000000 --- a/docs/Samba3-ByExample/images/chap6-net.dia +++ /dev/null diff --git a/docs/Samba3-ByExample/images/chap6-net.svg b/docs/Samba3-ByExample/images/chap6-net.svg new file mode 100644 index 0000000000..6cabfad842 --- /dev/null +++ b/docs/Samba3-ByExample/images/chap6-net.svg @@ -0,0 +1,3714 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="25.25cm" + height="17.834999cm" + viewBox="-0.157 2.112 25.093 19.947" + id="svg2"> + <defs + id="defs1143" /> + <rect + width="16.360001" + height="9.5100002" + x="5.6950002" + y="2.1370001" + id="rect4" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 5.695,2.137 C 5.5293146,2.137 5.395,2.2713146 5.395,2.437" + id="path6" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 22.355,2.437 C 22.355,2.2713146 22.220685,2.137 22.055,2.137" + id="path8" + style="fill:#ebebeb;stroke:none" /> + <rect + width="16.959999" + height="8.9099998" + x="5.395" + y="2.437" + id="rect10" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 5.395,11.347 C 5.395,11.512685 5.5293146,11.647 5.695,11.647" + id="path12" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 22.055,11.647 C 22.220685,11.647 22.355,11.512685 22.355,11.347" + id="path14" + style="fill:#ebebeb;stroke:none" /> + <line + x1="5.6950002" + y1="2.1370001" + x2="22.055" + y2="2.1370001" + stroke="#000000" + stroke-width="0.050" + id="line16" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="5.6950002" + y1="11.647" + x2="22.055" + y2="11.647" + stroke="#000000" + stroke-width="0.050" + id="line18" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 5.695,2.137 C 5.5293146,2.137 5.395,2.2713146 5.395,2.437" + id="path20" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 22.355,2.437 C 22.355,2.2713146 22.220685,2.137 22.055,2.137" + id="path22" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="5.395" + y1="2.437" + x2="5.395" + y2="11.347" + stroke="#000000" + stroke-width="0.050" + id="line24" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="22.355" + y1="2.437" + x2="22.355" + y2="11.347" + stroke="#000000" + stroke-width="0.050" + id="line26" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 5.395,11.347 C 5.395,11.512685 5.5293146,11.647 5.695,11.647" + id="path28" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 22.055,11.647 C 22.220685,11.647 22.355,11.512685 22.355,11.347" + id="path30" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="11.6" + height="7.875" + x="13.168" + y="12.047" + id="rect32" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 13.168,12.047 C 13.002315,12.047 12.868,12.181315 12.868,12.347" + id="path34" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 25.068,12.347 C 25.068,12.181315 24.933685,12.047 24.768,12.047" + id="path36" + style="fill:#ebebeb;stroke:none" /> + <rect + width="12.2" + height="7.2750001" + x="12.868" + y="12.347" + id="rect38" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 12.868,19.622 C 12.868,19.787685 13.002315,19.922 13.168,19.922" + id="path40" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 24.768,19.922 C 24.933685,19.922 25.068,19.787685 25.068,19.622" + id="path42" + style="fill:#ebebeb;stroke:none" /> + <line + x1="13.168" + y1="12.047" + x2="24.768" + y2="12.047" + stroke="#000000" + stroke-width="0.050" + id="line44" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="13.168" + y1="19.922001" + x2="24.768" + y2="19.922001" + stroke="#000000" + stroke-width="0.050" + id="line46" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 13.168,12.047 C 13.002315,12.047 12.868,12.181315 12.868,12.347" + id="path48" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 25.068,12.347 C 25.068,12.181315 24.933685,12.047 24.768,12.047" + id="path50" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="12.868" + y1="12.347" + x2="12.868" + y2="19.622" + stroke="#000000" + stroke-width="0.050" + id="line52" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="25.068001" + y1="12.347" + x2="25.068001" + y2="19.622" + stroke="#000000" + stroke-width="0.050" + id="line54" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 12.868,19.622 C 12.868,19.787685 13.002315,19.922 13.168,19.922" + id="path56" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 24.768,19.922 C 24.933685,19.922 25.068,19.787685 25.068,19.622" + id="path58" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="11.225" + height="7.8499999" + x="0.168" + y="12.047" + id="rect60" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 0.168,12.047 C 0.0023145751,12.047 -0.132,12.181315 -0.132,12.347" + id="path62" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 11.693,12.347 C 11.693,12.181315 11.558685,12.047 11.393,12.047" + id="path64" + style="fill:#ebebeb;stroke:none" /> + <rect + width="11.825" + height="7.25" + x="-0.132" + y="12.347" + id="rect66" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M -0.132,19.597 C -0.132,19.762685 0.0023145751,19.897 0.168,19.897" + id="path68" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 11.393,19.897 C 11.558685,19.897 11.693,19.762685 11.693,19.597" + id="path70" + style="fill:#ebebeb;stroke:none" /> + <line + x1="0.168" + y1="12.047" + x2="11.393" + y2="12.047" + stroke="#000000" + stroke-width="0.050" + id="line72" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="0.168" + y1="19.896999" + x2="11.393" + y2="19.896999" + stroke="#000000" + stroke-width="0.050" + id="line74" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 0.168,12.047 C 0.0023145751,12.047 -0.132,12.181315 -0.132,12.347" + id="path76" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 11.693,12.347 C 11.693,12.181315 11.558685,12.047 11.393,12.047" + id="path78" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="-0.132" + y1="12.347" + x2="-0.132" + y2="19.597" + stroke="#000000" + stroke-width="0.050" + id="line80" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="11.693" + y1="12.347" + x2="11.693" + y2="19.597" + stroke="#000000" + stroke-width="0.050" + id="line82" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M -0.132,19.597 C -0.132,19.762685 0.0023145751,19.897 0.168,19.897" + id="path84" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 11.393,19.897 C 11.558685,19.897 11.693,19.762685 11.693,19.597" + id="path86" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 1.138,4.153 C 0.732,4.143 -0.057,4.345 0.054,4.777 C 0.165,5.209 0.695,5.305 0.917,5.18 C 1.138,5.055 0.571,5.785 1.656,5.977 C 2.741,6.169 3.295,5.861 3.135,5.641 C 2.975,5.42 4.084,6.159 4.602,5.737 C 5.119,5.314 4.072,4.911 4.293,4.969 C 4.515,5.026 5.193,4.95 4.971,4.23 C 4.749,3.51 2.753,4.067 2.975,3.961 C 3.197,3.855 2.642,3.328 1.952,3.433 C 1.262,3.539 1.213,3.73 1.139,4.153 L 1.138,4.153" + id="path88" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <path + d="M 1.138,4.153 C 0.732,4.143 -0.057,4.345 0.054,4.777 C 0.165,5.209 0.695,5.305 0.917,5.18 C 1.138,5.055 0.571,5.785 1.656,5.977 C 2.741,6.169 3.295,5.861 3.135,5.641 C 2.975,5.42 4.084,6.159 4.602,5.737 C 5.119,5.314 4.072,4.911 4.293,4.969 C 4.515,5.026 5.193,4.95 4.971,4.23 C 4.749,3.51 2.753,4.067 2.975,3.961 C 3.197,3.855 2.642,3.328 1.952,3.433 C 1.262,3.539 1.213,3.73 1.139,4.153 L 1.138,4.153" + id="path90" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="2.1010001" + y="4.848" + id="text92" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Internet</text> + <rect + width="1.054" + height="2.1070001" + x="5.7290001" + y="6.2870002" + id="rect94" + style="fill:#ff0000;stroke:none;stroke-width:0" /> + <polygon + points="5.729,6.287 6.783,6.287 6.915,6.156 5.861,6.156 5.729,6.287 " + id="polygon96" + style="fill:#ff0000;stroke:none;stroke-width:0.1" /> + <polygon + points="6.783,6.287 6.915,6.156 6.915,8.263 6.783,8.394 6.783,6.287 " + id="polygon98" + style="fill:#ff0000;stroke:none;stroke-width:0.1" /> + <line + x1="5.7290001" + y1="6.4980001" + x2="6.783" + y2="6.4980001" + stroke="#FFFFFF" + stroke-width="0.100" + id="line100" + style="stroke:#ffffff;stroke-width:0.1" /> + <line + x1="6.915" + y1="6.3660002" + x2="6.783" + y2="6.4980001" + stroke="#FFFFFF" + stroke-width="0.100" + id="line102" + style="stroke:#ffffff;stroke-width:0.1" /> + <line + x1="6.0450001" + y1="6.2870002" + x2="6.0450001" + y2="6.4980001" + stroke="#FFFFFF" + stroke-width="0.100" + id="line104" + style="stroke:#ffffff;stroke-width:0.1" /> + <line + x1="6.0450001" + y1="6.2870002" + x2="6.177" + y2="6.1560001" + stroke="#FFFFFF" + stroke-width="0.100" + id="line106" + style="stroke:#ffffff;stroke-width:0.1" /> + <line + x1="5.7290001" + y1="6.9190001" + x2="6.783" + y2="6.9190001" + stroke="#FFFFFF" + stroke-width="0.100" + id="line108" + style="stroke:#ffffff;stroke-width:0.1" /> + <line + x1="6.915" + y1="6.7880001" + x2="6.783" + y2="6.9190001" + stroke="#FFFFFF" + stroke-width="0.100" + id="line110" + style="stroke:#ffffff;stroke-width:0.1" /> + <line + x1="6.467" + y1="6.4980001" + x2="6.467" + y2="6.9190001" + stroke="#FFFFFF" + stroke-width="0.100" + id="line112" + style="stroke:#ffffff;stroke-width:0.1" /> + <line + x1="5.7290001" + y1="7.3410001" + x2="6.783" + y2="7.3410001" + stroke="#FFFFFF" + stroke-width="0.100" + id="line114" + style="stroke:#ffffff;stroke-width:0.1" /> + <line + x1="6.915" + y1="7.2090001" + x2="6.783" + y2="7.3410001" + stroke="#FFFFFF" + stroke-width="0.100" + id="line116" + style="stroke:#ffffff;stroke-width:0.1" /> + <line + x1="6.0450001" + y1="6.9190001" + x2="6.0450001" + y2="7.3410001" + stroke="#FFFFFF" + stroke-width="0.100" + id="line118" + style="stroke:#ffffff;stroke-width:0.1" /> + <line + x1="5.7290001" + y1="7.7620001" + x2="6.783" + y2="7.7620001" + stroke="#FFFFFF" + stroke-width="0.100" + id="line120" + style="stroke:#ffffff;stroke-width:0.1" /> + <line + x1="6.915" + y1="7.631" + x2="6.783" + y2="7.7620001" + stroke="#FFFFFF" + stroke-width="0.100" + id="line122" + style="stroke:#ffffff;stroke-width:0.1" /> + <line + x1="6.467" + y1="7.3410001" + x2="6.467" + y2="7.7620001" + stroke="#FFFFFF" + stroke-width="0.100" + id="line124" + style="stroke:#ffffff;stroke-width:0.1" /> + <line + x1="5.7290001" + y1="8.184" + x2="6.783" + y2="8.184" + stroke="#FFFFFF" + stroke-width="0.100" + id="line126" + style="stroke:#ffffff;stroke-width:0.1" /> + <line + x1="6.915" + y1="8.052" + x2="6.783" + y2="8.184" + stroke="#FFFFFF" + stroke-width="0.100" + id="line128" + style="stroke:#ffffff;stroke-width:0.1" /> + <line + x1="6.0450001" + y1="7.7620001" + x2="6.0450001" + y2="8.184" + stroke="#FFFFFF" + stroke-width="0.100" + id="line130" + style="stroke:#ffffff;stroke-width:0.1" /> + <line + x1="6.467" + y1="8.184" + x2="6.467" + y2="8.3940001" + stroke="#FFFFFF" + stroke-width="0.100" + id="line132" + style="stroke:#ffffff;stroke-width:0.1" /> + <line + x1="5.7290001" + y1="6.2870002" + x2="6.783" + y2="6.2870002" + stroke="#000000" + stroke-width="0.050" + id="line134" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="6.783" + y1="8.3940001" + x2="6.783" + y2="6.2870002" + stroke="#000000" + stroke-width="0.050" + id="line136" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="6.783" + y1="6.2870002" + x2="6.915" + y2="6.1560001" + stroke="#000000" + stroke-width="0.050" + id="line138" + style="stroke:#000000;stroke-width:0.05" /> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.050" + points="5.729,6.287 5.861,6.156 6.915,6.156 6.915,8.263 6.783,8.394 5.729,8.394 5.729,6.287 " + id="polyline140" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="2.0050001" + height="6.0149999" + x="8.4580002" + y="4.1360002" + id="rect142" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="2.0050001" + height="6.0149999" + x="8.4580002" + y="4.1360002" + id="rect144" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="2.0050001" + height="6.0149999" + x="8.4580002" + y="4.1360002" + id="rect146" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.604" + height="2.4059999" + x="8.6590004" + y="4.3369999" + id="rect148" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.604" + height="2.4059999" + x="8.6590004" + y="4.3369999" + id="rect150" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.604" + height="2.4059999" + x="8.6590004" + y="4.3369999" + id="rect152" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="8.6590004" + y1="4.7379999" + x2="10.263" + y2="4.7379999" + stroke="#000000" + stroke-width="0.010" + id="line154" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.263" + y1="5.1389999" + x2="8.6590004" + y2="5.1389999" + stroke="#000000" + stroke-width="0.010" + id="line156" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="8.6590004" + y1="5.54" + x2="10.263" + y2="5.54" + stroke="#000000" + stroke-width="0.010" + id="line158" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="8.6590004" + y1="5.941" + x2="10.263" + y2="5.941" + stroke="#000000" + stroke-width="0.010" + id="line160" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.263" + y1="6.342" + x2="8.6590004" + y2="6.342" + stroke="#000000" + stroke-width="0.010" + id="line162" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="1.103" + height="0.60100001" + x="8.6590004" + y="6.9429998" + id="rect164" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.103" + height="0.60100001" + x="8.6590004" + y="6.9429998" + id="rect166" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.103" + height="0.60100001" + x="8.6590004" + y="6.9429998" + id="rect168" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="8.4580002" + y1="7.9460001" + x2="10.463" + y2="7.9460001" + stroke="#000000" + stroke-width="0.010" + id="line170" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.1" + height="0.1" + x="9.3610001" + y="8.1459999" + id="rect172" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.1" + height="0.1" + x="9.3610001" + y="8.1459999" + id="rect174" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.1" + height="0.1" + x="9.3610001" + y="8.1459999" + id="rect176" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.1" + height="0.1" + x="9.7620001" + y="8.1459999" + id="rect178" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.1" + height="0.1" + x="9.7620001" + y="8.1459999" + id="rect180" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.1" + height="0.1" + x="9.7620001" + y="8.1459999" + id="rect182" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.1" + height="0.1" + x="10.163" + y="8.1459999" + id="rect184" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.1" + height="0.1" + x="10.163" + y="8.1459999" + id="rect186" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.1" + height="0.1" + x="10.163" + y="8.1459999" + id="rect188" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.2" + height="0.2" + x="10.062" + y="7.5450001" + id="rect190" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.2" + height="0.2" + x="10.062" + y="7.5450001" + id="rect192" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.2" + height="0.2" + x="10.062" + y="7.5450001" + id="rect194" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="8.6590004" + y1="7.244" + x2="9.7620001" + y2="7.244" + stroke="#000000" + stroke-width="0.010" + id="line196" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.301" + height="0.301" + x="8.6590004" + y="8.0459995" + id="rect198" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.301" + height="0.301" + x="8.6590004" + y="8.0459995" + id="rect200" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.301" + height="0.301" + x="8.6590004" + y="8.0459995" + id="rect202" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.403" + height="0.1" + x="8.7589998" + y="6.4419999" + id="rect204" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="1.403" + height="0.1" + x="8.7589998" + y="6.4419999" + id="rect206" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.403" + height="0.1" + x="8.7589998" + y="6.4419999" + id="rect208" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="8.7589998" + y1="7.0430002" + x2="9.6610003" + y2="7.0430002" + stroke="#000000" + stroke-width="0.010" + id="line210" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="9.6610003" + y1="7.1440001" + x2="9.5609999" + y2="7.1440001" + stroke="#000000" + stroke-width="0.010" + id="line212" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="8.7589998" + y1="7.1440001" + x2="8.8590002" + y2="7.1440001" + stroke="#000000" + stroke-width="0.010" + id="line214" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.50099999" + height="0.1" + x="8.96" + y="7.0430002" + id="rect216" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.50099999" + height="0.1" + x="8.96" + y="7.0430002" + id="rect218" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.50099999" + height="0.1" + x="8.96" + y="7.0430002" + id="rect220" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="8.7589998" + y1="6.6420002" + x2="8.8590002" + y2="6.6420002" + stroke="#000000" + stroke-width="0.010" + id="line222" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="8.96" + y1="6.6420002" + x2="9.0600004" + y2="6.6420002" + stroke="#000000" + stroke-width="0.010" + id="line224" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="9.9619999" + y1="6.6420002" + x2="10.163" + y2="6.6420002" + stroke="#000000" + stroke-width="0.010" + id="line226" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="8.559" + y1="10.051" + x2="10.363" + y2="10.051" + stroke="#000000" + stroke-width="0.010" + id="line228" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.363" + y1="9.9510002" + x2="8.559" + y2="9.9510002" + stroke="#000000" + stroke-width="0.010" + id="line230" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="8.559" + y1="9.8500004" + x2="10.363" + y2="9.8500004" + stroke="#000000" + stroke-width="0.010" + id="line232" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.363" + y1="9.75" + x2="8.559" + y2="9.75" + stroke="#000000" + stroke-width="0.010" + id="line234" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="8.559" + y1="9.6499996" + x2="10.363" + y2="9.6499996" + stroke="#000000" + stroke-width="0.010" + id="line236" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.363" + y1="9.5500002" + x2="8.559" + y2="9.5500002" + stroke="#000000" + stroke-width="0.010" + id="line238" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="8.559" + y1="9.4490004" + x2="10.363" + y2="9.4490004" + stroke="#000000" + stroke-width="0.010" + id="line240" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.363" + y1="9.349" + x2="8.559" + y2="9.349" + stroke="#000000" + stroke-width="0.010" + id="line242" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="8.559" + y1="9.2489996" + x2="10.363" + y2="9.2489996" + stroke="#000000" + stroke-width="0.010" + id="line244" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.363" + y1="9.1490002" + x2="8.559" + y2="9.1490002" + stroke="#000000" + stroke-width="0.010" + id="line246" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="8.559" + y1="9.0480003" + x2="10.363" + y2="9.0480003" + stroke="#000000" + stroke-width="0.010" + id="line248" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.363" + y1="8.948" + x2="8.559" + y2="8.948" + stroke="#000000" + stroke-width="0.010" + id="line250" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="8.559" + y1="8.8479996" + x2="10.363" + y2="8.8479996" + stroke="#000000" + stroke-width="0.010" + id="line252" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.363" + y1="8.7480001" + x2="8.559" + y2="8.7480001" + stroke="#000000" + stroke-width="0.010" + id="line254" + style="stroke:#000000;stroke-width:0.01" /> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="2.299,6.038 2.299,7.250 5.700,7.250 5.700,7.300 " + id="polyline256" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="6.875" + y1="7.3000002" + x2="8.4250002" + y2="7.2750001" + stroke="#000000" + stroke-width="0.100" + id="line258" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="1.454" + height="1.283" + x="11.484" + y="4.0939999" + id="rect260" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="12.211" + cy="5.3759999" + rx="0.727" + ry="0.214" + id="ellipse262" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="12.211" + cy="4.0939999" + rx="0.727" + ry="0.214" + id="ellipse264" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="12.211" + cy="4.0939999" + rx="0.727" + ry="0.214" + id="ellipse266" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 12.938,4.094 L 12.938,5.376 C 12.938,5.494 12.613,5.59 12.211,5.59 C 11.81,5.59 11.484,5.494 11.484,5.376 L 11.484,4.094" + id="path268" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.3329999" + height="1.176" + x="11.484" + y="6.493" + id="rect270" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="12.15" + cy="7.6690001" + rx="0.66600001" + ry="0.19599999" + id="ellipse272" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="12.15" + cy="6.493" + rx="0.66600001" + ry="0.19599999" + id="ellipse274" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="12.15" + cy="6.493" + rx="0.66600001" + ry="0.19599999" + id="ellipse276" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 12.817,6.493 L 12.817,7.669 C 12.817,7.777 12.518,7.865 12.15,7.865 C 11.782,7.865 11.484,7.777 11.484,7.669 L 11.484,6.493" + id="path278" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="10.475" + y1="4.6750002" + x2="11.55" + y2="4.6750002" + stroke="#000000" + stroke-width="0.100" + id="line280" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="10.45" + y1="7.0250001" + x2="11.455" + y2="6.9970002" + stroke="#000000" + stroke-width="0.100" + id="line282" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="10.4" + y1="8.8000002" + x2="21.017" + y2="8.7969999" + stroke="#000000" + stroke-width="0.100" + id="line284" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="20.954" + y1="8.7969999" + x2="20.952999" + y2="7.9260001" + stroke="#000000" + stroke-width="0.100" + id="line286" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="15.678" + y1="8.7980003" + x2="15.678" + y2="7.9169998" + stroke="#000000" + stroke-width="0.100" + id="line288" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="15.68" + y1="8.7980003" + x2="15.68" + y2="9.8470001" + stroke="#000000" + stroke-width="0.100" + id="line290" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="18.254" + y1="8.7980003" + x2="18.253" + y2="7.9260001" + stroke="#000000" + stroke-width="0.100" + id="line292" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="18.243" + y1="8.7980003" + x2="18.243" + y2="9.8999996" + stroke="#000000" + stroke-width="0.100" + id="line294" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="20.966999" + y1="8.7969999" + x2="20.966999" + y2="9.9189997" + stroke="#000000" + stroke-width="0.100" + id="line296" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="1" + height="1" + x="11.825" + y="10.625" + id="rect298" + style="fill:#9f9f9f;stroke:none;stroke-width:0" /> + <rect + width="1" + height="1" + x="11.825" + y="10.625" + id="rect300" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1" + height="1" + x="11.825" + y="10.625" + id="rect302" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 12.387,10.787 C 12.387,11.287 12.487,11.187 11.987,11.187" + id="path304" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M 12.387,10.787 C 12.387,11.287 12.487,11.187 11.987,11.187" + id="path306" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="12.435,10.865 12.385,10.765 12.335,10.865 12.435,10.865 " + id="polygon308" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="12.435,10.865 12.385,10.765 12.335,10.865 12.435,10.865 " + id="polygon310" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="12.065,11.135 11.965,11.185 12.065,11.235 12.065,11.135 " + id="polygon312" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="12.065,11.135 11.965,11.185 12.065,11.235 12.065,11.135 " + id="polygon314" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 12.684,11.068 C 12.184,11.068 12.284,10.968 12.284,11.468" + id="path316" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M 12.684,11.068 C 12.184,11.068 12.284,10.968 12.284,11.468" + id="path318" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="12.595,11.115 12.695,11.065 12.595,11.015 12.595,11.115 " + id="polygon320" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="12.595,11.115 12.695,11.065 12.595,11.015 12.595,11.115 " + id="polygon322" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="12.225,11.385 12.275,11.485 12.325,11.385 12.225,11.385 " + id="polygon324" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="12.225,11.385 12.275,11.485 12.325,11.385 12.225,11.385 " + id="polygon326" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="12.325" + y1="8.8249998" + x2="12.325" + y2="10.625" + stroke="#000000" + stroke-width="0.100" + id="line328" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="15.15,10.178 15.095,10.201 14.93,10.615 14.93,10.823 15.012,10.892 16.228,10.892 16.311,10.823 16.311,10.615 16.145,10.201 16.09,10.178 15.15,10.178 " + id="polygon330" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="15.15,10.178 15.095,10.201 14.93,10.615 14.93,10.823 15.012,10.892 16.228,10.892 16.311,10.823 16.311,10.615 16.145,10.201 16.09,10.178 15.15,10.178 " + id="polygon332" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 14.957,10.546 L 15.012,10.569 L 16.228,10.569 L 16.283,10.546" + id="path334" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 16.228,10.569 L 16.311,10.615" + id="path336" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 14.93,10.615 L 15.012,10.569" + id="path338" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="15.316,9.741 15.289,10.293 15.951,10.293 15.924,9.741 15.316,9.741 " + id="polygon340" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="15.316,9.741 15.289,10.293 15.951,10.293 15.924,9.741 15.316,9.741 " + id="polygon342" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="15.206,10.293 15.15,10.454 16.09,10.454 16.034,10.293 15.206,10.293 " + id="polygon344" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="15.206,10.293 15.15,10.454 16.09,10.454 16.034,10.293 15.206,10.293 " + id="polygon346" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="15.206" + cy="10.65" + rx="0.014" + ry="0.014" + id="ellipse348" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="15.206" + cy="10.65" + rx="0.014" + ry="0.014" + id="ellipse350" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="15.344" + cy="10.65" + rx="0.014" + ry="0.014" + id="ellipse352" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="15.344" + cy="10.65" + rx="0.014" + ry="0.014" + id="ellipse354" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="15.482" + cy="10.65" + rx="0.014" + ry="0.014" + id="ellipse356" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="15.482" + cy="10.65" + rx="0.014" + ry="0.014" + id="ellipse358" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="15.206" + cy="10.708" + rx="0.014" + ry="0.014" + id="ellipse360" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="15.206" + cy="10.708" + rx="0.014" + ry="0.014" + id="ellipse362" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="15.344" + cy="10.708" + rx="0.014" + ry="0.014" + id="ellipse364" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="15.344" + cy="10.708" + rx="0.014" + ry="0.014" + id="ellipse366" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="15.482" + cy="10.708" + rx="0.014" + ry="0.014" + id="ellipse368" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="15.482" + cy="10.708" + rx="0.014" + ry="0.014" + id="ellipse370" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="15.206" + cy="10.765" + rx="0.014" + ry="0.014" + id="ellipse372" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="15.206" + cy="10.765" + rx="0.014" + ry="0.014" + id="ellipse374" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="15.344" + cy="10.765" + rx="0.014" + ry="0.014" + id="ellipse376" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="15.344" + cy="10.765" + rx="0.014" + ry="0.014" + id="ellipse378" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="15.482" + cy="10.765" + rx="0.014" + ry="0.014" + id="ellipse380" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="15.482" + cy="10.765" + rx="0.014" + ry="0.014" + id="ellipse382" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="15.206" + cy="10.823" + rx="0.014" + ry="0.014" + id="ellipse384" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="15.206" + cy="10.823" + rx="0.014" + ry="0.014" + id="ellipse386" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="15.344" + cy="10.823" + rx="0.014" + ry="0.014" + id="ellipse388" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="15.344" + cy="10.823" + rx="0.014" + ry="0.014" + id="ellipse390" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="15.482" + cy="10.823" + rx="0.014" + ry="0.014" + id="ellipse392" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="15.482" + cy="10.823" + rx="0.014" + ry="0.014" + id="ellipse394" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="15.62" + cy="10.661" + rx="0.17299999" + ry="0.055" + id="ellipse396" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="15.62" + cy="10.661" + rx="0.17299999" + ry="0.055" + id="ellipse398" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="15.965" + cy="10.661" + rx="0.17299999" + ry="0.055" + id="ellipse400" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="15.965" + cy="10.661" + rx="0.17299999" + ry="0.055" + id="ellipse402" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <rect + width="1.112" + height="0.83399999" + x="15.122" + y="6.8239999" + id="rect404" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.112" + height="0.83399999" + x="15.122" + y="6.8239999" + id="rect406" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.87099999" + height="0.574" + x="15.242" + y="6.9439998" + id="rect408" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="15.272,7.657 15.844,7.657 15.844,7.787 15.302,7.787 15.272,7.657 " + id="polygon410" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="15.272,7.657 15.844,7.657 15.844,7.787 15.302,7.787 15.272,7.657 " + id="polygon412" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="15.844,7.657 16.083,7.657 16.053,7.787 15.844,7.787 15.844,7.657 " + id="polygon414" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="15.844,7.657 16.083,7.657 16.053,7.787 15.844,7.787 15.844,7.657 " + id="polygon416" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.052000001" + height="0.052000001" + x="15.883" + y="7.6960001" + id="rect418" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.052000001" + height="0.052000001" + x="15.883" + y="7.6960001" + id="rect420" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="15.566,7.787 15.789,7.787 15.789,7.852 15.9,7.852 15.9,7.917 15.455,7.917 15.455,7.852 15.566,7.852 15.566,7.787 " + id="polygon422" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="15.566,7.787 15.789,7.787 15.789,7.852 15.9,7.852 15.9,7.917 15.455,7.917 15.455,7.852 15.566,7.852 15.566,7.787 " + id="polygon424" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="1.112" + height="0.83399999" + x="17.698" + y="6.8319998" + id="rect426" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.112" + height="0.83399999" + x="17.698" + y="6.8319998" + id="rect428" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.87099999" + height="0.574" + x="17.818001" + y="6.9530001" + id="rect430" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="17.848,7.666 18.42,7.666 18.42,7.796 17.878,7.796 17.848,7.666 " + id="polygon432" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="17.848,7.666 18.42,7.666 18.42,7.796 17.878,7.796 17.848,7.666 " + id="polygon434" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="18.42,7.666 18.659,7.666 18.629,7.796 18.42,7.796 18.42,7.666 " + id="polygon436" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.42,7.666 18.659,7.666 18.629,7.796 18.42,7.796 18.42,7.666 " + id="polygon438" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.052000001" + height="0.052000001" + x="18.459" + y="7.7049999" + id="rect440" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.052000001" + height="0.052000001" + x="18.459" + y="7.7049999" + id="rect442" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="18.142,7.796 18.364,7.796 18.364,7.861 18.476,7.861 18.476,7.926 18.031,7.926 18.031,7.861 18.142,7.861 18.142,7.796 " + id="polygon444" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.142,7.796 18.364,7.796 18.364,7.861 18.476,7.861 18.476,7.926 18.031,7.926 18.031,7.861 18.142,7.861 18.142,7.796 " + id="polygon446" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="1.112" + height="0.83399999" + x="20.398001" + y="6.8319998" + id="rect448" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.112" + height="0.83399999" + x="20.398001" + y="6.8319998" + id="rect450" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.87099999" + height="0.574" + x="20.518" + y="6.9530001" + id="rect452" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="20.548,7.666 21.12,7.666 21.12,7.796 20.578,7.796 20.548,7.666 " + id="polygon454" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="20.548,7.666 21.12,7.666 21.12,7.796 20.578,7.796 20.548,7.666 " + id="polygon456" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="21.12,7.666 21.359,7.666 21.329,7.796 21.12,7.796 21.12,7.666 " + id="polygon458" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="21.12,7.666 21.359,7.666 21.329,7.796 21.12,7.796 21.12,7.666 " + id="polygon460" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.052000001" + height="0.052000001" + x="21.159" + y="7.7049999" + id="rect462" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.052000001" + height="0.052000001" + x="21.159" + y="7.7049999" + id="rect464" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="20.842,7.796 21.064,7.796 21.064,7.861 21.176,7.861 21.176,7.926 20.731,7.926 20.731,7.861 20.842,7.861 20.842,7.796 " + id="polygon466" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="20.842,7.796 21.064,7.796 21.064,7.861 21.176,7.861 21.176,7.926 20.731,7.926 20.731,7.861 20.842,7.861 20.842,7.796 " + id="polygon468" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="1.112" + height="0.83399999" + x="17.673" + y="9.9320002" + id="rect470" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.112" + height="0.83399999" + x="17.673" + y="9.9320002" + id="rect472" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.87099999" + height="0.574" + x="17.792999" + y="10.053" + id="rect474" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="17.823,10.766 18.395,10.766 18.395,10.896 17.853,10.896 17.823,10.766 " + id="polygon476" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="17.823,10.766 18.395,10.766 18.395,10.896 17.853,10.896 17.823,10.766 " + id="polygon478" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="18.395,10.766 18.634,10.766 18.604,10.896 18.395,10.896 18.395,10.766 " + id="polygon480" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.395,10.766 18.634,10.766 18.604,10.896 18.395,10.896 18.395,10.766 " + id="polygon482" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.052000001" + height="0.052000001" + x="18.434" + y="10.805" + id="rect484" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.052000001" + height="0.052000001" + x="18.434" + y="10.805" + id="rect486" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="18.117,10.896 18.339,10.896 18.339,10.961 18.451,10.961 18.451,11.026 18.006,11.026 18.006,10.961 18.117,10.961 18.117,10.896 " + id="polygon488" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.117,10.896 18.339,10.896 18.339,10.961 18.451,10.961 18.451,11.026 18.006,11.026 18.006,10.961 18.117,10.961 18.117,10.896 " + id="polygon490" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="1.112" + height="0.83399999" + x="20.398001" + y="9.8830004" + id="rect492" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.112" + height="0.83399999" + x="20.398001" + y="9.8830004" + id="rect494" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.87099999" + height="0.574" + x="20.518" + y="10.003" + id="rect496" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="20.548,10.716 21.12,10.716 21.12,10.846 20.578,10.846 20.548,10.716 " + id="polygon498" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="20.548,10.716 21.12,10.716 21.12,10.846 20.578,10.846 20.548,10.716 " + id="polygon500" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="21.12,10.716 21.359,10.716 21.329,10.846 21.12,10.846 21.12,10.716 " + id="polygon502" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="21.12,10.716 21.359,10.716 21.329,10.846 21.12,10.846 21.12,10.716 " + id="polygon504" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.052000001" + height="0.052000001" + x="21.159" + y="10.755" + id="rect506" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.052000001" + height="0.052000001" + x="21.159" + y="10.755" + id="rect508" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="20.842,10.846 21.064,10.846 21.064,10.911 21.176,10.911 21.176,10.976 20.731,10.976 20.731,10.911 20.842,10.911 20.842,10.846 " + id="polygon510" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="20.842,10.846 21.064,10.846 21.064,10.911 21.176,10.911 21.176,10.976 20.731,10.976 20.731,10.911 20.842,10.911 20.842,10.846 " + id="polygon512" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="1" + height="1" + x="18.872" + y="12.033" + id="rect514" + style="fill:#9f9f9f;stroke:none;stroke-width:0" /> + <rect + width="1" + height="1" + x="18.872" + y="12.033" + id="rect516" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1" + height="1" + x="18.872" + y="12.033" + id="rect518" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 19.434,12.194 C 19.434,12.694 19.534,12.594 19.034,12.594" + id="path520" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M 19.434,12.194 C 19.434,12.694 19.534,12.594 19.034,12.594" + id="path522" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="19.482,12.273 19.432,12.173 19.383,12.273 19.482,12.273 " + id="polygon524" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="19.482,12.273 19.432,12.173 19.383,12.273 19.482,12.273 " + id="polygon526" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="19.112,12.543 19.012,12.593 19.112,12.643 19.112,12.543 " + id="polygon528" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="19.112,12.543 19.012,12.593 19.112,12.643 19.112,12.543 " + id="polygon530" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 19.731,12.476 C 19.231,12.476 19.331,12.376 19.331,12.876" + id="path532" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M 19.731,12.476 C 19.231,12.476 19.331,12.376 19.331,12.876" + id="path534" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="19.642,12.523 19.742,12.473 19.642,12.423 19.642,12.523 " + id="polygon536" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="19.642,12.523 19.742,12.473 19.642,12.423 19.642,12.523 " + id="polygon538" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="19.272,12.793 19.322,12.893 19.372,12.793 19.272,12.793 " + id="polygon540" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="19.272,12.793 19.322,12.893 19.372,12.793 19.272,12.793 " + id="polygon542" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1" + height="1" + x="3.1470001" + y="12.082" + id="rect544" + style="fill:#9f9f9f;stroke:none;stroke-width:0" /> + <rect + width="1" + height="1" + x="3.1470001" + y="12.082" + id="rect546" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1" + height="1" + x="3.1470001" + y="12.082" + id="rect548" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 3.709,12.244 C 3.709,12.744 3.809,12.644 3.309,12.644" + id="path550" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M 3.709,12.244 C 3.709,12.744 3.809,12.644 3.309,12.644" + id="path552" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="3.757,12.322 3.708,12.223 3.657,12.322 3.757,12.322 " + id="polygon554" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="3.757,12.322 3.708,12.223 3.657,12.322 3.757,12.322 " + id="polygon556" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="3.388,12.592 3.288,12.643 3.388,12.692 3.388,12.592 " + id="polygon558" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="3.388,12.592 3.288,12.643 3.388,12.692 3.388,12.592 " + id="polygon560" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 4.006,12.526 C 3.506,12.526 3.606,12.426 3.606,12.926" + id="path562" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M 4.006,12.526 C 3.506,12.526 3.606,12.426 3.606,12.926" + id="path564" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="3.917,12.572 4.018,12.522 3.917,12.473 3.917,12.572 " + id="polygon566" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="3.917,12.572 4.018,12.522 3.917,12.473 3.917,12.572 " + id="polygon568" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="3.547,12.842 3.598,12.942 3.647,12.842 3.547,12.842 " + id="polygon570" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="3.547,12.842 3.598,12.942 3.647,12.842 3.547,12.842 " + id="polygon572" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="12.025,11.650 12.025,12.525 4.147,12.525 4.147,12.582 " + id="polyline574" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="12.625,11.600 12.625,12.525 18.872,12.525 18.872,12.533 " + id="polyline576" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="3.599" + y1="14.358" + x2="10.802" + y2="14.35" + stroke="#000000" + stroke-width="0.100" + id="line578" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="3.6489999" + y1="14.357" + x2="3.6500001" + y2="15.35" + stroke="#000000" + stroke-width="0.100" + id="line580" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="3.6489999" + y1="14.357" + x2="3.6470001" + y2="13.082" + stroke="#000000" + stroke-width="0.100" + id="line582" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="6.2719998" + y1="14.355" + x2="6.2729998" + y2="15.321" + stroke="#000000" + stroke-width="0.100" + id="line584" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="7.783" + y1="14.353" + x2="7.783" + y2="14.368" + stroke="#000000" + stroke-width="0.100" + id="line586" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="8.4709997" + y1="14.353" + x2="8.4729996" + y2="15.393" + stroke="#000000" + stroke-width="0.100" + id="line588" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="10.752" + y1="14.35" + x2="10.754" + y2="15.35" + stroke="#000000" + stroke-width="0.100" + id="line590" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="13.775" + y1="14.325" + x2="21.35" + y2="14.325" + stroke="#000000" + stroke-width="0.100" + id="line592" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="15.593" + y1="14.325" + x2="15.593" + y2="15.325" + stroke="#000000" + stroke-width="0.100" + id="line594" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="13.825" + y1="14.325" + x2="13.825" + y2="15.325" + stroke="#000000" + stroke-width="0.100" + id="line596" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="17.479" + y1="14.325" + x2="17.479" + y2="15.325" + stroke="#000000" + stroke-width="0.100" + id="line598" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="19.372" + y1="14.325" + x2="19.372" + y2="13.033" + stroke="#000000" + stroke-width="0.100" + id="line600" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="19.379999" + y1="14.325" + x2="19.379999" + y2="15.322" + stroke="#000000" + stroke-width="0.100" + id="line602" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="21.299999" + y1="14.325" + x2="21.299999" + y2="15.375" + stroke="#000000" + stroke-width="0.100" + id="line604" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="1.6670001" + height="2.5" + x="2.8169999" + y="15.35" + id="rect606" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.6670001" + height="2.5" + x="2.8169999" + y="15.35" + id="rect608" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.6670001" + height="2.5" + x="2.8169999" + y="15.35" + id="rect610" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.3329999" + height="1" + x="2.9000001" + y="15.433" + id="rect612" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.3329999" + height="1" + x="2.9000001" + y="15.433" + id="rect614" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.3329999" + height="1" + x="2.9000001" + y="15.433" + id="rect616" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="2.9000001" + y1="15.767" + x2="4.2329998" + y2="15.767" + stroke="#000000" + stroke-width="0.010" + id="line618" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.2329998" + y1="16.1" + x2="2.9000001" + y2="16.1" + stroke="#000000" + stroke-width="0.010" + id="line620" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.917" + height="0.5" + x="3.0669999" + y="16.517" + id="rect622" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.917" + height="0.5" + x="3.0669999" + y="16.517" + id="rect624" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.917" + height="0.5" + x="3.0669999" + y="16.517" + id="rect626" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="2.8169999" + y1="17.267" + x2="4.4829998" + y2="17.267" + stroke="#000000" + stroke-width="0.010" + id="line628" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.082999997" + height="0.082999997" + x="3.983" + y="17.1" + id="rect630" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.082999997" + height="0.082999997" + x="3.983" + y="17.1" + id="rect632" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.082999997" + height="0.082999997" + x="3.983" + y="17.1" + id="rect634" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.082999997" + height="0.082999997" + x="4.1500001" + y="17.1" + id="rect636" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.082999997" + height="0.082999997" + x="4.1500001" + y="17.1" + id="rect638" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.082999997" + height="0.082999997" + x="4.1500001" + y="17.1" + id="rect640" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.082999997" + height="0.082999997" + x="4.3169999" + y="17.1" + id="rect642" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.082999997" + height="0.082999997" + x="4.3169999" + y="17.1" + id="rect644" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.082999997" + height="0.082999997" + x="4.3169999" + y="17.1" + id="rect646" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.167" + height="0.167" + x="4.2329998" + y="16.85" + id="rect648" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.167" + height="0.167" + x="4.2329998" + y="16.85" + id="rect650" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.167" + height="0.167" + x="4.2329998" + y="16.85" + id="rect652" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="3.0669999" + y1="16.767" + x2="3.983" + y2="16.767" + stroke="#000000" + stroke-width="0.010" + id="line654" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.25" + height="0.25" + x="4.1500001" + y="16.517" + id="rect656" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.25" + height="0.25" + x="4.1500001" + y="16.517" + id="rect658" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.25" + height="0.25" + x="4.1500001" + y="16.517" + id="rect660" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.1670001" + height="0.082999997" + x="2.983" + y="16.183001" + id="rect662" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="1.1670001" + height="0.082999997" + x="2.983" + y="16.183001" + id="rect664" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.1670001" + height="0.082999997" + x="2.983" + y="16.183001" + id="rect666" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="3.1500001" + y1="16.6" + x2="3.9000001" + y2="16.6" + stroke="#000000" + stroke-width="0.010" + id="line668" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.417" + height="0.082999997" + x="3.3169999" + y="16.6" + id="rect670" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.417" + height="0.082999997" + x="3.3169999" + y="16.6" + id="rect672" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.417" + height="0.082999997" + x="3.3169999" + y="16.6" + id="rect674" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="3.983" + y1="16.35" + x2="4.1500001" + y2="16.35" + stroke="#000000" + stroke-width="0.010" + id="line676" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.9000001" + y1="17.35" + x2="4.4000001" + y2="17.35" + stroke="#000000" + stroke-width="0.010" + id="line678" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.4000001" + y1="17.433001" + x2="2.9000001" + y2="17.433001" + stroke="#000000" + stroke-width="0.010" + id="line680" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.9000001" + y1="17.517" + x2="4.4000001" + y2="17.517" + stroke="#000000" + stroke-width="0.010" + id="line682" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.4000001" + y1="17.767" + x2="2.9000001" + y2="17.767" + stroke="#000000" + stroke-width="0.010" + id="line684" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.9000001" + y1="17.683001" + x2="4.4000001" + y2="17.683001" + stroke="#000000" + stroke-width="0.010" + id="line686" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.4000001" + y1="17.6" + x2="2.9000001" + y2="17.6" + stroke="#000000" + stroke-width="0.010" + id="line688" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.983" + y1="16.35" + x2="3.0669999" + y2="16.35" + stroke="#000000" + stroke-width="0.010" + id="line690" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.1500001" + y1="16.35" + x2="3.233" + y2="16.35" + stroke="#000000" + stroke-width="0.010" + id="line692" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.1500001" + y1="16.683001" + x2="3.233" + y2="16.683001" + stroke="#000000" + stroke-width="0.010" + id="line694" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.8169999" + y1="16.683001" + x2="3.9000001" + y2="16.683001" + stroke="#000000" + stroke-width="0.010" + id="line696" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="1.5" + height="3" + x="20.549999" + y="15.375" + id="rect698" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.5" + height="3" + x="20.549999" + y="15.375" + id="rect700" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.5" + height="3" + x="20.549999" + y="15.375" + id="rect702" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.2" + height="1.2" + x="20.700001" + y="15.525" + id="rect704" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.2" + height="1.2" + x="20.700001" + y="15.525" + id="rect706" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.2" + height="1.2" + x="20.700001" + y="15.525" + id="rect708" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="21.9" + y1="15.825" + x2="20.700001" + y2="15.825" + stroke="#000000" + stroke-width="0.010" + id="line710" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.700001" + y1="16.125" + x2="21.9" + y2="16.125" + stroke="#000000" + stroke-width="0.010" + id="line712" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.9" + y1="16.35" + x2="20.700001" + y2="16.35" + stroke="#000000" + stroke-width="0.010" + id="line714" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.82499999" + height="0.44999999" + x="20.700001" + y="16.875" + id="rect716" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.82499999" + height="0.44999999" + x="20.700001" + y="16.875" + id="rect718" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.82499999" + height="0.44999999" + x="20.700001" + y="16.875" + id="rect720" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.549999" + y1="17.4" + x2="22.049999" + y2="17.4" + stroke="#000000" + stroke-width="0.010" + id="line722" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.075000003" + height="0.075000003" + x="21.225" + y="17.549999" + id="rect724" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.075000003" + height="0.075000003" + x="21.225" + y="17.549999" + id="rect726" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.075000003" + height="0.075000003" + x="21.225" + y="17.549999" + id="rect728" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.075000003" + height="0.075000003" + x="21.525" + y="17.549999" + id="rect730" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.075000003" + height="0.075000003" + x="21.525" + y="17.549999" + id="rect732" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.075000003" + height="0.075000003" + x="21.525" + y="17.549999" + id="rect734" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.075000003" + height="0.075000003" + x="21.825001" + y="17.549999" + id="rect736" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.075000003" + height="0.075000003" + x="21.825001" + y="17.549999" + id="rect738" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.075000003" + height="0.075000003" + x="21.825001" + y="17.549999" + id="rect740" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.15000001" + height="0.075000003" + x="21.75" + y="17.1" + id="rect742" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.15000001" + height="0.075000003" + x="21.75" + y="17.1" + id="rect744" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.15000001" + height="0.075000003" + x="21.75" + y="17.1" + id="rect746" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.700001" + y1="17.1" + x2="21.525" + y2="17.1" + stroke="#000000" + stroke-width="0.010" + id="line748" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.22499999" + height="0.22499999" + x="20.700001" + y="17.475" + id="rect750" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.22499999" + height="0.22499999" + x="20.700001" + y="17.475" + id="rect752" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.22499999" + height="0.22499999" + x="20.700001" + y="17.475" + id="rect754" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.05" + height="0.075000003" + x="20.775" + y="16.424999" + id="rect756" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="1.05" + height="0.075000003" + x="20.775" + y="16.424999" + id="rect758" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.05" + height="0.075000003" + x="20.775" + y="16.424999" + id="rect760" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.775" + y1="16.950001" + x2="21.450001" + y2="16.950001" + stroke="#000000" + stroke-width="0.010" + id="line762" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.450001" + y1="17.025" + x2="21.375" + y2="17.025" + stroke="#000000" + stroke-width="0.010" + id="line764" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.775" + y1="17.025" + x2="20.85" + y2="17.025" + stroke="#000000" + stroke-width="0.010" + id="line766" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.375" + height="0.075000003" + x="20.924999" + y="16.950001" + id="rect768" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.375" + height="0.075000003" + x="20.924999" + y="16.950001" + id="rect770" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.375" + height="0.075000003" + x="20.924999" + y="16.950001" + id="rect772" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.775" + y1="16.575001" + x2="20.85" + y2="16.575001" + stroke="#000000" + stroke-width="0.010" + id="line774" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.924999" + y1="16.575001" + x2="21" + y2="16.575001" + stroke="#000000" + stroke-width="0.010" + id="line776" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.674999" + y1="16.575001" + x2="21.825001" + y2="16.575001" + stroke="#000000" + stroke-width="0.010" + id="line778" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.975" + y1="18.299999" + x2="20.625" + y2="18.299999" + stroke="#000000" + stroke-width="0.010" + id="line780" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.625" + y1="18.225" + x2="21.975" + y2="18.225" + stroke="#000000" + stroke-width="0.010" + id="line782" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.975" + y1="18.15" + x2="20.625" + y2="18.15" + stroke="#000000" + stroke-width="0.010" + id="line784" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.625" + y1="18.075001" + x2="21.975" + y2="18.075001" + stroke="#000000" + stroke-width="0.010" + id="line786" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.975" + y1="18" + x2="20.625" + y2="18" + stroke="#000000" + stroke-width="0.010" + id="line788" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.625" + y1="17.924999" + x2="21.975" + y2="17.924999" + stroke="#000000" + stroke-width="0.010" + id="line790" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.975" + y1="17.85" + x2="20.625" + y2="17.85" + stroke="#000000" + stroke-width="0.010" + id="line792" + style="stroke:#000000;stroke-width:0.01" /> + <polygon + points="5.796,15.735 5.738,15.759 5.562,16.197 5.562,16.416 5.65,16.489 6.935,16.489 7.023,16.416 7.023,16.197 6.847,15.759 6.789,15.735 5.796,15.735 " + id="polygon794" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="5.796,15.735 5.738,15.759 5.562,16.197 5.562,16.416 5.65,16.489 6.935,16.489 7.023,16.416 7.023,16.197 6.847,15.759 6.789,15.735 5.796,15.735 " + id="polygon796" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 5.592,16.124 L 5.65,16.149 L 6.935,16.149 L 6.993,16.124" + id="path798" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 6.935,16.149 L 7.023,16.197" + id="path800" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 5.562,16.197 L 5.65,16.149" + id="path802" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="5.971,15.273 5.942,15.857 6.643,15.857 6.614,15.273 5.971,15.273 " + id="polygon804" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="5.971,15.273 5.942,15.857 6.643,15.857 6.614,15.273 5.971,15.273 " + id="polygon806" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="5.854,15.857 5.796,16.027 6.789,16.027 6.731,15.857 5.854,15.857 " + id="polygon808" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="5.854,15.857 5.796,16.027 6.789,16.027 6.731,15.857 5.854,15.857 " + id="polygon810" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="5.8540001" + cy="16.233999" + rx="0.015" + ry="0.015" + id="ellipse812" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="5.8540001" + cy="16.233999" + rx="0.015" + ry="0.015" + id="ellipse814" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6" + cy="16.233999" + rx="0.015" + ry="0.015" + id="ellipse816" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6" + cy="16.233999" + rx="0.015" + ry="0.015" + id="ellipse818" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.1459999" + cy="16.233999" + rx="0.015" + ry="0.015" + id="ellipse820" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.1459999" + cy="16.233999" + rx="0.015" + ry="0.015" + id="ellipse822" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="5.8540001" + cy="16.295" + rx="0.015" + ry="0.015" + id="ellipse824" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="5.8540001" + cy="16.295" + rx="0.015" + ry="0.015" + id="ellipse826" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6" + cy="16.295" + rx="0.015" + ry="0.015" + id="ellipse828" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6" + cy="16.295" + rx="0.015" + ry="0.015" + id="ellipse830" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.1459999" + cy="16.295" + rx="0.015" + ry="0.015" + id="ellipse832" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.1459999" + cy="16.295" + rx="0.015" + ry="0.015" + id="ellipse834" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="5.8540001" + cy="16.355" + rx="0.015" + ry="0.015" + id="ellipse836" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="5.8540001" + cy="16.355" + rx="0.015" + ry="0.015" + id="ellipse838" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6" + cy="16.355" + rx="0.015" + ry="0.015" + id="ellipse840" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6" + cy="16.355" + rx="0.015" + ry="0.015" + id="ellipse842" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.1459999" + cy="16.355" + rx="0.015" + ry="0.015" + id="ellipse844" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.1459999" + cy="16.355" + rx="0.015" + ry="0.015" + id="ellipse846" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="5.8540001" + cy="16.416" + rx="0.015" + ry="0.015" + id="ellipse848" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="5.8540001" + cy="16.416" + rx="0.015" + ry="0.015" + id="ellipse850" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6" + cy="16.416" + rx="0.015" + ry="0.015" + id="ellipse852" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6" + cy="16.416" + rx="0.015" + ry="0.015" + id="ellipse854" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.1459999" + cy="16.416" + rx="0.015" + ry="0.015" + id="ellipse856" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.1459999" + cy="16.416" + rx="0.015" + ry="0.015" + id="ellipse858" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.2919998" + cy="16.246" + rx="0.183" + ry="0.057999998" + id="ellipse860" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="6.2919998" + cy="16.246" + rx="0.183" + ry="0.057999998" + id="ellipse862" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.658" + cy="16.246" + rx="0.183" + ry="0.057999998" + id="ellipse864" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="6.658" + cy="16.246" + rx="0.183" + ry="0.057999998" + id="ellipse866" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <polygon + points="18.871,15.81 18.813,15.834 18.637,16.272 18.637,16.491 18.725,16.564 20.01,16.564 20.098,16.491 20.098,16.272 19.922,15.834 19.864,15.81 18.871,15.81 " + id="polygon868" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="18.871,15.81 18.813,15.834 18.637,16.272 18.637,16.491 18.725,16.564 20.01,16.564 20.098,16.491 20.098,16.272 19.922,15.834 19.864,15.81 18.871,15.81 " + id="polygon870" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 18.667,16.199 L 18.725,16.224 L 20.01,16.224 L 20.068,16.199" + id="path872" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 20.01,16.224 L 20.098,16.272" + id="path874" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 18.637,16.272 L 18.725,16.224" + id="path876" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="19.046,15.348 19.017,15.932 19.718,15.932 19.689,15.348 19.046,15.348 " + id="polygon878" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="19.046,15.348 19.017,15.932 19.718,15.932 19.689,15.348 19.046,15.348 " + id="polygon880" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="18.929,15.932 18.871,16.102 19.864,16.102 19.806,15.932 18.929,15.932 " + id="polygon882" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="18.929,15.932 18.871,16.102 19.864,16.102 19.806,15.932 18.929,15.932 " + id="polygon884" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="18.929001" + cy="16.309" + rx="0.015" + ry="0.015" + id="ellipse886" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="18.929001" + cy="16.309" + rx="0.015" + ry="0.015" + id="ellipse888" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="19.075001" + cy="16.309" + rx="0.015" + ry="0.015" + id="ellipse890" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="19.075001" + cy="16.309" + rx="0.015" + ry="0.015" + id="ellipse892" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="19.221001" + cy="16.309" + rx="0.015" + ry="0.015" + id="ellipse894" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="19.221001" + cy="16.309" + rx="0.015" + ry="0.015" + id="ellipse896" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="18.929001" + cy="16.370001" + rx="0.015" + ry="0.015" + id="ellipse898" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="18.929001" + cy="16.370001" + rx="0.015" + ry="0.015" + id="ellipse900" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="19.075001" + cy="16.370001" + rx="0.015" + ry="0.015" + id="ellipse902" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="19.075001" + cy="16.370001" + rx="0.015" + ry="0.015" + id="ellipse904" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="19.221001" + cy="16.370001" + rx="0.015" + ry="0.015" + id="ellipse906" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="19.221001" + cy="16.370001" + rx="0.015" + ry="0.015" + id="ellipse908" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="18.929001" + cy="16.43" + rx="0.015" + ry="0.015" + id="ellipse910" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="18.929001" + cy="16.43" + rx="0.015" + ry="0.015" + id="ellipse912" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="19.075001" + cy="16.43" + rx="0.015" + ry="0.015" + id="ellipse914" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="19.075001" + cy="16.43" + rx="0.015" + ry="0.015" + id="ellipse916" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="19.221001" + cy="16.43" + rx="0.015" + ry="0.015" + id="ellipse918" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="19.221001" + cy="16.43" + rx="0.015" + ry="0.015" + id="ellipse920" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="18.929001" + cy="16.490999" + rx="0.015" + ry="0.015" + id="ellipse922" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="18.929001" + cy="16.490999" + rx="0.015" + ry="0.015" + id="ellipse924" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="19.075001" + cy="16.490999" + rx="0.015" + ry="0.015" + id="ellipse926" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="19.075001" + cy="16.490999" + rx="0.015" + ry="0.015" + id="ellipse928" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="19.221001" + cy="16.490999" + rx="0.015" + ry="0.015" + id="ellipse930" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="19.221001" + cy="16.490999" + rx="0.015" + ry="0.015" + id="ellipse932" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="19.367001" + cy="16.320999" + rx="0.183" + ry="0.057999998" + id="ellipse934" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="19.367001" + cy="16.320999" + rx="0.183" + ry="0.057999998" + id="ellipse936" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="19.733" + cy="16.320999" + rx="0.183" + ry="0.057999998" + id="ellipse938" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="19.733" + cy="16.320999" + rx="0.183" + ry="0.057999998" + id="ellipse940" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <rect + width="1.112" + height="0.83399999" + x="16.948" + y="15.332" + id="rect942" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.112" + height="0.83399999" + x="16.948" + y="15.332" + id="rect944" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.87099999" + height="0.574" + x="17.068001" + y="15.453" + id="rect946" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="17.098,16.166 17.67,16.166 17.67,16.296 17.128,16.296 17.098,16.166 " + id="polygon948" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="17.098,16.166 17.67,16.166 17.67,16.296 17.128,16.296 17.098,16.166 " + id="polygon950" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="17.67,16.166 17.909,16.166 17.879,16.296 17.67,16.296 17.67,16.166 " + id="polygon952" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="17.67,16.166 17.909,16.166 17.879,16.296 17.67,16.296 17.67,16.166 " + id="polygon954" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.052000001" + height="0.052000001" + x="17.709" + y="16.205" + id="rect956" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.052000001" + height="0.052000001" + x="17.709" + y="16.205" + id="rect958" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="17.392,16.296 17.614,16.296 17.614,16.361 17.726,16.361 17.726,16.426 17.281,16.426 17.281,16.361 17.392,16.361 17.392,16.296 " + id="polygon960" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="17.392,16.296 17.614,16.296 17.614,16.361 17.726,16.361 17.726,16.426 17.281,16.426 17.281,16.361 17.392,16.361 17.392,16.296 " + id="polygon962" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="1.112" + height="0.83399999" + x="15.073" + y="15.307" + id="rect964" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.112" + height="0.83399999" + x="15.073" + y="15.307" + id="rect966" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.87099999" + height="0.574" + x="15.193" + y="15.428" + id="rect968" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="15.223,16.141 15.795,16.141 15.795,16.271 15.253,16.271 15.223,16.141 " + id="polygon970" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="15.223,16.141 15.795,16.141 15.795,16.271 15.253,16.271 15.223,16.141 " + id="polygon972" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="15.795,16.141 16.034,16.141 16.004,16.271 15.795,16.271 15.795,16.141 " + id="polygon974" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="15.795,16.141 16.034,16.141 16.004,16.271 15.795,16.271 15.795,16.141 " + id="polygon976" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.052000001" + height="0.052000001" + x="15.834" + y="16.18" + id="rect978" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.052000001" + height="0.052000001" + x="15.834" + y="16.18" + id="rect980" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="15.517,16.271 15.739,16.271 15.739,16.336 15.851,16.336 15.851,16.401 15.406,16.401 15.406,16.336 15.517,16.336 15.517,16.271 " + id="polygon982" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="15.517,16.271 15.739,16.271 15.739,16.336 15.851,16.336 15.851,16.401 15.406,16.401 15.406,16.336 15.517,16.336 15.517,16.271 " + id="polygon984" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="1.112" + height="0.83399999" + x="13.298" + y="15.332" + id="rect986" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.112" + height="0.83399999" + x="13.298" + y="15.332" + id="rect988" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.87099999" + height="0.574" + x="13.418" + y="15.453" + id="rect990" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="13.448,16.166 14.02,16.166 14.02,16.296 13.478,16.296 13.448,16.166 " + id="polygon992" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="13.448,16.166 14.02,16.166 14.02,16.296 13.478,16.296 13.448,16.166 " + id="polygon994" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="14.02,16.166 14.259,16.166 14.229,16.296 14.02,16.296 14.02,16.166 " + id="polygon996" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="14.02,16.166 14.259,16.166 14.229,16.296 14.02,16.296 14.02,16.166 " + id="polygon998" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.052000001" + height="0.052000001" + x="14.059" + y="16.205" + id="rect1000" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.052000001" + height="0.052000001" + x="14.059" + y="16.205" + id="rect1002" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="13.742,16.296 13.964,16.296 13.964,16.361 14.076,16.361 14.076,16.426 13.631,16.426 13.631,16.361 13.742,16.361 13.742,16.296 " + id="polygon1004" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="13.742,16.296 13.964,16.296 13.964,16.361 14.076,16.361 14.076,16.426 13.631,16.426 13.631,16.361 13.742,16.361 13.742,16.296 " + id="polygon1006" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="1.112" + height="0.83399999" + x="10.148" + y="15.357" + id="rect1008" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.112" + height="0.83399999" + x="10.148" + y="15.357" + id="rect1010" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.87099999" + height="0.574" + x="10.268" + y="15.478" + id="rect1012" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="10.298,16.191 10.87,16.191 10.87,16.321 10.328,16.321 10.298,16.191 " + id="polygon1014" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="10.298,16.191 10.87,16.191 10.87,16.321 10.328,16.321 10.298,16.191 " + id="polygon1016" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="10.87,16.191 11.109,16.191 11.079,16.321 10.87,16.321 10.87,16.191 " + id="polygon1018" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="10.87,16.191 11.109,16.191 11.079,16.321 10.87,16.321 10.87,16.191 " + id="polygon1020" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.052000001" + height="0.052000001" + x="10.909" + y="16.23" + id="rect1022" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.052000001" + height="0.052000001" + x="10.909" + y="16.23" + id="rect1024" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="10.592,16.321 10.814,16.321 10.814,16.386 10.926,16.386 10.926,16.451 10.481,16.451 10.481,16.386 10.592,16.386 10.592,16.321 " + id="polygon1026" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="10.592,16.321 10.814,16.321 10.814,16.386 10.926,16.386 10.926,16.451 10.481,16.451 10.481,16.386 10.592,16.386 10.592,16.321 " + id="polygon1028" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="1.112" + height="0.83399999" + x="7.948" + y="15.383" + id="rect1030" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.112" + height="0.83399999" + x="7.948" + y="15.383" + id="rect1032" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.87099999" + height="0.574" + x="8.0679998" + y="15.503" + id="rect1034" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="8.098,16.216 8.67,16.216 8.67,16.346 8.128,16.346 8.098,16.216 " + id="polygon1036" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.098,16.216 8.67,16.216 8.67,16.346 8.128,16.346 8.098,16.216 " + id="polygon1038" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="8.67,16.216 8.909,16.216 8.879,16.346 8.67,16.346 8.67,16.216 " + id="polygon1040" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.67,16.216 8.909,16.216 8.879,16.346 8.67,16.346 8.67,16.216 " + id="polygon1042" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.052000001" + height="0.052000001" + x="8.7089996" + y="16.254999" + id="rect1044" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.052000001" + height="0.052000001" + x="8.7089996" + y="16.254999" + id="rect1046" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="8.392,16.346 8.614,16.346 8.614,16.411 8.726,16.411 8.726,16.476 8.281,16.476 8.281,16.411 8.392,16.411 8.392,16.346 " + id="polygon1048" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.392,16.346 8.614,16.346 8.614,16.411 8.726,16.411 8.726,16.476 8.281,16.476 8.281,16.411 8.392,16.411 8.392,16.346 " + id="polygon1050" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="1.378" + height="1.216" + x="0.33899999" + y="15.46" + id="rect1052" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="1.028" + cy="16.676001" + rx="0.68900001" + ry="0.20299999" + id="ellipse1054" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="1.028" + cy="15.46" + rx="0.68900001" + ry="0.20299999" + id="ellipse1056" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="1.028" + cy="15.46" + rx="0.68900001" + ry="0.20299999" + id="ellipse1058" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 1.717,15.46 L 1.717,16.676 C 1.717,16.788 1.408,16.878 1.028,16.878 C 0.647,16.878 0.339,16.788 0.339,16.676 L 0.339,15.46" + id="path1060" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="1.673" + y1="15.932" + x2="2.848" + y2="15.932" + stroke="#000000" + stroke-width="0.100" + id="line1062" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="1.362" + height="1.202" + x="23.125999" + y="15.633" + id="rect1064" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="23.806999" + cy="16.834" + rx="0.68099999" + ry="0.2" + id="ellipse1066" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="23.806999" + cy="15.633" + rx="0.68099999" + ry="0.2" + id="ellipse1068" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="23.806999" + cy="15.633" + rx="0.68099999" + ry="0.2" + id="ellipse1070" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 24.488,15.633 L 24.488,16.834 C 24.488,16.945 24.183,17.035 23.807,17.035 C 23.431,17.035 23.126,16.945 23.126,16.834 L 23.126,15.633" + id="path1072" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="22.098" + y1="16.082001" + x2="23.062" + y2="16.047001" + stroke="#000000" + stroke-width="0.100" + id="line1074" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="11.846" + y="4.9720001" + id="text1076" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">apps</text> + <text + x="23.485001" + y="16.497" + id="text1078" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">apps</text> + <text + x="0.70999998" + y="16.322001" + id="text1080" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">apps</text> + <text + x="11.844" + y="7.3400002" + id="text1082" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">data</text> + <text + x="5.848" + y="8.9899998" + id="text1084" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">firewall</text> + <text + x="1.897" + y="12.74" + id="text1086" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">router</text> + <text + x="20.27" + y="12.665" + id="text1088" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">router</text> + <text + x="10.52" + y="11.465" + id="text1090" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">router</text> + <text + x="17.094999" + y="6.4029999" + id="text1092" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Network: 172.16.0.0/22</text> + <text + x="6.4499998" + y="14.065" + id="text1094" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Network: 172.16.4.0/22</text> + <text + x="14.906" + y="13.965" + id="text1096" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Network: 172.16.8.0/24</text> + <text + x="15.58" + y="3.178" + id="text1098" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Domain: MEGANET2</text> + <text + x="8.2959995" + y="2.983" + id="text1100" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">PDC Server:</text> + <text + x="8.0710001" + y="3.5829999" + id="text1102" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">MASSIVE-PDC</text> + <text + x="1.272" + y="14.296" + id="text1104" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Server:</text> + <text + x="0.82099998" + y="14.896" + id="text1106" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">BLDG1-BDC</text> + <text + x="22.659" + y="14.321" + id="text1108" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Server:</text> + <text + x="22.207001" + y="14.921" + id="text1110" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">BLDG2-BDC</text> + <text + x="7.5240002" + y="7.9169998" + id="text1112" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">eth0</text> + <text + x="10.847" + y="9.3170004" + id="text1114" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">eth1</text> + <rect + width="1.432" + height="1.263" + x="13.118" + y="5.283" + id="rect1116" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="13.833" + cy="6.5469999" + rx="0.71600002" + ry="0.211" + id="ellipse1118" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="13.833" + cy="5.283" + rx="0.71600002" + ry="0.211" + id="ellipse1120" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="13.833" + cy="5.283" + rx="0.71600002" + ry="0.211" + id="ellipse1122" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 14.549,5.283 L 14.549,6.547 C 14.549,6.663 14.229,6.757 13.833,6.757 C 13.438,6.757 13.118,6.663 13.118,6.547 L 13.118,5.283" + id="path1124" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="10.473" + y1="5.9720001" + x2="13.098" + y2="5.947" + stroke="#000000" + stroke-width="0.100" + id="line1126" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="13.527" + y="6.197" + id="text1128" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">ldap</text> + <text + x="9.408" + y="19.547001" + id="text1130" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">50 Users</text> + <text + x="22.794001" + y="19.542" + id="text1132" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">150 Users</text> + <text + x="17.837999" + y="5.6919999" + id="text1134" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">300 Users</text> + <text + x="0.83999997" + y="19.539" + id="text1136" + style="font-size:0.69999999px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Accounting</text> + <text + x="14.316" + y="19.514" + id="text1138" + style="font-size:0.69999999px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Financial Services</text> + <text + x="15.63" + y="4.5640001" + id="text1140" + style="font-size:0.69999999px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Property Insurance Group</text> +</svg> diff --git a/docs/Samba3-ByExample/images/chap7-idresol.dia b/docs/Samba3-ByExample/images/chap7-idresol.dia Binary files differdeleted file mode 100644 index 349d0588a6..0000000000 --- a/docs/Samba3-ByExample/images/chap7-idresol.dia +++ /dev/null diff --git a/docs/Samba3-ByExample/images/chap7-idresol.svg b/docs/Samba3-ByExample/images/chap7-idresol.svg new file mode 100644 index 0000000000..560658f098 --- /dev/null +++ b/docs/Samba3-ByExample/images/chap7-idresol.svg @@ -0,0 +1,514 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="17.290001cm" + height="13.335cm" + viewBox="23.46 19.665 40.75 33" + id="svg2"> + <defs + id="defs177" /> + <rect + width="2" + height="2" + x="29.1" + y="23" + id="rect4" + style="fill:#fff4db;stroke:none;stroke-width:0" /> + <rect + width="2" + height="2" + x="29.1" + y="23" + id="rect6" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="2" + height="2" + x="32.035" + y="27.59" + id="rect8" + style="fill:#d8d8d8;stroke:none;stroke-width:0" /> + <rect + width="2" + height="2" + x="32.035" + y="27.59" + id="rect10" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="2" + height="2.04" + x="29.184999" + y="27.549999" + id="rect12" + style="fill:#d0d0d0;stroke:none;stroke-width:0" /> + <rect + width="2" + height="2.04" + x="29.184999" + y="27.549999" + id="rect14" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="2.8399999" + height="1.735" + x="23.51" + y="23.139999" + id="rect16" + style="fill:#a9d8cb;stroke:none;stroke-width:0" /> + <rect + width="2.8399999" + height="1.735" + x="23.51" + y="23.139999" + id="rect18" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="2.825" + height="1.885" + x="32.674999" + y="20.940001" + id="rect20" + style="fill:#dedede;stroke:none;stroke-width:0" /> + <rect + width="2.825" + height="1.885" + x="32.674999" + y="20.940001" + id="rect22" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="2.6500001" + height="2.01" + x="37.799999" + y="19.715" + id="rect24" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="2.6500001" + height="2.01" + x="37.799999" + y="19.715" + id="rect26" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="2.3" + height="2.0150001" + x="38.025002" + y="22.1" + id="rect28" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="2.3" + height="2.0150001" + x="38.025002" + y="22.1" + id="rect30" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="2.25" + height="2.0599999" + x="35.150002" + y="27.565001" + id="rect32" + style="fill:#d8d8d8;stroke:none;stroke-width:0" /> + <rect + width="2.25" + height="2.0599999" + x="35.150002" + y="27.565001" + id="rect34" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="24.200001" + y="23.9" + id="text36" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Windows</text> + <text + x="24.462999" + y="24.5" + id="text38" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Client</text> + <text + x="29.659" + y="24.15" + id="text40" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">smbd</text> + <text + x="33.388" + y="22.051001" + id="text42" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">winbindd</text> + <text + x="29.76" + y="28.676001" + id="text44" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">NSS</text> + <text + x="32.653999" + y="28.775999" + id="text46" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">PAM</text> + <text + x="35.763" + y="28.700001" + id="text48" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LDAP</text> + <text + x="38.696999" + y="23" + id="text50" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">W2Kx</text> + <text + x="38.805" + y="23.6" + id="text52" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">ADS</text> + <text + x="38.759998" + y="20.6" + id="text54" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">NT4</text> + <text + x="38.477001" + y="21.200001" + id="text56" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Domain</text> + <line + x1="26.9" + y1="24.006001" + x2="28.549999" + y2="24.000999" + stroke="#000000" + stroke-width="0.100" + id="line58" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="26.899,23.756 26.4,24.007 26.901,24.256 26.899,23.756 " + id="polygon60" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="28.551,24.251 29.05,24 28.549,23.752 28.551,24.251 " + id="polygon62" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <line + x1="29.52" + y1="25.575001" + x2="29.504999" + y2="27" + stroke="#000000" + stroke-width="0.100" + id="line64" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="29.77,25.577 29.525,25.075 29.27,25.572 29.77,25.577 " + id="polygon66" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="29.255,26.998 29.5,27.5 29.755,27.003 29.255,26.998 " + id="polygon68" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <line + x1="31.393999" + y1="25.190001" + x2="32.605999" + y2="27.110001" + stroke="#000000" + stroke-width="0.100" + id="line70" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="31.605,25.057 31.127,24.767 31.182,25.324 31.605,25.057 " + id="polygon72" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="32.395,27.243 32.873,27.533 32.818,26.976 32.395,27.243 " + id="polygon74" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <line + x1="31.481001" + y1="23.128" + x2="32.293999" + y2="22.278999" + stroke="#000000" + stroke-width="0.100" + id="line76" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="31.3,22.955 31.135,23.489 31.661,23.301 31.3,22.955 " + id="polygon78" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="32.475,22.453 32.64,21.919 32.114,22.106 32.475,22.453 " + id="polygon80" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <line + x1="31.552999" + y1="24.312" + x2="35.821999" + y2="27.253" + stroke="#000000" + stroke-width="0.100" + id="line82" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="31.695,24.106 31.141,24.028 31.411,24.518 31.695,24.106 " + id="polygon84" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="35.68,27.459 36.234,27.537 35.964,27.047 35.68,27.459 " + id="polygon86" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <line + x1="36.066002" + y1="21.360001" + x2="37.284" + y2="20.91" + stroke="#000000" + stroke-width="0.100" + id="line88" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="35.979,21.125 35.597,21.533 36.153,21.594 35.979,21.125 " + id="polygon90" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="37.371,21.145 37.753,20.737 37.197,20.676 37.371,21.145 " + id="polygon92" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <line + x1="36.013" + y1="22.323999" + x2="37.512001" + y2="22.908001" + stroke="#000000" + stroke-width="0.100" + id="line94" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="36.103,22.091 35.547,22.143 35.922,22.557 36.103,22.091 " + id="polygon96" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="37.422,23.141 37.978,23.089 37.603,22.675 37.422,23.141 " + id="polygon98" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <rect + width="2.95" + height="2.01" + x="37.75" + y="24.565001" + id="rect100" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="2.95" + height="2.01" + x="37.75" + y="24.565001" + id="rect102" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="38.654999" + y="25.424999" + id="text104" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Samba</text> + <text + x="38.414001" + y="26.025" + id="text106" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">PDC/BDC</text> + <line + x1="34.959" + y1="23.228001" + x2="37.328999" + y2="25.216999" + stroke="#000000" + stroke-width="0.100" + id="line108" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="35.12,23.037 34.576,22.907 34.798,23.42 35.12,23.037 " + id="polygon110" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="37.168,25.408 37.712,25.538 37.489,25.025 37.168,25.408 " + id="polygon112" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <rect + width="3.915" + height="1.76" + x="29.01" + y="31.190001" + id="rect114" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="3.915" + height="1.76" + x="29.01" + y="31.190001" + id="rect116" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="30.181999" + y1="30.139999" + x2="30.177999" + y2="30.65" + stroke="#000000" + stroke-width="0.100" + id="line118" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="30.432,30.142 30.185,29.64 29.932,30.138 30.432,30.142 " + id="polygon120" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="29.928,30.648 30.175,31.15 30.428,30.652 29.928,30.648 " + id="polygon122" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <line + x1="31.402" + y1="30.853001" + x2="32.599998" + y2="29.927" + stroke="#000000" + stroke-width="0.100" + id="line124" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="31.249,30.656 31.007,31.159 31.555,31.051 31.249,30.656 " + id="polygon126" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="32.753,30.124 32.995,29.621 32.447,29.729 32.753,30.124 " + id="polygon128" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <line + x1="34.584999" + y1="28.591999" + x2="34.599998" + y2="28.593" + stroke="#000000" + stroke-width="0.100" + id="line130" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="34.586,28.342 34.085,28.59 34.584,28.842 34.586,28.342 " + id="polygon132" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="34.599,28.843 35.1,28.595 34.601,28.343 34.599,28.843 " + id="polygon134" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <text + x="30.027" + y="31.975" + id="text136" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">/etc/passwd</text> + <text + x="30.179001" + y="32.575001" + id="text138" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">/etc/group</text> + <rect + width="2.0650001" + height="1.76" + x="33.535" + y="31.190001" + id="rect140" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="2.0650001" + height="1.76" + x="33.535" + y="31.190001" + id="rect142" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="34.049" + y="32.25" + id="text144" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">NIS[+]</text> + <line + x1="34.515999" + y1="30.754" + x2="33.839001" + y2="29.987" + stroke="#000000" + stroke-width="0.100" + id="line146" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="34.329,30.919 34.847,31.129 34.704,30.588 34.329,30.919 " + id="polygon148" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="34.027,29.822 33.508,29.612 33.652,30.153 34.027,29.822 " + id="polygon150" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <line + x1="33.080002" + y1="30.879999" + x2="31.639999" + y2="29.9" + stroke="#000000" + stroke-width="0.100" + id="line152" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="32.94,31.087 33.494,31.162 33.221,30.674 32.94,31.087 " + id="polygon154" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="31.78,29.693 31.226,29.618 31.499,30.106 31.78,29.693 " + id="polygon156" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <path + d="M 34.773,27.172 C 33.554243,26.096992 31.732941,26.07362 30.487,27.117" + id="path158" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="30.268,26.92 30.133,27.462 30.648,27.245 30.268,26.92 " + id="polygon160" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="34.609,27.296 35.118,27.526 34.997,26.98 34.609,27.296 " + id="polygon162" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <line + x1="33.568001" + y1="27.028999" + x2="34.02" + y2="23.371" + stroke="#000000" + stroke-width="0.100" + id="line164" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="33.319,26.998 33.506,27.525 33.816,27.06 33.319,26.998 " + id="polygon166" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="34.268,23.402 34.081,22.875 33.772,23.34 34.268,23.402 " + id="polygon168" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <line + x1="31.264999" + y1="27.030001" + x2="33.073002" + y2="23.292" + stroke="#000000" + stroke-width="0.100" + id="line170" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="31.039,26.921 31.047,27.48 31.49,27.139 31.039,26.921 " + id="polygon172" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="33.298,23.401 33.291,22.842 32.848,23.183 33.298,23.401 " + id="polygon174" + style="fill:#000000;stroke:none;stroke-width:0.1" /> +</svg> diff --git a/docs/Samba3-ByExample/images/chap7-net-A.dia b/docs/Samba3-ByExample/images/chap7-net-A.dia Binary files differdeleted file mode 100644 index 5286014a83..0000000000 --- a/docs/Samba3-ByExample/images/chap7-net-A.dia +++ /dev/null diff --git a/docs/Samba3-ByExample/images/chap7-net-A.svg b/docs/Samba3-ByExample/images/chap7-net-A.svg new file mode 100644 index 0000000000..8337e5c68b --- /dev/null +++ b/docs/Samba3-ByExample/images/chap7-net-A.svg @@ -0,0 +1,9436 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="34.522999cm" + height="23.67cm" + viewBox="-11.471 -0.456 23.052 23.213" + id="svg2"> + <defs + id="defs2855" /> + <rect + width="13.8" + height="6.513" + x="1.375" + y="16.256001" + id="rect4" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 1.375,16.256 C 1.2093146,16.256 1.075,16.390315 1.075,16.556" + id="path6" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 15.475,16.556 C 15.475,16.390315 15.340685,16.256 15.175,16.256" + id="path8" + style="fill:#ebebeb;stroke:none" /> + <rect + width="14.4" + height="5.9130001" + x="1.075" + y="16.556" + id="rect10" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 1.075,22.469 C 1.075,22.634685 1.2093146,22.769 1.375,22.769" + id="path12" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 15.175,22.769 C 15.340685,22.769 15.475,22.634685 15.475,22.469" + id="path14" + style="fill:#ebebeb;stroke:none" /> + <line + x1="1.375" + y1="16.256001" + x2="15.175" + y2="16.256001" + stroke="#000000" + stroke-width="0.050" + id="line16" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="1.375" + y1="22.768999" + x2="15.175" + y2="22.768999" + stroke="#000000" + stroke-width="0.050" + id="line18" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 1.375,16.256 C 1.2093146,16.256 1.075,16.390315 1.075,16.556" + id="path20" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 15.475,16.556 C 15.475,16.390315 15.340685,16.256 15.175,16.256" + id="path22" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="1.075" + y1="16.556" + x2="1.075" + y2="22.469" + stroke="#000000" + stroke-width="0.050" + id="line24" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="15.475" + y1="16.556" + x2="15.475" + y2="22.469" + stroke="#000000" + stroke-width="0.050" + id="line26" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 1.075,22.469 C 1.075,22.634685 1.2093146,22.769 1.375,22.769" + id="path28" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 15.175,22.769 C 15.340685,22.769 15.475,22.634685 15.475,22.469" + id="path30" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="10.617" + height="6.8530002" + x="0.495" + y="-0.40599999" + id="rect32" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 0.495,-0.406 C 0.32931458,-0.406 0.195,-0.27168542 0.195,-0.106" + id="path34" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 11.412,-0.106 C 11.412,-0.27168542 11.277685,-0.406 11.112,-0.406" + id="path36" + style="fill:#ebebeb;stroke:none" /> + <rect + width="11.217" + height="6.2529998" + x="0.19499999" + y="-0.106" + id="rect38" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 0.195,6.147 C 0.195,6.3126854 0.32931458,6.447 0.495,6.447" + id="path40" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 11.112,6.447 C 11.277685,6.447 11.412,6.3126854 11.412,6.147" + id="path42" + style="fill:#ebebeb;stroke:none" /> + <line + x1="0.495" + y1="-0.40599999" + x2="11.112" + y2="-0.40599999" + stroke="#000000" + stroke-width="0.050" + id="line44" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="0.495" + y1="6.447" + x2="11.112" + y2="6.447" + stroke="#000000" + stroke-width="0.050" + id="line46" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 0.495,-0.406 C 0.32931458,-0.406 0.195,-0.27168542 0.195,-0.106" + id="path48" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 11.412,-0.106 C 11.412,-0.27168542 11.277685,-0.406 11.112,-0.406" + id="path50" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="0.19499999" + y1="-0.106" + x2="0.19499999" + y2="6.1469998" + stroke="#000000" + stroke-width="0.050" + id="line52" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="11.412" + y1="-0.106" + x2="11.412" + y2="6.1469998" + stroke="#000000" + stroke-width="0.050" + id="line54" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 0.195,6.147 C 0.195,6.3126854 0.32931458,6.447 0.495,6.447" + id="path56" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 11.112,6.447 C 11.277685,6.447 11.412,6.3126854 11.412,6.147" + id="path58" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="10.337" + height="6.8600001" + x="12.35" + y="-0.43099999" + id="rect60" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 12.35,-0.431 C 12.184315,-0.431 12.05,-0.29668542 12.05,-0.131" + id="path62" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 22.987,-0.131 C 22.987,-0.29668542 22.852685,-0.431 22.687,-0.431" + id="path64" + style="fill:#ebebeb;stroke:none" /> + <rect + width="10.937" + height="6.2600002" + x="12.05" + y="-0.131" + id="rect66" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 12.05,6.129 C 12.05,6.2946854 12.184315,6.429 12.35,6.429" + id="path68" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 22.687,6.429 C 22.852685,6.429 22.987,6.2946854 22.987,6.129" + id="path70" + style="fill:#ebebeb;stroke:none" /> + <line + x1="12.35" + y1="-0.43099999" + x2="22.687" + y2="-0.43099999" + stroke="#000000" + stroke-width="0.050" + id="line72" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="12.35" + y1="6.4289999" + x2="22.687" + y2="6.4289999" + stroke="#000000" + stroke-width="0.050" + id="line74" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 12.35,-0.431 C 12.184315,-0.431 12.05,-0.29668542 12.05,-0.131" + id="path76" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 22.987,-0.131 C 22.987,-0.29668542 22.852685,-0.431 22.687,-0.431" + id="path78" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="12.05" + y1="-0.131" + x2="12.05" + y2="6.1290002" + stroke="#000000" + stroke-width="0.050" + id="line80" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="22.987" + y1="-0.131" + x2="22.987" + y2="6.1290002" + stroke="#000000" + stroke-width="0.050" + id="line82" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 12.05,6.129 C 12.05,6.2946854 12.184315,6.429 12.35,6.429" + id="path84" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 22.687,6.429 C 22.852685,6.429 22.987,6.2946854 22.987,6.129" + id="path86" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="10.821" + height="8.375" + x="11.905" + y="7.244" + id="rect88" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 11.905,7.244 C 11.739315,7.244 11.605,7.3783146 11.605,7.544" + id="path90" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 23.027,7.544 C 23.027,7.3783146 22.892685,7.244 22.727,7.244" + id="path92" + style="fill:#ebebeb;stroke:none" /> + <rect + width="11.421" + height="7.7750001" + x="11.605" + y="7.5440001" + id="rect94" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 11.605,15.319 C 11.605,15.484685 11.739315,15.619 11.905,15.619" + id="path96" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 22.727,15.619 C 22.892685,15.619 23.027,15.484685 23.027,15.319" + id="path98" + style="fill:#ebebeb;stroke:none" /> + <line + x1="11.905" + y1="7.244" + x2="22.726999" + y2="7.244" + stroke="#000000" + stroke-width="0.050" + id="line100" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="11.905" + y1="15.619" + x2="22.726999" + y2="15.619" + stroke="#000000" + stroke-width="0.050" + id="line102" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 11.905,7.244 C 11.739315,7.244 11.605,7.3783146 11.605,7.544" + id="path104" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 23.027,7.544 C 23.027,7.3783146 22.892685,7.244 22.727,7.244" + id="path106" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="11.605" + y1="7.5440001" + x2="11.605" + y2="15.319" + stroke="#000000" + stroke-width="0.050" + id="line108" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="23.027" + y1="7.5440001" + x2="23.027" + y2="15.319" + stroke="#000000" + stroke-width="0.050" + id="line110" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 11.605,15.319 C 11.605,15.484685 11.739315,15.619 11.905,15.619" + id="path112" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 22.727,15.619 C 22.892685,15.619 23.027,15.484685 23.027,15.319" + id="path114" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="15.1" + height="8.3719997" + x="-11" + y="7.1090002" + id="rect116" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M -11,7.109 C -11.165685,7.109 -11.3,7.2433146 -11.3,7.409" + id="path118" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 4.4,7.409 C 4.4,7.2433146 4.2656854,7.109 4.1,7.109" + id="path120" + style="fill:#ebebeb;stroke:none" /> + <rect + width="15.7" + height="7.7719998" + x="-11.3" + y="7.4089999" + id="rect122" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M -11.3,15.181 C -11.3,15.346685 -11.165685,15.481 -11,15.481" + id="path124" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 4.1,15.481 C 4.2656854,15.481 4.4,15.346685 4.4,15.181" + id="path126" + style="fill:#ebebeb;stroke:none" /> + <line + x1="-11" + y1="7.1090002" + x2="4.0999999" + y2="7.1090002" + stroke="#000000" + stroke-width="0.050" + id="line128" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="-11" + y1="15.481" + x2="4.0999999" + y2="15.481" + stroke="#000000" + stroke-width="0.050" + id="line130" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M -11,7.109 C -11.165685,7.109 -11.3,7.2433146 -11.3,7.409" + id="path132" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 4.4,7.409 C 4.4,7.2433146 4.2656854,7.109 4.1,7.109" + id="path134" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="-11.3" + y1="7.4089999" + x2="-11.3" + y2="15.181" + stroke="#000000" + stroke-width="0.050" + id="line136" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="4.4000001" + y1="7.4089999" + x2="4.4000001" + y2="15.181" + stroke="#000000" + stroke-width="0.050" + id="line138" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M -11.3,15.181 C -11.3,15.346685 -11.165685,15.481 -11,15.481" + id="path140" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 4.1,15.481 C 4.2656854,15.481 4.4,15.346685 4.4,15.181" + id="path142" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="1.95" + y1="11.168" + x2="4.8109999" + y2="11.165" + stroke="#000000" + stroke-width="0.300" + id="line144" + style="stroke:#000000;stroke-width:0.30000001" /> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="4.145,2.624 4.145,6.819 5.675,6.819 5.675,9.944 " + id="polyline146" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="16.100,2.794 16.100,6.844 8.674,6.844 8.674,9.887 " + id="polyline148" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.787" + height="0.787" + x="-1.723" + y="14.284" + id="rect150" + style="fill:#9f9f9f;stroke:none;stroke-width:0" /> + <rect + width="0.787" + height="0.787" + x="-1.723" + y="14.284" + id="rect152" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.787" + height="0.787" + x="-1.723" + y="14.284" + id="rect154" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M -1.28,14.411 C -1.28,14.805 -1.201,14.726 -1.595,14.726" + id="path156" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M -1.28,14.411 C -1.28,14.805 -1.201,14.726 -1.595,14.726" + id="path158" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="-1.242,14.473 -1.282,14.394 -1.321,14.473 -1.242,14.473 " + id="polygon160" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="-1.242,14.473 -1.282,14.394 -1.321,14.473 -1.242,14.473 " + id="polygon162" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="-1.534,14.685 -1.612,14.725 -1.534,14.764 -1.534,14.685 " + id="polygon164" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="-1.534,14.685 -1.612,14.725 -1.534,14.764 -1.534,14.685 " + id="polygon166" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M -1.047,14.633 C -1.44,14.633 -1.362,14.554 -1.362,14.948" + id="path168" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M -1.047,14.633 C -1.44,14.633 -1.362,14.554 -1.362,14.948" + id="path170" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="-1.116,14.67 -1.038,14.63 -1.116,14.591 -1.116,14.67 " + id="polygon172" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="-1.116,14.67 -1.038,14.63 -1.116,14.591 -1.116,14.67 " + id="polygon174" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="-1.408,14.882 -1.368,14.961 -1.329,14.882 -1.408,14.882 " + id="polygon176" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="-1.408,14.882 -1.368,14.961 -1.329,14.882 -1.408,14.882 " + id="polygon178" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="-1.3" + y1="11.069" + x2="-1.329" + y2="14.284" + stroke="#000000" + stroke-width="0.100" + id="line180" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="-9.0480003" + y="0.86699998" + id="text182" + style="font-size:1px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Domain: GLOBALNET</text> + <text + x="1.017" + y="13.475" + id="text184" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Server:</text> + <text + x="0.82800001" + y="13.975" + id="text186" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">GNY-PDC</text> + <line + x1="6.118" + y1="13.16" + x2="7.7179999" + y2="13.135" + stroke="#000000" + stroke-width="0.100" + stroke-dasharray="0.10,0.10" + id="line188" + style="stroke:#000000;stroke-width:0.1;stroke-dasharray:0.1, 0.1" /> + <text + x="8.4429998" + y="13.325" + id="text190" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">= VPN</text> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="10.645,11.075 10.645,9.069 16.025,9.069 16.025,11.368 " + id="polyline192" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="-2.9530001" + y="15.094" + id="text194" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Router</text> + <text + x="4.1469998" + y="17.031" + id="text196" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Router</text> + <rect + width="1.217" + height="1.825" + x="2.553" + y="1.723" + id="rect198" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.217" + height="1.825" + x="2.553" + y="1.723" + id="rect200" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.217" + height="1.825" + x="2.553" + y="1.723" + id="rect202" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.97299999" + height="0.73000002" + x="2.6140001" + y="1.784" + id="rect204" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.97299999" + height="0.73000002" + x="2.6140001" + y="1.784" + id="rect206" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.97299999" + height="0.73000002" + x="2.6140001" + y="1.784" + id="rect208" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="2.6140001" + y1="2.027" + x2="3.5869999" + y2="2.027" + stroke="#000000" + stroke-width="0.010" + id="line210" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.5869999" + y1="2.2709999" + x2="2.6140001" + y2="2.2709999" + stroke="#000000" + stroke-width="0.010" + id="line212" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.66900003" + height="0.36500001" + x="2.7360001" + y="2.575" + id="rect214" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.66900003" + height="0.36500001" + x="2.7360001" + y="2.575" + id="rect216" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.66900003" + height="0.36500001" + x="2.7360001" + y="2.575" + id="rect218" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="2.553" + y1="3.122" + x2="3.77" + y2="3.122" + stroke="#000000" + stroke-width="0.010" + id="line220" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="3.405" + y="3.0009999" + id="rect222" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="3.405" + y="3.0009999" + id="rect224" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="3.405" + y="3.0009999" + id="rect226" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="3.527" + y="3.0009999" + id="rect228" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="3.527" + y="3.0009999" + id="rect230" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="3.527" + y="3.0009999" + id="rect232" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="3.648" + y="3.0009999" + id="rect234" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="3.648" + y="3.0009999" + id="rect236" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="3.648" + y="3.0009999" + id="rect238" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.122" + height="0.122" + x="3.5869999" + y="2.8180001" + id="rect240" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.122" + height="0.122" + x="3.5869999" + y="2.8180001" + id="rect242" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.122" + height="0.122" + x="3.5869999" + y="2.8180001" + id="rect244" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="2.7360001" + y1="2.757" + x2="3.405" + y2="2.757" + stroke="#000000" + stroke-width="0.010" + id="line246" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.183" + height="0.182" + x="3.527" + y="2.575" + id="rect248" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.183" + height="0.182" + x="3.527" + y="2.575" + id="rect250" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.183" + height="0.182" + x="3.527" + y="2.575" + id="rect252" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.852" + height="0.061000001" + x="2.675" + y="2.332" + id="rect254" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.852" + height="0.061000001" + x="2.675" + y="2.332" + id="rect256" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.852" + height="0.061000001" + x="2.675" + y="2.332" + id="rect258" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="2.7969999" + y1="2.6359999" + x2="3.3440001" + y2="2.6359999" + stroke="#000000" + stroke-width="0.010" + id="line260" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.30399999" + height="0.061000001" + x="2.918" + y="2.6359999" + id="rect262" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.30399999" + height="0.061000001" + x="2.918" + y="2.6359999" + id="rect264" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.30399999" + height="0.061000001" + x="2.918" + y="2.6359999" + id="rect266" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="3.405" + y1="2.4530001" + x2="3.527" + y2="2.4530001" + stroke="#000000" + stroke-width="0.010" + id="line268" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.6140001" + y1="3.1830001" + x2="3.7090001" + y2="3.1830001" + stroke="#000000" + stroke-width="0.010" + id="line270" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.7090001" + y1="3.244" + x2="2.6140001" + y2="3.244" + stroke="#000000" + stroke-width="0.010" + id="line272" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.6140001" + y1="3.3050001" + x2="3.7090001" + y2="3.3050001" + stroke="#000000" + stroke-width="0.010" + id="line274" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.7090001" + y1="3.487" + x2="2.6140001" + y2="3.487" + stroke="#000000" + stroke-width="0.010" + id="line276" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.6140001" + y1="3.427" + x2="3.7090001" + y2="3.427" + stroke="#000000" + stroke-width="0.010" + id="line278" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.7090001" + y1="3.3659999" + x2="2.6140001" + y2="3.3659999" + stroke="#000000" + stroke-width="0.010" + id="line280" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.675" + y1="2.4530001" + x2="2.7360001" + y2="2.4530001" + stroke="#000000" + stroke-width="0.010" + id="line282" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.7969999" + y1="2.4530001" + x2="2.8570001" + y2="2.4530001" + stroke="#000000" + stroke-width="0.010" + id="line284" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.7969999" + y1="2.697" + x2="2.8570001" + y2="2.697" + stroke="#000000" + stroke-width="0.010" + id="line286" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.283" + y1="2.697" + x2="3.3440001" + y2="2.697" + stroke="#000000" + stroke-width="0.010" + id="line288" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.72" + y1="2.6359999" + x2="8.8620005" + y2="2.6229999" + stroke="#000000" + stroke-width="0.100" + id="line290" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="5.2069998" + y1="2.632" + x2="5.2090001" + y2="3.5910001" + stroke="#000000" + stroke-width="0.100" + id="line292" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="5.21" + y1="2.632" + x2="5.2080002" + y2="1.632" + stroke="#000000" + stroke-width="0.100" + id="line294" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="6.6500001" + y1="2.6289999" + x2="6.652" + y2="3.5339999" + stroke="#000000" + stroke-width="0.100" + id="line296" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="6.651" + y1="2.6289999" + x2="6.6479998" + y2="1.6289999" + stroke="#000000" + stroke-width="0.100" + id="line298" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="8.092" + y1="2.625" + x2="8.0950003" + y2="3.552" + stroke="#000000" + stroke-width="0.100" + id="line300" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="8.0909996" + y1="2.625" + x2="8.0889997" + y2="1.625" + stroke="#000000" + stroke-width="0.100" + id="line302" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="0.89600003" + height="0.67199999" + x="6.1989999" + y="3.559" + id="rect304" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="6.1989999" + y="3.559" + id="rect306" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="6.296" + y="3.6559999" + id="rect308" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="6.321,4.231 6.782,4.231 6.782,4.335 6.345,4.335 6.321,4.231 " + id="polygon310" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="6.321,4.231 6.782,4.231 6.782,4.335 6.345,4.335 6.321,4.231 " + id="polygon312" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="6.782,4.231 6.974,4.231 6.949,4.335 6.782,4.335 6.782,4.231 " + id="polygon314" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="6.782,4.231 6.974,4.231 6.949,4.335 6.782,4.335 6.782,4.231 " + id="polygon316" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="6.8130002" + y="4.2620001" + id="rect318" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="6.8130002" + y="4.2620001" + id="rect320" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="6.558,4.335 6.737,4.335 6.737,4.388 6.826,4.388 6.826,4.44 6.468,4.44 6.468,4.388 6.558,4.388 6.558,4.335 " + id="polygon322" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="6.558,4.335 6.737,4.335 6.737,4.388 6.826,4.388 6.826,4.44 6.468,4.44 6.468,4.388 6.558,4.388 6.558,4.335 " + id="polygon324" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="7.6420002" + y="3.5480001" + id="rect326" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="7.6420002" + y="3.5480001" + id="rect328" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="7.7389998" + y="3.645" + id="rect330" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="7.763,4.22 8.224,4.22 8.224,4.325 7.787,4.325 7.763,4.22 " + id="polygon332" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="7.763,4.22 8.224,4.22 8.224,4.325 7.787,4.325 7.763,4.22 " + id="polygon334" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="8.224,4.22 8.416,4.22 8.392,4.325 8.224,4.325 8.224,4.22 " + id="polygon336" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.224,4.22 8.416,4.22 8.392,4.325 8.224,4.325 8.224,4.22 " + id="polygon338" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="8.2550001" + y="4.2509999" + id="rect340" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="8.2550001" + y="4.2509999" + id="rect342" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="8,4.325 8.179,4.325 8.179,4.377 8.269,4.377 8.269,4.429 7.91,4.429 7.91,4.377 8,4.377 8,4.325 " + id="polygon344" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8,4.325 8.179,4.325 8.179,4.377 8.269,4.377 8.269,4.429 7.91,4.429 7.91,4.377 8,4.377 8,4.325 " + id="polygon346" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="4.7670002" + y="1.123" + id="rect348" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="4.7670002" + y="1.123" + id="rect350" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="4.8639998" + y="1.22" + id="rect352" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="4.888,1.795 5.349,1.795 5.349,1.9 4.912,1.9 4.888,1.795 " + id="polygon354" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="4.888,1.795 5.349,1.795 5.349,1.9 4.912,1.9 4.888,1.795 " + id="polygon356" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="5.349,1.795 5.541,1.795 5.517,1.9 5.349,1.9 5.349,1.795 " + id="polygon358" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="5.349,1.795 5.541,1.795 5.517,1.9 5.349,1.9 5.349,1.795 " + id="polygon360" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="5.3800001" + y="1.826" + id="rect362" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="5.3800001" + y="1.826" + id="rect364" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="5.125,1.9 5.304,1.9 5.304,1.952 5.394,1.952 5.394,2.004 5.035,2.004 5.035,1.952 5.125,1.952 5.125,1.9 " + id="polygon366" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="5.125,1.9 5.304,1.9 5.304,1.952 5.394,1.952 5.394,2.004 5.035,2.004 5.035,1.952 5.125,1.952 5.125,1.9 " + id="polygon368" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="6.217" + y="1.148" + id="rect370" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="6.217" + y="1.148" + id="rect372" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="6.3140001" + y="1.245" + id="rect374" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="6.338,1.82 6.799,1.82 6.799,1.925 6.362,1.925 6.338,1.82 " + id="polygon376" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="6.338,1.82 6.799,1.82 6.799,1.925 6.362,1.925 6.338,1.82 " + id="polygon378" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="6.799,1.82 6.991,1.82 6.967,1.925 6.799,1.925 6.799,1.82 " + id="polygon380" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="6.799,1.82 6.991,1.82 6.967,1.925 6.799,1.925 6.799,1.82 " + id="polygon382" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="6.8299999" + y="1.851" + id="rect384" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="6.8299999" + y="1.851" + id="rect386" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="6.575,1.925 6.754,1.925 6.754,1.977 6.844,1.977 6.844,2.029 6.485,2.029 6.485,1.977 6.575,1.977 6.575,1.925 " + id="polygon388" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="6.575,1.925 6.754,1.925 6.754,1.977 6.844,1.977 6.844,2.029 6.485,2.029 6.485,1.977 6.575,1.977 6.575,1.925 " + id="polygon390" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="7.6669998" + y="1.123" + id="rect392" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="7.6669998" + y="1.123" + id="rect394" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="7.7639999" + y="1.22" + id="rect396" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="7.788,1.795 8.249,1.795 8.249,1.9 7.812,1.9 7.788,1.795 " + id="polygon398" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="7.788,1.795 8.249,1.795 8.249,1.9 7.812,1.9 7.788,1.795 " + id="polygon400" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="8.249,1.795 8.441,1.795 8.417,1.9 8.249,1.9 8.249,1.795 " + id="polygon402" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.249,1.795 8.441,1.795 8.417,1.9 8.249,1.9 8.249,1.795 " + id="polygon404" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="8.2799997" + y="1.826" + id="rect406" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="8.2799997" + y="1.826" + id="rect408" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="8.025,1.9 8.204,1.9 8.204,1.952 8.294,1.952 8.294,2.004 7.935,2.004 7.935,1.952 8.025,1.952 8.025,1.9 " + id="polygon410" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.025,1.9 8.204,1.9 8.204,1.952 8.294,1.952 8.294,2.004 7.935,2.004 7.935,1.952 8.025,1.952 8.025,1.9 " + id="polygon412" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="4.779,3.795 4.731,3.815 4.587,4.175 4.587,4.355 4.659,4.415 5.715,4.415 5.787,4.355 5.787,4.175 5.643,3.815 5.595,3.795 4.779,3.795 " + id="polygon414" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="4.779,3.795 4.731,3.815 4.587,4.175 4.587,4.355 4.659,4.415 5.715,4.415 5.787,4.355 5.787,4.175 5.643,3.815 5.595,3.795 4.779,3.795 " + id="polygon416" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 4.611,4.115 L 4.659,4.135 L 5.715,4.135 L 5.763,4.115" + id="path418" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 5.715,4.135 L 5.787,4.175" + id="path420" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 4.587,4.175 L 4.659,4.135" + id="path422" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="4.923,3.415 4.899,3.895 5.475,3.895 5.451,3.415 4.923,3.415 " + id="polygon424" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="4.923,3.415 4.899,3.895 5.475,3.895 5.451,3.415 4.923,3.415 " + id="polygon426" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="4.827,3.895 4.779,4.035 5.595,4.035 5.547,3.895 4.827,3.895 " + id="polygon428" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="4.827,3.895 4.779,4.035 5.595,4.035 5.547,3.895 4.827,3.895 " + id="polygon430" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="4.8270001" + cy="4.2049999" + rx="0.012" + ry="0.012" + id="ellipse432" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.8270001" + cy="4.2049999" + rx="0.012" + ry="0.012" + id="ellipse434" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.947" + cy="4.2049999" + rx="0.012" + ry="0.012" + id="ellipse436" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.947" + cy="4.2049999" + rx="0.012" + ry="0.012" + id="ellipse438" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="5.0669999" + cy="4.2049999" + rx="0.012" + ry="0.012" + id="ellipse440" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="5.0669999" + cy="4.2049999" + rx="0.012" + ry="0.012" + id="ellipse442" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.8270001" + cy="4.2550001" + rx="0.012" + ry="0.012" + id="ellipse444" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.8270001" + cy="4.2550001" + rx="0.012" + ry="0.012" + id="ellipse446" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.947" + cy="4.2550001" + rx="0.012" + ry="0.012" + id="ellipse448" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.947" + cy="4.2550001" + rx="0.012" + ry="0.012" + id="ellipse450" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="5.0669999" + cy="4.2550001" + rx="0.012" + ry="0.012" + id="ellipse452" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="5.0669999" + cy="4.2550001" + rx="0.012" + ry="0.012" + id="ellipse454" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.8270001" + cy="4.3049998" + rx="0.012" + ry="0.012" + id="ellipse456" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.8270001" + cy="4.3049998" + rx="0.012" + ry="0.012" + id="ellipse458" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.947" + cy="4.3049998" + rx="0.012" + ry="0.012" + id="ellipse460" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.947" + cy="4.3049998" + rx="0.012" + ry="0.012" + id="ellipse462" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="5.0669999" + cy="4.3049998" + rx="0.012" + ry="0.012" + id="ellipse464" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="5.0669999" + cy="4.3049998" + rx="0.012" + ry="0.012" + id="ellipse466" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.8270001" + cy="4.355" + rx="0.012" + ry="0.012" + id="ellipse468" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.8270001" + cy="4.355" + rx="0.012" + ry="0.012" + id="ellipse470" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.947" + cy="4.355" + rx="0.012" + ry="0.012" + id="ellipse472" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.947" + cy="4.355" + rx="0.012" + ry="0.012" + id="ellipse474" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="5.0669999" + cy="4.355" + rx="0.012" + ry="0.012" + id="ellipse476" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="5.0669999" + cy="4.355" + rx="0.012" + ry="0.012" + id="ellipse478" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="5.1869998" + cy="4.2150002" + rx="0.15000001" + ry="0.048" + id="ellipse480" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="5.1869998" + cy="4.2150002" + rx="0.15000001" + ry="0.048" + id="ellipse482" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="5.487" + cy="4.2150002" + rx="0.15000001" + ry="0.048" + id="ellipse484" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="5.487" + cy="4.2150002" + rx="0.15000001" + ry="0.048" + id="ellipse486" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <rect + width="1.1440001" + height="2.2880001" + x="8.9790001" + y="1.4859999" + id="rect488" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.1440001" + height="2.2880001" + x="8.9790001" + y="1.4859999" + id="rect490" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.1440001" + height="2.2880001" + x="8.9790001" + y="1.4859999" + id="rect492" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.91500002" + height="0.91500002" + x="9.0939999" + y="1.6" + id="rect494" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.91500002" + height="0.91500002" + x="9.0939999" + y="1.6" + id="rect496" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.91500002" + height="0.91500002" + x="9.0939999" + y="1.6" + id="rect498" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="10.009" + y1="1.829" + x2="9.0939999" + y2="1.829" + stroke="#000000" + stroke-width="0.010" + id="line500" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="9.0939999" + y1="2.0580001" + x2="10.009" + y2="2.0580001" + stroke="#000000" + stroke-width="0.010" + id="line502" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.009" + y1="2.2290001" + x2="9.0939999" + y2="2.2290001" + stroke="#000000" + stroke-width="0.010" + id="line504" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.62900001" + height="0.34299999" + x="9.0939999" + y="2.6289999" + id="rect506" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.62900001" + height="0.34299999" + x="9.0939999" + y="2.6289999" + id="rect508" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.62900001" + height="0.34299999" + x="9.0939999" + y="2.6289999" + id="rect510" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="8.9790001" + y1="3.03" + x2="10.123" + y2="3.03" + stroke="#000000" + stroke-width="0.010" + id="line512" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="9.4940004" + y="3.1440001" + id="rect514" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="9.4940004" + y="3.1440001" + id="rect516" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="9.4940004" + y="3.1440001" + id="rect518" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="9.7229996" + y="3.1440001" + id="rect520" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="9.7229996" + y="3.1440001" + id="rect522" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="9.7229996" + y="3.1440001" + id="rect524" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="9.9519997" + y="3.1440001" + id="rect526" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="9.9519997" + y="3.1440001" + id="rect528" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="9.9519997" + y="3.1440001" + id="rect530" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.114" + height="0.057" + x="9.8950005" + y="2.8010001" + id="rect532" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.114" + height="0.057" + x="9.8950005" + y="2.8010001" + id="rect534" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.114" + height="0.057" + x="9.8950005" + y="2.8010001" + id="rect536" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="9.0939999" + y1="2.8010001" + x2="9.7229996" + y2="2.8010001" + stroke="#000000" + stroke-width="0.010" + id="line538" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.17200001" + height="0.17200001" + x="9.0939999" + y="3.0869999" + id="rect540" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.17200001" + height="0.17200001" + x="9.0939999" + y="3.0869999" + id="rect542" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.17200001" + height="0.17200001" + x="9.0939999" + y="3.0869999" + id="rect544" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.801" + height="0.057" + x="9.151" + y="2.286" + id="rect546" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.801" + height="0.057" + x="9.151" + y="2.286" + id="rect548" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.801" + height="0.057" + x="9.151" + y="2.286" + id="rect550" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="9.151" + y1="2.687" + x2="9.6660004" + y2="2.687" + stroke="#000000" + stroke-width="0.010" + id="line552" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="9.6660004" + y1="2.744" + x2="9.6090002" + y2="2.744" + stroke="#000000" + stroke-width="0.010" + id="line554" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="9.151" + y1="2.744" + x2="9.2080002" + y2="2.744" + stroke="#000000" + stroke-width="0.010" + id="line556" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.28600001" + height="0.057" + x="9.2650003" + y="2.687" + id="rect558" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.28600001" + height="0.057" + x="9.2650003" + y="2.687" + id="rect560" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.28600001" + height="0.057" + x="9.2650003" + y="2.687" + id="rect562" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="9.151" + y1="2.401" + x2="9.2080002" + y2="2.401" + stroke="#000000" + stroke-width="0.010" + id="line564" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="9.2650003" + y1="2.401" + x2="9.323" + y2="2.401" + stroke="#000000" + stroke-width="0.010" + id="line566" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="9.8369999" + y1="2.401" + x2="9.9519997" + y2="2.401" + stroke="#000000" + stroke-width="0.010" + id="line568" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.066" + y1="3.7160001" + x2="9.0369997" + y2="3.7160001" + stroke="#000000" + stroke-width="0.010" + id="line570" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="9.0369997" + y1="3.6589999" + x2="10.066" + y2="3.6589999" + stroke="#000000" + stroke-width="0.010" + id="line572" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.066" + y1="3.602" + x2="9.0369997" + y2="3.602" + stroke="#000000" + stroke-width="0.010" + id="line574" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="9.0369997" + y1="3.5439999" + x2="10.066" + y2="3.5439999" + stroke="#000000" + stroke-width="0.010" + id="line576" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.066" + y1="3.487" + x2="9.0369997" + y2="3.487" + stroke="#000000" + stroke-width="0.010" + id="line578" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="9.0369997" + y1="3.4300001" + x2="10.066" + y2="3.4300001" + stroke="#000000" + stroke-width="0.010" + id="line580" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.066" + y1="3.3729999" + x2="9.0369997" + y2="3.3729999" + stroke="#000000" + stroke-width="0.010" + id="line582" + style="stroke:#000000;stroke-width:0.01" /> + <text + x="6.888" + y="5.3340001" + id="text584" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Network:</text> + <text + x="6.4829998" + y="5.934" + id="text586" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">172.16.12.0/22</text> + <text + x="2.187" + y="4.1690001" + id="text588" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Server:</text> + <text + x="2.006" + y="4.6690001" + id="text590" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LON-BDC</text> + <text + x="8.3649998" + y="0.375" + id="text592" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Member Server:</text> + <text + x="8.6969995" + y="0.875" + id="text594" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LON-APPS</text> + <rect + width="1.291" + height="1.1390001" + x="0.61699998" + y="2.0880001" + id="rect596" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="1.263" + cy="3.227" + rx="0.64499998" + ry="0.19" + id="ellipse598" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="1.263" + cy="2.0880001" + rx="0.64499998" + ry="0.19" + id="ellipse600" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="1.263" + cy="2.0880001" + rx="0.64499998" + ry="0.19" + id="ellipse602" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 1.908,2.088 L 1.908,3.227 C 1.908,3.332 1.619,3.417 1.263,3.417 C 0.906,3.417 0.617,3.332 0.617,3.227 L 0.617,2.088" + id="path604" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="1.928" + y1="2.523" + x2="2.503" + y2="2.523" + stroke="#000000" + stroke-width="0.100" + id="line606" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="0.935" + y="2.7219999" + id="text608" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LDAP</text> + <text + x="0.94999999" + y="3.122" + id="text610" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Slave</text> + <rect + width="1.217" + height="1.825" + x="14.397" + y="1.885" + id="rect612" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.217" + height="1.825" + x="14.397" + y="1.885" + id="rect614" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.217" + height="1.825" + x="14.397" + y="1.885" + id="rect616" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.97299999" + height="0.73000002" + x="14.458" + y="1.946" + id="rect618" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.97299999" + height="0.73000002" + x="14.458" + y="1.946" + id="rect620" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.97299999" + height="0.73000002" + x="14.458" + y="1.946" + id="rect622" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="14.458" + y1="2.1900001" + x2="15.431" + y2="2.1900001" + stroke="#000000" + stroke-width="0.010" + id="line624" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.431" + y1="2.4330001" + x2="14.458" + y2="2.4330001" + stroke="#000000" + stroke-width="0.010" + id="line626" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.66900003" + height="0.36500001" + x="14.58" + y="2.737" + id="rect628" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.66900003" + height="0.36500001" + x="14.58" + y="2.737" + id="rect630" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.66900003" + height="0.36500001" + x="14.58" + y="2.737" + id="rect632" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="14.397" + y1="3.2850001" + x2="15.614" + y2="3.2850001" + stroke="#000000" + stroke-width="0.010" + id="line634" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.249" + y="3.1630001" + id="rect636" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.249" + y="3.1630001" + id="rect638" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.249" + y="3.1630001" + id="rect640" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.371" + y="3.1630001" + id="rect642" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.371" + y="3.1630001" + id="rect644" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.371" + y="3.1630001" + id="rect646" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.492" + y="3.1630001" + id="rect648" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.492" + y="3.1630001" + id="rect650" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.492" + y="3.1630001" + id="rect652" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.122" + height="0.122" + x="15.431" + y="2.98" + id="rect654" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.122" + height="0.122" + x="15.431" + y="2.98" + id="rect656" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.122" + height="0.122" + x="15.431" + y="2.98" + id="rect658" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="14.58" + y1="2.9200001" + x2="15.249" + y2="2.9200001" + stroke="#000000" + stroke-width="0.010" + id="line660" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.183" + height="0.183" + x="15.371" + y="2.737" + id="rect662" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.183" + height="0.183" + x="15.371" + y="2.737" + id="rect664" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.183" + height="0.183" + x="15.371" + y="2.737" + id="rect666" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.852" + height="0.061000001" + x="14.519" + y="2.494" + id="rect668" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.852" + height="0.061000001" + x="14.519" + y="2.494" + id="rect670" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.852" + height="0.061000001" + x="14.519" + y="2.494" + id="rect672" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="14.641" + y1="2.7980001" + x2="15.188" + y2="2.7980001" + stroke="#000000" + stroke-width="0.010" + id="line674" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.30399999" + height="0.061000001" + x="14.762" + y="2.7980001" + id="rect676" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.30399999" + height="0.061000001" + x="14.762" + y="2.7980001" + id="rect678" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.30399999" + height="0.061000001" + x="14.762" + y="2.7980001" + id="rect680" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="15.249" + y1="2.615" + x2="15.371" + y2="2.615" + stroke="#000000" + stroke-width="0.010" + id="line682" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.458" + y1="3.345" + x2="15.553" + y2="3.345" + stroke="#000000" + stroke-width="0.010" + id="line684" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.553" + y1="3.4059999" + x2="14.458" + y2="3.4059999" + stroke="#000000" + stroke-width="0.010" + id="line686" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.458" + y1="3.467" + x2="15.553" + y2="3.467" + stroke="#000000" + stroke-width="0.010" + id="line688" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.553" + y1="3.6500001" + x2="14.458" + y2="3.6500001" + stroke="#000000" + stroke-width="0.010" + id="line690" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.458" + y1="3.589" + x2="15.553" + y2="3.589" + stroke="#000000" + stroke-width="0.010" + id="line692" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.553" + y1="3.5280001" + x2="14.458" + y2="3.5280001" + stroke="#000000" + stroke-width="0.010" + id="line694" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.519" + y1="2.615" + x2="14.58" + y2="2.615" + stroke="#000000" + stroke-width="0.010" + id="line696" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.641" + y1="2.615" + x2="14.701" + y2="2.615" + stroke="#000000" + stroke-width="0.010" + id="line698" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.641" + y1="2.859" + x2="14.701" + y2="2.859" + stroke="#000000" + stroke-width="0.010" + id="line700" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.127" + y1="2.859" + x2="15.188" + y2="2.859" + stroke="#000000" + stroke-width="0.010" + id="line702" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.564" + y1="2.7980001" + x2="20.705" + y2="2.7850001" + stroke="#000000" + stroke-width="0.100" + id="line704" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="17.051001" + y1="2.7939999" + x2="17.052999" + y2="3.753" + stroke="#000000" + stroke-width="0.100" + id="line706" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="17.054001" + y1="2.7939999" + x2="17.052" + y2="1.794" + stroke="#000000" + stroke-width="0.100" + id="line708" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="18.493" + y1="2.7909999" + x2="18.496" + y2="3.6960001" + stroke="#000000" + stroke-width="0.100" + id="line710" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="18.495001" + y1="2.7909999" + x2="18.492001" + y2="1.791" + stroke="#000000" + stroke-width="0.100" + id="line712" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="19.936001" + y1="2.7869999" + x2="19.938999" + y2="3.714" + stroke="#000000" + stroke-width="0.100" + id="line714" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="19.934999" + y1="2.7869999" + x2="19.933001" + y2="1.7869999" + stroke="#000000" + stroke-width="0.100" + id="line716" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="0.89600003" + height="0.67199999" + x="18.042999" + y="3.721" + id="rect718" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="18.042999" + y="3.721" + id="rect720" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="18.139999" + y="3.8180001" + id="rect722" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="18.165,4.393 18.625,4.393 18.625,4.498 18.189,4.498 18.165,4.393 " + id="polygon724" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.165,4.393 18.625,4.393 18.625,4.498 18.189,4.498 18.165,4.393 " + id="polygon726" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="18.625,4.393 18.818,4.393 18.793,4.498 18.625,4.498 18.625,4.393 " + id="polygon728" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.625,4.393 18.818,4.393 18.793,4.498 18.625,4.498 18.625,4.393 " + id="polygon730" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="18.657" + y="4.4239998" + id="rect732" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="18.657" + y="4.4239998" + id="rect734" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="18.402,4.498 18.581,4.498 18.581,4.55 18.67,4.55 18.67,4.602 18.312,4.602 18.312,4.55 18.402,4.55 18.402,4.498 " + id="polygon736" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.402,4.498 18.581,4.498 18.581,4.55 18.67,4.55 18.67,4.602 18.312,4.602 18.312,4.55 18.402,4.55 18.402,4.498 " + id="polygon738" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="19.486" + y="3.71" + id="rect740" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="19.486" + y="3.71" + id="rect742" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="19.583" + y="3.8069999" + id="rect744" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="19.607,4.382 20.068,4.382 20.068,4.487 19.631,4.487 19.607,4.382 " + id="polygon746" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.607,4.382 20.068,4.382 20.068,4.487 19.631,4.487 19.607,4.382 " + id="polygon748" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="20.068,4.382 20.26,4.382 20.236,4.487 20.068,4.487 20.068,4.382 " + id="polygon750" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="20.068,4.382 20.26,4.382 20.236,4.487 20.068,4.487 20.068,4.382 " + id="polygon752" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="20.099001" + y="4.414" + id="rect754" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="20.099001" + y="4.414" + id="rect756" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="19.844,4.487 20.023,4.487 20.023,4.539 20.113,4.539 20.113,4.591 19.754,4.591 19.754,4.539 19.844,4.539 19.844,4.487 " + id="polygon758" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.844,4.487 20.023,4.487 20.023,4.539 20.113,4.539 20.113,4.591 19.754,4.591 19.754,4.539 19.844,4.539 19.844,4.487 " + id="polygon760" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="16.611" + y="1.285" + id="rect762" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="16.611" + y="1.285" + id="rect764" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="16.708" + y="1.382" + id="rect766" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="16.732,1.957 17.193,1.957 17.193,2.062 16.756,2.062 16.732,1.957 " + id="polygon768" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="16.732,1.957 17.193,1.957 17.193,2.062 16.756,2.062 16.732,1.957 " + id="polygon770" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="17.193,1.957 17.385,1.957 17.361,2.062 17.193,2.062 17.193,1.957 " + id="polygon772" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="17.193,1.957 17.385,1.957 17.361,2.062 17.193,2.062 17.193,1.957 " + id="polygon774" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="17.224001" + y="1.989" + id="rect776" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="17.224001" + y="1.989" + id="rect778" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="16.969,2.062 17.148,2.062 17.148,2.114 17.238,2.114 17.238,2.166 16.879,2.166 16.879,2.114 16.969,2.114 16.969,2.062 " + id="polygon780" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="16.969,2.062 17.148,2.062 17.148,2.114 17.238,2.114 17.238,2.166 16.879,2.166 16.879,2.114 16.969,2.114 16.969,2.062 " + id="polygon782" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="18.061001" + y="1.3099999" + id="rect784" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="18.061001" + y="1.3099999" + id="rect786" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="18.158001" + y="1.4069999" + id="rect788" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="18.182,1.982 18.643,1.982 18.643,2.087 18.206,2.087 18.182,1.982 " + id="polygon790" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.182,1.982 18.643,1.982 18.643,2.087 18.206,2.087 18.182,1.982 " + id="polygon792" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="18.643,1.982 18.835,1.982 18.811,2.087 18.643,2.087 18.643,1.982 " + id="polygon794" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.643,1.982 18.835,1.982 18.811,2.087 18.643,2.087 18.643,1.982 " + id="polygon796" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="18.674" + y="2.0139999" + id="rect798" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="18.674" + y="2.0139999" + id="rect800" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="18.419,2.087 18.598,2.087 18.598,2.139 18.688,2.139 18.688,2.191 18.329,2.191 18.329,2.139 18.419,2.139 18.419,2.087 " + id="polygon802" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.419,2.087 18.598,2.087 18.598,2.139 18.688,2.139 18.688,2.191 18.329,2.191 18.329,2.139 18.419,2.139 18.419,2.087 " + id="polygon804" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="19.511" + y="1.285" + id="rect806" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="19.511" + y="1.285" + id="rect808" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="19.608" + y="1.382" + id="rect810" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="19.632,1.957 20.093,1.957 20.093,2.062 19.656,2.062 19.632,1.957 " + id="polygon812" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.632,1.957 20.093,1.957 20.093,2.062 19.656,2.062 19.632,1.957 " + id="polygon814" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="20.093,1.957 20.285,1.957 20.261,2.062 20.093,2.062 20.093,1.957 " + id="polygon816" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="20.093,1.957 20.285,1.957 20.261,2.062 20.093,2.062 20.093,1.957 " + id="polygon818" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="20.124001" + y="1.989" + id="rect820" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="20.124001" + y="1.989" + id="rect822" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="19.869,2.062 20.048,2.062 20.048,2.114 20.138,2.114 20.138,2.166 19.779,2.166 19.779,2.114 19.869,2.114 19.869,2.062 " + id="polygon824" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.869,2.062 20.048,2.062 20.048,2.114 20.138,2.114 20.138,2.166 19.779,2.166 19.779,2.114 19.869,2.114 19.869,2.062 " + id="polygon826" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="16.622,3.957 16.574,3.977 16.43,4.337 16.43,4.517 16.502,4.577 17.558,4.577 17.63,4.517 17.63,4.337 17.486,3.977 17.438,3.957 16.622,3.957 " + id="polygon828" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="16.622,3.957 16.574,3.977 16.43,4.337 16.43,4.517 16.502,4.577 17.558,4.577 17.63,4.517 17.63,4.337 17.486,3.977 17.438,3.957 16.622,3.957 " + id="polygon830" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 16.454,4.277 L 16.502,4.297 L 17.558,4.297 L 17.606,4.277" + id="path832" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 17.558,4.297 L 17.63,4.337" + id="path834" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 16.43,4.337 L 16.502,4.297" + id="path836" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="16.766,3.577 16.742,4.057 17.318,4.057 17.294,3.577 16.766,3.577 " + id="polygon838" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="16.766,3.577 16.742,4.057 17.318,4.057 17.294,3.577 16.766,3.577 " + id="polygon840" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="16.67,4.057 16.622,4.197 17.438,4.197 17.39,4.057 16.67,4.057 " + id="polygon842" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="16.67,4.057 16.622,4.197 17.438,4.197 17.39,4.057 16.67,4.057 " + id="polygon844" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="16.67" + cy="4.3670001" + rx="0.012" + ry="0.012" + id="ellipse846" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.67" + cy="4.3670001" + rx="0.012" + ry="0.012" + id="ellipse848" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.790001" + cy="4.3670001" + rx="0.012" + ry="0.012" + id="ellipse850" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.790001" + cy="4.3670001" + rx="0.012" + ry="0.012" + id="ellipse852" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.91" + cy="4.3670001" + rx="0.012" + ry="0.012" + id="ellipse854" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.91" + cy="4.3670001" + rx="0.012" + ry="0.012" + id="ellipse856" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.67" + cy="4.4169998" + rx="0.012" + ry="0.012" + id="ellipse858" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.67" + cy="4.4169998" + rx="0.012" + ry="0.012" + id="ellipse860" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.790001" + cy="4.4169998" + rx="0.012" + ry="0.012" + id="ellipse862" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.790001" + cy="4.4169998" + rx="0.012" + ry="0.012" + id="ellipse864" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.91" + cy="4.4169998" + rx="0.012" + ry="0.012" + id="ellipse866" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.91" + cy="4.4169998" + rx="0.012" + ry="0.012" + id="ellipse868" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.67" + cy="4.467" + rx="0.012" + ry="0.012" + id="ellipse870" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.67" + cy="4.467" + rx="0.012" + ry="0.012" + id="ellipse872" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.790001" + cy="4.467" + rx="0.012" + ry="0.012" + id="ellipse874" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.790001" + cy="4.467" + rx="0.012" + ry="0.012" + id="ellipse876" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.91" + cy="4.467" + rx="0.012" + ry="0.012" + id="ellipse878" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.91" + cy="4.467" + rx="0.012" + ry="0.012" + id="ellipse880" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.67" + cy="4.5170002" + rx="0.012" + ry="0.012" + id="ellipse882" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.67" + cy="4.5170002" + rx="0.012" + ry="0.012" + id="ellipse884" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.790001" + cy="4.5170002" + rx="0.012" + ry="0.012" + id="ellipse886" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.790001" + cy="4.5170002" + rx="0.012" + ry="0.012" + id="ellipse888" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.91" + cy="4.5170002" + rx="0.012" + ry="0.012" + id="ellipse890" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.91" + cy="4.5170002" + rx="0.012" + ry="0.012" + id="ellipse892" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="17.030001" + cy="4.3769999" + rx="0.15000001" + ry="0.048" + id="ellipse894" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="17.030001" + cy="4.3769999" + rx="0.15000001" + ry="0.048" + id="ellipse896" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="17.33" + cy="4.3769999" + rx="0.15000001" + ry="0.048" + id="ellipse898" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="17.33" + cy="4.3769999" + rx="0.15000001" + ry="0.048" + id="ellipse900" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <rect + width="1.1440001" + height="2.2880001" + x="20.823" + y="1.648" + id="rect902" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.1440001" + height="2.2880001" + x="20.823" + y="1.648" + id="rect904" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.1440001" + height="2.2880001" + x="20.823" + y="1.648" + id="rect906" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.91500002" + height="0.91500002" + x="20.938" + y="1.762" + id="rect908" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.91500002" + height="0.91500002" + x="20.938" + y="1.762" + id="rect910" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.91500002" + height="0.91500002" + x="20.938" + y="1.762" + id="rect912" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="21.853001" + y1="1.9910001" + x2="20.938" + y2="1.9910001" + stroke="#000000" + stroke-width="0.010" + id="line914" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.938" + y1="2.22" + x2="21.853001" + y2="2.22" + stroke="#000000" + stroke-width="0.010" + id="line916" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.853001" + y1="2.391" + x2="20.938" + y2="2.391" + stroke="#000000" + stroke-width="0.010" + id="line918" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.62900001" + height="0.34299999" + x="20.938" + y="2.7920001" + id="rect920" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.62900001" + height="0.34299999" + x="20.938" + y="2.7920001" + id="rect922" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.62900001" + height="0.34299999" + x="20.938" + y="2.7920001" + id="rect924" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.823" + y1="3.1919999" + x2="21.966999" + y2="3.1919999" + stroke="#000000" + stroke-width="0.010" + id="line926" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="21.337999" + y="3.306" + id="rect928" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="21.337999" + y="3.306" + id="rect930" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="21.337999" + y="3.306" + id="rect932" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="21.566999" + y="3.306" + id="rect934" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="21.566999" + y="3.306" + id="rect936" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="21.566999" + y="3.306" + id="rect938" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="21.796" + y="3.306" + id="rect940" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="21.796" + y="3.306" + id="rect942" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="21.796" + y="3.306" + id="rect944" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.114" + height="0.057" + x="21.738001" + y="2.9630001" + id="rect946" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.114" + height="0.057" + x="21.738001" + y="2.9630001" + id="rect948" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.114" + height="0.057" + x="21.738001" + y="2.9630001" + id="rect950" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.938" + y1="2.9630001" + x2="21.566999" + y2="2.9630001" + stroke="#000000" + stroke-width="0.010" + id="line952" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.17200001" + height="0.17200001" + x="20.938" + y="3.2490001" + id="rect954" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.17200001" + height="0.17200001" + x="20.938" + y="3.2490001" + id="rect956" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.17200001" + height="0.17200001" + x="20.938" + y="3.2490001" + id="rect958" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.801" + height="0.057" + x="20.995001" + y="2.448" + id="rect960" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.801" + height="0.057" + x="20.995001" + y="2.448" + id="rect962" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.801" + height="0.057" + x="20.995001" + y="2.448" + id="rect964" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.995001" + y1="2.849" + x2="21.51" + y2="2.849" + stroke="#000000" + stroke-width="0.010" + id="line966" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.51" + y1="2.9059999" + x2="21.452" + y2="2.9059999" + stroke="#000000" + stroke-width="0.010" + id="line968" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.995001" + y1="2.9059999" + x2="21.052" + y2="2.9059999" + stroke="#000000" + stroke-width="0.010" + id="line970" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.28600001" + height="0.057" + x="21.108999" + y="2.849" + id="rect972" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.28600001" + height="0.057" + x="21.108999" + y="2.849" + id="rect974" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.28600001" + height="0.057" + x="21.108999" + y="2.849" + id="rect976" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.995001" + y1="2.563" + x2="21.052" + y2="2.563" + stroke="#000000" + stroke-width="0.010" + id="line978" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.108999" + y1="2.563" + x2="21.167" + y2="2.563" + stroke="#000000" + stroke-width="0.010" + id="line980" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.681" + y1="2.563" + x2="21.796" + y2="2.563" + stroke="#000000" + stroke-width="0.010" + id="line982" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.91" + y1="3.878" + x2="20.881001" + y2="3.878" + stroke="#000000" + stroke-width="0.010" + id="line984" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.881001" + y1="3.8210001" + x2="21.91" + y2="3.8210001" + stroke="#000000" + stroke-width="0.010" + id="line986" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.91" + y1="3.7639999" + x2="20.881001" + y2="3.7639999" + stroke="#000000" + stroke-width="0.010" + id="line988" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.881001" + y1="3.707" + x2="21.91" + y2="3.707" + stroke="#000000" + stroke-width="0.010" + id="line990" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.91" + y1="3.6489999" + x2="20.881001" + y2="3.6489999" + stroke="#000000" + stroke-width="0.010" + id="line992" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.881001" + y1="3.592" + x2="21.91" + y2="3.592" + stroke="#000000" + stroke-width="0.010" + id="line994" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.91" + y1="3.5350001" + x2="20.881001" + y2="3.5350001" + stroke="#000000" + stroke-width="0.010" + id="line996" + style="stroke:#000000;stroke-width:0.01" /> + <text + x="18.931999" + y="5.4460001" + id="text998" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Network:</text> + <text + x="18.525999" + y="6.046" + id="text1000" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">172.16.16.0/22</text> + <text + x="14.303" + y="4.415" + id="text1002" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Server:</text> + <text + x="14.238" + y="4.915" + id="text1004" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LA-BDC</text> + <text + x="19.816999" + y="0.35600001" + id="text1006" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Member Server:</text> + <text + x="20.266001" + y="0.85600001" + id="text1008" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LA-APPS</text> + <rect + width="1.326" + height="1.17" + x="12.501" + y="2.28" + id="rect1010" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="13.164" + cy="3.451" + rx="0.66299999" + ry="0.19499999" + id="ellipse1012" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="13.164" + cy="2.28" + rx="0.66299999" + ry="0.19499999" + id="ellipse1014" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="13.164" + cy="2.28" + rx="0.66299999" + ry="0.19499999" + id="ellipse1016" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 13.827,2.28 L 13.827,3.451 C 13.827,3.559 13.53,3.646 13.164,3.646 C 12.798,3.646 12.501,3.559 12.501,3.451 L 12.501,2.28" + id="path1018" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="13.85" + y1="2.7939999" + x2="14.397" + y2="2.7980001" + stroke="#000000" + stroke-width="0.100" + id="line1020" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="12.809" + y="2.9619999" + id="text1022" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LDAP</text> + <text + x="12.823" + y="3.362" + id="text1024" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Slave</text> + <rect + width="1.217" + height="1.825" + x="14.275" + y="10.44" + id="rect1026" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.217" + height="1.825" + x="14.275" + y="10.44" + id="rect1028" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.217" + height="1.825" + x="14.275" + y="10.44" + id="rect1030" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.97299999" + height="0.73000002" + x="14.336" + y="10.501" + id="rect1032" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.97299999" + height="0.73000002" + x="14.336" + y="10.501" + id="rect1034" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.97299999" + height="0.73000002" + x="14.336" + y="10.501" + id="rect1036" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="14.336" + y1="10.744" + x2="15.309" + y2="10.744" + stroke="#000000" + stroke-width="0.010" + id="line1038" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.309" + y1="10.988" + x2="14.336" + y2="10.988" + stroke="#000000" + stroke-width="0.010" + id="line1040" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.66900003" + height="0.36500001" + x="14.458" + y="11.292" + id="rect1042" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.66900003" + height="0.36500001" + x="14.458" + y="11.292" + id="rect1044" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.66900003" + height="0.36500001" + x="14.458" + y="11.292" + id="rect1046" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="14.275" + y1="11.839" + x2="15.492" + y2="11.839" + stroke="#000000" + stroke-width="0.010" + id="line1048" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.127" + y="11.718" + id="rect1050" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.127" + y="11.718" + id="rect1052" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.127" + y="11.718" + id="rect1054" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.249" + y="11.718" + id="rect1056" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.249" + y="11.718" + id="rect1058" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.249" + y="11.718" + id="rect1060" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.37" + y="11.718" + id="rect1062" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.37" + y="11.718" + id="rect1064" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.37" + y="11.718" + id="rect1066" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.122" + height="0.122" + x="15.309" + y="11.535" + id="rect1068" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.122" + height="0.122" + x="15.309" + y="11.535" + id="rect1070" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.122" + height="0.122" + x="15.309" + y="11.535" + id="rect1072" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="14.458" + y1="11.474" + x2="15.127" + y2="11.474" + stroke="#000000" + stroke-width="0.010" + id="line1074" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.183" + height="0.182" + x="15.249" + y="11.292" + id="rect1076" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.183" + height="0.182" + x="15.249" + y="11.292" + id="rect1078" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.183" + height="0.182" + x="15.249" + y="11.292" + id="rect1080" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.852" + height="0.061000001" + x="14.397" + y="11.048" + id="rect1082" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.852" + height="0.061000001" + x="14.397" + y="11.048" + id="rect1084" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.852" + height="0.061000001" + x="14.397" + y="11.048" + id="rect1086" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="14.519" + y1="11.353" + x2="15.066" + y2="11.353" + stroke="#000000" + stroke-width="0.010" + id="line1088" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.30399999" + height="0.061000001" + x="14.64" + y="11.353" + id="rect1090" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.30399999" + height="0.061000001" + x="14.64" + y="11.353" + id="rect1092" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.30399999" + height="0.061000001" + x="14.64" + y="11.353" + id="rect1094" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="15.127" + y1="11.17" + x2="15.249" + y2="11.17" + stroke="#000000" + stroke-width="0.010" + id="line1096" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.336" + y1="11.9" + x2="15.431" + y2="11.9" + stroke="#000000" + stroke-width="0.010" + id="line1098" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.431" + y1="11.961" + x2="14.336" + y2="11.961" + stroke="#000000" + stroke-width="0.010" + id="line1100" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.336" + y1="12.022" + x2="15.431" + y2="12.022" + stroke="#000000" + stroke-width="0.010" + id="line1102" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.431" + y1="12.204" + x2="14.336" + y2="12.204" + stroke="#000000" + stroke-width="0.010" + id="line1104" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.336" + y1="12.143" + x2="15.431" + y2="12.143" + stroke="#000000" + stroke-width="0.010" + id="line1106" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.431" + y1="12.083" + x2="14.336" + y2="12.083" + stroke="#000000" + stroke-width="0.010" + id="line1108" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.397" + y1="11.17" + x2="14.458" + y2="11.17" + stroke="#000000" + stroke-width="0.010" + id="line1110" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.519" + y1="11.17" + x2="14.579" + y2="11.17" + stroke="#000000" + stroke-width="0.010" + id="line1112" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.519" + y1="11.413" + x2="14.579" + y2="11.413" + stroke="#000000" + stroke-width="0.010" + id="line1114" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.005" + y1="11.413" + x2="15.066" + y2="11.413" + stroke="#000000" + stroke-width="0.010" + id="line1116" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.442" + y1="11.353" + x2="20.584" + y2="11.34" + stroke="#000000" + stroke-width="0.100" + id="line1118" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="16.929001" + y1="11.349" + x2="16.931" + y2="12.308" + stroke="#000000" + stroke-width="0.100" + id="line1120" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="16.931999" + y1="11.349" + x2="16.93" + y2="10.349" + stroke="#000000" + stroke-width="0.100" + id="line1122" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="18.372" + y1="11.345" + x2="18.374001" + y2="12.251" + stroke="#000000" + stroke-width="0.100" + id="line1124" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="18.372999" + y1="11.345" + x2="18.370001" + y2="10.345" + stroke="#000000" + stroke-width="0.100" + id="line1126" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="19.815001" + y1="11.342" + x2="19.816999" + y2="12.269" + stroke="#000000" + stroke-width="0.100" + id="line1128" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="19.813" + y1="11.342" + x2="19.811001" + y2="10.342" + stroke="#000000" + stroke-width="0.100" + id="line1130" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="0.89600003" + height="0.67199999" + x="17.921" + y="12.276" + id="rect1132" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="17.921" + y="12.276" + id="rect1134" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="18.018" + y="12.373" + id="rect1136" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="18.043,12.948 18.504,12.948 18.504,13.052 18.067,13.052 18.043,12.948 " + id="polygon1138" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.043,12.948 18.504,12.948 18.504,13.052 18.067,13.052 18.043,12.948 " + id="polygon1140" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="18.504,12.948 18.696,12.948 18.672,13.052 18.504,13.052 18.504,12.948 " + id="polygon1142" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.504,12.948 18.696,12.948 18.672,13.052 18.504,13.052 18.504,12.948 " + id="polygon1144" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="18.535" + y="12.979" + id="rect1146" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="18.535" + y="12.979" + id="rect1148" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="18.28,13.052 18.459,13.052 18.459,13.104 18.548,13.104 18.548,13.157 18.19,13.157 18.19,13.104 18.28,13.104 18.28,13.052 " + id="polygon1150" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.28,13.052 18.459,13.052 18.459,13.104 18.548,13.104 18.548,13.157 18.19,13.157 18.19,13.104 18.28,13.104 18.28,13.052 " + id="polygon1152" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="19.364" + y="12.265" + id="rect1154" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="19.364" + y="12.265" + id="rect1156" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="19.461" + y="12.362" + id="rect1158" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="19.485,12.937 19.946,12.937 19.946,13.041 19.509,13.041 19.485,12.937 " + id="polygon1160" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.485,12.937 19.946,12.937 19.946,13.041 19.509,13.041 19.485,12.937 " + id="polygon1162" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="19.946,12.937 20.138,12.937 20.114,13.041 19.946,13.041 19.946,12.937 " + id="polygon1164" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.946,12.937 20.138,12.937 20.114,13.041 19.946,13.041 19.946,12.937 " + id="polygon1166" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="19.976999" + y="12.968" + id="rect1168" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="19.976999" + y="12.968" + id="rect1170" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="19.722,13.041 19.901,13.041 19.901,13.094 19.991,13.094 19.991,13.146 19.632,13.146 19.632,13.094 19.722,13.094 19.722,13.041 " + id="polygon1172" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.722,13.041 19.901,13.041 19.901,13.094 19.991,13.094 19.991,13.146 19.632,13.146 19.632,13.094 19.722,13.094 19.722,13.041 " + id="polygon1174" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="16.489" + y="9.8400002" + id="rect1176" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="16.489" + y="9.8400002" + id="rect1178" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="16.586" + y="9.9370003" + id="rect1180" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="16.61,10.512 17.071,10.512 17.071,10.616 16.634,10.616 16.61,10.512 " + id="polygon1182" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="16.61,10.512 17.071,10.512 17.071,10.616 16.634,10.616 16.61,10.512 " + id="polygon1184" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="17.071,10.512 17.263,10.512 17.239,10.616 17.071,10.616 17.071,10.512 " + id="polygon1186" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="17.071,10.512 17.263,10.512 17.239,10.616 17.071,10.616 17.071,10.512 " + id="polygon1188" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="17.101999" + y="10.543" + id="rect1190" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="17.101999" + y="10.543" + id="rect1192" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="16.847,10.616 17.026,10.616 17.026,10.669 17.116,10.669 17.116,10.721 16.757,10.721 16.757,10.669 16.847,10.669 16.847,10.616 " + id="polygon1194" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="16.847,10.616 17.026,10.616 17.026,10.669 17.116,10.669 17.116,10.721 16.757,10.721 16.757,10.669 16.847,10.669 16.847,10.616 " + id="polygon1196" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="17.938999" + y="9.8649998" + id="rect1198" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="17.938999" + y="9.8649998" + id="rect1200" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="18.035999" + y="9.9619999" + id="rect1202" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="18.06,10.537 18.521,10.537 18.521,10.641 18.084,10.641 18.06,10.537 " + id="polygon1204" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.06,10.537 18.521,10.537 18.521,10.641 18.084,10.641 18.06,10.537 " + id="polygon1206" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="18.521,10.537 18.713,10.537 18.689,10.641 18.521,10.641 18.521,10.537 " + id="polygon1208" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.521,10.537 18.713,10.537 18.689,10.641 18.521,10.641 18.521,10.537 " + id="polygon1210" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="18.552" + y="10.568" + id="rect1212" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="18.552" + y="10.568" + id="rect1214" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="18.297,10.641 18.476,10.641 18.476,10.694 18.566,10.694 18.566,10.746 18.207,10.746 18.207,10.694 18.297,10.694 18.297,10.641 " + id="polygon1216" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.297,10.641 18.476,10.641 18.476,10.694 18.566,10.694 18.566,10.746 18.207,10.746 18.207,10.694 18.297,10.694 18.297,10.641 " + id="polygon1218" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="19.389" + y="9.8400002" + id="rect1220" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="19.389" + y="9.8400002" + id="rect1222" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="19.486" + y="9.9370003" + id="rect1224" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="19.51,10.512 19.971,10.512 19.971,10.616 19.534,10.616 19.51,10.512 " + id="polygon1226" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.51,10.512 19.971,10.512 19.971,10.616 19.534,10.616 19.51,10.512 " + id="polygon1228" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="19.971,10.512 20.163,10.512 20.139,10.616 19.971,10.616 19.971,10.512 " + id="polygon1230" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.971,10.512 20.163,10.512 20.139,10.616 19.971,10.616 19.971,10.512 " + id="polygon1232" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="20.002001" + y="10.543" + id="rect1234" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="20.002001" + y="10.543" + id="rect1236" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="19.747,10.616 19.926,10.616 19.926,10.669 20.016,10.669 20.016,10.721 19.657,10.721 19.657,10.669 19.747,10.669 19.747,10.616 " + id="polygon1238" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.747,10.616 19.926,10.616 19.926,10.669 20.016,10.669 20.016,10.721 19.657,10.721 19.657,10.669 19.747,10.669 19.747,10.616 " + id="polygon1240" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="16.501,12.512 16.453,12.532 16.309,12.892 16.309,13.072 16.381,13.132 17.437,13.132 17.509,13.072 17.509,12.892 17.365,12.532 17.317,12.512 16.501,12.512 " + id="polygon1242" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="16.501,12.512 16.453,12.532 16.309,12.892 16.309,13.072 16.381,13.132 17.437,13.132 17.509,13.072 17.509,12.892 17.365,12.532 17.317,12.512 16.501,12.512 " + id="polygon1244" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 16.333,12.832 L 16.381,12.852 L 17.437,12.852 L 17.485,12.832" + id="path1246" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 17.437,12.852 L 17.509,12.892" + id="path1248" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 16.309,12.892 L 16.381,12.852" + id="path1250" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="16.645,12.132 16.621,12.612 17.197,12.612 17.173,12.132 16.645,12.132 " + id="polygon1252" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="16.645,12.132 16.621,12.612 17.197,12.612 17.173,12.132 16.645,12.132 " + id="polygon1254" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="16.549,12.612 16.501,12.752 17.317,12.752 17.269,12.612 16.549,12.612 " + id="polygon1256" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="16.549,12.612 16.501,12.752 17.317,12.752 17.269,12.612 16.549,12.612 " + id="polygon1258" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="16.549" + cy="12.922" + rx="0.012" + ry="0.012" + id="ellipse1260" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.549" + cy="12.922" + rx="0.012" + ry="0.012" + id="ellipse1262" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.669001" + cy="12.922" + rx="0.012" + ry="0.012" + id="ellipse1264" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.669001" + cy="12.922" + rx="0.012" + ry="0.012" + id="ellipse1266" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.789" + cy="12.922" + rx="0.012" + ry="0.012" + id="ellipse1268" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.789" + cy="12.922" + rx="0.012" + ry="0.012" + id="ellipse1270" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.549" + cy="12.972" + rx="0.012" + ry="0.012" + id="ellipse1272" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.549" + cy="12.972" + rx="0.012" + ry="0.012" + id="ellipse1274" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.669001" + cy="12.972" + rx="0.012" + ry="0.012" + id="ellipse1276" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.669001" + cy="12.972" + rx="0.012" + ry="0.012" + id="ellipse1278" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.789" + cy="12.972" + rx="0.012" + ry="0.012" + id="ellipse1280" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.789" + cy="12.972" + rx="0.012" + ry="0.012" + id="ellipse1282" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.549" + cy="13.022" + rx="0.012" + ry="0.012" + id="ellipse1284" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.549" + cy="13.022" + rx="0.012" + ry="0.012" + id="ellipse1286" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.669001" + cy="13.022" + rx="0.012" + ry="0.012" + id="ellipse1288" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.669001" + cy="13.022" + rx="0.012" + ry="0.012" + id="ellipse1290" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.789" + cy="13.022" + rx="0.012" + ry="0.012" + id="ellipse1292" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.789" + cy="13.022" + rx="0.012" + ry="0.012" + id="ellipse1294" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.549" + cy="13.072" + rx="0.012" + ry="0.012" + id="ellipse1296" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.549" + cy="13.072" + rx="0.012" + ry="0.012" + id="ellipse1298" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.669001" + cy="13.072" + rx="0.012" + ry="0.012" + id="ellipse1300" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.669001" + cy="13.072" + rx="0.012" + ry="0.012" + id="ellipse1302" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.789" + cy="13.072" + rx="0.012" + ry="0.012" + id="ellipse1304" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.789" + cy="13.072" + rx="0.012" + ry="0.012" + id="ellipse1306" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.909" + cy="12.932" + rx="0.15000001" + ry="0.048" + id="ellipse1308" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="16.909" + cy="12.932" + rx="0.15000001" + ry="0.048" + id="ellipse1310" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="17.209" + cy="12.932" + rx="0.15000001" + ry="0.048" + id="ellipse1312" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="17.209" + cy="12.932" + rx="0.15000001" + ry="0.048" + id="ellipse1314" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <rect + width="1.1440001" + height="2.2869999" + x="20.701" + y="10.203" + id="rect1316" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.1440001" + height="2.2869999" + x="20.701" + y="10.203" + id="rect1318" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.1440001" + height="2.2869999" + x="20.701" + y="10.203" + id="rect1320" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.91500002" + height="0.91500002" + x="20.816" + y="10.317" + id="rect1322" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.91500002" + height="0.91500002" + x="20.816" + y="10.317" + id="rect1324" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.91500002" + height="0.91500002" + x="20.816" + y="10.317" + id="rect1326" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="21.731001" + y1="10.546" + x2="20.816" + y2="10.546" + stroke="#000000" + stroke-width="0.010" + id="line1328" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.816" + y1="10.774" + x2="21.731001" + y2="10.774" + stroke="#000000" + stroke-width="0.010" + id="line1330" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.731001" + y1="10.946" + x2="20.816" + y2="10.946" + stroke="#000000" + stroke-width="0.010" + id="line1332" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.62900001" + height="0.34299999" + x="20.816" + y="11.346" + id="rect1334" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.62900001" + height="0.34299999" + x="20.816" + y="11.346" + id="rect1336" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.62900001" + height="0.34299999" + x="20.816" + y="11.346" + id="rect1338" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.701" + y1="11.747" + x2="21.844999" + y2="11.747" + stroke="#000000" + stroke-width="0.010" + id="line1340" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="21.216" + y="11.861" + id="rect1342" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="21.216" + y="11.861" + id="rect1344" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="21.216" + y="11.861" + id="rect1346" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="21.445" + y="11.861" + id="rect1348" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="21.445" + y="11.861" + id="rect1350" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="21.445" + y="11.861" + id="rect1352" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="21.674" + y="11.861" + id="rect1354" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="21.674" + y="11.861" + id="rect1356" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="21.674" + y="11.861" + id="rect1358" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.114" + height="0.057" + x="21.615999" + y="11.518" + id="rect1360" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.114" + height="0.057" + x="21.615999" + y="11.518" + id="rect1362" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.114" + height="0.057" + x="21.615999" + y="11.518" + id="rect1364" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.816" + y1="11.518" + x2="21.445" + y2="11.518" + stroke="#000000" + stroke-width="0.010" + id="line1366" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.17200001" + height="0.17200001" + x="20.816" + y="11.804" + id="rect1368" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.17200001" + height="0.17200001" + x="20.816" + y="11.804" + id="rect1370" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.17200001" + height="0.17200001" + x="20.816" + y="11.804" + id="rect1372" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.801" + height="0.057" + x="20.872999" + y="11.003" + id="rect1374" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.801" + height="0.057" + x="20.872999" + y="11.003" + id="rect1376" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.801" + height="0.057" + x="20.872999" + y="11.003" + id="rect1378" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.872999" + y1="11.404" + x2="21.388" + y2="11.404" + stroke="#000000" + stroke-width="0.010" + id="line1380" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.388" + y1="11.461" + x2="21.330999" + y2="11.461" + stroke="#000000" + stroke-width="0.010" + id="line1382" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.872999" + y1="11.461" + x2="20.93" + y2="11.461" + stroke="#000000" + stroke-width="0.010" + id="line1384" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.28600001" + height="0.057" + x="20.987" + y="11.404" + id="rect1386" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.28600001" + height="0.057" + x="20.987" + y="11.404" + id="rect1388" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.28600001" + height="0.057" + x="20.987" + y="11.404" + id="rect1390" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.872999" + y1="11.118" + x2="20.93" + y2="11.118" + stroke="#000000" + stroke-width="0.010" + id="line1392" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.987" + y1="11.118" + x2="21.045" + y2="11.118" + stroke="#000000" + stroke-width="0.010" + id="line1394" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.559" + y1="11.118" + x2="21.674" + y2="11.118" + stroke="#000000" + stroke-width="0.010" + id="line1396" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.788" + y1="12.433" + x2="20.759001" + y2="12.433" + stroke="#000000" + stroke-width="0.010" + id="line1398" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.759001" + y1="12.376" + x2="21.788" + y2="12.376" + stroke="#000000" + stroke-width="0.010" + id="line1400" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.788" + y1="12.319" + x2="20.759001" + y2="12.319" + stroke="#000000" + stroke-width="0.010" + id="line1402" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.759001" + y1="12.261" + x2="21.788" + y2="12.261" + stroke="#000000" + stroke-width="0.010" + id="line1404" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.788" + y1="12.204" + x2="20.759001" + y2="12.204" + stroke="#000000" + stroke-width="0.010" + id="line1406" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.759001" + y1="12.147" + x2="21.788" + y2="12.147" + stroke="#000000" + stroke-width="0.010" + id="line1408" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.788" + y1="12.09" + x2="20.759001" + y2="12.09" + stroke="#000000" + stroke-width="0.010" + id="line1410" + style="stroke:#000000;stroke-width:0.01" /> + <text + x="18.334999" + y="14.401" + id="text1412" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Network:</text> + <text + x="17.900999" + y="15.001" + id="text1414" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">172.16.20.0/22</text> + <text + x="13.937" + y="12.893" + id="text1416" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Server:</text> + <text + x="13.608" + y="13.393" + id="text1418" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">WADC-BDC</text> + <text + x="19.917" + y="8.9940004" + id="text1420" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Member Server:</text> + <text + x="20.101999" + y="9.4940004" + id="text1422" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">WADC-APPS</text> + <rect + width="1.314" + height="1.159" + x="12.051" + y="10.933" + id="rect1424" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="12.708" + cy="12.092" + rx="0.65700001" + ry="0.193" + id="ellipse1426" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="12.708" + cy="10.933" + rx="0.65700001" + ry="0.193" + id="ellipse1428" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="12.708" + cy="10.933" + rx="0.65700001" + ry="0.193" + id="ellipse1430" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 13.365,10.933 L 13.365,12.092 C 13.365,12.199 13.071,12.286 12.708,12.286 C 12.345,12.286 12.051,12.199 12.051,12.092 L 12.051,10.933" + id="path1432" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="14.275" + y1="11.353" + x2="13.4" + y2="11.368" + stroke="#000000" + stroke-width="0.100" + id="line1434" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="12.412" + y="11.567" + id="text1436" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LDAP</text> + <text + x="12.427" + y="11.967" + id="text1438" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Slave</text> + <path + d="M 9.35,11.667 C 9.83,11.677 10.761,11.461 10.63,10.999 C 10.499,10.536 9.874,10.433 9.612,10.567 C 9.35,10.7 10.019,9.919 8.74,9.714 C 7.46,9.508 6.805,9.837 6.994,10.073 C 7.183,10.31 5.875,9.518 5.264,9.971 C 4.653,10.423 5.889,10.855 5.627,10.793 C 5.366,10.731 4.566,10.814 4.828,11.585 C 5.089,12.356 7.445,11.759 7.183,11.872 C 6.922,11.986 7.576,12.551 8.39,12.438 C 9.205,12.325 9.263,12.12 9.35,11.667 L 9.35,11.667" + id="path1440" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <path + d="M 9.35,11.667 C 9.83,11.677 10.761,11.461 10.63,10.999 C 10.499,10.536 9.874,10.433 9.612,10.567 C 9.35,10.7 10.019,9.919 8.74,9.714 C 7.46,9.508 6.805,9.837 6.994,10.073 C 7.183,10.31 5.875,9.518 5.264,9.971 C 4.653,10.423 5.889,10.855 5.627,10.793 C 5.366,10.731 4.566,10.814 4.828,11.585 C 5.089,12.356 7.445,11.759 7.183,11.872 C 6.922,11.986 7.576,12.551 8.39,12.438 C 9.205,12.325 9.263,12.12 9.35,11.667 L 9.35,11.667" + id="path1442" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="6.7909999" + y="11.036" + id="text1444" + style="font-size:0.69999999px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Internet</text> + <path + d="M 4.7,11.1 C 5.035363,11.196174 5.3953356,11.076093 5.6057965,10.797841 C 5.8162574,10.51959 5.8338243,10.140524 5.65,9.844" + id="path1446" + style="fill:none;stroke:#000000;stroke-width:0.1;stroke-dasharray:0.1, 0.1" /> + <path + d="M 8.675,9.794 C 7.4940305,10.104758 6.3530779,10.551408 5.275,11.125" + id="path1448" + style="fill:none;stroke:#000000;stroke-width:0.1;stroke-dasharray:0.1, 0.1" /> + <path + d="M 4.7,11.15 C 6.6098972,11.931939 8.7554368,11.904871 10.645,11.075" + id="path1450" + style="fill:none;stroke:#000000;stroke-width:0.1;stroke-dasharray:0.1, 0.1" /> + <rect + width="1.397" + height="4.1900001" + x="0.61400002" + y="8.7200003" + id="rect1452" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.397" + height="4.1900001" + x="0.61400002" + y="8.7200003" + id="rect1454" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.397" + height="4.1900001" + x="0.61400002" + y="8.7200003" + id="rect1456" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.117" + height="1.676" + x="0.75400001" + y="8.8590002" + id="rect1458" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.117" + height="1.676" + x="0.75400001" + y="8.8590002" + id="rect1460" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.117" + height="1.676" + x="0.75400001" + y="8.8590002" + id="rect1462" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="0.75400001" + y1="9.1389999" + x2="1.8710001" + y2="9.1389999" + stroke="#000000" + stroke-width="0.010" + id="line1464" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.8710001" + y1="9.4180002" + x2="0.75400001" + y2="9.4180002" + stroke="#000000" + stroke-width="0.010" + id="line1466" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.75400001" + y1="9.698" + x2="1.8710001" + y2="9.698" + stroke="#000000" + stroke-width="0.010" + id="line1468" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.75400001" + y1="9.9770002" + x2="1.8710001" + y2="9.9770002" + stroke="#000000" + stroke-width="0.010" + id="line1470" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.8710001" + y1="10.256" + x2="0.75400001" + y2="10.256" + stroke="#000000" + stroke-width="0.010" + id="line1472" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.76800001" + height="0.419" + x="0.75400001" + y="10.675" + id="rect1474" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.76800001" + height="0.419" + x="0.75400001" + y="10.675" + id="rect1476" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.76800001" + height="0.419" + x="0.75400001" + y="10.675" + id="rect1478" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="0.61400002" + y1="11.374" + x2="2.0109999" + y2="11.374" + stroke="#000000" + stroke-width="0.010" + id="line1480" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.07" + height="0.07" + x="1.243" + y="11.513" + id="rect1482" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.07" + height="0.07" + x="1.243" + y="11.513" + id="rect1484" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.07" + height="0.07" + x="1.243" + y="11.513" + id="rect1486" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.07" + height="0.07" + x="1.522" + y="11.513" + id="rect1488" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.07" + height="0.07" + x="1.522" + y="11.513" + id="rect1490" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.07" + height="0.07" + x="1.522" + y="11.513" + id="rect1492" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.07" + height="0.07" + x="1.801" + y="11.513" + id="rect1494" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.07" + height="0.07" + x="1.801" + y="11.513" + id="rect1496" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.07" + height="0.07" + x="1.801" + y="11.513" + id="rect1498" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.14" + height="0.14" + x="1.7309999" + y="11.094" + id="rect1500" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.14" + height="0.14" + x="1.7309999" + y="11.094" + id="rect1502" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.14" + height="0.14" + x="1.7309999" + y="11.094" + id="rect1504" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="0.75400001" + y1="10.885" + x2="1.522" + y2="10.885" + stroke="#000000" + stroke-width="0.010" + id="line1506" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.20999999" + height="0.20999999" + x="0.75400001" + y="11.444" + id="rect1508" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.20999999" + height="0.20999999" + x="0.75400001" + y="11.444" + id="rect1510" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.20999999" + height="0.20999999" + x="0.75400001" + y="11.444" + id="rect1512" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.97799999" + height="0.07" + x="0.82300001" + y="10.326" + id="rect1514" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.97799999" + height="0.07" + x="0.82300001" + y="10.326" + id="rect1516" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.97799999" + height="0.07" + x="0.82300001" + y="10.326" + id="rect1518" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="0.82300001" + y1="10.745" + x2="1.452" + y2="10.745" + stroke="#000000" + stroke-width="0.010" + id="line1520" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.452" + y1="10.815" + x2="1.382" + y2="10.815" + stroke="#000000" + stroke-width="0.010" + id="line1522" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.82300001" + y1="10.815" + x2="0.89300001" + y2="10.815" + stroke="#000000" + stroke-width="0.010" + id="line1524" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.34900001" + height="0.07" + x="0.963" + y="10.745" + id="rect1526" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.34900001" + height="0.07" + x="0.963" + y="10.745" + id="rect1528" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.34900001" + height="0.07" + x="0.963" + y="10.745" + id="rect1530" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="0.82300001" + y1="10.466" + x2="0.89300001" + y2="10.466" + stroke="#000000" + stroke-width="0.010" + id="line1532" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.963" + y1="10.466" + x2="1.033" + y2="10.466" + stroke="#000000" + stroke-width="0.010" + id="line1534" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.6619999" + y1="10.466" + x2="1.801" + y2="10.466" + stroke="#000000" + stroke-width="0.010" + id="line1536" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.68400002" + y1="12.84" + x2="1.941" + y2="12.84" + stroke="#000000" + stroke-width="0.010" + id="line1538" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.941" + y1="12.77" + x2="0.68400002" + y2="12.77" + stroke="#000000" + stroke-width="0.010" + id="line1540" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.68400002" + y1="12.701" + x2="1.941" + y2="12.701" + stroke="#000000" + stroke-width="0.010" + id="line1542" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.941" + y1="12.631" + x2="0.68400002" + y2="12.631" + stroke="#000000" + stroke-width="0.010" + id="line1544" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.68400002" + y1="12.561" + x2="1.941" + y2="12.561" + stroke="#000000" + stroke-width="0.010" + id="line1546" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.941" + y1="12.491" + x2="0.68400002" + y2="12.491" + stroke="#000000" + stroke-width="0.010" + id="line1548" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.68400002" + y1="12.421" + x2="1.941" + y2="12.421" + stroke="#000000" + stroke-width="0.010" + id="line1550" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.941" + y1="12.351" + x2="0.68400002" + y2="12.351" + stroke="#000000" + stroke-width="0.010" + id="line1552" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.68400002" + y1="12.282" + x2="1.941" + y2="12.282" + stroke="#000000" + stroke-width="0.010" + id="line1554" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.941" + y1="12.212" + x2="0.68400002" + y2="12.212" + stroke="#000000" + stroke-width="0.010" + id="line1556" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.68400002" + y1="12.142" + x2="1.941" + y2="12.142" + stroke="#000000" + stroke-width="0.010" + id="line1558" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.941" + y1="12.072" + x2="0.68400002" + y2="12.072" + stroke="#000000" + stroke-width="0.010" + id="line1560" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.68400002" + y1="12.002" + x2="1.941" + y2="12.002" + stroke="#000000" + stroke-width="0.010" + id="line1562" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.941" + y1="11.932" + x2="0.68400002" + y2="11.932" + stroke="#000000" + stroke-width="0.010" + id="line1564" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.97100002" + height="0.72799999" + x="-6.3340001" + y="11.97" + id="rect1566" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.97100002" + height="0.72799999" + x="-6.3340001" + y="11.97" + id="rect1568" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.76099998" + height="0.50199997" + x="-6.2290001" + y="12.076" + id="rect1570" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-6.202,12.699 -5.703,12.699 -5.703,12.812 -6.176,12.812 -6.202,12.699 " + id="polygon1572" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-6.202,12.699 -5.703,12.699 -5.703,12.812 -6.176,12.812 -6.202,12.699 " + id="polygon1574" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-5.703,12.699 -5.494,12.699 -5.521,12.812 -5.703,12.812 -5.703,12.699 " + id="polygon1576" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-5.703,12.699 -5.494,12.699 -5.521,12.812 -5.703,12.812 -5.703,12.699 " + id="polygon1578" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.045000002" + height="0.045000002" + x="-5.6690001" + y="12.733" + id="rect1580" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.045000002" + height="0.045000002" + x="-5.6690001" + y="12.733" + id="rect1582" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-5.945,12.812 -5.751,12.812 -5.751,12.869 -5.654,12.869 -5.654,12.925 -6.042,12.925 -6.042,12.869 -5.945,12.869 -5.945,12.812 " + id="polygon1584" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-5.945,12.812 -5.751,12.812 -5.751,12.869 -5.654,12.869 -5.654,12.925 -6.042,12.925 -6.042,12.869 -5.945,12.869 -5.945,12.812 " + id="polygon1586" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="0.62800002" + y1="11.055" + x2="-9.6000004" + y2="11.069" + stroke="#000000" + stroke-width="0.100" + id="line1588" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-1.312" + y1="11.057" + x2="-1.314" + y2="10.12" + stroke="#000000" + stroke-width="0.100" + id="line1590" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-3.5769999" + y1="11.06" + x2="-3.575" + y2="12.069" + stroke="#000000" + stroke-width="0.100" + id="line1592" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-3.573" + y1="11.06" + x2="-3.5739999" + y2="10.399" + stroke="#000000" + stroke-width="0.100" + id="line1594" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-5.8520002" + y1="11.063" + x2="-5.8499999" + y2="12.018" + stroke="#000000" + stroke-width="0.100" + id="line1596" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-5.8429999" + y1="11.063" + x2="-5.8439999" + y2="10.338" + stroke="#000000" + stroke-width="0.100" + id="line1598" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-8.0740004" + y1="11.066" + x2="-8.0749998" + y2="10.168" + stroke="#000000" + stroke-width="0.100" + id="line1600" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="1.0779999" + height="0.80800003" + x="-4.079" + y="12.008" + id="rect1602" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.0779999" + height="0.80800003" + x="-4.079" + y="12.008" + id="rect1604" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.84399998" + height="0.55699998" + x="-3.9619999" + y="12.125" + id="rect1606" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-3.933,12.816 -3.378,12.816 -3.378,12.942 -3.903,12.942 -3.933,12.816 " + id="polygon1608" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-3.933,12.816 -3.378,12.816 -3.378,12.942 -3.903,12.942 -3.933,12.816 " + id="polygon1610" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-3.378,12.816 -3.147,12.816 -3.176,12.942 -3.378,12.942 -3.378,12.816 " + id="polygon1612" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-3.378,12.816 -3.147,12.816 -3.176,12.942 -3.378,12.942 -3.378,12.816 " + id="polygon1614" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.050000001" + height="0.050000001" + x="-3.3399999" + y="12.854" + id="rect1616" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.050000001" + height="0.050000001" + x="-3.3399999" + y="12.854" + id="rect1618" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-3.647,12.942 -3.432,12.942 -3.432,13.005 -3.324,13.005 -3.324,13.068 -3.755,13.068 -3.755,13.005 -3.647,13.005 -3.647,12.942 " + id="polygon1620" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-3.647,12.942 -3.432,12.942 -3.432,13.005 -3.324,13.005 -3.324,13.068 -3.755,13.068 -3.755,13.005 -3.647,13.005 -3.647,12.942 " + id="polygon1622" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.97100002" + height="0.72799999" + x="-6.329" + y="9.3830004" + id="rect1624" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.97100002" + height="0.72799999" + x="-6.329" + y="9.3830004" + id="rect1626" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.76099998" + height="0.50199997" + x="-6.224" + y="9.4890003" + id="rect1628" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-6.198,10.112 -5.698,10.112 -5.698,10.225 -6.171,10.225 -6.198,10.112 " + id="polygon1630" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-6.198,10.112 -5.698,10.112 -5.698,10.225 -6.171,10.225 -6.198,10.112 " + id="polygon1632" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-5.698,10.112 -5.49,10.112 -5.516,10.225 -5.698,10.225 -5.698,10.112 " + id="polygon1634" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-5.698,10.112 -5.49,10.112 -5.516,10.225 -5.698,10.225 -5.698,10.112 " + id="polygon1636" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.045000002" + height="0.045000002" + x="-5.664" + y="10.146" + id="rect1638" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.045000002" + height="0.045000002" + x="-5.664" + y="10.146" + id="rect1640" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-5.941,10.225 -5.746,10.225 -5.746,10.282 -5.649,10.282 -5.649,10.338 -6.038,10.338 -6.038,10.282 -5.941,10.282 -5.941,10.225 " + id="polygon1642" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-5.941,10.225 -5.746,10.225 -5.746,10.282 -5.649,10.282 -5.649,10.338 -6.038,10.338 -6.038,10.282 -5.941,10.282 -5.941,10.225 " + id="polygon1644" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.97100002" + height="0.72799999" + x="-4.0599999" + y="9.4449997" + id="rect1646" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.97100002" + height="0.72799999" + x="-4.0599999" + y="9.4449997" + id="rect1648" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.76099998" + height="0.50199997" + x="-3.9549999" + y="9.5500002" + id="rect1650" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-3.928,10.173 -3.429,10.173 -3.429,10.286 -3.902,10.286 -3.928,10.173 " + id="polygon1652" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-3.928,10.173 -3.429,10.173 -3.429,10.286 -3.902,10.286 -3.928,10.173 " + id="polygon1654" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-3.429,10.173 -3.22,10.173 -3.247,10.286 -3.429,10.286 -3.429,10.173 " + id="polygon1656" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-3.429,10.173 -3.22,10.173 -3.247,10.286 -3.429,10.286 -3.429,10.173 " + id="polygon1658" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.045000002" + height="0.045000002" + x="-3.395" + y="10.207" + id="rect1660" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.045000002" + height="0.045000002" + x="-3.395" + y="10.207" + id="rect1662" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-3.671,10.286 -3.477,10.286 -3.477,10.343 -3.38,10.343 -3.38,10.399 -3.769,10.399 -3.769,10.343 -3.671,10.343 -3.671,10.286 " + id="polygon1664" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-3.671,10.286 -3.477,10.286 -3.477,10.343 -3.38,10.343 -3.38,10.399 -3.769,10.399 -3.769,10.343 -3.671,10.343 -3.671,10.286 " + id="polygon1666" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.97100002" + height="0.72799999" + x="-10.578" + y="10.617" + id="rect1668" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.97100002" + height="0.72799999" + x="-10.578" + y="10.617" + id="rect1670" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.76099998" + height="0.50199997" + x="-10.473" + y="10.722" + id="rect1672" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-10.446,11.345 -9.947,11.345 -9.947,11.458 -10.42,11.458 -10.446,11.345 " + id="polygon1674" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-10.446,11.345 -9.947,11.345 -9.947,11.458 -10.42,11.458 -10.446,11.345 " + id="polygon1676" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-9.947,11.345 -9.738,11.345 -9.765,11.458 -9.947,11.458 -9.947,11.345 " + id="polygon1678" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-9.947,11.345 -9.738,11.345 -9.765,11.458 -9.947,11.458 -9.947,11.345 " + id="polygon1680" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.045000002" + height="0.045000002" + x="-9.9130001" + y="11.379" + id="rect1682" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.045000002" + height="0.045000002" + x="-9.9130001" + y="11.379" + id="rect1684" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-10.19,11.458 -9.995,11.458 -9.995,11.515 -9.898,11.515 -9.898,11.571 -10.287,11.571 -10.287,11.515 -10.19,11.515 -10.19,11.458 " + id="polygon1686" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-10.19,11.458 -9.995,11.458 -9.995,11.515 -9.898,11.515 -9.898,11.571 -10.287,11.571 -10.287,11.515 -10.19,11.515 -10.19,11.458 " + id="polygon1688" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-1.726,9.492 -1.775,9.513 -1.92,9.877 -1.92,10.059 -1.848,10.12 -0.779,10.12 -0.707,10.059 -0.707,9.877 -0.852,9.513 -0.901,9.492 -1.726,9.492 " + id="polygon1690" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="-1.726,9.492 -1.775,9.513 -1.92,9.877 -1.92,10.059 -1.848,10.12 -0.779,10.12 -0.707,10.059 -0.707,9.877 -0.852,9.513 -0.901,9.492 -1.726,9.492 " + id="polygon1692" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M -1.896,9.816 L -1.848,9.836 L -0.779,9.836 L -0.731,9.816" + id="path1694" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M -0.779,9.836 L -0.707,9.877" + id="path1696" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M -1.92,9.877 L -1.848,9.836" + id="path1698" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="-1.581,9.108 -1.605,9.593 -1.022,9.593 -1.046,9.108 -1.581,9.108 " + id="polygon1700" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="-1.581,9.108 -1.605,9.593 -1.022,9.593 -1.046,9.108 -1.581,9.108 " + id="polygon1702" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="-1.678,9.593 -1.726,9.735 -0.901,9.735 -0.949,9.593 -1.678,9.593 " + id="polygon1704" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="-1.678,9.593 -1.726,9.735 -0.901,9.735 -0.949,9.593 -1.678,9.593 " + id="polygon1706" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="-1.678" + cy="9.9069996" + rx="0.012" + ry="0.012" + id="ellipse1708" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.678" + cy="9.9069996" + rx="0.012" + ry="0.012" + id="ellipse1710" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.556" + cy="9.9069996" + rx="0.012" + ry="0.012" + id="ellipse1712" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.556" + cy="9.9069996" + rx="0.012" + ry="0.012" + id="ellipse1714" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.4349999" + cy="9.9069996" + rx="0.012" + ry="0.012" + id="ellipse1716" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.4349999" + cy="9.9069996" + rx="0.012" + ry="0.012" + id="ellipse1718" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.678" + cy="9.9580002" + rx="0.012" + ry="0.012" + id="ellipse1720" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.678" + cy="9.9580002" + rx="0.012" + ry="0.012" + id="ellipse1722" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.556" + cy="9.9580002" + rx="0.012" + ry="0.012" + id="ellipse1724" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.556" + cy="9.9580002" + rx="0.012" + ry="0.012" + id="ellipse1726" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.4349999" + cy="9.9580002" + rx="0.012" + ry="0.012" + id="ellipse1728" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.4349999" + cy="9.9580002" + rx="0.012" + ry="0.012" + id="ellipse1730" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.678" + cy="10.008" + rx="0.012" + ry="0.012" + id="ellipse1732" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.678" + cy="10.008" + rx="0.012" + ry="0.012" + id="ellipse1734" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.556" + cy="10.008" + rx="0.012" + ry="0.012" + id="ellipse1736" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.556" + cy="10.008" + rx="0.012" + ry="0.012" + id="ellipse1738" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.4349999" + cy="10.008" + rx="0.012" + ry="0.012" + id="ellipse1740" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.4349999" + cy="10.008" + rx="0.012" + ry="0.012" + id="ellipse1742" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.678" + cy="10.059" + rx="0.012" + ry="0.012" + id="ellipse1744" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.678" + cy="10.059" + rx="0.012" + ry="0.012" + id="ellipse1746" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.556" + cy="10.059" + rx="0.012" + ry="0.012" + id="ellipse1748" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.556" + cy="10.059" + rx="0.012" + ry="0.012" + id="ellipse1750" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.4349999" + cy="10.059" + rx="0.012" + ry="0.012" + id="ellipse1752" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.4349999" + cy="10.059" + rx="0.012" + ry="0.012" + id="ellipse1754" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.314" + cy="9.9169998" + rx="0.152" + ry="0.048999999" + id="ellipse1756" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="-1.314" + cy="9.9169998" + rx="0.152" + ry="0.048999999" + id="ellipse1758" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.01" + cy="9.9169998" + rx="0.152" + ry="0.048999999" + id="ellipse1760" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="-1.01" + cy="9.9169998" + rx="0.152" + ry="0.048999999" + id="ellipse1762" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <rect + width="1.159" + height="2.3180001" + x="-8.6300001" + y="8.4790001" + id="rect1764" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.159" + height="2.3180001" + x="-8.6300001" + y="8.4790001" + id="rect1766" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.159" + height="2.3180001" + x="-8.6300001" + y="8.4790001" + id="rect1768" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.92699999" + height="0.92699999" + x="-8.5150003" + y="8.5950003" + id="rect1770" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.92699999" + height="0.92699999" + x="-8.5150003" + y="8.5950003" + id="rect1772" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.92699999" + height="0.92699999" + x="-8.5150003" + y="8.5950003" + id="rect1774" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.5869999" + y1="8.8260002" + x2="-8.5150003" + y2="8.8260002" + stroke="#000000" + stroke-width="0.010" + id="line1776" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.5150003" + y1="9.0579996" + x2="-7.5869999" + y2="9.0579996" + stroke="#000000" + stroke-width="0.010" + id="line1778" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.5869999" + y1="9.2320004" + x2="-8.5150003" + y2="9.2320004" + stroke="#000000" + stroke-width="0.010" + id="line1780" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.63800001" + height="0.34799999" + x="-8.5150003" + y="9.6379995" + id="rect1782" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.63800001" + height="0.34799999" + x="-8.5150003" + y="9.6379995" + id="rect1784" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.63800001" + height="0.34799999" + x="-8.5150003" + y="9.6379995" + id="rect1786" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.6300001" + y1="10.044" + x2="-7.4710002" + y2="10.044" + stroke="#000000" + stroke-width="0.010" + id="line1788" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057999998" + height="0.057999998" + x="-8.1090002" + y="10.16" + id="rect1790" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.057999998" + height="0.057999998" + x="-8.1090002" + y="10.16" + id="rect1792" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057999998" + height="0.057999998" + x="-8.1090002" + y="10.16" + id="rect1794" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057999998" + height="0.057999998" + x="-7.8769999" + y="10.16" + id="rect1796" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.057999998" + height="0.057999998" + x="-7.8769999" + y="10.16" + id="rect1798" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057999998" + height="0.057999998" + x="-7.8769999" + y="10.16" + id="rect1800" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057999998" + height="0.057999998" + x="-7.645" + y="10.16" + id="rect1802" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.057999998" + height="0.057999998" + x="-7.645" + y="10.16" + id="rect1804" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057999998" + height="0.057999998" + x="-7.645" + y="10.16" + id="rect1806" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.116" + height="0.057999998" + x="-7.7030001" + y="9.8120003" + id="rect1808" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.116" + height="0.057999998" + x="-7.7030001" + y="9.8120003" + id="rect1810" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.116" + height="0.057999998" + x="-7.7030001" + y="9.8120003" + id="rect1812" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.5150003" + y1="9.8120003" + x2="-7.8769999" + y2="9.8120003" + stroke="#000000" + stroke-width="0.010" + id="line1814" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.17399999" + height="0.17399999" + x="-8.5150003" + y="10.102" + id="rect1816" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.17399999" + height="0.17399999" + x="-8.5150003" + y="10.102" + id="rect1818" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.17399999" + height="0.17399999" + x="-8.5150003" + y="10.102" + id="rect1820" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.81099999" + height="0.057999998" + x="-8.4569998" + y="9.29" + id="rect1822" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.81099999" + height="0.057999998" + x="-8.4569998" + y="9.29" + id="rect1824" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.81099999" + height="0.057999998" + x="-8.4569998" + y="9.29" + id="rect1826" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.4569998" + y1="9.6960001" + x2="-7.9349999" + y2="9.6960001" + stroke="#000000" + stroke-width="0.010" + id="line1828" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.9349999" + y1="9.7539997" + x2="-7.993" + y2="9.7539997" + stroke="#000000" + stroke-width="0.010" + id="line1830" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.4569998" + y1="9.7539997" + x2="-8.3990002" + y2="9.7539997" + stroke="#000000" + stroke-width="0.010" + id="line1832" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.28999999" + height="0.057999998" + x="-8.3409996" + y="9.6960001" + id="rect1834" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.28999999" + height="0.057999998" + x="-8.3409996" + y="9.6960001" + id="rect1836" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.28999999" + height="0.057999998" + x="-8.3409996" + y="9.6960001" + id="rect1838" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.4569998" + y1="9.4060001" + x2="-8.3990002" + y2="9.4060001" + stroke="#000000" + stroke-width="0.010" + id="line1840" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.3409996" + y1="9.4060001" + x2="-8.283" + y2="9.4060001" + stroke="#000000" + stroke-width="0.010" + id="line1842" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.7610002" + y1="9.4060001" + x2="-7.645" + y2="9.4060001" + stroke="#000000" + stroke-width="0.010" + id="line1844" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.5289998" + y1="10.739" + x2="-8.573" + y2="10.739" + stroke="#000000" + stroke-width="0.010" + id="line1846" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.573" + y1="10.681" + x2="-7.5289998" + y2="10.681" + stroke="#000000" + stroke-width="0.010" + id="line1848" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.5289998" + y1="10.623" + x2="-8.573" + y2="10.623" + stroke="#000000" + stroke-width="0.010" + id="line1850" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.573" + y1="10.565" + x2="-7.5289998" + y2="10.565" + stroke="#000000" + stroke-width="0.010" + id="line1852" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.5289998" + y1="10.507" + x2="-8.573" + y2="10.507" + stroke="#000000" + stroke-width="0.010" + id="line1854" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.573" + y1="10.449" + x2="-7.5289998" + y2="10.449" + stroke="#000000" + stroke-width="0.010" + id="line1856" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.5289998" + y1="10.391" + x2="-8.573" + y2="10.391" + stroke="#000000" + stroke-width="0.010" + id="line1858" + style="stroke:#000000;stroke-width:0.01" /> + <text + x="-5.5710001" + y="13.811" + id="text1860" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Network:</text> + <text + x="-5.9060001" + y="14.411" + id="text1862" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">172.16.0.0/22</text> + <text + x="-10.233" + y="7.7189999" + id="text1864" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Member Server:</text> + <text + x="-9.9090004" + y="8.2189999" + id="text1866" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">GNY-APPS</text> + <rect + width="1.4450001" + height="1.275" + x="2.5510001" + y="8.6120005" + id="rect1868" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="3.273" + cy="9.8870001" + rx="0.72299999" + ry="0.213" + id="ellipse1870" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="3.273" + cy="8.6120005" + rx="0.72299999" + ry="0.213" + id="ellipse1872" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="3.273" + cy="8.6120005" + rx="0.72299999" + ry="0.213" + id="ellipse1874" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 3.996,8.612 L 3.996,9.887 C 3.996,10.005 3.672,10.1 3.273,10.1 C 2.874,10.1 2.551,10.005 2.551,9.887 L 2.551,8.612" + id="path1876" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="2.0109999" + y1="9.2469997" + x2="2.586" + y2="9.2469997" + stroke="#000000" + stroke-width="0.100" + id="line1878" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="2.983" + y="9.3260002" + id="text1880" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LDAP</text> + <text + x="2.928" + y="9.7259998" + id="text1882" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Master</text> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="5.725,19.819 5.725,18.237 5.732,18.237 5.732,17.325 " + id="polyline1884" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="-10.458" + y="15.156" + id="text1886" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">1100 Users</text> + <text + x="1.136" + y="6.0770001" + id="text1888" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">320 Users</text> + <text + x="12.943" + y="6.0310001" + id="text1890" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">180 Users</text> + <text + x="12.358" + y="15.177" + id="text1892" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">100 Users</text> + <text + x="-4.4629998" + y="8.1560001" + id="text1894" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">New York - GNY</text> + <text + x="13.214" + y="0.46399999" + id="text1896" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Los Angeles</text> + <text + x="1.1109999" + y="0.46399999" + id="text1898" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">London</text> + <text + x="12.979" + y="8.0889997" + id="text1900" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Washington, DC</text> + <rect + width="11.132" + height="6.5630002" + x="-11.146" + y="16.205999" + id="rect1902" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M -11.146,16.206 C -11.311685,16.206 -11.446,16.340315 -11.446,16.506" + id="path1904" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 0.286,16.506 C 0.286,16.340315 0.15168542,16.206 -0.014,16.206" + id="path1906" + style="fill:#ebebeb;stroke:none" /> + <rect + width="11.732" + height="5.9629998" + x="-11.446" + y="16.506001" + id="rect1908" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M -11.446,22.469 C -11.446,22.634685 -11.311685,22.769 -11.146,22.769" + id="path1910" + style="fill:#ebebeb;stroke:none" /> + <path + d="M -0.014,22.769 C 0.15168542,22.769 0.286,22.634685 0.286,22.469" + id="path1912" + style="fill:#ebebeb;stroke:none" /> + <line + x1="-11.146" + y1="16.205999" + x2="-0.014" + y2="16.205999" + stroke="#000000" + stroke-width="0.050" + id="line1914" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="-11.146" + y1="22.768999" + x2="-0.014" + y2="22.768999" + stroke="#000000" + stroke-width="0.050" + id="line1916" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M -11.146,16.206 C -11.311685,16.206 -11.446,16.340315 -11.446,16.506" + id="path1918" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 0.286,16.506 C 0.286,16.340315 0.15168542,16.206 -0.014,16.206" + id="path1920" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="-11.446" + y1="16.506001" + x2="-11.446" + y2="22.469" + stroke="#000000" + stroke-width="0.050" + id="line1922" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="0.28600001" + y1="16.506001" + x2="0.28600001" + y2="22.469" + stroke="#000000" + stroke-width="0.050" + id="line1924" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M -11.446,22.469 C -11.446,22.634685 -11.311685,22.769 -11.146,22.769" + id="path1926" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M -0.014,22.769 C 0.15168542,22.769 0.286,22.634685 0.286,22.469" + id="path1928" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.78799999" + height="0.78799999" + x="-2.214" + y="19.285" + id="rect1930" + style="fill:#9f9f9f;stroke:none;stroke-width:0" /> + <rect + width="0.78799999" + height="0.78799999" + x="-2.214" + y="19.285" + id="rect1932" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.78799999" + height="0.78799999" + x="-2.214" + y="19.285" + id="rect1934" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M -1.772,19.413 C -1.772,19.806 -1.693,19.728 -2.087,19.728" + id="path1936" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M -1.772,19.413 C -1.772,19.806 -1.693,19.728 -2.087,19.728" + id="path1938" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="-1.734,19.474 -1.773,19.395 -1.813,19.474 -1.734,19.474 " + id="polygon1940" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="-1.734,19.474 -1.773,19.395 -1.813,19.474 -1.734,19.474 " + id="polygon1942" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="-2.025,19.687 -2.104,19.726 -2.025,19.765 -2.025,19.687 " + id="polygon1944" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="-2.025,19.687 -2.104,19.726 -2.025,19.765 -2.025,19.687 " + id="polygon1946" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M -1.538,19.634 C -1.932,19.634 -1.853,19.555 -1.853,19.949" + id="path1948" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M -1.538,19.634 C -1.932,19.634 -1.853,19.555 -1.853,19.949" + id="path1950" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="-1.608,19.671 -1.529,19.632 -1.608,19.592 -1.608,19.671 " + id="polygon1952" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="-1.608,19.671 -1.529,19.632 -1.608,19.592 -1.608,19.671 " + id="polygon1954" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="-1.899,19.884 -1.86,19.962 -1.821,19.884 -1.899,19.884 " + id="polygon1956" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="-1.899,19.884 -1.86,19.962 -1.821,19.884 -1.899,19.884 " + id="polygon1958" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="-5.2220001" + y="17.145" + id="text1960" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Network:</text> + <text + x="-5.5609999" + y="17.745001" + id="text1962" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">172.16.4.0/22</text> + <text + x="-10.001" + y="21.07" + id="text1964" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Server:</text> + <text + x="-10.37" + y="21.57" + id="text1966" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">BLDG2-BDC</text> + <rect + width="1.217" + height="1.825" + x="-8.665" + y="18.782" + id="rect1968" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.217" + height="1.825" + x="-8.665" + y="18.782" + id="rect1970" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.217" + height="1.825" + x="-8.665" + y="18.782" + id="rect1972" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.97299999" + height="0.73000002" + x="-8.6040001" + y="18.843" + id="rect1974" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.97299999" + height="0.73000002" + x="-8.6040001" + y="18.843" + id="rect1976" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.97299999" + height="0.73000002" + x="-8.6040001" + y="18.843" + id="rect1978" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.6040001" + y1="19.087" + x2="-7.6300001" + y2="19.087" + stroke="#000000" + stroke-width="0.010" + id="line1980" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.6300001" + y1="19.33" + x2="-8.6040001" + y2="19.33" + stroke="#000000" + stroke-width="0.010" + id="line1982" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.66900003" + height="0.36500001" + x="-8.4820004" + y="19.634001" + id="rect1984" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.66900003" + height="0.36500001" + x="-8.4820004" + y="19.634001" + id="rect1986" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.66900003" + height="0.36500001" + x="-8.4820004" + y="19.634001" + id="rect1988" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.665" + y1="20.181999" + x2="-7.448" + y2="20.181999" + stroke="#000000" + stroke-width="0.010" + id="line1990" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="-7.8130002" + y="20.059999" + id="rect1992" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="-7.8130002" + y="20.059999" + id="rect1994" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="-7.8130002" + y="20.059999" + id="rect1996" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="-7.691" + y="20.059999" + id="rect1998" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="-7.691" + y="20.059999" + id="rect2000" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="-7.691" + y="20.059999" + id="rect2002" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="-7.5700002" + y="20.059999" + id="rect2004" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="-7.5700002" + y="20.059999" + id="rect2006" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="-7.5700002" + y="20.059999" + id="rect2008" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.122" + height="0.122" + x="-7.6300001" + y="19.877001" + id="rect2010" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.122" + height="0.122" + x="-7.6300001" + y="19.877001" + id="rect2012" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.122" + height="0.122" + x="-7.6300001" + y="19.877001" + id="rect2014" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.4820004" + y1="19.816999" + x2="-7.8130002" + y2="19.816999" + stroke="#000000" + stroke-width="0.010" + id="line2016" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.182" + height="0.183" + x="-7.691" + y="19.634001" + id="rect2018" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.182" + height="0.183" + x="-7.691" + y="19.634001" + id="rect2020" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.182" + height="0.183" + x="-7.691" + y="19.634001" + id="rect2022" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.852" + height="0.061000001" + x="-8.5430002" + y="19.391001" + id="rect2024" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.852" + height="0.061000001" + x="-8.5430002" + y="19.391001" + id="rect2026" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.852" + height="0.061000001" + x="-8.5430002" + y="19.391001" + id="rect2028" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.4209995" + y1="19.695" + x2="-7.8740001" + y2="19.695" + stroke="#000000" + stroke-width="0.010" + id="line2030" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.30399999" + height="0.061000001" + x="-8.3000002" + y="19.695" + id="rect2032" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.30399999" + height="0.061000001" + x="-8.3000002" + y="19.695" + id="rect2034" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.30399999" + height="0.061000001" + x="-8.3000002" + y="19.695" + id="rect2036" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.8130002" + y1="19.511999" + x2="-7.691" + y2="19.511999" + stroke="#000000" + stroke-width="0.010" + id="line2038" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.6040001" + y1="20.242001" + x2="-7.5089998" + y2="20.242001" + stroke="#000000" + stroke-width="0.010" + id="line2040" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.5089998" + y1="20.302999" + x2="-8.6040001" + y2="20.302999" + stroke="#000000" + stroke-width="0.010" + id="line2042" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.6040001" + y1="20.364" + x2="-7.5089998" + y2="20.364" + stroke="#000000" + stroke-width="0.010" + id="line2044" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.5089998" + y1="20.547001" + x2="-8.6040001" + y2="20.547001" + stroke="#000000" + stroke-width="0.010" + id="line2046" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.6040001" + y1="20.486" + x2="-7.5089998" + y2="20.486" + stroke="#000000" + stroke-width="0.010" + id="line2048" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.5089998" + y1="20.424999" + x2="-8.6040001" + y2="20.424999" + stroke="#000000" + stroke-width="0.010" + id="line2050" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.5430002" + y1="19.511999" + x2="-8.4820004" + y2="19.511999" + stroke="#000000" + stroke-width="0.010" + id="line2052" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.4209995" + y1="19.511999" + x2="-8.3599997" + y2="19.511999" + stroke="#000000" + stroke-width="0.010" + id="line2054" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.4209995" + y1="19.756001" + x2="-8.3599997" + y2="19.756001" + stroke="#000000" + stroke-width="0.010" + id="line2056" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.9349999" + y1="19.756001" + x2="-7.8740001" + y2="19.756001" + stroke="#000000" + stroke-width="0.010" + id="line2058" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.4980001" + y1="19.695" + x2="-2.164" + y2="19.679001" + stroke="#000000" + stroke-width="0.100" + id="line2060" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-5.9559999" + y1="19.690001" + x2="-5.9530001" + y2="20.649" + stroke="#000000" + stroke-width="0.100" + id="line2062" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-5.9530001" + y1="19.690001" + x2="-5.9559999" + y2="18.690001" + stroke="#000000" + stroke-width="0.100" + id="line2064" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-4.4590001" + y1="19.686001" + x2="-4.4559999" + y2="20.591" + stroke="#000000" + stroke-width="0.100" + id="line2066" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-4.4569998" + y1="19.686001" + x2="-4.46" + y2="18.686001" + stroke="#000000" + stroke-width="0.100" + id="line2068" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-2.961" + y1="19.681" + x2="-2.9579999" + y2="20.608" + stroke="#000000" + stroke-width="0.100" + id="line2070" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-2.9619999" + y1="19.681" + x2="-2.9649999" + y2="18.681" + stroke="#000000" + stroke-width="0.100" + id="line2072" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="0.89600003" + height="0.67199999" + x="-4.9439998" + y="20.618" + id="rect2074" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="-4.9439998" + y="20.618" + id="rect2076" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="-4.8470001" + y="20.715" + id="rect2078" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-4.822,21.29 -4.361,21.29 -4.361,21.395 -4.798,21.395 -4.822,21.29 " + id="polygon2080" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-4.822,21.29 -4.361,21.29 -4.361,21.395 -4.798,21.395 -4.822,21.29 " + id="polygon2082" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-4.361,21.29 -4.169,21.29 -4.193,21.395 -4.361,21.395 -4.361,21.29 " + id="polygon2084" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-4.361,21.29 -4.169,21.29 -4.193,21.395 -4.361,21.395 -4.361,21.29 " + id="polygon2086" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="-4.3299999" + y="21.320999" + id="rect2088" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="-4.3299999" + y="21.320999" + id="rect2090" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-4.585,21.395 -4.406,21.395 -4.406,21.447 -4.317,21.447 -4.317,21.499 -4.675,21.499 -4.675,21.447 -4.585,21.447 -4.585,21.395 " + id="polygon2092" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-4.585,21.395 -4.406,21.395 -4.406,21.447 -4.317,21.447 -4.317,21.499 -4.675,21.499 -4.675,21.447 -4.585,21.447 -4.585,21.395 " + id="polygon2094" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="-3.4260001" + y="20.607" + id="rect2096" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="-3.4260001" + y="20.607" + id="rect2098" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="-3.329" + y="20.704" + id="rect2100" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-3.305,21.279 -2.844,21.279 -2.844,21.384 -3.281,21.384 -3.305,21.279 " + id="polygon2102" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-3.305,21.279 -2.844,21.279 -2.844,21.384 -3.281,21.384 -3.305,21.279 " + id="polygon2104" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-2.844,21.279 -2.652,21.279 -2.676,21.384 -2.844,21.384 -2.844,21.279 " + id="polygon2106" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-2.844,21.279 -2.652,21.279 -2.676,21.384 -2.844,21.384 -2.844,21.279 " + id="polygon2108" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="-2.813" + y="21.311001" + id="rect2110" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="-2.813" + y="21.311001" + id="rect2112" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-3.068,21.384 -2.889,21.384 -2.889,21.436 -2.799,21.436 -2.799,21.488 -3.158,21.488 -3.158,21.436 -3.068,21.436 -3.068,21.384 " + id="polygon2114" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-3.068,21.384 -2.889,21.384 -2.889,21.436 -2.799,21.436 -2.799,21.488 -3.158,21.488 -3.158,21.436 -3.068,21.436 -3.068,21.384 " + id="polygon2116" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="-6.3759999" + y="18.181999" + id="rect2118" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="-6.3759999" + y="18.181999" + id="rect2120" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="-6.2789998" + y="18.278999" + id="rect2122" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-6.255,18.854 -5.794,18.854 -5.794,18.959 -6.231,18.959 -6.255,18.854 " + id="polygon2124" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-6.255,18.854 -5.794,18.854 -5.794,18.959 -6.231,18.959 -6.255,18.854 " + id="polygon2126" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-5.794,18.854 -5.602,18.854 -5.626,18.959 -5.794,18.959 -5.794,18.854 " + id="polygon2128" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-5.794,18.854 -5.602,18.854 -5.626,18.959 -5.794,18.959 -5.794,18.854 " + id="polygon2130" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="-5.763" + y="18.886" + id="rect2132" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="-5.763" + y="18.886" + id="rect2134" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-6.018,18.959 -5.839,18.959 -5.839,19.011 -5.749,19.011 -5.749,19.063 -6.108,19.063 -6.108,19.011 -6.018,19.011 -6.018,18.959 " + id="polygon2136" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-6.018,18.959 -5.839,18.959 -5.839,19.011 -5.749,19.011 -5.749,19.063 -6.108,19.063 -6.108,19.011 -6.018,19.011 -6.018,18.959 " + id="polygon2138" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="-4.901" + y="18.181999" + id="rect2140" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="-4.901" + y="18.181999" + id="rect2142" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="-4.8039999" + y="18.278999" + id="rect2144" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-4.78,18.854 -4.319,18.854 -4.319,18.959 -4.756,18.959 -4.78,18.854 " + id="polygon2146" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-4.78,18.854 -4.319,18.854 -4.319,18.959 -4.756,18.959 -4.78,18.854 " + id="polygon2148" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-4.319,18.854 -4.127,18.854 -4.151,18.959 -4.319,18.959 -4.319,18.854 " + id="polygon2150" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-4.319,18.854 -4.127,18.854 -4.151,18.959 -4.319,18.959 -4.319,18.854 " + id="polygon2152" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="-4.2880001" + y="18.886" + id="rect2154" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="-4.2880001" + y="18.886" + id="rect2156" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-4.543,18.959 -4.364,18.959 -4.364,19.011 -4.274,19.011 -4.274,19.063 -4.633,19.063 -4.633,19.011 -4.543,19.011 -4.543,18.959 " + id="polygon2158" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-4.543,18.959 -4.364,18.959 -4.364,19.011 -4.274,19.011 -4.274,19.063 -4.633,19.063 -4.633,19.011 -4.543,19.011 -4.543,18.959 " + id="polygon2160" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="-3.401" + y="18.207001" + id="rect2162" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="-3.401" + y="18.207001" + id="rect2164" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="-3.3039999" + y="18.304001" + id="rect2166" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-3.28,18.879 -2.819,18.879 -2.819,18.984 -3.256,18.984 -3.28,18.879 " + id="polygon2168" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-3.28,18.879 -2.819,18.879 -2.819,18.984 -3.256,18.984 -3.28,18.879 " + id="polygon2170" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-2.819,18.879 -2.627,18.879 -2.651,18.984 -2.819,18.984 -2.819,18.879 " + id="polygon2172" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-2.819,18.879 -2.627,18.879 -2.651,18.984 -2.819,18.984 -2.819,18.879 " + id="polygon2174" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="-2.7880001" + y="18.910999" + id="rect2176" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="-2.7880001" + y="18.910999" + id="rect2178" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-3.043,18.984 -2.864,18.984 -2.864,19.036 -2.774,19.036 -2.774,19.088 -3.133,19.088 -3.133,19.036 -3.043,19.036 -3.043,18.984 " + id="polygon2180" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-3.043,18.984 -2.864,18.984 -2.864,19.036 -2.774,19.036 -2.774,19.088 -3.133,19.088 -3.133,19.036 -3.043,19.036 -3.043,18.984 " + id="polygon2182" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-6.439,20.854 -6.487,20.874 -6.631,21.234 -6.631,21.414 -6.559,21.474 -5.503,21.474 -5.431,21.414 -5.431,21.234 -5.575,20.874 -5.623,20.854 -6.439,20.854 " + id="polygon2184" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="-6.439,20.854 -6.487,20.874 -6.631,21.234 -6.631,21.414 -6.559,21.474 -5.503,21.474 -5.431,21.414 -5.431,21.234 -5.575,20.874 -5.623,20.854 -6.439,20.854 " + id="polygon2186" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M -6.607,21.174 L -6.559,21.194 L -5.503,21.194 L -5.455,21.174" + id="path2188" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M -5.503,21.194 L -5.431,21.234" + id="path2190" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M -6.631,21.234 L -6.559,21.194" + id="path2192" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="-6.295,20.474 -6.319,20.954 -5.743,20.954 -5.767,20.474 -6.295,20.474 " + id="polygon2194" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="-6.295,20.474 -6.319,20.954 -5.743,20.954 -5.767,20.474 -6.295,20.474 " + id="polygon2196" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="-6.391,20.954 -6.439,21.094 -5.623,21.094 -5.671,20.954 -6.391,20.954 " + id="polygon2198" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="-6.391,20.954 -6.439,21.094 -5.623,21.094 -5.671,20.954 -6.391,20.954 " + id="polygon2200" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="-6.3909998" + cy="21.264" + rx="0.012" + ry="0.012" + id="ellipse2202" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.3909998" + cy="21.264" + rx="0.012" + ry="0.012" + id="ellipse2204" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.2709999" + cy="21.264" + rx="0.012" + ry="0.012" + id="ellipse2206" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.2709999" + cy="21.264" + rx="0.012" + ry="0.012" + id="ellipse2208" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.151" + cy="21.264" + rx="0.012" + ry="0.012" + id="ellipse2210" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.151" + cy="21.264" + rx="0.012" + ry="0.012" + id="ellipse2212" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.3909998" + cy="21.313999" + rx="0.012" + ry="0.012" + id="ellipse2214" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.3909998" + cy="21.313999" + rx="0.012" + ry="0.012" + id="ellipse2216" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.2709999" + cy="21.313999" + rx="0.012" + ry="0.012" + id="ellipse2218" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.2709999" + cy="21.313999" + rx="0.012" + ry="0.012" + id="ellipse2220" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.151" + cy="21.313999" + rx="0.012" + ry="0.012" + id="ellipse2222" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.151" + cy="21.313999" + rx="0.012" + ry="0.012" + id="ellipse2224" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.3909998" + cy="21.364" + rx="0.012" + ry="0.012" + id="ellipse2226" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.3909998" + cy="21.364" + rx="0.012" + ry="0.012" + id="ellipse2228" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.2709999" + cy="21.364" + rx="0.012" + ry="0.012" + id="ellipse2230" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.2709999" + cy="21.364" + rx="0.012" + ry="0.012" + id="ellipse2232" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.151" + cy="21.364" + rx="0.012" + ry="0.012" + id="ellipse2234" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.151" + cy="21.364" + rx="0.012" + ry="0.012" + id="ellipse2236" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.3909998" + cy="21.414" + rx="0.012" + ry="0.012" + id="ellipse2238" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.3909998" + cy="21.414" + rx="0.012" + ry="0.012" + id="ellipse2240" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.2709999" + cy="21.414" + rx="0.012" + ry="0.012" + id="ellipse2242" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.2709999" + cy="21.414" + rx="0.012" + ry="0.012" + id="ellipse2244" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.151" + cy="21.414" + rx="0.012" + ry="0.012" + id="ellipse2246" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.151" + cy="21.414" + rx="0.012" + ry="0.012" + id="ellipse2248" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.0310001" + cy="21.274" + rx="0.15000001" + ry="0.048" + id="ellipse2250" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="-6.0310001" + cy="21.274" + rx="0.15000001" + ry="0.048" + id="ellipse2252" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-5.7309999" + cy="21.274" + rx="0.15000001" + ry="0.048" + id="ellipse2254" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="-5.7309999" + cy="21.274" + rx="0.15000001" + ry="0.048" + id="ellipse2256" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <rect + width="1.2410001" + height="1.095" + x="-10.66" + y="19.143" + id="rect2258" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="-10.04" + cy="20.238001" + rx="0.62099999" + ry="0.183" + id="ellipse2260" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="-10.04" + cy="19.143" + rx="0.62099999" + ry="0.183" + id="ellipse2262" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="-10.04" + cy="19.143" + rx="0.62099999" + ry="0.183" + id="ellipse2264" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M -9.419,19.143 L -9.419,20.238 C -9.419,20.338 -9.697,20.42 -10.04,20.42 C -10.382,20.42 -10.66,20.338 -10.66,20.238 L -10.66,19.143" + id="path2266" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="-9.3959999" + y1="19.684" + x2="-8.665" + y2="19.695" + stroke="#000000" + stroke-width="0.100" + id="line2268" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="-10.328" + y="19.759001" + id="text2270" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LDAP</text> + <text + x="-10.313" + y="20.159" + id="text2272" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Slave</text> + <text + x="-0.91500002" + y="19.843" + id="text2274" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Router</text> + <text + x="-2.1919999" + y="22.406" + id="text2276" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">50 Users</text> + <text + x="-10.31" + y="17.143" + id="text2278" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">New York</text> + <text + x="-9.9130001" + y="17.944" + id="text2280" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Bldg2</text> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="-1.525,15.094 -1.525,15.906 -1.821,15.906 -1.821,19.285 " + id="polyline2282" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.787" + height="0.78799999" + x="5.3379998" + y="16.538" + id="rect2284" + style="fill:#9f9f9f;stroke:none;stroke-width:0" /> + <rect + width="0.787" + height="0.78799999" + x="5.3379998" + y="16.538" + id="rect2286" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.787" + height="0.78799999" + x="5.3379998" + y="16.538" + id="rect2288" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 5.781,16.665 C 5.781,17.059 5.859,16.98 5.466,16.98" + id="path2290" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M 5.781,16.665 C 5.781,17.059 5.859,16.98 5.466,16.98" + id="path2292" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="5.818,16.727 5.779,16.648 5.74,16.727 5.818,16.727 " + id="polygon2294" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="5.818,16.727 5.779,16.648 5.74,16.727 5.818,16.727 " + id="polygon2296" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="5.527,16.939 5.448,16.979 5.527,17.018 5.527,16.939 " + id="polygon2298" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="5.527,16.939 5.448,16.979 5.527,17.018 5.527,16.939 " + id="polygon2300" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 6.014,16.887 C 5.62,16.887 5.699,16.808 5.699,17.202" + id="path2302" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M 6.014,16.887 C 5.62,16.887 5.699,16.808 5.699,17.202" + id="path2304" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="5.944,16.924 6.023,16.884 5.944,16.845 5.944,16.924 " + id="polygon2306" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="5.944,16.924 6.023,16.884 5.944,16.845 5.944,16.924 " + id="polygon2308" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="5.653,17.136 5.692,17.215 5.732,17.136 5.653,17.136 " + id="polygon2310" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="5.653,17.136 5.692,17.215 5.732,17.136 5.653,17.136 " + id="polygon2312" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="7.5560002" + y="17.367001" + id="text2314" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Network:</text> + <text + x="7.2179999" + y="17.966999" + id="text2316" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">172.16.8.0/22</text> + <text + x="3.204" + y="18.118" + id="text2318" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Server:</text> + <text + x="2.835" + y="18.618" + id="text2320" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">BLDG3-BDC</text> + <text + x="11.592" + y="21.718" + id="text2322" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Member Server:</text> + <text + x="11.737" + y="22.218" + id="text2324" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">BLDG3-APPS</text> + <rect + width="1.217" + height="1.825" + x="4.0770001" + y="18.941999" + id="rect2326" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.217" + height="1.825" + x="4.0770001" + y="18.941999" + id="rect2328" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.217" + height="1.825" + x="4.0770001" + y="18.941999" + id="rect2330" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.97299999" + height="0.73000002" + x="4.138" + y="19.003" + id="rect2332" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.97299999" + height="0.73000002" + x="4.138" + y="19.003" + id="rect2334" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.97299999" + height="0.73000002" + x="4.138" + y="19.003" + id="rect2336" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="4.138" + y1="19.246" + x2="5.112" + y2="19.246" + stroke="#000000" + stroke-width="0.010" + id="line2338" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="5.112" + y1="19.49" + x2="4.138" + y2="19.49" + stroke="#000000" + stroke-width="0.010" + id="line2340" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.66900003" + height="0.36500001" + x="4.2600002" + y="19.794001" + id="rect2342" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.66900003" + height="0.36500001" + x="4.2600002" + y="19.794001" + id="rect2344" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.66900003" + height="0.36500001" + x="4.2600002" + y="19.794001" + id="rect2346" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="4.0770001" + y1="20.341" + x2="5.2940001" + y2="20.341" + stroke="#000000" + stroke-width="0.010" + id="line2348" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="4.9289999" + y="20.219999" + id="rect2350" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="4.9289999" + y="20.219999" + id="rect2352" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="4.9289999" + y="20.219999" + id="rect2354" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="5.0510001" + y="20.219999" + id="rect2356" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="5.0510001" + y="20.219999" + id="rect2358" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="5.0510001" + y="20.219999" + id="rect2360" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="5.1719999" + y="20.219999" + id="rect2362" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="5.1719999" + y="20.219999" + id="rect2364" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="5.1719999" + y="20.219999" + id="rect2366" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.122" + height="0.122" + x="5.112" + y="20.037001" + id="rect2368" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.122" + height="0.122" + x="5.112" + y="20.037001" + id="rect2370" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.122" + height="0.122" + x="5.112" + y="20.037001" + id="rect2372" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="4.2600002" + y1="19.976" + x2="4.9289999" + y2="19.976" + stroke="#000000" + stroke-width="0.010" + id="line2374" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.182" + height="0.183" + x="5.0510001" + y="19.794001" + id="rect2376" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.182" + height="0.183" + x="5.0510001" + y="19.794001" + id="rect2378" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.182" + height="0.183" + x="5.0510001" + y="19.794001" + id="rect2380" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.852" + height="0.061000001" + x="4.1989999" + y="19.549999" + id="rect2382" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.852" + height="0.061000001" + x="4.1989999" + y="19.549999" + id="rect2384" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.852" + height="0.061000001" + x="4.1989999" + y="19.549999" + id="rect2386" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="4.3210001" + y1="19.855" + x2="4.868" + y2="19.855" + stroke="#000000" + stroke-width="0.010" + id="line2388" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.30399999" + height="0.061000001" + x="4.4419999" + y="19.855" + id="rect2390" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.30399999" + height="0.061000001" + x="4.4419999" + y="19.855" + id="rect2392" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.30399999" + height="0.061000001" + x="4.4419999" + y="19.855" + id="rect2394" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="4.9289999" + y1="19.672001" + x2="5.0510001" + y2="19.672001" + stroke="#000000" + stroke-width="0.010" + id="line2396" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.138" + y1="20.402" + x2="5.2329998" + y2="20.402" + stroke="#000000" + stroke-width="0.010" + id="line2398" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="5.2329998" + y1="20.462999" + x2="4.138" + y2="20.462999" + stroke="#000000" + stroke-width="0.010" + id="line2400" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.138" + y1="20.524" + x2="5.2329998" + y2="20.524" + stroke="#000000" + stroke-width="0.010" + id="line2402" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="5.2329998" + y1="20.705999" + x2="4.138" + y2="20.705999" + stroke="#000000" + stroke-width="0.010" + id="line2404" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.138" + y1="20.645" + x2="5.2329998" + y2="20.645" + stroke="#000000" + stroke-width="0.010" + id="line2406" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="5.2329998" + y1="20.584999" + x2="4.138" + y2="20.584999" + stroke="#000000" + stroke-width="0.010" + id="line2408" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.1989999" + y1="19.672001" + x2="4.2600002" + y2="19.672001" + stroke="#000000" + stroke-width="0.010" + id="line2410" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.3210001" + y1="19.672001" + x2="4.382" + y2="19.672001" + stroke="#000000" + stroke-width="0.010" + id="line2412" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.3210001" + y1="19.915001" + x2="4.382" + y2="19.915001" + stroke="#000000" + stroke-width="0.010" + id="line2414" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.8070002" + y1="19.915001" + x2="4.868" + y2="19.915001" + stroke="#000000" + stroke-width="0.010" + id="line2416" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="5.244" + y1="19.855" + x2="10.386" + y2="19.841999" + stroke="#000000" + stroke-width="0.100" + id="line2418" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="6.7309999" + y1="19.851" + x2="6.7329998" + y2="20.809999" + stroke="#000000" + stroke-width="0.100" + id="line2420" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="6.7350001" + y1="19.851" + x2="6.7319999" + y2="18.851" + stroke="#000000" + stroke-width="0.100" + id="line2422" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="8.1739998" + y1="19.847" + x2="8.1759996" + y2="20.753" + stroke="#000000" + stroke-width="0.100" + id="line2424" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="8.1750002" + y1="19.847" + x2="8.1730003" + y2="18.848" + stroke="#000000" + stroke-width="0.100" + id="line2426" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="9.6169996" + y1="19.844" + x2="9.6190004" + y2="20.771" + stroke="#000000" + stroke-width="0.100" + id="line2428" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="9.6160002" + y1="19.844" + x2="9.6129999" + y2="18.844" + stroke="#000000" + stroke-width="0.100" + id="line2430" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="0.89600003" + height="0.67199999" + x="7.723" + y="20.778" + id="rect2432" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="7.723" + y="20.778" + id="rect2434" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="7.8210001" + y="20.875" + id="rect2436" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="7.845,21.45 8.306,21.45 8.306,21.554 7.869,21.554 7.845,21.45 " + id="polygon2438" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="7.845,21.45 8.306,21.45 8.306,21.554 7.869,21.554 7.845,21.45 " + id="polygon2440" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="8.306,21.45 8.498,21.45 8.474,21.554 8.306,21.554 8.306,21.45 " + id="polygon2442" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.306,21.45 8.498,21.45 8.474,21.554 8.306,21.554 8.306,21.45 " + id="polygon2444" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="8.3369999" + y="21.481001" + id="rect2446" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="8.3369999" + y="21.481001" + id="rect2448" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="8.082,21.554 8.261,21.554 8.261,21.606 8.351,21.606 8.351,21.659 7.992,21.659 7.992,21.606 8.082,21.606 8.082,21.554 " + id="polygon2450" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.082,21.554 8.261,21.554 8.261,21.606 8.351,21.606 8.351,21.659 7.992,21.659 7.992,21.606 8.082,21.606 8.082,21.554 " + id="polygon2452" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="9.1660004" + y="20.767" + id="rect2454" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="9.1660004" + y="20.767" + id="rect2456" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="9.2629995" + y="20.864" + id="rect2458" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="9.287,21.439 9.748,21.439 9.748,21.543 9.311,21.543 9.287,21.439 " + id="polygon2460" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="9.287,21.439 9.748,21.439 9.748,21.543 9.311,21.543 9.287,21.439 " + id="polygon2462" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="9.748,21.439 9.94,21.439 9.916,21.543 9.748,21.543 9.748,21.439 " + id="polygon2464" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="9.748,21.439 9.94,21.439 9.916,21.543 9.748,21.543 9.748,21.439 " + id="polygon2466" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="9.7790003" + y="21.469999" + id="rect2468" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="9.7790003" + y="21.469999" + id="rect2470" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="9.524,21.543 9.703,21.543 9.703,21.596 9.793,21.596 9.793,21.648 9.435,21.648 9.435,21.596 9.524,21.596 9.524,21.543 " + id="polygon2472" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="9.524,21.543 9.703,21.543 9.703,21.596 9.793,21.596 9.793,21.648 9.435,21.648 9.435,21.596 9.524,21.596 9.524,21.543 " + id="polygon2474" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="6.2909999" + y="18.341999" + id="rect2476" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="6.2909999" + y="18.341999" + id="rect2478" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="6.388" + y="18.438999" + id="rect2480" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="6.412,19.014 6.873,19.014 6.873,19.118 6.436,19.118 6.412,19.014 " + id="polygon2482" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="6.412,19.014 6.873,19.014 6.873,19.118 6.436,19.118 6.412,19.014 " + id="polygon2484" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="6.873,19.014 7.065,19.014 7.041,19.118 6.873,19.118 6.873,19.014 " + id="polygon2486" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="6.873,19.014 7.065,19.014 7.041,19.118 6.873,19.118 6.873,19.014 " + id="polygon2488" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="6.9039998" + y="19.045" + id="rect2490" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="6.9039998" + y="19.045" + id="rect2492" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="6.649,19.118 6.828,19.118 6.828,19.171 6.918,19.171 6.918,19.223 6.56,19.223 6.56,19.171 6.649,19.171 6.649,19.118 " + id="polygon2494" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="6.649,19.118 6.828,19.118 6.828,19.171 6.918,19.171 6.918,19.223 6.56,19.223 6.56,19.171 6.649,19.171 6.649,19.118 " + id="polygon2496" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="7.7410002" + y="18.367001" + id="rect2498" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="7.7410002" + y="18.367001" + id="rect2500" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="7.8379998" + y="18.464001" + id="rect2502" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="7.862,19.039 8.323,19.039 8.323,19.143 7.886,19.143 7.862,19.039 " + id="polygon2504" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="7.862,19.039 8.323,19.039 8.323,19.143 7.886,19.143 7.862,19.039 " + id="polygon2506" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="8.323,19.039 8.515,19.039 8.491,19.143 8.323,19.143 8.323,19.039 " + id="polygon2508" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.323,19.039 8.515,19.039 8.491,19.143 8.323,19.143 8.323,19.039 " + id="polygon2510" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="8.3540001" + y="19.07" + id="rect2512" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="8.3540001" + y="19.07" + id="rect2514" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="8.099,19.143 8.278,19.143 8.278,19.196 8.368,19.196 8.368,19.248 8.01,19.248 8.01,19.196 8.099,19.196 8.099,19.143 " + id="polygon2516" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.099,19.143 8.278,19.143 8.278,19.196 8.368,19.196 8.368,19.248 8.01,19.248 8.01,19.196 8.099,19.196 8.099,19.143 " + id="polygon2518" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="9.191" + y="18.341999" + id="rect2520" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="9.191" + y="18.341999" + id="rect2522" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="9.2880001" + y="18.438999" + id="rect2524" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="9.312,19.014 9.773,19.014 9.773,19.118 9.336,19.118 9.312,19.014 " + id="polygon2526" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="9.312,19.014 9.773,19.014 9.773,19.118 9.336,19.118 9.312,19.014 " + id="polygon2528" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="9.773,19.014 9.965,19.014 9.941,19.118 9.773,19.118 9.773,19.014 " + id="polygon2530" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="9.773,19.014 9.965,19.014 9.941,19.118 9.773,19.118 9.773,19.014 " + id="polygon2532" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="9.8039999" + y="19.045" + id="rect2534" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="9.8039999" + y="19.045" + id="rect2536" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="9.549,19.118 9.728,19.118 9.728,19.171 9.818,19.171 9.818,19.223 9.46,19.223 9.46,19.171 9.549,19.171 9.549,19.118 " + id="polygon2538" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="9.549,19.118 9.728,19.118 9.728,19.171 9.818,19.171 9.818,19.223 9.46,19.223 9.46,19.171 9.549,19.171 9.549,19.118 " + id="polygon2540" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="6.303,21.014 6.255,21.034 6.111,21.394 6.111,21.574 6.183,21.634 7.239,21.634 7.311,21.574 7.311,21.394 7.167,21.034 7.119,21.014 6.303,21.014 " + id="polygon2542" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="6.303,21.014 6.255,21.034 6.111,21.394 6.111,21.574 6.183,21.634 7.239,21.634 7.311,21.574 7.311,21.394 7.167,21.034 7.119,21.014 6.303,21.014 " + id="polygon2544" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 6.135,21.334 L 6.183,21.354 L 7.239,21.354 L 7.287,21.334" + id="path2546" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 7.239,21.354 L 7.311,21.394" + id="path2548" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 6.111,21.394 L 6.183,21.354" + id="path2550" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="6.447,20.634 6.423,21.114 6.999,21.114 6.975,20.634 6.447,20.634 " + id="polygon2552" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="6.447,20.634 6.423,21.114 6.999,21.114 6.975,20.634 6.447,20.634 " + id="polygon2554" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="6.351,21.114 6.303,21.254 7.119,21.254 7.071,21.114 6.351,21.114 " + id="polygon2556" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="6.351,21.114 6.303,21.254 7.119,21.254 7.071,21.114 6.351,21.114 " + id="polygon2558" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="6.3509998" + cy="21.424" + rx="0.012" + ry="0.012" + id="ellipse2560" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.3509998" + cy="21.424" + rx="0.012" + ry="0.012" + id="ellipse2562" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.4710002" + cy="21.424" + rx="0.012" + ry="0.012" + id="ellipse2564" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.4710002" + cy="21.424" + rx="0.012" + ry="0.012" + id="ellipse2566" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.5910001" + cy="21.424" + rx="0.012" + ry="0.012" + id="ellipse2568" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.5910001" + cy="21.424" + rx="0.012" + ry="0.012" + id="ellipse2570" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.3509998" + cy="21.474001" + rx="0.012" + ry="0.012" + id="ellipse2572" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.3509998" + cy="21.474001" + rx="0.012" + ry="0.012" + id="ellipse2574" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.4710002" + cy="21.474001" + rx="0.012" + ry="0.012" + id="ellipse2576" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.4710002" + cy="21.474001" + rx="0.012" + ry="0.012" + id="ellipse2578" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.5910001" + cy="21.474001" + rx="0.012" + ry="0.012" + id="ellipse2580" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.5910001" + cy="21.474001" + rx="0.012" + ry="0.012" + id="ellipse2582" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.3509998" + cy="21.524" + rx="0.012" + ry="0.012" + id="ellipse2584" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.3509998" + cy="21.524" + rx="0.012" + ry="0.012" + id="ellipse2586" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.4710002" + cy="21.524" + rx="0.012" + ry="0.012" + id="ellipse2588" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.4710002" + cy="21.524" + rx="0.012" + ry="0.012" + id="ellipse2590" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.5910001" + cy="21.524" + rx="0.012" + ry="0.012" + id="ellipse2592" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.5910001" + cy="21.524" + rx="0.012" + ry="0.012" + id="ellipse2594" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.3509998" + cy="21.573999" + rx="0.012" + ry="0.012" + id="ellipse2596" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.3509998" + cy="21.573999" + rx="0.012" + ry="0.012" + id="ellipse2598" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.4710002" + cy="21.573999" + rx="0.012" + ry="0.012" + id="ellipse2600" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.4710002" + cy="21.573999" + rx="0.012" + ry="0.012" + id="ellipse2602" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.5910001" + cy="21.573999" + rx="0.012" + ry="0.012" + id="ellipse2604" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.5910001" + cy="21.573999" + rx="0.012" + ry="0.012" + id="ellipse2606" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.711" + cy="21.434" + rx="0.15000001" + ry="0.048" + id="ellipse2608" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="6.711" + cy="21.434" + rx="0.15000001" + ry="0.048" + id="ellipse2610" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="7.0110002" + cy="21.434" + rx="0.15000001" + ry="0.048" + id="ellipse2612" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="7.0110002" + cy="21.434" + rx="0.15000001" + ry="0.048" + id="ellipse2614" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <rect + width="1.1440001" + height="2.2880001" + x="10.504" + y="18.705" + id="rect2616" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.1440001" + height="2.2880001" + x="10.504" + y="18.705" + id="rect2618" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.1440001" + height="2.2880001" + x="10.504" + y="18.705" + id="rect2620" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.91500002" + height="0.91500002" + x="10.618" + y="18.819" + id="rect2622" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.91500002" + height="0.91500002" + x="10.618" + y="18.819" + id="rect2624" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.91500002" + height="0.91500002" + x="10.618" + y="18.819" + id="rect2626" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="11.533" + y1="19.048" + x2="10.618" + y2="19.048" + stroke="#000000" + stroke-width="0.010" + id="line2628" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.618" + y1="19.275999" + x2="11.533" + y2="19.275999" + stroke="#000000" + stroke-width="0.010" + id="line2630" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="11.533" + y1="19.448" + x2="10.618" + y2="19.448" + stroke="#000000" + stroke-width="0.010" + id="line2632" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.62900001" + height="0.34299999" + x="10.618" + y="19.848" + id="rect2634" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.62900001" + height="0.34299999" + x="10.618" + y="19.848" + id="rect2636" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.62900001" + height="0.34299999" + x="10.618" + y="19.848" + id="rect2638" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="10.504" + y1="20.249001" + x2="11.647" + y2="20.249001" + stroke="#000000" + stroke-width="0.010" + id="line2640" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="11.018" + y="20.363001" + id="rect2642" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="11.018" + y="20.363001" + id="rect2644" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="11.018" + y="20.363001" + id="rect2646" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="11.247" + y="20.363001" + id="rect2648" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="11.247" + y="20.363001" + id="rect2650" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="11.247" + y="20.363001" + id="rect2652" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="11.476" + y="20.363001" + id="rect2654" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="11.476" + y="20.363001" + id="rect2656" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="11.476" + y="20.363001" + id="rect2658" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.114" + height="0.057" + x="11.419" + y="20.02" + id="rect2660" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.114" + height="0.057" + x="11.419" + y="20.02" + id="rect2662" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.114" + height="0.057" + x="11.419" + y="20.02" + id="rect2664" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="10.618" + y1="20.02" + x2="11.247" + y2="20.02" + stroke="#000000" + stroke-width="0.010" + id="line2666" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.17200001" + height="0.17200001" + x="10.618" + y="20.306" + id="rect2668" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.17200001" + height="0.17200001" + x="10.618" + y="20.306" + id="rect2670" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.17200001" + height="0.17200001" + x="10.618" + y="20.306" + id="rect2672" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.801" + height="0.057" + x="10.675" + y="19.504999" + id="rect2674" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.801" + height="0.057" + x="10.675" + y="19.504999" + id="rect2676" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.801" + height="0.057" + x="10.675" + y="19.504999" + id="rect2678" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="10.675" + y1="19.906" + x2="11.19" + y2="19.906" + stroke="#000000" + stroke-width="0.010" + id="line2680" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="11.19" + y1="19.962999" + x2="11.133" + y2="19.962999" + stroke="#000000" + stroke-width="0.010" + id="line2682" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.675" + y1="19.962999" + x2="10.732" + y2="19.962999" + stroke="#000000" + stroke-width="0.010" + id="line2684" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.28600001" + height="0.057" + x="10.79" + y="19.906" + id="rect2686" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.28600001" + height="0.057" + x="10.79" + y="19.906" + id="rect2688" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.28600001" + height="0.057" + x="10.79" + y="19.906" + id="rect2690" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="10.675" + y1="19.620001" + x2="10.732" + y2="19.620001" + stroke="#000000" + stroke-width="0.010" + id="line2692" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.79" + y1="19.620001" + x2="10.847" + y2="19.620001" + stroke="#000000" + stroke-width="0.010" + id="line2694" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="11.362" + y1="19.620001" + x2="11.476" + y2="19.620001" + stroke="#000000" + stroke-width="0.010" + id="line2696" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="11.59" + y1="20.934999" + x2="10.561" + y2="20.934999" + stroke="#000000" + stroke-width="0.010" + id="line2698" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.561" + y1="20.878" + x2="11.59" + y2="20.878" + stroke="#000000" + stroke-width="0.010" + id="line2700" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="11.59" + y1="20.820999" + x2="10.561" + y2="20.820999" + stroke="#000000" + stroke-width="0.010" + id="line2702" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.561" + y1="20.763" + x2="11.59" + y2="20.763" + stroke="#000000" + stroke-width="0.010" + id="line2704" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="11.59" + y1="20.705999" + x2="10.561" + y2="20.705999" + stroke="#000000" + stroke-width="0.010" + id="line2706" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.561" + y1="20.649" + x2="11.59" + y2="20.649" + stroke="#000000" + stroke-width="0.010" + id="line2708" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="11.59" + y1="20.591999" + x2="10.561" + y2="20.591999" + stroke="#000000" + stroke-width="0.010" + id="line2710" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.4960001" + y1="19.819" + x2="4.0770001" + y2="19.855" + stroke="#000000" + stroke-width="0.100" + id="line2712" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="1.183" + height="1.044" + x="2.302" + y="19.268999" + id="rect2714" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="2.8940001" + cy="20.312" + rx="0.59100002" + ry="0.17399999" + id="ellipse2716" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="2.8940001" + cy="19.268999" + rx="0.59100002" + ry="0.17399999" + id="ellipse2718" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="2.8940001" + cy="19.268999" + rx="0.59100002" + ry="0.17399999" + id="ellipse2720" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 3.485,19.269 L 3.485,20.312 C 3.485,20.409 3.221,20.486 2.894,20.486 C 2.567,20.486 2.302,20.409 2.302,20.312 L 2.302,19.269" + id="path2722" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="2.589" + y="19.868999" + id="text2724" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LDAP</text> + <text + x="2.6040001" + y="20.268999" + id="text2726" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Slave</text> + <text + x="2.0469999" + y="22.452" + id="text2728" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">250 Users</text> + <text + x="12.072" + y="17.239" + id="text2730" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">New York</text> + <text + x="12.468" + y="18.039" + id="text2732" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Bldg3</text> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="-1.129,15.125 -1.129,15.903 5.732,15.903 5.732,16.538 " + id="polyline2734" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="16.1" + y1="22.393" + x2="15.55" + y2="23.143" + stroke="#F7F7F7" + stroke-width="0.100" + id="line2736" + style="stroke:#f7f7f7;stroke-width:0.1" /> + <rect + width="1.159" + height="2.3180001" + x="-8.6529999" + y="11.306" + id="rect2738" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.159" + height="2.3180001" + x="-8.6529999" + y="11.306" + id="rect2740" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.159" + height="2.3180001" + x="-8.6529999" + y="11.306" + id="rect2742" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.92699999" + height="0.92699999" + x="-8.5369997" + y="11.422" + id="rect2744" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.92699999" + height="0.92699999" + x="-8.5369997" + y="11.422" + id="rect2746" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.92699999" + height="0.92699999" + x="-8.5369997" + y="11.422" + id="rect2748" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.6100001" + y1="11.654" + x2="-8.5369997" + y2="11.654" + stroke="#000000" + stroke-width="0.010" + id="line2750" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.5369997" + y1="11.886" + x2="-7.6100001" + y2="11.886" + stroke="#000000" + stroke-width="0.010" + id="line2752" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.6100001" + y1="12.059" + x2="-8.5369997" + y2="12.059" + stroke="#000000" + stroke-width="0.010" + id="line2754" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.63800001" + height="0.34799999" + x="-8.5369997" + y="12.465" + id="rect2756" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.63800001" + height="0.34799999" + x="-8.5369997" + y="12.465" + id="rect2758" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.63800001" + height="0.34799999" + x="-8.5369997" + y="12.465" + id="rect2760" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.6529999" + y1="12.871" + x2="-7.494" + y2="12.871" + stroke="#000000" + stroke-width="0.010" + id="line2762" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057999998" + height="0.057999998" + x="-8.1309996" + y="12.987" + id="rect2764" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.057999998" + height="0.057999998" + x="-8.1309996" + y="12.987" + id="rect2766" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057999998" + height="0.057999998" + x="-8.1309996" + y="12.987" + id="rect2768" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057999998" + height="0.057999998" + x="-7.8990002" + y="12.987" + id="rect2770" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.057999998" + height="0.057999998" + x="-7.8990002" + y="12.987" + id="rect2772" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057999998" + height="0.057999998" + x="-7.8990002" + y="12.987" + id="rect2774" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057999998" + height="0.057999998" + x="-7.6680002" + y="12.987" + id="rect2776" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.057999998" + height="0.057999998" + x="-7.6680002" + y="12.987" + id="rect2778" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057999998" + height="0.057999998" + x="-7.6680002" + y="12.987" + id="rect2780" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.116" + height="0.057999998" + x="-7.7259998" + y="12.639" + id="rect2782" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.116" + height="0.057999998" + x="-7.7259998" + y="12.639" + id="rect2784" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.116" + height="0.057999998" + x="-7.7259998" + y="12.639" + id="rect2786" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.5369997" + y1="12.639" + x2="-7.8990002" + y2="12.639" + stroke="#000000" + stroke-width="0.010" + id="line2788" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.17399999" + height="0.17399999" + x="-8.5369997" + y="12.929" + id="rect2790" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.17399999" + height="0.17399999" + x="-8.5369997" + y="12.929" + id="rect2792" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.17399999" + height="0.17399999" + x="-8.5369997" + y="12.929" + id="rect2794" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.81099999" + height="0.057999998" + x="-8.4790001" + y="12.117" + id="rect2796" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.81099999" + height="0.057999998" + x="-8.4790001" + y="12.117" + id="rect2798" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.81099999" + height="0.057999998" + x="-8.4790001" + y="12.117" + id="rect2800" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.4790001" + y1="12.523" + x2="-7.9569998" + y2="12.523" + stroke="#000000" + stroke-width="0.010" + id="line2802" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.9569998" + y1="12.581" + x2="-8.0150003" + y2="12.581" + stroke="#000000" + stroke-width="0.010" + id="line2804" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.4790001" + y1="12.581" + x2="-8.4209995" + y2="12.581" + stroke="#000000" + stroke-width="0.010" + id="line2806" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.28999999" + height="0.057999998" + x="-8.3629999" + y="12.523" + id="rect2808" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.28999999" + height="0.057999998" + x="-8.3629999" + y="12.523" + id="rect2810" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.28999999" + height="0.057999998" + x="-8.3629999" + y="12.523" + id="rect2812" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.4790001" + y1="12.233" + x2="-8.4209995" + y2="12.233" + stroke="#000000" + stroke-width="0.010" + id="line2814" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.3629999" + y1="12.233" + x2="-8.3050003" + y2="12.233" + stroke="#000000" + stroke-width="0.010" + id="line2816" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.7839999" + y1="12.233" + x2="-7.6680002" + y2="12.233" + stroke="#000000" + stroke-width="0.010" + id="line2818" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.552" + y1="13.566" + x2="-8.5950003" + y2="13.566" + stroke="#000000" + stroke-width="0.010" + id="line2820" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.5950003" + y1="13.508" + x2="-7.552" + y2="13.508" + stroke="#000000" + stroke-width="0.010" + id="line2822" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.552" + y1="13.45" + x2="-8.5950003" + y2="13.45" + stroke="#000000" + stroke-width="0.010" + id="line2824" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.5950003" + y1="13.393" + x2="-7.552" + y2="13.393" + stroke="#000000" + stroke-width="0.010" + id="line2826" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.552" + y1="13.335" + x2="-8.5950003" + y2="13.335" + stroke="#000000" + stroke-width="0.010" + id="line2828" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.5950003" + y1="13.277" + x2="-7.552" + y2="13.277" + stroke="#000000" + stroke-width="0.010" + id="line2830" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.552" + y1="13.219" + x2="-8.5950003" + y2="13.219" + stroke="#000000" + stroke-width="0.010" + id="line2832" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.0749998" + y1="11.094" + x2="-8.1000004" + y2="11.344" + stroke="#000000" + stroke-width="0.100" + id="line2834" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="-10.538" + y="12.993" + id="text2836" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Server:</text> + <text + x="-10.728" + y="13.493" + id="text2838" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">GNY-DBC</text> + <text + x="-11.175" + y="2.119" + id="text2840" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Here there is a single Windows Network|</text> + <text + x="-11.175" + y="2.7190001" + id="text2842" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Domain. There is an LDAP Master in GNY</text> + <text + x="-11.175" + y="3.319" + id="text2844" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">with a Slave LDAP server in each remote</text> + <text + x="-11.175" + y="3.9189999" + id="text2846" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">office. There is at least one Application</text> + <text + x="-11.175" + y="4.5190001" + id="text2848" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">server in each office and at least one BDC</text> + <text + x="-11.175" + y="5.119" + id="text2850" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">in every office.</text> + <text + x="-11.175" + y="6.3189998" + id="text2852" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">There is 1 BDC per 50 users.</text> +</svg> diff --git a/docs/Samba3-ByExample/images/chap7-net.dia b/docs/Samba3-ByExample/images/chap7-net.dia Binary files differdeleted file mode 100644 index a136874e74..0000000000 --- a/docs/Samba3-ByExample/images/chap7-net.dia +++ /dev/null diff --git a/docs/Samba3-ByExample/images/chap7-net.svg b/docs/Samba3-ByExample/images/chap7-net.svg new file mode 100644 index 0000000000..a5ba690540 --- /dev/null +++ b/docs/Samba3-ByExample/images/chap7-net.svg @@ -0,0 +1,9010 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="34.602001cm" + height="23.67cm" + viewBox="-11.55 -0.456 23.052 23.213" + id="svg2"> + <defs + id="defs2739" /> + <rect + width="13.8" + height="6.513" + x="1.375" + y="16.256001" + id="rect4" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 1.375,16.256 C 1.2093146,16.256 1.075,16.390315 1.075,16.556" + id="path6" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 15.475,16.556 C 15.475,16.390315 15.340685,16.256 15.175,16.256" + id="path8" + style="fill:#ebebeb;stroke:none" /> + <rect + width="14.4" + height="5.9130001" + x="1.075" + y="16.556" + id="rect10" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 1.075,22.469 C 1.075,22.634685 1.2093146,22.769 1.375,22.769" + id="path12" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 15.175,22.769 C 15.340685,22.769 15.475,22.634685 15.475,22.469" + id="path14" + style="fill:#ebebeb;stroke:none" /> + <line + x1="1.375" + y1="16.256001" + x2="15.175" + y2="16.256001" + stroke="#000000" + stroke-width="0.050" + id="line16" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="1.375" + y1="22.768999" + x2="15.175" + y2="22.768999" + stroke="#000000" + stroke-width="0.050" + id="line18" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 1.375,16.256 C 1.2093146,16.256 1.075,16.390315 1.075,16.556" + id="path20" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 15.475,16.556 C 15.475,16.390315 15.340685,16.256 15.175,16.256" + id="path22" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="1.075" + y1="16.556" + x2="1.075" + y2="22.469" + stroke="#000000" + stroke-width="0.050" + id="line24" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="15.475" + y1="16.556" + x2="15.475" + y2="22.469" + stroke="#000000" + stroke-width="0.050" + id="line26" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 1.075,22.469 C 1.075,22.634685 1.2093146,22.769 1.375,22.769" + id="path28" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 15.175,22.769 C 15.340685,22.769 15.475,22.634685 15.475,22.469" + id="path30" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="10.617" + height="6.8530002" + x="0.495" + y="-0.40599999" + id="rect32" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 0.495,-0.406 C 0.32931458,-0.406 0.195,-0.27168542 0.195,-0.106" + id="path34" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 11.412,-0.106 C 11.412,-0.27168542 11.277685,-0.406 11.112,-0.406" + id="path36" + style="fill:#ebebeb;stroke:none" /> + <rect + width="11.217" + height="6.2529998" + x="0.19499999" + y="-0.106" + id="rect38" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 0.195,6.147 C 0.195,6.3126854 0.32931458,6.447 0.495,6.447" + id="path40" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 11.112,6.447 C 11.277685,6.447 11.412,6.3126854 11.412,6.147" + id="path42" + style="fill:#ebebeb;stroke:none" /> + <line + x1="0.495" + y1="-0.40599999" + x2="11.112" + y2="-0.40599999" + stroke="#000000" + stroke-width="0.050" + id="line44" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="0.495" + y1="6.447" + x2="11.112" + y2="6.447" + stroke="#000000" + stroke-width="0.050" + id="line46" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 0.495,-0.406 C 0.32931458,-0.406 0.195,-0.27168542 0.195,-0.106" + id="path48" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 11.412,-0.106 C 11.412,-0.27168542 11.277685,-0.406 11.112,-0.406" + id="path50" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="0.19499999" + y1="-0.106" + x2="0.19499999" + y2="6.1469998" + stroke="#000000" + stroke-width="0.050" + id="line52" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="11.412" + y1="-0.106" + x2="11.412" + y2="6.1469998" + stroke="#000000" + stroke-width="0.050" + id="line54" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 0.195,6.147 C 0.195,6.3126854 0.32931458,6.447 0.495,6.447" + id="path56" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 11.112,6.447 C 11.277685,6.447 11.412,6.3126854 11.412,6.147" + id="path58" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="10.337" + height="6.8600001" + x="12.35" + y="-0.43099999" + id="rect60" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 12.35,-0.431 C 12.184315,-0.431 12.05,-0.29668542 12.05,-0.131" + id="path62" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 22.987,-0.131 C 22.987,-0.29668542 22.852685,-0.431 22.687,-0.431" + id="path64" + style="fill:#ebebeb;stroke:none" /> + <rect + width="10.937" + height="6.2600002" + x="12.05" + y="-0.131" + id="rect66" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 12.05,6.129 C 12.05,6.2946854 12.184315,6.429 12.35,6.429" + id="path68" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 22.687,6.429 C 22.852685,6.429 22.987,6.2946854 22.987,6.129" + id="path70" + style="fill:#ebebeb;stroke:none" /> + <line + x1="12.35" + y1="-0.43099999" + x2="22.687" + y2="-0.43099999" + stroke="#000000" + stroke-width="0.050" + id="line72" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="12.35" + y1="6.4289999" + x2="22.687" + y2="6.4289999" + stroke="#000000" + stroke-width="0.050" + id="line74" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 12.35,-0.431 C 12.184315,-0.431 12.05,-0.29668542 12.05,-0.131" + id="path76" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 22.987,-0.131 C 22.987,-0.29668542 22.852685,-0.431 22.687,-0.431" + id="path78" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="12.05" + y1="-0.131" + x2="12.05" + y2="6.1290002" + stroke="#000000" + stroke-width="0.050" + id="line80" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="22.987" + y1="-0.131" + x2="22.987" + y2="6.1290002" + stroke="#000000" + stroke-width="0.050" + id="line82" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 12.05,6.129 C 12.05,6.2946854 12.184315,6.429 12.35,6.429" + id="path84" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 22.687,6.429 C 22.852685,6.429 22.987,6.2946854 22.987,6.129" + id="path86" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="10.821" + height="8.375" + x="11.905" + y="7.244" + id="rect88" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 11.905,7.244 C 11.739315,7.244 11.605,7.3783146 11.605,7.544" + id="path90" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 23.027,7.544 C 23.027,7.3783146 22.892685,7.244 22.727,7.244" + id="path92" + style="fill:#ebebeb;stroke:none" /> + <rect + width="11.421" + height="7.7750001" + x="11.605" + y="7.5440001" + id="rect94" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 11.605,15.319 C 11.605,15.484685 11.739315,15.619 11.905,15.619" + id="path96" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 22.727,15.619 C 22.892685,15.619 23.027,15.484685 23.027,15.319" + id="path98" + style="fill:#ebebeb;stroke:none" /> + <line + x1="11.905" + y1="7.244" + x2="22.726999" + y2="7.244" + stroke="#000000" + stroke-width="0.050" + id="line100" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="11.905" + y1="15.619" + x2="22.726999" + y2="15.619" + stroke="#000000" + stroke-width="0.050" + id="line102" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 11.905,7.244 C 11.739315,7.244 11.605,7.3783146 11.605,7.544" + id="path104" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 23.027,7.544 C 23.027,7.3783146 22.892685,7.244 22.727,7.244" + id="path106" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="11.605" + y1="7.5440001" + x2="11.605" + y2="15.319" + stroke="#000000" + stroke-width="0.050" + id="line108" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="23.027" + y1="7.5440001" + x2="23.027" + y2="15.319" + stroke="#000000" + stroke-width="0.050" + id="line110" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 11.605,15.319 C 11.605,15.484685 11.739315,15.619 11.905,15.619" + id="path112" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 22.727,15.619 C 22.892685,15.619 23.027,15.484685 23.027,15.319" + id="path114" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="15.1" + height="8.3719997" + x="-11.225" + y="7.1339998" + id="rect116" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M -11.225,7.134 C -11.390685,7.134 -11.525,7.2683146 -11.525,7.434" + id="path118" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 4.175,7.434 C 4.175,7.2683146 4.0406854,7.134 3.875,7.134" + id="path120" + style="fill:#ebebeb;stroke:none" /> + <rect + width="15.7" + height="7.7719998" + x="-11.525" + y="7.434" + id="rect122" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M -11.525,15.206 C -11.525,15.371685 -11.390685,15.506 -11.225,15.506" + id="path124" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 3.875,15.506 C 4.0406854,15.506 4.175,15.371685 4.175,15.206" + id="path126" + style="fill:#ebebeb;stroke:none" /> + <line + x1="-11.225" + y1="7.1339998" + x2="3.875" + y2="7.1339998" + stroke="#000000" + stroke-width="0.050" + id="line128" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="-11.225" + y1="15.506" + x2="3.875" + y2="15.506" + stroke="#000000" + stroke-width="0.050" + id="line130" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M -11.225,7.134 C -11.390685,7.134 -11.525,7.2683146 -11.525,7.434" + id="path132" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 4.175,7.434 C 4.175,7.2683146 4.0406854,7.134 3.875,7.134" + id="path134" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="-11.525" + y1="7.434" + x2="-11.525" + y2="15.206" + stroke="#000000" + stroke-width="0.050" + id="line136" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="4.1750002" + y1="7.434" + x2="4.1750002" + y2="15.206" + stroke="#000000" + stroke-width="0.050" + id="line138" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M -11.525,15.206 C -11.525,15.371685 -11.390685,15.506 -11.225,15.506" + id="path140" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 3.875,15.506 C 4.0406854,15.506 4.175,15.371685 4.175,15.206" + id="path142" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="1.95" + y1="11.168" + x2="4.8109999" + y2="11.165" + stroke="#000000" + stroke-width="0.300" + id="line144" + style="stroke:#000000;stroke-width:0.30000001" /> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="4.145,2.624 4.145,6.819 5.675,6.819 5.675,9.944 " + id="polyline146" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="16.100,2.794 16.100,6.844 8.674,6.844 8.674,9.887 " + id="polyline148" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.98000002" + height="0.98000002" + x="-1.818" + y="14.136" + id="rect150" + style="fill:#9f9f9f;stroke:none;stroke-width:0" /> + <rect + width="0.98000002" + height="0.98000002" + x="-1.818" + y="14.136" + id="rect152" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.98000002" + height="0.98000002" + x="-1.818" + y="14.136" + id="rect154" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M -1.267,14.295 C -1.267,14.785 -1.169,14.687 -1.659,14.687" + id="path156" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M -1.267,14.295 C -1.267,14.785 -1.169,14.687 -1.659,14.687" + id="path158" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="-1.22,14.371 -1.269,14.273 -1.318,14.371 -1.22,14.371 " + id="polygon160" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="-1.22,14.371 -1.269,14.273 -1.318,14.371 -1.22,14.371 " + id="polygon162" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="-1.583,14.636 -1.681,14.685 -1.583,14.734 -1.583,14.636 " + id="polygon164" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="-1.583,14.636 -1.681,14.685 -1.583,14.734 -1.583,14.636 " + id="polygon166" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M -0.976,14.571 C -1.466,14.571 -1.368,14.473 -1.368,14.963" + id="path168" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M -0.976,14.571 C -1.466,14.571 -1.368,14.473 -1.368,14.963" + id="path170" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="-1.063,14.616 -0.965,14.567 -1.063,14.518 -1.063,14.616 " + id="polygon172" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="-1.063,14.616 -0.965,14.567 -1.063,14.518 -1.063,14.616 " + id="polygon174" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="-1.426,14.881 -1.377,14.979 -1.328,14.881 -1.426,14.881 " + id="polygon176" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="-1.426,14.881 -1.377,14.979 -1.328,14.881 -1.426,14.881 " + id="polygon178" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="-1.306" + y1="11.165" + x2="-1.3279999" + y2="14.136" + stroke="#000000" + stroke-width="0.100" + id="line180" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="-9.1479998" + y="1.442" + id="text182" + style="font-size:1px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Domain: GLOBALNET</text> + <text + x="0.71700001" + y="7.6999998" + id="text184" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Server:</text> + <text + x="0.37799999" + y="8.1999998" + id="text186" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">GWYN-PDC</text> + <line + x1="6.118" + y1="13.16" + x2="7.7179999" + y2="13.135" + stroke="#000000" + stroke-width="0.100" + stroke-dasharray="0.10,0.10" + id="line188" + style="stroke:#000000;stroke-width:0.1;stroke-dasharray:0.1, 0.1" /> + <text + x="8.4429998" + y="13.325" + id="text190" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">= VPN</text> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="10.645,11.075 10.645,9.069 16.025,9.069 16.025,11.368 " + id="polyline192" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="-3.0239999" + y="14.751" + id="text194" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Router</text> + <text + x="4.1469998" + y="17.031" + id="text196" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Router</text> + <rect + width="1.217" + height="1.825" + x="2.553" + y="1.723" + id="rect198" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.217" + height="1.825" + x="2.553" + y="1.723" + id="rect200" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.217" + height="1.825" + x="2.553" + y="1.723" + id="rect202" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.97299999" + height="0.73000002" + x="2.6140001" + y="1.784" + id="rect204" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.97299999" + height="0.73000002" + x="2.6140001" + y="1.784" + id="rect206" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.97299999" + height="0.73000002" + x="2.6140001" + y="1.784" + id="rect208" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="2.6140001" + y1="2.027" + x2="3.5869999" + y2="2.027" + stroke="#000000" + stroke-width="0.010" + id="line210" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.5869999" + y1="2.2709999" + x2="2.6140001" + y2="2.2709999" + stroke="#000000" + stroke-width="0.010" + id="line212" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.66900003" + height="0.36500001" + x="2.7360001" + y="2.575" + id="rect214" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.66900003" + height="0.36500001" + x="2.7360001" + y="2.575" + id="rect216" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.66900003" + height="0.36500001" + x="2.7360001" + y="2.575" + id="rect218" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="2.553" + y1="3.122" + x2="3.77" + y2="3.122" + stroke="#000000" + stroke-width="0.010" + id="line220" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="3.405" + y="3.0009999" + id="rect222" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="3.405" + y="3.0009999" + id="rect224" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="3.405" + y="3.0009999" + id="rect226" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="3.527" + y="3.0009999" + id="rect228" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="3.527" + y="3.0009999" + id="rect230" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="3.527" + y="3.0009999" + id="rect232" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="3.648" + y="3.0009999" + id="rect234" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="3.648" + y="3.0009999" + id="rect236" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="3.648" + y="3.0009999" + id="rect238" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.122" + height="0.122" + x="3.5869999" + y="2.8180001" + id="rect240" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.122" + height="0.122" + x="3.5869999" + y="2.8180001" + id="rect242" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.122" + height="0.122" + x="3.5869999" + y="2.8180001" + id="rect244" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="2.7360001" + y1="2.757" + x2="3.405" + y2="2.757" + stroke="#000000" + stroke-width="0.010" + id="line246" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.183" + height="0.182" + x="3.527" + y="2.575" + id="rect248" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.183" + height="0.182" + x="3.527" + y="2.575" + id="rect250" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.183" + height="0.182" + x="3.527" + y="2.575" + id="rect252" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.852" + height="0.061000001" + x="2.675" + y="2.332" + id="rect254" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.852" + height="0.061000001" + x="2.675" + y="2.332" + id="rect256" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.852" + height="0.061000001" + x="2.675" + y="2.332" + id="rect258" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="2.7969999" + y1="2.6359999" + x2="3.3440001" + y2="2.6359999" + stroke="#000000" + stroke-width="0.010" + id="line260" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.30399999" + height="0.061000001" + x="2.918" + y="2.6359999" + id="rect262" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.30399999" + height="0.061000001" + x="2.918" + y="2.6359999" + id="rect264" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.30399999" + height="0.061000001" + x="2.918" + y="2.6359999" + id="rect266" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="3.405" + y1="2.4530001" + x2="3.527" + y2="2.4530001" + stroke="#000000" + stroke-width="0.010" + id="line268" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.6140001" + y1="3.1830001" + x2="3.7090001" + y2="3.1830001" + stroke="#000000" + stroke-width="0.010" + id="line270" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.7090001" + y1="3.244" + x2="2.6140001" + y2="3.244" + stroke="#000000" + stroke-width="0.010" + id="line272" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.6140001" + y1="3.3050001" + x2="3.7090001" + y2="3.3050001" + stroke="#000000" + stroke-width="0.010" + id="line274" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.7090001" + y1="3.487" + x2="2.6140001" + y2="3.487" + stroke="#000000" + stroke-width="0.010" + id="line276" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.6140001" + y1="3.427" + x2="3.7090001" + y2="3.427" + stroke="#000000" + stroke-width="0.010" + id="line278" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.7090001" + y1="3.3659999" + x2="2.6140001" + y2="3.3659999" + stroke="#000000" + stroke-width="0.010" + id="line280" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.675" + y1="2.4530001" + x2="2.7360001" + y2="2.4530001" + stroke="#000000" + stroke-width="0.010" + id="line282" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.7969999" + y1="2.4530001" + x2="2.8570001" + y2="2.4530001" + stroke="#000000" + stroke-width="0.010" + id="line284" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.7969999" + y1="2.697" + x2="2.8570001" + y2="2.697" + stroke="#000000" + stroke-width="0.010" + id="line286" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.283" + y1="2.697" + x2="3.3440001" + y2="2.697" + stroke="#000000" + stroke-width="0.010" + id="line288" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.72" + y1="2.6359999" + x2="8.8620005" + y2="2.6229999" + stroke="#000000" + stroke-width="0.100" + id="line290" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="5.2069998" + y1="2.632" + x2="5.2090001" + y2="3.5910001" + stroke="#000000" + stroke-width="0.100" + id="line292" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="5.21" + y1="2.632" + x2="5.2080002" + y2="1.632" + stroke="#000000" + stroke-width="0.100" + id="line294" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="6.6500001" + y1="2.6289999" + x2="6.652" + y2="3.5339999" + stroke="#000000" + stroke-width="0.100" + id="line296" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="6.651" + y1="2.6289999" + x2="6.6479998" + y2="1.6289999" + stroke="#000000" + stroke-width="0.100" + id="line298" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="8.092" + y1="2.625" + x2="8.0950003" + y2="3.552" + stroke="#000000" + stroke-width="0.100" + id="line300" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="8.0909996" + y1="2.625" + x2="8.0889997" + y2="1.625" + stroke="#000000" + stroke-width="0.100" + id="line302" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="0.89600003" + height="0.67199999" + x="6.1989999" + y="3.559" + id="rect304" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="6.1989999" + y="3.559" + id="rect306" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="6.296" + y="3.6559999" + id="rect308" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="6.321,4.231 6.782,4.231 6.782,4.335 6.345,4.335 6.321,4.231 " + id="polygon310" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="6.321,4.231 6.782,4.231 6.782,4.335 6.345,4.335 6.321,4.231 " + id="polygon312" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="6.782,4.231 6.974,4.231 6.949,4.335 6.782,4.335 6.782,4.231 " + id="polygon314" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="6.782,4.231 6.974,4.231 6.949,4.335 6.782,4.335 6.782,4.231 " + id="polygon316" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="6.8130002" + y="4.2620001" + id="rect318" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="6.8130002" + y="4.2620001" + id="rect320" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="6.558,4.335 6.737,4.335 6.737,4.388 6.826,4.388 6.826,4.44 6.468,4.44 6.468,4.388 6.558,4.388 6.558,4.335 " + id="polygon322" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="6.558,4.335 6.737,4.335 6.737,4.388 6.826,4.388 6.826,4.44 6.468,4.44 6.468,4.388 6.558,4.388 6.558,4.335 " + id="polygon324" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="7.6420002" + y="3.5480001" + id="rect326" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="7.6420002" + y="3.5480001" + id="rect328" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="7.7389998" + y="3.645" + id="rect330" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="7.763,4.22 8.224,4.22 8.224,4.325 7.787,4.325 7.763,4.22 " + id="polygon332" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="7.763,4.22 8.224,4.22 8.224,4.325 7.787,4.325 7.763,4.22 " + id="polygon334" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="8.224,4.22 8.416,4.22 8.392,4.325 8.224,4.325 8.224,4.22 " + id="polygon336" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.224,4.22 8.416,4.22 8.392,4.325 8.224,4.325 8.224,4.22 " + id="polygon338" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="8.2550001" + y="4.2509999" + id="rect340" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="8.2550001" + y="4.2509999" + id="rect342" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="8,4.325 8.179,4.325 8.179,4.377 8.269,4.377 8.269,4.429 7.91,4.429 7.91,4.377 8,4.377 8,4.325 " + id="polygon344" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8,4.325 8.179,4.325 8.179,4.377 8.269,4.377 8.269,4.429 7.91,4.429 7.91,4.377 8,4.377 8,4.325 " + id="polygon346" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="4.7670002" + y="1.123" + id="rect348" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="4.7670002" + y="1.123" + id="rect350" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="4.8639998" + y="1.22" + id="rect352" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="4.888,1.795 5.349,1.795 5.349,1.9 4.912,1.9 4.888,1.795 " + id="polygon354" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="4.888,1.795 5.349,1.795 5.349,1.9 4.912,1.9 4.888,1.795 " + id="polygon356" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="5.349,1.795 5.541,1.795 5.517,1.9 5.349,1.9 5.349,1.795 " + id="polygon358" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="5.349,1.795 5.541,1.795 5.517,1.9 5.349,1.9 5.349,1.795 " + id="polygon360" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="5.3800001" + y="1.826" + id="rect362" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="5.3800001" + y="1.826" + id="rect364" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="5.125,1.9 5.304,1.9 5.304,1.952 5.394,1.952 5.394,2.004 5.035,2.004 5.035,1.952 5.125,1.952 5.125,1.9 " + id="polygon366" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="5.125,1.9 5.304,1.9 5.304,1.952 5.394,1.952 5.394,2.004 5.035,2.004 5.035,1.952 5.125,1.952 5.125,1.9 " + id="polygon368" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="6.217" + y="1.148" + id="rect370" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="6.217" + y="1.148" + id="rect372" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="6.3140001" + y="1.245" + id="rect374" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="6.338,1.82 6.799,1.82 6.799,1.925 6.362,1.925 6.338,1.82 " + id="polygon376" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="6.338,1.82 6.799,1.82 6.799,1.925 6.362,1.925 6.338,1.82 " + id="polygon378" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="6.799,1.82 6.991,1.82 6.967,1.925 6.799,1.925 6.799,1.82 " + id="polygon380" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="6.799,1.82 6.991,1.82 6.967,1.925 6.799,1.925 6.799,1.82 " + id="polygon382" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="6.8299999" + y="1.851" + id="rect384" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="6.8299999" + y="1.851" + id="rect386" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="6.575,1.925 6.754,1.925 6.754,1.977 6.844,1.977 6.844,2.029 6.485,2.029 6.485,1.977 6.575,1.977 6.575,1.925 " + id="polygon388" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="6.575,1.925 6.754,1.925 6.754,1.977 6.844,1.977 6.844,2.029 6.485,2.029 6.485,1.977 6.575,1.977 6.575,1.925 " + id="polygon390" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="7.6669998" + y="1.123" + id="rect392" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="7.6669998" + y="1.123" + id="rect394" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="7.7639999" + y="1.22" + id="rect396" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="7.788,1.795 8.249,1.795 8.249,1.9 7.812,1.9 7.788,1.795 " + id="polygon398" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="7.788,1.795 8.249,1.795 8.249,1.9 7.812,1.9 7.788,1.795 " + id="polygon400" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="8.249,1.795 8.441,1.795 8.417,1.9 8.249,1.9 8.249,1.795 " + id="polygon402" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.249,1.795 8.441,1.795 8.417,1.9 8.249,1.9 8.249,1.795 " + id="polygon404" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="8.2799997" + y="1.826" + id="rect406" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="8.2799997" + y="1.826" + id="rect408" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="8.025,1.9 8.204,1.9 8.204,1.952 8.294,1.952 8.294,2.004 7.935,2.004 7.935,1.952 8.025,1.952 8.025,1.9 " + id="polygon410" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.025,1.9 8.204,1.9 8.204,1.952 8.294,1.952 8.294,2.004 7.935,2.004 7.935,1.952 8.025,1.952 8.025,1.9 " + id="polygon412" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="4.779,3.795 4.731,3.815 4.587,4.175 4.587,4.355 4.659,4.415 5.715,4.415 5.787,4.355 5.787,4.175 5.643,3.815 5.595,3.795 4.779,3.795 " + id="polygon414" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="4.779,3.795 4.731,3.815 4.587,4.175 4.587,4.355 4.659,4.415 5.715,4.415 5.787,4.355 5.787,4.175 5.643,3.815 5.595,3.795 4.779,3.795 " + id="polygon416" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 4.611,4.115 L 4.659,4.135 L 5.715,4.135 L 5.763,4.115" + id="path418" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 5.715,4.135 L 5.787,4.175" + id="path420" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 4.587,4.175 L 4.659,4.135" + id="path422" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="4.923,3.415 4.899,3.895 5.475,3.895 5.451,3.415 4.923,3.415 " + id="polygon424" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="4.923,3.415 4.899,3.895 5.475,3.895 5.451,3.415 4.923,3.415 " + id="polygon426" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="4.827,3.895 4.779,4.035 5.595,4.035 5.547,3.895 4.827,3.895 " + id="polygon428" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="4.827,3.895 4.779,4.035 5.595,4.035 5.547,3.895 4.827,3.895 " + id="polygon430" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="4.8270001" + cy="4.2049999" + rx="0.012" + ry="0.012" + id="ellipse432" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.8270001" + cy="4.2049999" + rx="0.012" + ry="0.012" + id="ellipse434" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.947" + cy="4.2049999" + rx="0.012" + ry="0.012" + id="ellipse436" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.947" + cy="4.2049999" + rx="0.012" + ry="0.012" + id="ellipse438" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="5.0669999" + cy="4.2049999" + rx="0.012" + ry="0.012" + id="ellipse440" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="5.0669999" + cy="4.2049999" + rx="0.012" + ry="0.012" + id="ellipse442" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.8270001" + cy="4.2550001" + rx="0.012" + ry="0.012" + id="ellipse444" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.8270001" + cy="4.2550001" + rx="0.012" + ry="0.012" + id="ellipse446" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.947" + cy="4.2550001" + rx="0.012" + ry="0.012" + id="ellipse448" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.947" + cy="4.2550001" + rx="0.012" + ry="0.012" + id="ellipse450" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="5.0669999" + cy="4.2550001" + rx="0.012" + ry="0.012" + id="ellipse452" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="5.0669999" + cy="4.2550001" + rx="0.012" + ry="0.012" + id="ellipse454" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.8270001" + cy="4.3049998" + rx="0.012" + ry="0.012" + id="ellipse456" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.8270001" + cy="4.3049998" + rx="0.012" + ry="0.012" + id="ellipse458" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.947" + cy="4.3049998" + rx="0.012" + ry="0.012" + id="ellipse460" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.947" + cy="4.3049998" + rx="0.012" + ry="0.012" + id="ellipse462" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="5.0669999" + cy="4.3049998" + rx="0.012" + ry="0.012" + id="ellipse464" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="5.0669999" + cy="4.3049998" + rx="0.012" + ry="0.012" + id="ellipse466" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.8270001" + cy="4.355" + rx="0.012" + ry="0.012" + id="ellipse468" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.8270001" + cy="4.355" + rx="0.012" + ry="0.012" + id="ellipse470" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.947" + cy="4.355" + rx="0.012" + ry="0.012" + id="ellipse472" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.947" + cy="4.355" + rx="0.012" + ry="0.012" + id="ellipse474" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="5.0669999" + cy="4.355" + rx="0.012" + ry="0.012" + id="ellipse476" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="5.0669999" + cy="4.355" + rx="0.012" + ry="0.012" + id="ellipse478" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="5.1869998" + cy="4.2150002" + rx="0.15000001" + ry="0.048" + id="ellipse480" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="5.1869998" + cy="4.2150002" + rx="0.15000001" + ry="0.048" + id="ellipse482" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="5.487" + cy="4.2150002" + rx="0.15000001" + ry="0.048" + id="ellipse484" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="5.487" + cy="4.2150002" + rx="0.15000001" + ry="0.048" + id="ellipse486" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <rect + width="1.1440001" + height="2.2880001" + x="8.9790001" + y="1.4859999" + id="rect488" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.1440001" + height="2.2880001" + x="8.9790001" + y="1.4859999" + id="rect490" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.1440001" + height="2.2880001" + x="8.9790001" + y="1.4859999" + id="rect492" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.91500002" + height="0.91500002" + x="9.0939999" + y="1.6" + id="rect494" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.91500002" + height="0.91500002" + x="9.0939999" + y="1.6" + id="rect496" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.91500002" + height="0.91500002" + x="9.0939999" + y="1.6" + id="rect498" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="10.009" + y1="1.829" + x2="9.0939999" + y2="1.829" + stroke="#000000" + stroke-width="0.010" + id="line500" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="9.0939999" + y1="2.0580001" + x2="10.009" + y2="2.0580001" + stroke="#000000" + stroke-width="0.010" + id="line502" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.009" + y1="2.2290001" + x2="9.0939999" + y2="2.2290001" + stroke="#000000" + stroke-width="0.010" + id="line504" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.62900001" + height="0.34299999" + x="9.0939999" + y="2.6289999" + id="rect506" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.62900001" + height="0.34299999" + x="9.0939999" + y="2.6289999" + id="rect508" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.62900001" + height="0.34299999" + x="9.0939999" + y="2.6289999" + id="rect510" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="8.9790001" + y1="3.03" + x2="10.123" + y2="3.03" + stroke="#000000" + stroke-width="0.010" + id="line512" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="9.4940004" + y="3.1440001" + id="rect514" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="9.4940004" + y="3.1440001" + id="rect516" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="9.4940004" + y="3.1440001" + id="rect518" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="9.7229996" + y="3.1440001" + id="rect520" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="9.7229996" + y="3.1440001" + id="rect522" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="9.7229996" + y="3.1440001" + id="rect524" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="9.9519997" + y="3.1440001" + id="rect526" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="9.9519997" + y="3.1440001" + id="rect528" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="9.9519997" + y="3.1440001" + id="rect530" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.114" + height="0.057" + x="9.8950005" + y="2.8010001" + id="rect532" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.114" + height="0.057" + x="9.8950005" + y="2.8010001" + id="rect534" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.114" + height="0.057" + x="9.8950005" + y="2.8010001" + id="rect536" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="9.0939999" + y1="2.8010001" + x2="9.7229996" + y2="2.8010001" + stroke="#000000" + stroke-width="0.010" + id="line538" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.17200001" + height="0.17200001" + x="9.0939999" + y="3.0869999" + id="rect540" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.17200001" + height="0.17200001" + x="9.0939999" + y="3.0869999" + id="rect542" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.17200001" + height="0.17200001" + x="9.0939999" + y="3.0869999" + id="rect544" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.801" + height="0.057" + x="9.151" + y="2.286" + id="rect546" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.801" + height="0.057" + x="9.151" + y="2.286" + id="rect548" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.801" + height="0.057" + x="9.151" + y="2.286" + id="rect550" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="9.151" + y1="2.687" + x2="9.6660004" + y2="2.687" + stroke="#000000" + stroke-width="0.010" + id="line552" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="9.6660004" + y1="2.744" + x2="9.6090002" + y2="2.744" + stroke="#000000" + stroke-width="0.010" + id="line554" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="9.151" + y1="2.744" + x2="9.2080002" + y2="2.744" + stroke="#000000" + stroke-width="0.010" + id="line556" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.28600001" + height="0.057" + x="9.2650003" + y="2.687" + id="rect558" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.28600001" + height="0.057" + x="9.2650003" + y="2.687" + id="rect560" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.28600001" + height="0.057" + x="9.2650003" + y="2.687" + id="rect562" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="9.151" + y1="2.401" + x2="9.2080002" + y2="2.401" + stroke="#000000" + stroke-width="0.010" + id="line564" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="9.2650003" + y1="2.401" + x2="9.323" + y2="2.401" + stroke="#000000" + stroke-width="0.010" + id="line566" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="9.8369999" + y1="2.401" + x2="9.9519997" + y2="2.401" + stroke="#000000" + stroke-width="0.010" + id="line568" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.066" + y1="3.7160001" + x2="9.0369997" + y2="3.7160001" + stroke="#000000" + stroke-width="0.010" + id="line570" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="9.0369997" + y1="3.6589999" + x2="10.066" + y2="3.6589999" + stroke="#000000" + stroke-width="0.010" + id="line572" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.066" + y1="3.602" + x2="9.0369997" + y2="3.602" + stroke="#000000" + stroke-width="0.010" + id="line574" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="9.0369997" + y1="3.5439999" + x2="10.066" + y2="3.5439999" + stroke="#000000" + stroke-width="0.010" + id="line576" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.066" + y1="3.487" + x2="9.0369997" + y2="3.487" + stroke="#000000" + stroke-width="0.010" + id="line578" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="9.0369997" + y1="3.4300001" + x2="10.066" + y2="3.4300001" + stroke="#000000" + stroke-width="0.010" + id="line580" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.066" + y1="3.3729999" + x2="9.0369997" + y2="3.3729999" + stroke="#000000" + stroke-width="0.010" + id="line582" + style="stroke:#000000;stroke-width:0.01" /> + <text + x="5.9629998" + y="5.2589998" + id="text584" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Network:</text> + <text + x="5.5580001" + y="5.8590002" + id="text586" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">172.16.12.0/22</text> + <text + x="1.459" + y="4.1030002" + id="text588" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Server:</text> + <text + x="1.239" + y="4.6030002" + id="text590" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">DIVA-BDC</text> + <text + x="8.3649998" + y="0.375" + id="text592" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Member Server:</text> + <text + x="8.658" + y="0.875" + id="text594" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">DIVA-APPS</text> + <rect + width="1.291" + height="1.1390001" + x="0.61699998" + y="2.0880001" + id="rect596" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="1.263" + cy="3.227" + rx="0.64499998" + ry="0.19" + id="ellipse598" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="1.263" + cy="2.0880001" + rx="0.64499998" + ry="0.19" + id="ellipse600" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="1.263" + cy="2.0880001" + rx="0.64499998" + ry="0.19" + id="ellipse602" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 1.908,2.088 L 1.908,3.227 C 1.908,3.332 1.619,3.417 1.263,3.417 C 0.906,3.417 0.617,3.332 0.617,3.227 L 0.617,2.088" + id="path604" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="1.928" + y1="2.523" + x2="2.503" + y2="2.523" + stroke="#000000" + stroke-width="0.100" + id="line606" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="0.935" + y="2.7219999" + id="text608" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LDAP</text> + <text + x="0.94999999" + y="3.122" + id="text610" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Slave</text> + <rect + width="1.217" + height="1.825" + x="14.397" + y="1.885" + id="rect612" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.217" + height="1.825" + x="14.397" + y="1.885" + id="rect614" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.217" + height="1.825" + x="14.397" + y="1.885" + id="rect616" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.97299999" + height="0.73000002" + x="14.458" + y="1.946" + id="rect618" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.97299999" + height="0.73000002" + x="14.458" + y="1.946" + id="rect620" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.97299999" + height="0.73000002" + x="14.458" + y="1.946" + id="rect622" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="14.458" + y1="2.1900001" + x2="15.431" + y2="2.1900001" + stroke="#000000" + stroke-width="0.010" + id="line624" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.431" + y1="2.4330001" + x2="14.458" + y2="2.4330001" + stroke="#000000" + stroke-width="0.010" + id="line626" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.66900003" + height="0.36500001" + x="14.58" + y="2.737" + id="rect628" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.66900003" + height="0.36500001" + x="14.58" + y="2.737" + id="rect630" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.66900003" + height="0.36500001" + x="14.58" + y="2.737" + id="rect632" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="14.397" + y1="3.2850001" + x2="15.614" + y2="3.2850001" + stroke="#000000" + stroke-width="0.010" + id="line634" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.249" + y="3.1630001" + id="rect636" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.249" + y="3.1630001" + id="rect638" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.249" + y="3.1630001" + id="rect640" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.371" + y="3.1630001" + id="rect642" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.371" + y="3.1630001" + id="rect644" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.371" + y="3.1630001" + id="rect646" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.492" + y="3.1630001" + id="rect648" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.492" + y="3.1630001" + id="rect650" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.492" + y="3.1630001" + id="rect652" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.122" + height="0.122" + x="15.431" + y="2.98" + id="rect654" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.122" + height="0.122" + x="15.431" + y="2.98" + id="rect656" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.122" + height="0.122" + x="15.431" + y="2.98" + id="rect658" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="14.58" + y1="2.9200001" + x2="15.249" + y2="2.9200001" + stroke="#000000" + stroke-width="0.010" + id="line660" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.183" + height="0.183" + x="15.371" + y="2.737" + id="rect662" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.183" + height="0.183" + x="15.371" + y="2.737" + id="rect664" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.183" + height="0.183" + x="15.371" + y="2.737" + id="rect666" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.852" + height="0.061000001" + x="14.519" + y="2.494" + id="rect668" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.852" + height="0.061000001" + x="14.519" + y="2.494" + id="rect670" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.852" + height="0.061000001" + x="14.519" + y="2.494" + id="rect672" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="14.641" + y1="2.7980001" + x2="15.188" + y2="2.7980001" + stroke="#000000" + stroke-width="0.010" + id="line674" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.30399999" + height="0.061000001" + x="14.762" + y="2.7980001" + id="rect676" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.30399999" + height="0.061000001" + x="14.762" + y="2.7980001" + id="rect678" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.30399999" + height="0.061000001" + x="14.762" + y="2.7980001" + id="rect680" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="15.249" + y1="2.615" + x2="15.371" + y2="2.615" + stroke="#000000" + stroke-width="0.010" + id="line682" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.458" + y1="3.345" + x2="15.553" + y2="3.345" + stroke="#000000" + stroke-width="0.010" + id="line684" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.553" + y1="3.4059999" + x2="14.458" + y2="3.4059999" + stroke="#000000" + stroke-width="0.010" + id="line686" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.458" + y1="3.467" + x2="15.553" + y2="3.467" + stroke="#000000" + stroke-width="0.010" + id="line688" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.553" + y1="3.6500001" + x2="14.458" + y2="3.6500001" + stroke="#000000" + stroke-width="0.010" + id="line690" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.458" + y1="3.589" + x2="15.553" + y2="3.589" + stroke="#000000" + stroke-width="0.010" + id="line692" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.553" + y1="3.5280001" + x2="14.458" + y2="3.5280001" + stroke="#000000" + stroke-width="0.010" + id="line694" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.519" + y1="2.615" + x2="14.58" + y2="2.615" + stroke="#000000" + stroke-width="0.010" + id="line696" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.641" + y1="2.615" + x2="14.701" + y2="2.615" + stroke="#000000" + stroke-width="0.010" + id="line698" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.641" + y1="2.859" + x2="14.701" + y2="2.859" + stroke="#000000" + stroke-width="0.010" + id="line700" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.127" + y1="2.859" + x2="15.188" + y2="2.859" + stroke="#000000" + stroke-width="0.010" + id="line702" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.564" + y1="2.7980001" + x2="20.705" + y2="2.7850001" + stroke="#000000" + stroke-width="0.100" + id="line704" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="17.051001" + y1="2.7939999" + x2="17.052999" + y2="3.753" + stroke="#000000" + stroke-width="0.100" + id="line706" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="17.054001" + y1="2.7939999" + x2="17.052" + y2="1.794" + stroke="#000000" + stroke-width="0.100" + id="line708" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="18.493" + y1="2.7909999" + x2="18.496" + y2="3.6960001" + stroke="#000000" + stroke-width="0.100" + id="line710" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="18.495001" + y1="2.7909999" + x2="18.492001" + y2="1.791" + stroke="#000000" + stroke-width="0.100" + id="line712" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="19.936001" + y1="2.7869999" + x2="19.938999" + y2="3.714" + stroke="#000000" + stroke-width="0.100" + id="line714" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="19.934999" + y1="2.7869999" + x2="19.933001" + y2="1.7869999" + stroke="#000000" + stroke-width="0.100" + id="line716" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="0.89600003" + height="0.67199999" + x="18.042999" + y="3.721" + id="rect718" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="18.042999" + y="3.721" + id="rect720" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="18.139999" + y="3.8180001" + id="rect722" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="18.165,4.393 18.625,4.393 18.625,4.498 18.189,4.498 18.165,4.393 " + id="polygon724" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.165,4.393 18.625,4.393 18.625,4.498 18.189,4.498 18.165,4.393 " + id="polygon726" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="18.625,4.393 18.818,4.393 18.793,4.498 18.625,4.498 18.625,4.393 " + id="polygon728" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.625,4.393 18.818,4.393 18.793,4.498 18.625,4.498 18.625,4.393 " + id="polygon730" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="18.657" + y="4.4239998" + id="rect732" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="18.657" + y="4.4239998" + id="rect734" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="18.402,4.498 18.581,4.498 18.581,4.55 18.67,4.55 18.67,4.602 18.312,4.602 18.312,4.55 18.402,4.55 18.402,4.498 " + id="polygon736" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.402,4.498 18.581,4.498 18.581,4.55 18.67,4.55 18.67,4.602 18.312,4.602 18.312,4.55 18.402,4.55 18.402,4.498 " + id="polygon738" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="19.486" + y="3.71" + id="rect740" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="19.486" + y="3.71" + id="rect742" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="19.583" + y="3.8069999" + id="rect744" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="19.607,4.382 20.068,4.382 20.068,4.487 19.631,4.487 19.607,4.382 " + id="polygon746" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.607,4.382 20.068,4.382 20.068,4.487 19.631,4.487 19.607,4.382 " + id="polygon748" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="20.068,4.382 20.26,4.382 20.236,4.487 20.068,4.487 20.068,4.382 " + id="polygon750" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="20.068,4.382 20.26,4.382 20.236,4.487 20.068,4.487 20.068,4.382 " + id="polygon752" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="20.099001" + y="4.414" + id="rect754" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="20.099001" + y="4.414" + id="rect756" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="19.844,4.487 20.023,4.487 20.023,4.539 20.113,4.539 20.113,4.591 19.754,4.591 19.754,4.539 19.844,4.539 19.844,4.487 " + id="polygon758" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.844,4.487 20.023,4.487 20.023,4.539 20.113,4.539 20.113,4.591 19.754,4.591 19.754,4.539 19.844,4.539 19.844,4.487 " + id="polygon760" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="16.611" + y="1.285" + id="rect762" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="16.611" + y="1.285" + id="rect764" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="16.708" + y="1.382" + id="rect766" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="16.732,1.957 17.193,1.957 17.193,2.062 16.756,2.062 16.732,1.957 " + id="polygon768" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="16.732,1.957 17.193,1.957 17.193,2.062 16.756,2.062 16.732,1.957 " + id="polygon770" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="17.193,1.957 17.385,1.957 17.361,2.062 17.193,2.062 17.193,1.957 " + id="polygon772" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="17.193,1.957 17.385,1.957 17.361,2.062 17.193,2.062 17.193,1.957 " + id="polygon774" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="17.224001" + y="1.989" + id="rect776" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="17.224001" + y="1.989" + id="rect778" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="16.969,2.062 17.148,2.062 17.148,2.114 17.238,2.114 17.238,2.166 16.879,2.166 16.879,2.114 16.969,2.114 16.969,2.062 " + id="polygon780" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="16.969,2.062 17.148,2.062 17.148,2.114 17.238,2.114 17.238,2.166 16.879,2.166 16.879,2.114 16.969,2.114 16.969,2.062 " + id="polygon782" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="18.061001" + y="1.3099999" + id="rect784" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="18.061001" + y="1.3099999" + id="rect786" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="18.158001" + y="1.4069999" + id="rect788" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="18.182,1.982 18.643,1.982 18.643,2.087 18.206,2.087 18.182,1.982 " + id="polygon790" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.182,1.982 18.643,1.982 18.643,2.087 18.206,2.087 18.182,1.982 " + id="polygon792" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="18.643,1.982 18.835,1.982 18.811,2.087 18.643,2.087 18.643,1.982 " + id="polygon794" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.643,1.982 18.835,1.982 18.811,2.087 18.643,2.087 18.643,1.982 " + id="polygon796" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="18.674" + y="2.0139999" + id="rect798" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="18.674" + y="2.0139999" + id="rect800" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="18.419,2.087 18.598,2.087 18.598,2.139 18.688,2.139 18.688,2.191 18.329,2.191 18.329,2.139 18.419,2.139 18.419,2.087 " + id="polygon802" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.419,2.087 18.598,2.087 18.598,2.139 18.688,2.139 18.688,2.191 18.329,2.191 18.329,2.139 18.419,2.139 18.419,2.087 " + id="polygon804" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="19.511" + y="1.285" + id="rect806" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="19.511" + y="1.285" + id="rect808" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="19.608" + y="1.382" + id="rect810" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="19.632,1.957 20.093,1.957 20.093,2.062 19.656,2.062 19.632,1.957 " + id="polygon812" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.632,1.957 20.093,1.957 20.093,2.062 19.656,2.062 19.632,1.957 " + id="polygon814" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="20.093,1.957 20.285,1.957 20.261,2.062 20.093,2.062 20.093,1.957 " + id="polygon816" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="20.093,1.957 20.285,1.957 20.261,2.062 20.093,2.062 20.093,1.957 " + id="polygon818" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="20.124001" + y="1.989" + id="rect820" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="20.124001" + y="1.989" + id="rect822" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="19.869,2.062 20.048,2.062 20.048,2.114 20.138,2.114 20.138,2.166 19.779,2.166 19.779,2.114 19.869,2.114 19.869,2.062 " + id="polygon824" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.869,2.062 20.048,2.062 20.048,2.114 20.138,2.114 20.138,2.166 19.779,2.166 19.779,2.114 19.869,2.114 19.869,2.062 " + id="polygon826" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="16.622,3.957 16.574,3.977 16.43,4.337 16.43,4.517 16.502,4.577 17.558,4.577 17.63,4.517 17.63,4.337 17.486,3.977 17.438,3.957 16.622,3.957 " + id="polygon828" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="16.622,3.957 16.574,3.977 16.43,4.337 16.43,4.517 16.502,4.577 17.558,4.577 17.63,4.517 17.63,4.337 17.486,3.977 17.438,3.957 16.622,3.957 " + id="polygon830" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 16.454,4.277 L 16.502,4.297 L 17.558,4.297 L 17.606,4.277" + id="path832" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 17.558,4.297 L 17.63,4.337" + id="path834" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 16.43,4.337 L 16.502,4.297" + id="path836" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="16.766,3.577 16.742,4.057 17.318,4.057 17.294,3.577 16.766,3.577 " + id="polygon838" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="16.766,3.577 16.742,4.057 17.318,4.057 17.294,3.577 16.766,3.577 " + id="polygon840" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="16.67,4.057 16.622,4.197 17.438,4.197 17.39,4.057 16.67,4.057 " + id="polygon842" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="16.67,4.057 16.622,4.197 17.438,4.197 17.39,4.057 16.67,4.057 " + id="polygon844" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="16.67" + cy="4.3670001" + rx="0.012" + ry="0.012" + id="ellipse846" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.67" + cy="4.3670001" + rx="0.012" + ry="0.012" + id="ellipse848" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.790001" + cy="4.3670001" + rx="0.012" + ry="0.012" + id="ellipse850" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.790001" + cy="4.3670001" + rx="0.012" + ry="0.012" + id="ellipse852" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.91" + cy="4.3670001" + rx="0.012" + ry="0.012" + id="ellipse854" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.91" + cy="4.3670001" + rx="0.012" + ry="0.012" + id="ellipse856" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.67" + cy="4.4169998" + rx="0.012" + ry="0.012" + id="ellipse858" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.67" + cy="4.4169998" + rx="0.012" + ry="0.012" + id="ellipse860" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.790001" + cy="4.4169998" + rx="0.012" + ry="0.012" + id="ellipse862" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.790001" + cy="4.4169998" + rx="0.012" + ry="0.012" + id="ellipse864" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.91" + cy="4.4169998" + rx="0.012" + ry="0.012" + id="ellipse866" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.91" + cy="4.4169998" + rx="0.012" + ry="0.012" + id="ellipse868" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.67" + cy="4.467" + rx="0.012" + ry="0.012" + id="ellipse870" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.67" + cy="4.467" + rx="0.012" + ry="0.012" + id="ellipse872" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.790001" + cy="4.467" + rx="0.012" + ry="0.012" + id="ellipse874" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.790001" + cy="4.467" + rx="0.012" + ry="0.012" + id="ellipse876" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.91" + cy="4.467" + rx="0.012" + ry="0.012" + id="ellipse878" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.91" + cy="4.467" + rx="0.012" + ry="0.012" + id="ellipse880" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.67" + cy="4.5170002" + rx="0.012" + ry="0.012" + id="ellipse882" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.67" + cy="4.5170002" + rx="0.012" + ry="0.012" + id="ellipse884" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.790001" + cy="4.5170002" + rx="0.012" + ry="0.012" + id="ellipse886" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.790001" + cy="4.5170002" + rx="0.012" + ry="0.012" + id="ellipse888" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.91" + cy="4.5170002" + rx="0.012" + ry="0.012" + id="ellipse890" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.91" + cy="4.5170002" + rx="0.012" + ry="0.012" + id="ellipse892" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="17.030001" + cy="4.3769999" + rx="0.15000001" + ry="0.048" + id="ellipse894" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="17.030001" + cy="4.3769999" + rx="0.15000001" + ry="0.048" + id="ellipse896" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="17.33" + cy="4.3769999" + rx="0.15000001" + ry="0.048" + id="ellipse898" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="17.33" + cy="4.3769999" + rx="0.15000001" + ry="0.048" + id="ellipse900" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <rect + width="1.1440001" + height="2.2880001" + x="20.823" + y="1.648" + id="rect902" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.1440001" + height="2.2880001" + x="20.823" + y="1.648" + id="rect904" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.1440001" + height="2.2880001" + x="20.823" + y="1.648" + id="rect906" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.91500002" + height="0.91500002" + x="20.938" + y="1.762" + id="rect908" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.91500002" + height="0.91500002" + x="20.938" + y="1.762" + id="rect910" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.91500002" + height="0.91500002" + x="20.938" + y="1.762" + id="rect912" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="21.853001" + y1="1.9910001" + x2="20.938" + y2="1.9910001" + stroke="#000000" + stroke-width="0.010" + id="line914" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.938" + y1="2.22" + x2="21.853001" + y2="2.22" + stroke="#000000" + stroke-width="0.010" + id="line916" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.853001" + y1="2.391" + x2="20.938" + y2="2.391" + stroke="#000000" + stroke-width="0.010" + id="line918" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.62900001" + height="0.34299999" + x="20.938" + y="2.7920001" + id="rect920" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.62900001" + height="0.34299999" + x="20.938" + y="2.7920001" + id="rect922" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.62900001" + height="0.34299999" + x="20.938" + y="2.7920001" + id="rect924" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.823" + y1="3.1919999" + x2="21.966999" + y2="3.1919999" + stroke="#000000" + stroke-width="0.010" + id="line926" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="21.337999" + y="3.306" + id="rect928" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="21.337999" + y="3.306" + id="rect930" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="21.337999" + y="3.306" + id="rect932" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="21.566999" + y="3.306" + id="rect934" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="21.566999" + y="3.306" + id="rect936" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="21.566999" + y="3.306" + id="rect938" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="21.796" + y="3.306" + id="rect940" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="21.796" + y="3.306" + id="rect942" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="21.796" + y="3.306" + id="rect944" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.114" + height="0.057" + x="21.738001" + y="2.9630001" + id="rect946" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.114" + height="0.057" + x="21.738001" + y="2.9630001" + id="rect948" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.114" + height="0.057" + x="21.738001" + y="2.9630001" + id="rect950" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.938" + y1="2.9630001" + x2="21.566999" + y2="2.9630001" + stroke="#000000" + stroke-width="0.010" + id="line952" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.17200001" + height="0.17200001" + x="20.938" + y="3.2490001" + id="rect954" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.17200001" + height="0.17200001" + x="20.938" + y="3.2490001" + id="rect956" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.17200001" + height="0.17200001" + x="20.938" + y="3.2490001" + id="rect958" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.801" + height="0.057" + x="20.995001" + y="2.448" + id="rect960" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.801" + height="0.057" + x="20.995001" + y="2.448" + id="rect962" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.801" + height="0.057" + x="20.995001" + y="2.448" + id="rect964" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.995001" + y1="2.849" + x2="21.51" + y2="2.849" + stroke="#000000" + stroke-width="0.010" + id="line966" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.51" + y1="2.9059999" + x2="21.452" + y2="2.9059999" + stroke="#000000" + stroke-width="0.010" + id="line968" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.995001" + y1="2.9059999" + x2="21.052" + y2="2.9059999" + stroke="#000000" + stroke-width="0.010" + id="line970" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.28600001" + height="0.057" + x="21.108999" + y="2.849" + id="rect972" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.28600001" + height="0.057" + x="21.108999" + y="2.849" + id="rect974" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.28600001" + height="0.057" + x="21.108999" + y="2.849" + id="rect976" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.995001" + y1="2.563" + x2="21.052" + y2="2.563" + stroke="#000000" + stroke-width="0.010" + id="line978" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.108999" + y1="2.563" + x2="21.167" + y2="2.563" + stroke="#000000" + stroke-width="0.010" + id="line980" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.681" + y1="2.563" + x2="21.796" + y2="2.563" + stroke="#000000" + stroke-width="0.010" + id="line982" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.91" + y1="3.878" + x2="20.881001" + y2="3.878" + stroke="#000000" + stroke-width="0.010" + id="line984" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.881001" + y1="3.8210001" + x2="21.91" + y2="3.8210001" + stroke="#000000" + stroke-width="0.010" + id="line986" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.91" + y1="3.7639999" + x2="20.881001" + y2="3.7639999" + stroke="#000000" + stroke-width="0.010" + id="line988" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.881001" + y1="3.707" + x2="21.91" + y2="3.707" + stroke="#000000" + stroke-width="0.010" + id="line990" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.91" + y1="3.6489999" + x2="20.881001" + y2="3.6489999" + stroke="#000000" + stroke-width="0.010" + id="line992" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.881001" + y1="3.592" + x2="21.91" + y2="3.592" + stroke="#000000" + stroke-width="0.010" + id="line994" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.91" + y1="3.5350001" + x2="20.881001" + y2="3.5350001" + stroke="#000000" + stroke-width="0.010" + id="line996" + style="stroke:#000000;stroke-width:0.01" /> + <text + x="18.056999" + y="5.3460002" + id="text998" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Network:</text> + <text + x="17.650999" + y="5.9460001" + id="text1000" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">172.16.16.0/22</text> + <text + x="13.478" + y="4.3400002" + id="text1002" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Server:</text> + <text + x="13.248" + y="4.8400002" + id="text1004" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">DIVB-BDC</text> + <text + x="19.816999" + y="0.35600001" + id="text1006" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Member Server:</text> + <text + x="20.101" + y="0.85600001" + id="text1008" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">DIVB-APPS</text> + <rect + width="1.326" + height="1.17" + x="12.501" + y="2.28" + id="rect1010" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="13.164" + cy="3.451" + rx="0.66299999" + ry="0.19499999" + id="ellipse1012" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="13.164" + cy="2.28" + rx="0.66299999" + ry="0.19499999" + id="ellipse1014" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="13.164" + cy="2.28" + rx="0.66299999" + ry="0.19499999" + id="ellipse1016" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 13.827,2.28 L 13.827,3.451 C 13.827,3.559 13.53,3.646 13.164,3.646 C 12.798,3.646 12.501,3.559 12.501,3.451 L 12.501,2.28" + id="path1018" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="13.822" + y1="2.8599999" + x2="14.397" + y2="2.7980001" + stroke="#000000" + stroke-width="0.100" + id="line1020" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="12.809" + y="2.9619999" + id="text1022" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LDAP</text> + <text + x="12.823" + y="3.362" + id="text1024" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Slave</text> + <rect + width="1.217" + height="1.825" + x="14.275" + y="10.44" + id="rect1026" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.217" + height="1.825" + x="14.275" + y="10.44" + id="rect1028" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.217" + height="1.825" + x="14.275" + y="10.44" + id="rect1030" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.97299999" + height="0.73000002" + x="14.336" + y="10.501" + id="rect1032" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.97299999" + height="0.73000002" + x="14.336" + y="10.501" + id="rect1034" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.97299999" + height="0.73000002" + x="14.336" + y="10.501" + id="rect1036" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="14.336" + y1="10.744" + x2="15.309" + y2="10.744" + stroke="#000000" + stroke-width="0.010" + id="line1038" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.309" + y1="10.988" + x2="14.336" + y2="10.988" + stroke="#000000" + stroke-width="0.010" + id="line1040" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.66900003" + height="0.36500001" + x="14.458" + y="11.292" + id="rect1042" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.66900003" + height="0.36500001" + x="14.458" + y="11.292" + id="rect1044" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.66900003" + height="0.36500001" + x="14.458" + y="11.292" + id="rect1046" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="14.275" + y1="11.839" + x2="15.492" + y2="11.839" + stroke="#000000" + stroke-width="0.010" + id="line1048" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.127" + y="11.718" + id="rect1050" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.127" + y="11.718" + id="rect1052" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.127" + y="11.718" + id="rect1054" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.249" + y="11.718" + id="rect1056" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.249" + y="11.718" + id="rect1058" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.249" + y="11.718" + id="rect1060" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.37" + y="11.718" + id="rect1062" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.37" + y="11.718" + id="rect1064" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.37" + y="11.718" + id="rect1066" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.122" + height="0.122" + x="15.309" + y="11.535" + id="rect1068" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.122" + height="0.122" + x="15.309" + y="11.535" + id="rect1070" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.122" + height="0.122" + x="15.309" + y="11.535" + id="rect1072" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="14.458" + y1="11.474" + x2="15.127" + y2="11.474" + stroke="#000000" + stroke-width="0.010" + id="line1074" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.183" + height="0.182" + x="15.249" + y="11.292" + id="rect1076" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.183" + height="0.182" + x="15.249" + y="11.292" + id="rect1078" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.183" + height="0.182" + x="15.249" + y="11.292" + id="rect1080" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.852" + height="0.061000001" + x="14.397" + y="11.048" + id="rect1082" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.852" + height="0.061000001" + x="14.397" + y="11.048" + id="rect1084" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.852" + height="0.061000001" + x="14.397" + y="11.048" + id="rect1086" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="14.519" + y1="11.353" + x2="15.066" + y2="11.353" + stroke="#000000" + stroke-width="0.010" + id="line1088" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.30399999" + height="0.061000001" + x="14.64" + y="11.353" + id="rect1090" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.30399999" + height="0.061000001" + x="14.64" + y="11.353" + id="rect1092" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.30399999" + height="0.061000001" + x="14.64" + y="11.353" + id="rect1094" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="15.127" + y1="11.17" + x2="15.249" + y2="11.17" + stroke="#000000" + stroke-width="0.010" + id="line1096" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.336" + y1="11.9" + x2="15.431" + y2="11.9" + stroke="#000000" + stroke-width="0.010" + id="line1098" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.431" + y1="11.961" + x2="14.336" + y2="11.961" + stroke="#000000" + stroke-width="0.010" + id="line1100" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.336" + y1="12.022" + x2="15.431" + y2="12.022" + stroke="#000000" + stroke-width="0.010" + id="line1102" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.431" + y1="12.204" + x2="14.336" + y2="12.204" + stroke="#000000" + stroke-width="0.010" + id="line1104" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.336" + y1="12.143" + x2="15.431" + y2="12.143" + stroke="#000000" + stroke-width="0.010" + id="line1106" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.431" + y1="12.083" + x2="14.336" + y2="12.083" + stroke="#000000" + stroke-width="0.010" + id="line1108" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.397" + y1="11.17" + x2="14.458" + y2="11.17" + stroke="#000000" + stroke-width="0.010" + id="line1110" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.519" + y1="11.17" + x2="14.579" + y2="11.17" + stroke="#000000" + stroke-width="0.010" + id="line1112" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.519" + y1="11.413" + x2="14.579" + y2="11.413" + stroke="#000000" + stroke-width="0.010" + id="line1114" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.005" + y1="11.413" + x2="15.066" + y2="11.413" + stroke="#000000" + stroke-width="0.010" + id="line1116" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.442" + y1="11.353" + x2="20.584" + y2="11.34" + stroke="#000000" + stroke-width="0.100" + id="line1118" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="16.929001" + y1="11.349" + x2="16.931" + y2="12.308" + stroke="#000000" + stroke-width="0.100" + id="line1120" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="16.931999" + y1="11.349" + x2="16.93" + y2="10.349" + stroke="#000000" + stroke-width="0.100" + id="line1122" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="18.372" + y1="11.345" + x2="18.374001" + y2="12.251" + stroke="#000000" + stroke-width="0.100" + id="line1124" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="18.372999" + y1="11.345" + x2="18.370001" + y2="10.345" + stroke="#000000" + stroke-width="0.100" + id="line1126" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="19.815001" + y1="11.342" + x2="19.816999" + y2="12.269" + stroke="#000000" + stroke-width="0.100" + id="line1128" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="19.813" + y1="11.342" + x2="19.811001" + y2="10.342" + stroke="#000000" + stroke-width="0.100" + id="line1130" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="0.89600003" + height="0.67199999" + x="17.921" + y="12.276" + id="rect1132" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="17.921" + y="12.276" + id="rect1134" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="18.018" + y="12.373" + id="rect1136" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="18.043,12.948 18.504,12.948 18.504,13.052 18.067,13.052 18.043,12.948 " + id="polygon1138" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.043,12.948 18.504,12.948 18.504,13.052 18.067,13.052 18.043,12.948 " + id="polygon1140" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="18.504,12.948 18.696,12.948 18.672,13.052 18.504,13.052 18.504,12.948 " + id="polygon1142" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.504,12.948 18.696,12.948 18.672,13.052 18.504,13.052 18.504,12.948 " + id="polygon1144" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="18.535" + y="12.979" + id="rect1146" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="18.535" + y="12.979" + id="rect1148" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="18.28,13.052 18.459,13.052 18.459,13.104 18.548,13.104 18.548,13.157 18.19,13.157 18.19,13.104 18.28,13.104 18.28,13.052 " + id="polygon1150" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.28,13.052 18.459,13.052 18.459,13.104 18.548,13.104 18.548,13.157 18.19,13.157 18.19,13.104 18.28,13.104 18.28,13.052 " + id="polygon1152" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="19.364" + y="12.265" + id="rect1154" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="19.364" + y="12.265" + id="rect1156" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="19.461" + y="12.362" + id="rect1158" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="19.485,12.937 19.946,12.937 19.946,13.041 19.509,13.041 19.485,12.937 " + id="polygon1160" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.485,12.937 19.946,12.937 19.946,13.041 19.509,13.041 19.485,12.937 " + id="polygon1162" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="19.946,12.937 20.138,12.937 20.114,13.041 19.946,13.041 19.946,12.937 " + id="polygon1164" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.946,12.937 20.138,12.937 20.114,13.041 19.946,13.041 19.946,12.937 " + id="polygon1166" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="19.976999" + y="12.968" + id="rect1168" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="19.976999" + y="12.968" + id="rect1170" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="19.722,13.041 19.901,13.041 19.901,13.094 19.991,13.094 19.991,13.146 19.632,13.146 19.632,13.094 19.722,13.094 19.722,13.041 " + id="polygon1172" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.722,13.041 19.901,13.041 19.901,13.094 19.991,13.094 19.991,13.146 19.632,13.146 19.632,13.094 19.722,13.094 19.722,13.041 " + id="polygon1174" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="16.489" + y="9.8400002" + id="rect1176" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="16.489" + y="9.8400002" + id="rect1178" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="16.586" + y="9.9370003" + id="rect1180" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="16.61,10.512 17.071,10.512 17.071,10.616 16.634,10.616 16.61,10.512 " + id="polygon1182" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="16.61,10.512 17.071,10.512 17.071,10.616 16.634,10.616 16.61,10.512 " + id="polygon1184" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="17.071,10.512 17.263,10.512 17.239,10.616 17.071,10.616 17.071,10.512 " + id="polygon1186" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="17.071,10.512 17.263,10.512 17.239,10.616 17.071,10.616 17.071,10.512 " + id="polygon1188" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="17.101999" + y="10.543" + id="rect1190" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="17.101999" + y="10.543" + id="rect1192" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="16.847,10.616 17.026,10.616 17.026,10.669 17.116,10.669 17.116,10.721 16.757,10.721 16.757,10.669 16.847,10.669 16.847,10.616 " + id="polygon1194" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="16.847,10.616 17.026,10.616 17.026,10.669 17.116,10.669 17.116,10.721 16.757,10.721 16.757,10.669 16.847,10.669 16.847,10.616 " + id="polygon1196" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="17.938999" + y="9.8649998" + id="rect1198" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="17.938999" + y="9.8649998" + id="rect1200" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="18.035999" + y="9.9619999" + id="rect1202" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="18.06,10.537 18.521,10.537 18.521,10.641 18.084,10.641 18.06,10.537 " + id="polygon1204" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.06,10.537 18.521,10.537 18.521,10.641 18.084,10.641 18.06,10.537 " + id="polygon1206" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="18.521,10.537 18.713,10.537 18.689,10.641 18.521,10.641 18.521,10.537 " + id="polygon1208" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.521,10.537 18.713,10.537 18.689,10.641 18.521,10.641 18.521,10.537 " + id="polygon1210" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="18.552" + y="10.568" + id="rect1212" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="18.552" + y="10.568" + id="rect1214" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="18.297,10.641 18.476,10.641 18.476,10.694 18.566,10.694 18.566,10.746 18.207,10.746 18.207,10.694 18.297,10.694 18.297,10.641 " + id="polygon1216" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.297,10.641 18.476,10.641 18.476,10.694 18.566,10.694 18.566,10.746 18.207,10.746 18.207,10.694 18.297,10.694 18.297,10.641 " + id="polygon1218" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="19.389" + y="9.8400002" + id="rect1220" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="19.389" + y="9.8400002" + id="rect1222" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="19.486" + y="9.9370003" + id="rect1224" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="19.51,10.512 19.971,10.512 19.971,10.616 19.534,10.616 19.51,10.512 " + id="polygon1226" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.51,10.512 19.971,10.512 19.971,10.616 19.534,10.616 19.51,10.512 " + id="polygon1228" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="19.971,10.512 20.163,10.512 20.139,10.616 19.971,10.616 19.971,10.512 " + id="polygon1230" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.971,10.512 20.163,10.512 20.139,10.616 19.971,10.616 19.971,10.512 " + id="polygon1232" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="20.002001" + y="10.543" + id="rect1234" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="20.002001" + y="10.543" + id="rect1236" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="19.747,10.616 19.926,10.616 19.926,10.669 20.016,10.669 20.016,10.721 19.657,10.721 19.657,10.669 19.747,10.669 19.747,10.616 " + id="polygon1238" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.747,10.616 19.926,10.616 19.926,10.669 20.016,10.669 20.016,10.721 19.657,10.721 19.657,10.669 19.747,10.669 19.747,10.616 " + id="polygon1240" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="16.501,12.512 16.453,12.532 16.309,12.892 16.309,13.072 16.381,13.132 17.437,13.132 17.509,13.072 17.509,12.892 17.365,12.532 17.317,12.512 16.501,12.512 " + id="polygon1242" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="16.501,12.512 16.453,12.532 16.309,12.892 16.309,13.072 16.381,13.132 17.437,13.132 17.509,13.072 17.509,12.892 17.365,12.532 17.317,12.512 16.501,12.512 " + id="polygon1244" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 16.333,12.832 L 16.381,12.852 L 17.437,12.852 L 17.485,12.832" + id="path1246" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 17.437,12.852 L 17.509,12.892" + id="path1248" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 16.309,12.892 L 16.381,12.852" + id="path1250" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="16.645,12.132 16.621,12.612 17.197,12.612 17.173,12.132 16.645,12.132 " + id="polygon1252" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="16.645,12.132 16.621,12.612 17.197,12.612 17.173,12.132 16.645,12.132 " + id="polygon1254" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="16.549,12.612 16.501,12.752 17.317,12.752 17.269,12.612 16.549,12.612 " + id="polygon1256" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="16.549,12.612 16.501,12.752 17.317,12.752 17.269,12.612 16.549,12.612 " + id="polygon1258" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="16.549" + cy="12.922" + rx="0.012" + ry="0.012" + id="ellipse1260" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.549" + cy="12.922" + rx="0.012" + ry="0.012" + id="ellipse1262" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.669001" + cy="12.922" + rx="0.012" + ry="0.012" + id="ellipse1264" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.669001" + cy="12.922" + rx="0.012" + ry="0.012" + id="ellipse1266" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.789" + cy="12.922" + rx="0.012" + ry="0.012" + id="ellipse1268" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.789" + cy="12.922" + rx="0.012" + ry="0.012" + id="ellipse1270" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.549" + cy="12.972" + rx="0.012" + ry="0.012" + id="ellipse1272" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.549" + cy="12.972" + rx="0.012" + ry="0.012" + id="ellipse1274" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.669001" + cy="12.972" + rx="0.012" + ry="0.012" + id="ellipse1276" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.669001" + cy="12.972" + rx="0.012" + ry="0.012" + id="ellipse1278" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.789" + cy="12.972" + rx="0.012" + ry="0.012" + id="ellipse1280" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.789" + cy="12.972" + rx="0.012" + ry="0.012" + id="ellipse1282" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.549" + cy="13.022" + rx="0.012" + ry="0.012" + id="ellipse1284" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.549" + cy="13.022" + rx="0.012" + ry="0.012" + id="ellipse1286" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.669001" + cy="13.022" + rx="0.012" + ry="0.012" + id="ellipse1288" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.669001" + cy="13.022" + rx="0.012" + ry="0.012" + id="ellipse1290" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.789" + cy="13.022" + rx="0.012" + ry="0.012" + id="ellipse1292" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.789" + cy="13.022" + rx="0.012" + ry="0.012" + id="ellipse1294" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.549" + cy="13.072" + rx="0.012" + ry="0.012" + id="ellipse1296" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.549" + cy="13.072" + rx="0.012" + ry="0.012" + id="ellipse1298" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.669001" + cy="13.072" + rx="0.012" + ry="0.012" + id="ellipse1300" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.669001" + cy="13.072" + rx="0.012" + ry="0.012" + id="ellipse1302" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.789" + cy="13.072" + rx="0.012" + ry="0.012" + id="ellipse1304" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.789" + cy="13.072" + rx="0.012" + ry="0.012" + id="ellipse1306" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.909" + cy="12.932" + rx="0.15000001" + ry="0.048" + id="ellipse1308" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="16.909" + cy="12.932" + rx="0.15000001" + ry="0.048" + id="ellipse1310" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="17.209" + cy="12.932" + rx="0.15000001" + ry="0.048" + id="ellipse1312" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="17.209" + cy="12.932" + rx="0.15000001" + ry="0.048" + id="ellipse1314" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <rect + width="1.1440001" + height="2.2869999" + x="20.701" + y="10.203" + id="rect1316" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.1440001" + height="2.2869999" + x="20.701" + y="10.203" + id="rect1318" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.1440001" + height="2.2869999" + x="20.701" + y="10.203" + id="rect1320" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.91500002" + height="0.91500002" + x="20.816" + y="10.317" + id="rect1322" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.91500002" + height="0.91500002" + x="20.816" + y="10.317" + id="rect1324" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.91500002" + height="0.91500002" + x="20.816" + y="10.317" + id="rect1326" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="21.731001" + y1="10.546" + x2="20.816" + y2="10.546" + stroke="#000000" + stroke-width="0.010" + id="line1328" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.816" + y1="10.774" + x2="21.731001" + y2="10.774" + stroke="#000000" + stroke-width="0.010" + id="line1330" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.731001" + y1="10.946" + x2="20.816" + y2="10.946" + stroke="#000000" + stroke-width="0.010" + id="line1332" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.62900001" + height="0.34299999" + x="20.816" + y="11.346" + id="rect1334" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.62900001" + height="0.34299999" + x="20.816" + y="11.346" + id="rect1336" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.62900001" + height="0.34299999" + x="20.816" + y="11.346" + id="rect1338" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.701" + y1="11.747" + x2="21.844999" + y2="11.747" + stroke="#000000" + stroke-width="0.010" + id="line1340" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="21.216" + y="11.861" + id="rect1342" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="21.216" + y="11.861" + id="rect1344" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="21.216" + y="11.861" + id="rect1346" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="21.445" + y="11.861" + id="rect1348" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="21.445" + y="11.861" + id="rect1350" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="21.445" + y="11.861" + id="rect1352" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="21.674" + y="11.861" + id="rect1354" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="21.674" + y="11.861" + id="rect1356" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="21.674" + y="11.861" + id="rect1358" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.114" + height="0.057" + x="21.615999" + y="11.518" + id="rect1360" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.114" + height="0.057" + x="21.615999" + y="11.518" + id="rect1362" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.114" + height="0.057" + x="21.615999" + y="11.518" + id="rect1364" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.816" + y1="11.518" + x2="21.445" + y2="11.518" + stroke="#000000" + stroke-width="0.010" + id="line1366" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.17200001" + height="0.17200001" + x="20.816" + y="11.804" + id="rect1368" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.17200001" + height="0.17200001" + x="20.816" + y="11.804" + id="rect1370" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.17200001" + height="0.17200001" + x="20.816" + y="11.804" + id="rect1372" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.801" + height="0.057" + x="20.872999" + y="11.003" + id="rect1374" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.801" + height="0.057" + x="20.872999" + y="11.003" + id="rect1376" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.801" + height="0.057" + x="20.872999" + y="11.003" + id="rect1378" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.872999" + y1="11.404" + x2="21.388" + y2="11.404" + stroke="#000000" + stroke-width="0.010" + id="line1380" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.388" + y1="11.461" + x2="21.330999" + y2="11.461" + stroke="#000000" + stroke-width="0.010" + id="line1382" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.872999" + y1="11.461" + x2="20.93" + y2="11.461" + stroke="#000000" + stroke-width="0.010" + id="line1384" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.28600001" + height="0.057" + x="20.987" + y="11.404" + id="rect1386" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.28600001" + height="0.057" + x="20.987" + y="11.404" + id="rect1388" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.28600001" + height="0.057" + x="20.987" + y="11.404" + id="rect1390" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.872999" + y1="11.118" + x2="20.93" + y2="11.118" + stroke="#000000" + stroke-width="0.010" + id="line1392" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.987" + y1="11.118" + x2="21.045" + y2="11.118" + stroke="#000000" + stroke-width="0.010" + id="line1394" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.559" + y1="11.118" + x2="21.674" + y2="11.118" + stroke="#000000" + stroke-width="0.010" + id="line1396" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.788" + y1="12.433" + x2="20.759001" + y2="12.433" + stroke="#000000" + stroke-width="0.010" + id="line1398" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.759001" + y1="12.376" + x2="21.788" + y2="12.376" + stroke="#000000" + stroke-width="0.010" + id="line1400" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.788" + y1="12.319" + x2="20.759001" + y2="12.319" + stroke="#000000" + stroke-width="0.010" + id="line1402" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.759001" + y1="12.261" + x2="21.788" + y2="12.261" + stroke="#000000" + stroke-width="0.010" + id="line1404" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.788" + y1="12.204" + x2="20.759001" + y2="12.204" + stroke="#000000" + stroke-width="0.010" + id="line1406" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.759001" + y1="12.147" + x2="21.788" + y2="12.147" + stroke="#000000" + stroke-width="0.010" + id="line1408" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.788" + y1="12.09" + x2="20.759001" + y2="12.09" + stroke="#000000" + stroke-width="0.010" + id="line1410" + style="stroke:#000000;stroke-width:0.01" /> + <text + x="18.610001" + y="9.026" + id="text1412" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Network:</text> + <text + x="18.176001" + y="9.6260004" + id="text1414" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">172.16.20.0/22</text> + <text + x="13.881" + y="12.895" + id="text1416" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Server:</text> + <text + x="13.65" + y="13.395" + id="text1418" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">DIVC-BDC</text> + <text + x="19.937" + y="14.042" + id="text1420" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Member Server:</text> + <text + x="20.219" + y="14.542" + id="text1422" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">DIVC-APPS</text> + <rect + width="1.3150001" + height="1.161" + x="12.175" + y="9.5089998" + id="rect1424" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="12.833" + cy="10.669" + rx="0.65799999" + ry="0.193" + id="ellipse1426" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="12.833" + cy="9.5089998" + rx="0.65799999" + ry="0.193" + id="ellipse1428" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="12.833" + cy="9.5089998" + rx="0.65799999" + ry="0.193" + id="ellipse1430" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 13.491,9.509 L 13.491,10.669 C 13.491,10.776 13.196,10.863 12.833,10.863 C 12.47,10.863 12.175,10.776 12.175,10.669 L 12.175,9.509" + id="path1432" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="14.219" + y1="11.042" + x2="13.469" + y2="10.167" + stroke="#000000" + stroke-width="0.100" + id="line1434" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="12.537" + y="10.142" + id="text1436" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LDAP</text> + <text + x="12.552" + y="10.542" + id="text1438" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Slave</text> + <path + d="M 9.35,11.667 C 9.83,11.677 10.761,11.461 10.63,10.999 C 10.499,10.536 9.874,10.433 9.612,10.567 C 9.35,10.7 10.019,9.919 8.74,9.714 C 7.46,9.508 6.805,9.837 6.994,10.073 C 7.183,10.31 5.875,9.518 5.264,9.971 C 4.653,10.423 5.889,10.855 5.627,10.793 C 5.366,10.731 4.566,10.814 4.828,11.585 C 5.089,12.356 7.445,11.759 7.183,11.872 C 6.922,11.986 7.576,12.551 8.39,12.438 C 9.205,12.325 9.263,12.12 9.35,11.667 L 9.35,11.667" + id="path1440" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <path + d="M 9.35,11.667 C 9.83,11.677 10.761,11.461 10.63,10.999 C 10.499,10.536 9.874,10.433 9.612,10.567 C 9.35,10.7 10.019,9.919 8.74,9.714 C 7.46,9.508 6.805,9.837 6.994,10.073 C 7.183,10.31 5.875,9.518 5.264,9.971 C 4.653,10.423 5.889,10.855 5.627,10.793 C 5.366,10.731 4.566,10.814 4.828,11.585 C 5.089,12.356 7.445,11.759 7.183,11.872 C 6.922,11.986 7.576,12.551 8.39,12.438 C 9.205,12.325 9.263,12.12 9.35,11.667 L 9.35,11.667" + id="path1442" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="6.7909999" + y="11.036" + id="text1444" + style="font-size:0.69999999px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Internet</text> + <path + d="M 4.7,11.1 C 5.035363,11.196174 5.3953356,11.076093 5.6057965,10.797841 C 5.8162574,10.51959 5.8338243,10.140524 5.65,9.844" + id="path1446" + style="fill:none;stroke:#000000;stroke-width:0.1;stroke-dasharray:0.1, 0.1" /> + <path + d="M 8.675,9.794 C 7.4940305,10.104758 6.3530779,10.551408 5.275,11.125" + id="path1448" + style="fill:none;stroke:#000000;stroke-width:0.1;stroke-dasharray:0.1, 0.1" /> + <path + d="M 4.7,11.15 C 6.6098972,11.931939 8.7554368,11.904871 10.645,11.075" + id="path1450" + style="fill:none;stroke:#000000;stroke-width:0.1;stroke-dasharray:0.1, 0.1" /> + <rect + width="1.397" + height="4.1900001" + x="0.61400002" + y="8.7200003" + id="rect1452" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.397" + height="4.1900001" + x="0.61400002" + y="8.7200003" + id="rect1454" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.397" + height="4.1900001" + x="0.61400002" + y="8.7200003" + id="rect1456" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.117" + height="1.676" + x="0.75400001" + y="8.8590002" + id="rect1458" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.117" + height="1.676" + x="0.75400001" + y="8.8590002" + id="rect1460" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.117" + height="1.676" + x="0.75400001" + y="8.8590002" + id="rect1462" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="0.75400001" + y1="9.1389999" + x2="1.8710001" + y2="9.1389999" + stroke="#000000" + stroke-width="0.010" + id="line1464" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.8710001" + y1="9.4180002" + x2="0.75400001" + y2="9.4180002" + stroke="#000000" + stroke-width="0.010" + id="line1466" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.75400001" + y1="9.698" + x2="1.8710001" + y2="9.698" + stroke="#000000" + stroke-width="0.010" + id="line1468" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.75400001" + y1="9.9770002" + x2="1.8710001" + y2="9.9770002" + stroke="#000000" + stroke-width="0.010" + id="line1470" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.8710001" + y1="10.256" + x2="0.75400001" + y2="10.256" + stroke="#000000" + stroke-width="0.010" + id="line1472" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.76800001" + height="0.419" + x="0.75400001" + y="10.675" + id="rect1474" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.76800001" + height="0.419" + x="0.75400001" + y="10.675" + id="rect1476" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.76800001" + height="0.419" + x="0.75400001" + y="10.675" + id="rect1478" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="0.61400002" + y1="11.374" + x2="2.0109999" + y2="11.374" + stroke="#000000" + stroke-width="0.010" + id="line1480" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.07" + height="0.07" + x="1.243" + y="11.513" + id="rect1482" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.07" + height="0.07" + x="1.243" + y="11.513" + id="rect1484" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.07" + height="0.07" + x="1.243" + y="11.513" + id="rect1486" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.07" + height="0.07" + x="1.522" + y="11.513" + id="rect1488" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.07" + height="0.07" + x="1.522" + y="11.513" + id="rect1490" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.07" + height="0.07" + x="1.522" + y="11.513" + id="rect1492" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.07" + height="0.07" + x="1.801" + y="11.513" + id="rect1494" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.07" + height="0.07" + x="1.801" + y="11.513" + id="rect1496" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.07" + height="0.07" + x="1.801" + y="11.513" + id="rect1498" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.14" + height="0.14" + x="1.7309999" + y="11.094" + id="rect1500" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.14" + height="0.14" + x="1.7309999" + y="11.094" + id="rect1502" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.14" + height="0.14" + x="1.7309999" + y="11.094" + id="rect1504" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="0.75400001" + y1="10.885" + x2="1.522" + y2="10.885" + stroke="#000000" + stroke-width="0.010" + id="line1506" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.20999999" + height="0.20999999" + x="0.75400001" + y="11.444" + id="rect1508" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.20999999" + height="0.20999999" + x="0.75400001" + y="11.444" + id="rect1510" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.20999999" + height="0.20999999" + x="0.75400001" + y="11.444" + id="rect1512" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.97799999" + height="0.07" + x="0.82300001" + y="10.326" + id="rect1514" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.97799999" + height="0.07" + x="0.82300001" + y="10.326" + id="rect1516" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.97799999" + height="0.07" + x="0.82300001" + y="10.326" + id="rect1518" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="0.82300001" + y1="10.745" + x2="1.452" + y2="10.745" + stroke="#000000" + stroke-width="0.010" + id="line1520" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.452" + y1="10.815" + x2="1.382" + y2="10.815" + stroke="#000000" + stroke-width="0.010" + id="line1522" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.82300001" + y1="10.815" + x2="0.89300001" + y2="10.815" + stroke="#000000" + stroke-width="0.010" + id="line1524" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.34900001" + height="0.07" + x="0.963" + y="10.745" + id="rect1526" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.34900001" + height="0.07" + x="0.963" + y="10.745" + id="rect1528" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.34900001" + height="0.07" + x="0.963" + y="10.745" + id="rect1530" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="0.82300001" + y1="10.466" + x2="0.89300001" + y2="10.466" + stroke="#000000" + stroke-width="0.010" + id="line1532" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.963" + y1="10.466" + x2="1.033" + y2="10.466" + stroke="#000000" + stroke-width="0.010" + id="line1534" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.6619999" + y1="10.466" + x2="1.801" + y2="10.466" + stroke="#000000" + stroke-width="0.010" + id="line1536" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.68400002" + y1="12.84" + x2="1.941" + y2="12.84" + stroke="#000000" + stroke-width="0.010" + id="line1538" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.941" + y1="12.77" + x2="0.68400002" + y2="12.77" + stroke="#000000" + stroke-width="0.010" + id="line1540" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.68400002" + y1="12.701" + x2="1.941" + y2="12.701" + stroke="#000000" + stroke-width="0.010" + id="line1542" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.941" + y1="12.631" + x2="0.68400002" + y2="12.631" + stroke="#000000" + stroke-width="0.010" + id="line1544" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.68400002" + y1="12.561" + x2="1.941" + y2="12.561" + stroke="#000000" + stroke-width="0.010" + id="line1546" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.941" + y1="12.491" + x2="0.68400002" + y2="12.491" + stroke="#000000" + stroke-width="0.010" + id="line1548" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.68400002" + y1="12.421" + x2="1.941" + y2="12.421" + stroke="#000000" + stroke-width="0.010" + id="line1550" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.941" + y1="12.351" + x2="0.68400002" + y2="12.351" + stroke="#000000" + stroke-width="0.010" + id="line1552" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.68400002" + y1="12.282" + x2="1.941" + y2="12.282" + stroke="#000000" + stroke-width="0.010" + id="line1554" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.941" + y1="12.212" + x2="0.68400002" + y2="12.212" + stroke="#000000" + stroke-width="0.010" + id="line1556" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.68400002" + y1="12.142" + x2="1.941" + y2="12.142" + stroke="#000000" + stroke-width="0.010" + id="line1558" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.941" + y1="12.072" + x2="0.68400002" + y2="12.072" + stroke="#000000" + stroke-width="0.010" + id="line1560" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.68400002" + y1="12.002" + x2="1.941" + y2="12.002" + stroke="#000000" + stroke-width="0.010" + id="line1562" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.941" + y1="11.932" + x2="0.68400002" + y2="11.932" + stroke="#000000" + stroke-width="0.010" + id="line1564" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.97100002" + height="0.72799999" + x="-6.559" + y="12.296" + id="rect1566" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.97100002" + height="0.72799999" + x="-6.559" + y="12.296" + id="rect1568" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.76099998" + height="0.50199997" + x="-6.454" + y="12.401" + id="rect1570" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-6.427,13.024 -5.928,13.024 -5.928,13.137 -6.401,13.137 -6.427,13.024 " + id="polygon1572" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-6.427,13.024 -5.928,13.024 -5.928,13.137 -6.401,13.137 -6.427,13.024 " + id="polygon1574" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-5.928,13.024 -5.719,13.024 -5.746,13.137 -5.928,13.137 -5.928,13.024 " + id="polygon1576" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-5.928,13.024 -5.719,13.024 -5.746,13.137 -5.928,13.137 -5.928,13.024 " + id="polygon1578" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.045000002" + height="0.045000002" + x="-5.8940001" + y="13.058" + id="rect1580" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.045000002" + height="0.045000002" + x="-5.8940001" + y="13.058" + id="rect1582" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-6.17,13.137 -5.976,13.137 -5.976,13.194 -5.879,13.194 -5.879,13.25 -6.267,13.25 -6.267,13.194 -6.17,13.194 -6.17,13.137 " + id="polygon1584" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-6.17,13.137 -5.976,13.137 -5.976,13.194 -5.879,13.194 -5.879,13.25 -6.267,13.25 -6.267,13.194 -6.17,13.194 -6.17,13.137 " + id="polygon1586" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="0.653" + y1="11.13" + x2="-9.6660004" + y2="11.13" + stroke="#000000" + stroke-width="0.100" + id="line1588" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-1.289" + y1="11.13" + x2="-1.289" + y2="10.145" + stroke="#000000" + stroke-width="0.100" + id="line1590" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-3.766" + y1="11.13" + x2="-3.766" + y2="12.295" + stroke="#000000" + stroke-width="0.100" + id="line1592" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-3.7739999" + y1="11.13" + x2="-3.7739999" + y2="10.099" + stroke="#000000" + stroke-width="0.100" + id="line1594" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-6.0799999" + y1="11.13" + x2="-6.0799999" + y2="12.367" + stroke="#000000" + stroke-width="0.100" + id="line1596" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-6.0939999" + y1="11.13" + x2="-6.0939999" + y2="10.063" + stroke="#000000" + stroke-width="0.100" + id="line1598" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-8.4139996" + y1="11.13" + x2="-8.4139996" + y2="9.5740004" + stroke="#000000" + stroke-width="0.100" + id="line1600" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="1.069" + height="0.80199999" + x="-4.289" + y="12.216" + id="rect1602" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.069" + height="0.80199999" + x="-4.289" + y="12.216" + id="rect1604" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.83700001" + height="0.55199999" + x="-4.1729999" + y="12.332" + id="rect1606" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-4.144,13.018 -3.594,13.018 -3.594,13.143 -4.115,13.143 -4.144,13.018 " + id="polygon1608" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-4.144,13.018 -3.594,13.018 -3.594,13.143 -4.115,13.143 -4.144,13.018 " + id="polygon1610" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-3.594,13.018 -3.365,13.018 -3.394,13.143 -3.594,13.143 -3.594,13.018 " + id="polygon1612" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-3.594,13.018 -3.365,13.018 -3.394,13.143 -3.594,13.143 -3.594,13.018 " + id="polygon1614" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.050000001" + height="0.050000001" + x="-3.5569999" + y="13.055" + id="rect1616" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.050000001" + height="0.050000001" + x="-3.5569999" + y="13.055" + id="rect1618" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-3.861,13.143 -3.648,13.143 -3.648,13.205 -3.541,13.205 -3.541,13.267 -3.968,13.267 -3.968,13.205 -3.861,13.205 -3.861,13.143 " + id="polygon1620" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-3.861,13.143 -3.648,13.143 -3.648,13.205 -3.541,13.205 -3.541,13.267 -3.968,13.267 -3.968,13.205 -3.861,13.205 -3.861,13.143 " + id="polygon1622" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.97100002" + height="0.72799999" + x="-6.579" + y="9.1079998" + id="rect1624" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.97100002" + height="0.72799999" + x="-6.579" + y="9.1079998" + id="rect1626" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.76099998" + height="0.50199997" + x="-6.474" + y="9.2139997" + id="rect1628" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-6.448,9.837 -5.948,9.837 -5.948,9.95 -6.421,9.95 -6.448,9.837 " + id="polygon1630" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-6.448,9.837 -5.948,9.837 -5.948,9.95 -6.421,9.95 -6.448,9.837 " + id="polygon1632" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-5.948,9.837 -5.74,9.837 -5.766,9.95 -5.948,9.95 -5.948,9.837 " + id="polygon1634" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-5.948,9.837 -5.74,9.837 -5.766,9.95 -5.948,9.95 -5.948,9.837 " + id="polygon1636" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.045000002" + height="0.045000002" + x="-5.914" + y="9.8710003" + id="rect1638" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.045000002" + height="0.045000002" + x="-5.914" + y="9.8710003" + id="rect1640" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-6.191,9.95 -5.996,9.95 -5.996,10.007 -5.899,10.007 -5.899,10.063 -6.288,10.063 -6.288,10.007 -6.191,10.007 -6.191,9.95 " + id="polygon1642" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-6.191,9.95 -5.996,9.95 -5.996,10.007 -5.899,10.007 -5.899,10.063 -6.288,10.063 -6.288,10.007 -6.191,10.007 -6.191,9.95 " + id="polygon1644" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.97100002" + height="0.72799999" + x="-4.2600002" + y="9.1450005" + id="rect1646" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.97100002" + height="0.72799999" + x="-4.2600002" + y="9.1450005" + id="rect1648" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.76099998" + height="0.50199997" + x="-4.1550002" + y="9.25" + id="rect1650" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-4.128,9.873 -3.629,9.873 -3.629,9.986 -4.102,9.986 -4.128,9.873 " + id="polygon1652" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-4.128,9.873 -3.629,9.873 -3.629,9.986 -4.102,9.986 -4.128,9.873 " + id="polygon1654" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-3.629,9.873 -3.42,9.873 -3.447,9.986 -3.629,9.986 -3.629,9.873 " + id="polygon1656" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-3.629,9.873 -3.42,9.873 -3.447,9.986 -3.629,9.986 -3.629,9.873 " + id="polygon1658" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.045000002" + height="0.045000002" + x="-3.595" + y="9.9069996" + id="rect1660" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.045000002" + height="0.045000002" + x="-3.595" + y="9.9069996" + id="rect1662" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-3.871,9.986 -3.677,9.986 -3.677,10.043 -3.58,10.043 -3.58,10.099 -3.969,10.099 -3.969,10.043 -3.871,10.043 -3.871,9.986 " + id="polygon1664" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-3.871,9.986 -3.677,9.986 -3.677,10.043 -3.58,10.043 -3.58,10.099 -3.969,10.099 -3.969,10.043 -3.871,10.043 -3.871,9.986 " + id="polygon1666" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.97100002" + height="0.72799999" + x="-8.9029999" + y="9.0410004" + id="rect1668" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.97100002" + height="0.72799999" + x="-8.9029999" + y="9.0410004" + id="rect1670" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.76099998" + height="0.50199997" + x="-8.7980003" + y="9.1470003" + id="rect1672" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-8.771,9.77 -8.272,9.77 -8.272,9.883 -8.745,9.883 -8.771,9.77 " + id="polygon1674" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-8.771,9.77 -8.272,9.77 -8.272,9.883 -8.745,9.883 -8.771,9.77 " + id="polygon1676" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-8.272,9.77 -8.063,9.77 -8.09,9.883 -8.272,9.883 -8.272,9.77 " + id="polygon1678" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-8.272,9.77 -8.063,9.77 -8.09,9.883 -8.272,9.883 -8.272,9.77 " + id="polygon1680" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.045000002" + height="0.045000002" + x="-8.2379999" + y="9.8039999" + id="rect1682" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.045000002" + height="0.045000002" + x="-8.2379999" + y="9.8039999" + id="rect1684" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-8.515,9.883 -8.32,9.883 -8.32,9.94 -8.223,9.94 -8.223,9.996 -8.612,9.996 -8.612,9.94 -8.515,9.94 -8.515,9.883 " + id="polygon1686" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-8.515,9.883 -8.32,9.883 -8.32,9.94 -8.223,9.94 -8.223,9.996 -8.612,9.996 -8.612,9.94 -8.515,9.94 -8.515,9.883 " + id="polygon1688" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-1.701,9.517 -1.75,9.538 -1.895,9.902 -1.895,10.084 -1.823,10.145 -0.754,10.145 -0.682,10.084 -0.682,9.902 -0.827,9.538 -0.876,9.517 -1.701,9.517 " + id="polygon1690" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="-1.701,9.517 -1.75,9.538 -1.895,9.902 -1.895,10.084 -1.823,10.145 -0.754,10.145 -0.682,10.084 -0.682,9.902 -0.827,9.538 -0.876,9.517 -1.701,9.517 " + id="polygon1692" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M -1.871,9.841 L -1.823,9.861 L -0.754,9.861 L -0.706,9.841" + id="path1694" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M -0.754,9.861 L -0.682,9.902" + id="path1696" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M -1.895,9.902 L -1.823,9.861" + id="path1698" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="-1.556,9.133 -1.58,9.618 -0.997,9.618 -1.021,9.133 -1.556,9.133 " + id="polygon1700" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="-1.556,9.133 -1.58,9.618 -0.997,9.618 -1.021,9.133 -1.556,9.133 " + id="polygon1702" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="-1.653,9.618 -1.701,9.76 -0.876,9.76 -0.924,9.618 -1.653,9.618 " + id="polygon1704" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="-1.653,9.618 -1.701,9.76 -0.876,9.76 -0.924,9.618 -1.653,9.618 " + id="polygon1706" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="-1.653" + cy="9.9320002" + rx="0.012" + ry="0.012" + id="ellipse1708" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.653" + cy="9.9320002" + rx="0.012" + ry="0.012" + id="ellipse1710" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.531" + cy="9.9320002" + rx="0.012" + ry="0.012" + id="ellipse1712" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.531" + cy="9.9320002" + rx="0.012" + ry="0.012" + id="ellipse1714" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.41" + cy="9.9320002" + rx="0.012" + ry="0.012" + id="ellipse1716" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.41" + cy="9.9320002" + rx="0.012" + ry="0.012" + id="ellipse1718" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.653" + cy="9.9829998" + rx="0.012" + ry="0.012" + id="ellipse1720" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.653" + cy="9.9829998" + rx="0.012" + ry="0.012" + id="ellipse1722" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.531" + cy="9.9829998" + rx="0.012" + ry="0.012" + id="ellipse1724" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.531" + cy="9.9829998" + rx="0.012" + ry="0.012" + id="ellipse1726" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.41" + cy="9.9829998" + rx="0.012" + ry="0.012" + id="ellipse1728" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.41" + cy="9.9829998" + rx="0.012" + ry="0.012" + id="ellipse1730" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.653" + cy="10.033" + rx="0.012" + ry="0.012" + id="ellipse1732" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.653" + cy="10.033" + rx="0.012" + ry="0.012" + id="ellipse1734" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.531" + cy="10.033" + rx="0.012" + ry="0.012" + id="ellipse1736" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.531" + cy="10.033" + rx="0.012" + ry="0.012" + id="ellipse1738" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.41" + cy="10.033" + rx="0.012" + ry="0.012" + id="ellipse1740" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.41" + cy="10.033" + rx="0.012" + ry="0.012" + id="ellipse1742" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.653" + cy="10.084" + rx="0.012" + ry="0.012" + id="ellipse1744" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.653" + cy="10.084" + rx="0.012" + ry="0.012" + id="ellipse1746" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.531" + cy="10.084" + rx="0.012" + ry="0.012" + id="ellipse1748" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.531" + cy="10.084" + rx="0.012" + ry="0.012" + id="ellipse1750" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.41" + cy="10.084" + rx="0.012" + ry="0.012" + id="ellipse1752" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.41" + cy="10.084" + rx="0.012" + ry="0.012" + id="ellipse1754" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.289" + cy="9.9420004" + rx="0.152" + ry="0.048999999" + id="ellipse1756" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="-1.289" + cy="9.9420004" + rx="0.152" + ry="0.048999999" + id="ellipse1758" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-0.98500001" + cy="9.9420004" + rx="0.152" + ry="0.048999999" + id="ellipse1760" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="-0.98500001" + cy="9.9420004" + rx="0.152" + ry="0.048999999" + id="ellipse1762" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <rect + width="1.312" + height="2.625" + x="-11.059" + y="9.7469997" + id="rect1764" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.312" + height="2.625" + x="-11.059" + y="9.7469997" + id="rect1766" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.312" + height="2.625" + x="-11.059" + y="9.7469997" + id="rect1768" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.05" + height="1.05" + x="-10.928" + y="9.8780003" + id="rect1770" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.05" + height="1.05" + x="-10.928" + y="9.8780003" + id="rect1772" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.05" + height="1.05" + x="-10.928" + y="9.8780003" + id="rect1774" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-9.8780003" + y1="10.141" + x2="-10.928" + y2="10.141" + stroke="#000000" + stroke-width="0.010" + id="line1776" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-10.928" + y1="10.403" + x2="-9.8780003" + y2="10.403" + stroke="#000000" + stroke-width="0.010" + id="line1778" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-9.8780003" + y1="10.6" + x2="-10.928" + y2="10.6" + stroke="#000000" + stroke-width="0.010" + id="line1780" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.722" + height="0.39399999" + x="-10.928" + y="11.06" + id="rect1782" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.722" + height="0.39399999" + x="-10.928" + y="11.06" + id="rect1784" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.722" + height="0.39399999" + x="-10.928" + y="11.06" + id="rect1786" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-11.059" + y1="11.519" + x2="-9.7460003" + y2="11.519" + stroke="#000000" + stroke-width="0.010" + id="line1788" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.066" + height="0.066" + x="-10.468" + y="11.65" + id="rect1790" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.066" + height="0.066" + x="-10.468" + y="11.65" + id="rect1792" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.066" + height="0.066" + x="-10.468" + y="11.65" + id="rect1794" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.066" + height="0.066" + x="-10.206" + y="11.65" + id="rect1796" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.066" + height="0.066" + x="-10.206" + y="11.65" + id="rect1798" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.066" + height="0.066" + x="-10.206" + y="11.65" + id="rect1800" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.066" + height="0.066" + x="-9.9429998" + y="11.65" + id="rect1802" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.066" + height="0.066" + x="-9.9429998" + y="11.65" + id="rect1804" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.066" + height="0.066" + x="-9.9429998" + y="11.65" + id="rect1806" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.131" + height="0.066" + x="-10.009" + y="11.256" + id="rect1808" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.131" + height="0.066" + x="-10.009" + y="11.256" + id="rect1810" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.131" + height="0.066" + x="-10.009" + y="11.256" + id="rect1812" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-10.928" + y1="11.256" + x2="-10.206" + y2="11.256" + stroke="#000000" + stroke-width="0.010" + id="line1814" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.197" + height="0.197" + x="-10.928" + y="11.585" + id="rect1816" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.197" + height="0.197" + x="-10.928" + y="11.585" + id="rect1818" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.197" + height="0.197" + x="-10.928" + y="11.585" + id="rect1820" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.91900003" + height="0.066" + x="-10.862" + y="10.666" + id="rect1822" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.91900003" + height="0.066" + x="-10.862" + y="10.666" + id="rect1824" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.91900003" + height="0.066" + x="-10.862" + y="10.666" + id="rect1826" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-10.862" + y1="11.125" + x2="-10.271" + y2="11.125" + stroke="#000000" + stroke-width="0.010" + id="line1828" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-10.271" + y1="11.191" + x2="-10.337" + y2="11.191" + stroke="#000000" + stroke-width="0.010" + id="line1830" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-10.862" + y1="11.191" + x2="-10.796" + y2="11.191" + stroke="#000000" + stroke-width="0.010" + id="line1832" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.32800001" + height="0.066" + x="-10.731" + y="11.125" + id="rect1834" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.32800001" + height="0.066" + x="-10.731" + y="11.125" + id="rect1836" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.32800001" + height="0.066" + x="-10.731" + y="11.125" + id="rect1838" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-10.862" + y1="10.797" + x2="-10.796" + y2="10.797" + stroke="#000000" + stroke-width="0.010" + id="line1840" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-10.731" + y1="10.797" + x2="-10.665" + y2="10.797" + stroke="#000000" + stroke-width="0.010" + id="line1842" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-10.074" + y1="10.797" + x2="-9.9429998" + y2="10.797" + stroke="#000000" + stroke-width="0.010" + id="line1844" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-9.8120003" + y1="12.306" + x2="-10.993" + y2="12.306" + stroke="#000000" + stroke-width="0.010" + id="line1846" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-10.993" + y1="12.241" + x2="-9.8120003" + y2="12.241" + stroke="#000000" + stroke-width="0.010" + id="line1848" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-9.8120003" + y1="12.175" + x2="-10.993" + y2="12.175" + stroke="#000000" + stroke-width="0.010" + id="line1850" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-10.993" + y1="12.11" + x2="-9.8120003" + y2="12.11" + stroke="#000000" + stroke-width="0.010" + id="line1852" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-9.8120003" + y1="12.044" + x2="-10.993" + y2="12.044" + stroke="#000000" + stroke-width="0.010" + id="line1854" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-10.993" + y1="11.978" + x2="-9.8120003" + y2="11.978" + stroke="#000000" + stroke-width="0.010" + id="line1856" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-9.8120003" + y1="11.913" + x2="-10.993" + y2="11.913" + stroke="#000000" + stroke-width="0.010" + id="line1858" + style="stroke:#000000;stroke-width:0.01" /> + <text + x="-6.5710001" + y="8.3360004" + id="text1860" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Network:</text> + <text + x="-6.9060001" + y="8.9359999" + id="text1862" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">172.16.0.0/22</text> + <text + x="-10.628" + y="13.181" + id="text1864" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Member Server:</text> + <text + x="-10.454" + y="13.681" + id="text1866" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">GWYN-APPS</text> + <rect + width="1.4450001" + height="1.275" + x="2.5510001" + y="8.6120005" + id="rect1868" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="3.273" + cy="9.8870001" + rx="0.72299999" + ry="0.213" + id="ellipse1870" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="3.273" + cy="8.6120005" + rx="0.72299999" + ry="0.213" + id="ellipse1872" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="3.273" + cy="8.6120005" + rx="0.72299999" + ry="0.213" + id="ellipse1874" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 3.996,8.612 L 3.996,9.887 C 3.996,10.005 3.672,10.1 3.273,10.1 C 2.874,10.1 2.551,10.005 2.551,9.887 L 2.551,8.612" + id="path1876" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="2.0109999" + y1="9.2469997" + x2="2.586" + y2="9.2469997" + stroke="#000000" + stroke-width="0.100" + id="line1878" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="2.983" + y="9.3260002" + id="text1880" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LDAP</text> + <text + x="2.928" + y="9.7259998" + id="text1882" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Master</text> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="5.725,19.819 5.725,18.237 5.732,18.237 5.732,17.325 " + id="polyline1884" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="1.317" + y="15.131" + id="text1886" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">1100 Users</text> + <text + x="1.136" + y="6.0770001" + id="text1888" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">320 Users</text> + <text + x="12.943" + y="6.0310001" + id="text1890" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">180 Users</text> + <text + x="12.358" + y="15.177" + id="text1892" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">100 Users</text> + <text + x="-9.9619999" + y="15.156" + id="text1894" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">New York - Bldg1</text> + <text + x="13.214" + y="0.46399999" + id="text1896" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Los Angeles</text> + <text + x="1.1109999" + y="0.46399999" + id="text1898" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">London</text> + <text + x="12.979" + y="8.0889997" + id="text1900" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Washington, DC</text> + <rect + width="11.132" + height="6.5630002" + x="-11.146" + y="16.205999" + id="rect1902" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M -11.146,16.206 C -11.311685,16.206 -11.446,16.340315 -11.446,16.506" + id="path1904" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 0.286,16.506 C 0.286,16.340315 0.15168542,16.206 -0.014,16.206" + id="path1906" + style="fill:#ebebeb;stroke:none" /> + <rect + width="11.732" + height="5.9629998" + x="-11.446" + y="16.506001" + id="rect1908" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M -11.446,22.469 C -11.446,22.634685 -11.311685,22.769 -11.146,22.769" + id="path1910" + style="fill:#ebebeb;stroke:none" /> + <path + d="M -0.014,22.769 C 0.15168542,22.769 0.286,22.634685 0.286,22.469" + id="path1912" + style="fill:#ebebeb;stroke:none" /> + <line + x1="-11.146" + y1="16.205999" + x2="-0.014" + y2="16.205999" + stroke="#000000" + stroke-width="0.050" + id="line1914" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="-11.146" + y1="22.768999" + x2="-0.014" + y2="22.768999" + stroke="#000000" + stroke-width="0.050" + id="line1916" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M -11.146,16.206 C -11.311685,16.206 -11.446,16.340315 -11.446,16.506" + id="path1918" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 0.286,16.506 C 0.286,16.340315 0.15168542,16.206 -0.014,16.206" + id="path1920" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="-11.446" + y1="16.506001" + x2="-11.446" + y2="22.469" + stroke="#000000" + stroke-width="0.050" + id="line1922" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="0.28600001" + y1="16.506001" + x2="0.28600001" + y2="22.469" + stroke="#000000" + stroke-width="0.050" + id="line1924" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M -11.446,22.469 C -11.446,22.634685 -11.311685,22.769 -11.146,22.769" + id="path1926" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M -0.014,22.769 C 0.15168542,22.769 0.286,22.634685 0.286,22.469" + id="path1928" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.78799999" + height="0.78799999" + x="-2.214" + y="19.285" + id="rect1930" + style="fill:#9f9f9f;stroke:none;stroke-width:0" /> + <rect + width="0.78799999" + height="0.78799999" + x="-2.214" + y="19.285" + id="rect1932" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.78799999" + height="0.78799999" + x="-2.214" + y="19.285" + id="rect1934" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M -1.772,19.413 C -1.772,19.806 -1.693,19.728 -2.087,19.728" + id="path1936" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M -1.772,19.413 C -1.772,19.806 -1.693,19.728 -2.087,19.728" + id="path1938" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="-1.734,19.474 -1.773,19.395 -1.813,19.474 -1.734,19.474 " + id="polygon1940" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="-1.734,19.474 -1.773,19.395 -1.813,19.474 -1.734,19.474 " + id="polygon1942" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="-2.025,19.687 -2.104,19.726 -2.025,19.765 -2.025,19.687 " + id="polygon1944" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="-2.025,19.687 -2.104,19.726 -2.025,19.765 -2.025,19.687 " + id="polygon1946" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M -1.538,19.634 C -1.932,19.634 -1.853,19.555 -1.853,19.949" + id="path1948" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M -1.538,19.634 C -1.932,19.634 -1.853,19.555 -1.853,19.949" + id="path1950" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="-1.608,19.671 -1.529,19.632 -1.608,19.592 -1.608,19.671 " + id="polygon1952" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="-1.608,19.671 -1.529,19.632 -1.608,19.592 -1.608,19.671 " + id="polygon1954" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="-1.899,19.884 -1.86,19.962 -1.821,19.884 -1.899,19.884 " + id="polygon1956" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="-1.899,19.884 -1.86,19.962 -1.821,19.884 -1.899,19.884 " + id="polygon1958" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="-5.2220001" + y="17.145" + id="text1960" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Network:</text> + <text + x="-5.5609999" + y="17.745001" + id="text1962" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">172.16.4.0/22</text> + <text + x="-10.001" + y="21.07" + id="text1964" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Server:</text> + <text + x="-10.37" + y="21.57" + id="text1966" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">BLDG2-BDC</text> + <rect + width="1.217" + height="1.825" + x="-8.665" + y="18.782" + id="rect1968" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.217" + height="1.825" + x="-8.665" + y="18.782" + id="rect1970" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.217" + height="1.825" + x="-8.665" + y="18.782" + id="rect1972" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.97299999" + height="0.73000002" + x="-8.6040001" + y="18.843" + id="rect1974" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.97299999" + height="0.73000002" + x="-8.6040001" + y="18.843" + id="rect1976" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.97299999" + height="0.73000002" + x="-8.6040001" + y="18.843" + id="rect1978" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.6040001" + y1="19.087" + x2="-7.6300001" + y2="19.087" + stroke="#000000" + stroke-width="0.010" + id="line1980" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.6300001" + y1="19.33" + x2="-8.6040001" + y2="19.33" + stroke="#000000" + stroke-width="0.010" + id="line1982" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.66900003" + height="0.36500001" + x="-8.4820004" + y="19.634001" + id="rect1984" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.66900003" + height="0.36500001" + x="-8.4820004" + y="19.634001" + id="rect1986" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.66900003" + height="0.36500001" + x="-8.4820004" + y="19.634001" + id="rect1988" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.665" + y1="20.181999" + x2="-7.448" + y2="20.181999" + stroke="#000000" + stroke-width="0.010" + id="line1990" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="-7.8130002" + y="20.059999" + id="rect1992" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="-7.8130002" + y="20.059999" + id="rect1994" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="-7.8130002" + y="20.059999" + id="rect1996" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="-7.691" + y="20.059999" + id="rect1998" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="-7.691" + y="20.059999" + id="rect2000" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="-7.691" + y="20.059999" + id="rect2002" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="-7.5700002" + y="20.059999" + id="rect2004" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="-7.5700002" + y="20.059999" + id="rect2006" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="-7.5700002" + y="20.059999" + id="rect2008" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.122" + height="0.122" + x="-7.6300001" + y="19.877001" + id="rect2010" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.122" + height="0.122" + x="-7.6300001" + y="19.877001" + id="rect2012" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.122" + height="0.122" + x="-7.6300001" + y="19.877001" + id="rect2014" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.4820004" + y1="19.816999" + x2="-7.8130002" + y2="19.816999" + stroke="#000000" + stroke-width="0.010" + id="line2016" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.182" + height="0.183" + x="-7.691" + y="19.634001" + id="rect2018" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.182" + height="0.183" + x="-7.691" + y="19.634001" + id="rect2020" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.182" + height="0.183" + x="-7.691" + y="19.634001" + id="rect2022" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.852" + height="0.061000001" + x="-8.5430002" + y="19.391001" + id="rect2024" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.852" + height="0.061000001" + x="-8.5430002" + y="19.391001" + id="rect2026" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.852" + height="0.061000001" + x="-8.5430002" + y="19.391001" + id="rect2028" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.4209995" + y1="19.695" + x2="-7.8740001" + y2="19.695" + stroke="#000000" + stroke-width="0.010" + id="line2030" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.30399999" + height="0.061000001" + x="-8.3000002" + y="19.695" + id="rect2032" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.30399999" + height="0.061000001" + x="-8.3000002" + y="19.695" + id="rect2034" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.30399999" + height="0.061000001" + x="-8.3000002" + y="19.695" + id="rect2036" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.8130002" + y1="19.511999" + x2="-7.691" + y2="19.511999" + stroke="#000000" + stroke-width="0.010" + id="line2038" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.6040001" + y1="20.242001" + x2="-7.5089998" + y2="20.242001" + stroke="#000000" + stroke-width="0.010" + id="line2040" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.5089998" + y1="20.302999" + x2="-8.6040001" + y2="20.302999" + stroke="#000000" + stroke-width="0.010" + id="line2042" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.6040001" + y1="20.364" + x2="-7.5089998" + y2="20.364" + stroke="#000000" + stroke-width="0.010" + id="line2044" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.5089998" + y1="20.547001" + x2="-8.6040001" + y2="20.547001" + stroke="#000000" + stroke-width="0.010" + id="line2046" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.6040001" + y1="20.486" + x2="-7.5089998" + y2="20.486" + stroke="#000000" + stroke-width="0.010" + id="line2048" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.5089998" + y1="20.424999" + x2="-8.6040001" + y2="20.424999" + stroke="#000000" + stroke-width="0.010" + id="line2050" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.5430002" + y1="19.511999" + x2="-8.4820004" + y2="19.511999" + stroke="#000000" + stroke-width="0.010" + id="line2052" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.4209995" + y1="19.511999" + x2="-8.3599997" + y2="19.511999" + stroke="#000000" + stroke-width="0.010" + id="line2054" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.4209995" + y1="19.756001" + x2="-8.3599997" + y2="19.756001" + stroke="#000000" + stroke-width="0.010" + id="line2056" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.9349999" + y1="19.756001" + x2="-7.8740001" + y2="19.756001" + stroke="#000000" + stroke-width="0.010" + id="line2058" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.4980001" + y1="19.695" + x2="-2.164" + y2="19.679001" + stroke="#000000" + stroke-width="0.100" + id="line2060" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-5.9559999" + y1="19.690001" + x2="-5.9530001" + y2="20.649" + stroke="#000000" + stroke-width="0.100" + id="line2062" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-5.9530001" + y1="19.690001" + x2="-5.9559999" + y2="18.690001" + stroke="#000000" + stroke-width="0.100" + id="line2064" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-4.4590001" + y1="19.686001" + x2="-4.4559999" + y2="20.591" + stroke="#000000" + stroke-width="0.100" + id="line2066" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-4.4569998" + y1="19.686001" + x2="-4.46" + y2="18.686001" + stroke="#000000" + stroke-width="0.100" + id="line2068" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-2.961" + y1="19.681" + x2="-2.9579999" + y2="20.608" + stroke="#000000" + stroke-width="0.100" + id="line2070" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-2.9619999" + y1="19.681" + x2="-2.9649999" + y2="18.681" + stroke="#000000" + stroke-width="0.100" + id="line2072" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="0.89600003" + height="0.67199999" + x="-4.9439998" + y="20.618" + id="rect2074" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="-4.9439998" + y="20.618" + id="rect2076" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="-4.8470001" + y="20.715" + id="rect2078" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-4.822,21.29 -4.361,21.29 -4.361,21.395 -4.798,21.395 -4.822,21.29 " + id="polygon2080" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-4.822,21.29 -4.361,21.29 -4.361,21.395 -4.798,21.395 -4.822,21.29 " + id="polygon2082" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-4.361,21.29 -4.169,21.29 -4.193,21.395 -4.361,21.395 -4.361,21.29 " + id="polygon2084" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-4.361,21.29 -4.169,21.29 -4.193,21.395 -4.361,21.395 -4.361,21.29 " + id="polygon2086" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="-4.3299999" + y="21.320999" + id="rect2088" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="-4.3299999" + y="21.320999" + id="rect2090" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-4.585,21.395 -4.406,21.395 -4.406,21.447 -4.317,21.447 -4.317,21.499 -4.675,21.499 -4.675,21.447 -4.585,21.447 -4.585,21.395 " + id="polygon2092" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-4.585,21.395 -4.406,21.395 -4.406,21.447 -4.317,21.447 -4.317,21.499 -4.675,21.499 -4.675,21.447 -4.585,21.447 -4.585,21.395 " + id="polygon2094" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="-3.4260001" + y="20.607" + id="rect2096" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="-3.4260001" + y="20.607" + id="rect2098" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="-3.329" + y="20.704" + id="rect2100" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-3.305,21.279 -2.844,21.279 -2.844,21.384 -3.281,21.384 -3.305,21.279 " + id="polygon2102" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-3.305,21.279 -2.844,21.279 -2.844,21.384 -3.281,21.384 -3.305,21.279 " + id="polygon2104" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-2.844,21.279 -2.652,21.279 -2.676,21.384 -2.844,21.384 -2.844,21.279 " + id="polygon2106" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-2.844,21.279 -2.652,21.279 -2.676,21.384 -2.844,21.384 -2.844,21.279 " + id="polygon2108" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="-2.813" + y="21.311001" + id="rect2110" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="-2.813" + y="21.311001" + id="rect2112" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-3.068,21.384 -2.889,21.384 -2.889,21.436 -2.799,21.436 -2.799,21.488 -3.158,21.488 -3.158,21.436 -3.068,21.436 -3.068,21.384 " + id="polygon2114" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-3.068,21.384 -2.889,21.384 -2.889,21.436 -2.799,21.436 -2.799,21.488 -3.158,21.488 -3.158,21.436 -3.068,21.436 -3.068,21.384 " + id="polygon2116" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="-6.3759999" + y="18.181999" + id="rect2118" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="-6.3759999" + y="18.181999" + id="rect2120" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="-6.2789998" + y="18.278999" + id="rect2122" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-6.255,18.854 -5.794,18.854 -5.794,18.959 -6.231,18.959 -6.255,18.854 " + id="polygon2124" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-6.255,18.854 -5.794,18.854 -5.794,18.959 -6.231,18.959 -6.255,18.854 " + id="polygon2126" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-5.794,18.854 -5.602,18.854 -5.626,18.959 -5.794,18.959 -5.794,18.854 " + id="polygon2128" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-5.794,18.854 -5.602,18.854 -5.626,18.959 -5.794,18.959 -5.794,18.854 " + id="polygon2130" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="-5.763" + y="18.886" + id="rect2132" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="-5.763" + y="18.886" + id="rect2134" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-6.018,18.959 -5.839,18.959 -5.839,19.011 -5.749,19.011 -5.749,19.063 -6.108,19.063 -6.108,19.011 -6.018,19.011 -6.018,18.959 " + id="polygon2136" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-6.018,18.959 -5.839,18.959 -5.839,19.011 -5.749,19.011 -5.749,19.063 -6.108,19.063 -6.108,19.011 -6.018,19.011 -6.018,18.959 " + id="polygon2138" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="-4.901" + y="18.181999" + id="rect2140" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="-4.901" + y="18.181999" + id="rect2142" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="-4.8039999" + y="18.278999" + id="rect2144" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-4.78,18.854 -4.319,18.854 -4.319,18.959 -4.756,18.959 -4.78,18.854 " + id="polygon2146" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-4.78,18.854 -4.319,18.854 -4.319,18.959 -4.756,18.959 -4.78,18.854 " + id="polygon2148" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-4.319,18.854 -4.127,18.854 -4.151,18.959 -4.319,18.959 -4.319,18.854 " + id="polygon2150" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-4.319,18.854 -4.127,18.854 -4.151,18.959 -4.319,18.959 -4.319,18.854 " + id="polygon2152" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="-4.2880001" + y="18.886" + id="rect2154" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="-4.2880001" + y="18.886" + id="rect2156" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-4.543,18.959 -4.364,18.959 -4.364,19.011 -4.274,19.011 -4.274,19.063 -4.633,19.063 -4.633,19.011 -4.543,19.011 -4.543,18.959 " + id="polygon2158" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-4.543,18.959 -4.364,18.959 -4.364,19.011 -4.274,19.011 -4.274,19.063 -4.633,19.063 -4.633,19.011 -4.543,19.011 -4.543,18.959 " + id="polygon2160" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="-3.401" + y="18.207001" + id="rect2162" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="-3.401" + y="18.207001" + id="rect2164" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="-3.3039999" + y="18.304001" + id="rect2166" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-3.28,18.879 -2.819,18.879 -2.819,18.984 -3.256,18.984 -3.28,18.879 " + id="polygon2168" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-3.28,18.879 -2.819,18.879 -2.819,18.984 -3.256,18.984 -3.28,18.879 " + id="polygon2170" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-2.819,18.879 -2.627,18.879 -2.651,18.984 -2.819,18.984 -2.819,18.879 " + id="polygon2172" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-2.819,18.879 -2.627,18.879 -2.651,18.984 -2.819,18.984 -2.819,18.879 " + id="polygon2174" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="-2.7880001" + y="18.910999" + id="rect2176" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="-2.7880001" + y="18.910999" + id="rect2178" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-3.043,18.984 -2.864,18.984 -2.864,19.036 -2.774,19.036 -2.774,19.088 -3.133,19.088 -3.133,19.036 -3.043,19.036 -3.043,18.984 " + id="polygon2180" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-3.043,18.984 -2.864,18.984 -2.864,19.036 -2.774,19.036 -2.774,19.088 -3.133,19.088 -3.133,19.036 -3.043,19.036 -3.043,18.984 " + id="polygon2182" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-6.439,20.854 -6.487,20.874 -6.631,21.234 -6.631,21.414 -6.559,21.474 -5.503,21.474 -5.431,21.414 -5.431,21.234 -5.575,20.874 -5.623,20.854 -6.439,20.854 " + id="polygon2184" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="-6.439,20.854 -6.487,20.874 -6.631,21.234 -6.631,21.414 -6.559,21.474 -5.503,21.474 -5.431,21.414 -5.431,21.234 -5.575,20.874 -5.623,20.854 -6.439,20.854 " + id="polygon2186" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M -6.607,21.174 L -6.559,21.194 L -5.503,21.194 L -5.455,21.174" + id="path2188" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M -5.503,21.194 L -5.431,21.234" + id="path2190" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M -6.631,21.234 L -6.559,21.194" + id="path2192" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="-6.295,20.474 -6.319,20.954 -5.743,20.954 -5.767,20.474 -6.295,20.474 " + id="polygon2194" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="-6.295,20.474 -6.319,20.954 -5.743,20.954 -5.767,20.474 -6.295,20.474 " + id="polygon2196" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="-6.391,20.954 -6.439,21.094 -5.623,21.094 -5.671,20.954 -6.391,20.954 " + id="polygon2198" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="-6.391,20.954 -6.439,21.094 -5.623,21.094 -5.671,20.954 -6.391,20.954 " + id="polygon2200" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="-6.3909998" + cy="21.264" + rx="0.012" + ry="0.012" + id="ellipse2202" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.3909998" + cy="21.264" + rx="0.012" + ry="0.012" + id="ellipse2204" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.2709999" + cy="21.264" + rx="0.012" + ry="0.012" + id="ellipse2206" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.2709999" + cy="21.264" + rx="0.012" + ry="0.012" + id="ellipse2208" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.151" + cy="21.264" + rx="0.012" + ry="0.012" + id="ellipse2210" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.151" + cy="21.264" + rx="0.012" + ry="0.012" + id="ellipse2212" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.3909998" + cy="21.313999" + rx="0.012" + ry="0.012" + id="ellipse2214" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.3909998" + cy="21.313999" + rx="0.012" + ry="0.012" + id="ellipse2216" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.2709999" + cy="21.313999" + rx="0.012" + ry="0.012" + id="ellipse2218" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.2709999" + cy="21.313999" + rx="0.012" + ry="0.012" + id="ellipse2220" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.151" + cy="21.313999" + rx="0.012" + ry="0.012" + id="ellipse2222" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.151" + cy="21.313999" + rx="0.012" + ry="0.012" + id="ellipse2224" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.3909998" + cy="21.364" + rx="0.012" + ry="0.012" + id="ellipse2226" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.3909998" + cy="21.364" + rx="0.012" + ry="0.012" + id="ellipse2228" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.2709999" + cy="21.364" + rx="0.012" + ry="0.012" + id="ellipse2230" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.2709999" + cy="21.364" + rx="0.012" + ry="0.012" + id="ellipse2232" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.151" + cy="21.364" + rx="0.012" + ry="0.012" + id="ellipse2234" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.151" + cy="21.364" + rx="0.012" + ry="0.012" + id="ellipse2236" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.3909998" + cy="21.414" + rx="0.012" + ry="0.012" + id="ellipse2238" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.3909998" + cy="21.414" + rx="0.012" + ry="0.012" + id="ellipse2240" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.2709999" + cy="21.414" + rx="0.012" + ry="0.012" + id="ellipse2242" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.2709999" + cy="21.414" + rx="0.012" + ry="0.012" + id="ellipse2244" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.151" + cy="21.414" + rx="0.012" + ry="0.012" + id="ellipse2246" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.151" + cy="21.414" + rx="0.012" + ry="0.012" + id="ellipse2248" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.0310001" + cy="21.274" + rx="0.15000001" + ry="0.048" + id="ellipse2250" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="-6.0310001" + cy="21.274" + rx="0.15000001" + ry="0.048" + id="ellipse2252" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-5.7309999" + cy="21.274" + rx="0.15000001" + ry="0.048" + id="ellipse2254" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="-5.7309999" + cy="21.274" + rx="0.15000001" + ry="0.048" + id="ellipse2256" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <rect + width="1.17" + height="1.033" + x="-10.59" + y="19.132" + id="rect2258" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="-10.004" + cy="20.165001" + rx="0.58499998" + ry="0.17200001" + id="ellipse2260" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="-10.004" + cy="19.132" + rx="0.58499998" + ry="0.17200001" + id="ellipse2262" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="-10.004" + cy="19.132" + rx="0.58499998" + ry="0.17200001" + id="ellipse2264" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M -9.419,19.132 L -9.419,20.165 C -9.419,20.26 -9.681,20.337 -10.004,20.337 C -10.328,20.337 -10.59,20.26 -10.59,20.165 L -10.59,19.132" + id="path2266" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="-9.3959999" + y1="19.684" + x2="-8.665" + y2="19.695" + stroke="#000000" + stroke-width="0.100" + id="line2268" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="-10.303" + y="19.759001" + id="text2270" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LDAP</text> + <text + x="-10.288" + y="20.159" + id="text2272" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Slave</text> + <text + x="-0.91500002" + y="19.843" + id="text2274" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Router</text> + <text + x="-1.867" + y="22.455999" + id="text2276" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">50 Users</text> + <text + x="-10.478" + y="17.114" + id="text2278" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">New York</text> + <text + x="-10.147" + y="17.914" + id="text2280" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Bldg 2</text> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="-1.554,15.161 -1.554,15.906 -1.821,15.906 -1.821,19.285 " + id="polyline2282" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.787" + height="0.78799999" + x="5.3379998" + y="16.538" + id="rect2284" + style="fill:#9f9f9f;stroke:none;stroke-width:0" /> + <rect + width="0.787" + height="0.78799999" + x="5.3379998" + y="16.538" + id="rect2286" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.787" + height="0.78799999" + x="5.3379998" + y="16.538" + id="rect2288" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 5.781,16.665 C 5.781,17.059 5.859,16.98 5.466,16.98" + id="path2290" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M 5.781,16.665 C 5.781,17.059 5.859,16.98 5.466,16.98" + id="path2292" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="5.818,16.727 5.779,16.648 5.74,16.727 5.818,16.727 " + id="polygon2294" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="5.818,16.727 5.779,16.648 5.74,16.727 5.818,16.727 " + id="polygon2296" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="5.527,16.939 5.448,16.979 5.527,17.018 5.527,16.939 " + id="polygon2298" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="5.527,16.939 5.448,16.979 5.527,17.018 5.527,16.939 " + id="polygon2300" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 6.014,16.887 C 5.62,16.887 5.699,16.808 5.699,17.202" + id="path2302" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M 6.014,16.887 C 5.62,16.887 5.699,16.808 5.699,17.202" + id="path2304" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="5.944,16.924 6.023,16.884 5.944,16.845 5.944,16.924 " + id="polygon2306" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="5.944,16.924 6.023,16.884 5.944,16.845 5.944,16.924 " + id="polygon2308" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="5.653,17.136 5.692,17.215 5.732,17.136 5.653,17.136 " + id="polygon2310" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="5.653,17.136 5.692,17.215 5.732,17.136 5.653,17.136 " + id="polygon2312" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="7.8559999" + y="17.167" + id="text2314" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Network:</text> + <text + x="7.5180001" + y="17.767" + id="text2316" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">172.16.8.0/22</text> + <text + x="3.204" + y="18.118" + id="text2318" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Server:</text> + <text + x="2.835" + y="18.618" + id="text2320" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">BLDG3-BDC</text> + <text + x="11.067" + y="21.718" + id="text2322" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Member Server:</text> + <text + x="11.212" + y="22.218" + id="text2324" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">BLDG2-APPS</text> + <rect + width="1.217" + height="1.825" + x="4.0770001" + y="18.941999" + id="rect2326" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.217" + height="1.825" + x="4.0770001" + y="18.941999" + id="rect2328" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.217" + height="1.825" + x="4.0770001" + y="18.941999" + id="rect2330" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.97299999" + height="0.73000002" + x="4.138" + y="19.003" + id="rect2332" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.97299999" + height="0.73000002" + x="4.138" + y="19.003" + id="rect2334" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.97299999" + height="0.73000002" + x="4.138" + y="19.003" + id="rect2336" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="4.138" + y1="19.246" + x2="5.112" + y2="19.246" + stroke="#000000" + stroke-width="0.010" + id="line2338" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="5.112" + y1="19.49" + x2="4.138" + y2="19.49" + stroke="#000000" + stroke-width="0.010" + id="line2340" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.66900003" + height="0.36500001" + x="4.2600002" + y="19.794001" + id="rect2342" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.66900003" + height="0.36500001" + x="4.2600002" + y="19.794001" + id="rect2344" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.66900003" + height="0.36500001" + x="4.2600002" + y="19.794001" + id="rect2346" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="4.0770001" + y1="20.341" + x2="5.2940001" + y2="20.341" + stroke="#000000" + stroke-width="0.010" + id="line2348" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="4.9289999" + y="20.219999" + id="rect2350" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="4.9289999" + y="20.219999" + id="rect2352" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="4.9289999" + y="20.219999" + id="rect2354" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="5.0510001" + y="20.219999" + id="rect2356" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="5.0510001" + y="20.219999" + id="rect2358" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="5.0510001" + y="20.219999" + id="rect2360" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="5.1719999" + y="20.219999" + id="rect2362" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="5.1719999" + y="20.219999" + id="rect2364" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="5.1719999" + y="20.219999" + id="rect2366" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.122" + height="0.122" + x="5.112" + y="20.037001" + id="rect2368" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.122" + height="0.122" + x="5.112" + y="20.037001" + id="rect2370" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.122" + height="0.122" + x="5.112" + y="20.037001" + id="rect2372" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="4.2600002" + y1="19.976" + x2="4.9289999" + y2="19.976" + stroke="#000000" + stroke-width="0.010" + id="line2374" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.182" + height="0.183" + x="5.0510001" + y="19.794001" + id="rect2376" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.182" + height="0.183" + x="5.0510001" + y="19.794001" + id="rect2378" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.182" + height="0.183" + x="5.0510001" + y="19.794001" + id="rect2380" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.852" + height="0.061000001" + x="4.1989999" + y="19.549999" + id="rect2382" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.852" + height="0.061000001" + x="4.1989999" + y="19.549999" + id="rect2384" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.852" + height="0.061000001" + x="4.1989999" + y="19.549999" + id="rect2386" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="4.3210001" + y1="19.855" + x2="4.868" + y2="19.855" + stroke="#000000" + stroke-width="0.010" + id="line2388" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.30399999" + height="0.061000001" + x="4.4419999" + y="19.855" + id="rect2390" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.30399999" + height="0.061000001" + x="4.4419999" + y="19.855" + id="rect2392" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.30399999" + height="0.061000001" + x="4.4419999" + y="19.855" + id="rect2394" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="4.9289999" + y1="19.672001" + x2="5.0510001" + y2="19.672001" + stroke="#000000" + stroke-width="0.010" + id="line2396" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.138" + y1="20.402" + x2="5.2329998" + y2="20.402" + stroke="#000000" + stroke-width="0.010" + id="line2398" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="5.2329998" + y1="20.462999" + x2="4.138" + y2="20.462999" + stroke="#000000" + stroke-width="0.010" + id="line2400" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.138" + y1="20.524" + x2="5.2329998" + y2="20.524" + stroke="#000000" + stroke-width="0.010" + id="line2402" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="5.2329998" + y1="20.705999" + x2="4.138" + y2="20.705999" + stroke="#000000" + stroke-width="0.010" + id="line2404" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.138" + y1="20.645" + x2="5.2329998" + y2="20.645" + stroke="#000000" + stroke-width="0.010" + id="line2406" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="5.2329998" + y1="20.584999" + x2="4.138" + y2="20.584999" + stroke="#000000" + stroke-width="0.010" + id="line2408" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.1989999" + y1="19.672001" + x2="4.2600002" + y2="19.672001" + stroke="#000000" + stroke-width="0.010" + id="line2410" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.3210001" + y1="19.672001" + x2="4.382" + y2="19.672001" + stroke="#000000" + stroke-width="0.010" + id="line2412" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.3210001" + y1="19.915001" + x2="4.382" + y2="19.915001" + stroke="#000000" + stroke-width="0.010" + id="line2414" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.8070002" + y1="19.915001" + x2="4.868" + y2="19.915001" + stroke="#000000" + stroke-width="0.010" + id="line2416" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="5.244" + y1="19.855" + x2="10.386" + y2="19.841999" + stroke="#000000" + stroke-width="0.100" + id="line2418" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="6.7309999" + y1="19.851" + x2="6.7329998" + y2="20.809999" + stroke="#000000" + stroke-width="0.100" + id="line2420" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="6.7350001" + y1="19.851" + x2="6.7319999" + y2="18.851" + stroke="#000000" + stroke-width="0.100" + id="line2422" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="8.1739998" + y1="19.847" + x2="8.1759996" + y2="20.753" + stroke="#000000" + stroke-width="0.100" + id="line2424" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="8.1750002" + y1="19.847" + x2="8.1730003" + y2="18.848" + stroke="#000000" + stroke-width="0.100" + id="line2426" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="9.6169996" + y1="19.844" + x2="9.6190004" + y2="20.771" + stroke="#000000" + stroke-width="0.100" + id="line2428" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="9.6160002" + y1="19.844" + x2="9.6129999" + y2="18.844" + stroke="#000000" + stroke-width="0.100" + id="line2430" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="0.89600003" + height="0.67199999" + x="7.723" + y="20.778" + id="rect2432" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="7.723" + y="20.778" + id="rect2434" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="7.8210001" + y="20.875" + id="rect2436" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="7.845,21.45 8.306,21.45 8.306,21.554 7.869,21.554 7.845,21.45 " + id="polygon2438" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="7.845,21.45 8.306,21.45 8.306,21.554 7.869,21.554 7.845,21.45 " + id="polygon2440" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="8.306,21.45 8.498,21.45 8.474,21.554 8.306,21.554 8.306,21.45 " + id="polygon2442" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.306,21.45 8.498,21.45 8.474,21.554 8.306,21.554 8.306,21.45 " + id="polygon2444" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="8.3369999" + y="21.481001" + id="rect2446" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="8.3369999" + y="21.481001" + id="rect2448" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="8.082,21.554 8.261,21.554 8.261,21.606 8.351,21.606 8.351,21.659 7.992,21.659 7.992,21.606 8.082,21.606 8.082,21.554 " + id="polygon2450" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.082,21.554 8.261,21.554 8.261,21.606 8.351,21.606 8.351,21.659 7.992,21.659 7.992,21.606 8.082,21.606 8.082,21.554 " + id="polygon2452" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="9.1660004" + y="20.767" + id="rect2454" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="9.1660004" + y="20.767" + id="rect2456" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="9.2629995" + y="20.864" + id="rect2458" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="9.287,21.439 9.748,21.439 9.748,21.543 9.311,21.543 9.287,21.439 " + id="polygon2460" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="9.287,21.439 9.748,21.439 9.748,21.543 9.311,21.543 9.287,21.439 " + id="polygon2462" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="9.748,21.439 9.94,21.439 9.916,21.543 9.748,21.543 9.748,21.439 " + id="polygon2464" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="9.748,21.439 9.94,21.439 9.916,21.543 9.748,21.543 9.748,21.439 " + id="polygon2466" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="9.7790003" + y="21.469999" + id="rect2468" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="9.7790003" + y="21.469999" + id="rect2470" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="9.524,21.543 9.703,21.543 9.703,21.596 9.793,21.596 9.793,21.648 9.435,21.648 9.435,21.596 9.524,21.596 9.524,21.543 " + id="polygon2472" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="9.524,21.543 9.703,21.543 9.703,21.596 9.793,21.596 9.793,21.648 9.435,21.648 9.435,21.596 9.524,21.596 9.524,21.543 " + id="polygon2474" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="6.2909999" + y="18.341999" + id="rect2476" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="6.2909999" + y="18.341999" + id="rect2478" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="6.388" + y="18.438999" + id="rect2480" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="6.412,19.014 6.873,19.014 6.873,19.118 6.436,19.118 6.412,19.014 " + id="polygon2482" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="6.412,19.014 6.873,19.014 6.873,19.118 6.436,19.118 6.412,19.014 " + id="polygon2484" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="6.873,19.014 7.065,19.014 7.041,19.118 6.873,19.118 6.873,19.014 " + id="polygon2486" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="6.873,19.014 7.065,19.014 7.041,19.118 6.873,19.118 6.873,19.014 " + id="polygon2488" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="6.9039998" + y="19.045" + id="rect2490" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="6.9039998" + y="19.045" + id="rect2492" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="6.649,19.118 6.828,19.118 6.828,19.171 6.918,19.171 6.918,19.223 6.56,19.223 6.56,19.171 6.649,19.171 6.649,19.118 " + id="polygon2494" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="6.649,19.118 6.828,19.118 6.828,19.171 6.918,19.171 6.918,19.223 6.56,19.223 6.56,19.171 6.649,19.171 6.649,19.118 " + id="polygon2496" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="7.7410002" + y="18.367001" + id="rect2498" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="7.7410002" + y="18.367001" + id="rect2500" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="7.8379998" + y="18.464001" + id="rect2502" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="7.862,19.039 8.323,19.039 8.323,19.143 7.886,19.143 7.862,19.039 " + id="polygon2504" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="7.862,19.039 8.323,19.039 8.323,19.143 7.886,19.143 7.862,19.039 " + id="polygon2506" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="8.323,19.039 8.515,19.039 8.491,19.143 8.323,19.143 8.323,19.039 " + id="polygon2508" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.323,19.039 8.515,19.039 8.491,19.143 8.323,19.143 8.323,19.039 " + id="polygon2510" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="8.3540001" + y="19.07" + id="rect2512" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="8.3540001" + y="19.07" + id="rect2514" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="8.099,19.143 8.278,19.143 8.278,19.196 8.368,19.196 8.368,19.248 8.01,19.248 8.01,19.196 8.099,19.196 8.099,19.143 " + id="polygon2516" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.099,19.143 8.278,19.143 8.278,19.196 8.368,19.196 8.368,19.248 8.01,19.248 8.01,19.196 8.099,19.196 8.099,19.143 " + id="polygon2518" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="9.191" + y="18.341999" + id="rect2520" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="9.191" + y="18.341999" + id="rect2522" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="9.2880001" + y="18.438999" + id="rect2524" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="9.312,19.014 9.773,19.014 9.773,19.118 9.336,19.118 9.312,19.014 " + id="polygon2526" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="9.312,19.014 9.773,19.014 9.773,19.118 9.336,19.118 9.312,19.014 " + id="polygon2528" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="9.773,19.014 9.965,19.014 9.941,19.118 9.773,19.118 9.773,19.014 " + id="polygon2530" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="9.773,19.014 9.965,19.014 9.941,19.118 9.773,19.118 9.773,19.014 " + id="polygon2532" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="9.8039999" + y="19.045" + id="rect2534" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="9.8039999" + y="19.045" + id="rect2536" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="9.549,19.118 9.728,19.118 9.728,19.171 9.818,19.171 9.818,19.223 9.46,19.223 9.46,19.171 9.549,19.171 9.549,19.118 " + id="polygon2538" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="9.549,19.118 9.728,19.118 9.728,19.171 9.818,19.171 9.818,19.223 9.46,19.223 9.46,19.171 9.549,19.171 9.549,19.118 " + id="polygon2540" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="6.303,21.014 6.255,21.034 6.111,21.394 6.111,21.574 6.183,21.634 7.239,21.634 7.311,21.574 7.311,21.394 7.167,21.034 7.119,21.014 6.303,21.014 " + id="polygon2542" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="6.303,21.014 6.255,21.034 6.111,21.394 6.111,21.574 6.183,21.634 7.239,21.634 7.311,21.574 7.311,21.394 7.167,21.034 7.119,21.014 6.303,21.014 " + id="polygon2544" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 6.135,21.334 L 6.183,21.354 L 7.239,21.354 L 7.287,21.334" + id="path2546" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 7.239,21.354 L 7.311,21.394" + id="path2548" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 6.111,21.394 L 6.183,21.354" + id="path2550" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="6.447,20.634 6.423,21.114 6.999,21.114 6.975,20.634 6.447,20.634 " + id="polygon2552" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="6.447,20.634 6.423,21.114 6.999,21.114 6.975,20.634 6.447,20.634 " + id="polygon2554" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="6.351,21.114 6.303,21.254 7.119,21.254 7.071,21.114 6.351,21.114 " + id="polygon2556" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="6.351,21.114 6.303,21.254 7.119,21.254 7.071,21.114 6.351,21.114 " + id="polygon2558" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="6.3509998" + cy="21.424" + rx="0.012" + ry="0.012" + id="ellipse2560" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.3509998" + cy="21.424" + rx="0.012" + ry="0.012" + id="ellipse2562" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.4710002" + cy="21.424" + rx="0.012" + ry="0.012" + id="ellipse2564" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.4710002" + cy="21.424" + rx="0.012" + ry="0.012" + id="ellipse2566" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.5910001" + cy="21.424" + rx="0.012" + ry="0.012" + id="ellipse2568" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.5910001" + cy="21.424" + rx="0.012" + ry="0.012" + id="ellipse2570" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.3509998" + cy="21.474001" + rx="0.012" + ry="0.012" + id="ellipse2572" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.3509998" + cy="21.474001" + rx="0.012" + ry="0.012" + id="ellipse2574" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.4710002" + cy="21.474001" + rx="0.012" + ry="0.012" + id="ellipse2576" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.4710002" + cy="21.474001" + rx="0.012" + ry="0.012" + id="ellipse2578" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.5910001" + cy="21.474001" + rx="0.012" + ry="0.012" + id="ellipse2580" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.5910001" + cy="21.474001" + rx="0.012" + ry="0.012" + id="ellipse2582" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.3509998" + cy="21.524" + rx="0.012" + ry="0.012" + id="ellipse2584" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.3509998" + cy="21.524" + rx="0.012" + ry="0.012" + id="ellipse2586" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.4710002" + cy="21.524" + rx="0.012" + ry="0.012" + id="ellipse2588" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.4710002" + cy="21.524" + rx="0.012" + ry="0.012" + id="ellipse2590" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.5910001" + cy="21.524" + rx="0.012" + ry="0.012" + id="ellipse2592" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.5910001" + cy="21.524" + rx="0.012" + ry="0.012" + id="ellipse2594" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.3509998" + cy="21.573999" + rx="0.012" + ry="0.012" + id="ellipse2596" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.3509998" + cy="21.573999" + rx="0.012" + ry="0.012" + id="ellipse2598" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.4710002" + cy="21.573999" + rx="0.012" + ry="0.012" + id="ellipse2600" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.4710002" + cy="21.573999" + rx="0.012" + ry="0.012" + id="ellipse2602" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.5910001" + cy="21.573999" + rx="0.012" + ry="0.012" + id="ellipse2604" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.5910001" + cy="21.573999" + rx="0.012" + ry="0.012" + id="ellipse2606" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.711" + cy="21.434" + rx="0.15000001" + ry="0.048" + id="ellipse2608" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="6.711" + cy="21.434" + rx="0.15000001" + ry="0.048" + id="ellipse2610" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="7.0110002" + cy="21.434" + rx="0.15000001" + ry="0.048" + id="ellipse2612" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="7.0110002" + cy="21.434" + rx="0.15000001" + ry="0.048" + id="ellipse2614" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <rect + width="1.1440001" + height="2.2880001" + x="10.504" + y="18.705" + id="rect2616" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.1440001" + height="2.2880001" + x="10.504" + y="18.705" + id="rect2618" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.1440001" + height="2.2880001" + x="10.504" + y="18.705" + id="rect2620" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.91500002" + height="0.91500002" + x="10.618" + y="18.819" + id="rect2622" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.91500002" + height="0.91500002" + x="10.618" + y="18.819" + id="rect2624" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.91500002" + height="0.91500002" + x="10.618" + y="18.819" + id="rect2626" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="11.533" + y1="19.048" + x2="10.618" + y2="19.048" + stroke="#000000" + stroke-width="0.010" + id="line2628" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.618" + y1="19.275999" + x2="11.533" + y2="19.275999" + stroke="#000000" + stroke-width="0.010" + id="line2630" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="11.533" + y1="19.448" + x2="10.618" + y2="19.448" + stroke="#000000" + stroke-width="0.010" + id="line2632" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.62900001" + height="0.34299999" + x="10.618" + y="19.848" + id="rect2634" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.62900001" + height="0.34299999" + x="10.618" + y="19.848" + id="rect2636" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.62900001" + height="0.34299999" + x="10.618" + y="19.848" + id="rect2638" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="10.504" + y1="20.249001" + x2="11.647" + y2="20.249001" + stroke="#000000" + stroke-width="0.010" + id="line2640" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="11.018" + y="20.363001" + id="rect2642" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="11.018" + y="20.363001" + id="rect2644" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="11.018" + y="20.363001" + id="rect2646" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="11.247" + y="20.363001" + id="rect2648" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="11.247" + y="20.363001" + id="rect2650" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="11.247" + y="20.363001" + id="rect2652" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="11.476" + y="20.363001" + id="rect2654" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="11.476" + y="20.363001" + id="rect2656" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="11.476" + y="20.363001" + id="rect2658" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.114" + height="0.057" + x="11.419" + y="20.02" + id="rect2660" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.114" + height="0.057" + x="11.419" + y="20.02" + id="rect2662" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.114" + height="0.057" + x="11.419" + y="20.02" + id="rect2664" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="10.618" + y1="20.02" + x2="11.247" + y2="20.02" + stroke="#000000" + stroke-width="0.010" + id="line2666" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.17200001" + height="0.17200001" + x="10.618" + y="20.306" + id="rect2668" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.17200001" + height="0.17200001" + x="10.618" + y="20.306" + id="rect2670" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.17200001" + height="0.17200001" + x="10.618" + y="20.306" + id="rect2672" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.801" + height="0.057" + x="10.675" + y="19.504999" + id="rect2674" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.801" + height="0.057" + x="10.675" + y="19.504999" + id="rect2676" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.801" + height="0.057" + x="10.675" + y="19.504999" + id="rect2678" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="10.675" + y1="19.906" + x2="11.19" + y2="19.906" + stroke="#000000" + stroke-width="0.010" + id="line2680" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="11.19" + y1="19.962999" + x2="11.133" + y2="19.962999" + stroke="#000000" + stroke-width="0.010" + id="line2682" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.675" + y1="19.962999" + x2="10.732" + y2="19.962999" + stroke="#000000" + stroke-width="0.010" + id="line2684" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.28600001" + height="0.057" + x="10.79" + y="19.906" + id="rect2686" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.28600001" + height="0.057" + x="10.79" + y="19.906" + id="rect2688" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.28600001" + height="0.057" + x="10.79" + y="19.906" + id="rect2690" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="10.675" + y1="19.620001" + x2="10.732" + y2="19.620001" + stroke="#000000" + stroke-width="0.010" + id="line2692" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.79" + y1="19.620001" + x2="10.847" + y2="19.620001" + stroke="#000000" + stroke-width="0.010" + id="line2694" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="11.362" + y1="19.620001" + x2="11.476" + y2="19.620001" + stroke="#000000" + stroke-width="0.010" + id="line2696" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="11.59" + y1="20.934999" + x2="10.561" + y2="20.934999" + stroke="#000000" + stroke-width="0.010" + id="line2698" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.561" + y1="20.878" + x2="11.59" + y2="20.878" + stroke="#000000" + stroke-width="0.010" + id="line2700" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="11.59" + y1="20.820999" + x2="10.561" + y2="20.820999" + stroke="#000000" + stroke-width="0.010" + id="line2702" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.561" + y1="20.763" + x2="11.59" + y2="20.763" + stroke="#000000" + stroke-width="0.010" + id="line2704" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="11.59" + y1="20.705999" + x2="10.561" + y2="20.705999" + stroke="#000000" + stroke-width="0.010" + id="line2706" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.561" + y1="20.649" + x2="11.59" + y2="20.649" + stroke="#000000" + stroke-width="0.010" + id="line2708" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="11.59" + y1="20.591999" + x2="10.561" + y2="20.591999" + stroke="#000000" + stroke-width="0.010" + id="line2710" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.4960001" + y1="19.819" + x2="4.0770001" + y2="19.855" + stroke="#000000" + stroke-width="0.100" + id="line2712" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="1.183" + height="1.044" + x="2.302" + y="19.268999" + id="rect2714" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="2.8940001" + cy="20.312" + rx="0.59100002" + ry="0.17399999" + id="ellipse2716" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="2.8940001" + cy="19.268999" + rx="0.59100002" + ry="0.17399999" + id="ellipse2718" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="2.8940001" + cy="19.268999" + rx="0.59100002" + ry="0.17399999" + id="ellipse2720" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 3.485,19.269 L 3.485,20.312 C 3.485,20.409 3.221,20.486 2.894,20.486 C 2.567,20.486 2.302,20.409 2.302,20.312 L 2.302,19.269" + id="path2722" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="2.589" + y="19.868999" + id="text2724" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LDAP</text> + <text + x="2.6040001" + y="20.268999" + id="text2726" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Slave</text> + <text + x="2.0469999" + y="22.452" + id="text2728" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">250 Users</text> + <text + x="12.072" + y="17.239" + id="text2730" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">New York</text> + <text + x="12.402" + y="18.039" + id="text2732" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Bldg 3</text> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="-1.129,15.125 -1.129,15.903 5.732,15.903 5.732,16.538 " + id="polyline2734" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="16.1" + y1="22.393" + x2="15.55" + y2="23.143" + stroke="#F7F7F7" + stroke-width="0.100" + id="line2736" + style="stroke:#f7f7f7;stroke-width:0.1" /> +</svg> diff --git a/docs/Samba3-ByExample/images/chap7-net2-B.dia b/docs/Samba3-ByExample/images/chap7-net2-B.dia Binary files differdeleted file mode 100644 index 761e41e91a..0000000000 --- a/docs/Samba3-ByExample/images/chap7-net2-B.dia +++ /dev/null diff --git a/docs/Samba3-ByExample/images/chap7-net2-B.svg b/docs/Samba3-ByExample/images/chap7-net2-B.svg new file mode 100644 index 0000000000..8158b3b9eb --- /dev/null +++ b/docs/Samba3-ByExample/images/chap7-net2-B.svg @@ -0,0 +1,9085 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="34.602001cm" + height="23.67cm" + viewBox="-11.55 -0.456 23.052 23.213" + id="svg2"> + <defs + id="defs2769" /> + <rect + width="13.8" + height="6.513" + x="1.375" + y="16.256001" + id="rect4" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 1.375,16.256 C 1.2093146,16.256 1.075,16.390315 1.075,16.556" + id="path6" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 15.475,16.556 C 15.475,16.390315 15.340685,16.256 15.175,16.256" + id="path8" + style="fill:#ebebeb;stroke:none" /> + <rect + width="14.4" + height="5.9130001" + x="1.075" + y="16.556" + id="rect10" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 1.075,22.469 C 1.075,22.634685 1.2093146,22.769 1.375,22.769" + id="path12" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 15.175,22.769 C 15.340685,22.769 15.475,22.634685 15.475,22.469" + id="path14" + style="fill:#ebebeb;stroke:none" /> + <line + x1="1.375" + y1="16.256001" + x2="15.175" + y2="16.256001" + stroke="#000000" + stroke-width="0.050" + id="line16" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="1.375" + y1="22.768999" + x2="15.175" + y2="22.768999" + stroke="#000000" + stroke-width="0.050" + id="line18" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 1.375,16.256 C 1.2093146,16.256 1.075,16.390315 1.075,16.556" + id="path20" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 15.475,16.556 C 15.475,16.390315 15.340685,16.256 15.175,16.256" + id="path22" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="1.075" + y1="16.556" + x2="1.075" + y2="22.469" + stroke="#000000" + stroke-width="0.050" + id="line24" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="15.475" + y1="16.556" + x2="15.475" + y2="22.469" + stroke="#000000" + stroke-width="0.050" + id="line26" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 1.075,22.469 C 1.075,22.634685 1.2093146,22.769 1.375,22.769" + id="path28" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 15.175,22.769 C 15.340685,22.769 15.475,22.634685 15.475,22.469" + id="path30" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="10.617" + height="6.8530002" + x="0.495" + y="-0.40599999" + id="rect32" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 0.495,-0.406 C 0.32931458,-0.406 0.195,-0.27168542 0.195,-0.106" + id="path34" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 11.412,-0.106 C 11.412,-0.27168542 11.277685,-0.406 11.112,-0.406" + id="path36" + style="fill:#ebebeb;stroke:none" /> + <rect + width="11.217" + height="6.2529998" + x="0.19499999" + y="-0.106" + id="rect38" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 0.195,6.147 C 0.195,6.3126854 0.32931458,6.447 0.495,6.447" + id="path40" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 11.112,6.447 C 11.277685,6.447 11.412,6.3126854 11.412,6.147" + id="path42" + style="fill:#ebebeb;stroke:none" /> + <line + x1="0.495" + y1="-0.40599999" + x2="11.112" + y2="-0.40599999" + stroke="#000000" + stroke-width="0.050" + id="line44" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="0.495" + y1="6.447" + x2="11.112" + y2="6.447" + stroke="#000000" + stroke-width="0.050" + id="line46" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 0.495,-0.406 C 0.32931458,-0.406 0.195,-0.27168542 0.195,-0.106" + id="path48" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 11.412,-0.106 C 11.412,-0.27168542 11.277685,-0.406 11.112,-0.406" + id="path50" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="0.19499999" + y1="-0.106" + x2="0.19499999" + y2="6.1469998" + stroke="#000000" + stroke-width="0.050" + id="line52" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="11.412" + y1="-0.106" + x2="11.412" + y2="6.1469998" + stroke="#000000" + stroke-width="0.050" + id="line54" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 0.195,6.147 C 0.195,6.3126854 0.32931458,6.447 0.495,6.447" + id="path56" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 11.112,6.447 C 11.277685,6.447 11.412,6.3126854 11.412,6.147" + id="path58" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="10.337" + height="6.8600001" + x="12.35" + y="-0.43099999" + id="rect60" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 12.35,-0.431 C 12.184315,-0.431 12.05,-0.29668542 12.05,-0.131" + id="path62" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 22.987,-0.131 C 22.987,-0.29668542 22.852685,-0.431 22.687,-0.431" + id="path64" + style="fill:#ebebeb;stroke:none" /> + <rect + width="10.937" + height="6.2600002" + x="12.05" + y="-0.131" + id="rect66" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 12.05,6.129 C 12.05,6.2946854 12.184315,6.429 12.35,6.429" + id="path68" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 22.687,6.429 C 22.852685,6.429 22.987,6.2946854 22.987,6.129" + id="path70" + style="fill:#ebebeb;stroke:none" /> + <line + x1="12.35" + y1="-0.43099999" + x2="22.687" + y2="-0.43099999" + stroke="#000000" + stroke-width="0.050" + id="line72" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="12.35" + y1="6.4289999" + x2="22.687" + y2="6.4289999" + stroke="#000000" + stroke-width="0.050" + id="line74" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 12.35,-0.431 C 12.184315,-0.431 12.05,-0.29668542 12.05,-0.131" + id="path76" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 22.987,-0.131 C 22.987,-0.29668542 22.852685,-0.431 22.687,-0.431" + id="path78" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="12.05" + y1="-0.131" + x2="12.05" + y2="6.1290002" + stroke="#000000" + stroke-width="0.050" + id="line80" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="22.987" + y1="-0.131" + x2="22.987" + y2="6.1290002" + stroke="#000000" + stroke-width="0.050" + id="line82" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 12.05,6.129 C 12.05,6.2946854 12.184315,6.429 12.35,6.429" + id="path84" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 22.687,6.429 C 22.852685,6.429 22.987,6.2946854 22.987,6.129" + id="path86" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="10.821" + height="8.375" + x="11.905" + y="7.244" + id="rect88" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 11.905,7.244 C 11.739315,7.244 11.605,7.3783146 11.605,7.544" + id="path90" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 23.027,7.544 C 23.027,7.3783146 22.892685,7.244 22.727,7.244" + id="path92" + style="fill:#ebebeb;stroke:none" /> + <rect + width="11.421" + height="7.7750001" + x="11.605" + y="7.5440001" + id="rect94" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 11.605,15.319 C 11.605,15.484685 11.739315,15.619 11.905,15.619" + id="path96" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 22.727,15.619 C 22.892685,15.619 23.027,15.484685 23.027,15.319" + id="path98" + style="fill:#ebebeb;stroke:none" /> + <line + x1="11.905" + y1="7.244" + x2="22.726999" + y2="7.244" + stroke="#000000" + stroke-width="0.050" + id="line100" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="11.905" + y1="15.619" + x2="22.726999" + y2="15.619" + stroke="#000000" + stroke-width="0.050" + id="line102" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 11.905,7.244 C 11.739315,7.244 11.605,7.3783146 11.605,7.544" + id="path104" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 23.027,7.544 C 23.027,7.3783146 22.892685,7.244 22.727,7.244" + id="path106" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="11.605" + y1="7.5440001" + x2="11.605" + y2="15.319" + stroke="#000000" + stroke-width="0.050" + id="line108" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="23.027" + y1="7.5440001" + x2="23.027" + y2="15.319" + stroke="#000000" + stroke-width="0.050" + id="line110" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 11.605,15.319 C 11.605,15.484685 11.739315,15.619 11.905,15.619" + id="path112" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 22.727,15.619 C 22.892685,15.619 23.027,15.484685 23.027,15.319" + id="path114" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="15.45" + height="8.3719997" + x="-11.225" + y="7.1339998" + id="rect116" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M -11.225,7.134 C -11.390685,7.134 -11.525,7.2683146 -11.525,7.434" + id="path118" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 4.525,7.434 C 4.525,7.2683146 4.3906854,7.134 4.225,7.134" + id="path120" + style="fill:#ebebeb;stroke:none" /> + <rect + width="16.049999" + height="7.7719998" + x="-11.525" + y="7.434" + id="rect122" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M -11.525,15.206 C -11.525,15.371685 -11.390685,15.506 -11.225,15.506" + id="path124" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 4.225,15.506 C 4.3906854,15.506 4.525,15.371685 4.525,15.206" + id="path126" + style="fill:#ebebeb;stroke:none" /> + <line + x1="-11.225" + y1="7.1339998" + x2="4.2249999" + y2="7.1339998" + stroke="#000000" + stroke-width="0.050" + id="line128" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="-11.225" + y1="15.506" + x2="4.2249999" + y2="15.506" + stroke="#000000" + stroke-width="0.050" + id="line130" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M -11.225,7.134 C -11.390685,7.134 -11.525,7.2683146 -11.525,7.434" + id="path132" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 4.525,7.434 C 4.525,7.2683146 4.3906854,7.134 4.225,7.134" + id="path134" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="-11.525" + y1="7.434" + x2="-11.525" + y2="15.206" + stroke="#000000" + stroke-width="0.050" + id="line136" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="4.5250001" + y1="7.434" + x2="4.5250001" + y2="15.206" + stroke="#000000" + stroke-width="0.050" + id="line138" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M -11.525,15.206 C -11.525,15.371685 -11.390685,15.506 -11.225,15.506" + id="path140" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 4.225,15.506 C 4.3906854,15.506 4.525,15.371685 4.525,15.206" + id="path142" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="1.95" + y1="11.168" + x2="4.8109999" + y2="11.165" + stroke="#000000" + stroke-width="0.300" + id="line144" + style="stroke:#000000;stroke-width:0.30000001" /> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="4.145,2.624 4.145,6.819 5.675,6.819 5.675,9.944 " + id="polyline146" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="16.100,2.794 16.100,6.844 8.674,6.844 8.674,9.887 " + id="polyline148" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.98000002" + height="0.98000002" + x="-1.818" + y="14.136" + id="rect150" + style="fill:#9f9f9f;stroke:none;stroke-width:0" /> + <rect + width="0.98000002" + height="0.98000002" + x="-1.818" + y="14.136" + id="rect152" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.98000002" + height="0.98000002" + x="-1.818" + y="14.136" + id="rect154" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M -1.267,14.295 C -1.267,14.785 -1.169,14.687 -1.659,14.687" + id="path156" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M -1.267,14.295 C -1.267,14.785 -1.169,14.687 -1.659,14.687" + id="path158" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="-1.22,14.371 -1.269,14.273 -1.318,14.371 -1.22,14.371 " + id="polygon160" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="-1.22,14.371 -1.269,14.273 -1.318,14.371 -1.22,14.371 " + id="polygon162" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="-1.583,14.636 -1.681,14.685 -1.583,14.734 -1.583,14.636 " + id="polygon164" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="-1.583,14.636 -1.681,14.685 -1.583,14.734 -1.583,14.636 " + id="polygon166" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M -0.976,14.571 C -1.466,14.571 -1.368,14.473 -1.368,14.963" + id="path168" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M -0.976,14.571 C -1.466,14.571 -1.368,14.473 -1.368,14.963" + id="path170" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="-1.063,14.616 -0.965,14.567 -1.063,14.518 -1.063,14.616 " + id="polygon172" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="-1.063,14.616 -0.965,14.567 -1.063,14.518 -1.063,14.616 " + id="polygon174" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="-1.426,14.881 -1.377,14.979 -1.328,14.881 -1.426,14.881 " + id="polygon176" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="-1.426,14.881 -1.377,14.979 -1.328,14.881 -1.426,14.881 " + id="polygon178" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="-1.306" + y1="11.165" + x2="-1.3279999" + y2="14.136" + stroke="#000000" + stroke-width="0.100" + id="line180" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="0.71700001" + y="7.6999998" + id="text182" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Server:</text> + <text + x="0.37799999" + y="8.1999998" + id="text184" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">GWYN-PDC</text> + <line + x1="6.118" + y1="13.16" + x2="7.7179999" + y2="13.135" + stroke="#000000" + stroke-width="0.100" + stroke-dasharray="0.10,0.10" + id="line186" + style="stroke:#000000;stroke-width:0.1;stroke-dasharray:0.1, 0.1" /> + <text + x="8.4429998" + y="13.325" + id="text188" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">= VPN</text> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="10.645,11.075 10.645,9.069 16.025,9.069 16.025,11.368 " + id="polyline190" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="-3.0239999" + y="14.751" + id="text192" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Router</text> + <text + x="4.1469998" + y="17.031" + id="text194" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Router</text> + <rect + width="1.217" + height="1.825" + x="2.553" + y="1.723" + id="rect196" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.217" + height="1.825" + x="2.553" + y="1.723" + id="rect198" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.217" + height="1.825" + x="2.553" + y="1.723" + id="rect200" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.97299999" + height="0.73000002" + x="2.6140001" + y="1.784" + id="rect202" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.97299999" + height="0.73000002" + x="2.6140001" + y="1.784" + id="rect204" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.97299999" + height="0.73000002" + x="2.6140001" + y="1.784" + id="rect206" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="2.6140001" + y1="2.027" + x2="3.5869999" + y2="2.027" + stroke="#000000" + stroke-width="0.010" + id="line208" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.5869999" + y1="2.2709999" + x2="2.6140001" + y2="2.2709999" + stroke="#000000" + stroke-width="0.010" + id="line210" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.66900003" + height="0.36500001" + x="2.7360001" + y="2.575" + id="rect212" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.66900003" + height="0.36500001" + x="2.7360001" + y="2.575" + id="rect214" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.66900003" + height="0.36500001" + x="2.7360001" + y="2.575" + id="rect216" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="2.553" + y1="3.122" + x2="3.77" + y2="3.122" + stroke="#000000" + stroke-width="0.010" + id="line218" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="3.405" + y="3.0009999" + id="rect220" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="3.405" + y="3.0009999" + id="rect222" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="3.405" + y="3.0009999" + id="rect224" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="3.527" + y="3.0009999" + id="rect226" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="3.527" + y="3.0009999" + id="rect228" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="3.527" + y="3.0009999" + id="rect230" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="3.648" + y="3.0009999" + id="rect232" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="3.648" + y="3.0009999" + id="rect234" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="3.648" + y="3.0009999" + id="rect236" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.122" + height="0.122" + x="3.5869999" + y="2.8180001" + id="rect238" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.122" + height="0.122" + x="3.5869999" + y="2.8180001" + id="rect240" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.122" + height="0.122" + x="3.5869999" + y="2.8180001" + id="rect242" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="2.7360001" + y1="2.757" + x2="3.405" + y2="2.757" + stroke="#000000" + stroke-width="0.010" + id="line244" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.183" + height="0.182" + x="3.527" + y="2.575" + id="rect246" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.183" + height="0.182" + x="3.527" + y="2.575" + id="rect248" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.183" + height="0.182" + x="3.527" + y="2.575" + id="rect250" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.852" + height="0.061000001" + x="2.675" + y="2.332" + id="rect252" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.852" + height="0.061000001" + x="2.675" + y="2.332" + id="rect254" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.852" + height="0.061000001" + x="2.675" + y="2.332" + id="rect256" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="2.7969999" + y1="2.6359999" + x2="3.3440001" + y2="2.6359999" + stroke="#000000" + stroke-width="0.010" + id="line258" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.30399999" + height="0.061000001" + x="2.918" + y="2.6359999" + id="rect260" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.30399999" + height="0.061000001" + x="2.918" + y="2.6359999" + id="rect262" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.30399999" + height="0.061000001" + x="2.918" + y="2.6359999" + id="rect264" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="3.405" + y1="2.4530001" + x2="3.527" + y2="2.4530001" + stroke="#000000" + stroke-width="0.010" + id="line266" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.6140001" + y1="3.1830001" + x2="3.7090001" + y2="3.1830001" + stroke="#000000" + stroke-width="0.010" + id="line268" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.7090001" + y1="3.244" + x2="2.6140001" + y2="3.244" + stroke="#000000" + stroke-width="0.010" + id="line270" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.6140001" + y1="3.3050001" + x2="3.7090001" + y2="3.3050001" + stroke="#000000" + stroke-width="0.010" + id="line272" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.7090001" + y1="3.487" + x2="2.6140001" + y2="3.487" + stroke="#000000" + stroke-width="0.010" + id="line274" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.6140001" + y1="3.427" + x2="3.7090001" + y2="3.427" + stroke="#000000" + stroke-width="0.010" + id="line276" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.7090001" + y1="3.3659999" + x2="2.6140001" + y2="3.3659999" + stroke="#000000" + stroke-width="0.010" + id="line278" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.675" + y1="2.4530001" + x2="2.7360001" + y2="2.4530001" + stroke="#000000" + stroke-width="0.010" + id="line280" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.7969999" + y1="2.4530001" + x2="2.8570001" + y2="2.4530001" + stroke="#000000" + stroke-width="0.010" + id="line282" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.7969999" + y1="2.697" + x2="2.8570001" + y2="2.697" + stroke="#000000" + stroke-width="0.010" + id="line284" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.283" + y1="2.697" + x2="3.3440001" + y2="2.697" + stroke="#000000" + stroke-width="0.010" + id="line286" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.72" + y1="2.6359999" + x2="8.8620005" + y2="2.6229999" + stroke="#000000" + stroke-width="0.100" + id="line288" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="5.2069998" + y1="2.632" + x2="5.2090001" + y2="3.5910001" + stroke="#000000" + stroke-width="0.100" + id="line290" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="5.21" + y1="2.632" + x2="5.2080002" + y2="1.632" + stroke="#000000" + stroke-width="0.100" + id="line292" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="6.6500001" + y1="2.6289999" + x2="6.652" + y2="3.5339999" + stroke="#000000" + stroke-width="0.100" + id="line294" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="6.651" + y1="2.6289999" + x2="6.6479998" + y2="1.6289999" + stroke="#000000" + stroke-width="0.100" + id="line296" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="8.092" + y1="2.625" + x2="8.0950003" + y2="3.552" + stroke="#000000" + stroke-width="0.100" + id="line298" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="8.0909996" + y1="2.625" + x2="8.0889997" + y2="1.625" + stroke="#000000" + stroke-width="0.100" + id="line300" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="0.89600003" + height="0.67199999" + x="6.1989999" + y="3.559" + id="rect302" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="6.1989999" + y="3.559" + id="rect304" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="6.296" + y="3.6559999" + id="rect306" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="6.321,4.231 6.782,4.231 6.782,4.335 6.345,4.335 6.321,4.231 " + id="polygon308" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="6.321,4.231 6.782,4.231 6.782,4.335 6.345,4.335 6.321,4.231 " + id="polygon310" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="6.782,4.231 6.974,4.231 6.949,4.335 6.782,4.335 6.782,4.231 " + id="polygon312" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="6.782,4.231 6.974,4.231 6.949,4.335 6.782,4.335 6.782,4.231 " + id="polygon314" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="6.8130002" + y="4.2620001" + id="rect316" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="6.8130002" + y="4.2620001" + id="rect318" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="6.558,4.335 6.737,4.335 6.737,4.388 6.826,4.388 6.826,4.44 6.468,4.44 6.468,4.388 6.558,4.388 6.558,4.335 " + id="polygon320" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="6.558,4.335 6.737,4.335 6.737,4.388 6.826,4.388 6.826,4.44 6.468,4.44 6.468,4.388 6.558,4.388 6.558,4.335 " + id="polygon322" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="7.6420002" + y="3.5480001" + id="rect324" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="7.6420002" + y="3.5480001" + id="rect326" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="7.7389998" + y="3.645" + id="rect328" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="7.763,4.22 8.224,4.22 8.224,4.325 7.787,4.325 7.763,4.22 " + id="polygon330" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="7.763,4.22 8.224,4.22 8.224,4.325 7.787,4.325 7.763,4.22 " + id="polygon332" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="8.224,4.22 8.416,4.22 8.392,4.325 8.224,4.325 8.224,4.22 " + id="polygon334" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.224,4.22 8.416,4.22 8.392,4.325 8.224,4.325 8.224,4.22 " + id="polygon336" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="8.2550001" + y="4.2509999" + id="rect338" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="8.2550001" + y="4.2509999" + id="rect340" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="8,4.325 8.179,4.325 8.179,4.377 8.269,4.377 8.269,4.429 7.91,4.429 7.91,4.377 8,4.377 8,4.325 " + id="polygon342" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8,4.325 8.179,4.325 8.179,4.377 8.269,4.377 8.269,4.429 7.91,4.429 7.91,4.377 8,4.377 8,4.325 " + id="polygon344" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="4.7670002" + y="1.123" + id="rect346" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="4.7670002" + y="1.123" + id="rect348" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="4.8639998" + y="1.22" + id="rect350" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="4.888,1.795 5.349,1.795 5.349,1.9 4.912,1.9 4.888,1.795 " + id="polygon352" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="4.888,1.795 5.349,1.795 5.349,1.9 4.912,1.9 4.888,1.795 " + id="polygon354" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="5.349,1.795 5.541,1.795 5.517,1.9 5.349,1.9 5.349,1.795 " + id="polygon356" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="5.349,1.795 5.541,1.795 5.517,1.9 5.349,1.9 5.349,1.795 " + id="polygon358" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="5.3800001" + y="1.826" + id="rect360" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="5.3800001" + y="1.826" + id="rect362" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="5.125,1.9 5.304,1.9 5.304,1.952 5.394,1.952 5.394,2.004 5.035,2.004 5.035,1.952 5.125,1.952 5.125,1.9 " + id="polygon364" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="5.125,1.9 5.304,1.9 5.304,1.952 5.394,1.952 5.394,2.004 5.035,2.004 5.035,1.952 5.125,1.952 5.125,1.9 " + id="polygon366" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="6.217" + y="1.148" + id="rect368" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="6.217" + y="1.148" + id="rect370" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="6.3140001" + y="1.245" + id="rect372" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="6.338,1.82 6.799,1.82 6.799,1.925 6.362,1.925 6.338,1.82 " + id="polygon374" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="6.338,1.82 6.799,1.82 6.799,1.925 6.362,1.925 6.338,1.82 " + id="polygon376" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="6.799,1.82 6.991,1.82 6.967,1.925 6.799,1.925 6.799,1.82 " + id="polygon378" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="6.799,1.82 6.991,1.82 6.967,1.925 6.799,1.925 6.799,1.82 " + id="polygon380" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="6.8299999" + y="1.851" + id="rect382" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="6.8299999" + y="1.851" + id="rect384" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="6.575,1.925 6.754,1.925 6.754,1.977 6.844,1.977 6.844,2.029 6.485,2.029 6.485,1.977 6.575,1.977 6.575,1.925 " + id="polygon386" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="6.575,1.925 6.754,1.925 6.754,1.977 6.844,1.977 6.844,2.029 6.485,2.029 6.485,1.977 6.575,1.977 6.575,1.925 " + id="polygon388" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="7.6669998" + y="1.123" + id="rect390" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="7.6669998" + y="1.123" + id="rect392" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="7.7639999" + y="1.22" + id="rect394" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="7.788,1.795 8.249,1.795 8.249,1.9 7.812,1.9 7.788,1.795 " + id="polygon396" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="7.788,1.795 8.249,1.795 8.249,1.9 7.812,1.9 7.788,1.795 " + id="polygon398" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="8.249,1.795 8.441,1.795 8.417,1.9 8.249,1.9 8.249,1.795 " + id="polygon400" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.249,1.795 8.441,1.795 8.417,1.9 8.249,1.9 8.249,1.795 " + id="polygon402" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="8.2799997" + y="1.826" + id="rect404" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="8.2799997" + y="1.826" + id="rect406" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="8.025,1.9 8.204,1.9 8.204,1.952 8.294,1.952 8.294,2.004 7.935,2.004 7.935,1.952 8.025,1.952 8.025,1.9 " + id="polygon408" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.025,1.9 8.204,1.9 8.204,1.952 8.294,1.952 8.294,2.004 7.935,2.004 7.935,1.952 8.025,1.952 8.025,1.9 " + id="polygon410" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="4.779,3.795 4.731,3.815 4.587,4.175 4.587,4.355 4.659,4.415 5.715,4.415 5.787,4.355 5.787,4.175 5.643,3.815 5.595,3.795 4.779,3.795 " + id="polygon412" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="4.779,3.795 4.731,3.815 4.587,4.175 4.587,4.355 4.659,4.415 5.715,4.415 5.787,4.355 5.787,4.175 5.643,3.815 5.595,3.795 4.779,3.795 " + id="polygon414" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 4.611,4.115 L 4.659,4.135 L 5.715,4.135 L 5.763,4.115" + id="path416" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 5.715,4.135 L 5.787,4.175" + id="path418" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 4.587,4.175 L 4.659,4.135" + id="path420" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="4.923,3.415 4.899,3.895 5.475,3.895 5.451,3.415 4.923,3.415 " + id="polygon422" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="4.923,3.415 4.899,3.895 5.475,3.895 5.451,3.415 4.923,3.415 " + id="polygon424" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="4.827,3.895 4.779,4.035 5.595,4.035 5.547,3.895 4.827,3.895 " + id="polygon426" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="4.827,3.895 4.779,4.035 5.595,4.035 5.547,3.895 4.827,3.895 " + id="polygon428" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="4.8270001" + cy="4.2049999" + rx="0.012" + ry="0.012" + id="ellipse430" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.8270001" + cy="4.2049999" + rx="0.012" + ry="0.012" + id="ellipse432" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.947" + cy="4.2049999" + rx="0.012" + ry="0.012" + id="ellipse434" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.947" + cy="4.2049999" + rx="0.012" + ry="0.012" + id="ellipse436" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="5.0669999" + cy="4.2049999" + rx="0.012" + ry="0.012" + id="ellipse438" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="5.0669999" + cy="4.2049999" + rx="0.012" + ry="0.012" + id="ellipse440" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.8270001" + cy="4.2550001" + rx="0.012" + ry="0.012" + id="ellipse442" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.8270001" + cy="4.2550001" + rx="0.012" + ry="0.012" + id="ellipse444" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.947" + cy="4.2550001" + rx="0.012" + ry="0.012" + id="ellipse446" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.947" + cy="4.2550001" + rx="0.012" + ry="0.012" + id="ellipse448" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="5.0669999" + cy="4.2550001" + rx="0.012" + ry="0.012" + id="ellipse450" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="5.0669999" + cy="4.2550001" + rx="0.012" + ry="0.012" + id="ellipse452" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.8270001" + cy="4.3049998" + rx="0.012" + ry="0.012" + id="ellipse454" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.8270001" + cy="4.3049998" + rx="0.012" + ry="0.012" + id="ellipse456" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.947" + cy="4.3049998" + rx="0.012" + ry="0.012" + id="ellipse458" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.947" + cy="4.3049998" + rx="0.012" + ry="0.012" + id="ellipse460" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="5.0669999" + cy="4.3049998" + rx="0.012" + ry="0.012" + id="ellipse462" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="5.0669999" + cy="4.3049998" + rx="0.012" + ry="0.012" + id="ellipse464" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.8270001" + cy="4.355" + rx="0.012" + ry="0.012" + id="ellipse466" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.8270001" + cy="4.355" + rx="0.012" + ry="0.012" + id="ellipse468" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.947" + cy="4.355" + rx="0.012" + ry="0.012" + id="ellipse470" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.947" + cy="4.355" + rx="0.012" + ry="0.012" + id="ellipse472" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="5.0669999" + cy="4.355" + rx="0.012" + ry="0.012" + id="ellipse474" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="5.0669999" + cy="4.355" + rx="0.012" + ry="0.012" + id="ellipse476" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="5.1869998" + cy="4.2150002" + rx="0.15000001" + ry="0.048" + id="ellipse478" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="5.1869998" + cy="4.2150002" + rx="0.15000001" + ry="0.048" + id="ellipse480" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="5.487" + cy="4.2150002" + rx="0.15000001" + ry="0.048" + id="ellipse482" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="5.487" + cy="4.2150002" + rx="0.15000001" + ry="0.048" + id="ellipse484" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <rect + width="1.1440001" + height="2.2880001" + x="8.9790001" + y="1.4859999" + id="rect486" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.1440001" + height="2.2880001" + x="8.9790001" + y="1.4859999" + id="rect488" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.1440001" + height="2.2880001" + x="8.9790001" + y="1.4859999" + id="rect490" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.91500002" + height="0.91500002" + x="9.0939999" + y="1.6" + id="rect492" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.91500002" + height="0.91500002" + x="9.0939999" + y="1.6" + id="rect494" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.91500002" + height="0.91500002" + x="9.0939999" + y="1.6" + id="rect496" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="10.009" + y1="1.829" + x2="9.0939999" + y2="1.829" + stroke="#000000" + stroke-width="0.010" + id="line498" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="9.0939999" + y1="2.0580001" + x2="10.009" + y2="2.0580001" + stroke="#000000" + stroke-width="0.010" + id="line500" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.009" + y1="2.2290001" + x2="9.0939999" + y2="2.2290001" + stroke="#000000" + stroke-width="0.010" + id="line502" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.62900001" + height="0.34299999" + x="9.0939999" + y="2.6289999" + id="rect504" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.62900001" + height="0.34299999" + x="9.0939999" + y="2.6289999" + id="rect506" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.62900001" + height="0.34299999" + x="9.0939999" + y="2.6289999" + id="rect508" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="8.9790001" + y1="3.03" + x2="10.123" + y2="3.03" + stroke="#000000" + stroke-width="0.010" + id="line510" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="9.4940004" + y="3.1440001" + id="rect512" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="9.4940004" + y="3.1440001" + id="rect514" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="9.4940004" + y="3.1440001" + id="rect516" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="9.7229996" + y="3.1440001" + id="rect518" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="9.7229996" + y="3.1440001" + id="rect520" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="9.7229996" + y="3.1440001" + id="rect522" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="9.9519997" + y="3.1440001" + id="rect524" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="9.9519997" + y="3.1440001" + id="rect526" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="9.9519997" + y="3.1440001" + id="rect528" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.114" + height="0.057" + x="9.8950005" + y="2.8010001" + id="rect530" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.114" + height="0.057" + x="9.8950005" + y="2.8010001" + id="rect532" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.114" + height="0.057" + x="9.8950005" + y="2.8010001" + id="rect534" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="9.0939999" + y1="2.8010001" + x2="9.7229996" + y2="2.8010001" + stroke="#000000" + stroke-width="0.010" + id="line536" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.17200001" + height="0.17200001" + x="9.0939999" + y="3.0869999" + id="rect538" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.17200001" + height="0.17200001" + x="9.0939999" + y="3.0869999" + id="rect540" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.17200001" + height="0.17200001" + x="9.0939999" + y="3.0869999" + id="rect542" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.801" + height="0.057" + x="9.151" + y="2.286" + id="rect544" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.801" + height="0.057" + x="9.151" + y="2.286" + id="rect546" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.801" + height="0.057" + x="9.151" + y="2.286" + id="rect548" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="9.151" + y1="2.687" + x2="9.6660004" + y2="2.687" + stroke="#000000" + stroke-width="0.010" + id="line550" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="9.6660004" + y1="2.744" + x2="9.6090002" + y2="2.744" + stroke="#000000" + stroke-width="0.010" + id="line552" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="9.151" + y1="2.744" + x2="9.2080002" + y2="2.744" + stroke="#000000" + stroke-width="0.010" + id="line554" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.28600001" + height="0.057" + x="9.2650003" + y="2.687" + id="rect556" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.28600001" + height="0.057" + x="9.2650003" + y="2.687" + id="rect558" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.28600001" + height="0.057" + x="9.2650003" + y="2.687" + id="rect560" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="9.151" + y1="2.401" + x2="9.2080002" + y2="2.401" + stroke="#000000" + stroke-width="0.010" + id="line562" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="9.2650003" + y1="2.401" + x2="9.323" + y2="2.401" + stroke="#000000" + stroke-width="0.010" + id="line564" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="9.8369999" + y1="2.401" + x2="9.9519997" + y2="2.401" + stroke="#000000" + stroke-width="0.010" + id="line566" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.066" + y1="3.7160001" + x2="9.0369997" + y2="3.7160001" + stroke="#000000" + stroke-width="0.010" + id="line568" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="9.0369997" + y1="3.6589999" + x2="10.066" + y2="3.6589999" + stroke="#000000" + stroke-width="0.010" + id="line570" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.066" + y1="3.602" + x2="9.0369997" + y2="3.602" + stroke="#000000" + stroke-width="0.010" + id="line572" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="9.0369997" + y1="3.5439999" + x2="10.066" + y2="3.5439999" + stroke="#000000" + stroke-width="0.010" + id="line574" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.066" + y1="3.487" + x2="9.0369997" + y2="3.487" + stroke="#000000" + stroke-width="0.010" + id="line576" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="9.0369997" + y1="3.4300001" + x2="10.066" + y2="3.4300001" + stroke="#000000" + stroke-width="0.010" + id="line578" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.066" + y1="3.3729999" + x2="9.0369997" + y2="3.3729999" + stroke="#000000" + stroke-width="0.010" + id="line580" + style="stroke:#000000;stroke-width:0.01" /> + <text + x="5.9629998" + y="5.2589998" + id="text582" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Network:</text> + <text + x="5.5580001" + y="5.8590002" + id="text584" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">172.16.12.0/22</text> + <text + x="1.234" + y="4.1529999" + id="text586" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Server:</text> + <text + x="1.053" + y="4.6529999" + id="text588" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LON-BDC</text> + <text + x="9.5100002" + y="4.4749999" + id="text590" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Server:</text> + <text + x="9.3299999" + y="4.9749999" + id="text592" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LON-PDC</text> + <rect + width="1.291" + height="1.1390001" + x="0.61699998" + y="2.0880001" + id="rect594" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="1.263" + cy="3.227" + rx="0.64499998" + ry="0.19" + id="ellipse596" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="1.263" + cy="2.0880001" + rx="0.64499998" + ry="0.19" + id="ellipse598" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="1.263" + cy="2.0880001" + rx="0.64499998" + ry="0.19" + id="ellipse600" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 1.908,2.088 L 1.908,3.227 C 1.908,3.332 1.619,3.417 1.263,3.417 C 0.906,3.417 0.617,3.332 0.617,3.227 L 0.617,2.088" + id="path602" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="1.928" + y1="2.523" + x2="2.503" + y2="2.523" + stroke="#000000" + stroke-width="0.100" + id="line604" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="0.935" + y="2.7219999" + id="text606" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LDAP</text> + <text + x="0.94999999" + y="3.122" + id="text608" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Slave</text> + <rect + width="1.217" + height="1.825" + x="14.397" + y="1.885" + id="rect610" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.217" + height="1.825" + x="14.397" + y="1.885" + id="rect612" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.217" + height="1.825" + x="14.397" + y="1.885" + id="rect614" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.97299999" + height="0.73000002" + x="14.458" + y="1.946" + id="rect616" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.97299999" + height="0.73000002" + x="14.458" + y="1.946" + id="rect618" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.97299999" + height="0.73000002" + x="14.458" + y="1.946" + id="rect620" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="14.458" + y1="2.1900001" + x2="15.431" + y2="2.1900001" + stroke="#000000" + stroke-width="0.010" + id="line622" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.431" + y1="2.4330001" + x2="14.458" + y2="2.4330001" + stroke="#000000" + stroke-width="0.010" + id="line624" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.66900003" + height="0.36500001" + x="14.58" + y="2.737" + id="rect626" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.66900003" + height="0.36500001" + x="14.58" + y="2.737" + id="rect628" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.66900003" + height="0.36500001" + x="14.58" + y="2.737" + id="rect630" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="14.397" + y1="3.2850001" + x2="15.614" + y2="3.2850001" + stroke="#000000" + stroke-width="0.010" + id="line632" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.249" + y="3.1630001" + id="rect634" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.249" + y="3.1630001" + id="rect636" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.249" + y="3.1630001" + id="rect638" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.371" + y="3.1630001" + id="rect640" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.371" + y="3.1630001" + id="rect642" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.371" + y="3.1630001" + id="rect644" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.492" + y="3.1630001" + id="rect646" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.492" + y="3.1630001" + id="rect648" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.492" + y="3.1630001" + id="rect650" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.122" + height="0.122" + x="15.431" + y="2.98" + id="rect652" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.122" + height="0.122" + x="15.431" + y="2.98" + id="rect654" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.122" + height="0.122" + x="15.431" + y="2.98" + id="rect656" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="14.58" + y1="2.9200001" + x2="15.249" + y2="2.9200001" + stroke="#000000" + stroke-width="0.010" + id="line658" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.183" + height="0.183" + x="15.371" + y="2.737" + id="rect660" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.183" + height="0.183" + x="15.371" + y="2.737" + id="rect662" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.183" + height="0.183" + x="15.371" + y="2.737" + id="rect664" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.852" + height="0.061000001" + x="14.519" + y="2.494" + id="rect666" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.852" + height="0.061000001" + x="14.519" + y="2.494" + id="rect668" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.852" + height="0.061000001" + x="14.519" + y="2.494" + id="rect670" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="14.641" + y1="2.7980001" + x2="15.188" + y2="2.7980001" + stroke="#000000" + stroke-width="0.010" + id="line672" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.30399999" + height="0.061000001" + x="14.762" + y="2.7980001" + id="rect674" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.30399999" + height="0.061000001" + x="14.762" + y="2.7980001" + id="rect676" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.30399999" + height="0.061000001" + x="14.762" + y="2.7980001" + id="rect678" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="15.249" + y1="2.615" + x2="15.371" + y2="2.615" + stroke="#000000" + stroke-width="0.010" + id="line680" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.458" + y1="3.345" + x2="15.553" + y2="3.345" + stroke="#000000" + stroke-width="0.010" + id="line682" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.553" + y1="3.4059999" + x2="14.458" + y2="3.4059999" + stroke="#000000" + stroke-width="0.010" + id="line684" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.458" + y1="3.467" + x2="15.553" + y2="3.467" + stroke="#000000" + stroke-width="0.010" + id="line686" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.553" + y1="3.6500001" + x2="14.458" + y2="3.6500001" + stroke="#000000" + stroke-width="0.010" + id="line688" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.458" + y1="3.589" + x2="15.553" + y2="3.589" + stroke="#000000" + stroke-width="0.010" + id="line690" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.553" + y1="3.5280001" + x2="14.458" + y2="3.5280001" + stroke="#000000" + stroke-width="0.010" + id="line692" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.519" + y1="2.615" + x2="14.58" + y2="2.615" + stroke="#000000" + stroke-width="0.010" + id="line694" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.641" + y1="2.615" + x2="14.701" + y2="2.615" + stroke="#000000" + stroke-width="0.010" + id="line696" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.641" + y1="2.859" + x2="14.701" + y2="2.859" + stroke="#000000" + stroke-width="0.010" + id="line698" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.127" + y1="2.859" + x2="15.188" + y2="2.859" + stroke="#000000" + stroke-width="0.010" + id="line700" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.564" + y1="2.7980001" + x2="20.705" + y2="2.7850001" + stroke="#000000" + stroke-width="0.100" + id="line702" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="17.051001" + y1="2.7939999" + x2="17.052999" + y2="3.753" + stroke="#000000" + stroke-width="0.100" + id="line704" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="17.054001" + y1="2.7939999" + x2="17.052" + y2="1.794" + stroke="#000000" + stroke-width="0.100" + id="line706" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="18.493" + y1="2.7909999" + x2="18.496" + y2="3.6960001" + stroke="#000000" + stroke-width="0.100" + id="line708" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="18.495001" + y1="2.7909999" + x2="18.492001" + y2="1.791" + stroke="#000000" + stroke-width="0.100" + id="line710" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="19.936001" + y1="2.7869999" + x2="19.938999" + y2="3.714" + stroke="#000000" + stroke-width="0.100" + id="line712" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="19.934999" + y1="2.7869999" + x2="19.933001" + y2="1.7869999" + stroke="#000000" + stroke-width="0.100" + id="line714" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="0.89600003" + height="0.67199999" + x="18.042999" + y="3.721" + id="rect716" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="18.042999" + y="3.721" + id="rect718" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="18.139999" + y="3.8180001" + id="rect720" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="18.165,4.393 18.625,4.393 18.625,4.498 18.189,4.498 18.165,4.393 " + id="polygon722" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.165,4.393 18.625,4.393 18.625,4.498 18.189,4.498 18.165,4.393 " + id="polygon724" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="18.625,4.393 18.818,4.393 18.793,4.498 18.625,4.498 18.625,4.393 " + id="polygon726" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.625,4.393 18.818,4.393 18.793,4.498 18.625,4.498 18.625,4.393 " + id="polygon728" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="18.657" + y="4.4239998" + id="rect730" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="18.657" + y="4.4239998" + id="rect732" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="18.402,4.498 18.581,4.498 18.581,4.55 18.67,4.55 18.67,4.602 18.312,4.602 18.312,4.55 18.402,4.55 18.402,4.498 " + id="polygon734" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.402,4.498 18.581,4.498 18.581,4.55 18.67,4.55 18.67,4.602 18.312,4.602 18.312,4.55 18.402,4.55 18.402,4.498 " + id="polygon736" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="19.486" + y="3.71" + id="rect738" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="19.486" + y="3.71" + id="rect740" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="19.583" + y="3.8069999" + id="rect742" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="19.607,4.382 20.068,4.382 20.068,4.487 19.631,4.487 19.607,4.382 " + id="polygon744" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.607,4.382 20.068,4.382 20.068,4.487 19.631,4.487 19.607,4.382 " + id="polygon746" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="20.068,4.382 20.26,4.382 20.236,4.487 20.068,4.487 20.068,4.382 " + id="polygon748" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="20.068,4.382 20.26,4.382 20.236,4.487 20.068,4.487 20.068,4.382 " + id="polygon750" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="20.099001" + y="4.414" + id="rect752" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="20.099001" + y="4.414" + id="rect754" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="19.844,4.487 20.023,4.487 20.023,4.539 20.113,4.539 20.113,4.591 19.754,4.591 19.754,4.539 19.844,4.539 19.844,4.487 " + id="polygon756" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.844,4.487 20.023,4.487 20.023,4.539 20.113,4.539 20.113,4.591 19.754,4.591 19.754,4.539 19.844,4.539 19.844,4.487 " + id="polygon758" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="16.611" + y="1.285" + id="rect760" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="16.611" + y="1.285" + id="rect762" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="16.708" + y="1.382" + id="rect764" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="16.732,1.957 17.193,1.957 17.193,2.062 16.756,2.062 16.732,1.957 " + id="polygon766" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="16.732,1.957 17.193,1.957 17.193,2.062 16.756,2.062 16.732,1.957 " + id="polygon768" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="17.193,1.957 17.385,1.957 17.361,2.062 17.193,2.062 17.193,1.957 " + id="polygon770" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="17.193,1.957 17.385,1.957 17.361,2.062 17.193,2.062 17.193,1.957 " + id="polygon772" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="17.224001" + y="1.989" + id="rect774" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="17.224001" + y="1.989" + id="rect776" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="16.969,2.062 17.148,2.062 17.148,2.114 17.238,2.114 17.238,2.166 16.879,2.166 16.879,2.114 16.969,2.114 16.969,2.062 " + id="polygon778" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="16.969,2.062 17.148,2.062 17.148,2.114 17.238,2.114 17.238,2.166 16.879,2.166 16.879,2.114 16.969,2.114 16.969,2.062 " + id="polygon780" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="18.061001" + y="1.3099999" + id="rect782" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="18.061001" + y="1.3099999" + id="rect784" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="18.158001" + y="1.4069999" + id="rect786" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="18.182,1.982 18.643,1.982 18.643,2.087 18.206,2.087 18.182,1.982 " + id="polygon788" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.182,1.982 18.643,1.982 18.643,2.087 18.206,2.087 18.182,1.982 " + id="polygon790" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="18.643,1.982 18.835,1.982 18.811,2.087 18.643,2.087 18.643,1.982 " + id="polygon792" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.643,1.982 18.835,1.982 18.811,2.087 18.643,2.087 18.643,1.982 " + id="polygon794" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="18.674" + y="2.0139999" + id="rect796" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="18.674" + y="2.0139999" + id="rect798" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="18.419,2.087 18.598,2.087 18.598,2.139 18.688,2.139 18.688,2.191 18.329,2.191 18.329,2.139 18.419,2.139 18.419,2.087 " + id="polygon800" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.419,2.087 18.598,2.087 18.598,2.139 18.688,2.139 18.688,2.191 18.329,2.191 18.329,2.139 18.419,2.139 18.419,2.087 " + id="polygon802" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="19.511" + y="1.285" + id="rect804" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="19.511" + y="1.285" + id="rect806" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="19.608" + y="1.382" + id="rect808" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="19.632,1.957 20.093,1.957 20.093,2.062 19.656,2.062 19.632,1.957 " + id="polygon810" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.632,1.957 20.093,1.957 20.093,2.062 19.656,2.062 19.632,1.957 " + id="polygon812" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="20.093,1.957 20.285,1.957 20.261,2.062 20.093,2.062 20.093,1.957 " + id="polygon814" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="20.093,1.957 20.285,1.957 20.261,2.062 20.093,2.062 20.093,1.957 " + id="polygon816" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="20.124001" + y="1.989" + id="rect818" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="20.124001" + y="1.989" + id="rect820" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="19.869,2.062 20.048,2.062 20.048,2.114 20.138,2.114 20.138,2.166 19.779,2.166 19.779,2.114 19.869,2.114 19.869,2.062 " + id="polygon822" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.869,2.062 20.048,2.062 20.048,2.114 20.138,2.114 20.138,2.166 19.779,2.166 19.779,2.114 19.869,2.114 19.869,2.062 " + id="polygon824" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="16.622,3.957 16.574,3.977 16.43,4.337 16.43,4.517 16.502,4.577 17.558,4.577 17.63,4.517 17.63,4.337 17.486,3.977 17.438,3.957 16.622,3.957 " + id="polygon826" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="16.622,3.957 16.574,3.977 16.43,4.337 16.43,4.517 16.502,4.577 17.558,4.577 17.63,4.517 17.63,4.337 17.486,3.977 17.438,3.957 16.622,3.957 " + id="polygon828" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 16.454,4.277 L 16.502,4.297 L 17.558,4.297 L 17.606,4.277" + id="path830" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 17.558,4.297 L 17.63,4.337" + id="path832" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 16.43,4.337 L 16.502,4.297" + id="path834" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="16.766,3.577 16.742,4.057 17.318,4.057 17.294,3.577 16.766,3.577 " + id="polygon836" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="16.766,3.577 16.742,4.057 17.318,4.057 17.294,3.577 16.766,3.577 " + id="polygon838" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="16.67,4.057 16.622,4.197 17.438,4.197 17.39,4.057 16.67,4.057 " + id="polygon840" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="16.67,4.057 16.622,4.197 17.438,4.197 17.39,4.057 16.67,4.057 " + id="polygon842" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="16.67" + cy="4.3670001" + rx="0.012" + ry="0.012" + id="ellipse844" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.67" + cy="4.3670001" + rx="0.012" + ry="0.012" + id="ellipse846" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.790001" + cy="4.3670001" + rx="0.012" + ry="0.012" + id="ellipse848" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.790001" + cy="4.3670001" + rx="0.012" + ry="0.012" + id="ellipse850" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.91" + cy="4.3670001" + rx="0.012" + ry="0.012" + id="ellipse852" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.91" + cy="4.3670001" + rx="0.012" + ry="0.012" + id="ellipse854" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.67" + cy="4.4169998" + rx="0.012" + ry="0.012" + id="ellipse856" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.67" + cy="4.4169998" + rx="0.012" + ry="0.012" + id="ellipse858" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.790001" + cy="4.4169998" + rx="0.012" + ry="0.012" + id="ellipse860" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.790001" + cy="4.4169998" + rx="0.012" + ry="0.012" + id="ellipse862" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.91" + cy="4.4169998" + rx="0.012" + ry="0.012" + id="ellipse864" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.91" + cy="4.4169998" + rx="0.012" + ry="0.012" + id="ellipse866" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.67" + cy="4.467" + rx="0.012" + ry="0.012" + id="ellipse868" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.67" + cy="4.467" + rx="0.012" + ry="0.012" + id="ellipse870" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.790001" + cy="4.467" + rx="0.012" + ry="0.012" + id="ellipse872" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.790001" + cy="4.467" + rx="0.012" + ry="0.012" + id="ellipse874" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.91" + cy="4.467" + rx="0.012" + ry="0.012" + id="ellipse876" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.91" + cy="4.467" + rx="0.012" + ry="0.012" + id="ellipse878" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.67" + cy="4.5170002" + rx="0.012" + ry="0.012" + id="ellipse880" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.67" + cy="4.5170002" + rx="0.012" + ry="0.012" + id="ellipse882" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.790001" + cy="4.5170002" + rx="0.012" + ry="0.012" + id="ellipse884" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.790001" + cy="4.5170002" + rx="0.012" + ry="0.012" + id="ellipse886" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.91" + cy="4.5170002" + rx="0.012" + ry="0.012" + id="ellipse888" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.91" + cy="4.5170002" + rx="0.012" + ry="0.012" + id="ellipse890" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="17.030001" + cy="4.3769999" + rx="0.15000001" + ry="0.048" + id="ellipse892" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="17.030001" + cy="4.3769999" + rx="0.15000001" + ry="0.048" + id="ellipse894" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="17.33" + cy="4.3769999" + rx="0.15000001" + ry="0.048" + id="ellipse896" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="17.33" + cy="4.3769999" + rx="0.15000001" + ry="0.048" + id="ellipse898" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <rect + width="1.1440001" + height="2.2880001" + x="20.823" + y="1.648" + id="rect900" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.1440001" + height="2.2880001" + x="20.823" + y="1.648" + id="rect902" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.1440001" + height="2.2880001" + x="20.823" + y="1.648" + id="rect904" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.91500002" + height="0.91500002" + x="20.938" + y="1.762" + id="rect906" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.91500002" + height="0.91500002" + x="20.938" + y="1.762" + id="rect908" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.91500002" + height="0.91500002" + x="20.938" + y="1.762" + id="rect910" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="21.853001" + y1="1.9910001" + x2="20.938" + y2="1.9910001" + stroke="#000000" + stroke-width="0.010" + id="line912" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.938" + y1="2.22" + x2="21.853001" + y2="2.22" + stroke="#000000" + stroke-width="0.010" + id="line914" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.853001" + y1="2.391" + x2="20.938" + y2="2.391" + stroke="#000000" + stroke-width="0.010" + id="line916" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.62900001" + height="0.34299999" + x="20.938" + y="2.7920001" + id="rect918" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.62900001" + height="0.34299999" + x="20.938" + y="2.7920001" + id="rect920" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.62900001" + height="0.34299999" + x="20.938" + y="2.7920001" + id="rect922" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.823" + y1="3.1919999" + x2="21.966999" + y2="3.1919999" + stroke="#000000" + stroke-width="0.010" + id="line924" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="21.337999" + y="3.306" + id="rect926" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="21.337999" + y="3.306" + id="rect928" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="21.337999" + y="3.306" + id="rect930" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="21.566999" + y="3.306" + id="rect932" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="21.566999" + y="3.306" + id="rect934" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="21.566999" + y="3.306" + id="rect936" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="21.796" + y="3.306" + id="rect938" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="21.796" + y="3.306" + id="rect940" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="21.796" + y="3.306" + id="rect942" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.114" + height="0.057" + x="21.738001" + y="2.9630001" + id="rect944" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.114" + height="0.057" + x="21.738001" + y="2.9630001" + id="rect946" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.114" + height="0.057" + x="21.738001" + y="2.9630001" + id="rect948" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.938" + y1="2.9630001" + x2="21.566999" + y2="2.9630001" + stroke="#000000" + stroke-width="0.010" + id="line950" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.17200001" + height="0.17200001" + x="20.938" + y="3.2490001" + id="rect952" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.17200001" + height="0.17200001" + x="20.938" + y="3.2490001" + id="rect954" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.17200001" + height="0.17200001" + x="20.938" + y="3.2490001" + id="rect956" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.801" + height="0.057" + x="20.995001" + y="2.448" + id="rect958" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.801" + height="0.057" + x="20.995001" + y="2.448" + id="rect960" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.801" + height="0.057" + x="20.995001" + y="2.448" + id="rect962" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.995001" + y1="2.849" + x2="21.51" + y2="2.849" + stroke="#000000" + stroke-width="0.010" + id="line964" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.51" + y1="2.9059999" + x2="21.452" + y2="2.9059999" + stroke="#000000" + stroke-width="0.010" + id="line966" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.995001" + y1="2.9059999" + x2="21.052" + y2="2.9059999" + stroke="#000000" + stroke-width="0.010" + id="line968" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.28600001" + height="0.057" + x="21.108999" + y="2.849" + id="rect970" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.28600001" + height="0.057" + x="21.108999" + y="2.849" + id="rect972" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.28600001" + height="0.057" + x="21.108999" + y="2.849" + id="rect974" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.995001" + y1="2.563" + x2="21.052" + y2="2.563" + stroke="#000000" + stroke-width="0.010" + id="line976" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.108999" + y1="2.563" + x2="21.167" + y2="2.563" + stroke="#000000" + stroke-width="0.010" + id="line978" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.681" + y1="2.563" + x2="21.796" + y2="2.563" + stroke="#000000" + stroke-width="0.010" + id="line980" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.91" + y1="3.878" + x2="20.881001" + y2="3.878" + stroke="#000000" + stroke-width="0.010" + id="line982" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.881001" + y1="3.8210001" + x2="21.91" + y2="3.8210001" + stroke="#000000" + stroke-width="0.010" + id="line984" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.91" + y1="3.7639999" + x2="20.881001" + y2="3.7639999" + stroke="#000000" + stroke-width="0.010" + id="line986" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.881001" + y1="3.707" + x2="21.91" + y2="3.707" + stroke="#000000" + stroke-width="0.010" + id="line988" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.91" + y1="3.6489999" + x2="20.881001" + y2="3.6489999" + stroke="#000000" + stroke-width="0.010" + id="line990" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.881001" + y1="3.592" + x2="21.91" + y2="3.592" + stroke="#000000" + stroke-width="0.010" + id="line992" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.91" + y1="3.5350001" + x2="20.881001" + y2="3.5350001" + stroke="#000000" + stroke-width="0.010" + id="line994" + style="stroke:#000000;stroke-width:0.01" /> + <text + x="18.056999" + y="5.3460002" + id="text996" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Network:</text> + <text + x="17.650999" + y="5.9460001" + id="text998" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">172.16.16.0/22</text> + <text + x="14.353" + y="4.415" + id="text1000" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Server:</text> + <text + x="14.288" + y="4.915" + id="text1002" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LA-BDC</text> + <text + x="21.112" + y="4.5809999" + id="text1004" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Server:</text> + <text + x="21.048" + y="5.0809999" + id="text1006" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LA-PDC</text> + <rect + width="1.326" + height="1.17" + x="12.426" + y="2.155" + id="rect1008" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="13.089" + cy="3.326" + rx="0.66299999" + ry="0.19499999" + id="ellipse1010" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="13.089" + cy="2.155" + rx="0.66299999" + ry="0.19499999" + id="ellipse1012" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="13.089" + cy="2.155" + rx="0.66299999" + ry="0.19499999" + id="ellipse1014" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 13.752,2.155 L 13.752,3.326 C 13.752,3.434 13.455,3.521 13.089,3.521 C 12.723,3.521 12.426,3.434 12.426,3.326 L 12.426,2.155" + id="path1016" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="13.775" + y1="2.6440001" + x2="14.372" + y2="2.648" + stroke="#000000" + stroke-width="0.100" + id="line1018" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="12.767" + y="2.819" + id="text1020" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LDAP</text> + <text + x="12.782" + y="3.2190001" + id="text1022" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Slave</text> + <rect + width="1.217" + height="1.825" + x="14.275" + y="10.44" + id="rect1024" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.217" + height="1.825" + x="14.275" + y="10.44" + id="rect1026" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.217" + height="1.825" + x="14.275" + y="10.44" + id="rect1028" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.97299999" + height="0.73000002" + x="14.336" + y="10.501" + id="rect1030" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.97299999" + height="0.73000002" + x="14.336" + y="10.501" + id="rect1032" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.97299999" + height="0.73000002" + x="14.336" + y="10.501" + id="rect1034" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="14.336" + y1="10.744" + x2="15.309" + y2="10.744" + stroke="#000000" + stroke-width="0.010" + id="line1036" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.309" + y1="10.988" + x2="14.336" + y2="10.988" + stroke="#000000" + stroke-width="0.010" + id="line1038" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.66900003" + height="0.36500001" + x="14.458" + y="11.292" + id="rect1040" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.66900003" + height="0.36500001" + x="14.458" + y="11.292" + id="rect1042" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.66900003" + height="0.36500001" + x="14.458" + y="11.292" + id="rect1044" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="14.275" + y1="11.839" + x2="15.492" + y2="11.839" + stroke="#000000" + stroke-width="0.010" + id="line1046" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.127" + y="11.718" + id="rect1048" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.127" + y="11.718" + id="rect1050" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.127" + y="11.718" + id="rect1052" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.249" + y="11.718" + id="rect1054" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.249" + y="11.718" + id="rect1056" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.249" + y="11.718" + id="rect1058" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.37" + y="11.718" + id="rect1060" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.37" + y="11.718" + id="rect1062" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.37" + y="11.718" + id="rect1064" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.122" + height="0.122" + x="15.309" + y="11.535" + id="rect1066" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.122" + height="0.122" + x="15.309" + y="11.535" + id="rect1068" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.122" + height="0.122" + x="15.309" + y="11.535" + id="rect1070" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="14.458" + y1="11.474" + x2="15.127" + y2="11.474" + stroke="#000000" + stroke-width="0.010" + id="line1072" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.183" + height="0.182" + x="15.249" + y="11.292" + id="rect1074" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.183" + height="0.182" + x="15.249" + y="11.292" + id="rect1076" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.183" + height="0.182" + x="15.249" + y="11.292" + id="rect1078" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.852" + height="0.061000001" + x="14.397" + y="11.048" + id="rect1080" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.852" + height="0.061000001" + x="14.397" + y="11.048" + id="rect1082" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.852" + height="0.061000001" + x="14.397" + y="11.048" + id="rect1084" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="14.519" + y1="11.353" + x2="15.066" + y2="11.353" + stroke="#000000" + stroke-width="0.010" + id="line1086" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.30399999" + height="0.061000001" + x="14.64" + y="11.353" + id="rect1088" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.30399999" + height="0.061000001" + x="14.64" + y="11.353" + id="rect1090" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.30399999" + height="0.061000001" + x="14.64" + y="11.353" + id="rect1092" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="15.127" + y1="11.17" + x2="15.249" + y2="11.17" + stroke="#000000" + stroke-width="0.010" + id="line1094" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.336" + y1="11.9" + x2="15.431" + y2="11.9" + stroke="#000000" + stroke-width="0.010" + id="line1096" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.431" + y1="11.961" + x2="14.336" + y2="11.961" + stroke="#000000" + stroke-width="0.010" + id="line1098" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.336" + y1="12.022" + x2="15.431" + y2="12.022" + stroke="#000000" + stroke-width="0.010" + id="line1100" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.431" + y1="12.204" + x2="14.336" + y2="12.204" + stroke="#000000" + stroke-width="0.010" + id="line1102" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.336" + y1="12.143" + x2="15.431" + y2="12.143" + stroke="#000000" + stroke-width="0.010" + id="line1104" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.431" + y1="12.083" + x2="14.336" + y2="12.083" + stroke="#000000" + stroke-width="0.010" + id="line1106" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.397" + y1="11.17" + x2="14.458" + y2="11.17" + stroke="#000000" + stroke-width="0.010" + id="line1108" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.519" + y1="11.17" + x2="14.579" + y2="11.17" + stroke="#000000" + stroke-width="0.010" + id="line1110" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.519" + y1="11.413" + x2="14.579" + y2="11.413" + stroke="#000000" + stroke-width="0.010" + id="line1112" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.005" + y1="11.413" + x2="15.066" + y2="11.413" + stroke="#000000" + stroke-width="0.010" + id="line1114" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.442" + y1="11.353" + x2="20.584" + y2="11.34" + stroke="#000000" + stroke-width="0.100" + id="line1116" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="16.929001" + y1="11.349" + x2="16.931" + y2="12.308" + stroke="#000000" + stroke-width="0.100" + id="line1118" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="16.931999" + y1="11.349" + x2="16.93" + y2="10.349" + stroke="#000000" + stroke-width="0.100" + id="line1120" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="18.372" + y1="11.345" + x2="18.374001" + y2="12.251" + stroke="#000000" + stroke-width="0.100" + id="line1122" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="18.372999" + y1="11.345" + x2="18.370001" + y2="10.345" + stroke="#000000" + stroke-width="0.100" + id="line1124" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="19.815001" + y1="11.342" + x2="19.816999" + y2="12.269" + stroke="#000000" + stroke-width="0.100" + id="line1126" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="19.813" + y1="11.342" + x2="19.811001" + y2="10.342" + stroke="#000000" + stroke-width="0.100" + id="line1128" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="0.89600003" + height="0.67199999" + x="17.921" + y="12.276" + id="rect1130" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="17.921" + y="12.276" + id="rect1132" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="18.018" + y="12.373" + id="rect1134" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="18.043,12.948 18.504,12.948 18.504,13.052 18.067,13.052 18.043,12.948 " + id="polygon1136" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.043,12.948 18.504,12.948 18.504,13.052 18.067,13.052 18.043,12.948 " + id="polygon1138" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="18.504,12.948 18.696,12.948 18.672,13.052 18.504,13.052 18.504,12.948 " + id="polygon1140" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.504,12.948 18.696,12.948 18.672,13.052 18.504,13.052 18.504,12.948 " + id="polygon1142" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="18.535" + y="12.979" + id="rect1144" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="18.535" + y="12.979" + id="rect1146" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="18.28,13.052 18.459,13.052 18.459,13.104 18.548,13.104 18.548,13.157 18.19,13.157 18.19,13.104 18.28,13.104 18.28,13.052 " + id="polygon1148" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.28,13.052 18.459,13.052 18.459,13.104 18.548,13.104 18.548,13.157 18.19,13.157 18.19,13.104 18.28,13.104 18.28,13.052 " + id="polygon1150" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="19.364" + y="12.265" + id="rect1152" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="19.364" + y="12.265" + id="rect1154" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="19.461" + y="12.362" + id="rect1156" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="19.485,12.937 19.946,12.937 19.946,13.041 19.509,13.041 19.485,12.937 " + id="polygon1158" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.485,12.937 19.946,12.937 19.946,13.041 19.509,13.041 19.485,12.937 " + id="polygon1160" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="19.946,12.937 20.138,12.937 20.114,13.041 19.946,13.041 19.946,12.937 " + id="polygon1162" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.946,12.937 20.138,12.937 20.114,13.041 19.946,13.041 19.946,12.937 " + id="polygon1164" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="19.976999" + y="12.968" + id="rect1166" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="19.976999" + y="12.968" + id="rect1168" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="19.722,13.041 19.901,13.041 19.901,13.094 19.991,13.094 19.991,13.146 19.632,13.146 19.632,13.094 19.722,13.094 19.722,13.041 " + id="polygon1170" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.722,13.041 19.901,13.041 19.901,13.094 19.991,13.094 19.991,13.146 19.632,13.146 19.632,13.094 19.722,13.094 19.722,13.041 " + id="polygon1172" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="16.489" + y="9.8400002" + id="rect1174" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="16.489" + y="9.8400002" + id="rect1176" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="16.586" + y="9.9370003" + id="rect1178" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="16.61,10.512 17.071,10.512 17.071,10.616 16.634,10.616 16.61,10.512 " + id="polygon1180" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="16.61,10.512 17.071,10.512 17.071,10.616 16.634,10.616 16.61,10.512 " + id="polygon1182" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="17.071,10.512 17.263,10.512 17.239,10.616 17.071,10.616 17.071,10.512 " + id="polygon1184" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="17.071,10.512 17.263,10.512 17.239,10.616 17.071,10.616 17.071,10.512 " + id="polygon1186" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="17.101999" + y="10.543" + id="rect1188" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="17.101999" + y="10.543" + id="rect1190" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="16.847,10.616 17.026,10.616 17.026,10.669 17.116,10.669 17.116,10.721 16.757,10.721 16.757,10.669 16.847,10.669 16.847,10.616 " + id="polygon1192" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="16.847,10.616 17.026,10.616 17.026,10.669 17.116,10.669 17.116,10.721 16.757,10.721 16.757,10.669 16.847,10.669 16.847,10.616 " + id="polygon1194" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="17.938999" + y="9.8649998" + id="rect1196" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="17.938999" + y="9.8649998" + id="rect1198" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="18.035999" + y="9.9619999" + id="rect1200" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="18.06,10.537 18.521,10.537 18.521,10.641 18.084,10.641 18.06,10.537 " + id="polygon1202" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.06,10.537 18.521,10.537 18.521,10.641 18.084,10.641 18.06,10.537 " + id="polygon1204" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="18.521,10.537 18.713,10.537 18.689,10.641 18.521,10.641 18.521,10.537 " + id="polygon1206" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.521,10.537 18.713,10.537 18.689,10.641 18.521,10.641 18.521,10.537 " + id="polygon1208" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="18.552" + y="10.568" + id="rect1210" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="18.552" + y="10.568" + id="rect1212" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="18.297,10.641 18.476,10.641 18.476,10.694 18.566,10.694 18.566,10.746 18.207,10.746 18.207,10.694 18.297,10.694 18.297,10.641 " + id="polygon1214" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.297,10.641 18.476,10.641 18.476,10.694 18.566,10.694 18.566,10.746 18.207,10.746 18.207,10.694 18.297,10.694 18.297,10.641 " + id="polygon1216" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="19.389" + y="9.8400002" + id="rect1218" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="19.389" + y="9.8400002" + id="rect1220" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="19.486" + y="9.9370003" + id="rect1222" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="19.51,10.512 19.971,10.512 19.971,10.616 19.534,10.616 19.51,10.512 " + id="polygon1224" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.51,10.512 19.971,10.512 19.971,10.616 19.534,10.616 19.51,10.512 " + id="polygon1226" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="19.971,10.512 20.163,10.512 20.139,10.616 19.971,10.616 19.971,10.512 " + id="polygon1228" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.971,10.512 20.163,10.512 20.139,10.616 19.971,10.616 19.971,10.512 " + id="polygon1230" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="20.002001" + y="10.543" + id="rect1232" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="20.002001" + y="10.543" + id="rect1234" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="19.747,10.616 19.926,10.616 19.926,10.669 20.016,10.669 20.016,10.721 19.657,10.721 19.657,10.669 19.747,10.669 19.747,10.616 " + id="polygon1236" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.747,10.616 19.926,10.616 19.926,10.669 20.016,10.669 20.016,10.721 19.657,10.721 19.657,10.669 19.747,10.669 19.747,10.616 " + id="polygon1238" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="16.501,12.512 16.453,12.532 16.309,12.892 16.309,13.072 16.381,13.132 17.437,13.132 17.509,13.072 17.509,12.892 17.365,12.532 17.317,12.512 16.501,12.512 " + id="polygon1240" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="16.501,12.512 16.453,12.532 16.309,12.892 16.309,13.072 16.381,13.132 17.437,13.132 17.509,13.072 17.509,12.892 17.365,12.532 17.317,12.512 16.501,12.512 " + id="polygon1242" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 16.333,12.832 L 16.381,12.852 L 17.437,12.852 L 17.485,12.832" + id="path1244" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 17.437,12.852 L 17.509,12.892" + id="path1246" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 16.309,12.892 L 16.381,12.852" + id="path1248" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="16.645,12.132 16.621,12.612 17.197,12.612 17.173,12.132 16.645,12.132 " + id="polygon1250" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="16.645,12.132 16.621,12.612 17.197,12.612 17.173,12.132 16.645,12.132 " + id="polygon1252" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="16.549,12.612 16.501,12.752 17.317,12.752 17.269,12.612 16.549,12.612 " + id="polygon1254" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="16.549,12.612 16.501,12.752 17.317,12.752 17.269,12.612 16.549,12.612 " + id="polygon1256" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="16.549" + cy="12.922" + rx="0.012" + ry="0.012" + id="ellipse1258" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.549" + cy="12.922" + rx="0.012" + ry="0.012" + id="ellipse1260" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.669001" + cy="12.922" + rx="0.012" + ry="0.012" + id="ellipse1262" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.669001" + cy="12.922" + rx="0.012" + ry="0.012" + id="ellipse1264" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.789" + cy="12.922" + rx="0.012" + ry="0.012" + id="ellipse1266" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.789" + cy="12.922" + rx="0.012" + ry="0.012" + id="ellipse1268" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.549" + cy="12.972" + rx="0.012" + ry="0.012" + id="ellipse1270" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.549" + cy="12.972" + rx="0.012" + ry="0.012" + id="ellipse1272" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.669001" + cy="12.972" + rx="0.012" + ry="0.012" + id="ellipse1274" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.669001" + cy="12.972" + rx="0.012" + ry="0.012" + id="ellipse1276" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.789" + cy="12.972" + rx="0.012" + ry="0.012" + id="ellipse1278" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.789" + cy="12.972" + rx="0.012" + ry="0.012" + id="ellipse1280" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.549" + cy="13.022" + rx="0.012" + ry="0.012" + id="ellipse1282" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.549" + cy="13.022" + rx="0.012" + ry="0.012" + id="ellipse1284" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.669001" + cy="13.022" + rx="0.012" + ry="0.012" + id="ellipse1286" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.669001" + cy="13.022" + rx="0.012" + ry="0.012" + id="ellipse1288" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.789" + cy="13.022" + rx="0.012" + ry="0.012" + id="ellipse1290" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.789" + cy="13.022" + rx="0.012" + ry="0.012" + id="ellipse1292" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.549" + cy="13.072" + rx="0.012" + ry="0.012" + id="ellipse1294" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.549" + cy="13.072" + rx="0.012" + ry="0.012" + id="ellipse1296" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.669001" + cy="13.072" + rx="0.012" + ry="0.012" + id="ellipse1298" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.669001" + cy="13.072" + rx="0.012" + ry="0.012" + id="ellipse1300" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.789" + cy="13.072" + rx="0.012" + ry="0.012" + id="ellipse1302" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.789" + cy="13.072" + rx="0.012" + ry="0.012" + id="ellipse1304" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.909" + cy="12.932" + rx="0.15000001" + ry="0.048" + id="ellipse1306" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="16.909" + cy="12.932" + rx="0.15000001" + ry="0.048" + id="ellipse1308" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="17.209" + cy="12.932" + rx="0.15000001" + ry="0.048" + id="ellipse1310" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="17.209" + cy="12.932" + rx="0.15000001" + ry="0.048" + id="ellipse1312" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <rect + width="1.1440001" + height="2.2869999" + x="20.701" + y="10.203" + id="rect1314" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.1440001" + height="2.2869999" + x="20.701" + y="10.203" + id="rect1316" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.1440001" + height="2.2869999" + x="20.701" + y="10.203" + id="rect1318" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.91500002" + height="0.91500002" + x="20.816" + y="10.317" + id="rect1320" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.91500002" + height="0.91500002" + x="20.816" + y="10.317" + id="rect1322" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.91500002" + height="0.91500002" + x="20.816" + y="10.317" + id="rect1324" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="21.731001" + y1="10.546" + x2="20.816" + y2="10.546" + stroke="#000000" + stroke-width="0.010" + id="line1326" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.816" + y1="10.774" + x2="21.731001" + y2="10.774" + stroke="#000000" + stroke-width="0.010" + id="line1328" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.731001" + y1="10.946" + x2="20.816" + y2="10.946" + stroke="#000000" + stroke-width="0.010" + id="line1330" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.62900001" + height="0.34299999" + x="20.816" + y="11.346" + id="rect1332" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.62900001" + height="0.34299999" + x="20.816" + y="11.346" + id="rect1334" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.62900001" + height="0.34299999" + x="20.816" + y="11.346" + id="rect1336" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.701" + y1="11.747" + x2="21.844999" + y2="11.747" + stroke="#000000" + stroke-width="0.010" + id="line1338" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="21.216" + y="11.861" + id="rect1340" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="21.216" + y="11.861" + id="rect1342" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="21.216" + y="11.861" + id="rect1344" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="21.445" + y="11.861" + id="rect1346" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="21.445" + y="11.861" + id="rect1348" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="21.445" + y="11.861" + id="rect1350" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="21.674" + y="11.861" + id="rect1352" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="21.674" + y="11.861" + id="rect1354" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="21.674" + y="11.861" + id="rect1356" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.114" + height="0.057" + x="21.615999" + y="11.518" + id="rect1358" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.114" + height="0.057" + x="21.615999" + y="11.518" + id="rect1360" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.114" + height="0.057" + x="21.615999" + y="11.518" + id="rect1362" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.816" + y1="11.518" + x2="21.445" + y2="11.518" + stroke="#000000" + stroke-width="0.010" + id="line1364" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.17200001" + height="0.17200001" + x="20.816" + y="11.804" + id="rect1366" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.17200001" + height="0.17200001" + x="20.816" + y="11.804" + id="rect1368" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.17200001" + height="0.17200001" + x="20.816" + y="11.804" + id="rect1370" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.801" + height="0.057" + x="20.872999" + y="11.003" + id="rect1372" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.801" + height="0.057" + x="20.872999" + y="11.003" + id="rect1374" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.801" + height="0.057" + x="20.872999" + y="11.003" + id="rect1376" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.872999" + y1="11.404" + x2="21.388" + y2="11.404" + stroke="#000000" + stroke-width="0.010" + id="line1378" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.388" + y1="11.461" + x2="21.330999" + y2="11.461" + stroke="#000000" + stroke-width="0.010" + id="line1380" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.872999" + y1="11.461" + x2="20.93" + y2="11.461" + stroke="#000000" + stroke-width="0.010" + id="line1382" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.28600001" + height="0.057" + x="20.987" + y="11.404" + id="rect1384" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.28600001" + height="0.057" + x="20.987" + y="11.404" + id="rect1386" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.28600001" + height="0.057" + x="20.987" + y="11.404" + id="rect1388" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.872999" + y1="11.118" + x2="20.93" + y2="11.118" + stroke="#000000" + stroke-width="0.010" + id="line1390" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.987" + y1="11.118" + x2="21.045" + y2="11.118" + stroke="#000000" + stroke-width="0.010" + id="line1392" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.559" + y1="11.118" + x2="21.674" + y2="11.118" + stroke="#000000" + stroke-width="0.010" + id="line1394" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.788" + y1="12.433" + x2="20.759001" + y2="12.433" + stroke="#000000" + stroke-width="0.010" + id="line1396" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.759001" + y1="12.376" + x2="21.788" + y2="12.376" + stroke="#000000" + stroke-width="0.010" + id="line1398" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.788" + y1="12.319" + x2="20.759001" + y2="12.319" + stroke="#000000" + stroke-width="0.010" + id="line1400" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.759001" + y1="12.261" + x2="21.788" + y2="12.261" + stroke="#000000" + stroke-width="0.010" + id="line1402" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.788" + y1="12.204" + x2="20.759001" + y2="12.204" + stroke="#000000" + stroke-width="0.010" + id="line1404" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.759001" + y1="12.147" + x2="21.788" + y2="12.147" + stroke="#000000" + stroke-width="0.010" + id="line1406" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.788" + y1="12.09" + x2="20.759001" + y2="12.09" + stroke="#000000" + stroke-width="0.010" + id="line1408" + style="stroke:#000000;stroke-width:0.01" /> + <text + x="17.735001" + y="9.026" + id="text1410" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Network:</text> + <text + x="17.301001" + y="9.6260004" + id="text1412" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">172.16.20.0/22</text> + <text + x="14.206" + y="12.995" + id="text1414" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Server:</text> + <text + x="13.878" + y="13.495" + id="text1416" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">WADC-BDC</text> + <text + x="20.712" + y="13.518" + id="text1418" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Server:</text> + <text + x="20.302" + y="14.018" + id="text1420" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">WADC-APPS</text> + <rect + width="1.3150001" + height="1.161" + x="12" + y="10.659" + id="rect1422" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="12.658" + cy="11.819" + rx="0.65799999" + ry="0.193" + id="ellipse1424" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="12.658" + cy="10.659" + rx="0.65799999" + ry="0.193" + id="ellipse1426" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="12.658" + cy="10.659" + rx="0.65799999" + ry="0.193" + id="ellipse1428" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 13.316,10.659 L 13.316,11.819 C 13.316,11.926 13.021,12.013 12.658,12.013 C 12.295,12.013 12,11.926 12,11.819 L 12,10.659" + id="path1430" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="14.275" + y1="11.353" + x2="13.275" + y2="11.344" + stroke="#000000" + stroke-width="0.100" + id="line1432" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="12.337" + y="11.292" + id="text1434" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LDAP</text> + <text + x="12.352" + y="11.692" + id="text1436" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Slave</text> + <path + d="M 9.35,11.667 C 9.83,11.677 10.761,11.461 10.63,10.999 C 10.499,10.536 9.874,10.433 9.612,10.567 C 9.35,10.7 10.019,9.919 8.74,9.714 C 7.46,9.508 6.805,9.837 6.994,10.073 C 7.183,10.31 5.875,9.518 5.264,9.971 C 4.653,10.423 5.889,10.855 5.627,10.793 C 5.366,10.731 4.566,10.814 4.828,11.585 C 5.089,12.356 7.445,11.759 7.183,11.872 C 6.922,11.986 7.576,12.551 8.39,12.438 C 9.205,12.325 9.263,12.12 9.35,11.667 L 9.35,11.667" + id="path1438" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <path + d="M 9.35,11.667 C 9.83,11.677 10.761,11.461 10.63,10.999 C 10.499,10.536 9.874,10.433 9.612,10.567 C 9.35,10.7 10.019,9.919 8.74,9.714 C 7.46,9.508 6.805,9.837 6.994,10.073 C 7.183,10.31 5.875,9.518 5.264,9.971 C 4.653,10.423 5.889,10.855 5.627,10.793 C 5.366,10.731 4.566,10.814 4.828,11.585 C 5.089,12.356 7.445,11.759 7.183,11.872 C 6.922,11.986 7.576,12.551 8.39,12.438 C 9.205,12.325 9.263,12.12 9.35,11.667 L 9.35,11.667" + id="path1440" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="6.7909999" + y="11.036" + id="text1442" + style="font-size:0.69999999px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Internet</text> + <path + d="M 4.7,11.1 C 5.035363,11.196174 5.3953356,11.076093 5.6057965,10.797841 C 5.8162574,10.51959 5.8338243,10.140524 5.65,9.844" + id="path1444" + style="fill:none;stroke:#000000;stroke-width:0.1;stroke-dasharray:0.1, 0.1" /> + <path + d="M 8.675,9.794 C 7.4940305,10.104758 6.3530779,10.551408 5.275,11.125" + id="path1446" + style="fill:none;stroke:#000000;stroke-width:0.1;stroke-dasharray:0.1, 0.1" /> + <path + d="M 4.7,11.15 C 6.6098972,11.931939 8.7554368,11.904871 10.645,11.075" + id="path1448" + style="fill:none;stroke:#000000;stroke-width:0.1;stroke-dasharray:0.1, 0.1" /> + <rect + width="1.397" + height="4.1900001" + x="0.61400002" + y="8.7200003" + id="rect1450" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.397" + height="4.1900001" + x="0.61400002" + y="8.7200003" + id="rect1452" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.397" + height="4.1900001" + x="0.61400002" + y="8.7200003" + id="rect1454" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.117" + height="1.676" + x="0.75400001" + y="8.8590002" + id="rect1456" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.117" + height="1.676" + x="0.75400001" + y="8.8590002" + id="rect1458" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.117" + height="1.676" + x="0.75400001" + y="8.8590002" + id="rect1460" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="0.75400001" + y1="9.1389999" + x2="1.8710001" + y2="9.1389999" + stroke="#000000" + stroke-width="0.010" + id="line1462" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.8710001" + y1="9.4180002" + x2="0.75400001" + y2="9.4180002" + stroke="#000000" + stroke-width="0.010" + id="line1464" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.75400001" + y1="9.698" + x2="1.8710001" + y2="9.698" + stroke="#000000" + stroke-width="0.010" + id="line1466" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.75400001" + y1="9.9770002" + x2="1.8710001" + y2="9.9770002" + stroke="#000000" + stroke-width="0.010" + id="line1468" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.8710001" + y1="10.256" + x2="0.75400001" + y2="10.256" + stroke="#000000" + stroke-width="0.010" + id="line1470" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.76800001" + height="0.419" + x="0.75400001" + y="10.675" + id="rect1472" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.76800001" + height="0.419" + x="0.75400001" + y="10.675" + id="rect1474" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.76800001" + height="0.419" + x="0.75400001" + y="10.675" + id="rect1476" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="0.61400002" + y1="11.374" + x2="2.0109999" + y2="11.374" + stroke="#000000" + stroke-width="0.010" + id="line1478" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.07" + height="0.07" + x="1.243" + y="11.513" + id="rect1480" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.07" + height="0.07" + x="1.243" + y="11.513" + id="rect1482" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.07" + height="0.07" + x="1.243" + y="11.513" + id="rect1484" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.07" + height="0.07" + x="1.522" + y="11.513" + id="rect1486" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.07" + height="0.07" + x="1.522" + y="11.513" + id="rect1488" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.07" + height="0.07" + x="1.522" + y="11.513" + id="rect1490" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.07" + height="0.07" + x="1.801" + y="11.513" + id="rect1492" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.07" + height="0.07" + x="1.801" + y="11.513" + id="rect1494" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.07" + height="0.07" + x="1.801" + y="11.513" + id="rect1496" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.14" + height="0.14" + x="1.7309999" + y="11.094" + id="rect1498" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.14" + height="0.14" + x="1.7309999" + y="11.094" + id="rect1500" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.14" + height="0.14" + x="1.7309999" + y="11.094" + id="rect1502" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="0.75400001" + y1="10.885" + x2="1.522" + y2="10.885" + stroke="#000000" + stroke-width="0.010" + id="line1504" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.20999999" + height="0.20999999" + x="0.75400001" + y="11.444" + id="rect1506" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.20999999" + height="0.20999999" + x="0.75400001" + y="11.444" + id="rect1508" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.20999999" + height="0.20999999" + x="0.75400001" + y="11.444" + id="rect1510" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.97799999" + height="0.07" + x="0.82300001" + y="10.326" + id="rect1512" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.97799999" + height="0.07" + x="0.82300001" + y="10.326" + id="rect1514" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.97799999" + height="0.07" + x="0.82300001" + y="10.326" + id="rect1516" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="0.82300001" + y1="10.745" + x2="1.452" + y2="10.745" + stroke="#000000" + stroke-width="0.010" + id="line1518" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.452" + y1="10.815" + x2="1.382" + y2="10.815" + stroke="#000000" + stroke-width="0.010" + id="line1520" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.82300001" + y1="10.815" + x2="0.89300001" + y2="10.815" + stroke="#000000" + stroke-width="0.010" + id="line1522" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.34900001" + height="0.07" + x="0.963" + y="10.745" + id="rect1524" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.34900001" + height="0.07" + x="0.963" + y="10.745" + id="rect1526" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.34900001" + height="0.07" + x="0.963" + y="10.745" + id="rect1528" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="0.82300001" + y1="10.466" + x2="0.89300001" + y2="10.466" + stroke="#000000" + stroke-width="0.010" + id="line1530" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.963" + y1="10.466" + x2="1.033" + y2="10.466" + stroke="#000000" + stroke-width="0.010" + id="line1532" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.6619999" + y1="10.466" + x2="1.801" + y2="10.466" + stroke="#000000" + stroke-width="0.010" + id="line1534" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.68400002" + y1="12.84" + x2="1.941" + y2="12.84" + stroke="#000000" + stroke-width="0.010" + id="line1536" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.941" + y1="12.77" + x2="0.68400002" + y2="12.77" + stroke="#000000" + stroke-width="0.010" + id="line1538" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.68400002" + y1="12.701" + x2="1.941" + y2="12.701" + stroke="#000000" + stroke-width="0.010" + id="line1540" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.941" + y1="12.631" + x2="0.68400002" + y2="12.631" + stroke="#000000" + stroke-width="0.010" + id="line1542" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.68400002" + y1="12.561" + x2="1.941" + y2="12.561" + stroke="#000000" + stroke-width="0.010" + id="line1544" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.941" + y1="12.491" + x2="0.68400002" + y2="12.491" + stroke="#000000" + stroke-width="0.010" + id="line1546" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.68400002" + y1="12.421" + x2="1.941" + y2="12.421" + stroke="#000000" + stroke-width="0.010" + id="line1548" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.941" + y1="12.351" + x2="0.68400002" + y2="12.351" + stroke="#000000" + stroke-width="0.010" + id="line1550" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.68400002" + y1="12.282" + x2="1.941" + y2="12.282" + stroke="#000000" + stroke-width="0.010" + id="line1552" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.941" + y1="12.212" + x2="0.68400002" + y2="12.212" + stroke="#000000" + stroke-width="0.010" + id="line1554" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.68400002" + y1="12.142" + x2="1.941" + y2="12.142" + stroke="#000000" + stroke-width="0.010" + id="line1556" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.941" + y1="12.072" + x2="0.68400002" + y2="12.072" + stroke="#000000" + stroke-width="0.010" + id="line1558" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.68400002" + y1="12.002" + x2="1.941" + y2="12.002" + stroke="#000000" + stroke-width="0.010" + id="line1560" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.941" + y1="11.932" + x2="0.68400002" + y2="11.932" + stroke="#000000" + stroke-width="0.010" + id="line1562" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.97100002" + height="0.72799999" + x="-6.6090002" + y="11.995" + id="rect1564" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.97100002" + height="0.72799999" + x="-6.6090002" + y="11.995" + id="rect1566" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.76099998" + height="0.50199997" + x="-6.5040002" + y="12.101" + id="rect1568" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-6.477,12.724 -5.978,12.724 -5.978,12.837 -6.451,12.837 -6.477,12.724 " + id="polygon1570" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-6.477,12.724 -5.978,12.724 -5.978,12.837 -6.451,12.837 -6.477,12.724 " + id="polygon1572" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-5.978,12.724 -5.769,12.724 -5.796,12.837 -5.978,12.837 -5.978,12.724 " + id="polygon1574" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-5.978,12.724 -5.769,12.724 -5.796,12.837 -5.978,12.837 -5.978,12.724 " + id="polygon1576" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.045000002" + height="0.045000002" + x="-5.9439998" + y="12.758" + id="rect1578" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.045000002" + height="0.045000002" + x="-5.9439998" + y="12.758" + id="rect1580" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-6.22,12.837 -6.026,12.837 -6.026,12.894 -5.929,12.894 -5.929,12.95 -6.317,12.95 -6.317,12.894 -6.22,12.894 -6.22,12.837 " + id="polygon1582" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-6.22,12.837 -6.026,12.837 -6.026,12.894 -5.929,12.894 -5.929,12.95 -6.317,12.95 -6.317,12.894 -6.22,12.894 -6.22,12.837 " + id="polygon1584" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="0.653" + y1="11.13" + x2="-9.6660004" + y2="11.13" + stroke="#000000" + stroke-width="0.100" + id="line1586" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-1.289" + y1="11.13" + x2="-1.289" + y2="10.145" + stroke="#000000" + stroke-width="0.100" + id="line1588" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-3.8" + y1="11.13" + x2="-3.8" + y2="12.118" + stroke="#000000" + stroke-width="0.100" + id="line1590" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-3.7739999" + y1="11.13" + x2="-3.7739999" + y2="10.099" + stroke="#000000" + stroke-width="0.100" + id="line1592" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-6.0999999" + y1="11.13" + x2="-6.0999999" + y2="11.993" + stroke="#000000" + stroke-width="0.100" + id="line1594" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-6.0939999" + y1="11.13" + x2="-6.0939999" + y2="10.063" + stroke="#000000" + stroke-width="0.100" + id="line1596" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-8.4139996" + y1="11.13" + x2="-8.4139996" + y2="9.5740004" + stroke="#000000" + stroke-width="0.100" + id="line1598" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="1.069" + height="0.80199999" + x="-4.3639998" + y="11.941" + id="rect1600" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.069" + height="0.80199999" + x="-4.3639998" + y="11.941" + id="rect1602" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.83700001" + height="0.55199999" + x="-4.2480001" + y="12.057" + id="rect1604" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-4.219,12.743 -3.669,12.743 -3.669,12.868 -4.19,12.868 -4.219,12.743 " + id="polygon1606" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-4.219,12.743 -3.669,12.743 -3.669,12.868 -4.19,12.868 -4.219,12.743 " + id="polygon1608" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-3.669,12.743 -3.44,12.743 -3.469,12.868 -3.669,12.868 -3.669,12.743 " + id="polygon1610" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-3.669,12.743 -3.44,12.743 -3.469,12.868 -3.669,12.868 -3.669,12.743 " + id="polygon1612" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.050000001" + height="0.050000001" + x="-3.632" + y="12.78" + id="rect1614" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.050000001" + height="0.050000001" + x="-3.632" + y="12.78" + id="rect1616" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-3.936,12.868 -3.723,12.868 -3.723,12.93 -3.616,12.93 -3.616,12.992 -4.043,12.992 -4.043,12.93 -3.936,12.93 -3.936,12.868 " + id="polygon1618" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-3.936,12.868 -3.723,12.868 -3.723,12.93 -3.616,12.93 -3.616,12.992 -4.043,12.992 -4.043,12.93 -3.936,12.93 -3.936,12.868 " + id="polygon1620" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.97100002" + height="0.72799999" + x="-6.579" + y="9.1079998" + id="rect1622" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.97100002" + height="0.72799999" + x="-6.579" + y="9.1079998" + id="rect1624" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.76099998" + height="0.50199997" + x="-6.474" + y="9.2139997" + id="rect1626" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-6.448,9.837 -5.948,9.837 -5.948,9.95 -6.421,9.95 -6.448,9.837 " + id="polygon1628" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-6.448,9.837 -5.948,9.837 -5.948,9.95 -6.421,9.95 -6.448,9.837 " + id="polygon1630" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-5.948,9.837 -5.74,9.837 -5.766,9.95 -5.948,9.95 -5.948,9.837 " + id="polygon1632" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-5.948,9.837 -5.74,9.837 -5.766,9.95 -5.948,9.95 -5.948,9.837 " + id="polygon1634" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.045000002" + height="0.045000002" + x="-5.914" + y="9.8710003" + id="rect1636" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.045000002" + height="0.045000002" + x="-5.914" + y="9.8710003" + id="rect1638" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-6.191,9.95 -5.996,9.95 -5.996,10.007 -5.899,10.007 -5.899,10.063 -6.288,10.063 -6.288,10.007 -6.191,10.007 -6.191,9.95 " + id="polygon1640" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-6.191,9.95 -5.996,9.95 -5.996,10.007 -5.899,10.007 -5.899,10.063 -6.288,10.063 -6.288,10.007 -6.191,10.007 -6.191,9.95 " + id="polygon1642" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.97100002" + height="0.72799999" + x="-4.2600002" + y="9.1450005" + id="rect1644" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.97100002" + height="0.72799999" + x="-4.2600002" + y="9.1450005" + id="rect1646" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.76099998" + height="0.50199997" + x="-4.1550002" + y="9.25" + id="rect1648" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-4.128,9.873 -3.629,9.873 -3.629,9.986 -4.102,9.986 -4.128,9.873 " + id="polygon1650" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-4.128,9.873 -3.629,9.873 -3.629,9.986 -4.102,9.986 -4.128,9.873 " + id="polygon1652" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-3.629,9.873 -3.42,9.873 -3.447,9.986 -3.629,9.986 -3.629,9.873 " + id="polygon1654" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-3.629,9.873 -3.42,9.873 -3.447,9.986 -3.629,9.986 -3.629,9.873 " + id="polygon1656" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.045000002" + height="0.045000002" + x="-3.595" + y="9.9069996" + id="rect1658" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.045000002" + height="0.045000002" + x="-3.595" + y="9.9069996" + id="rect1660" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-3.871,9.986 -3.677,9.986 -3.677,10.043 -3.58,10.043 -3.58,10.099 -3.969,10.099 -3.969,10.043 -3.871,10.043 -3.871,9.986 " + id="polygon1662" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-3.871,9.986 -3.677,9.986 -3.677,10.043 -3.58,10.043 -3.58,10.099 -3.969,10.099 -3.969,10.043 -3.871,10.043 -3.871,9.986 " + id="polygon1664" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.97100002" + height="0.72799999" + x="-8.9029999" + y="9.0410004" + id="rect1666" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.97100002" + height="0.72799999" + x="-8.9029999" + y="9.0410004" + id="rect1668" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.76099998" + height="0.50199997" + x="-8.7980003" + y="9.1470003" + id="rect1670" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-8.771,9.77 -8.272,9.77 -8.272,9.883 -8.745,9.883 -8.771,9.77 " + id="polygon1672" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-8.771,9.77 -8.272,9.77 -8.272,9.883 -8.745,9.883 -8.771,9.77 " + id="polygon1674" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-8.272,9.77 -8.063,9.77 -8.09,9.883 -8.272,9.883 -8.272,9.77 " + id="polygon1676" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-8.272,9.77 -8.063,9.77 -8.09,9.883 -8.272,9.883 -8.272,9.77 " + id="polygon1678" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.045000002" + height="0.045000002" + x="-8.2379999" + y="9.8039999" + id="rect1680" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.045000002" + height="0.045000002" + x="-8.2379999" + y="9.8039999" + id="rect1682" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-8.515,9.883 -8.32,9.883 -8.32,9.94 -8.223,9.94 -8.223,9.996 -8.612,9.996 -8.612,9.94 -8.515,9.94 -8.515,9.883 " + id="polygon1684" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-8.515,9.883 -8.32,9.883 -8.32,9.94 -8.223,9.94 -8.223,9.996 -8.612,9.996 -8.612,9.94 -8.515,9.94 -8.515,9.883 " + id="polygon1686" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-1.701,9.517 -1.75,9.538 -1.895,9.902 -1.895,10.084 -1.823,10.145 -0.754,10.145 -0.682,10.084 -0.682,9.902 -0.827,9.538 -0.876,9.517 -1.701,9.517 " + id="polygon1688" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="-1.701,9.517 -1.75,9.538 -1.895,9.902 -1.895,10.084 -1.823,10.145 -0.754,10.145 -0.682,10.084 -0.682,9.902 -0.827,9.538 -0.876,9.517 -1.701,9.517 " + id="polygon1690" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M -1.871,9.841 L -1.823,9.861 L -0.754,9.861 L -0.706,9.841" + id="path1692" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M -0.754,9.861 L -0.682,9.902" + id="path1694" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M -1.895,9.902 L -1.823,9.861" + id="path1696" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="-1.556,9.133 -1.58,9.618 -0.997,9.618 -1.021,9.133 -1.556,9.133 " + id="polygon1698" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="-1.556,9.133 -1.58,9.618 -0.997,9.618 -1.021,9.133 -1.556,9.133 " + id="polygon1700" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="-1.653,9.618 -1.701,9.76 -0.876,9.76 -0.924,9.618 -1.653,9.618 " + id="polygon1702" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="-1.653,9.618 -1.701,9.76 -0.876,9.76 -0.924,9.618 -1.653,9.618 " + id="polygon1704" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="-1.653" + cy="9.9320002" + rx="0.012" + ry="0.012" + id="ellipse1706" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.653" + cy="9.9320002" + rx="0.012" + ry="0.012" + id="ellipse1708" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.531" + cy="9.9320002" + rx="0.012" + ry="0.012" + id="ellipse1710" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.531" + cy="9.9320002" + rx="0.012" + ry="0.012" + id="ellipse1712" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.41" + cy="9.9320002" + rx="0.012" + ry="0.012" + id="ellipse1714" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.41" + cy="9.9320002" + rx="0.012" + ry="0.012" + id="ellipse1716" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.653" + cy="9.9829998" + rx="0.012" + ry="0.012" + id="ellipse1718" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.653" + cy="9.9829998" + rx="0.012" + ry="0.012" + id="ellipse1720" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.531" + cy="9.9829998" + rx="0.012" + ry="0.012" + id="ellipse1722" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.531" + cy="9.9829998" + rx="0.012" + ry="0.012" + id="ellipse1724" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.41" + cy="9.9829998" + rx="0.012" + ry="0.012" + id="ellipse1726" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.41" + cy="9.9829998" + rx="0.012" + ry="0.012" + id="ellipse1728" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.653" + cy="10.033" + rx="0.012" + ry="0.012" + id="ellipse1730" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.653" + cy="10.033" + rx="0.012" + ry="0.012" + id="ellipse1732" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.531" + cy="10.033" + rx="0.012" + ry="0.012" + id="ellipse1734" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.531" + cy="10.033" + rx="0.012" + ry="0.012" + id="ellipse1736" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.41" + cy="10.033" + rx="0.012" + ry="0.012" + id="ellipse1738" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.41" + cy="10.033" + rx="0.012" + ry="0.012" + id="ellipse1740" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.653" + cy="10.084" + rx="0.012" + ry="0.012" + id="ellipse1742" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.653" + cy="10.084" + rx="0.012" + ry="0.012" + id="ellipse1744" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.531" + cy="10.084" + rx="0.012" + ry="0.012" + id="ellipse1746" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.531" + cy="10.084" + rx="0.012" + ry="0.012" + id="ellipse1748" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.41" + cy="10.084" + rx="0.012" + ry="0.012" + id="ellipse1750" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.41" + cy="10.084" + rx="0.012" + ry="0.012" + id="ellipse1752" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.289" + cy="9.9420004" + rx="0.152" + ry="0.048999999" + id="ellipse1754" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="-1.289" + cy="9.9420004" + rx="0.152" + ry="0.048999999" + id="ellipse1756" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-0.98500001" + cy="9.9420004" + rx="0.152" + ry="0.048999999" + id="ellipse1758" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="-0.98500001" + cy="9.9420004" + rx="0.152" + ry="0.048999999" + id="ellipse1760" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <rect + width="1.312" + height="2.625" + x="-11.059" + y="9.7469997" + id="rect1762" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.312" + height="2.625" + x="-11.059" + y="9.7469997" + id="rect1764" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.312" + height="2.625" + x="-11.059" + y="9.7469997" + id="rect1766" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.05" + height="1.05" + x="-10.928" + y="9.8780003" + id="rect1768" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.05" + height="1.05" + x="-10.928" + y="9.8780003" + id="rect1770" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.05" + height="1.05" + x="-10.928" + y="9.8780003" + id="rect1772" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-9.8780003" + y1="10.141" + x2="-10.928" + y2="10.141" + stroke="#000000" + stroke-width="0.010" + id="line1774" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-10.928" + y1="10.403" + x2="-9.8780003" + y2="10.403" + stroke="#000000" + stroke-width="0.010" + id="line1776" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-9.8780003" + y1="10.6" + x2="-10.928" + y2="10.6" + stroke="#000000" + stroke-width="0.010" + id="line1778" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.722" + height="0.39399999" + x="-10.928" + y="11.06" + id="rect1780" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.722" + height="0.39399999" + x="-10.928" + y="11.06" + id="rect1782" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.722" + height="0.39399999" + x="-10.928" + y="11.06" + id="rect1784" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-11.059" + y1="11.519" + x2="-9.7460003" + y2="11.519" + stroke="#000000" + stroke-width="0.010" + id="line1786" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.066" + height="0.066" + x="-10.468" + y="11.65" + id="rect1788" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.066" + height="0.066" + x="-10.468" + y="11.65" + id="rect1790" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.066" + height="0.066" + x="-10.468" + y="11.65" + id="rect1792" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.066" + height="0.066" + x="-10.206" + y="11.65" + id="rect1794" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.066" + height="0.066" + x="-10.206" + y="11.65" + id="rect1796" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.066" + height="0.066" + x="-10.206" + y="11.65" + id="rect1798" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.066" + height="0.066" + x="-9.9429998" + y="11.65" + id="rect1800" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.066" + height="0.066" + x="-9.9429998" + y="11.65" + id="rect1802" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.066" + height="0.066" + x="-9.9429998" + y="11.65" + id="rect1804" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.131" + height="0.066" + x="-10.009" + y="11.256" + id="rect1806" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.131" + height="0.066" + x="-10.009" + y="11.256" + id="rect1808" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.131" + height="0.066" + x="-10.009" + y="11.256" + id="rect1810" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-10.928" + y1="11.256" + x2="-10.206" + y2="11.256" + stroke="#000000" + stroke-width="0.010" + id="line1812" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.197" + height="0.197" + x="-10.928" + y="11.585" + id="rect1814" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.197" + height="0.197" + x="-10.928" + y="11.585" + id="rect1816" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.197" + height="0.197" + x="-10.928" + y="11.585" + id="rect1818" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.91900003" + height="0.066" + x="-10.862" + y="10.666" + id="rect1820" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.91900003" + height="0.066" + x="-10.862" + y="10.666" + id="rect1822" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.91900003" + height="0.066" + x="-10.862" + y="10.666" + id="rect1824" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-10.862" + y1="11.125" + x2="-10.271" + y2="11.125" + stroke="#000000" + stroke-width="0.010" + id="line1826" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-10.271" + y1="11.191" + x2="-10.337" + y2="11.191" + stroke="#000000" + stroke-width="0.010" + id="line1828" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-10.862" + y1="11.191" + x2="-10.796" + y2="11.191" + stroke="#000000" + stroke-width="0.010" + id="line1830" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.32800001" + height="0.066" + x="-10.731" + y="11.125" + id="rect1832" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.32800001" + height="0.066" + x="-10.731" + y="11.125" + id="rect1834" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.32800001" + height="0.066" + x="-10.731" + y="11.125" + id="rect1836" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-10.862" + y1="10.797" + x2="-10.796" + y2="10.797" + stroke="#000000" + stroke-width="0.010" + id="line1838" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-10.731" + y1="10.797" + x2="-10.665" + y2="10.797" + stroke="#000000" + stroke-width="0.010" + id="line1840" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-10.074" + y1="10.797" + x2="-9.9429998" + y2="10.797" + stroke="#000000" + stroke-width="0.010" + id="line1842" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-9.8120003" + y1="12.306" + x2="-10.993" + y2="12.306" + stroke="#000000" + stroke-width="0.010" + id="line1844" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-10.993" + y1="12.241" + x2="-9.8120003" + y2="12.241" + stroke="#000000" + stroke-width="0.010" + id="line1846" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-9.8120003" + y1="12.175" + x2="-10.993" + y2="12.175" + stroke="#000000" + stroke-width="0.010" + id="line1848" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-10.993" + y1="12.11" + x2="-9.8120003" + y2="12.11" + stroke="#000000" + stroke-width="0.010" + id="line1850" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-9.8120003" + y1="12.044" + x2="-10.993" + y2="12.044" + stroke="#000000" + stroke-width="0.010" + id="line1852" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-10.993" + y1="11.978" + x2="-9.8120003" + y2="11.978" + stroke="#000000" + stroke-width="0.010" + id="line1854" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-9.8120003" + y1="11.913" + x2="-10.993" + y2="11.913" + stroke="#000000" + stroke-width="0.010" + id="line1856" + style="stroke:#000000;stroke-width:0.01" /> + <text + x="-4.0289998" + y="8.2189999" + id="text1858" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Network:</text> + <text + x="-4.3639998" + y="8.8190002" + id="text1860" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">172.16.0.0/22</text> + <text + x="-10.628" + y="13.181" + id="text1862" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Member Server:</text> + <text + x="-10.454" + y="13.681" + id="text1864" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">GWYN-APPS</text> + <rect + width="1.4450001" + height="1.275" + x="2.5510001" + y="8.6120005" + id="rect1866" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="3.273" + cy="9.8870001" + rx="0.72299999" + ry="0.213" + id="ellipse1868" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="3.273" + cy="8.6120005" + rx="0.72299999" + ry="0.213" + id="ellipse1870" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="3.273" + cy="8.6120005" + rx="0.72299999" + ry="0.213" + id="ellipse1872" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 3.996,8.612 L 3.996,9.887 C 3.996,10.005 3.672,10.1 3.273,10.1 C 2.874,10.1 2.551,10.005 2.551,9.887 L 2.551,8.612" + id="path1874" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="2.0109999" + y1="9.2469997" + x2="2.586" + y2="9.2469997" + stroke="#000000" + stroke-width="0.100" + id="line1876" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="2.983" + y="9.3260002" + id="text1878" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LDAP</text> + <text + x="2.928" + y="9.7259998" + id="text1880" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Master</text> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="5.725,19.819 5.725,18.237 5.732,18.237 5.732,17.325 " + id="polyline1882" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="1.317" + y="15.131" + id="text1884" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">1100 Users</text> + <text + x="1.136" + y="6.0770001" + id="text1886" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">320 Users</text> + <text + x="12.943" + y="6.0310001" + id="text1888" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">180 Users</text> + <text + x="12.383" + y="15.277" + id="text1890" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">100 Users</text> + <text + x="-9.8629999" + y="15.156" + id="text1892" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">New York - GNY</text> + <text + x="13.189" + y="0.46399999" + id="text1894" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Los Angeles</text> + <text + x="1.086" + y="0.53899997" + id="text1896" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">London</text> + <text + x="12.979" + y="8.0889997" + id="text1898" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Washington, DC</text> + <rect + width="11.132" + height="6.5630002" + x="-11.146" + y="16.205999" + id="rect1900" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M -11.146,16.206 C -11.311685,16.206 -11.446,16.340315 -11.446,16.506" + id="path1902" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 0.286,16.506 C 0.286,16.340315 0.15168542,16.206 -0.014,16.206" + id="path1904" + style="fill:#ebebeb;stroke:none" /> + <rect + width="11.732" + height="5.9629998" + x="-11.446" + y="16.506001" + id="rect1906" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M -11.446,22.469 C -11.446,22.634685 -11.311685,22.769 -11.146,22.769" + id="path1908" + style="fill:#ebebeb;stroke:none" /> + <path + d="M -0.014,22.769 C 0.15168542,22.769 0.286,22.634685 0.286,22.469" + id="path1910" + style="fill:#ebebeb;stroke:none" /> + <line + x1="-11.146" + y1="16.205999" + x2="-0.014" + y2="16.205999" + stroke="#000000" + stroke-width="0.050" + id="line1912" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="-11.146" + y1="22.768999" + x2="-0.014" + y2="22.768999" + stroke="#000000" + stroke-width="0.050" + id="line1914" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M -11.146,16.206 C -11.311685,16.206 -11.446,16.340315 -11.446,16.506" + id="path1916" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 0.286,16.506 C 0.286,16.340315 0.15168542,16.206 -0.014,16.206" + id="path1918" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="-11.446" + y1="16.506001" + x2="-11.446" + y2="22.469" + stroke="#000000" + stroke-width="0.050" + id="line1920" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="0.28600001" + y1="16.506001" + x2="0.28600001" + y2="22.469" + stroke="#000000" + stroke-width="0.050" + id="line1922" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M -11.446,22.469 C -11.446,22.634685 -11.311685,22.769 -11.146,22.769" + id="path1924" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M -0.014,22.769 C 0.15168542,22.769 0.286,22.634685 0.286,22.469" + id="path1926" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.78799999" + height="0.78799999" + x="-2.214" + y="19.285" + id="rect1928" + style="fill:#9f9f9f;stroke:none;stroke-width:0" /> + <rect + width="0.78799999" + height="0.78799999" + x="-2.214" + y="19.285" + id="rect1930" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.78799999" + height="0.78799999" + x="-2.214" + y="19.285" + id="rect1932" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M -1.772,19.413 C -1.772,19.806 -1.693,19.728 -2.087,19.728" + id="path1934" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M -1.772,19.413 C -1.772,19.806 -1.693,19.728 -2.087,19.728" + id="path1936" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="-1.734,19.474 -1.773,19.395 -1.813,19.474 -1.734,19.474 " + id="polygon1938" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="-1.734,19.474 -1.773,19.395 -1.813,19.474 -1.734,19.474 " + id="polygon1940" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="-2.025,19.687 -2.104,19.726 -2.025,19.765 -2.025,19.687 " + id="polygon1942" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="-2.025,19.687 -2.104,19.726 -2.025,19.765 -2.025,19.687 " + id="polygon1944" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M -1.538,19.634 C -1.932,19.634 -1.853,19.555 -1.853,19.949" + id="path1946" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M -1.538,19.634 C -1.932,19.634 -1.853,19.555 -1.853,19.949" + id="path1948" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="-1.608,19.671 -1.529,19.632 -1.608,19.592 -1.608,19.671 " + id="polygon1950" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="-1.608,19.671 -1.529,19.632 -1.608,19.592 -1.608,19.671 " + id="polygon1952" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="-1.899,19.884 -1.86,19.962 -1.821,19.884 -1.899,19.884 " + id="polygon1954" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="-1.899,19.884 -1.86,19.962 -1.821,19.884 -1.899,19.884 " + id="polygon1956" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="-5.2220001" + y="17.145" + id="text1958" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Network:</text> + <text + x="-5.5609999" + y="17.745001" + id="text1960" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">172.16.4.0/22</text> + <text + x="-10.001" + y="21.07" + id="text1962" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Server:</text> + <text + x="-10.37" + y="21.57" + id="text1964" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">BLDG2-BDC</text> + <rect + width="1.217" + height="1.825" + x="-8.665" + y="18.782" + id="rect1966" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.217" + height="1.825" + x="-8.665" + y="18.782" + id="rect1968" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.217" + height="1.825" + x="-8.665" + y="18.782" + id="rect1970" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.97299999" + height="0.73000002" + x="-8.6040001" + y="18.843" + id="rect1972" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.97299999" + height="0.73000002" + x="-8.6040001" + y="18.843" + id="rect1974" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.97299999" + height="0.73000002" + x="-8.6040001" + y="18.843" + id="rect1976" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.6040001" + y1="19.087" + x2="-7.6300001" + y2="19.087" + stroke="#000000" + stroke-width="0.010" + id="line1978" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.6300001" + y1="19.33" + x2="-8.6040001" + y2="19.33" + stroke="#000000" + stroke-width="0.010" + id="line1980" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.66900003" + height="0.36500001" + x="-8.4820004" + y="19.634001" + id="rect1982" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.66900003" + height="0.36500001" + x="-8.4820004" + y="19.634001" + id="rect1984" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.66900003" + height="0.36500001" + x="-8.4820004" + y="19.634001" + id="rect1986" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.665" + y1="20.181999" + x2="-7.448" + y2="20.181999" + stroke="#000000" + stroke-width="0.010" + id="line1988" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="-7.8130002" + y="20.059999" + id="rect1990" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="-7.8130002" + y="20.059999" + id="rect1992" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="-7.8130002" + y="20.059999" + id="rect1994" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="-7.691" + y="20.059999" + id="rect1996" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="-7.691" + y="20.059999" + id="rect1998" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="-7.691" + y="20.059999" + id="rect2000" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="-7.5700002" + y="20.059999" + id="rect2002" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="-7.5700002" + y="20.059999" + id="rect2004" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="-7.5700002" + y="20.059999" + id="rect2006" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.122" + height="0.122" + x="-7.6300001" + y="19.877001" + id="rect2008" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.122" + height="0.122" + x="-7.6300001" + y="19.877001" + id="rect2010" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.122" + height="0.122" + x="-7.6300001" + y="19.877001" + id="rect2012" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.4820004" + y1="19.816999" + x2="-7.8130002" + y2="19.816999" + stroke="#000000" + stroke-width="0.010" + id="line2014" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.182" + height="0.183" + x="-7.691" + y="19.634001" + id="rect2016" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.182" + height="0.183" + x="-7.691" + y="19.634001" + id="rect2018" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.182" + height="0.183" + x="-7.691" + y="19.634001" + id="rect2020" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.852" + height="0.061000001" + x="-8.5430002" + y="19.391001" + id="rect2022" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.852" + height="0.061000001" + x="-8.5430002" + y="19.391001" + id="rect2024" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.852" + height="0.061000001" + x="-8.5430002" + y="19.391001" + id="rect2026" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.4209995" + y1="19.695" + x2="-7.8740001" + y2="19.695" + stroke="#000000" + stroke-width="0.010" + id="line2028" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.30399999" + height="0.061000001" + x="-8.3000002" + y="19.695" + id="rect2030" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.30399999" + height="0.061000001" + x="-8.3000002" + y="19.695" + id="rect2032" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.30399999" + height="0.061000001" + x="-8.3000002" + y="19.695" + id="rect2034" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.8130002" + y1="19.511999" + x2="-7.691" + y2="19.511999" + stroke="#000000" + stroke-width="0.010" + id="line2036" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.6040001" + y1="20.242001" + x2="-7.5089998" + y2="20.242001" + stroke="#000000" + stroke-width="0.010" + id="line2038" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.5089998" + y1="20.302999" + x2="-8.6040001" + y2="20.302999" + stroke="#000000" + stroke-width="0.010" + id="line2040" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.6040001" + y1="20.364" + x2="-7.5089998" + y2="20.364" + stroke="#000000" + stroke-width="0.010" + id="line2042" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.5089998" + y1="20.547001" + x2="-8.6040001" + y2="20.547001" + stroke="#000000" + stroke-width="0.010" + id="line2044" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.6040001" + y1="20.486" + x2="-7.5089998" + y2="20.486" + stroke="#000000" + stroke-width="0.010" + id="line2046" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.5089998" + y1="20.424999" + x2="-8.6040001" + y2="20.424999" + stroke="#000000" + stroke-width="0.010" + id="line2048" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.5430002" + y1="19.511999" + x2="-8.4820004" + y2="19.511999" + stroke="#000000" + stroke-width="0.010" + id="line2050" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.4209995" + y1="19.511999" + x2="-8.3599997" + y2="19.511999" + stroke="#000000" + stroke-width="0.010" + id="line2052" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.4209995" + y1="19.756001" + x2="-8.3599997" + y2="19.756001" + stroke="#000000" + stroke-width="0.010" + id="line2054" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.9349999" + y1="19.756001" + x2="-7.8740001" + y2="19.756001" + stroke="#000000" + stroke-width="0.010" + id="line2056" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.4980001" + y1="19.695" + x2="-2.164" + y2="19.679001" + stroke="#000000" + stroke-width="0.100" + id="line2058" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-5.9559999" + y1="19.690001" + x2="-5.9530001" + y2="20.649" + stroke="#000000" + stroke-width="0.100" + id="line2060" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-5.9530001" + y1="19.690001" + x2="-5.9559999" + y2="18.690001" + stroke="#000000" + stroke-width="0.100" + id="line2062" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-4.4590001" + y1="19.686001" + x2="-4.4559999" + y2="20.591" + stroke="#000000" + stroke-width="0.100" + id="line2064" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-4.4569998" + y1="19.686001" + x2="-4.46" + y2="18.686001" + stroke="#000000" + stroke-width="0.100" + id="line2066" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-2.961" + y1="19.681" + x2="-2.9579999" + y2="20.608" + stroke="#000000" + stroke-width="0.100" + id="line2068" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-2.9619999" + y1="19.681" + x2="-2.9649999" + y2="18.681" + stroke="#000000" + stroke-width="0.100" + id="line2070" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="0.89600003" + height="0.67199999" + x="-4.9439998" + y="20.618" + id="rect2072" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="-4.9439998" + y="20.618" + id="rect2074" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="-4.8470001" + y="20.715" + id="rect2076" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-4.822,21.29 -4.361,21.29 -4.361,21.395 -4.798,21.395 -4.822,21.29 " + id="polygon2078" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-4.822,21.29 -4.361,21.29 -4.361,21.395 -4.798,21.395 -4.822,21.29 " + id="polygon2080" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-4.361,21.29 -4.169,21.29 -4.193,21.395 -4.361,21.395 -4.361,21.29 " + id="polygon2082" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-4.361,21.29 -4.169,21.29 -4.193,21.395 -4.361,21.395 -4.361,21.29 " + id="polygon2084" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="-4.3299999" + y="21.320999" + id="rect2086" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="-4.3299999" + y="21.320999" + id="rect2088" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-4.585,21.395 -4.406,21.395 -4.406,21.447 -4.317,21.447 -4.317,21.499 -4.675,21.499 -4.675,21.447 -4.585,21.447 -4.585,21.395 " + id="polygon2090" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-4.585,21.395 -4.406,21.395 -4.406,21.447 -4.317,21.447 -4.317,21.499 -4.675,21.499 -4.675,21.447 -4.585,21.447 -4.585,21.395 " + id="polygon2092" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="-3.4260001" + y="20.607" + id="rect2094" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="-3.4260001" + y="20.607" + id="rect2096" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="-3.329" + y="20.704" + id="rect2098" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-3.305,21.279 -2.844,21.279 -2.844,21.384 -3.281,21.384 -3.305,21.279 " + id="polygon2100" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-3.305,21.279 -2.844,21.279 -2.844,21.384 -3.281,21.384 -3.305,21.279 " + id="polygon2102" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-2.844,21.279 -2.652,21.279 -2.676,21.384 -2.844,21.384 -2.844,21.279 " + id="polygon2104" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-2.844,21.279 -2.652,21.279 -2.676,21.384 -2.844,21.384 -2.844,21.279 " + id="polygon2106" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="-2.813" + y="21.311001" + id="rect2108" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="-2.813" + y="21.311001" + id="rect2110" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-3.068,21.384 -2.889,21.384 -2.889,21.436 -2.799,21.436 -2.799,21.488 -3.158,21.488 -3.158,21.436 -3.068,21.436 -3.068,21.384 " + id="polygon2112" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-3.068,21.384 -2.889,21.384 -2.889,21.436 -2.799,21.436 -2.799,21.488 -3.158,21.488 -3.158,21.436 -3.068,21.436 -3.068,21.384 " + id="polygon2114" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="-6.3759999" + y="18.181999" + id="rect2116" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="-6.3759999" + y="18.181999" + id="rect2118" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="-6.2789998" + y="18.278999" + id="rect2120" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-6.255,18.854 -5.794,18.854 -5.794,18.959 -6.231,18.959 -6.255,18.854 " + id="polygon2122" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-6.255,18.854 -5.794,18.854 -5.794,18.959 -6.231,18.959 -6.255,18.854 " + id="polygon2124" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-5.794,18.854 -5.602,18.854 -5.626,18.959 -5.794,18.959 -5.794,18.854 " + id="polygon2126" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-5.794,18.854 -5.602,18.854 -5.626,18.959 -5.794,18.959 -5.794,18.854 " + id="polygon2128" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="-5.763" + y="18.886" + id="rect2130" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="-5.763" + y="18.886" + id="rect2132" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-6.018,18.959 -5.839,18.959 -5.839,19.011 -5.749,19.011 -5.749,19.063 -6.108,19.063 -6.108,19.011 -6.018,19.011 -6.018,18.959 " + id="polygon2134" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-6.018,18.959 -5.839,18.959 -5.839,19.011 -5.749,19.011 -5.749,19.063 -6.108,19.063 -6.108,19.011 -6.018,19.011 -6.018,18.959 " + id="polygon2136" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="-4.901" + y="18.181999" + id="rect2138" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="-4.901" + y="18.181999" + id="rect2140" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="-4.8039999" + y="18.278999" + id="rect2142" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-4.78,18.854 -4.319,18.854 -4.319,18.959 -4.756,18.959 -4.78,18.854 " + id="polygon2144" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-4.78,18.854 -4.319,18.854 -4.319,18.959 -4.756,18.959 -4.78,18.854 " + id="polygon2146" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-4.319,18.854 -4.127,18.854 -4.151,18.959 -4.319,18.959 -4.319,18.854 " + id="polygon2148" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-4.319,18.854 -4.127,18.854 -4.151,18.959 -4.319,18.959 -4.319,18.854 " + id="polygon2150" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="-4.2880001" + y="18.886" + id="rect2152" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="-4.2880001" + y="18.886" + id="rect2154" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-4.543,18.959 -4.364,18.959 -4.364,19.011 -4.274,19.011 -4.274,19.063 -4.633,19.063 -4.633,19.011 -4.543,19.011 -4.543,18.959 " + id="polygon2156" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-4.543,18.959 -4.364,18.959 -4.364,19.011 -4.274,19.011 -4.274,19.063 -4.633,19.063 -4.633,19.011 -4.543,19.011 -4.543,18.959 " + id="polygon2158" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="-3.401" + y="18.207001" + id="rect2160" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="-3.401" + y="18.207001" + id="rect2162" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="-3.3039999" + y="18.304001" + id="rect2164" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-3.28,18.879 -2.819,18.879 -2.819,18.984 -3.256,18.984 -3.28,18.879 " + id="polygon2166" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-3.28,18.879 -2.819,18.879 -2.819,18.984 -3.256,18.984 -3.28,18.879 " + id="polygon2168" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-2.819,18.879 -2.627,18.879 -2.651,18.984 -2.819,18.984 -2.819,18.879 " + id="polygon2170" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-2.819,18.879 -2.627,18.879 -2.651,18.984 -2.819,18.984 -2.819,18.879 " + id="polygon2172" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="-2.7880001" + y="18.910999" + id="rect2174" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="-2.7880001" + y="18.910999" + id="rect2176" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-3.043,18.984 -2.864,18.984 -2.864,19.036 -2.774,19.036 -2.774,19.088 -3.133,19.088 -3.133,19.036 -3.043,19.036 -3.043,18.984 " + id="polygon2178" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-3.043,18.984 -2.864,18.984 -2.864,19.036 -2.774,19.036 -2.774,19.088 -3.133,19.088 -3.133,19.036 -3.043,19.036 -3.043,18.984 " + id="polygon2180" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-6.439,20.854 -6.487,20.874 -6.631,21.234 -6.631,21.414 -6.559,21.474 -5.503,21.474 -5.431,21.414 -5.431,21.234 -5.575,20.874 -5.623,20.854 -6.439,20.854 " + id="polygon2182" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="-6.439,20.854 -6.487,20.874 -6.631,21.234 -6.631,21.414 -6.559,21.474 -5.503,21.474 -5.431,21.414 -5.431,21.234 -5.575,20.874 -5.623,20.854 -6.439,20.854 " + id="polygon2184" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M -6.607,21.174 L -6.559,21.194 L -5.503,21.194 L -5.455,21.174" + id="path2186" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M -5.503,21.194 L -5.431,21.234" + id="path2188" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M -6.631,21.234 L -6.559,21.194" + id="path2190" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="-6.295,20.474 -6.319,20.954 -5.743,20.954 -5.767,20.474 -6.295,20.474 " + id="polygon2192" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="-6.295,20.474 -6.319,20.954 -5.743,20.954 -5.767,20.474 -6.295,20.474 " + id="polygon2194" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="-6.391,20.954 -6.439,21.094 -5.623,21.094 -5.671,20.954 -6.391,20.954 " + id="polygon2196" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="-6.391,20.954 -6.439,21.094 -5.623,21.094 -5.671,20.954 -6.391,20.954 " + id="polygon2198" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="-6.3909998" + cy="21.264" + rx="0.012" + ry="0.012" + id="ellipse2200" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.3909998" + cy="21.264" + rx="0.012" + ry="0.012" + id="ellipse2202" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.2709999" + cy="21.264" + rx="0.012" + ry="0.012" + id="ellipse2204" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.2709999" + cy="21.264" + rx="0.012" + ry="0.012" + id="ellipse2206" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.151" + cy="21.264" + rx="0.012" + ry="0.012" + id="ellipse2208" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.151" + cy="21.264" + rx="0.012" + ry="0.012" + id="ellipse2210" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.3909998" + cy="21.313999" + rx="0.012" + ry="0.012" + id="ellipse2212" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.3909998" + cy="21.313999" + rx="0.012" + ry="0.012" + id="ellipse2214" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.2709999" + cy="21.313999" + rx="0.012" + ry="0.012" + id="ellipse2216" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.2709999" + cy="21.313999" + rx="0.012" + ry="0.012" + id="ellipse2218" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.151" + cy="21.313999" + rx="0.012" + ry="0.012" + id="ellipse2220" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.151" + cy="21.313999" + rx="0.012" + ry="0.012" + id="ellipse2222" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.3909998" + cy="21.364" + rx="0.012" + ry="0.012" + id="ellipse2224" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.3909998" + cy="21.364" + rx="0.012" + ry="0.012" + id="ellipse2226" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.2709999" + cy="21.364" + rx="0.012" + ry="0.012" + id="ellipse2228" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.2709999" + cy="21.364" + rx="0.012" + ry="0.012" + id="ellipse2230" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.151" + cy="21.364" + rx="0.012" + ry="0.012" + id="ellipse2232" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.151" + cy="21.364" + rx="0.012" + ry="0.012" + id="ellipse2234" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.3909998" + cy="21.414" + rx="0.012" + ry="0.012" + id="ellipse2236" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.3909998" + cy="21.414" + rx="0.012" + ry="0.012" + id="ellipse2238" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.2709999" + cy="21.414" + rx="0.012" + ry="0.012" + id="ellipse2240" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.2709999" + cy="21.414" + rx="0.012" + ry="0.012" + id="ellipse2242" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.151" + cy="21.414" + rx="0.012" + ry="0.012" + id="ellipse2244" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.151" + cy="21.414" + rx="0.012" + ry="0.012" + id="ellipse2246" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.0310001" + cy="21.274" + rx="0.15000001" + ry="0.048" + id="ellipse2248" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="-6.0310001" + cy="21.274" + rx="0.15000001" + ry="0.048" + id="ellipse2250" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-5.7309999" + cy="21.274" + rx="0.15000001" + ry="0.048" + id="ellipse2252" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="-5.7309999" + cy="21.274" + rx="0.15000001" + ry="0.048" + id="ellipse2254" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <rect + width="1.17" + height="1.033" + x="-10.59" + y="19.132" + id="rect2256" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="-10.004" + cy="20.165001" + rx="0.58499998" + ry="0.17200001" + id="ellipse2258" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="-10.004" + cy="19.132" + rx="0.58499998" + ry="0.17200001" + id="ellipse2260" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="-10.004" + cy="19.132" + rx="0.58499998" + ry="0.17200001" + id="ellipse2262" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M -9.419,19.132 L -9.419,20.165 C -9.419,20.26 -9.681,20.337 -10.004,20.337 C -10.328,20.337 -10.59,20.26 -10.59,20.165 L -10.59,19.132" + id="path2264" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="-9.3959999" + y1="19.684" + x2="-8.665" + y2="19.695" + stroke="#000000" + stroke-width="0.100" + id="line2266" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="-10.303" + y="19.759001" + id="text2268" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LDAP</text> + <text + x="-10.288" + y="20.159" + id="text2270" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Slave</text> + <text + x="-0.91500002" + y="19.843" + id="text2272" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Router</text> + <text + x="-1.867" + y="22.455999" + id="text2274" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">50 Users</text> + <text + x="-10.478" + y="17.114" + id="text2276" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">New York</text> + <text + x="-10.081" + y="17.914" + id="text2278" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Bldg2</text> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="-1.554,15.161 -1.554,15.906 -1.821,15.906 -1.821,19.285 " + id="polyline2280" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.787" + height="0.78799999" + x="5.3379998" + y="16.538" + id="rect2282" + style="fill:#9f9f9f;stroke:none;stroke-width:0" /> + <rect + width="0.787" + height="0.78799999" + x="5.3379998" + y="16.538" + id="rect2284" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.787" + height="0.78799999" + x="5.3379998" + y="16.538" + id="rect2286" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 5.781,16.665 C 5.781,17.059 5.859,16.98 5.466,16.98" + id="path2288" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M 5.781,16.665 C 5.781,17.059 5.859,16.98 5.466,16.98" + id="path2290" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="5.818,16.727 5.779,16.648 5.74,16.727 5.818,16.727 " + id="polygon2292" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="5.818,16.727 5.779,16.648 5.74,16.727 5.818,16.727 " + id="polygon2294" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="5.527,16.939 5.448,16.979 5.527,17.018 5.527,16.939 " + id="polygon2296" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="5.527,16.939 5.448,16.979 5.527,17.018 5.527,16.939 " + id="polygon2298" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 6.014,16.887 C 5.62,16.887 5.699,16.808 5.699,17.202" + id="path2300" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M 6.014,16.887 C 5.62,16.887 5.699,16.808 5.699,17.202" + id="path2302" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="5.944,16.924 6.023,16.884 5.944,16.845 5.944,16.924 " + id="polygon2304" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="5.944,16.924 6.023,16.884 5.944,16.845 5.944,16.924 " + id="polygon2306" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="5.653,17.136 5.692,17.215 5.732,17.136 5.653,17.136 " + id="polygon2308" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="5.653,17.136 5.692,17.215 5.732,17.136 5.653,17.136 " + id="polygon2310" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="7.8559999" + y="17.167" + id="text2312" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Network:</text> + <text + x="7.5180001" + y="17.767" + id="text2314" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">172.16.8.0/22</text> + <text + x="3.204" + y="18.118" + id="text2316" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Server:</text> + <text + x="2.835" + y="18.618" + id="text2318" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">BLDG3-BDC</text> + <text + x="12.542" + y="19.694" + id="text2320" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Member Server:</text> + <text + x="12.687" + y="20.194" + id="text2322" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">BLDG2-APPS</text> + <rect + width="1.217" + height="1.825" + x="4.0770001" + y="18.941999" + id="rect2324" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.217" + height="1.825" + x="4.0770001" + y="18.941999" + id="rect2326" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.217" + height="1.825" + x="4.0770001" + y="18.941999" + id="rect2328" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.97299999" + height="0.73000002" + x="4.138" + y="19.003" + id="rect2330" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.97299999" + height="0.73000002" + x="4.138" + y="19.003" + id="rect2332" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.97299999" + height="0.73000002" + x="4.138" + y="19.003" + id="rect2334" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="4.138" + y1="19.246" + x2="5.112" + y2="19.246" + stroke="#000000" + stroke-width="0.010" + id="line2336" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="5.112" + y1="19.49" + x2="4.138" + y2="19.49" + stroke="#000000" + stroke-width="0.010" + id="line2338" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.66900003" + height="0.36500001" + x="4.2600002" + y="19.794001" + id="rect2340" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.66900003" + height="0.36500001" + x="4.2600002" + y="19.794001" + id="rect2342" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.66900003" + height="0.36500001" + x="4.2600002" + y="19.794001" + id="rect2344" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="4.0770001" + y1="20.341" + x2="5.2940001" + y2="20.341" + stroke="#000000" + stroke-width="0.010" + id="line2346" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="4.9289999" + y="20.219999" + id="rect2348" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="4.9289999" + y="20.219999" + id="rect2350" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="4.9289999" + y="20.219999" + id="rect2352" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="5.0510001" + y="20.219999" + id="rect2354" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="5.0510001" + y="20.219999" + id="rect2356" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="5.0510001" + y="20.219999" + id="rect2358" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="5.1719999" + y="20.219999" + id="rect2360" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="5.1719999" + y="20.219999" + id="rect2362" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="5.1719999" + y="20.219999" + id="rect2364" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.122" + height="0.122" + x="5.112" + y="20.037001" + id="rect2366" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.122" + height="0.122" + x="5.112" + y="20.037001" + id="rect2368" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.122" + height="0.122" + x="5.112" + y="20.037001" + id="rect2370" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="4.2600002" + y1="19.976" + x2="4.9289999" + y2="19.976" + stroke="#000000" + stroke-width="0.010" + id="line2372" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.182" + height="0.183" + x="5.0510001" + y="19.794001" + id="rect2374" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.182" + height="0.183" + x="5.0510001" + y="19.794001" + id="rect2376" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.182" + height="0.183" + x="5.0510001" + y="19.794001" + id="rect2378" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.852" + height="0.061000001" + x="4.1989999" + y="19.549999" + id="rect2380" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.852" + height="0.061000001" + x="4.1989999" + y="19.549999" + id="rect2382" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.852" + height="0.061000001" + x="4.1989999" + y="19.549999" + id="rect2384" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="4.3210001" + y1="19.855" + x2="4.868" + y2="19.855" + stroke="#000000" + stroke-width="0.010" + id="line2386" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.30399999" + height="0.061000001" + x="4.4419999" + y="19.855" + id="rect2388" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.30399999" + height="0.061000001" + x="4.4419999" + y="19.855" + id="rect2390" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.30399999" + height="0.061000001" + x="4.4419999" + y="19.855" + id="rect2392" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="4.9289999" + y1="19.672001" + x2="5.0510001" + y2="19.672001" + stroke="#000000" + stroke-width="0.010" + id="line2394" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.138" + y1="20.402" + x2="5.2329998" + y2="20.402" + stroke="#000000" + stroke-width="0.010" + id="line2396" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="5.2329998" + y1="20.462999" + x2="4.138" + y2="20.462999" + stroke="#000000" + stroke-width="0.010" + id="line2398" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.138" + y1="20.524" + x2="5.2329998" + y2="20.524" + stroke="#000000" + stroke-width="0.010" + id="line2400" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="5.2329998" + y1="20.705999" + x2="4.138" + y2="20.705999" + stroke="#000000" + stroke-width="0.010" + id="line2402" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.138" + y1="20.645" + x2="5.2329998" + y2="20.645" + stroke="#000000" + stroke-width="0.010" + id="line2404" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="5.2329998" + y1="20.584999" + x2="4.138" + y2="20.584999" + stroke="#000000" + stroke-width="0.010" + id="line2406" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.1989999" + y1="19.672001" + x2="4.2600002" + y2="19.672001" + stroke="#000000" + stroke-width="0.010" + id="line2408" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.3210001" + y1="19.672001" + x2="4.382" + y2="19.672001" + stroke="#000000" + stroke-width="0.010" + id="line2410" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.3210001" + y1="19.915001" + x2="4.382" + y2="19.915001" + stroke="#000000" + stroke-width="0.010" + id="line2412" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.8070002" + y1="19.915001" + x2="4.868" + y2="19.915001" + stroke="#000000" + stroke-width="0.010" + id="line2414" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="5.244" + y1="19.855" + x2="10.386" + y2="19.841999" + stroke="#000000" + stroke-width="0.100" + id="line2416" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="6.7309999" + y1="19.851" + x2="6.7329998" + y2="20.809999" + stroke="#000000" + stroke-width="0.100" + id="line2418" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="6.7350001" + y1="19.851" + x2="6.7319999" + y2="18.851" + stroke="#000000" + stroke-width="0.100" + id="line2420" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="8.1739998" + y1="19.847" + x2="8.1759996" + y2="20.753" + stroke="#000000" + stroke-width="0.100" + id="line2422" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="8.1750002" + y1="19.847" + x2="8.1730003" + y2="18.848" + stroke="#000000" + stroke-width="0.100" + id="line2424" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="9.6169996" + y1="19.844" + x2="9.6190004" + y2="20.771" + stroke="#000000" + stroke-width="0.100" + id="line2426" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="9.6160002" + y1="19.844" + x2="9.6129999" + y2="18.844" + stroke="#000000" + stroke-width="0.100" + id="line2428" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="0.89600003" + height="0.67199999" + x="7.723" + y="20.778" + id="rect2430" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="7.723" + y="20.778" + id="rect2432" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="7.8210001" + y="20.875" + id="rect2434" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="7.845,21.45 8.306,21.45 8.306,21.554 7.869,21.554 7.845,21.45 " + id="polygon2436" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="7.845,21.45 8.306,21.45 8.306,21.554 7.869,21.554 7.845,21.45 " + id="polygon2438" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="8.306,21.45 8.498,21.45 8.474,21.554 8.306,21.554 8.306,21.45 " + id="polygon2440" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.306,21.45 8.498,21.45 8.474,21.554 8.306,21.554 8.306,21.45 " + id="polygon2442" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="8.3369999" + y="21.481001" + id="rect2444" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="8.3369999" + y="21.481001" + id="rect2446" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="8.082,21.554 8.261,21.554 8.261,21.606 8.351,21.606 8.351,21.659 7.992,21.659 7.992,21.606 8.082,21.606 8.082,21.554 " + id="polygon2448" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.082,21.554 8.261,21.554 8.261,21.606 8.351,21.606 8.351,21.659 7.992,21.659 7.992,21.606 8.082,21.606 8.082,21.554 " + id="polygon2450" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="9.1660004" + y="20.767" + id="rect2452" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="9.1660004" + y="20.767" + id="rect2454" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="9.2629995" + y="20.864" + id="rect2456" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="9.287,21.439 9.748,21.439 9.748,21.543 9.311,21.543 9.287,21.439 " + id="polygon2458" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="9.287,21.439 9.748,21.439 9.748,21.543 9.311,21.543 9.287,21.439 " + id="polygon2460" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="9.748,21.439 9.94,21.439 9.916,21.543 9.748,21.543 9.748,21.439 " + id="polygon2462" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="9.748,21.439 9.94,21.439 9.916,21.543 9.748,21.543 9.748,21.439 " + id="polygon2464" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="9.7790003" + y="21.469999" + id="rect2466" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="9.7790003" + y="21.469999" + id="rect2468" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="9.524,21.543 9.703,21.543 9.703,21.596 9.793,21.596 9.793,21.648 9.435,21.648 9.435,21.596 9.524,21.596 9.524,21.543 " + id="polygon2470" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="9.524,21.543 9.703,21.543 9.703,21.596 9.793,21.596 9.793,21.648 9.435,21.648 9.435,21.596 9.524,21.596 9.524,21.543 " + id="polygon2472" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="6.2909999" + y="18.341999" + id="rect2474" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="6.2909999" + y="18.341999" + id="rect2476" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="6.388" + y="18.438999" + id="rect2478" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="6.412,19.014 6.873,19.014 6.873,19.118 6.436,19.118 6.412,19.014 " + id="polygon2480" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="6.412,19.014 6.873,19.014 6.873,19.118 6.436,19.118 6.412,19.014 " + id="polygon2482" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="6.873,19.014 7.065,19.014 7.041,19.118 6.873,19.118 6.873,19.014 " + id="polygon2484" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="6.873,19.014 7.065,19.014 7.041,19.118 6.873,19.118 6.873,19.014 " + id="polygon2486" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="6.9039998" + y="19.045" + id="rect2488" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="6.9039998" + y="19.045" + id="rect2490" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="6.649,19.118 6.828,19.118 6.828,19.171 6.918,19.171 6.918,19.223 6.56,19.223 6.56,19.171 6.649,19.171 6.649,19.118 " + id="polygon2492" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="6.649,19.118 6.828,19.118 6.828,19.171 6.918,19.171 6.918,19.223 6.56,19.223 6.56,19.171 6.649,19.171 6.649,19.118 " + id="polygon2494" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="7.7410002" + y="18.367001" + id="rect2496" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="7.7410002" + y="18.367001" + id="rect2498" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="7.8379998" + y="18.464001" + id="rect2500" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="7.862,19.039 8.323,19.039 8.323,19.143 7.886,19.143 7.862,19.039 " + id="polygon2502" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="7.862,19.039 8.323,19.039 8.323,19.143 7.886,19.143 7.862,19.039 " + id="polygon2504" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="8.323,19.039 8.515,19.039 8.491,19.143 8.323,19.143 8.323,19.039 " + id="polygon2506" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.323,19.039 8.515,19.039 8.491,19.143 8.323,19.143 8.323,19.039 " + id="polygon2508" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="8.3540001" + y="19.07" + id="rect2510" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="8.3540001" + y="19.07" + id="rect2512" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="8.099,19.143 8.278,19.143 8.278,19.196 8.368,19.196 8.368,19.248 8.01,19.248 8.01,19.196 8.099,19.196 8.099,19.143 " + id="polygon2514" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.099,19.143 8.278,19.143 8.278,19.196 8.368,19.196 8.368,19.248 8.01,19.248 8.01,19.196 8.099,19.196 8.099,19.143 " + id="polygon2516" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="9.191" + y="18.341999" + id="rect2518" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="9.191" + y="18.341999" + id="rect2520" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="9.2880001" + y="18.438999" + id="rect2522" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="9.312,19.014 9.773,19.014 9.773,19.118 9.336,19.118 9.312,19.014 " + id="polygon2524" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="9.312,19.014 9.773,19.014 9.773,19.118 9.336,19.118 9.312,19.014 " + id="polygon2526" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="9.773,19.014 9.965,19.014 9.941,19.118 9.773,19.118 9.773,19.014 " + id="polygon2528" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="9.773,19.014 9.965,19.014 9.941,19.118 9.773,19.118 9.773,19.014 " + id="polygon2530" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="9.8039999" + y="19.045" + id="rect2532" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="9.8039999" + y="19.045" + id="rect2534" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="9.549,19.118 9.728,19.118 9.728,19.171 9.818,19.171 9.818,19.223 9.46,19.223 9.46,19.171 9.549,19.171 9.549,19.118 " + id="polygon2536" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="9.549,19.118 9.728,19.118 9.728,19.171 9.818,19.171 9.818,19.223 9.46,19.223 9.46,19.171 9.549,19.171 9.549,19.118 " + id="polygon2538" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="6.303,21.014 6.255,21.034 6.111,21.394 6.111,21.574 6.183,21.634 7.239,21.634 7.311,21.574 7.311,21.394 7.167,21.034 7.119,21.014 6.303,21.014 " + id="polygon2540" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="6.303,21.014 6.255,21.034 6.111,21.394 6.111,21.574 6.183,21.634 7.239,21.634 7.311,21.574 7.311,21.394 7.167,21.034 7.119,21.014 6.303,21.014 " + id="polygon2542" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 6.135,21.334 L 6.183,21.354 L 7.239,21.354 L 7.287,21.334" + id="path2544" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 7.239,21.354 L 7.311,21.394" + id="path2546" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 6.111,21.394 L 6.183,21.354" + id="path2548" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="6.447,20.634 6.423,21.114 6.999,21.114 6.975,20.634 6.447,20.634 " + id="polygon2550" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="6.447,20.634 6.423,21.114 6.999,21.114 6.975,20.634 6.447,20.634 " + id="polygon2552" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="6.351,21.114 6.303,21.254 7.119,21.254 7.071,21.114 6.351,21.114 " + id="polygon2554" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="6.351,21.114 6.303,21.254 7.119,21.254 7.071,21.114 6.351,21.114 " + id="polygon2556" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="6.3509998" + cy="21.424" + rx="0.012" + ry="0.012" + id="ellipse2558" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.3509998" + cy="21.424" + rx="0.012" + ry="0.012" + id="ellipse2560" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.4710002" + cy="21.424" + rx="0.012" + ry="0.012" + id="ellipse2562" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.4710002" + cy="21.424" + rx="0.012" + ry="0.012" + id="ellipse2564" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.5910001" + cy="21.424" + rx="0.012" + ry="0.012" + id="ellipse2566" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.5910001" + cy="21.424" + rx="0.012" + ry="0.012" + id="ellipse2568" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.3509998" + cy="21.474001" + rx="0.012" + ry="0.012" + id="ellipse2570" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.3509998" + cy="21.474001" + rx="0.012" + ry="0.012" + id="ellipse2572" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.4710002" + cy="21.474001" + rx="0.012" + ry="0.012" + id="ellipse2574" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.4710002" + cy="21.474001" + rx="0.012" + ry="0.012" + id="ellipse2576" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.5910001" + cy="21.474001" + rx="0.012" + ry="0.012" + id="ellipse2578" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.5910001" + cy="21.474001" + rx="0.012" + ry="0.012" + id="ellipse2580" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.3509998" + cy="21.524" + rx="0.012" + ry="0.012" + id="ellipse2582" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.3509998" + cy="21.524" + rx="0.012" + ry="0.012" + id="ellipse2584" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.4710002" + cy="21.524" + rx="0.012" + ry="0.012" + id="ellipse2586" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.4710002" + cy="21.524" + rx="0.012" + ry="0.012" + id="ellipse2588" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.5910001" + cy="21.524" + rx="0.012" + ry="0.012" + id="ellipse2590" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.5910001" + cy="21.524" + rx="0.012" + ry="0.012" + id="ellipse2592" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.3509998" + cy="21.573999" + rx="0.012" + ry="0.012" + id="ellipse2594" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.3509998" + cy="21.573999" + rx="0.012" + ry="0.012" + id="ellipse2596" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.4710002" + cy="21.573999" + rx="0.012" + ry="0.012" + id="ellipse2598" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.4710002" + cy="21.573999" + rx="0.012" + ry="0.012" + id="ellipse2600" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.5910001" + cy="21.573999" + rx="0.012" + ry="0.012" + id="ellipse2602" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.5910001" + cy="21.573999" + rx="0.012" + ry="0.012" + id="ellipse2604" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.711" + cy="21.434" + rx="0.15000001" + ry="0.048" + id="ellipse2606" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="6.711" + cy="21.434" + rx="0.15000001" + ry="0.048" + id="ellipse2608" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="7.0110002" + cy="21.434" + rx="0.15000001" + ry="0.048" + id="ellipse2610" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="7.0110002" + cy="21.434" + rx="0.15000001" + ry="0.048" + id="ellipse2612" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <rect + width="1.1440001" + height="2.2880001" + x="10.504" + y="18.705" + id="rect2614" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.1440001" + height="2.2880001" + x="10.504" + y="18.705" + id="rect2616" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.1440001" + height="2.2880001" + x="10.504" + y="18.705" + id="rect2618" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.91500002" + height="0.91500002" + x="10.618" + y="18.819" + id="rect2620" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.91500002" + height="0.91500002" + x="10.618" + y="18.819" + id="rect2622" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.91500002" + height="0.91500002" + x="10.618" + y="18.819" + id="rect2624" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="11.533" + y1="19.048" + x2="10.618" + y2="19.048" + stroke="#000000" + stroke-width="0.010" + id="line2626" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.618" + y1="19.275999" + x2="11.533" + y2="19.275999" + stroke="#000000" + stroke-width="0.010" + id="line2628" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="11.533" + y1="19.448" + x2="10.618" + y2="19.448" + stroke="#000000" + stroke-width="0.010" + id="line2630" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.62900001" + height="0.34299999" + x="10.618" + y="19.848" + id="rect2632" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.62900001" + height="0.34299999" + x="10.618" + y="19.848" + id="rect2634" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.62900001" + height="0.34299999" + x="10.618" + y="19.848" + id="rect2636" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="10.504" + y1="20.249001" + x2="11.647" + y2="20.249001" + stroke="#000000" + stroke-width="0.010" + id="line2638" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="11.018" + y="20.363001" + id="rect2640" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="11.018" + y="20.363001" + id="rect2642" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="11.018" + y="20.363001" + id="rect2644" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="11.247" + y="20.363001" + id="rect2646" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="11.247" + y="20.363001" + id="rect2648" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="11.247" + y="20.363001" + id="rect2650" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="11.476" + y="20.363001" + id="rect2652" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="11.476" + y="20.363001" + id="rect2654" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="11.476" + y="20.363001" + id="rect2656" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.114" + height="0.057" + x="11.419" + y="20.02" + id="rect2658" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.114" + height="0.057" + x="11.419" + y="20.02" + id="rect2660" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.114" + height="0.057" + x="11.419" + y="20.02" + id="rect2662" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="10.618" + y1="20.02" + x2="11.247" + y2="20.02" + stroke="#000000" + stroke-width="0.010" + id="line2664" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.17200001" + height="0.17200001" + x="10.618" + y="20.306" + id="rect2666" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.17200001" + height="0.17200001" + x="10.618" + y="20.306" + id="rect2668" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.17200001" + height="0.17200001" + x="10.618" + y="20.306" + id="rect2670" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.801" + height="0.057" + x="10.675" + y="19.504999" + id="rect2672" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.801" + height="0.057" + x="10.675" + y="19.504999" + id="rect2674" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.801" + height="0.057" + x="10.675" + y="19.504999" + id="rect2676" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="10.675" + y1="19.906" + x2="11.19" + y2="19.906" + stroke="#000000" + stroke-width="0.010" + id="line2678" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="11.19" + y1="19.962999" + x2="11.133" + y2="19.962999" + stroke="#000000" + stroke-width="0.010" + id="line2680" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.675" + y1="19.962999" + x2="10.732" + y2="19.962999" + stroke="#000000" + stroke-width="0.010" + id="line2682" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.28600001" + height="0.057" + x="10.79" + y="19.906" + id="rect2684" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.28600001" + height="0.057" + x="10.79" + y="19.906" + id="rect2686" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.28600001" + height="0.057" + x="10.79" + y="19.906" + id="rect2688" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="10.675" + y1="19.620001" + x2="10.732" + y2="19.620001" + stroke="#000000" + stroke-width="0.010" + id="line2690" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.79" + y1="19.620001" + x2="10.847" + y2="19.620001" + stroke="#000000" + stroke-width="0.010" + id="line2692" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="11.362" + y1="19.620001" + x2="11.476" + y2="19.620001" + stroke="#000000" + stroke-width="0.010" + id="line2694" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="11.59" + y1="20.934999" + x2="10.561" + y2="20.934999" + stroke="#000000" + stroke-width="0.010" + id="line2696" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.561" + y1="20.878" + x2="11.59" + y2="20.878" + stroke="#000000" + stroke-width="0.010" + id="line2698" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="11.59" + y1="20.820999" + x2="10.561" + y2="20.820999" + stroke="#000000" + stroke-width="0.010" + id="line2700" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.561" + y1="20.763" + x2="11.59" + y2="20.763" + stroke="#000000" + stroke-width="0.010" + id="line2702" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="11.59" + y1="20.705999" + x2="10.561" + y2="20.705999" + stroke="#000000" + stroke-width="0.010" + id="line2704" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.561" + y1="20.649" + x2="11.59" + y2="20.649" + stroke="#000000" + stroke-width="0.010" + id="line2706" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="11.59" + y1="20.591999" + x2="10.561" + y2="20.591999" + stroke="#000000" + stroke-width="0.010" + id="line2708" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.4960001" + y1="19.819" + x2="4.0770001" + y2="19.855" + stroke="#000000" + stroke-width="0.100" + id="line2710" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="1.183" + height="1.044" + x="2.302" + y="19.268999" + id="rect2712" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="2.8940001" + cy="20.312" + rx="0.59100002" + ry="0.17399999" + id="ellipse2714" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="2.8940001" + cy="19.268999" + rx="0.59100002" + ry="0.17399999" + id="ellipse2716" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="2.8940001" + cy="19.268999" + rx="0.59100002" + ry="0.17399999" + id="ellipse2718" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 3.485,19.269 L 3.485,20.312 C 3.485,20.409 3.221,20.486 2.894,20.486 C 2.567,20.486 2.302,20.409 2.302,20.312 L 2.302,19.269" + id="path2720" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="2.589" + y="19.868999" + id="text2722" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LDAP</text> + <text + x="2.6040001" + y="20.268999" + id="text2724" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Slave</text> + <text + x="12.947" + y="22.452" + id="text2726" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">250 Users</text> + <text + x="12.072" + y="17.239" + id="text2728" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">New York</text> + <text + x="12.468" + y="18.039" + id="text2730" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Bldg3</text> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="-1.129,15.125 -1.129,15.903 5.732,15.903 5.732,16.538 " + id="polyline2732" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="16.1" + y1="22.393" + x2="15.55" + y2="23.143" + stroke="#F7F7F7" + stroke-width="0.100" + id="line2734" + style="stroke:#f7f7f7;stroke-width:0.1" /> + <text + x="-10.033" + y="7.8769999" + id="text2736" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Domain: GLOBALNET</text> + <text + x="-10.108" + y="22.502001" + id="text2738" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Domain: GLOBALNET</text> + <text + x="2.5420001" + y="22.502001" + id="text2740" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Domain: GLOBALNET</text> + <text + x="7.355" + y="0.40200001" + id="text2742" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Domain: UKNET</text> + <text + x="18.438999" + y="0.40200001" + id="text2744" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Domain: WESTNET</text> + <text + x="18.017" + y="15.202" + id="text2746" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Domain: GLOBALNET</text> + <text + x="-10.507" + y="0.49399999" + id="text2748" + style="font-size:1px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Notes:</text> + <text + x="-11.175" + y="1.294" + id="text2750" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">The decision was made to implement separate</text> + <text + x="-11.175" + y="1.794" + id="text2752" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">domains for the West Coast and for UK</text> + <text + x="-11.175" + y="2.2939999" + id="text2754" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">operations. Wide-area traffic will be reduced.</text> + <text + x="-11.175" + y="3.2939999" + id="text2756" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">This design introduces the concept of deploying</text> + <text + x="-11.175" + y="3.7939999" + id="text2758" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">interdomain trusts, thus permitting much needed</text> + <text + x="-11.175" + y="4.2940001" + id="text2760" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">network integration and interoperabilty.</text> + <text + x="-11.175" + y="5.2940001" + id="text2762" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">There is a single LDAP Master and at least one</text> + <text + x="-11.175" + y="5.7940001" + id="text2764" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Slave LDAP server in each remote office.</text> + <text + x="-11.175" + y="6.2940001" + id="text2766" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial" /> +</svg> diff --git a/docs/Samba3-ByExample/images/chap7-net2.dia b/docs/Samba3-ByExample/images/chap7-net2.dia Binary files differdeleted file mode 100644 index 653d2b2f69..0000000000 --- a/docs/Samba3-ByExample/images/chap7-net2.dia +++ /dev/null diff --git a/docs/Samba3-ByExample/images/chap7-net2.svg b/docs/Samba3-ByExample/images/chap7-net2.svg new file mode 100644 index 0000000000..1466498d62 --- /dev/null +++ b/docs/Samba3-ByExample/images/chap7-net2.svg @@ -0,0 +1,9075 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="34.602001cm" + height="23.67cm" + viewBox="-11.55 -0.456 23.052 23.213" + id="svg2"> + <defs + id="defs2765" /> + <rect + width="13.8" + height="6.513" + x="1.375" + y="16.256001" + id="rect4" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 1.375,16.256 C 1.2093146,16.256 1.075,16.390315 1.075,16.556" + id="path6" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 15.475,16.556 C 15.475,16.390315 15.340685,16.256 15.175,16.256" + id="path8" + style="fill:#ebebeb;stroke:none" /> + <rect + width="14.4" + height="5.9130001" + x="1.075" + y="16.556" + id="rect10" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 1.075,22.469 C 1.075,22.634685 1.2093146,22.769 1.375,22.769" + id="path12" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 15.175,22.769 C 15.340685,22.769 15.475,22.634685 15.475,22.469" + id="path14" + style="fill:#ebebeb;stroke:none" /> + <line + x1="1.375" + y1="16.256001" + x2="15.175" + y2="16.256001" + stroke="#000000" + stroke-width="0.050" + id="line16" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="1.375" + y1="22.768999" + x2="15.175" + y2="22.768999" + stroke="#000000" + stroke-width="0.050" + id="line18" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 1.375,16.256 C 1.2093146,16.256 1.075,16.390315 1.075,16.556" + id="path20" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 15.475,16.556 C 15.475,16.390315 15.340685,16.256 15.175,16.256" + id="path22" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="1.075" + y1="16.556" + x2="1.075" + y2="22.469" + stroke="#000000" + stroke-width="0.050" + id="line24" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="15.475" + y1="16.556" + x2="15.475" + y2="22.469" + stroke="#000000" + stroke-width="0.050" + id="line26" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 1.075,22.469 C 1.075,22.634685 1.2093146,22.769 1.375,22.769" + id="path28" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 15.175,22.769 C 15.340685,22.769 15.475,22.634685 15.475,22.469" + id="path30" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="10.617" + height="6.8530002" + x="0.495" + y="-0.40599999" + id="rect32" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 0.495,-0.406 C 0.32931458,-0.406 0.195,-0.27168542 0.195,-0.106" + id="path34" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 11.412,-0.106 C 11.412,-0.27168542 11.277685,-0.406 11.112,-0.406" + id="path36" + style="fill:#ebebeb;stroke:none" /> + <rect + width="11.217" + height="6.2529998" + x="0.19499999" + y="-0.106" + id="rect38" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 0.195,6.147 C 0.195,6.3126854 0.32931458,6.447 0.495,6.447" + id="path40" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 11.112,6.447 C 11.277685,6.447 11.412,6.3126854 11.412,6.147" + id="path42" + style="fill:#ebebeb;stroke:none" /> + <line + x1="0.495" + y1="-0.40599999" + x2="11.112" + y2="-0.40599999" + stroke="#000000" + stroke-width="0.050" + id="line44" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="0.495" + y1="6.447" + x2="11.112" + y2="6.447" + stroke="#000000" + stroke-width="0.050" + id="line46" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 0.495,-0.406 C 0.32931458,-0.406 0.195,-0.27168542 0.195,-0.106" + id="path48" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 11.412,-0.106 C 11.412,-0.27168542 11.277685,-0.406 11.112,-0.406" + id="path50" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="0.19499999" + y1="-0.106" + x2="0.19499999" + y2="6.1469998" + stroke="#000000" + stroke-width="0.050" + id="line52" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="11.412" + y1="-0.106" + x2="11.412" + y2="6.1469998" + stroke="#000000" + stroke-width="0.050" + id="line54" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 0.195,6.147 C 0.195,6.3126854 0.32931458,6.447 0.495,6.447" + id="path56" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 11.112,6.447 C 11.277685,6.447 11.412,6.3126854 11.412,6.147" + id="path58" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="10.337" + height="6.8600001" + x="12.35" + y="-0.43099999" + id="rect60" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 12.35,-0.431 C 12.184315,-0.431 12.05,-0.29668542 12.05,-0.131" + id="path62" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 22.987,-0.131 C 22.987,-0.29668542 22.852685,-0.431 22.687,-0.431" + id="path64" + style="fill:#ebebeb;stroke:none" /> + <rect + width="10.937" + height="6.2600002" + x="12.05" + y="-0.131" + id="rect66" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 12.05,6.129 C 12.05,6.2946854 12.184315,6.429 12.35,6.429" + id="path68" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 22.687,6.429 C 22.852685,6.429 22.987,6.2946854 22.987,6.129" + id="path70" + style="fill:#ebebeb;stroke:none" /> + <line + x1="12.35" + y1="-0.43099999" + x2="22.687" + y2="-0.43099999" + stroke="#000000" + stroke-width="0.050" + id="line72" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="12.35" + y1="6.4289999" + x2="22.687" + y2="6.4289999" + stroke="#000000" + stroke-width="0.050" + id="line74" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 12.35,-0.431 C 12.184315,-0.431 12.05,-0.29668542 12.05,-0.131" + id="path76" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 22.987,-0.131 C 22.987,-0.29668542 22.852685,-0.431 22.687,-0.431" + id="path78" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="12.05" + y1="-0.131" + x2="12.05" + y2="6.1290002" + stroke="#000000" + stroke-width="0.050" + id="line80" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="22.987" + y1="-0.131" + x2="22.987" + y2="6.1290002" + stroke="#000000" + stroke-width="0.050" + id="line82" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 12.05,6.129 C 12.05,6.2946854 12.184315,6.429 12.35,6.429" + id="path84" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 22.687,6.429 C 22.852685,6.429 22.987,6.2946854 22.987,6.129" + id="path86" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="10.821" + height="8.375" + x="11.905" + y="7.244" + id="rect88" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 11.905,7.244 C 11.739315,7.244 11.605,7.3783146 11.605,7.544" + id="path90" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 23.027,7.544 C 23.027,7.3783146 22.892685,7.244 22.727,7.244" + id="path92" + style="fill:#ebebeb;stroke:none" /> + <rect + width="11.421" + height="7.7750001" + x="11.605" + y="7.5440001" + id="rect94" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M 11.605,15.319 C 11.605,15.484685 11.739315,15.619 11.905,15.619" + id="path96" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 22.727,15.619 C 22.892685,15.619 23.027,15.484685 23.027,15.319" + id="path98" + style="fill:#ebebeb;stroke:none" /> + <line + x1="11.905" + y1="7.244" + x2="22.726999" + y2="7.244" + stroke="#000000" + stroke-width="0.050" + id="line100" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="11.905" + y1="15.619" + x2="22.726999" + y2="15.619" + stroke="#000000" + stroke-width="0.050" + id="line102" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 11.905,7.244 C 11.739315,7.244 11.605,7.3783146 11.605,7.544" + id="path104" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 23.027,7.544 C 23.027,7.3783146 22.892685,7.244 22.727,7.244" + id="path106" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="11.605" + y1="7.5440001" + x2="11.605" + y2="15.319" + stroke="#000000" + stroke-width="0.050" + id="line108" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="23.027" + y1="7.5440001" + x2="23.027" + y2="15.319" + stroke="#000000" + stroke-width="0.050" + id="line110" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M 11.605,15.319 C 11.605,15.484685 11.739315,15.619 11.905,15.619" + id="path112" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 22.727,15.619 C 22.892685,15.619 23.027,15.484685 23.027,15.319" + id="path114" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="15.1" + height="8.3719997" + x="-11.225" + y="7.1339998" + id="rect116" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M -11.225,7.134 C -11.390685,7.134 -11.525,7.2683146 -11.525,7.434" + id="path118" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 4.175,7.434 C 4.175,7.2683146 4.0406854,7.134 3.875,7.134" + id="path120" + style="fill:#ebebeb;stroke:none" /> + <rect + width="15.7" + height="7.7719998" + x="-11.525" + y="7.434" + id="rect122" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M -11.525,15.206 C -11.525,15.371685 -11.390685,15.506 -11.225,15.506" + id="path124" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 3.875,15.506 C 4.0406854,15.506 4.175,15.371685 4.175,15.206" + id="path126" + style="fill:#ebebeb;stroke:none" /> + <line + x1="-11.225" + y1="7.1339998" + x2="3.875" + y2="7.1339998" + stroke="#000000" + stroke-width="0.050" + id="line128" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="-11.225" + y1="15.506" + x2="3.875" + y2="15.506" + stroke="#000000" + stroke-width="0.050" + id="line130" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M -11.225,7.134 C -11.390685,7.134 -11.525,7.2683146 -11.525,7.434" + id="path132" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 4.175,7.434 C 4.175,7.2683146 4.0406854,7.134 3.875,7.134" + id="path134" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="-11.525" + y1="7.434" + x2="-11.525" + y2="15.206" + stroke="#000000" + stroke-width="0.050" + id="line136" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="4.1750002" + y1="7.434" + x2="4.1750002" + y2="15.206" + stroke="#000000" + stroke-width="0.050" + id="line138" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M -11.525,15.206 C -11.525,15.371685 -11.390685,15.506 -11.225,15.506" + id="path140" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 3.875,15.506 C 4.0406854,15.506 4.175,15.371685 4.175,15.206" + id="path142" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="1.95" + y1="11.168" + x2="4.8109999" + y2="11.165" + stroke="#000000" + stroke-width="0.300" + id="line144" + style="stroke:#000000;stroke-width:0.30000001" /> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="4.145,2.624 4.145,6.819 5.675,6.819 5.675,9.944 " + id="polyline146" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="16.100,2.794 16.100,6.844 8.674,6.844 8.674,9.887 " + id="polyline148" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.98000002" + height="0.98000002" + x="-1.818" + y="14.136" + id="rect150" + style="fill:#9f9f9f;stroke:none;stroke-width:0" /> + <rect + width="0.98000002" + height="0.98000002" + x="-1.818" + y="14.136" + id="rect152" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.98000002" + height="0.98000002" + x="-1.818" + y="14.136" + id="rect154" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M -1.267,14.295 C -1.267,14.785 -1.169,14.687 -1.659,14.687" + id="path156" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M -1.267,14.295 C -1.267,14.785 -1.169,14.687 -1.659,14.687" + id="path158" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="-1.22,14.371 -1.269,14.273 -1.318,14.371 -1.22,14.371 " + id="polygon160" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="-1.22,14.371 -1.269,14.273 -1.318,14.371 -1.22,14.371 " + id="polygon162" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="-1.583,14.636 -1.681,14.685 -1.583,14.734 -1.583,14.636 " + id="polygon164" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="-1.583,14.636 -1.681,14.685 -1.583,14.734 -1.583,14.636 " + id="polygon166" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M -0.976,14.571 C -1.466,14.571 -1.368,14.473 -1.368,14.963" + id="path168" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M -0.976,14.571 C -1.466,14.571 -1.368,14.473 -1.368,14.963" + id="path170" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="-1.063,14.616 -0.965,14.567 -1.063,14.518 -1.063,14.616 " + id="polygon172" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="-1.063,14.616 -0.965,14.567 -1.063,14.518 -1.063,14.616 " + id="polygon174" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="-1.426,14.881 -1.377,14.979 -1.328,14.881 -1.426,14.881 " + id="polygon176" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="-1.426,14.881 -1.377,14.979 -1.328,14.881 -1.426,14.881 " + id="polygon178" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="-1.306" + y1="11.165" + x2="-1.3279999" + y2="14.136" + stroke="#000000" + stroke-width="0.100" + id="line180" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="0.71700001" + y="7.6999998" + id="text182" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Server:</text> + <text + x="0.37799999" + y="8.1999998" + id="text184" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">GWYN-PDC</text> + <line + x1="6.118" + y1="13.16" + x2="7.7179999" + y2="13.135" + stroke="#000000" + stroke-width="0.100" + stroke-dasharray="0.10,0.10" + id="line186" + style="stroke:#000000;stroke-width:0.1;stroke-dasharray:0.1, 0.1" /> + <text + x="8.4429998" + y="13.325" + id="text188" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">= VPN</text> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="10.645,11.075 10.645,9.069 16.025,9.069 16.025,11.368 " + id="polyline190" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="-3.0239999" + y="14.751" + id="text192" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Router</text> + <text + x="4.1469998" + y="17.031" + id="text194" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Router</text> + <rect + width="1.217" + height="1.825" + x="2.553" + y="1.723" + id="rect196" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.217" + height="1.825" + x="2.553" + y="1.723" + id="rect198" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.217" + height="1.825" + x="2.553" + y="1.723" + id="rect200" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.97299999" + height="0.73000002" + x="2.6140001" + y="1.784" + id="rect202" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.97299999" + height="0.73000002" + x="2.6140001" + y="1.784" + id="rect204" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.97299999" + height="0.73000002" + x="2.6140001" + y="1.784" + id="rect206" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="2.6140001" + y1="2.027" + x2="3.5869999" + y2="2.027" + stroke="#000000" + stroke-width="0.010" + id="line208" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.5869999" + y1="2.2709999" + x2="2.6140001" + y2="2.2709999" + stroke="#000000" + stroke-width="0.010" + id="line210" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.66900003" + height="0.36500001" + x="2.7360001" + y="2.575" + id="rect212" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.66900003" + height="0.36500001" + x="2.7360001" + y="2.575" + id="rect214" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.66900003" + height="0.36500001" + x="2.7360001" + y="2.575" + id="rect216" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="2.553" + y1="3.122" + x2="3.77" + y2="3.122" + stroke="#000000" + stroke-width="0.010" + id="line218" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="3.405" + y="3.0009999" + id="rect220" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="3.405" + y="3.0009999" + id="rect222" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="3.405" + y="3.0009999" + id="rect224" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="3.527" + y="3.0009999" + id="rect226" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="3.527" + y="3.0009999" + id="rect228" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="3.527" + y="3.0009999" + id="rect230" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="3.648" + y="3.0009999" + id="rect232" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="3.648" + y="3.0009999" + id="rect234" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="3.648" + y="3.0009999" + id="rect236" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.122" + height="0.122" + x="3.5869999" + y="2.8180001" + id="rect238" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.122" + height="0.122" + x="3.5869999" + y="2.8180001" + id="rect240" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.122" + height="0.122" + x="3.5869999" + y="2.8180001" + id="rect242" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="2.7360001" + y1="2.757" + x2="3.405" + y2="2.757" + stroke="#000000" + stroke-width="0.010" + id="line244" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.183" + height="0.182" + x="3.527" + y="2.575" + id="rect246" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.183" + height="0.182" + x="3.527" + y="2.575" + id="rect248" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.183" + height="0.182" + x="3.527" + y="2.575" + id="rect250" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.852" + height="0.061000001" + x="2.675" + y="2.332" + id="rect252" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.852" + height="0.061000001" + x="2.675" + y="2.332" + id="rect254" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.852" + height="0.061000001" + x="2.675" + y="2.332" + id="rect256" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="2.7969999" + y1="2.6359999" + x2="3.3440001" + y2="2.6359999" + stroke="#000000" + stroke-width="0.010" + id="line258" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.30399999" + height="0.061000001" + x="2.918" + y="2.6359999" + id="rect260" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.30399999" + height="0.061000001" + x="2.918" + y="2.6359999" + id="rect262" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.30399999" + height="0.061000001" + x="2.918" + y="2.6359999" + id="rect264" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="3.405" + y1="2.4530001" + x2="3.527" + y2="2.4530001" + stroke="#000000" + stroke-width="0.010" + id="line266" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.6140001" + y1="3.1830001" + x2="3.7090001" + y2="3.1830001" + stroke="#000000" + stroke-width="0.010" + id="line268" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.7090001" + y1="3.244" + x2="2.6140001" + y2="3.244" + stroke="#000000" + stroke-width="0.010" + id="line270" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.6140001" + y1="3.3050001" + x2="3.7090001" + y2="3.3050001" + stroke="#000000" + stroke-width="0.010" + id="line272" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.7090001" + y1="3.487" + x2="2.6140001" + y2="3.487" + stroke="#000000" + stroke-width="0.010" + id="line274" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.6140001" + y1="3.427" + x2="3.7090001" + y2="3.427" + stroke="#000000" + stroke-width="0.010" + id="line276" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.7090001" + y1="3.3659999" + x2="2.6140001" + y2="3.3659999" + stroke="#000000" + stroke-width="0.010" + id="line278" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.675" + y1="2.4530001" + x2="2.7360001" + y2="2.4530001" + stroke="#000000" + stroke-width="0.010" + id="line280" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.7969999" + y1="2.4530001" + x2="2.8570001" + y2="2.4530001" + stroke="#000000" + stroke-width="0.010" + id="line282" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.7969999" + y1="2.697" + x2="2.8570001" + y2="2.697" + stroke="#000000" + stroke-width="0.010" + id="line284" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.283" + y1="2.697" + x2="3.3440001" + y2="2.697" + stroke="#000000" + stroke-width="0.010" + id="line286" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.72" + y1="2.6359999" + x2="8.8620005" + y2="2.6229999" + stroke="#000000" + stroke-width="0.100" + id="line288" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="5.2069998" + y1="2.632" + x2="5.2090001" + y2="3.5910001" + stroke="#000000" + stroke-width="0.100" + id="line290" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="5.21" + y1="2.632" + x2="5.2080002" + y2="1.632" + stroke="#000000" + stroke-width="0.100" + id="line292" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="6.6500001" + y1="2.6289999" + x2="6.652" + y2="3.5339999" + stroke="#000000" + stroke-width="0.100" + id="line294" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="6.651" + y1="2.6289999" + x2="6.6479998" + y2="1.6289999" + stroke="#000000" + stroke-width="0.100" + id="line296" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="8.092" + y1="2.625" + x2="8.0950003" + y2="3.552" + stroke="#000000" + stroke-width="0.100" + id="line298" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="8.0909996" + y1="2.625" + x2="8.0889997" + y2="1.625" + stroke="#000000" + stroke-width="0.100" + id="line300" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="0.89600003" + height="0.67199999" + x="6.1989999" + y="3.559" + id="rect302" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="6.1989999" + y="3.559" + id="rect304" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="6.296" + y="3.6559999" + id="rect306" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="6.321,4.231 6.782,4.231 6.782,4.335 6.345,4.335 6.321,4.231 " + id="polygon308" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="6.321,4.231 6.782,4.231 6.782,4.335 6.345,4.335 6.321,4.231 " + id="polygon310" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="6.782,4.231 6.974,4.231 6.949,4.335 6.782,4.335 6.782,4.231 " + id="polygon312" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="6.782,4.231 6.974,4.231 6.949,4.335 6.782,4.335 6.782,4.231 " + id="polygon314" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="6.8130002" + y="4.2620001" + id="rect316" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="6.8130002" + y="4.2620001" + id="rect318" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="6.558,4.335 6.737,4.335 6.737,4.388 6.826,4.388 6.826,4.44 6.468,4.44 6.468,4.388 6.558,4.388 6.558,4.335 " + id="polygon320" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="6.558,4.335 6.737,4.335 6.737,4.388 6.826,4.388 6.826,4.44 6.468,4.44 6.468,4.388 6.558,4.388 6.558,4.335 " + id="polygon322" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="7.6420002" + y="3.5480001" + id="rect324" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="7.6420002" + y="3.5480001" + id="rect326" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="7.7389998" + y="3.645" + id="rect328" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="7.763,4.22 8.224,4.22 8.224,4.325 7.787,4.325 7.763,4.22 " + id="polygon330" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="7.763,4.22 8.224,4.22 8.224,4.325 7.787,4.325 7.763,4.22 " + id="polygon332" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="8.224,4.22 8.416,4.22 8.392,4.325 8.224,4.325 8.224,4.22 " + id="polygon334" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.224,4.22 8.416,4.22 8.392,4.325 8.224,4.325 8.224,4.22 " + id="polygon336" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="8.2550001" + y="4.2509999" + id="rect338" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="8.2550001" + y="4.2509999" + id="rect340" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="8,4.325 8.179,4.325 8.179,4.377 8.269,4.377 8.269,4.429 7.91,4.429 7.91,4.377 8,4.377 8,4.325 " + id="polygon342" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8,4.325 8.179,4.325 8.179,4.377 8.269,4.377 8.269,4.429 7.91,4.429 7.91,4.377 8,4.377 8,4.325 " + id="polygon344" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="4.7670002" + y="1.123" + id="rect346" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="4.7670002" + y="1.123" + id="rect348" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="4.8639998" + y="1.22" + id="rect350" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="4.888,1.795 5.349,1.795 5.349,1.9 4.912,1.9 4.888,1.795 " + id="polygon352" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="4.888,1.795 5.349,1.795 5.349,1.9 4.912,1.9 4.888,1.795 " + id="polygon354" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="5.349,1.795 5.541,1.795 5.517,1.9 5.349,1.9 5.349,1.795 " + id="polygon356" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="5.349,1.795 5.541,1.795 5.517,1.9 5.349,1.9 5.349,1.795 " + id="polygon358" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="5.3800001" + y="1.826" + id="rect360" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="5.3800001" + y="1.826" + id="rect362" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="5.125,1.9 5.304,1.9 5.304,1.952 5.394,1.952 5.394,2.004 5.035,2.004 5.035,1.952 5.125,1.952 5.125,1.9 " + id="polygon364" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="5.125,1.9 5.304,1.9 5.304,1.952 5.394,1.952 5.394,2.004 5.035,2.004 5.035,1.952 5.125,1.952 5.125,1.9 " + id="polygon366" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="6.217" + y="1.148" + id="rect368" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="6.217" + y="1.148" + id="rect370" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="6.3140001" + y="1.245" + id="rect372" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="6.338,1.82 6.799,1.82 6.799,1.925 6.362,1.925 6.338,1.82 " + id="polygon374" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="6.338,1.82 6.799,1.82 6.799,1.925 6.362,1.925 6.338,1.82 " + id="polygon376" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="6.799,1.82 6.991,1.82 6.967,1.925 6.799,1.925 6.799,1.82 " + id="polygon378" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="6.799,1.82 6.991,1.82 6.967,1.925 6.799,1.925 6.799,1.82 " + id="polygon380" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="6.8299999" + y="1.851" + id="rect382" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="6.8299999" + y="1.851" + id="rect384" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="6.575,1.925 6.754,1.925 6.754,1.977 6.844,1.977 6.844,2.029 6.485,2.029 6.485,1.977 6.575,1.977 6.575,1.925 " + id="polygon386" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="6.575,1.925 6.754,1.925 6.754,1.977 6.844,1.977 6.844,2.029 6.485,2.029 6.485,1.977 6.575,1.977 6.575,1.925 " + id="polygon388" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="7.6669998" + y="1.123" + id="rect390" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="7.6669998" + y="1.123" + id="rect392" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="7.7639999" + y="1.22" + id="rect394" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="7.788,1.795 8.249,1.795 8.249,1.9 7.812,1.9 7.788,1.795 " + id="polygon396" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="7.788,1.795 8.249,1.795 8.249,1.9 7.812,1.9 7.788,1.795 " + id="polygon398" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="8.249,1.795 8.441,1.795 8.417,1.9 8.249,1.9 8.249,1.795 " + id="polygon400" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.249,1.795 8.441,1.795 8.417,1.9 8.249,1.9 8.249,1.795 " + id="polygon402" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="8.2799997" + y="1.826" + id="rect404" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="8.2799997" + y="1.826" + id="rect406" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="8.025,1.9 8.204,1.9 8.204,1.952 8.294,1.952 8.294,2.004 7.935,2.004 7.935,1.952 8.025,1.952 8.025,1.9 " + id="polygon408" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.025,1.9 8.204,1.9 8.204,1.952 8.294,1.952 8.294,2.004 7.935,2.004 7.935,1.952 8.025,1.952 8.025,1.9 " + id="polygon410" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="4.779,3.795 4.731,3.815 4.587,4.175 4.587,4.355 4.659,4.415 5.715,4.415 5.787,4.355 5.787,4.175 5.643,3.815 5.595,3.795 4.779,3.795 " + id="polygon412" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="4.779,3.795 4.731,3.815 4.587,4.175 4.587,4.355 4.659,4.415 5.715,4.415 5.787,4.355 5.787,4.175 5.643,3.815 5.595,3.795 4.779,3.795 " + id="polygon414" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 4.611,4.115 L 4.659,4.135 L 5.715,4.135 L 5.763,4.115" + id="path416" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 5.715,4.135 L 5.787,4.175" + id="path418" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 4.587,4.175 L 4.659,4.135" + id="path420" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="4.923,3.415 4.899,3.895 5.475,3.895 5.451,3.415 4.923,3.415 " + id="polygon422" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="4.923,3.415 4.899,3.895 5.475,3.895 5.451,3.415 4.923,3.415 " + id="polygon424" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="4.827,3.895 4.779,4.035 5.595,4.035 5.547,3.895 4.827,3.895 " + id="polygon426" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="4.827,3.895 4.779,4.035 5.595,4.035 5.547,3.895 4.827,3.895 " + id="polygon428" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="4.8270001" + cy="4.2049999" + rx="0.012" + ry="0.012" + id="ellipse430" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.8270001" + cy="4.2049999" + rx="0.012" + ry="0.012" + id="ellipse432" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.947" + cy="4.2049999" + rx="0.012" + ry="0.012" + id="ellipse434" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.947" + cy="4.2049999" + rx="0.012" + ry="0.012" + id="ellipse436" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="5.0669999" + cy="4.2049999" + rx="0.012" + ry="0.012" + id="ellipse438" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="5.0669999" + cy="4.2049999" + rx="0.012" + ry="0.012" + id="ellipse440" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.8270001" + cy="4.2550001" + rx="0.012" + ry="0.012" + id="ellipse442" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.8270001" + cy="4.2550001" + rx="0.012" + ry="0.012" + id="ellipse444" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.947" + cy="4.2550001" + rx="0.012" + ry="0.012" + id="ellipse446" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.947" + cy="4.2550001" + rx="0.012" + ry="0.012" + id="ellipse448" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="5.0669999" + cy="4.2550001" + rx="0.012" + ry="0.012" + id="ellipse450" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="5.0669999" + cy="4.2550001" + rx="0.012" + ry="0.012" + id="ellipse452" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.8270001" + cy="4.3049998" + rx="0.012" + ry="0.012" + id="ellipse454" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.8270001" + cy="4.3049998" + rx="0.012" + ry="0.012" + id="ellipse456" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.947" + cy="4.3049998" + rx="0.012" + ry="0.012" + id="ellipse458" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.947" + cy="4.3049998" + rx="0.012" + ry="0.012" + id="ellipse460" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="5.0669999" + cy="4.3049998" + rx="0.012" + ry="0.012" + id="ellipse462" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="5.0669999" + cy="4.3049998" + rx="0.012" + ry="0.012" + id="ellipse464" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.8270001" + cy="4.355" + rx="0.012" + ry="0.012" + id="ellipse466" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.8270001" + cy="4.355" + rx="0.012" + ry="0.012" + id="ellipse468" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="4.947" + cy="4.355" + rx="0.012" + ry="0.012" + id="ellipse470" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="4.947" + cy="4.355" + rx="0.012" + ry="0.012" + id="ellipse472" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="5.0669999" + cy="4.355" + rx="0.012" + ry="0.012" + id="ellipse474" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="5.0669999" + cy="4.355" + rx="0.012" + ry="0.012" + id="ellipse476" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="5.1869998" + cy="4.2150002" + rx="0.15000001" + ry="0.048" + id="ellipse478" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="5.1869998" + cy="4.2150002" + rx="0.15000001" + ry="0.048" + id="ellipse480" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="5.487" + cy="4.2150002" + rx="0.15000001" + ry="0.048" + id="ellipse482" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="5.487" + cy="4.2150002" + rx="0.15000001" + ry="0.048" + id="ellipse484" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <rect + width="1.1440001" + height="2.2880001" + x="8.9790001" + y="1.4859999" + id="rect486" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.1440001" + height="2.2880001" + x="8.9790001" + y="1.4859999" + id="rect488" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.1440001" + height="2.2880001" + x="8.9790001" + y="1.4859999" + id="rect490" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.91500002" + height="0.91500002" + x="9.0939999" + y="1.6" + id="rect492" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.91500002" + height="0.91500002" + x="9.0939999" + y="1.6" + id="rect494" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.91500002" + height="0.91500002" + x="9.0939999" + y="1.6" + id="rect496" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="10.009" + y1="1.829" + x2="9.0939999" + y2="1.829" + stroke="#000000" + stroke-width="0.010" + id="line498" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="9.0939999" + y1="2.0580001" + x2="10.009" + y2="2.0580001" + stroke="#000000" + stroke-width="0.010" + id="line500" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.009" + y1="2.2290001" + x2="9.0939999" + y2="2.2290001" + stroke="#000000" + stroke-width="0.010" + id="line502" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.62900001" + height="0.34299999" + x="9.0939999" + y="2.6289999" + id="rect504" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.62900001" + height="0.34299999" + x="9.0939999" + y="2.6289999" + id="rect506" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.62900001" + height="0.34299999" + x="9.0939999" + y="2.6289999" + id="rect508" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="8.9790001" + y1="3.03" + x2="10.123" + y2="3.03" + stroke="#000000" + stroke-width="0.010" + id="line510" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="9.4940004" + y="3.1440001" + id="rect512" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="9.4940004" + y="3.1440001" + id="rect514" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="9.4940004" + y="3.1440001" + id="rect516" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="9.7229996" + y="3.1440001" + id="rect518" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="9.7229996" + y="3.1440001" + id="rect520" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="9.7229996" + y="3.1440001" + id="rect522" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="9.9519997" + y="3.1440001" + id="rect524" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="9.9519997" + y="3.1440001" + id="rect526" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="9.9519997" + y="3.1440001" + id="rect528" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.114" + height="0.057" + x="9.8950005" + y="2.8010001" + id="rect530" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.114" + height="0.057" + x="9.8950005" + y="2.8010001" + id="rect532" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.114" + height="0.057" + x="9.8950005" + y="2.8010001" + id="rect534" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="9.0939999" + y1="2.8010001" + x2="9.7229996" + y2="2.8010001" + stroke="#000000" + stroke-width="0.010" + id="line536" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.17200001" + height="0.17200001" + x="9.0939999" + y="3.0869999" + id="rect538" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.17200001" + height="0.17200001" + x="9.0939999" + y="3.0869999" + id="rect540" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.17200001" + height="0.17200001" + x="9.0939999" + y="3.0869999" + id="rect542" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.801" + height="0.057" + x="9.151" + y="2.286" + id="rect544" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.801" + height="0.057" + x="9.151" + y="2.286" + id="rect546" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.801" + height="0.057" + x="9.151" + y="2.286" + id="rect548" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="9.151" + y1="2.687" + x2="9.6660004" + y2="2.687" + stroke="#000000" + stroke-width="0.010" + id="line550" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="9.6660004" + y1="2.744" + x2="9.6090002" + y2="2.744" + stroke="#000000" + stroke-width="0.010" + id="line552" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="9.151" + y1="2.744" + x2="9.2080002" + y2="2.744" + stroke="#000000" + stroke-width="0.010" + id="line554" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.28600001" + height="0.057" + x="9.2650003" + y="2.687" + id="rect556" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.28600001" + height="0.057" + x="9.2650003" + y="2.687" + id="rect558" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.28600001" + height="0.057" + x="9.2650003" + y="2.687" + id="rect560" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="9.151" + y1="2.401" + x2="9.2080002" + y2="2.401" + stroke="#000000" + stroke-width="0.010" + id="line562" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="9.2650003" + y1="2.401" + x2="9.323" + y2="2.401" + stroke="#000000" + stroke-width="0.010" + id="line564" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="9.8369999" + y1="2.401" + x2="9.9519997" + y2="2.401" + stroke="#000000" + stroke-width="0.010" + id="line566" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.066" + y1="3.7160001" + x2="9.0369997" + y2="3.7160001" + stroke="#000000" + stroke-width="0.010" + id="line568" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="9.0369997" + y1="3.6589999" + x2="10.066" + y2="3.6589999" + stroke="#000000" + stroke-width="0.010" + id="line570" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.066" + y1="3.602" + x2="9.0369997" + y2="3.602" + stroke="#000000" + stroke-width="0.010" + id="line572" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="9.0369997" + y1="3.5439999" + x2="10.066" + y2="3.5439999" + stroke="#000000" + stroke-width="0.010" + id="line574" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.066" + y1="3.487" + x2="9.0369997" + y2="3.487" + stroke="#000000" + stroke-width="0.010" + id="line576" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="9.0369997" + y1="3.4300001" + x2="10.066" + y2="3.4300001" + stroke="#000000" + stroke-width="0.010" + id="line578" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.066" + y1="3.3729999" + x2="9.0369997" + y2="3.3729999" + stroke="#000000" + stroke-width="0.010" + id="line580" + style="stroke:#000000;stroke-width:0.01" /> + <text + x="5.9629998" + y="5.2589998" + id="text582" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Network:</text> + <text + x="5.5580001" + y="5.8590002" + id="text584" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">172.16.12.0/22</text> + <text + x="1.234" + y="4.1529999" + id="text586" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Server:</text> + <text + x="1.053" + y="4.6529999" + id="text588" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LON-BDC</text> + <text + x="9.3100004" + y="0.375" + id="text590" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Server:</text> + <text + x="9.1300001" + y="0.875" + id="text592" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LON-PDC</text> + <rect + width="1.291" + height="1.1390001" + x="0.61699998" + y="2.0880001" + id="rect594" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="1.263" + cy="3.227" + rx="0.64499998" + ry="0.19" + id="ellipse596" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="1.263" + cy="2.0880001" + rx="0.64499998" + ry="0.19" + id="ellipse598" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="1.263" + cy="2.0880001" + rx="0.64499998" + ry="0.19" + id="ellipse600" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 1.908,2.088 L 1.908,3.227 C 1.908,3.332 1.619,3.417 1.263,3.417 C 0.906,3.417 0.617,3.332 0.617,3.227 L 0.617,2.088" + id="path602" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="1.928" + y1="2.523" + x2="2.503" + y2="2.523" + stroke="#000000" + stroke-width="0.100" + id="line604" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="0.935" + y="2.7219999" + id="text606" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LDAP</text> + <text + x="0.94999999" + y="3.122" + id="text608" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Slave</text> + <rect + width="1.217" + height="1.825" + x="14.397" + y="1.885" + id="rect610" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.217" + height="1.825" + x="14.397" + y="1.885" + id="rect612" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.217" + height="1.825" + x="14.397" + y="1.885" + id="rect614" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.97299999" + height="0.73000002" + x="14.458" + y="1.946" + id="rect616" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.97299999" + height="0.73000002" + x="14.458" + y="1.946" + id="rect618" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.97299999" + height="0.73000002" + x="14.458" + y="1.946" + id="rect620" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="14.458" + y1="2.1900001" + x2="15.431" + y2="2.1900001" + stroke="#000000" + stroke-width="0.010" + id="line622" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.431" + y1="2.4330001" + x2="14.458" + y2="2.4330001" + stroke="#000000" + stroke-width="0.010" + id="line624" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.66900003" + height="0.36500001" + x="14.58" + y="2.737" + id="rect626" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.66900003" + height="0.36500001" + x="14.58" + y="2.737" + id="rect628" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.66900003" + height="0.36500001" + x="14.58" + y="2.737" + id="rect630" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="14.397" + y1="3.2850001" + x2="15.614" + y2="3.2850001" + stroke="#000000" + stroke-width="0.010" + id="line632" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.249" + y="3.1630001" + id="rect634" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.249" + y="3.1630001" + id="rect636" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.249" + y="3.1630001" + id="rect638" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.371" + y="3.1630001" + id="rect640" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.371" + y="3.1630001" + id="rect642" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.371" + y="3.1630001" + id="rect644" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.492" + y="3.1630001" + id="rect646" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.492" + y="3.1630001" + id="rect648" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.492" + y="3.1630001" + id="rect650" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.122" + height="0.122" + x="15.431" + y="2.98" + id="rect652" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.122" + height="0.122" + x="15.431" + y="2.98" + id="rect654" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.122" + height="0.122" + x="15.431" + y="2.98" + id="rect656" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="14.58" + y1="2.9200001" + x2="15.249" + y2="2.9200001" + stroke="#000000" + stroke-width="0.010" + id="line658" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.183" + height="0.183" + x="15.371" + y="2.737" + id="rect660" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.183" + height="0.183" + x="15.371" + y="2.737" + id="rect662" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.183" + height="0.183" + x="15.371" + y="2.737" + id="rect664" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.852" + height="0.061000001" + x="14.519" + y="2.494" + id="rect666" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.852" + height="0.061000001" + x="14.519" + y="2.494" + id="rect668" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.852" + height="0.061000001" + x="14.519" + y="2.494" + id="rect670" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="14.641" + y1="2.7980001" + x2="15.188" + y2="2.7980001" + stroke="#000000" + stroke-width="0.010" + id="line672" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.30399999" + height="0.061000001" + x="14.762" + y="2.7980001" + id="rect674" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.30399999" + height="0.061000001" + x="14.762" + y="2.7980001" + id="rect676" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.30399999" + height="0.061000001" + x="14.762" + y="2.7980001" + id="rect678" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="15.249" + y1="2.615" + x2="15.371" + y2="2.615" + stroke="#000000" + stroke-width="0.010" + id="line680" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.458" + y1="3.345" + x2="15.553" + y2="3.345" + stroke="#000000" + stroke-width="0.010" + id="line682" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.553" + y1="3.4059999" + x2="14.458" + y2="3.4059999" + stroke="#000000" + stroke-width="0.010" + id="line684" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.458" + y1="3.467" + x2="15.553" + y2="3.467" + stroke="#000000" + stroke-width="0.010" + id="line686" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.553" + y1="3.6500001" + x2="14.458" + y2="3.6500001" + stroke="#000000" + stroke-width="0.010" + id="line688" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.458" + y1="3.589" + x2="15.553" + y2="3.589" + stroke="#000000" + stroke-width="0.010" + id="line690" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.553" + y1="3.5280001" + x2="14.458" + y2="3.5280001" + stroke="#000000" + stroke-width="0.010" + id="line692" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.519" + y1="2.615" + x2="14.58" + y2="2.615" + stroke="#000000" + stroke-width="0.010" + id="line694" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.641" + y1="2.615" + x2="14.701" + y2="2.615" + stroke="#000000" + stroke-width="0.010" + id="line696" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.641" + y1="2.859" + x2="14.701" + y2="2.859" + stroke="#000000" + stroke-width="0.010" + id="line698" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.127" + y1="2.859" + x2="15.188" + y2="2.859" + stroke="#000000" + stroke-width="0.010" + id="line700" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.564" + y1="2.7980001" + x2="20.705" + y2="2.7850001" + stroke="#000000" + stroke-width="0.100" + id="line702" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="17.051001" + y1="2.7939999" + x2="17.052999" + y2="3.753" + stroke="#000000" + stroke-width="0.100" + id="line704" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="17.054001" + y1="2.7939999" + x2="17.052" + y2="1.794" + stroke="#000000" + stroke-width="0.100" + id="line706" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="18.493" + y1="2.7909999" + x2="18.496" + y2="3.6960001" + stroke="#000000" + stroke-width="0.100" + id="line708" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="18.495001" + y1="2.7909999" + x2="18.492001" + y2="1.791" + stroke="#000000" + stroke-width="0.100" + id="line710" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="19.936001" + y1="2.7869999" + x2="19.938999" + y2="3.714" + stroke="#000000" + stroke-width="0.100" + id="line712" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="19.934999" + y1="2.7869999" + x2="19.933001" + y2="1.7869999" + stroke="#000000" + stroke-width="0.100" + id="line714" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="0.89600003" + height="0.67199999" + x="18.042999" + y="3.721" + id="rect716" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="18.042999" + y="3.721" + id="rect718" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="18.139999" + y="3.8180001" + id="rect720" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="18.165,4.393 18.625,4.393 18.625,4.498 18.189,4.498 18.165,4.393 " + id="polygon722" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.165,4.393 18.625,4.393 18.625,4.498 18.189,4.498 18.165,4.393 " + id="polygon724" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="18.625,4.393 18.818,4.393 18.793,4.498 18.625,4.498 18.625,4.393 " + id="polygon726" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.625,4.393 18.818,4.393 18.793,4.498 18.625,4.498 18.625,4.393 " + id="polygon728" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="18.657" + y="4.4239998" + id="rect730" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="18.657" + y="4.4239998" + id="rect732" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="18.402,4.498 18.581,4.498 18.581,4.55 18.67,4.55 18.67,4.602 18.312,4.602 18.312,4.55 18.402,4.55 18.402,4.498 " + id="polygon734" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.402,4.498 18.581,4.498 18.581,4.55 18.67,4.55 18.67,4.602 18.312,4.602 18.312,4.55 18.402,4.55 18.402,4.498 " + id="polygon736" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="19.486" + y="3.71" + id="rect738" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="19.486" + y="3.71" + id="rect740" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="19.583" + y="3.8069999" + id="rect742" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="19.607,4.382 20.068,4.382 20.068,4.487 19.631,4.487 19.607,4.382 " + id="polygon744" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.607,4.382 20.068,4.382 20.068,4.487 19.631,4.487 19.607,4.382 " + id="polygon746" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="20.068,4.382 20.26,4.382 20.236,4.487 20.068,4.487 20.068,4.382 " + id="polygon748" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="20.068,4.382 20.26,4.382 20.236,4.487 20.068,4.487 20.068,4.382 " + id="polygon750" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="20.099001" + y="4.414" + id="rect752" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="20.099001" + y="4.414" + id="rect754" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="19.844,4.487 20.023,4.487 20.023,4.539 20.113,4.539 20.113,4.591 19.754,4.591 19.754,4.539 19.844,4.539 19.844,4.487 " + id="polygon756" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.844,4.487 20.023,4.487 20.023,4.539 20.113,4.539 20.113,4.591 19.754,4.591 19.754,4.539 19.844,4.539 19.844,4.487 " + id="polygon758" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="16.611" + y="1.285" + id="rect760" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="16.611" + y="1.285" + id="rect762" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="16.708" + y="1.382" + id="rect764" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="16.732,1.957 17.193,1.957 17.193,2.062 16.756,2.062 16.732,1.957 " + id="polygon766" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="16.732,1.957 17.193,1.957 17.193,2.062 16.756,2.062 16.732,1.957 " + id="polygon768" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="17.193,1.957 17.385,1.957 17.361,2.062 17.193,2.062 17.193,1.957 " + id="polygon770" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="17.193,1.957 17.385,1.957 17.361,2.062 17.193,2.062 17.193,1.957 " + id="polygon772" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="17.224001" + y="1.989" + id="rect774" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="17.224001" + y="1.989" + id="rect776" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="16.969,2.062 17.148,2.062 17.148,2.114 17.238,2.114 17.238,2.166 16.879,2.166 16.879,2.114 16.969,2.114 16.969,2.062 " + id="polygon778" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="16.969,2.062 17.148,2.062 17.148,2.114 17.238,2.114 17.238,2.166 16.879,2.166 16.879,2.114 16.969,2.114 16.969,2.062 " + id="polygon780" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="18.061001" + y="1.3099999" + id="rect782" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="18.061001" + y="1.3099999" + id="rect784" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="18.158001" + y="1.4069999" + id="rect786" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="18.182,1.982 18.643,1.982 18.643,2.087 18.206,2.087 18.182,1.982 " + id="polygon788" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.182,1.982 18.643,1.982 18.643,2.087 18.206,2.087 18.182,1.982 " + id="polygon790" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="18.643,1.982 18.835,1.982 18.811,2.087 18.643,2.087 18.643,1.982 " + id="polygon792" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.643,1.982 18.835,1.982 18.811,2.087 18.643,2.087 18.643,1.982 " + id="polygon794" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="18.674" + y="2.0139999" + id="rect796" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="18.674" + y="2.0139999" + id="rect798" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="18.419,2.087 18.598,2.087 18.598,2.139 18.688,2.139 18.688,2.191 18.329,2.191 18.329,2.139 18.419,2.139 18.419,2.087 " + id="polygon800" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.419,2.087 18.598,2.087 18.598,2.139 18.688,2.139 18.688,2.191 18.329,2.191 18.329,2.139 18.419,2.139 18.419,2.087 " + id="polygon802" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="19.511" + y="1.285" + id="rect804" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="19.511" + y="1.285" + id="rect806" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="19.608" + y="1.382" + id="rect808" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="19.632,1.957 20.093,1.957 20.093,2.062 19.656,2.062 19.632,1.957 " + id="polygon810" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.632,1.957 20.093,1.957 20.093,2.062 19.656,2.062 19.632,1.957 " + id="polygon812" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="20.093,1.957 20.285,1.957 20.261,2.062 20.093,2.062 20.093,1.957 " + id="polygon814" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="20.093,1.957 20.285,1.957 20.261,2.062 20.093,2.062 20.093,1.957 " + id="polygon816" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="20.124001" + y="1.989" + id="rect818" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="20.124001" + y="1.989" + id="rect820" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="19.869,2.062 20.048,2.062 20.048,2.114 20.138,2.114 20.138,2.166 19.779,2.166 19.779,2.114 19.869,2.114 19.869,2.062 " + id="polygon822" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.869,2.062 20.048,2.062 20.048,2.114 20.138,2.114 20.138,2.166 19.779,2.166 19.779,2.114 19.869,2.114 19.869,2.062 " + id="polygon824" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="16.622,3.957 16.574,3.977 16.43,4.337 16.43,4.517 16.502,4.577 17.558,4.577 17.63,4.517 17.63,4.337 17.486,3.977 17.438,3.957 16.622,3.957 " + id="polygon826" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="16.622,3.957 16.574,3.977 16.43,4.337 16.43,4.517 16.502,4.577 17.558,4.577 17.63,4.517 17.63,4.337 17.486,3.977 17.438,3.957 16.622,3.957 " + id="polygon828" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 16.454,4.277 L 16.502,4.297 L 17.558,4.297 L 17.606,4.277" + id="path830" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 17.558,4.297 L 17.63,4.337" + id="path832" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 16.43,4.337 L 16.502,4.297" + id="path834" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="16.766,3.577 16.742,4.057 17.318,4.057 17.294,3.577 16.766,3.577 " + id="polygon836" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="16.766,3.577 16.742,4.057 17.318,4.057 17.294,3.577 16.766,3.577 " + id="polygon838" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="16.67,4.057 16.622,4.197 17.438,4.197 17.39,4.057 16.67,4.057 " + id="polygon840" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="16.67,4.057 16.622,4.197 17.438,4.197 17.39,4.057 16.67,4.057 " + id="polygon842" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="16.67" + cy="4.3670001" + rx="0.012" + ry="0.012" + id="ellipse844" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.67" + cy="4.3670001" + rx="0.012" + ry="0.012" + id="ellipse846" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.790001" + cy="4.3670001" + rx="0.012" + ry="0.012" + id="ellipse848" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.790001" + cy="4.3670001" + rx="0.012" + ry="0.012" + id="ellipse850" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.91" + cy="4.3670001" + rx="0.012" + ry="0.012" + id="ellipse852" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.91" + cy="4.3670001" + rx="0.012" + ry="0.012" + id="ellipse854" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.67" + cy="4.4169998" + rx="0.012" + ry="0.012" + id="ellipse856" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.67" + cy="4.4169998" + rx="0.012" + ry="0.012" + id="ellipse858" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.790001" + cy="4.4169998" + rx="0.012" + ry="0.012" + id="ellipse860" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.790001" + cy="4.4169998" + rx="0.012" + ry="0.012" + id="ellipse862" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.91" + cy="4.4169998" + rx="0.012" + ry="0.012" + id="ellipse864" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.91" + cy="4.4169998" + rx="0.012" + ry="0.012" + id="ellipse866" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.67" + cy="4.467" + rx="0.012" + ry="0.012" + id="ellipse868" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.67" + cy="4.467" + rx="0.012" + ry="0.012" + id="ellipse870" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.790001" + cy="4.467" + rx="0.012" + ry="0.012" + id="ellipse872" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.790001" + cy="4.467" + rx="0.012" + ry="0.012" + id="ellipse874" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.91" + cy="4.467" + rx="0.012" + ry="0.012" + id="ellipse876" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.91" + cy="4.467" + rx="0.012" + ry="0.012" + id="ellipse878" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.67" + cy="4.5170002" + rx="0.012" + ry="0.012" + id="ellipse880" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.67" + cy="4.5170002" + rx="0.012" + ry="0.012" + id="ellipse882" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.790001" + cy="4.5170002" + rx="0.012" + ry="0.012" + id="ellipse884" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.790001" + cy="4.5170002" + rx="0.012" + ry="0.012" + id="ellipse886" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.91" + cy="4.5170002" + rx="0.012" + ry="0.012" + id="ellipse888" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.91" + cy="4.5170002" + rx="0.012" + ry="0.012" + id="ellipse890" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="17.030001" + cy="4.3769999" + rx="0.15000001" + ry="0.048" + id="ellipse892" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="17.030001" + cy="4.3769999" + rx="0.15000001" + ry="0.048" + id="ellipse894" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="17.33" + cy="4.3769999" + rx="0.15000001" + ry="0.048" + id="ellipse896" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="17.33" + cy="4.3769999" + rx="0.15000001" + ry="0.048" + id="ellipse898" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <rect + width="1.1440001" + height="2.2880001" + x="20.823" + y="1.648" + id="rect900" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.1440001" + height="2.2880001" + x="20.823" + y="1.648" + id="rect902" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.1440001" + height="2.2880001" + x="20.823" + y="1.648" + id="rect904" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.91500002" + height="0.91500002" + x="20.938" + y="1.762" + id="rect906" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.91500002" + height="0.91500002" + x="20.938" + y="1.762" + id="rect908" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.91500002" + height="0.91500002" + x="20.938" + y="1.762" + id="rect910" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="21.853001" + y1="1.9910001" + x2="20.938" + y2="1.9910001" + stroke="#000000" + stroke-width="0.010" + id="line912" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.938" + y1="2.22" + x2="21.853001" + y2="2.22" + stroke="#000000" + stroke-width="0.010" + id="line914" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.853001" + y1="2.391" + x2="20.938" + y2="2.391" + stroke="#000000" + stroke-width="0.010" + id="line916" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.62900001" + height="0.34299999" + x="20.938" + y="2.7920001" + id="rect918" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.62900001" + height="0.34299999" + x="20.938" + y="2.7920001" + id="rect920" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.62900001" + height="0.34299999" + x="20.938" + y="2.7920001" + id="rect922" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.823" + y1="3.1919999" + x2="21.966999" + y2="3.1919999" + stroke="#000000" + stroke-width="0.010" + id="line924" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="21.337999" + y="3.306" + id="rect926" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="21.337999" + y="3.306" + id="rect928" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="21.337999" + y="3.306" + id="rect930" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="21.566999" + y="3.306" + id="rect932" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="21.566999" + y="3.306" + id="rect934" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="21.566999" + y="3.306" + id="rect936" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="21.796" + y="3.306" + id="rect938" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="21.796" + y="3.306" + id="rect940" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="21.796" + y="3.306" + id="rect942" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.114" + height="0.057" + x="21.738001" + y="2.9630001" + id="rect944" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.114" + height="0.057" + x="21.738001" + y="2.9630001" + id="rect946" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.114" + height="0.057" + x="21.738001" + y="2.9630001" + id="rect948" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.938" + y1="2.9630001" + x2="21.566999" + y2="2.9630001" + stroke="#000000" + stroke-width="0.010" + id="line950" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.17200001" + height="0.17200001" + x="20.938" + y="3.2490001" + id="rect952" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.17200001" + height="0.17200001" + x="20.938" + y="3.2490001" + id="rect954" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.17200001" + height="0.17200001" + x="20.938" + y="3.2490001" + id="rect956" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.801" + height="0.057" + x="20.995001" + y="2.448" + id="rect958" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.801" + height="0.057" + x="20.995001" + y="2.448" + id="rect960" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.801" + height="0.057" + x="20.995001" + y="2.448" + id="rect962" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.995001" + y1="2.849" + x2="21.51" + y2="2.849" + stroke="#000000" + stroke-width="0.010" + id="line964" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.51" + y1="2.9059999" + x2="21.452" + y2="2.9059999" + stroke="#000000" + stroke-width="0.010" + id="line966" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.995001" + y1="2.9059999" + x2="21.052" + y2="2.9059999" + stroke="#000000" + stroke-width="0.010" + id="line968" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.28600001" + height="0.057" + x="21.108999" + y="2.849" + id="rect970" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.28600001" + height="0.057" + x="21.108999" + y="2.849" + id="rect972" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.28600001" + height="0.057" + x="21.108999" + y="2.849" + id="rect974" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.995001" + y1="2.563" + x2="21.052" + y2="2.563" + stroke="#000000" + stroke-width="0.010" + id="line976" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.108999" + y1="2.563" + x2="21.167" + y2="2.563" + stroke="#000000" + stroke-width="0.010" + id="line978" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.681" + y1="2.563" + x2="21.796" + y2="2.563" + stroke="#000000" + stroke-width="0.010" + id="line980" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.91" + y1="3.878" + x2="20.881001" + y2="3.878" + stroke="#000000" + stroke-width="0.010" + id="line982" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.881001" + y1="3.8210001" + x2="21.91" + y2="3.8210001" + stroke="#000000" + stroke-width="0.010" + id="line984" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.91" + y1="3.7639999" + x2="20.881001" + y2="3.7639999" + stroke="#000000" + stroke-width="0.010" + id="line986" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.881001" + y1="3.707" + x2="21.91" + y2="3.707" + stroke="#000000" + stroke-width="0.010" + id="line988" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.91" + y1="3.6489999" + x2="20.881001" + y2="3.6489999" + stroke="#000000" + stroke-width="0.010" + id="line990" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.881001" + y1="3.592" + x2="21.91" + y2="3.592" + stroke="#000000" + stroke-width="0.010" + id="line992" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.91" + y1="3.5350001" + x2="20.881001" + y2="3.5350001" + stroke="#000000" + stroke-width="0.010" + id="line994" + style="stroke:#000000;stroke-width:0.01" /> + <text + x="18.056999" + y="5.3460002" + id="text996" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Network:</text> + <text + x="17.650999" + y="5.9460001" + id="text998" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">172.16.16.0/22</text> + <text + x="14.353" + y="4.415" + id="text1000" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Server:</text> + <text + x="14.288" + y="4.915" + id="text1002" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LA-BDC</text> + <text + x="21.162001" + y="0.80599999" + id="text1004" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Server:</text> + <text + x="21.098" + y="1.306" + id="text1006" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LA-PDC</text> + <rect + width="1.326" + height="1.17" + x="12.426" + y="2.155" + id="rect1008" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="13.089" + cy="3.326" + rx="0.66299999" + ry="0.19499999" + id="ellipse1010" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="13.089" + cy="2.155" + rx="0.66299999" + ry="0.19499999" + id="ellipse1012" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="13.089" + cy="2.155" + rx="0.66299999" + ry="0.19499999" + id="ellipse1014" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 13.752,2.155 L 13.752,3.326 C 13.752,3.434 13.455,3.521 13.089,3.521 C 12.723,3.521 12.426,3.434 12.426,3.326 L 12.426,2.155" + id="path1016" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="13.775" + y1="2.6440001" + x2="14.372" + y2="2.648" + stroke="#000000" + stroke-width="0.100" + id="line1018" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="12.734" + y="2.8369999" + id="text1020" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LDAP</text> + <text + x="12.748" + y="3.237" + id="text1022" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Slave</text> + <rect + width="1.217" + height="1.825" + x="14.275" + y="10.44" + id="rect1024" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.217" + height="1.825" + x="14.275" + y="10.44" + id="rect1026" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.217" + height="1.825" + x="14.275" + y="10.44" + id="rect1028" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.97299999" + height="0.73000002" + x="14.336" + y="10.501" + id="rect1030" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.97299999" + height="0.73000002" + x="14.336" + y="10.501" + id="rect1032" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.97299999" + height="0.73000002" + x="14.336" + y="10.501" + id="rect1034" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="14.336" + y1="10.744" + x2="15.309" + y2="10.744" + stroke="#000000" + stroke-width="0.010" + id="line1036" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.309" + y1="10.988" + x2="14.336" + y2="10.988" + stroke="#000000" + stroke-width="0.010" + id="line1038" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.66900003" + height="0.36500001" + x="14.458" + y="11.292" + id="rect1040" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.66900003" + height="0.36500001" + x="14.458" + y="11.292" + id="rect1042" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.66900003" + height="0.36500001" + x="14.458" + y="11.292" + id="rect1044" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="14.275" + y1="11.839" + x2="15.492" + y2="11.839" + stroke="#000000" + stroke-width="0.010" + id="line1046" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.127" + y="11.718" + id="rect1048" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.127" + y="11.718" + id="rect1050" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.127" + y="11.718" + id="rect1052" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.249" + y="11.718" + id="rect1054" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.249" + y="11.718" + id="rect1056" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.249" + y="11.718" + id="rect1058" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.37" + y="11.718" + id="rect1060" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.37" + y="11.718" + id="rect1062" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="15.37" + y="11.718" + id="rect1064" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.122" + height="0.122" + x="15.309" + y="11.535" + id="rect1066" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.122" + height="0.122" + x="15.309" + y="11.535" + id="rect1068" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.122" + height="0.122" + x="15.309" + y="11.535" + id="rect1070" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="14.458" + y1="11.474" + x2="15.127" + y2="11.474" + stroke="#000000" + stroke-width="0.010" + id="line1072" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.183" + height="0.182" + x="15.249" + y="11.292" + id="rect1074" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.183" + height="0.182" + x="15.249" + y="11.292" + id="rect1076" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.183" + height="0.182" + x="15.249" + y="11.292" + id="rect1078" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.852" + height="0.061000001" + x="14.397" + y="11.048" + id="rect1080" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.852" + height="0.061000001" + x="14.397" + y="11.048" + id="rect1082" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.852" + height="0.061000001" + x="14.397" + y="11.048" + id="rect1084" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="14.519" + y1="11.353" + x2="15.066" + y2="11.353" + stroke="#000000" + stroke-width="0.010" + id="line1086" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.30399999" + height="0.061000001" + x="14.64" + y="11.353" + id="rect1088" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.30399999" + height="0.061000001" + x="14.64" + y="11.353" + id="rect1090" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.30399999" + height="0.061000001" + x="14.64" + y="11.353" + id="rect1092" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="15.127" + y1="11.17" + x2="15.249" + y2="11.17" + stroke="#000000" + stroke-width="0.010" + id="line1094" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.336" + y1="11.9" + x2="15.431" + y2="11.9" + stroke="#000000" + stroke-width="0.010" + id="line1096" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.431" + y1="11.961" + x2="14.336" + y2="11.961" + stroke="#000000" + stroke-width="0.010" + id="line1098" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.336" + y1="12.022" + x2="15.431" + y2="12.022" + stroke="#000000" + stroke-width="0.010" + id="line1100" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.431" + y1="12.204" + x2="14.336" + y2="12.204" + stroke="#000000" + stroke-width="0.010" + id="line1102" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.336" + y1="12.143" + x2="15.431" + y2="12.143" + stroke="#000000" + stroke-width="0.010" + id="line1104" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.431" + y1="12.083" + x2="14.336" + y2="12.083" + stroke="#000000" + stroke-width="0.010" + id="line1106" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.397" + y1="11.17" + x2="14.458" + y2="11.17" + stroke="#000000" + stroke-width="0.010" + id="line1108" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.519" + y1="11.17" + x2="14.579" + y2="11.17" + stroke="#000000" + stroke-width="0.010" + id="line1110" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.519" + y1="11.413" + x2="14.579" + y2="11.413" + stroke="#000000" + stroke-width="0.010" + id="line1112" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.005" + y1="11.413" + x2="15.066" + y2="11.413" + stroke="#000000" + stroke-width="0.010" + id="line1114" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.442" + y1="11.353" + x2="20.584" + y2="11.34" + stroke="#000000" + stroke-width="0.100" + id="line1116" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="16.929001" + y1="11.349" + x2="16.931" + y2="12.308" + stroke="#000000" + stroke-width="0.100" + id="line1118" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="16.931999" + y1="11.349" + x2="16.93" + y2="10.349" + stroke="#000000" + stroke-width="0.100" + id="line1120" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="18.372" + y1="11.345" + x2="18.374001" + y2="12.251" + stroke="#000000" + stroke-width="0.100" + id="line1122" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="18.372999" + y1="11.345" + x2="18.370001" + y2="10.345" + stroke="#000000" + stroke-width="0.100" + id="line1124" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="19.815001" + y1="11.342" + x2="19.816999" + y2="12.269" + stroke="#000000" + stroke-width="0.100" + id="line1126" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="19.813" + y1="11.342" + x2="19.811001" + y2="10.342" + stroke="#000000" + stroke-width="0.100" + id="line1128" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="0.89600003" + height="0.67199999" + x="17.921" + y="12.276" + id="rect1130" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="17.921" + y="12.276" + id="rect1132" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="18.018" + y="12.373" + id="rect1134" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="18.043,12.948 18.504,12.948 18.504,13.052 18.067,13.052 18.043,12.948 " + id="polygon1136" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.043,12.948 18.504,12.948 18.504,13.052 18.067,13.052 18.043,12.948 " + id="polygon1138" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="18.504,12.948 18.696,12.948 18.672,13.052 18.504,13.052 18.504,12.948 " + id="polygon1140" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.504,12.948 18.696,12.948 18.672,13.052 18.504,13.052 18.504,12.948 " + id="polygon1142" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="18.535" + y="12.979" + id="rect1144" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="18.535" + y="12.979" + id="rect1146" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="18.28,13.052 18.459,13.052 18.459,13.104 18.548,13.104 18.548,13.157 18.19,13.157 18.19,13.104 18.28,13.104 18.28,13.052 " + id="polygon1148" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.28,13.052 18.459,13.052 18.459,13.104 18.548,13.104 18.548,13.157 18.19,13.157 18.19,13.104 18.28,13.104 18.28,13.052 " + id="polygon1150" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="19.364" + y="12.265" + id="rect1152" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="19.364" + y="12.265" + id="rect1154" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="19.461" + y="12.362" + id="rect1156" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="19.485,12.937 19.946,12.937 19.946,13.041 19.509,13.041 19.485,12.937 " + id="polygon1158" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.485,12.937 19.946,12.937 19.946,13.041 19.509,13.041 19.485,12.937 " + id="polygon1160" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="19.946,12.937 20.138,12.937 20.114,13.041 19.946,13.041 19.946,12.937 " + id="polygon1162" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.946,12.937 20.138,12.937 20.114,13.041 19.946,13.041 19.946,12.937 " + id="polygon1164" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="19.976999" + y="12.968" + id="rect1166" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="19.976999" + y="12.968" + id="rect1168" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="19.722,13.041 19.901,13.041 19.901,13.094 19.991,13.094 19.991,13.146 19.632,13.146 19.632,13.094 19.722,13.094 19.722,13.041 " + id="polygon1170" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.722,13.041 19.901,13.041 19.901,13.094 19.991,13.094 19.991,13.146 19.632,13.146 19.632,13.094 19.722,13.094 19.722,13.041 " + id="polygon1172" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="16.489" + y="9.8400002" + id="rect1174" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="16.489" + y="9.8400002" + id="rect1176" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="16.586" + y="9.9370003" + id="rect1178" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="16.61,10.512 17.071,10.512 17.071,10.616 16.634,10.616 16.61,10.512 " + id="polygon1180" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="16.61,10.512 17.071,10.512 17.071,10.616 16.634,10.616 16.61,10.512 " + id="polygon1182" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="17.071,10.512 17.263,10.512 17.239,10.616 17.071,10.616 17.071,10.512 " + id="polygon1184" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="17.071,10.512 17.263,10.512 17.239,10.616 17.071,10.616 17.071,10.512 " + id="polygon1186" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="17.101999" + y="10.543" + id="rect1188" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="17.101999" + y="10.543" + id="rect1190" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="16.847,10.616 17.026,10.616 17.026,10.669 17.116,10.669 17.116,10.721 16.757,10.721 16.757,10.669 16.847,10.669 16.847,10.616 " + id="polygon1192" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="16.847,10.616 17.026,10.616 17.026,10.669 17.116,10.669 17.116,10.721 16.757,10.721 16.757,10.669 16.847,10.669 16.847,10.616 " + id="polygon1194" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="17.938999" + y="9.8649998" + id="rect1196" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="17.938999" + y="9.8649998" + id="rect1198" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="18.035999" + y="9.9619999" + id="rect1200" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="18.06,10.537 18.521,10.537 18.521,10.641 18.084,10.641 18.06,10.537 " + id="polygon1202" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.06,10.537 18.521,10.537 18.521,10.641 18.084,10.641 18.06,10.537 " + id="polygon1204" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="18.521,10.537 18.713,10.537 18.689,10.641 18.521,10.641 18.521,10.537 " + id="polygon1206" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.521,10.537 18.713,10.537 18.689,10.641 18.521,10.641 18.521,10.537 " + id="polygon1208" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="18.552" + y="10.568" + id="rect1210" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="18.552" + y="10.568" + id="rect1212" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="18.297,10.641 18.476,10.641 18.476,10.694 18.566,10.694 18.566,10.746 18.207,10.746 18.207,10.694 18.297,10.694 18.297,10.641 " + id="polygon1214" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="18.297,10.641 18.476,10.641 18.476,10.694 18.566,10.694 18.566,10.746 18.207,10.746 18.207,10.694 18.297,10.694 18.297,10.641 " + id="polygon1216" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="19.389" + y="9.8400002" + id="rect1218" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="19.389" + y="9.8400002" + id="rect1220" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="19.486" + y="9.9370003" + id="rect1222" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="19.51,10.512 19.971,10.512 19.971,10.616 19.534,10.616 19.51,10.512 " + id="polygon1224" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.51,10.512 19.971,10.512 19.971,10.616 19.534,10.616 19.51,10.512 " + id="polygon1226" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="19.971,10.512 20.163,10.512 20.139,10.616 19.971,10.616 19.971,10.512 " + id="polygon1228" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.971,10.512 20.163,10.512 20.139,10.616 19.971,10.616 19.971,10.512 " + id="polygon1230" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="20.002001" + y="10.543" + id="rect1232" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="20.002001" + y="10.543" + id="rect1234" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="19.747,10.616 19.926,10.616 19.926,10.669 20.016,10.669 20.016,10.721 19.657,10.721 19.657,10.669 19.747,10.669 19.747,10.616 " + id="polygon1236" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="19.747,10.616 19.926,10.616 19.926,10.669 20.016,10.669 20.016,10.721 19.657,10.721 19.657,10.669 19.747,10.669 19.747,10.616 " + id="polygon1238" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="16.501,12.512 16.453,12.532 16.309,12.892 16.309,13.072 16.381,13.132 17.437,13.132 17.509,13.072 17.509,12.892 17.365,12.532 17.317,12.512 16.501,12.512 " + id="polygon1240" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="16.501,12.512 16.453,12.532 16.309,12.892 16.309,13.072 16.381,13.132 17.437,13.132 17.509,13.072 17.509,12.892 17.365,12.532 17.317,12.512 16.501,12.512 " + id="polygon1242" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 16.333,12.832 L 16.381,12.852 L 17.437,12.852 L 17.485,12.832" + id="path1244" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 17.437,12.852 L 17.509,12.892" + id="path1246" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 16.309,12.892 L 16.381,12.852" + id="path1248" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="16.645,12.132 16.621,12.612 17.197,12.612 17.173,12.132 16.645,12.132 " + id="polygon1250" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="16.645,12.132 16.621,12.612 17.197,12.612 17.173,12.132 16.645,12.132 " + id="polygon1252" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="16.549,12.612 16.501,12.752 17.317,12.752 17.269,12.612 16.549,12.612 " + id="polygon1254" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="16.549,12.612 16.501,12.752 17.317,12.752 17.269,12.612 16.549,12.612 " + id="polygon1256" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="16.549" + cy="12.922" + rx="0.012" + ry="0.012" + id="ellipse1258" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.549" + cy="12.922" + rx="0.012" + ry="0.012" + id="ellipse1260" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.669001" + cy="12.922" + rx="0.012" + ry="0.012" + id="ellipse1262" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.669001" + cy="12.922" + rx="0.012" + ry="0.012" + id="ellipse1264" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.789" + cy="12.922" + rx="0.012" + ry="0.012" + id="ellipse1266" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.789" + cy="12.922" + rx="0.012" + ry="0.012" + id="ellipse1268" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.549" + cy="12.972" + rx="0.012" + ry="0.012" + id="ellipse1270" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.549" + cy="12.972" + rx="0.012" + ry="0.012" + id="ellipse1272" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.669001" + cy="12.972" + rx="0.012" + ry="0.012" + id="ellipse1274" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.669001" + cy="12.972" + rx="0.012" + ry="0.012" + id="ellipse1276" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.789" + cy="12.972" + rx="0.012" + ry="0.012" + id="ellipse1278" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.789" + cy="12.972" + rx="0.012" + ry="0.012" + id="ellipse1280" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.549" + cy="13.022" + rx="0.012" + ry="0.012" + id="ellipse1282" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.549" + cy="13.022" + rx="0.012" + ry="0.012" + id="ellipse1284" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.669001" + cy="13.022" + rx="0.012" + ry="0.012" + id="ellipse1286" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.669001" + cy="13.022" + rx="0.012" + ry="0.012" + id="ellipse1288" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.789" + cy="13.022" + rx="0.012" + ry="0.012" + id="ellipse1290" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.789" + cy="13.022" + rx="0.012" + ry="0.012" + id="ellipse1292" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.549" + cy="13.072" + rx="0.012" + ry="0.012" + id="ellipse1294" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.549" + cy="13.072" + rx="0.012" + ry="0.012" + id="ellipse1296" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.669001" + cy="13.072" + rx="0.012" + ry="0.012" + id="ellipse1298" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.669001" + cy="13.072" + rx="0.012" + ry="0.012" + id="ellipse1300" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.789" + cy="13.072" + rx="0.012" + ry="0.012" + id="ellipse1302" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="16.789" + cy="13.072" + rx="0.012" + ry="0.012" + id="ellipse1304" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="16.909" + cy="12.932" + rx="0.15000001" + ry="0.048" + id="ellipse1306" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="16.909" + cy="12.932" + rx="0.15000001" + ry="0.048" + id="ellipse1308" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="17.209" + cy="12.932" + rx="0.15000001" + ry="0.048" + id="ellipse1310" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="17.209" + cy="12.932" + rx="0.15000001" + ry="0.048" + id="ellipse1312" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <rect + width="1.1440001" + height="2.2869999" + x="20.701" + y="10.203" + id="rect1314" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.1440001" + height="2.2869999" + x="20.701" + y="10.203" + id="rect1316" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.1440001" + height="2.2869999" + x="20.701" + y="10.203" + id="rect1318" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.91500002" + height="0.91500002" + x="20.816" + y="10.317" + id="rect1320" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.91500002" + height="0.91500002" + x="20.816" + y="10.317" + id="rect1322" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.91500002" + height="0.91500002" + x="20.816" + y="10.317" + id="rect1324" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="21.731001" + y1="10.546" + x2="20.816" + y2="10.546" + stroke="#000000" + stroke-width="0.010" + id="line1326" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.816" + y1="10.774" + x2="21.731001" + y2="10.774" + stroke="#000000" + stroke-width="0.010" + id="line1328" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.731001" + y1="10.946" + x2="20.816" + y2="10.946" + stroke="#000000" + stroke-width="0.010" + id="line1330" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.62900001" + height="0.34299999" + x="20.816" + y="11.346" + id="rect1332" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.62900001" + height="0.34299999" + x="20.816" + y="11.346" + id="rect1334" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.62900001" + height="0.34299999" + x="20.816" + y="11.346" + id="rect1336" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.701" + y1="11.747" + x2="21.844999" + y2="11.747" + stroke="#000000" + stroke-width="0.010" + id="line1338" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="21.216" + y="11.861" + id="rect1340" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="21.216" + y="11.861" + id="rect1342" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="21.216" + y="11.861" + id="rect1344" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="21.445" + y="11.861" + id="rect1346" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="21.445" + y="11.861" + id="rect1348" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="21.445" + y="11.861" + id="rect1350" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="21.674" + y="11.861" + id="rect1352" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="21.674" + y="11.861" + id="rect1354" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="21.674" + y="11.861" + id="rect1356" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.114" + height="0.057" + x="21.615999" + y="11.518" + id="rect1358" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.114" + height="0.057" + x="21.615999" + y="11.518" + id="rect1360" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.114" + height="0.057" + x="21.615999" + y="11.518" + id="rect1362" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.816" + y1="11.518" + x2="21.445" + y2="11.518" + stroke="#000000" + stroke-width="0.010" + id="line1364" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.17200001" + height="0.17200001" + x="20.816" + y="11.804" + id="rect1366" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.17200001" + height="0.17200001" + x="20.816" + y="11.804" + id="rect1368" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.17200001" + height="0.17200001" + x="20.816" + y="11.804" + id="rect1370" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.801" + height="0.057" + x="20.872999" + y="11.003" + id="rect1372" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.801" + height="0.057" + x="20.872999" + y="11.003" + id="rect1374" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.801" + height="0.057" + x="20.872999" + y="11.003" + id="rect1376" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.872999" + y1="11.404" + x2="21.388" + y2="11.404" + stroke="#000000" + stroke-width="0.010" + id="line1378" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.388" + y1="11.461" + x2="21.330999" + y2="11.461" + stroke="#000000" + stroke-width="0.010" + id="line1380" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.872999" + y1="11.461" + x2="20.93" + y2="11.461" + stroke="#000000" + stroke-width="0.010" + id="line1382" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.28600001" + height="0.057" + x="20.987" + y="11.404" + id="rect1384" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.28600001" + height="0.057" + x="20.987" + y="11.404" + id="rect1386" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.28600001" + height="0.057" + x="20.987" + y="11.404" + id="rect1388" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.872999" + y1="11.118" + x2="20.93" + y2="11.118" + stroke="#000000" + stroke-width="0.010" + id="line1390" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.987" + y1="11.118" + x2="21.045" + y2="11.118" + stroke="#000000" + stroke-width="0.010" + id="line1392" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.559" + y1="11.118" + x2="21.674" + y2="11.118" + stroke="#000000" + stroke-width="0.010" + id="line1394" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.788" + y1="12.433" + x2="20.759001" + y2="12.433" + stroke="#000000" + stroke-width="0.010" + id="line1396" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.759001" + y1="12.376" + x2="21.788" + y2="12.376" + stroke="#000000" + stroke-width="0.010" + id="line1398" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.788" + y1="12.319" + x2="20.759001" + y2="12.319" + stroke="#000000" + stroke-width="0.010" + id="line1400" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.759001" + y1="12.261" + x2="21.788" + y2="12.261" + stroke="#000000" + stroke-width="0.010" + id="line1402" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.788" + y1="12.204" + x2="20.759001" + y2="12.204" + stroke="#000000" + stroke-width="0.010" + id="line1404" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.759001" + y1="12.147" + x2="21.788" + y2="12.147" + stroke="#000000" + stroke-width="0.010" + id="line1406" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.788" + y1="12.09" + x2="20.759001" + y2="12.09" + stroke="#000000" + stroke-width="0.010" + id="line1408" + style="stroke:#000000;stroke-width:0.01" /> + <text + x="17.735001" + y="9.026" + id="text1410" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Network:</text> + <text + x="17.301001" + y="9.6260004" + id="text1412" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">172.16.20.0/22</text> + <text + x="14.206" + y="12.995" + id="text1414" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Server:</text> + <text + x="13.885" + y="13.495" + id="text1416" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">WASH-BDC</text> + <text + x="20.912001" + y="13.518" + id="text1418" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Server:</text> + <text + x="20.51" + y="14.018" + id="text1420" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">WASH-APPS</text> + <rect + width="1.3150001" + height="1.161" + x="12" + y="10.659" + id="rect1422" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="12.658" + cy="11.819" + rx="0.65799999" + ry="0.193" + id="ellipse1424" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="12.658" + cy="10.659" + rx="0.65799999" + ry="0.193" + id="ellipse1426" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="12.658" + cy="10.659" + rx="0.65799999" + ry="0.193" + id="ellipse1428" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 13.316,10.659 L 13.316,11.819 C 13.316,11.926 13.021,12.013 12.658,12.013 C 12.295,12.013 12,11.926 12,11.819 L 12,10.659" + id="path1430" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="14.275" + y1="11.353" + x2="13.275" + y2="11.344" + stroke="#000000" + stroke-width="0.100" + id="line1432" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="12.337" + y="11.292" + id="text1434" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LDAP</text> + <text + x="12.352" + y="11.692" + id="text1436" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Slave</text> + <path + d="M 9.35,11.667 C 9.83,11.677 10.761,11.461 10.63,10.999 C 10.499,10.536 9.874,10.433 9.612,10.567 C 9.35,10.7 10.019,9.919 8.74,9.714 C 7.46,9.508 6.805,9.837 6.994,10.073 C 7.183,10.31 5.875,9.518 5.264,9.971 C 4.653,10.423 5.889,10.855 5.627,10.793 C 5.366,10.731 4.566,10.814 4.828,11.585 C 5.089,12.356 7.445,11.759 7.183,11.872 C 6.922,11.986 7.576,12.551 8.39,12.438 C 9.205,12.325 9.263,12.12 9.35,11.667 L 9.35,11.667" + id="path1438" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <path + d="M 9.35,11.667 C 9.83,11.677 10.761,11.461 10.63,10.999 C 10.499,10.536 9.874,10.433 9.612,10.567 C 9.35,10.7 10.019,9.919 8.74,9.714 C 7.46,9.508 6.805,9.837 6.994,10.073 C 7.183,10.31 5.875,9.518 5.264,9.971 C 4.653,10.423 5.889,10.855 5.627,10.793 C 5.366,10.731 4.566,10.814 4.828,11.585 C 5.089,12.356 7.445,11.759 7.183,11.872 C 6.922,11.986 7.576,12.551 8.39,12.438 C 9.205,12.325 9.263,12.12 9.35,11.667 L 9.35,11.667" + id="path1440" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="6.7909999" + y="11.036" + id="text1442" + style="font-size:0.69999999px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Internet</text> + <path + d="M 4.7,11.1 C 5.035363,11.196174 5.3953356,11.076093 5.6057965,10.797841 C 5.8162574,10.51959 5.8338243,10.140524 5.65,9.844" + id="path1444" + style="fill:none;stroke:#000000;stroke-width:0.1;stroke-dasharray:0.1, 0.1" /> + <path + d="M 8.675,9.794 C 7.4940305,10.104758 6.3530779,10.551408 5.275,11.125" + id="path1446" + style="fill:none;stroke:#000000;stroke-width:0.1;stroke-dasharray:0.1, 0.1" /> + <path + d="M 4.7,11.15 C 6.6098972,11.931939 8.7554368,11.904871 10.645,11.075" + id="path1448" + style="fill:none;stroke:#000000;stroke-width:0.1;stroke-dasharray:0.1, 0.1" /> + <rect + width="1.397" + height="4.1900001" + x="0.61400002" + y="8.7200003" + id="rect1450" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.397" + height="4.1900001" + x="0.61400002" + y="8.7200003" + id="rect1452" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.397" + height="4.1900001" + x="0.61400002" + y="8.7200003" + id="rect1454" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.117" + height="1.676" + x="0.75400001" + y="8.8590002" + id="rect1456" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.117" + height="1.676" + x="0.75400001" + y="8.8590002" + id="rect1458" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.117" + height="1.676" + x="0.75400001" + y="8.8590002" + id="rect1460" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="0.75400001" + y1="9.1389999" + x2="1.8710001" + y2="9.1389999" + stroke="#000000" + stroke-width="0.010" + id="line1462" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.8710001" + y1="9.4180002" + x2="0.75400001" + y2="9.4180002" + stroke="#000000" + stroke-width="0.010" + id="line1464" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.75400001" + y1="9.698" + x2="1.8710001" + y2="9.698" + stroke="#000000" + stroke-width="0.010" + id="line1466" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.75400001" + y1="9.9770002" + x2="1.8710001" + y2="9.9770002" + stroke="#000000" + stroke-width="0.010" + id="line1468" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.8710001" + y1="10.256" + x2="0.75400001" + y2="10.256" + stroke="#000000" + stroke-width="0.010" + id="line1470" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.76800001" + height="0.419" + x="0.75400001" + y="10.675" + id="rect1472" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.76800001" + height="0.419" + x="0.75400001" + y="10.675" + id="rect1474" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.76800001" + height="0.419" + x="0.75400001" + y="10.675" + id="rect1476" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="0.61400002" + y1="11.374" + x2="2.0109999" + y2="11.374" + stroke="#000000" + stroke-width="0.010" + id="line1478" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.07" + height="0.07" + x="1.243" + y="11.513" + id="rect1480" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.07" + height="0.07" + x="1.243" + y="11.513" + id="rect1482" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.07" + height="0.07" + x="1.243" + y="11.513" + id="rect1484" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.07" + height="0.07" + x="1.522" + y="11.513" + id="rect1486" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.07" + height="0.07" + x="1.522" + y="11.513" + id="rect1488" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.07" + height="0.07" + x="1.522" + y="11.513" + id="rect1490" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.07" + height="0.07" + x="1.801" + y="11.513" + id="rect1492" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.07" + height="0.07" + x="1.801" + y="11.513" + id="rect1494" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.07" + height="0.07" + x="1.801" + y="11.513" + id="rect1496" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.14" + height="0.14" + x="1.7309999" + y="11.094" + id="rect1498" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.14" + height="0.14" + x="1.7309999" + y="11.094" + id="rect1500" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.14" + height="0.14" + x="1.7309999" + y="11.094" + id="rect1502" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="0.75400001" + y1="10.885" + x2="1.522" + y2="10.885" + stroke="#000000" + stroke-width="0.010" + id="line1504" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.20999999" + height="0.20999999" + x="0.75400001" + y="11.444" + id="rect1506" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.20999999" + height="0.20999999" + x="0.75400001" + y="11.444" + id="rect1508" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.20999999" + height="0.20999999" + x="0.75400001" + y="11.444" + id="rect1510" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.97799999" + height="0.07" + x="0.82300001" + y="10.326" + id="rect1512" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.97799999" + height="0.07" + x="0.82300001" + y="10.326" + id="rect1514" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.97799999" + height="0.07" + x="0.82300001" + y="10.326" + id="rect1516" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="0.82300001" + y1="10.745" + x2="1.452" + y2="10.745" + stroke="#000000" + stroke-width="0.010" + id="line1518" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.452" + y1="10.815" + x2="1.382" + y2="10.815" + stroke="#000000" + stroke-width="0.010" + id="line1520" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.82300001" + y1="10.815" + x2="0.89300001" + y2="10.815" + stroke="#000000" + stroke-width="0.010" + id="line1522" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.34900001" + height="0.07" + x="0.963" + y="10.745" + id="rect1524" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.34900001" + height="0.07" + x="0.963" + y="10.745" + id="rect1526" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.34900001" + height="0.07" + x="0.963" + y="10.745" + id="rect1528" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="0.82300001" + y1="10.466" + x2="0.89300001" + y2="10.466" + stroke="#000000" + stroke-width="0.010" + id="line1530" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.963" + y1="10.466" + x2="1.033" + y2="10.466" + stroke="#000000" + stroke-width="0.010" + id="line1532" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.6619999" + y1="10.466" + x2="1.801" + y2="10.466" + stroke="#000000" + stroke-width="0.010" + id="line1534" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.68400002" + y1="12.84" + x2="1.941" + y2="12.84" + stroke="#000000" + stroke-width="0.010" + id="line1536" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.941" + y1="12.77" + x2="0.68400002" + y2="12.77" + stroke="#000000" + stroke-width="0.010" + id="line1538" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.68400002" + y1="12.701" + x2="1.941" + y2="12.701" + stroke="#000000" + stroke-width="0.010" + id="line1540" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.941" + y1="12.631" + x2="0.68400002" + y2="12.631" + stroke="#000000" + stroke-width="0.010" + id="line1542" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.68400002" + y1="12.561" + x2="1.941" + y2="12.561" + stroke="#000000" + stroke-width="0.010" + id="line1544" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.941" + y1="12.491" + x2="0.68400002" + y2="12.491" + stroke="#000000" + stroke-width="0.010" + id="line1546" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.68400002" + y1="12.421" + x2="1.941" + y2="12.421" + stroke="#000000" + stroke-width="0.010" + id="line1548" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.941" + y1="12.351" + x2="0.68400002" + y2="12.351" + stroke="#000000" + stroke-width="0.010" + id="line1550" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.68400002" + y1="12.282" + x2="1.941" + y2="12.282" + stroke="#000000" + stroke-width="0.010" + id="line1552" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.941" + y1="12.212" + x2="0.68400002" + y2="12.212" + stroke="#000000" + stroke-width="0.010" + id="line1554" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.68400002" + y1="12.142" + x2="1.941" + y2="12.142" + stroke="#000000" + stroke-width="0.010" + id="line1556" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.941" + y1="12.072" + x2="0.68400002" + y2="12.072" + stroke="#000000" + stroke-width="0.010" + id="line1558" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="0.68400002" + y1="12.002" + x2="1.941" + y2="12.002" + stroke="#000000" + stroke-width="0.010" + id="line1560" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.941" + y1="11.932" + x2="0.68400002" + y2="11.932" + stroke="#000000" + stroke-width="0.010" + id="line1562" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.97100002" + height="0.72799999" + x="-6.559" + y="12.296" + id="rect1564" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.97100002" + height="0.72799999" + x="-6.559" + y="12.296" + id="rect1566" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.76099998" + height="0.50199997" + x="-6.454" + y="12.401" + id="rect1568" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-6.427,13.024 -5.928,13.024 -5.928,13.137 -6.401,13.137 -6.427,13.024 " + id="polygon1570" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-6.427,13.024 -5.928,13.024 -5.928,13.137 -6.401,13.137 -6.427,13.024 " + id="polygon1572" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-5.928,13.024 -5.719,13.024 -5.746,13.137 -5.928,13.137 -5.928,13.024 " + id="polygon1574" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-5.928,13.024 -5.719,13.024 -5.746,13.137 -5.928,13.137 -5.928,13.024 " + id="polygon1576" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.045000002" + height="0.045000002" + x="-5.8940001" + y="13.058" + id="rect1578" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.045000002" + height="0.045000002" + x="-5.8940001" + y="13.058" + id="rect1580" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-6.17,13.137 -5.976,13.137 -5.976,13.194 -5.879,13.194 -5.879,13.25 -6.267,13.25 -6.267,13.194 -6.17,13.194 -6.17,13.137 " + id="polygon1582" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-6.17,13.137 -5.976,13.137 -5.976,13.194 -5.879,13.194 -5.879,13.25 -6.267,13.25 -6.267,13.194 -6.17,13.194 -6.17,13.137 " + id="polygon1584" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="0.653" + y1="11.13" + x2="-9.6660004" + y2="11.13" + stroke="#000000" + stroke-width="0.100" + id="line1586" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-1.289" + y1="11.13" + x2="-1.289" + y2="10.145" + stroke="#000000" + stroke-width="0.100" + id="line1588" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-3.766" + y1="11.13" + x2="-3.766" + y2="12.295" + stroke="#000000" + stroke-width="0.100" + id="line1590" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-3.7739999" + y1="11.13" + x2="-3.7739999" + y2="10.099" + stroke="#000000" + stroke-width="0.100" + id="line1592" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-6.0799999" + y1="11.13" + x2="-6.0799999" + y2="12.367" + stroke="#000000" + stroke-width="0.100" + id="line1594" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-6.0939999" + y1="11.13" + x2="-6.0939999" + y2="10.063" + stroke="#000000" + stroke-width="0.100" + id="line1596" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-8.4139996" + y1="11.13" + x2="-8.4139996" + y2="9.5740004" + stroke="#000000" + stroke-width="0.100" + id="line1598" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="1.069" + height="0.80199999" + x="-4.289" + y="12.216" + id="rect1600" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.069" + height="0.80199999" + x="-4.289" + y="12.216" + id="rect1602" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.83700001" + height="0.55199999" + x="-4.1729999" + y="12.332" + id="rect1604" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-4.144,13.018 -3.594,13.018 -3.594,13.143 -4.115,13.143 -4.144,13.018 " + id="polygon1606" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-4.144,13.018 -3.594,13.018 -3.594,13.143 -4.115,13.143 -4.144,13.018 " + id="polygon1608" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-3.594,13.018 -3.365,13.018 -3.394,13.143 -3.594,13.143 -3.594,13.018 " + id="polygon1610" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-3.594,13.018 -3.365,13.018 -3.394,13.143 -3.594,13.143 -3.594,13.018 " + id="polygon1612" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.050000001" + height="0.050000001" + x="-3.5569999" + y="13.055" + id="rect1614" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.050000001" + height="0.050000001" + x="-3.5569999" + y="13.055" + id="rect1616" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-3.861,13.143 -3.648,13.143 -3.648,13.205 -3.541,13.205 -3.541,13.267 -3.968,13.267 -3.968,13.205 -3.861,13.205 -3.861,13.143 " + id="polygon1618" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-3.861,13.143 -3.648,13.143 -3.648,13.205 -3.541,13.205 -3.541,13.267 -3.968,13.267 -3.968,13.205 -3.861,13.205 -3.861,13.143 " + id="polygon1620" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.97100002" + height="0.72799999" + x="-6.579" + y="9.1079998" + id="rect1622" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.97100002" + height="0.72799999" + x="-6.579" + y="9.1079998" + id="rect1624" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.76099998" + height="0.50199997" + x="-6.474" + y="9.2139997" + id="rect1626" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-6.448,9.837 -5.948,9.837 -5.948,9.95 -6.421,9.95 -6.448,9.837 " + id="polygon1628" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-6.448,9.837 -5.948,9.837 -5.948,9.95 -6.421,9.95 -6.448,9.837 " + id="polygon1630" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-5.948,9.837 -5.74,9.837 -5.766,9.95 -5.948,9.95 -5.948,9.837 " + id="polygon1632" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-5.948,9.837 -5.74,9.837 -5.766,9.95 -5.948,9.95 -5.948,9.837 " + id="polygon1634" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.045000002" + height="0.045000002" + x="-5.914" + y="9.8710003" + id="rect1636" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.045000002" + height="0.045000002" + x="-5.914" + y="9.8710003" + id="rect1638" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-6.191,9.95 -5.996,9.95 -5.996,10.007 -5.899,10.007 -5.899,10.063 -6.288,10.063 -6.288,10.007 -6.191,10.007 -6.191,9.95 " + id="polygon1640" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-6.191,9.95 -5.996,9.95 -5.996,10.007 -5.899,10.007 -5.899,10.063 -6.288,10.063 -6.288,10.007 -6.191,10.007 -6.191,9.95 " + id="polygon1642" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.97100002" + height="0.72799999" + x="-4.2600002" + y="9.1450005" + id="rect1644" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.97100002" + height="0.72799999" + x="-4.2600002" + y="9.1450005" + id="rect1646" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.76099998" + height="0.50199997" + x="-4.1550002" + y="9.25" + id="rect1648" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-4.128,9.873 -3.629,9.873 -3.629,9.986 -4.102,9.986 -4.128,9.873 " + id="polygon1650" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-4.128,9.873 -3.629,9.873 -3.629,9.986 -4.102,9.986 -4.128,9.873 " + id="polygon1652" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-3.629,9.873 -3.42,9.873 -3.447,9.986 -3.629,9.986 -3.629,9.873 " + id="polygon1654" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-3.629,9.873 -3.42,9.873 -3.447,9.986 -3.629,9.986 -3.629,9.873 " + id="polygon1656" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.045000002" + height="0.045000002" + x="-3.595" + y="9.9069996" + id="rect1658" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.045000002" + height="0.045000002" + x="-3.595" + y="9.9069996" + id="rect1660" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-3.871,9.986 -3.677,9.986 -3.677,10.043 -3.58,10.043 -3.58,10.099 -3.969,10.099 -3.969,10.043 -3.871,10.043 -3.871,9.986 " + id="polygon1662" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-3.871,9.986 -3.677,9.986 -3.677,10.043 -3.58,10.043 -3.58,10.099 -3.969,10.099 -3.969,10.043 -3.871,10.043 -3.871,9.986 " + id="polygon1664" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.97100002" + height="0.72799999" + x="-8.9029999" + y="9.0410004" + id="rect1666" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.97100002" + height="0.72799999" + x="-8.9029999" + y="9.0410004" + id="rect1668" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.76099998" + height="0.50199997" + x="-8.7980003" + y="9.1470003" + id="rect1670" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-8.771,9.77 -8.272,9.77 -8.272,9.883 -8.745,9.883 -8.771,9.77 " + id="polygon1672" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-8.771,9.77 -8.272,9.77 -8.272,9.883 -8.745,9.883 -8.771,9.77 " + id="polygon1674" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-8.272,9.77 -8.063,9.77 -8.09,9.883 -8.272,9.883 -8.272,9.77 " + id="polygon1676" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-8.272,9.77 -8.063,9.77 -8.09,9.883 -8.272,9.883 -8.272,9.77 " + id="polygon1678" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.045000002" + height="0.045000002" + x="-8.2379999" + y="9.8039999" + id="rect1680" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.045000002" + height="0.045000002" + x="-8.2379999" + y="9.8039999" + id="rect1682" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-8.515,9.883 -8.32,9.883 -8.32,9.94 -8.223,9.94 -8.223,9.996 -8.612,9.996 -8.612,9.94 -8.515,9.94 -8.515,9.883 " + id="polygon1684" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-8.515,9.883 -8.32,9.883 -8.32,9.94 -8.223,9.94 -8.223,9.996 -8.612,9.996 -8.612,9.94 -8.515,9.94 -8.515,9.883 " + id="polygon1686" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-1.701,9.517 -1.75,9.538 -1.895,9.902 -1.895,10.084 -1.823,10.145 -0.754,10.145 -0.682,10.084 -0.682,9.902 -0.827,9.538 -0.876,9.517 -1.701,9.517 " + id="polygon1688" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="-1.701,9.517 -1.75,9.538 -1.895,9.902 -1.895,10.084 -1.823,10.145 -0.754,10.145 -0.682,10.084 -0.682,9.902 -0.827,9.538 -0.876,9.517 -1.701,9.517 " + id="polygon1690" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M -1.871,9.841 L -1.823,9.861 L -0.754,9.861 L -0.706,9.841" + id="path1692" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M -0.754,9.861 L -0.682,9.902" + id="path1694" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M -1.895,9.902 L -1.823,9.861" + id="path1696" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="-1.556,9.133 -1.58,9.618 -0.997,9.618 -1.021,9.133 -1.556,9.133 " + id="polygon1698" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="-1.556,9.133 -1.58,9.618 -0.997,9.618 -1.021,9.133 -1.556,9.133 " + id="polygon1700" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="-1.653,9.618 -1.701,9.76 -0.876,9.76 -0.924,9.618 -1.653,9.618 " + id="polygon1702" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="-1.653,9.618 -1.701,9.76 -0.876,9.76 -0.924,9.618 -1.653,9.618 " + id="polygon1704" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="-1.653" + cy="9.9320002" + rx="0.012" + ry="0.012" + id="ellipse1706" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.653" + cy="9.9320002" + rx="0.012" + ry="0.012" + id="ellipse1708" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.531" + cy="9.9320002" + rx="0.012" + ry="0.012" + id="ellipse1710" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.531" + cy="9.9320002" + rx="0.012" + ry="0.012" + id="ellipse1712" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.41" + cy="9.9320002" + rx="0.012" + ry="0.012" + id="ellipse1714" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.41" + cy="9.9320002" + rx="0.012" + ry="0.012" + id="ellipse1716" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.653" + cy="9.9829998" + rx="0.012" + ry="0.012" + id="ellipse1718" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.653" + cy="9.9829998" + rx="0.012" + ry="0.012" + id="ellipse1720" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.531" + cy="9.9829998" + rx="0.012" + ry="0.012" + id="ellipse1722" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.531" + cy="9.9829998" + rx="0.012" + ry="0.012" + id="ellipse1724" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.41" + cy="9.9829998" + rx="0.012" + ry="0.012" + id="ellipse1726" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.41" + cy="9.9829998" + rx="0.012" + ry="0.012" + id="ellipse1728" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.653" + cy="10.033" + rx="0.012" + ry="0.012" + id="ellipse1730" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.653" + cy="10.033" + rx="0.012" + ry="0.012" + id="ellipse1732" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.531" + cy="10.033" + rx="0.012" + ry="0.012" + id="ellipse1734" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.531" + cy="10.033" + rx="0.012" + ry="0.012" + id="ellipse1736" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.41" + cy="10.033" + rx="0.012" + ry="0.012" + id="ellipse1738" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.41" + cy="10.033" + rx="0.012" + ry="0.012" + id="ellipse1740" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.653" + cy="10.084" + rx="0.012" + ry="0.012" + id="ellipse1742" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.653" + cy="10.084" + rx="0.012" + ry="0.012" + id="ellipse1744" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.531" + cy="10.084" + rx="0.012" + ry="0.012" + id="ellipse1746" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.531" + cy="10.084" + rx="0.012" + ry="0.012" + id="ellipse1748" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.41" + cy="10.084" + rx="0.012" + ry="0.012" + id="ellipse1750" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-1.41" + cy="10.084" + rx="0.012" + ry="0.012" + id="ellipse1752" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-1.289" + cy="9.9420004" + rx="0.152" + ry="0.048999999" + id="ellipse1754" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="-1.289" + cy="9.9420004" + rx="0.152" + ry="0.048999999" + id="ellipse1756" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-0.98500001" + cy="9.9420004" + rx="0.152" + ry="0.048999999" + id="ellipse1758" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="-0.98500001" + cy="9.9420004" + rx="0.152" + ry="0.048999999" + id="ellipse1760" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <rect + width="1.312" + height="2.625" + x="-11.059" + y="9.7469997" + id="rect1762" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.312" + height="2.625" + x="-11.059" + y="9.7469997" + id="rect1764" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.312" + height="2.625" + x="-11.059" + y="9.7469997" + id="rect1766" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.05" + height="1.05" + x="-10.928" + y="9.8780003" + id="rect1768" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.05" + height="1.05" + x="-10.928" + y="9.8780003" + id="rect1770" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.05" + height="1.05" + x="-10.928" + y="9.8780003" + id="rect1772" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-9.8780003" + y1="10.141" + x2="-10.928" + y2="10.141" + stroke="#000000" + stroke-width="0.010" + id="line1774" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-10.928" + y1="10.403" + x2="-9.8780003" + y2="10.403" + stroke="#000000" + stroke-width="0.010" + id="line1776" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-9.8780003" + y1="10.6" + x2="-10.928" + y2="10.6" + stroke="#000000" + stroke-width="0.010" + id="line1778" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.722" + height="0.39399999" + x="-10.928" + y="11.06" + id="rect1780" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.722" + height="0.39399999" + x="-10.928" + y="11.06" + id="rect1782" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.722" + height="0.39399999" + x="-10.928" + y="11.06" + id="rect1784" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-11.059" + y1="11.519" + x2="-9.7460003" + y2="11.519" + stroke="#000000" + stroke-width="0.010" + id="line1786" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.066" + height="0.066" + x="-10.468" + y="11.65" + id="rect1788" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.066" + height="0.066" + x="-10.468" + y="11.65" + id="rect1790" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.066" + height="0.066" + x="-10.468" + y="11.65" + id="rect1792" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.066" + height="0.066" + x="-10.206" + y="11.65" + id="rect1794" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.066" + height="0.066" + x="-10.206" + y="11.65" + id="rect1796" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.066" + height="0.066" + x="-10.206" + y="11.65" + id="rect1798" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.066" + height="0.066" + x="-9.9429998" + y="11.65" + id="rect1800" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.066" + height="0.066" + x="-9.9429998" + y="11.65" + id="rect1802" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.066" + height="0.066" + x="-9.9429998" + y="11.65" + id="rect1804" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.131" + height="0.066" + x="-10.009" + y="11.256" + id="rect1806" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.131" + height="0.066" + x="-10.009" + y="11.256" + id="rect1808" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.131" + height="0.066" + x="-10.009" + y="11.256" + id="rect1810" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-10.928" + y1="11.256" + x2="-10.206" + y2="11.256" + stroke="#000000" + stroke-width="0.010" + id="line1812" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.197" + height="0.197" + x="-10.928" + y="11.585" + id="rect1814" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.197" + height="0.197" + x="-10.928" + y="11.585" + id="rect1816" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.197" + height="0.197" + x="-10.928" + y="11.585" + id="rect1818" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.91900003" + height="0.066" + x="-10.862" + y="10.666" + id="rect1820" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.91900003" + height="0.066" + x="-10.862" + y="10.666" + id="rect1822" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.91900003" + height="0.066" + x="-10.862" + y="10.666" + id="rect1824" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-10.862" + y1="11.125" + x2="-10.271" + y2="11.125" + stroke="#000000" + stroke-width="0.010" + id="line1826" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-10.271" + y1="11.191" + x2="-10.337" + y2="11.191" + stroke="#000000" + stroke-width="0.010" + id="line1828" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-10.862" + y1="11.191" + x2="-10.796" + y2="11.191" + stroke="#000000" + stroke-width="0.010" + id="line1830" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.32800001" + height="0.066" + x="-10.731" + y="11.125" + id="rect1832" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.32800001" + height="0.066" + x="-10.731" + y="11.125" + id="rect1834" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.32800001" + height="0.066" + x="-10.731" + y="11.125" + id="rect1836" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-10.862" + y1="10.797" + x2="-10.796" + y2="10.797" + stroke="#000000" + stroke-width="0.010" + id="line1838" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-10.731" + y1="10.797" + x2="-10.665" + y2="10.797" + stroke="#000000" + stroke-width="0.010" + id="line1840" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-10.074" + y1="10.797" + x2="-9.9429998" + y2="10.797" + stroke="#000000" + stroke-width="0.010" + id="line1842" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-9.8120003" + y1="12.306" + x2="-10.993" + y2="12.306" + stroke="#000000" + stroke-width="0.010" + id="line1844" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-10.993" + y1="12.241" + x2="-9.8120003" + y2="12.241" + stroke="#000000" + stroke-width="0.010" + id="line1846" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-9.8120003" + y1="12.175" + x2="-10.993" + y2="12.175" + stroke="#000000" + stroke-width="0.010" + id="line1848" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-10.993" + y1="12.11" + x2="-9.8120003" + y2="12.11" + stroke="#000000" + stroke-width="0.010" + id="line1850" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-9.8120003" + y1="12.044" + x2="-10.993" + y2="12.044" + stroke="#000000" + stroke-width="0.010" + id="line1852" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-10.993" + y1="11.978" + x2="-9.8120003" + y2="11.978" + stroke="#000000" + stroke-width="0.010" + id="line1854" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-9.8120003" + y1="11.913" + x2="-10.993" + y2="11.913" + stroke="#000000" + stroke-width="0.010" + id="line1856" + style="stroke:#000000;stroke-width:0.01" /> + <text + x="-4.2459998" + y="8.2609997" + id="text1858" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Network:</text> + <text + x="-4.5809999" + y="8.8610001" + id="text1860" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">172.16.0.0/22</text> + <text + x="-10.628" + y="13.181" + id="text1862" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Member Server:</text> + <text + x="-10.454" + y="13.681" + id="text1864" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">GWYN-APPS</text> + <rect + width="1.4450001" + height="1.275" + x="2.5510001" + y="8.6120005" + id="rect1866" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="3.273" + cy="9.8870001" + rx="0.72299999" + ry="0.213" + id="ellipse1868" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="3.273" + cy="8.6120005" + rx="0.72299999" + ry="0.213" + id="ellipse1870" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="3.273" + cy="8.6120005" + rx="0.72299999" + ry="0.213" + id="ellipse1872" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 3.996,8.612 L 3.996,9.887 C 3.996,10.005 3.672,10.1 3.273,10.1 C 2.874,10.1 2.551,10.005 2.551,9.887 L 2.551,8.612" + id="path1874" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="2.0109999" + y1="9.2469997" + x2="2.586" + y2="9.2469997" + stroke="#000000" + stroke-width="0.100" + id="line1876" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="2.983" + y="9.3260002" + id="text1878" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LDAP</text> + <text + x="2.928" + y="9.7259998" + id="text1880" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Master</text> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="5.725,19.819 5.725,18.237 5.732,18.237 5.732,17.325 " + id="polyline1882" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="1.317" + y="15.131" + id="text1884" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">1100 Users</text> + <text + x="1.136" + y="6.0770001" + id="text1886" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">320 Users</text> + <text + x="12.943" + y="6.0310001" + id="text1888" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">180 Users</text> + <text + x="12.383" + y="15.277" + id="text1890" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">100 Users</text> + <text + x="-9.9619999" + y="15.156" + id="text1892" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">New York - Bldg1</text> + <text + x="13.214" + y="0.46399999" + id="text1894" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Los Angeles</text> + <text + x="1.1109999" + y="0.46399999" + id="text1896" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">London</text> + <text + x="12.979" + y="8.0889997" + id="text1898" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Washington, DC</text> + <rect + width="11.132" + height="6.5630002" + x="-11.146" + y="16.205999" + id="rect1900" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M -11.146,16.206 C -11.311685,16.206 -11.446,16.340315 -11.446,16.506" + id="path1902" + style="fill:#ebebeb;stroke:none" /> + <path + d="M 0.286,16.506 C 0.286,16.340315 0.15168542,16.206 -0.014,16.206" + id="path1904" + style="fill:#ebebeb;stroke:none" /> + <rect + width="11.732" + height="5.9629998" + x="-11.446" + y="16.506001" + id="rect1906" + style="fill:#ebebeb;stroke:none;stroke-width:0" /> + <path + d="M -11.446,22.469 C -11.446,22.634685 -11.311685,22.769 -11.146,22.769" + id="path1908" + style="fill:#ebebeb;stroke:none" /> + <path + d="M -0.014,22.769 C 0.15168542,22.769 0.286,22.634685 0.286,22.469" + id="path1910" + style="fill:#ebebeb;stroke:none" /> + <line + x1="-11.146" + y1="16.205999" + x2="-0.014" + y2="16.205999" + stroke="#000000" + stroke-width="0.050" + id="line1912" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="-11.146" + y1="22.768999" + x2="-0.014" + y2="22.768999" + stroke="#000000" + stroke-width="0.050" + id="line1914" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M -11.146,16.206 C -11.311685,16.206 -11.446,16.340315 -11.446,16.506" + id="path1916" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M 0.286,16.506 C 0.286,16.340315 0.15168542,16.206 -0.014,16.206" + id="path1918" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <line + x1="-11.446" + y1="16.506001" + x2="-11.446" + y2="22.469" + stroke="#000000" + stroke-width="0.050" + id="line1920" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="0.28600001" + y1="16.506001" + x2="0.28600001" + y2="22.469" + stroke="#000000" + stroke-width="0.050" + id="line1922" + style="stroke:#000000;stroke-width:0.05" /> + <path + d="M -11.446,22.469 C -11.446,22.634685 -11.311685,22.769 -11.146,22.769" + id="path1924" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <path + d="M -0.014,22.769 C 0.15168542,22.769 0.286,22.634685 0.286,22.469" + id="path1926" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.78799999" + height="0.78799999" + x="-2.214" + y="19.285" + id="rect1928" + style="fill:#9f9f9f;stroke:none;stroke-width:0" /> + <rect + width="0.78799999" + height="0.78799999" + x="-2.214" + y="19.285" + id="rect1930" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.78799999" + height="0.78799999" + x="-2.214" + y="19.285" + id="rect1932" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M -1.772,19.413 C -1.772,19.806 -1.693,19.728 -2.087,19.728" + id="path1934" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M -1.772,19.413 C -1.772,19.806 -1.693,19.728 -2.087,19.728" + id="path1936" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="-1.734,19.474 -1.773,19.395 -1.813,19.474 -1.734,19.474 " + id="polygon1938" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="-1.734,19.474 -1.773,19.395 -1.813,19.474 -1.734,19.474 " + id="polygon1940" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="-2.025,19.687 -2.104,19.726 -2.025,19.765 -2.025,19.687 " + id="polygon1942" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="-2.025,19.687 -2.104,19.726 -2.025,19.765 -2.025,19.687 " + id="polygon1944" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M -1.538,19.634 C -1.932,19.634 -1.853,19.555 -1.853,19.949" + id="path1946" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M -1.538,19.634 C -1.932,19.634 -1.853,19.555 -1.853,19.949" + id="path1948" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="-1.608,19.671 -1.529,19.632 -1.608,19.592 -1.608,19.671 " + id="polygon1950" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="-1.608,19.671 -1.529,19.632 -1.608,19.592 -1.608,19.671 " + id="polygon1952" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="-1.899,19.884 -1.86,19.962 -1.821,19.884 -1.899,19.884 " + id="polygon1954" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="-1.899,19.884 -1.86,19.962 -1.821,19.884 -1.899,19.884 " + id="polygon1956" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="-5.2220001" + y="17.145" + id="text1958" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Network:</text> + <text + x="-5.5609999" + y="17.745001" + id="text1960" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">172.16.4.0/22</text> + <text + x="-10.001" + y="21.07" + id="text1962" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Server:</text> + <text + x="-10.37" + y="21.57" + id="text1964" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">BLDG2-BDC</text> + <rect + width="1.217" + height="1.825" + x="-8.665" + y="18.782" + id="rect1966" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.217" + height="1.825" + x="-8.665" + y="18.782" + id="rect1968" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.217" + height="1.825" + x="-8.665" + y="18.782" + id="rect1970" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.97299999" + height="0.73000002" + x="-8.6040001" + y="18.843" + id="rect1972" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.97299999" + height="0.73000002" + x="-8.6040001" + y="18.843" + id="rect1974" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.97299999" + height="0.73000002" + x="-8.6040001" + y="18.843" + id="rect1976" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.6040001" + y1="19.087" + x2="-7.6300001" + y2="19.087" + stroke="#000000" + stroke-width="0.010" + id="line1978" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.6300001" + y1="19.33" + x2="-8.6040001" + y2="19.33" + stroke="#000000" + stroke-width="0.010" + id="line1980" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.66900003" + height="0.36500001" + x="-8.4820004" + y="19.634001" + id="rect1982" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.66900003" + height="0.36500001" + x="-8.4820004" + y="19.634001" + id="rect1984" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.66900003" + height="0.36500001" + x="-8.4820004" + y="19.634001" + id="rect1986" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.665" + y1="20.181999" + x2="-7.448" + y2="20.181999" + stroke="#000000" + stroke-width="0.010" + id="line1988" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="-7.8130002" + y="20.059999" + id="rect1990" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="-7.8130002" + y="20.059999" + id="rect1992" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="-7.8130002" + y="20.059999" + id="rect1994" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="-7.691" + y="20.059999" + id="rect1996" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="-7.691" + y="20.059999" + id="rect1998" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="-7.691" + y="20.059999" + id="rect2000" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="-7.5700002" + y="20.059999" + id="rect2002" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="-7.5700002" + y="20.059999" + id="rect2004" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="-7.5700002" + y="20.059999" + id="rect2006" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.122" + height="0.122" + x="-7.6300001" + y="19.877001" + id="rect2008" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.122" + height="0.122" + x="-7.6300001" + y="19.877001" + id="rect2010" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.122" + height="0.122" + x="-7.6300001" + y="19.877001" + id="rect2012" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.4820004" + y1="19.816999" + x2="-7.8130002" + y2="19.816999" + stroke="#000000" + stroke-width="0.010" + id="line2014" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.182" + height="0.183" + x="-7.691" + y="19.634001" + id="rect2016" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.182" + height="0.183" + x="-7.691" + y="19.634001" + id="rect2018" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.182" + height="0.183" + x="-7.691" + y="19.634001" + id="rect2020" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.852" + height="0.061000001" + x="-8.5430002" + y="19.391001" + id="rect2022" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.852" + height="0.061000001" + x="-8.5430002" + y="19.391001" + id="rect2024" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.852" + height="0.061000001" + x="-8.5430002" + y="19.391001" + id="rect2026" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.4209995" + y1="19.695" + x2="-7.8740001" + y2="19.695" + stroke="#000000" + stroke-width="0.010" + id="line2028" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.30399999" + height="0.061000001" + x="-8.3000002" + y="19.695" + id="rect2030" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.30399999" + height="0.061000001" + x="-8.3000002" + y="19.695" + id="rect2032" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.30399999" + height="0.061000001" + x="-8.3000002" + y="19.695" + id="rect2034" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.8130002" + y1="19.511999" + x2="-7.691" + y2="19.511999" + stroke="#000000" + stroke-width="0.010" + id="line2036" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.6040001" + y1="20.242001" + x2="-7.5089998" + y2="20.242001" + stroke="#000000" + stroke-width="0.010" + id="line2038" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.5089998" + y1="20.302999" + x2="-8.6040001" + y2="20.302999" + stroke="#000000" + stroke-width="0.010" + id="line2040" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.6040001" + y1="20.364" + x2="-7.5089998" + y2="20.364" + stroke="#000000" + stroke-width="0.010" + id="line2042" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.5089998" + y1="20.547001" + x2="-8.6040001" + y2="20.547001" + stroke="#000000" + stroke-width="0.010" + id="line2044" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.6040001" + y1="20.486" + x2="-7.5089998" + y2="20.486" + stroke="#000000" + stroke-width="0.010" + id="line2046" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.5089998" + y1="20.424999" + x2="-8.6040001" + y2="20.424999" + stroke="#000000" + stroke-width="0.010" + id="line2048" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.5430002" + y1="19.511999" + x2="-8.4820004" + y2="19.511999" + stroke="#000000" + stroke-width="0.010" + id="line2050" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.4209995" + y1="19.511999" + x2="-8.3599997" + y2="19.511999" + stroke="#000000" + stroke-width="0.010" + id="line2052" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-8.4209995" + y1="19.756001" + x2="-8.3599997" + y2="19.756001" + stroke="#000000" + stroke-width="0.010" + id="line2054" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.9349999" + y1="19.756001" + x2="-7.8740001" + y2="19.756001" + stroke="#000000" + stroke-width="0.010" + id="line2056" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="-7.4980001" + y1="19.695" + x2="-2.164" + y2="19.679001" + stroke="#000000" + stroke-width="0.100" + id="line2058" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-5.9559999" + y1="19.690001" + x2="-5.9530001" + y2="20.649" + stroke="#000000" + stroke-width="0.100" + id="line2060" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-5.9530001" + y1="19.690001" + x2="-5.9559999" + y2="18.690001" + stroke="#000000" + stroke-width="0.100" + id="line2062" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-4.4590001" + y1="19.686001" + x2="-4.4559999" + y2="20.591" + stroke="#000000" + stroke-width="0.100" + id="line2064" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-4.4569998" + y1="19.686001" + x2="-4.46" + y2="18.686001" + stroke="#000000" + stroke-width="0.100" + id="line2066" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-2.961" + y1="19.681" + x2="-2.9579999" + y2="20.608" + stroke="#000000" + stroke-width="0.100" + id="line2068" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="-2.9619999" + y1="19.681" + x2="-2.9649999" + y2="18.681" + stroke="#000000" + stroke-width="0.100" + id="line2070" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="0.89600003" + height="0.67199999" + x="-4.9439998" + y="20.618" + id="rect2072" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="-4.9439998" + y="20.618" + id="rect2074" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="-4.8470001" + y="20.715" + id="rect2076" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-4.822,21.29 -4.361,21.29 -4.361,21.395 -4.798,21.395 -4.822,21.29 " + id="polygon2078" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-4.822,21.29 -4.361,21.29 -4.361,21.395 -4.798,21.395 -4.822,21.29 " + id="polygon2080" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-4.361,21.29 -4.169,21.29 -4.193,21.395 -4.361,21.395 -4.361,21.29 " + id="polygon2082" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-4.361,21.29 -4.169,21.29 -4.193,21.395 -4.361,21.395 -4.361,21.29 " + id="polygon2084" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="-4.3299999" + y="21.320999" + id="rect2086" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="-4.3299999" + y="21.320999" + id="rect2088" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-4.585,21.395 -4.406,21.395 -4.406,21.447 -4.317,21.447 -4.317,21.499 -4.675,21.499 -4.675,21.447 -4.585,21.447 -4.585,21.395 " + id="polygon2090" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-4.585,21.395 -4.406,21.395 -4.406,21.447 -4.317,21.447 -4.317,21.499 -4.675,21.499 -4.675,21.447 -4.585,21.447 -4.585,21.395 " + id="polygon2092" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="-3.4260001" + y="20.607" + id="rect2094" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="-3.4260001" + y="20.607" + id="rect2096" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="-3.329" + y="20.704" + id="rect2098" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-3.305,21.279 -2.844,21.279 -2.844,21.384 -3.281,21.384 -3.305,21.279 " + id="polygon2100" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-3.305,21.279 -2.844,21.279 -2.844,21.384 -3.281,21.384 -3.305,21.279 " + id="polygon2102" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-2.844,21.279 -2.652,21.279 -2.676,21.384 -2.844,21.384 -2.844,21.279 " + id="polygon2104" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-2.844,21.279 -2.652,21.279 -2.676,21.384 -2.844,21.384 -2.844,21.279 " + id="polygon2106" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="-2.813" + y="21.311001" + id="rect2108" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="-2.813" + y="21.311001" + id="rect2110" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-3.068,21.384 -2.889,21.384 -2.889,21.436 -2.799,21.436 -2.799,21.488 -3.158,21.488 -3.158,21.436 -3.068,21.436 -3.068,21.384 " + id="polygon2112" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-3.068,21.384 -2.889,21.384 -2.889,21.436 -2.799,21.436 -2.799,21.488 -3.158,21.488 -3.158,21.436 -3.068,21.436 -3.068,21.384 " + id="polygon2114" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="-6.3759999" + y="18.181999" + id="rect2116" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="-6.3759999" + y="18.181999" + id="rect2118" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="-6.2789998" + y="18.278999" + id="rect2120" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-6.255,18.854 -5.794,18.854 -5.794,18.959 -6.231,18.959 -6.255,18.854 " + id="polygon2122" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-6.255,18.854 -5.794,18.854 -5.794,18.959 -6.231,18.959 -6.255,18.854 " + id="polygon2124" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-5.794,18.854 -5.602,18.854 -5.626,18.959 -5.794,18.959 -5.794,18.854 " + id="polygon2126" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-5.794,18.854 -5.602,18.854 -5.626,18.959 -5.794,18.959 -5.794,18.854 " + id="polygon2128" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="-5.763" + y="18.886" + id="rect2130" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="-5.763" + y="18.886" + id="rect2132" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-6.018,18.959 -5.839,18.959 -5.839,19.011 -5.749,19.011 -5.749,19.063 -6.108,19.063 -6.108,19.011 -6.018,19.011 -6.018,18.959 " + id="polygon2134" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-6.018,18.959 -5.839,18.959 -5.839,19.011 -5.749,19.011 -5.749,19.063 -6.108,19.063 -6.108,19.011 -6.018,19.011 -6.018,18.959 " + id="polygon2136" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="-4.901" + y="18.181999" + id="rect2138" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="-4.901" + y="18.181999" + id="rect2140" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="-4.8039999" + y="18.278999" + id="rect2142" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-4.78,18.854 -4.319,18.854 -4.319,18.959 -4.756,18.959 -4.78,18.854 " + id="polygon2144" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-4.78,18.854 -4.319,18.854 -4.319,18.959 -4.756,18.959 -4.78,18.854 " + id="polygon2146" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-4.319,18.854 -4.127,18.854 -4.151,18.959 -4.319,18.959 -4.319,18.854 " + id="polygon2148" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-4.319,18.854 -4.127,18.854 -4.151,18.959 -4.319,18.959 -4.319,18.854 " + id="polygon2150" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="-4.2880001" + y="18.886" + id="rect2152" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="-4.2880001" + y="18.886" + id="rect2154" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-4.543,18.959 -4.364,18.959 -4.364,19.011 -4.274,19.011 -4.274,19.063 -4.633,19.063 -4.633,19.011 -4.543,19.011 -4.543,18.959 " + id="polygon2156" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-4.543,18.959 -4.364,18.959 -4.364,19.011 -4.274,19.011 -4.274,19.063 -4.633,19.063 -4.633,19.011 -4.543,19.011 -4.543,18.959 " + id="polygon2158" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="-3.401" + y="18.207001" + id="rect2160" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="-3.401" + y="18.207001" + id="rect2162" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="-3.3039999" + y="18.304001" + id="rect2164" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="-3.28,18.879 -2.819,18.879 -2.819,18.984 -3.256,18.984 -3.28,18.879 " + id="polygon2166" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-3.28,18.879 -2.819,18.879 -2.819,18.984 -3.256,18.984 -3.28,18.879 " + id="polygon2168" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-2.819,18.879 -2.627,18.879 -2.651,18.984 -2.819,18.984 -2.819,18.879 " + id="polygon2170" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-2.819,18.879 -2.627,18.879 -2.651,18.984 -2.819,18.984 -2.819,18.879 " + id="polygon2172" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="-2.7880001" + y="18.910999" + id="rect2174" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="-2.7880001" + y="18.910999" + id="rect2176" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="-3.043,18.984 -2.864,18.984 -2.864,19.036 -2.774,19.036 -2.774,19.088 -3.133,19.088 -3.133,19.036 -3.043,19.036 -3.043,18.984 " + id="polygon2178" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="-3.043,18.984 -2.864,18.984 -2.864,19.036 -2.774,19.036 -2.774,19.088 -3.133,19.088 -3.133,19.036 -3.043,19.036 -3.043,18.984 " + id="polygon2180" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="-6.439,20.854 -6.487,20.874 -6.631,21.234 -6.631,21.414 -6.559,21.474 -5.503,21.474 -5.431,21.414 -5.431,21.234 -5.575,20.874 -5.623,20.854 -6.439,20.854 " + id="polygon2182" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="-6.439,20.854 -6.487,20.874 -6.631,21.234 -6.631,21.414 -6.559,21.474 -5.503,21.474 -5.431,21.414 -5.431,21.234 -5.575,20.874 -5.623,20.854 -6.439,20.854 " + id="polygon2184" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M -6.607,21.174 L -6.559,21.194 L -5.503,21.194 L -5.455,21.174" + id="path2186" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M -5.503,21.194 L -5.431,21.234" + id="path2188" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M -6.631,21.234 L -6.559,21.194" + id="path2190" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="-6.295,20.474 -6.319,20.954 -5.743,20.954 -5.767,20.474 -6.295,20.474 " + id="polygon2192" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="-6.295,20.474 -6.319,20.954 -5.743,20.954 -5.767,20.474 -6.295,20.474 " + id="polygon2194" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="-6.391,20.954 -6.439,21.094 -5.623,21.094 -5.671,20.954 -6.391,20.954 " + id="polygon2196" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="-6.391,20.954 -6.439,21.094 -5.623,21.094 -5.671,20.954 -6.391,20.954 " + id="polygon2198" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="-6.3909998" + cy="21.264" + rx="0.012" + ry="0.012" + id="ellipse2200" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.3909998" + cy="21.264" + rx="0.012" + ry="0.012" + id="ellipse2202" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.2709999" + cy="21.264" + rx="0.012" + ry="0.012" + id="ellipse2204" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.2709999" + cy="21.264" + rx="0.012" + ry="0.012" + id="ellipse2206" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.151" + cy="21.264" + rx="0.012" + ry="0.012" + id="ellipse2208" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.151" + cy="21.264" + rx="0.012" + ry="0.012" + id="ellipse2210" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.3909998" + cy="21.313999" + rx="0.012" + ry="0.012" + id="ellipse2212" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.3909998" + cy="21.313999" + rx="0.012" + ry="0.012" + id="ellipse2214" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.2709999" + cy="21.313999" + rx="0.012" + ry="0.012" + id="ellipse2216" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.2709999" + cy="21.313999" + rx="0.012" + ry="0.012" + id="ellipse2218" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.151" + cy="21.313999" + rx="0.012" + ry="0.012" + id="ellipse2220" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.151" + cy="21.313999" + rx="0.012" + ry="0.012" + id="ellipse2222" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.3909998" + cy="21.364" + rx="0.012" + ry="0.012" + id="ellipse2224" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.3909998" + cy="21.364" + rx="0.012" + ry="0.012" + id="ellipse2226" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.2709999" + cy="21.364" + rx="0.012" + ry="0.012" + id="ellipse2228" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.2709999" + cy="21.364" + rx="0.012" + ry="0.012" + id="ellipse2230" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.151" + cy="21.364" + rx="0.012" + ry="0.012" + id="ellipse2232" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.151" + cy="21.364" + rx="0.012" + ry="0.012" + id="ellipse2234" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.3909998" + cy="21.414" + rx="0.012" + ry="0.012" + id="ellipse2236" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.3909998" + cy="21.414" + rx="0.012" + ry="0.012" + id="ellipse2238" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.2709999" + cy="21.414" + rx="0.012" + ry="0.012" + id="ellipse2240" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.2709999" + cy="21.414" + rx="0.012" + ry="0.012" + id="ellipse2242" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.151" + cy="21.414" + rx="0.012" + ry="0.012" + id="ellipse2244" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="-6.151" + cy="21.414" + rx="0.012" + ry="0.012" + id="ellipse2246" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-6.0310001" + cy="21.274" + rx="0.15000001" + ry="0.048" + id="ellipse2248" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="-6.0310001" + cy="21.274" + rx="0.15000001" + ry="0.048" + id="ellipse2250" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="-5.7309999" + cy="21.274" + rx="0.15000001" + ry="0.048" + id="ellipse2252" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="-5.7309999" + cy="21.274" + rx="0.15000001" + ry="0.048" + id="ellipse2254" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <rect + width="1.17" + height="1.033" + x="-10.59" + y="19.132" + id="rect2256" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="-10.004" + cy="20.165001" + rx="0.58499998" + ry="0.17200001" + id="ellipse2258" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="-10.004" + cy="19.132" + rx="0.58499998" + ry="0.17200001" + id="ellipse2260" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="-10.004" + cy="19.132" + rx="0.58499998" + ry="0.17200001" + id="ellipse2262" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M -9.419,19.132 L -9.419,20.165 C -9.419,20.26 -9.681,20.337 -10.004,20.337 C -10.328,20.337 -10.59,20.26 -10.59,20.165 L -10.59,19.132" + id="path2264" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="-9.3959999" + y1="19.684" + x2="-8.665" + y2="19.695" + stroke="#000000" + stroke-width="0.100" + id="line2266" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="-10.303" + y="19.759001" + id="text2268" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LDAP</text> + <text + x="-10.288" + y="20.159" + id="text2270" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Slave</text> + <text + x="-0.91500002" + y="19.843" + id="text2272" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Router</text> + <text + x="-1.867" + y="22.455999" + id="text2274" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">50 Users</text> + <text + x="-10.478" + y="17.114" + id="text2276" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">New York</text> + <text + x="-10.147" + y="17.914" + id="text2278" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Bldg 2</text> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="-1.554,15.161 -1.554,15.906 -1.821,15.906 -1.821,19.285 " + id="polyline2280" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.787" + height="0.78799999" + x="5.3379998" + y="16.538" + id="rect2282" + style="fill:#9f9f9f;stroke:none;stroke-width:0" /> + <rect + width="0.787" + height="0.78799999" + x="5.3379998" + y="16.538" + id="rect2284" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.787" + height="0.78799999" + x="5.3379998" + y="16.538" + id="rect2286" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 5.781,16.665 C 5.781,17.059 5.859,16.98 5.466,16.98" + id="path2288" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M 5.781,16.665 C 5.781,17.059 5.859,16.98 5.466,16.98" + id="path2290" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="5.818,16.727 5.779,16.648 5.74,16.727 5.818,16.727 " + id="polygon2292" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="5.818,16.727 5.779,16.648 5.74,16.727 5.818,16.727 " + id="polygon2294" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="5.527,16.939 5.448,16.979 5.527,17.018 5.527,16.939 " + id="polygon2296" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="5.527,16.939 5.448,16.979 5.527,17.018 5.527,16.939 " + id="polygon2298" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 6.014,16.887 C 5.62,16.887 5.699,16.808 5.699,17.202" + id="path2300" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M 6.014,16.887 C 5.62,16.887 5.699,16.808 5.699,17.202" + id="path2302" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="5.944,16.924 6.023,16.884 5.944,16.845 5.944,16.924 " + id="polygon2304" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="5.944,16.924 6.023,16.884 5.944,16.845 5.944,16.924 " + id="polygon2306" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="5.653,17.136 5.692,17.215 5.732,17.136 5.653,17.136 " + id="polygon2308" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="5.653,17.136 5.692,17.215 5.732,17.136 5.653,17.136 " + id="polygon2310" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="7.8559999" + y="17.167" + id="text2312" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Network:</text> + <text + x="7.5180001" + y="17.767" + id="text2314" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">172.16.8.0/22</text> + <text + x="3.204" + y="18.118" + id="text2316" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Server:</text> + <text + x="2.835" + y="18.618" + id="text2318" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">BLDG3-BDC</text> + <text + x="12.542" + y="19.694" + id="text2320" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Member Server:</text> + <text + x="12.687" + y="20.194" + id="text2322" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">BLDG2-APPS</text> + <rect + width="1.217" + height="1.825" + x="4.0770001" + y="18.941999" + id="rect2324" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.217" + height="1.825" + x="4.0770001" + y="18.941999" + id="rect2326" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.217" + height="1.825" + x="4.0770001" + y="18.941999" + id="rect2328" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.97299999" + height="0.73000002" + x="4.138" + y="19.003" + id="rect2330" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.97299999" + height="0.73000002" + x="4.138" + y="19.003" + id="rect2332" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.97299999" + height="0.73000002" + x="4.138" + y="19.003" + id="rect2334" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="4.138" + y1="19.246" + x2="5.112" + y2="19.246" + stroke="#000000" + stroke-width="0.010" + id="line2336" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="5.112" + y1="19.49" + x2="4.138" + y2="19.49" + stroke="#000000" + stroke-width="0.010" + id="line2338" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.66900003" + height="0.36500001" + x="4.2600002" + y="19.794001" + id="rect2340" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.66900003" + height="0.36500001" + x="4.2600002" + y="19.794001" + id="rect2342" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.66900003" + height="0.36500001" + x="4.2600002" + y="19.794001" + id="rect2344" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="4.0770001" + y1="20.341" + x2="5.2940001" + y2="20.341" + stroke="#000000" + stroke-width="0.010" + id="line2346" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="4.9289999" + y="20.219999" + id="rect2348" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="4.9289999" + y="20.219999" + id="rect2350" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="4.9289999" + y="20.219999" + id="rect2352" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="5.0510001" + y="20.219999" + id="rect2354" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="5.0510001" + y="20.219999" + id="rect2356" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="5.0510001" + y="20.219999" + id="rect2358" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.061000001" + height="0.061000001" + x="5.1719999" + y="20.219999" + id="rect2360" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.061000001" + height="0.061000001" + x="5.1719999" + y="20.219999" + id="rect2362" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.061000001" + height="0.061000001" + x="5.1719999" + y="20.219999" + id="rect2364" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.122" + height="0.122" + x="5.112" + y="20.037001" + id="rect2366" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.122" + height="0.122" + x="5.112" + y="20.037001" + id="rect2368" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.122" + height="0.122" + x="5.112" + y="20.037001" + id="rect2370" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="4.2600002" + y1="19.976" + x2="4.9289999" + y2="19.976" + stroke="#000000" + stroke-width="0.010" + id="line2372" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.182" + height="0.183" + x="5.0510001" + y="19.794001" + id="rect2374" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.182" + height="0.183" + x="5.0510001" + y="19.794001" + id="rect2376" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.182" + height="0.183" + x="5.0510001" + y="19.794001" + id="rect2378" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.852" + height="0.061000001" + x="4.1989999" + y="19.549999" + id="rect2380" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.852" + height="0.061000001" + x="4.1989999" + y="19.549999" + id="rect2382" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.852" + height="0.061000001" + x="4.1989999" + y="19.549999" + id="rect2384" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="4.3210001" + y1="19.855" + x2="4.868" + y2="19.855" + stroke="#000000" + stroke-width="0.010" + id="line2386" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.30399999" + height="0.061000001" + x="4.4419999" + y="19.855" + id="rect2388" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.30399999" + height="0.061000001" + x="4.4419999" + y="19.855" + id="rect2390" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.30399999" + height="0.061000001" + x="4.4419999" + y="19.855" + id="rect2392" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="4.9289999" + y1="19.672001" + x2="5.0510001" + y2="19.672001" + stroke="#000000" + stroke-width="0.010" + id="line2394" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.138" + y1="20.402" + x2="5.2329998" + y2="20.402" + stroke="#000000" + stroke-width="0.010" + id="line2396" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="5.2329998" + y1="20.462999" + x2="4.138" + y2="20.462999" + stroke="#000000" + stroke-width="0.010" + id="line2398" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.138" + y1="20.524" + x2="5.2329998" + y2="20.524" + stroke="#000000" + stroke-width="0.010" + id="line2400" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="5.2329998" + y1="20.705999" + x2="4.138" + y2="20.705999" + stroke="#000000" + stroke-width="0.010" + id="line2402" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.138" + y1="20.645" + x2="5.2329998" + y2="20.645" + stroke="#000000" + stroke-width="0.010" + id="line2404" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="5.2329998" + y1="20.584999" + x2="4.138" + y2="20.584999" + stroke="#000000" + stroke-width="0.010" + id="line2406" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.1989999" + y1="19.672001" + x2="4.2600002" + y2="19.672001" + stroke="#000000" + stroke-width="0.010" + id="line2408" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.3210001" + y1="19.672001" + x2="4.382" + y2="19.672001" + stroke="#000000" + stroke-width="0.010" + id="line2410" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.3210001" + y1="19.915001" + x2="4.382" + y2="19.915001" + stroke="#000000" + stroke-width="0.010" + id="line2412" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.8070002" + y1="19.915001" + x2="4.868" + y2="19.915001" + stroke="#000000" + stroke-width="0.010" + id="line2414" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="5.244" + y1="19.855" + x2="10.386" + y2="19.841999" + stroke="#000000" + stroke-width="0.100" + id="line2416" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="6.7309999" + y1="19.851" + x2="6.7329998" + y2="20.809999" + stroke="#000000" + stroke-width="0.100" + id="line2418" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="6.7350001" + y1="19.851" + x2="6.7319999" + y2="18.851" + stroke="#000000" + stroke-width="0.100" + id="line2420" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="8.1739998" + y1="19.847" + x2="8.1759996" + y2="20.753" + stroke="#000000" + stroke-width="0.100" + id="line2422" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="8.1750002" + y1="19.847" + x2="8.1730003" + y2="18.848" + stroke="#000000" + stroke-width="0.100" + id="line2424" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="9.6169996" + y1="19.844" + x2="9.6190004" + y2="20.771" + stroke="#000000" + stroke-width="0.100" + id="line2426" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="9.6160002" + y1="19.844" + x2="9.6129999" + y2="18.844" + stroke="#000000" + stroke-width="0.100" + id="line2428" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="0.89600003" + height="0.67199999" + x="7.723" + y="20.778" + id="rect2430" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="7.723" + y="20.778" + id="rect2432" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="7.8210001" + y="20.875" + id="rect2434" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="7.845,21.45 8.306,21.45 8.306,21.554 7.869,21.554 7.845,21.45 " + id="polygon2436" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="7.845,21.45 8.306,21.45 8.306,21.554 7.869,21.554 7.845,21.45 " + id="polygon2438" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="8.306,21.45 8.498,21.45 8.474,21.554 8.306,21.554 8.306,21.45 " + id="polygon2440" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.306,21.45 8.498,21.45 8.474,21.554 8.306,21.554 8.306,21.45 " + id="polygon2442" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="8.3369999" + y="21.481001" + id="rect2444" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="8.3369999" + y="21.481001" + id="rect2446" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="8.082,21.554 8.261,21.554 8.261,21.606 8.351,21.606 8.351,21.659 7.992,21.659 7.992,21.606 8.082,21.606 8.082,21.554 " + id="polygon2448" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.082,21.554 8.261,21.554 8.261,21.606 8.351,21.606 8.351,21.659 7.992,21.659 7.992,21.606 8.082,21.606 8.082,21.554 " + id="polygon2450" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="9.1660004" + y="20.767" + id="rect2452" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="9.1660004" + y="20.767" + id="rect2454" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="9.2629995" + y="20.864" + id="rect2456" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="9.287,21.439 9.748,21.439 9.748,21.543 9.311,21.543 9.287,21.439 " + id="polygon2458" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="9.287,21.439 9.748,21.439 9.748,21.543 9.311,21.543 9.287,21.439 " + id="polygon2460" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="9.748,21.439 9.94,21.439 9.916,21.543 9.748,21.543 9.748,21.439 " + id="polygon2462" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="9.748,21.439 9.94,21.439 9.916,21.543 9.748,21.543 9.748,21.439 " + id="polygon2464" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="9.7790003" + y="21.469999" + id="rect2466" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="9.7790003" + y="21.469999" + id="rect2468" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="9.524,21.543 9.703,21.543 9.703,21.596 9.793,21.596 9.793,21.648 9.435,21.648 9.435,21.596 9.524,21.596 9.524,21.543 " + id="polygon2470" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="9.524,21.543 9.703,21.543 9.703,21.596 9.793,21.596 9.793,21.648 9.435,21.648 9.435,21.596 9.524,21.596 9.524,21.543 " + id="polygon2472" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="6.2909999" + y="18.341999" + id="rect2474" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="6.2909999" + y="18.341999" + id="rect2476" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="6.388" + y="18.438999" + id="rect2478" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="6.412,19.014 6.873,19.014 6.873,19.118 6.436,19.118 6.412,19.014 " + id="polygon2480" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="6.412,19.014 6.873,19.014 6.873,19.118 6.436,19.118 6.412,19.014 " + id="polygon2482" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="6.873,19.014 7.065,19.014 7.041,19.118 6.873,19.118 6.873,19.014 " + id="polygon2484" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="6.873,19.014 7.065,19.014 7.041,19.118 6.873,19.118 6.873,19.014 " + id="polygon2486" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="6.9039998" + y="19.045" + id="rect2488" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="6.9039998" + y="19.045" + id="rect2490" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="6.649,19.118 6.828,19.118 6.828,19.171 6.918,19.171 6.918,19.223 6.56,19.223 6.56,19.171 6.649,19.171 6.649,19.118 " + id="polygon2492" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="6.649,19.118 6.828,19.118 6.828,19.171 6.918,19.171 6.918,19.223 6.56,19.223 6.56,19.171 6.649,19.171 6.649,19.118 " + id="polygon2494" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="7.7410002" + y="18.367001" + id="rect2496" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="7.7410002" + y="18.367001" + id="rect2498" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="7.8379998" + y="18.464001" + id="rect2500" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="7.862,19.039 8.323,19.039 8.323,19.143 7.886,19.143 7.862,19.039 " + id="polygon2502" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="7.862,19.039 8.323,19.039 8.323,19.143 7.886,19.143 7.862,19.039 " + id="polygon2504" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="8.323,19.039 8.515,19.039 8.491,19.143 8.323,19.143 8.323,19.039 " + id="polygon2506" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.323,19.039 8.515,19.039 8.491,19.143 8.323,19.143 8.323,19.039 " + id="polygon2508" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="8.3540001" + y="19.07" + id="rect2510" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="8.3540001" + y="19.07" + id="rect2512" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="8.099,19.143 8.278,19.143 8.278,19.196 8.368,19.196 8.368,19.248 8.01,19.248 8.01,19.196 8.099,19.196 8.099,19.143 " + id="polygon2514" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="8.099,19.143 8.278,19.143 8.278,19.196 8.368,19.196 8.368,19.248 8.01,19.248 8.01,19.196 8.099,19.196 8.099,19.143 " + id="polygon2516" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.89600003" + height="0.67199999" + x="9.191" + y="18.341999" + id="rect2518" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="0.89600003" + height="0.67199999" + x="9.191" + y="18.341999" + id="rect2520" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.70200002" + height="0.463" + x="9.2880001" + y="18.438999" + id="rect2522" + style="fill:#000000;stroke:none;stroke-width:0" /> + <polygon + points="9.312,19.014 9.773,19.014 9.773,19.118 9.336,19.118 9.312,19.014 " + id="polygon2524" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="9.312,19.014 9.773,19.014 9.773,19.118 9.336,19.118 9.312,19.014 " + id="polygon2526" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="9.773,19.014 9.965,19.014 9.941,19.118 9.773,19.118 9.773,19.014 " + id="polygon2528" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="9.773,19.014 9.965,19.014 9.941,19.118 9.773,19.118 9.773,19.014 " + id="polygon2530" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <rect + width="0.041999999" + height="0.041999999" + x="9.8039999" + y="19.045" + id="rect2532" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.041999999" + height="0.041999999" + x="9.8039999" + y="19.045" + id="rect2534" + style="fill:none;stroke:#000000;stroke-width:0.025" /> + <polygon + points="9.549,19.118 9.728,19.118 9.728,19.171 9.818,19.171 9.818,19.223 9.46,19.223 9.46,19.171 9.549,19.171 9.549,19.118 " + id="polygon2536" + style="fill:#b3b3b3;stroke:none;stroke-width:0.05" /> + <polygon + points="9.549,19.118 9.728,19.118 9.728,19.171 9.818,19.171 9.818,19.223 9.46,19.223 9.46,19.171 9.549,19.171 9.549,19.118 " + id="polygon2538" + style="fill:none;stroke:#000000;stroke-width:0.05" /> + <polygon + points="6.303,21.014 6.255,21.034 6.111,21.394 6.111,21.574 6.183,21.634 7.239,21.634 7.311,21.574 7.311,21.394 7.167,21.034 7.119,21.014 6.303,21.014 " + id="polygon2540" + style="fill:#b3b3b3;stroke:none;stroke-width:0.08" /> + <polygon + points="6.303,21.014 6.255,21.034 6.111,21.394 6.111,21.574 6.183,21.634 7.239,21.634 7.311,21.574 7.311,21.394 7.167,21.034 7.119,21.014 6.303,21.014 " + id="polygon2542" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 6.135,21.334 L 6.183,21.354 L 7.239,21.354 L 7.287,21.334" + id="path2544" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 7.239,21.354 L 7.311,21.394" + id="path2546" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <path + d="M 6.111,21.394 L 6.183,21.354" + id="path2548" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="6.447,20.634 6.423,21.114 6.999,21.114 6.975,20.634 6.447,20.634 " + id="polygon2550" + style="fill:#ffffff;stroke:none;stroke-width:0.08" /> + <polygon + points="6.447,20.634 6.423,21.114 6.999,21.114 6.975,20.634 6.447,20.634 " + id="polygon2552" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="6.351,21.114 6.303,21.254 7.119,21.254 7.071,21.114 6.351,21.114 " + id="polygon2554" + style="fill:#000000;stroke:none;stroke-width:0.08" /> + <polygon + points="6.351,21.114 6.303,21.254 7.119,21.254 7.071,21.114 6.351,21.114 " + id="polygon2556" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <ellipse + cx="6.3509998" + cy="21.424" + rx="0.012" + ry="0.012" + id="ellipse2558" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.3509998" + cy="21.424" + rx="0.012" + ry="0.012" + id="ellipse2560" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.4710002" + cy="21.424" + rx="0.012" + ry="0.012" + id="ellipse2562" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.4710002" + cy="21.424" + rx="0.012" + ry="0.012" + id="ellipse2564" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.5910001" + cy="21.424" + rx="0.012" + ry="0.012" + id="ellipse2566" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.5910001" + cy="21.424" + rx="0.012" + ry="0.012" + id="ellipse2568" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.3509998" + cy="21.474001" + rx="0.012" + ry="0.012" + id="ellipse2570" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.3509998" + cy="21.474001" + rx="0.012" + ry="0.012" + id="ellipse2572" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.4710002" + cy="21.474001" + rx="0.012" + ry="0.012" + id="ellipse2574" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.4710002" + cy="21.474001" + rx="0.012" + ry="0.012" + id="ellipse2576" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.5910001" + cy="21.474001" + rx="0.012" + ry="0.012" + id="ellipse2578" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.5910001" + cy="21.474001" + rx="0.012" + ry="0.012" + id="ellipse2580" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.3509998" + cy="21.524" + rx="0.012" + ry="0.012" + id="ellipse2582" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.3509998" + cy="21.524" + rx="0.012" + ry="0.012" + id="ellipse2584" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.4710002" + cy="21.524" + rx="0.012" + ry="0.012" + id="ellipse2586" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.4710002" + cy="21.524" + rx="0.012" + ry="0.012" + id="ellipse2588" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.5910001" + cy="21.524" + rx="0.012" + ry="0.012" + id="ellipse2590" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.5910001" + cy="21.524" + rx="0.012" + ry="0.012" + id="ellipse2592" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.3509998" + cy="21.573999" + rx="0.012" + ry="0.012" + id="ellipse2594" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.3509998" + cy="21.573999" + rx="0.012" + ry="0.012" + id="ellipse2596" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.4710002" + cy="21.573999" + rx="0.012" + ry="0.012" + id="ellipse2598" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.4710002" + cy="21.573999" + rx="0.012" + ry="0.012" + id="ellipse2600" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.5910001" + cy="21.573999" + rx="0.012" + ry="0.012" + id="ellipse2602" + style="fill:#0000ff;stroke:none" /> + <ellipse + cx="6.5910001" + cy="21.573999" + rx="0.012" + ry="0.012" + id="ellipse2604" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="6.711" + cy="21.434" + rx="0.15000001" + ry="0.048" + id="ellipse2606" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="6.711" + cy="21.434" + rx="0.15000001" + ry="0.048" + id="ellipse2608" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <ellipse + cx="7.0110002" + cy="21.434" + rx="0.15000001" + ry="0.048" + id="ellipse2610" + style="fill:#8f8f8f;stroke:none" /> + <ellipse + cx="7.0110002" + cy="21.434" + rx="0.15000001" + ry="0.048" + id="ellipse2612" + style="fill:none;stroke:#000000;stroke-width:0.02" /> + <rect + width="1.1440001" + height="2.2880001" + x="10.504" + y="18.705" + id="rect2614" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.1440001" + height="2.2880001" + x="10.504" + y="18.705" + id="rect2616" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.1440001" + height="2.2880001" + x="10.504" + y="18.705" + id="rect2618" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.91500002" + height="0.91500002" + x="10.618" + y="18.819" + id="rect2620" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.91500002" + height="0.91500002" + x="10.618" + y="18.819" + id="rect2622" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.91500002" + height="0.91500002" + x="10.618" + y="18.819" + id="rect2624" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="11.533" + y1="19.048" + x2="10.618" + y2="19.048" + stroke="#000000" + stroke-width="0.010" + id="line2626" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.618" + y1="19.275999" + x2="11.533" + y2="19.275999" + stroke="#000000" + stroke-width="0.010" + id="line2628" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="11.533" + y1="19.448" + x2="10.618" + y2="19.448" + stroke="#000000" + stroke-width="0.010" + id="line2630" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.62900001" + height="0.34299999" + x="10.618" + y="19.848" + id="rect2632" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.62900001" + height="0.34299999" + x="10.618" + y="19.848" + id="rect2634" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.62900001" + height="0.34299999" + x="10.618" + y="19.848" + id="rect2636" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="10.504" + y1="20.249001" + x2="11.647" + y2="20.249001" + stroke="#000000" + stroke-width="0.010" + id="line2638" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="11.018" + y="20.363001" + id="rect2640" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="11.018" + y="20.363001" + id="rect2642" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="11.018" + y="20.363001" + id="rect2644" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="11.247" + y="20.363001" + id="rect2646" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="11.247" + y="20.363001" + id="rect2648" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="11.247" + y="20.363001" + id="rect2650" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.057" + height="0.057" + x="11.476" + y="20.363001" + id="rect2652" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.057" + height="0.057" + x="11.476" + y="20.363001" + id="rect2654" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.057" + height="0.057" + x="11.476" + y="20.363001" + id="rect2656" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.114" + height="0.057" + x="11.419" + y="20.02" + id="rect2658" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.114" + height="0.057" + x="11.419" + y="20.02" + id="rect2660" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.114" + height="0.057" + x="11.419" + y="20.02" + id="rect2662" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="10.618" + y1="20.02" + x2="11.247" + y2="20.02" + stroke="#000000" + stroke-width="0.010" + id="line2664" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.17200001" + height="0.17200001" + x="10.618" + y="20.306" + id="rect2666" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.17200001" + height="0.17200001" + x="10.618" + y="20.306" + id="rect2668" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.17200001" + height="0.17200001" + x="10.618" + y="20.306" + id="rect2670" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.801" + height="0.057" + x="10.675" + y="19.504999" + id="rect2672" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.801" + height="0.057" + x="10.675" + y="19.504999" + id="rect2674" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.801" + height="0.057" + x="10.675" + y="19.504999" + id="rect2676" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="10.675" + y1="19.906" + x2="11.19" + y2="19.906" + stroke="#000000" + stroke-width="0.010" + id="line2678" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="11.19" + y1="19.962999" + x2="11.133" + y2="19.962999" + stroke="#000000" + stroke-width="0.010" + id="line2680" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.675" + y1="19.962999" + x2="10.732" + y2="19.962999" + stroke="#000000" + stroke-width="0.010" + id="line2682" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.28600001" + height="0.057" + x="10.79" + y="19.906" + id="rect2684" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.28600001" + height="0.057" + x="10.79" + y="19.906" + id="rect2686" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.28600001" + height="0.057" + x="10.79" + y="19.906" + id="rect2688" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="10.675" + y1="19.620001" + x2="10.732" + y2="19.620001" + stroke="#000000" + stroke-width="0.010" + id="line2690" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.79" + y1="19.620001" + x2="10.847" + y2="19.620001" + stroke="#000000" + stroke-width="0.010" + id="line2692" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="11.362" + y1="19.620001" + x2="11.476" + y2="19.620001" + stroke="#000000" + stroke-width="0.010" + id="line2694" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="11.59" + y1="20.934999" + x2="10.561" + y2="20.934999" + stroke="#000000" + stroke-width="0.010" + id="line2696" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.561" + y1="20.878" + x2="11.59" + y2="20.878" + stroke="#000000" + stroke-width="0.010" + id="line2698" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="11.59" + y1="20.820999" + x2="10.561" + y2="20.820999" + stroke="#000000" + stroke-width="0.010" + id="line2700" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.561" + y1="20.763" + x2="11.59" + y2="20.763" + stroke="#000000" + stroke-width="0.010" + id="line2702" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="11.59" + y1="20.705999" + x2="10.561" + y2="20.705999" + stroke="#000000" + stroke-width="0.010" + id="line2704" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.561" + y1="20.649" + x2="11.59" + y2="20.649" + stroke="#000000" + stroke-width="0.010" + id="line2706" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="11.59" + y1="20.591999" + x2="10.561" + y2="20.591999" + stroke="#000000" + stroke-width="0.010" + id="line2708" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.4960001" + y1="19.819" + x2="4.0770001" + y2="19.855" + stroke="#000000" + stroke-width="0.100" + id="line2710" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="1.183" + height="1.044" + x="2.302" + y="19.268999" + id="rect2712" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="2.8940001" + cy="20.312" + rx="0.59100002" + ry="0.17399999" + id="ellipse2714" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="2.8940001" + cy="19.268999" + rx="0.59100002" + ry="0.17399999" + id="ellipse2716" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="2.8940001" + cy="19.268999" + rx="0.59100002" + ry="0.17399999" + id="ellipse2718" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 3.485,19.269 L 3.485,20.312 C 3.485,20.409 3.221,20.486 2.894,20.486 C 2.567,20.486 2.302,20.409 2.302,20.312 L 2.302,19.269" + id="path2720" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="2.589" + y="19.868999" + id="text2722" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LDAP</text> + <text + x="2.6040001" + y="20.268999" + id="text2724" + style="font-size:0.40000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Slave</text> + <text + x="12.722" + y="22.476999" + id="text2726" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">250 Users</text> + <text + x="12.072" + y="17.239" + id="text2728" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">New York</text> + <text + x="12.402" + y="18.039" + id="text2730" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Bldg 3</text> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="-1.129,15.125 -1.129,15.903 5.732,15.903 5.732,16.538 " + id="polyline2732" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="16.1" + y1="22.393" + x2="15.55" + y2="23.143" + stroke="#F7F7F7" + stroke-width="0.100" + id="line2734" + style="stroke:#f7f7f7;stroke-width:0.1" /> + <text + x="-10.033" + y="7.7020001" + id="text2736" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Domain: GLOBALNET</text> + <text + x="-10.108" + y="22.502001" + id="text2738" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Domain: GLOBALNET</text> + <text + x="2.5420001" + y="22.502001" + id="text2740" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Domain: GLOBALNET</text> + <text + x="1.905" + y="1.027" + id="text2742" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Domain: UKNET</text> + <text + x="13.814" + y="1.102" + id="text2744" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Domain: WESTNET</text> + <text + x="18.017" + y="15.202" + id="text2746" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Domain: GLOBALNET</text> + <text + x="-10.507" + y="1.794" + id="text2748" + style="font-size:1px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Notes:</text> + <text + x="-11.075" + y="2.5439999" + id="text2750" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">The decision was made to implement separate</text> + <text + x="-11.075" + y="3.0439999" + id="text2752" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">domains for the West Coast and for UK</text> + <text + x="-11.075" + y="3.5439999" + id="text2754" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">operations. Wide-area traffic will be reduced.</text> + <text + x="-11.075" + y="4.0440001" + id="text2756" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">This design introduces the concept of deploying</text> + <text + x="-11.075" + y="4.5440001" + id="text2758" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">interdomain trusts, thus permitting much needed</text> + <text + x="-11.075" + y="5.0440001" + id="text2760" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">network integration and interoperabilty.</text> + <text + x="-11.075" + y="5.5440001" + id="text2762" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial" /> +</svg> diff --git a/docs/Samba3-ByExample/images/chap9-ADSDC.dia b/docs/Samba3-ByExample/images/chap9-ADSDC.dia Binary files differdeleted file mode 100644 index dd52341d54..0000000000 --- a/docs/Samba3-ByExample/images/chap9-ADSDC.dia +++ /dev/null diff --git a/docs/Samba3-ByExample/images/chap9-ADSDC.svg b/docs/Samba3-ByExample/images/chap9-ADSDC.svg new file mode 100644 index 0000000000..a0610367c3 --- /dev/null +++ b/docs/Samba3-ByExample/images/chap9-ADSDC.svg @@ -0,0 +1,1321 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="19.075001cm" + height="15.897cm" + viewBox="1.95 0.208 21.025 16.105" + id="svg2"> + <defs + id="defs413" /> + <rect + width="10.1" + height="13.95" + x="2.7750001" + y="2.125" + id="rect4" + style="fill:#ededed;stroke:none;stroke-width:0" /> + <path + d="M 2.775,2.125 C 2.3884007,2.125 2.075,2.4384007 2.075,2.825" + id="path6" + style="fill:#ededed;stroke:none" /> + <path + d="M 13.575,2.825 C 13.575,2.4384007 13.261599,2.125 12.875,2.125" + id="path8" + style="fill:#ededed;stroke:none" /> + <rect + width="11.5" + height="12.55" + x="2.075" + y="2.825" + id="rect10" + style="fill:#ededed;stroke:none;stroke-width:0" /> + <path + d="M 2.075,15.375 C 2.075,15.761599 2.3884007,16.075 2.775,16.075" + id="path12" + style="fill:#ededed;stroke:none" /> + <path + d="M 12.875,16.075 C 13.261599,16.075 13.575,15.761599 13.575,15.375" + id="path14" + style="fill:#ededed;stroke:none" /> + <line + x1="2.7750001" + y1="2.125" + x2="12.875" + y2="2.125" + stroke="#000000" + stroke-width="0.010" + id="line16" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.7750001" + y1="16.075001" + x2="12.875" + y2="16.075001" + stroke="#000000" + stroke-width="0.010" + id="line18" + style="stroke:#000000;stroke-width:0.01" /> + <path + d="M 2.775,2.125 C 2.3884007,2.125 2.075,2.4384007 2.075,2.825" + id="path20" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 13.575,2.825 C 13.575,2.4384007 13.261599,2.125 12.875,2.125" + id="path22" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="2.075" + y1="2.825" + x2="2.075" + y2="15.375" + stroke="#000000" + stroke-width="0.010" + id="line24" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="13.575" + y1="2.825" + x2="13.575" + y2="15.375" + stroke="#000000" + stroke-width="0.010" + id="line26" + style="stroke:#000000;stroke-width:0.01" /> + <path + d="M 2.075,15.375 C 2.075,15.761599 2.3884007,16.075 2.775,16.075" + id="path28" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 12.875,16.075 C 13.261599,16.075 13.575,15.761599 13.575,15.375" + id="path30" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="5.533" + height="13.95" + x="14.717" + y="2.1500001" + id="rect32" + style="fill:#ededed;stroke:none;stroke-width:0" /> + <path + d="M 14.717,2.15 C 14.330791,2.1505517 14.018,2.4637909 14.018,2.85" + id="path34" + style="fill:#ededed;stroke:none" /> + <path + d="M 20.95,2.85 C 20.95,2.4634007 20.636599,2.15 20.25,2.15" + id="path36" + style="fill:#ededed;stroke:none" /> + <rect + width="6.9320002" + height="12.55" + x="14.018" + y="2.8499999" + id="rect38" + style="fill:#ededed;stroke:none;stroke-width:0" /> + <path + d="M 14.018,15.4 C 14.018,15.786209 14.330791,16.099448 14.717,16.1" + id="path40" + style="fill:#ededed;stroke:none" /> + <path + d="M 20.25,16.1 C 20.636599,16.1 20.95,15.786599 20.95,15.4" + id="path42" + style="fill:#ededed;stroke:none" /> + <line + x1="14.717" + y1="2.1500001" + x2="20.25" + y2="2.1500001" + stroke="#000000" + stroke-width="0.010" + id="line44" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.717" + y1="16.1" + x2="20.25" + y2="16.1" + stroke="#000000" + stroke-width="0.010" + id="line46" + style="stroke:#000000;stroke-width:0.01" /> + <path + d="M 14.717,2.15 C 14.330791,2.1505517 14.018,2.4637909 14.018,2.85" + id="path48" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 20.95,2.85 C 20.95,2.4634007 20.636599,2.15 20.25,2.15" + id="path50" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="14.018" + y1="2.8499999" + x2="14.018" + y2="15.4" + stroke="#000000" + stroke-width="0.010" + id="line52" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.950001" + y1="2.8499999" + x2="20.950001" + y2="15.4" + stroke="#000000" + stroke-width="0.010" + id="line54" + style="stroke:#000000;stroke-width:0.01" /> + <path + d="M 14.018,15.4 C 14.018,15.786209 14.330791,16.099448 14.717,16.1" + id="path56" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 20.25,16.1 C 20.636599,16.1 20.95,15.786599 20.95,15.4" + id="path58" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="6.125" + height="2.75" + x="9.9180002" + y="12.925" + id="rect60" + style="fill:#c3c3c3;stroke:none;stroke-width:0" /> + <path + d="M 9.918,12.925 C 9.6418576,12.925 9.418,13.148858 9.418,13.425" + id="path62" + style="fill:#c3c3c3;stroke:none" /> + <path + d="M 16.543,13.425 C 16.543,13.148858 16.319142,12.925 16.043,12.925" + id="path64" + style="fill:#c3c3c3;stroke:none" /> + <rect + width="7.125" + height="1.75" + x="9.4180002" + y="13.425" + id="rect66" + style="fill:#c3c3c3;stroke:none;stroke-width:0" /> + <path + d="M 9.418,15.175 C 9.418,15.451142 9.6418576,15.675 9.918,15.675" + id="path68" + style="fill:#c3c3c3;stroke:none" /> + <path + d="M 16.043,15.675 C 16.319142,15.675 16.543,15.451142 16.543,15.175" + id="path70" + style="fill:#c3c3c3;stroke:none" /> + <line + x1="9.9180002" + y1="12.925" + x2="16.042999" + y2="12.925" + stroke="#000000" + stroke-width="0.001" + id="line72" + style="stroke:#000000;stroke-width:0.001" /> + <line + x1="9.9180002" + y1="15.675" + x2="16.042999" + y2="15.675" + stroke="#000000" + stroke-width="0.001" + id="line74" + style="stroke:#000000;stroke-width:0.001" /> + <path + d="M 9.918,12.925 C 9.6418576,12.925 9.418,13.148858 9.418,13.425" + id="path76" + style="fill:none;stroke:#000000;stroke-width:0.001" /> + <path + d="M 16.543,13.425 C 16.543,13.148858 16.319142,12.925 16.043,12.925" + id="path78" + style="fill:none;stroke:#000000;stroke-width:0.001" /> + <line + x1="9.4180002" + y1="13.425" + x2="9.4180002" + y2="15.175" + stroke="#000000" + stroke-width="0.001" + id="line80" + style="stroke:#000000;stroke-width:0.001" /> + <line + x1="16.542999" + y1="13.425" + x2="16.542999" + y2="15.175" + stroke="#000000" + stroke-width="0.001" + id="line82" + style="stroke:#000000;stroke-width:0.001" /> + <path + d="M 9.418,15.175 C 9.418,15.451142 9.6418576,15.675 9.918,15.675" + id="path84" + style="fill:none;stroke:#000000;stroke-width:0.001" /> + <path + d="M 16.043,15.675 C 16.319142,15.675 16.543,15.451142 16.543,15.175" + id="path86" + style="fill:none;stroke:#000000;stroke-width:0.001" /> + <rect + width="6.125" + height="2.6500001" + x="9.75" + y="10.05" + id="rect88" + style="fill:#c3c3c3;stroke:none;stroke-width:0" /> + <path + d="M 9.75,10.05 C 9.4738576,10.05 9.25,10.273858 9.25,10.55" + id="path90" + style="fill:#c3c3c3;stroke:none" /> + <path + d="M 16.375,10.55 C 16.375,10.273858 16.151142,10.05 15.875,10.05" + id="path92" + style="fill:#c3c3c3;stroke:none" /> + <rect + width="7.125" + height="1.65" + x="9.25" + y="10.55" + id="rect94" + style="fill:#c3c3c3;stroke:none;stroke-width:0" /> + <path + d="M 9.25,12.2 C 9.25,12.476142 9.4738576,12.7 9.75,12.7" + id="path96" + style="fill:#c3c3c3;stroke:none" /> + <path + d="M 15.875,12.7 C 16.151142,12.7 16.375,12.476142 16.375,12.2" + id="path98" + style="fill:#c3c3c3;stroke:none" /> + <line + x1="9.75" + y1="10.05" + x2="15.875" + y2="10.05" + stroke="#000000" + stroke-width="0.001" + id="line100" + style="stroke:#000000;stroke-width:0.001" /> + <line + x1="9.75" + y1="12.7" + x2="15.875" + y2="12.7" + stroke="#000000" + stroke-width="0.001" + id="line102" + style="stroke:#000000;stroke-width:0.001" /> + <path + d="M 9.75,10.05 C 9.4738576,10.05 9.25,10.273858 9.25,10.55" + id="path104" + style="fill:none;stroke:#000000;stroke-width:0.001" /> + <path + d="M 16.375,10.55 C 16.375,10.273858 16.151142,10.05 15.875,10.05" + id="path106" + style="fill:none;stroke:#000000;stroke-width:0.001" /> + <line + x1="9.25" + y1="10.55" + x2="9.25" + y2="12.2" + stroke="#000000" + stroke-width="0.001" + id="line108" + style="stroke:#000000;stroke-width:0.001" /> + <line + x1="16.375" + y1="10.55" + x2="16.375" + y2="12.2" + stroke="#000000" + stroke-width="0.001" + id="line110" + style="stroke:#000000;stroke-width:0.001" /> + <path + d="M 9.25,12.2 C 9.25,12.476142 9.4738576,12.7 9.75,12.7" + id="path112" + style="fill:none;stroke:#000000;stroke-width:0.001" /> + <path + d="M 15.875,12.7 C 16.151142,12.7 16.375,12.476142 16.375,12.2" + id="path114" + style="fill:none;stroke:#000000;stroke-width:0.001" /> + <line + x1="2.0250001" + y1="1.825" + x2="20.950001" + y2="1.825" + stroke="#000000" + stroke-width="0.150" + id="line116" + style="stroke:#000000;stroke-width:0.15000001" /> + <rect + width="1.391" + height="3.2460001" + x="8.2889996" + y="2.836" + id="rect118" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.391" + height="3.2460001" + x="8.2889996" + y="2.836" + id="rect120" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <rect + width="1.113" + height="0.37099999" + x="8.4280005" + y="3.0309999" + id="rect122" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.113" + height="0.37099999" + x="8.4280005" + y="3.402" + id="rect124" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.113" + height="0.37099999" + x="8.4280005" + y="3.773" + id="rect126" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.113" + height="0.37099999" + x="8.4280005" + y="4.1440001" + id="rect128" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.69499999" + height="0.223" + x="8.4280005" + y="4.5890002" + id="rect130" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="9.4709997" + cy="4.6259999" + rx="0.048999999" + ry="0.048999999" + id="ellipse132" + style="fill:#00ff00;stroke:none" /> + <ellipse + cx="9.4709997" + cy="4.6259999" + rx="0.048999999" + ry="0.048999999" + id="ellipse134" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="9.4709997" + cy="4.7740002" + rx="0.048999999" + ry="0.048999999" + id="ellipse136" + style="fill:#ffff00;stroke:none" /> + <ellipse + cx="9.4709997" + cy="4.7740002" + rx="0.048999999" + ry="0.048999999" + id="ellipse138" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.167" + height="0.148" + x="9.1929998" + y="4.6630001" + id="rect140" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.167" + height="0.148" + x="9.1929998" + y="4.6630001" + id="rect142" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 8.521,5.108 L 8.521,5.92" + id="path144" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 8.752,5.108 L 8.752,5.92" + id="path146" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 8.984,5.108 L 8.984,5.92" + id="path148" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 9.216,5.108 L 9.216,5.92" + id="path150" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 9.448,5.108 L 9.448,5.92" + id="path152" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 9.68,5.108 L 9.68,5.92" + id="path154" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <polygon + points="8.011,6.36 8.289,5.804 8.289,6.082 9.68,6.082 9.68,5.804 10.051,6.36 8.011,6.36 " + id="polygon156" + style="fill:#999999;stroke:none;stroke-width:0.01" /> + <polygon + points="8.011,6.36 8.289,5.804 8.289,6.082 9.68,6.082 9.68,5.804 10.051,6.36 8.011,6.36 " + id="polygon158" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.67" + height="5.0089998" + x="16.247" + y="3.0339999" + id="rect160" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.67" + height="5.0089998" + x="16.247" + y="3.0339999" + id="rect162" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.67" + height="5.0089998" + x="16.247" + y="3.0339999" + id="rect164" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.336" + height="2.003" + x="16.414" + y="3.201" + id="rect166" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.336" + height="2.003" + x="16.414" + y="3.201" + id="rect168" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.336" + height="2.003" + x="16.414" + y="3.201" + id="rect170" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="16.414" + y1="3.5339999" + x2="17.75" + y2="3.5339999" + stroke="#000000" + stroke-width="0.010" + id="line172" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.75" + y1="3.868" + x2="16.414" + y2="3.868" + stroke="#000000" + stroke-width="0.010" + id="line174" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="16.414" + y1="4.2020001" + x2="17.75" + y2="4.2020001" + stroke="#000000" + stroke-width="0.010" + id="line176" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="16.414" + y1="4.5359998" + x2="17.75" + y2="4.5359998" + stroke="#000000" + stroke-width="0.010" + id="line178" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.75" + y1="4.8699999" + x2="16.414" + y2="4.8699999" + stroke="#000000" + stroke-width="0.010" + id="line180" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.91799998" + height="0.50099999" + x="16.414" + y="5.3709998" + id="rect182" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.91799998" + height="0.50099999" + x="16.414" + y="5.3709998" + id="rect184" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.91799998" + height="0.50099999" + x="16.414" + y="5.3709998" + id="rect186" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="16.247" + y1="6.2059999" + x2="17.917" + y2="6.2059999" + stroke="#000000" + stroke-width="0.010" + id="line188" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.082999997" + height="0.082999997" + x="16.997999" + y="6.3730001" + id="rect190" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.082999997" + height="0.082999997" + x="16.997999" + y="6.3730001" + id="rect192" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.082999997" + height="0.082999997" + x="16.997999" + y="6.3730001" + id="rect194" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.082999997" + height="0.082999997" + x="17.332001" + y="6.3730001" + id="rect196" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.082999997" + height="0.082999997" + x="17.332001" + y="6.3730001" + id="rect198" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.082999997" + height="0.082999997" + x="17.332001" + y="6.3730001" + id="rect200" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.082999997" + height="0.082999997" + x="17.666" + y="6.3730001" + id="rect202" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.082999997" + height="0.082999997" + x="17.666" + y="6.3730001" + id="rect204" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.082999997" + height="0.082999997" + x="17.666" + y="6.3730001" + id="rect206" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.167" + height="0.167" + x="17.583" + y="5.8720002" + id="rect208" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.167" + height="0.167" + x="17.583" + y="5.8720002" + id="rect210" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.167" + height="0.167" + x="17.583" + y="5.8720002" + id="rect212" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="16.414" + y1="5.6209998" + x2="17.332001" + y2="5.6209998" + stroke="#000000" + stroke-width="0.010" + id="line214" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.25" + height="0.25" + x="16.414" + y="6.289" + id="rect216" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.25" + height="0.25" + x="16.414" + y="6.289" + id="rect218" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.25" + height="0.25" + x="16.414" + y="6.289" + id="rect220" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.169" + height="0.082999997" + x="16.497999" + y="4.954" + id="rect222" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="1.169" + height="0.082999997" + x="16.497999" + y="4.954" + id="rect224" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.169" + height="0.082999997" + x="16.497999" + y="4.954" + id="rect226" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="16.497999" + y1="5.454" + x2="17.249001" + y2="5.454" + stroke="#000000" + stroke-width="0.010" + id="line228" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.249001" + y1="5.5380001" + x2="17.165001" + y2="5.5380001" + stroke="#000000" + stroke-width="0.010" + id="line230" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="16.497999" + y1="5.5380001" + x2="16.580999" + y2="5.5380001" + stroke="#000000" + stroke-width="0.010" + id="line232" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.417" + height="0.082999997" + x="16.664" + y="5.454" + id="rect234" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.417" + height="0.082999997" + x="16.664" + y="5.454" + id="rect236" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.417" + height="0.082999997" + x="16.664" + y="5.454" + id="rect238" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="16.497999" + y1="5.1199999" + x2="16.580999" + y2="5.1199999" + stroke="#000000" + stroke-width="0.010" + id="line240" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="16.664" + y1="5.1199999" + x2="16.747999" + y2="5.1199999" + stroke="#000000" + stroke-width="0.010" + id="line242" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.499001" + y1="5.1199999" + x2="17.666" + y2="5.1199999" + stroke="#000000" + stroke-width="0.010" + id="line244" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="16.330999" + y1="7.9590001" + x2="17.833" + y2="7.9590001" + stroke="#000000" + stroke-width="0.010" + id="line246" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.833" + y1="7.875" + x2="16.330999" + y2="7.875" + stroke="#000000" + stroke-width="0.010" + id="line248" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="16.330999" + y1="7.7919998" + x2="17.833" + y2="7.7919998" + stroke="#000000" + stroke-width="0.010" + id="line250" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.833" + y1="7.7080002" + x2="16.330999" + y2="7.7080002" + stroke="#000000" + stroke-width="0.010" + id="line252" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="16.330999" + y1="7.625" + x2="17.833" + y2="7.625" + stroke="#000000" + stroke-width="0.010" + id="line254" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.833" + y1="7.5409999" + x2="16.330999" + y2="7.5409999" + stroke="#000000" + stroke-width="0.010" + id="line256" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="16.330999" + y1="7.4580002" + x2="17.833" + y2="7.4580002" + stroke="#000000" + stroke-width="0.010" + id="line258" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.833" + y1="7.3740001" + x2="16.330999" + y2="7.3740001" + stroke="#000000" + stroke-width="0.010" + id="line260" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="16.330999" + y1="7.2909999" + x2="17.833" + y2="7.2909999" + stroke="#000000" + stroke-width="0.010" + id="line262" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.833" + y1="7.2069998" + x2="16.330999" + y2="7.2069998" + stroke="#000000" + stroke-width="0.010" + id="line264" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="16.330999" + y1="7.1240001" + x2="17.833" + y2="7.1240001" + stroke="#000000" + stroke-width="0.010" + id="line266" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.833" + y1="7.04" + x2="16.330999" + y2="7.04" + stroke="#000000" + stroke-width="0.010" + id="line268" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="16.330999" + y1="6.9569998" + x2="17.833" + y2="6.9569998" + stroke="#000000" + stroke-width="0.010" + id="line270" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.833" + y1="6.8730001" + x2="16.330999" + y2="6.8730001" + stroke="#000000" + stroke-width="0.010" + id="line272" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.1" + y1="1.85" + x2="17.1" + y2="3.05" + stroke="#000000" + stroke-width="0.100" + id="line274" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="9.0570002" + y1="1.823" + x2="9.0310001" + y2="2.836" + stroke="#000000" + stroke-width="0.100" + id="line276" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="1.85" + height="1.632" + x="5.7249999" + y="3.359" + id="rect278" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="6.6500001" + cy="4.9910002" + rx="0.92500001" + ry="0.27200001" + id="ellipse280" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="6.6500001" + cy="3.359" + rx="0.92500001" + ry="0.27200001" + id="ellipse282" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="6.6500001" + cy="3.359" + rx="0.92500001" + ry="0.27200001" + id="ellipse284" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 7.575,3.359 L 7.575,4.991 C 7.575,5.141 7.161,5.263 6.65,5.263 C 6.139,5.263 5.725,5.141 5.725,4.991 L 5.725,3.359" + id="path286" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="7.5999999" + y1="4.1750002" + x2="8.3000002" + y2="4.1999998" + stroke="#000000" + stroke-width="0.100" + id="line288" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="6.3410001" + y="4.3000002" + id="text290" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">ADS</text> + <text + x="5.5120001" + y="7.125" + id="text292" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Windows Server 2003</text> + <text + x="6.5840001" + y="7.9250002" + id="text294" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">ADS Server</text> + <text + x="5.927" + y="8.7250004" + id="text296" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Domain Controller</text> + <text + x="15.605" + y="0.67500001" + id="text298" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Samba Domain</text> + <text + x="15.598" + y="1.475" + id="text300" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Member Server</text> + <line + x1="2.075" + y1="8.9750004" + x2="20.9" + y2="9" + stroke="#000000" + stroke-width="0.100" + stroke-dasharray="0.50,0.50" + id="line302" + style="stroke:#000000;stroke-width:0.1;stroke-dasharray:0.5, 0.5" /> + <text + x="6.5079999" + y="9.6750002" + id="text304" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Domain Services</text> + <text + x="5.7870002" + y="1.395" + id="text306" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Network Configuration</text> + <rect + width="5.3499999" + height="1.8" + x="4.8249998" + y="12.25" + id="rect308" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="5.3499999" + height="1.8" + x="4.8249998" + y="12.25" + id="rect310" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="4.2750001" + height="1.375" + x="5.4250002" + y="10.6" + id="rect312" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="4.2750001" + height="1.375" + x="5.4250002" + y="10.6" + id="rect314" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="6.4749999" + y="11.411" + id="text316" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">CIFS Server</text> + <text + x="16.191999" + y="9.6499996" + id="text318" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Client Services</text> + <rect + width="2.575" + height="1.125" + x="16" + y="12.975" + id="rect320" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="2.575" + height="1.125" + x="16" + y="12.975" + id="rect322" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="16.599001" + y="13.7" + id="text324" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Winbind</text> + <rect + width="2.575" + height="1.1" + x="15.992" + y="10.275" + id="rect326" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="2.575" + height="1.1" + x="15.992" + y="10.275" + id="rect328" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="2.6070001" + height="1.1" + x="16.566999" + y="11.6" + id="rect330" + style="fill:#c5c5c5;stroke:none;stroke-width:0" /> + <rect + width="2.6070001" + height="1.1" + x="16.566999" + y="11.6" + id="rect332" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="16.724001" + y="11.086" + id="text334" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">smbd</text> + <text + x="17.357" + y="12.361" + id="text336" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">nmbd</text> + <rect + width="2.7179999" + height="1.1" + x="15.95" + y="14.35" + id="rect338" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="2.7179999" + height="1.1" + x="15.95" + y="14.35" + id="rect340" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="16.579" + y="15.075" + id="text342" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">nss_ldap</text> + <path + d="M 19.015,13.314 C 19.392106,13.104482 19.629557,12.710441 19.638616,12.279135 C 19.647674,11.84783 19.426976,11.444167 19.059,11.219" + id="path344" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="19.151,10.869 18.625,11.056 19.09,11.366 19.151,10.869 " + id="polygon346" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="19.053,13.169 18.575,13.458 19.094,13.667 19.053,13.169 " + id="polygon348" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <path + d="M 19.172,14.715 C 19.931775,14.326769 20.402308,13.537936 20.382916,12.684938 C 20.363525,11.83194 19.857632,11.065304 19.081,10.712" + id="path350" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="19.154,10.406 18.617,10.559 19.062,10.897 19.154,10.406 " + id="polygon352" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="19.146,14.531 18.716,14.889 19.26,15.018 19.146,14.531 " + id="polygon354" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <line + x1="15.338" + y1="14.9" + x2="10.912" + y2="14.9" + stroke="#000000" + stroke-width="0.100" + stroke-dasharray="0.20,0.20" + id="line356" + style="stroke:#000000;stroke-width:0.1;stroke-dasharray:0.2, 0.2" /> + <polygon + points="15.338,15.15 15.838,14.9 15.338,14.65 15.338,15.15 " + id="polygon358" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="15.338,15.15 15.838,14.9 15.338,14.65 15.338,15.15 " + id="polygon360" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="10.912,14.65 10.412,14.9 10.912,15.15 10.912,14.65 " + id="polygon362" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="10.912,14.65 10.412,14.9 10.912,15.15 10.912,14.65 " + id="polygon364" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="10.787" + y1="13.328" + x2="15.338" + y2="13.347" + stroke="#000000" + stroke-width="0.100" + stroke-dasharray="0.20,0.20" + id="line366" + style="stroke:#000000;stroke-width:0.1;stroke-dasharray:0.2, 0.2" /> + <polygon + points="10.788,13.078 10.287,13.325 10.786,13.578 10.788,13.078 " + id="polygon368" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="10.788,13.078 10.287,13.325 10.786,13.578 10.788,13.078 " + id="polygon370" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="15.337,13.597 15.838,13.35 15.339,13.097 15.337,13.597 " + id="polygon372" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="15.337,13.597 15.838,13.35 15.339,13.097 15.337,13.597 " + id="polygon374" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="12.594" + y="14.05" + id="text376" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">UID/GID</text> + <text + x="12.425" + y="14.65" + id="text378" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Resolution</text> + <rect + width="5.4499998" + height="1.05" + x="4.8249998" + y="14.375" + id="rect380" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="5.4499998" + height="1.05" + x="4.8249998" + y="14.375" + id="rect382" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="6.2270002" + y="13.011" + id="text384" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Active Directory</text> + <text + x="6.0279999" + y="13.611" + id="text386" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">(Kerberos / LDAP)</text> + <text + x="5.9699998" + y="15.136" + id="text388" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Services For UNIX</text> + <line + x1="10.361" + y1="10.714" + x2="15.314" + y2="10.524" + stroke="#000000" + stroke-width="0.100" + stroke-dasharray="0.20,0.20" + id="line390" + style="stroke:#000000;stroke-width:0.1;stroke-dasharray:0.2, 0.2" /> + <polygon + points="10.352,10.464 9.862,10.733 10.371,10.964 10.352,10.464 " + id="polygon392" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="10.352,10.464 9.862,10.733 10.371,10.964 10.352,10.464 " + id="polygon394" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="15.323,10.773 15.813,10.504 15.304,10.274 15.323,10.773 " + id="polygon396" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="15.323,10.773 15.813,10.504 15.304,10.274 15.323,10.773 " + id="polygon398" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="10.795" + y1="12.333" + x2="15.355" + y2="11.242" + stroke="#000000" + stroke-width="0.100" + stroke-dasharray="0.20,0.20" + id="line400" + style="stroke:#000000;stroke-width:0.1;stroke-dasharray:0.2, 0.2" /> + <polygon + points="10.737,12.09 10.309,12.449 10.853,12.576 10.737,12.09 " + id="polygon402" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="10.737,12.09 10.309,12.449 10.853,12.576 10.737,12.09 " + id="polygon404" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="15.413,11.485 15.841,11.126 15.297,10.999 15.413,11.485 " + id="polygon406" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="15.413,11.485 15.841,11.126 15.297,10.999 15.413,11.485 " + id="polygon408" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="11.411" + y="11.325" + id="text410" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Authentication</text> +</svg> diff --git a/docs/Samba3-ByExample/images/chap9-SambaDC.dia b/docs/Samba3-ByExample/images/chap9-SambaDC.dia Binary files differdeleted file mode 100644 index 884a4d134a..0000000000 --- a/docs/Samba3-ByExample/images/chap9-SambaDC.dia +++ /dev/null diff --git a/docs/Samba3-ByExample/images/chap9-SambaDC.svg b/docs/Samba3-ByExample/images/chap9-SambaDC.svg new file mode 100644 index 0000000000..54d1763394 --- /dev/null +++ b/docs/Samba3-ByExample/images/chap9-SambaDC.svg @@ -0,0 +1,1443 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="19.075001cm" + height="15.897cm" + viewBox="1.95 0.208 21.025 16.105" + id="svg2"> + <defs + id="defs453" /> + <rect + width="10.1" + height="13.95" + x="2.7750001" + y="2.125" + id="rect4" + style="fill:#ededed;stroke:none;stroke-width:0" /> + <path + d="M 2.775,2.125 C 2.3884007,2.125 2.075,2.4384007 2.075,2.825" + id="path6" + style="fill:#ededed;stroke:none" /> + <path + d="M 13.575,2.825 C 13.575,2.4384007 13.261599,2.125 12.875,2.125" + id="path8" + style="fill:#ededed;stroke:none" /> + <rect + width="11.5" + height="12.55" + x="2.075" + y="2.825" + id="rect10" + style="fill:#ededed;stroke:none;stroke-width:0" /> + <path + d="M 2.075,15.375 C 2.075,15.761599 2.3884007,16.075 2.775,16.075" + id="path12" + style="fill:#ededed;stroke:none" /> + <path + d="M 12.875,16.075 C 13.261599,16.075 13.575,15.761599 13.575,15.375" + id="path14" + style="fill:#ededed;stroke:none" /> + <line + x1="2.7750001" + y1="2.125" + x2="12.875" + y2="2.125" + stroke="#000000" + stroke-width="0.010" + id="line16" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.7750001" + y1="16.075001" + x2="12.875" + y2="16.075001" + stroke="#000000" + stroke-width="0.010" + id="line18" + style="stroke:#000000;stroke-width:0.01" /> + <path + d="M 2.775,2.125 C 2.3884007,2.125 2.075,2.4384007 2.075,2.825" + id="path20" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 13.575,2.825 C 13.575,2.4384007 13.261599,2.125 12.875,2.125" + id="path22" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="2.075" + y1="2.825" + x2="2.075" + y2="15.375" + stroke="#000000" + stroke-width="0.010" + id="line24" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="13.575" + y1="2.825" + x2="13.575" + y2="15.375" + stroke="#000000" + stroke-width="0.010" + id="line26" + style="stroke:#000000;stroke-width:0.01" /> + <path + d="M 2.075,15.375 C 2.075,15.761599 2.3884007,16.075 2.775,16.075" + id="path28" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 12.875,16.075 C 13.261599,16.075 13.575,15.761599 13.575,15.375" + id="path30" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="5.533" + height="13.95" + x="14.717" + y="2.1500001" + id="rect32" + style="fill:#ededed;stroke:none;stroke-width:0" /> + <path + d="M 14.717,2.15 C 14.330791,2.1505517 14.018,2.4637909 14.018,2.85" + id="path34" + style="fill:#ededed;stroke:none" /> + <path + d="M 20.95,2.85 C 20.95,2.4634007 20.636599,2.15 20.25,2.15" + id="path36" + style="fill:#ededed;stroke:none" /> + <rect + width="6.9320002" + height="12.55" + x="14.018" + y="2.8499999" + id="rect38" + style="fill:#ededed;stroke:none;stroke-width:0" /> + <path + d="M 14.018,15.4 C 14.018,15.786209 14.330791,16.099448 14.717,16.1" + id="path40" + style="fill:#ededed;stroke:none" /> + <path + d="M 20.25,16.1 C 20.636599,16.1 20.95,15.786599 20.95,15.4" + id="path42" + style="fill:#ededed;stroke:none" /> + <line + x1="14.717" + y1="2.1500001" + x2="20.25" + y2="2.1500001" + stroke="#000000" + stroke-width="0.010" + id="line44" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.717" + y1="16.1" + x2="20.25" + y2="16.1" + stroke="#000000" + stroke-width="0.010" + id="line46" + style="stroke:#000000;stroke-width:0.01" /> + <path + d="M 14.717,2.15 C 14.330791,2.1505517 14.018,2.4637909 14.018,2.85" + id="path48" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 20.95,2.85 C 20.95,2.4634007 20.636599,2.15 20.25,2.15" + id="path50" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="14.018" + y1="2.8499999" + x2="14.018" + y2="15.4" + stroke="#000000" + stroke-width="0.010" + id="line52" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.950001" + y1="2.8499999" + x2="20.950001" + y2="15.4" + stroke="#000000" + stroke-width="0.010" + id="line54" + style="stroke:#000000;stroke-width:0.01" /> + <path + d="M 14.018,15.4 C 14.018,15.786209 14.330791,16.099448 14.717,16.1" + id="path56" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 20.25,16.1 C 20.636599,16.1 20.95,15.786599 20.95,15.4" + id="path58" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="4.9749999" + height="4.625" + x="10.8" + y="10.877" + id="rect60" + style="fill:#b5b5b5;stroke:none;stroke-width:0" /> + <path + d="M 10.8,10.877 C 10.523858,10.877 10.3,11.100858 10.3,11.377" + id="path62" + style="fill:#b5b5b5;stroke:none" /> + <path + d="M 16.275,11.377 C 16.275,11.100858 16.051142,10.877 15.775,10.877" + id="path64" + style="fill:#b5b5b5;stroke:none" /> + <rect + width="5.9749999" + height="3.625" + x="10.3" + y="11.377" + id="rect66" + style="fill:#b5b5b5;stroke:none;stroke-width:0" /> + <path + d="M 10.3,15.002 C 10.3,15.278142 10.523858,15.502 10.8,15.502" + id="path68" + style="fill:#b5b5b5;stroke:none" /> + <path + d="M 15.775,15.502 C 16.051142,15.502 16.275,15.278142 16.275,15.002" + id="path70" + style="fill:#b5b5b5;stroke:none" /> + <line + x1="10.8" + y1="10.877" + x2="15.775" + y2="10.877" + stroke="#000000" + stroke-width="0.010" + id="line72" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.8" + y1="15.502" + x2="15.775" + y2="15.502" + stroke="#000000" + stroke-width="0.010" + id="line74" + style="stroke:#000000;stroke-width:0.01" /> + <path + d="M 10.8,10.877 C 10.523858,10.877 10.3,11.100858 10.3,11.377" + id="path76" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 16.275,11.377 C 16.275,11.100858 16.051142,10.877 15.775,10.877" + id="path78" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="10.3" + y1="11.377" + x2="10.3" + y2="15.002" + stroke="#000000" + stroke-width="0.010" + id="line80" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="16.275" + y1="11.377" + x2="16.275" + y2="15.002" + stroke="#000000" + stroke-width="0.010" + id="line82" + style="stroke:#000000;stroke-width:0.01" /> + <path + d="M 10.3,15.002 C 10.3,15.278142 10.523858,15.502 10.8,15.502" + id="path84" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 15.775,15.502 C 16.051142,15.502 16.275,15.278142 16.275,15.002" + id="path86" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="2.0250001" + y1="1.825" + x2="20.950001" + y2="1.825" + stroke="#000000" + stroke-width="0.150" + id="line88" + style="stroke:#000000;stroke-width:0.15000001" /> + <rect + width="1.391" + height="3.2460001" + x="5.539" + y="3.161" + id="rect90" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.391" + height="3.2460001" + x="5.539" + y="3.161" + id="rect92" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <rect + width="1.113" + height="0.37099999" + x="5.678" + y="3.3559999" + id="rect94" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.113" + height="0.37099999" + x="5.678" + y="3.727" + id="rect96" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.113" + height="0.37099999" + x="5.678" + y="4.098" + id="rect98" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.113" + height="0.37099999" + x="5.678" + y="4.4689999" + id="rect100" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.69499999" + height="0.223" + x="5.678" + y="4.914" + id="rect102" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="6.7210002" + cy="4.9510002" + rx="0.048999999" + ry="0.048999999" + id="ellipse104" + style="fill:#00ff00;stroke:none" /> + <ellipse + cx="6.7210002" + cy="4.9510002" + rx="0.048999999" + ry="0.048999999" + id="ellipse106" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="6.7210002" + cy="5.099" + rx="0.048999999" + ry="0.048999999" + id="ellipse108" + style="fill:#ffff00;stroke:none" /> + <ellipse + cx="6.7210002" + cy="5.099" + rx="0.048999999" + ry="0.048999999" + id="ellipse110" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.167" + height="0.148" + x="6.4429998" + y="4.9879999" + id="rect112" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.167" + height="0.148" + x="6.4429998" + y="4.9879999" + id="rect114" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 5.771,5.433 L 5.771,6.245" + id="path116" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 6.002,5.433 L 6.002,6.245" + id="path118" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 6.234,5.433 L 6.234,6.245" + id="path120" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 6.466,5.433 L 6.466,6.245" + id="path122" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 6.698,5.433 L 6.698,6.245" + id="path124" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 6.93,5.433 L 6.93,6.245" + id="path126" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <polygon + points="5.261,6.685 5.539,6.129 5.539,6.407 6.93,6.407 6.93,6.129 7.301,6.685 5.261,6.685 " + id="polygon128" + style="fill:#999999;stroke:none;stroke-width:0.01" /> + <polygon + points="5.261,6.685 5.539,6.129 5.539,6.407 6.93,6.407 6.93,6.129 7.301,6.685 5.261,6.685 " + id="polygon130" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.354" + height="3.158" + x="8.8369999" + y="3.2119999" + id="rect132" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.354" + height="3.158" + x="8.8369999" + y="3.2119999" + id="rect134" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <rect + width="1.0829999" + height="0.361" + x="8.9720001" + y="3.402" + id="rect136" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.0829999" + height="0.361" + x="8.9720001" + y="3.763" + id="rect138" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.0829999" + height="0.361" + x="8.9720001" + y="4.1240001" + id="rect140" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.0829999" + height="0.361" + x="8.9720001" + y="4.4850001" + id="rect142" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.67699999" + height="0.21699999" + x="8.9720001" + y="4.9180002" + id="rect144" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="9.9879999" + cy="4.954" + rx="0.046999998" + ry="0.046999998" + id="ellipse146" + style="fill:#00ff00;stroke:none" /> + <ellipse + cx="9.9879999" + cy="4.954" + rx="0.046999998" + ry="0.046999998" + id="ellipse148" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="9.9879999" + cy="5.099" + rx="0.046999998" + ry="0.046999998" + id="ellipse150" + style="fill:#ffff00;stroke:none" /> + <ellipse + cx="9.9879999" + cy="5.099" + rx="0.046999998" + ry="0.046999998" + id="ellipse152" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.162" + height="0.14399999" + x="9.717" + y="4.9899998" + id="rect154" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.162" + height="0.14399999" + x="9.717" + y="4.9899998" + id="rect156" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 9.063,5.423 L 9.063,6.213" + id="path158" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 9.288,5.423 L 9.288,6.213" + id="path160" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 9.514,5.423 L 9.514,6.213" + id="path162" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 9.739,5.423 L 9.739,6.213" + id="path164" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 9.965,5.423 L 9.965,6.213" + id="path166" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 10.191,5.423 L 10.191,6.213" + id="path168" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <polygon + points="8.566,6.642 8.837,6.1 8.837,6.371 10.191,6.371 10.191,6.1 10.552,6.642 8.566,6.642 " + id="polygon170" + style="fill:#999999;stroke:none;stroke-width:0.01" /> + <polygon + points="8.566,6.642 8.837,6.1 8.837,6.371 10.191,6.371 10.191,6.1 10.552,6.642 8.566,6.642 " + id="polygon172" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.67" + height="5.0089998" + x="16.247" + y="3.0339999" + id="rect174" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.67" + height="5.0089998" + x="16.247" + y="3.0339999" + id="rect176" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.67" + height="5.0089998" + x="16.247" + y="3.0339999" + id="rect178" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.336" + height="2.003" + x="16.414" + y="3.201" + id="rect180" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.336" + height="2.003" + x="16.414" + y="3.201" + id="rect182" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.336" + height="2.003" + x="16.414" + y="3.201" + id="rect184" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="16.414" + y1="3.5339999" + x2="17.75" + y2="3.5339999" + stroke="#000000" + stroke-width="0.010" + id="line186" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.75" + y1="3.868" + x2="16.414" + y2="3.868" + stroke="#000000" + stroke-width="0.010" + id="line188" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="16.414" + y1="4.2020001" + x2="17.75" + y2="4.2020001" + stroke="#000000" + stroke-width="0.010" + id="line190" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="16.414" + y1="4.5359998" + x2="17.75" + y2="4.5359998" + stroke="#000000" + stroke-width="0.010" + id="line192" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.75" + y1="4.8699999" + x2="16.414" + y2="4.8699999" + stroke="#000000" + stroke-width="0.010" + id="line194" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.91799998" + height="0.50099999" + x="16.414" + y="5.3709998" + id="rect196" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.91799998" + height="0.50099999" + x="16.414" + y="5.3709998" + id="rect198" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.91799998" + height="0.50099999" + x="16.414" + y="5.3709998" + id="rect200" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="16.247" + y1="6.2059999" + x2="17.917" + y2="6.2059999" + stroke="#000000" + stroke-width="0.010" + id="line202" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.082999997" + height="0.082999997" + x="16.997999" + y="6.3730001" + id="rect204" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.082999997" + height="0.082999997" + x="16.997999" + y="6.3730001" + id="rect206" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.082999997" + height="0.082999997" + x="16.997999" + y="6.3730001" + id="rect208" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.082999997" + height="0.082999997" + x="17.332001" + y="6.3730001" + id="rect210" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.082999997" + height="0.082999997" + x="17.332001" + y="6.3730001" + id="rect212" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.082999997" + height="0.082999997" + x="17.332001" + y="6.3730001" + id="rect214" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.082999997" + height="0.082999997" + x="17.666" + y="6.3730001" + id="rect216" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.082999997" + height="0.082999997" + x="17.666" + y="6.3730001" + id="rect218" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.082999997" + height="0.082999997" + x="17.666" + y="6.3730001" + id="rect220" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.167" + height="0.167" + x="17.583" + y="5.8720002" + id="rect222" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.167" + height="0.167" + x="17.583" + y="5.8720002" + id="rect224" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.167" + height="0.167" + x="17.583" + y="5.8720002" + id="rect226" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="16.414" + y1="5.6209998" + x2="17.332001" + y2="5.6209998" + stroke="#000000" + stroke-width="0.010" + id="line228" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.25" + height="0.25" + x="16.414" + y="6.289" + id="rect230" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.25" + height="0.25" + x="16.414" + y="6.289" + id="rect232" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.25" + height="0.25" + x="16.414" + y="6.289" + id="rect234" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.169" + height="0.082999997" + x="16.497999" + y="4.954" + id="rect236" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="1.169" + height="0.082999997" + x="16.497999" + y="4.954" + id="rect238" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.169" + height="0.082999997" + x="16.497999" + y="4.954" + id="rect240" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="16.497999" + y1="5.454" + x2="17.249001" + y2="5.454" + stroke="#000000" + stroke-width="0.010" + id="line242" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.249001" + y1="5.5380001" + x2="17.165001" + y2="5.5380001" + stroke="#000000" + stroke-width="0.010" + id="line244" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="16.497999" + y1="5.5380001" + x2="16.580999" + y2="5.5380001" + stroke="#000000" + stroke-width="0.010" + id="line246" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.417" + height="0.082999997" + x="16.664" + y="5.454" + id="rect248" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.417" + height="0.082999997" + x="16.664" + y="5.454" + id="rect250" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.417" + height="0.082999997" + x="16.664" + y="5.454" + id="rect252" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="16.497999" + y1="5.1199999" + x2="16.580999" + y2="5.1199999" + stroke="#000000" + stroke-width="0.010" + id="line254" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="16.664" + y1="5.1199999" + x2="16.747999" + y2="5.1199999" + stroke="#000000" + stroke-width="0.010" + id="line256" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.499001" + y1="5.1199999" + x2="17.666" + y2="5.1199999" + stroke="#000000" + stroke-width="0.010" + id="line258" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="16.330999" + y1="7.9590001" + x2="17.833" + y2="7.9590001" + stroke="#000000" + stroke-width="0.010" + id="line260" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.833" + y1="7.875" + x2="16.330999" + y2="7.875" + stroke="#000000" + stroke-width="0.010" + id="line262" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="16.330999" + y1="7.7919998" + x2="17.833" + y2="7.7919998" + stroke="#000000" + stroke-width="0.010" + id="line264" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.833" + y1="7.7080002" + x2="16.330999" + y2="7.7080002" + stroke="#000000" + stroke-width="0.010" + id="line266" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="16.330999" + y1="7.625" + x2="17.833" + y2="7.625" + stroke="#000000" + stroke-width="0.010" + id="line268" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.833" + y1="7.5409999" + x2="16.330999" + y2="7.5409999" + stroke="#000000" + stroke-width="0.010" + id="line270" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="16.330999" + y1="7.4580002" + x2="17.833" + y2="7.4580002" + stroke="#000000" + stroke-width="0.010" + id="line272" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.833" + y1="7.3740001" + x2="16.330999" + y2="7.3740001" + stroke="#000000" + stroke-width="0.010" + id="line274" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="16.330999" + y1="7.2909999" + x2="17.833" + y2="7.2909999" + stroke="#000000" + stroke-width="0.010" + id="line276" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.833" + y1="7.2069998" + x2="16.330999" + y2="7.2069998" + stroke="#000000" + stroke-width="0.010" + id="line278" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="16.330999" + y1="7.1240001" + x2="17.833" + y2="7.1240001" + stroke="#000000" + stroke-width="0.010" + id="line280" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.833" + y1="7.04" + x2="16.330999" + y2="7.04" + stroke="#000000" + stroke-width="0.010" + id="line282" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="16.330999" + y1="6.9569998" + x2="17.833" + y2="6.9569998" + stroke="#000000" + stroke-width="0.010" + id="line284" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.833" + y1="6.8730001" + x2="16.330999" + y2="6.8730001" + stroke="#000000" + stroke-width="0.010" + id="line286" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.1" + y1="1.85" + x2="17.1" + y2="3.05" + stroke="#000000" + stroke-width="0.100" + id="line288" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="6.2579999" + y1="1.823" + x2="6.2810001" + y2="3.161" + stroke="#000000" + stroke-width="0.100" + id="line290" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="9.5249996" + y1="1.85" + x2="9.559" + y2="3.2119999" + stroke="#000000" + stroke-width="0.100" + id="line292" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="1.85" + height="1.632" + x="2.925" + y="3.359" + id="rect294" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="3.8499999" + cy="4.9910002" + rx="0.92500001" + ry="0.27200001" + id="ellipse296" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="3.8499999" + cy="3.359" + rx="0.92500001" + ry="0.27200001" + id="ellipse298" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="3.8499999" + cy="3.359" + rx="0.92500001" + ry="0.27200001" + id="ellipse300" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 4.775,3.359 L 4.775,4.991 C 4.775,5.141 4.361,5.263 3.85,5.263 C 3.339,5.263 2.925,5.141 2.925,4.991 L 2.925,3.359" + id="path302" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.85" + height="1.632" + x="11.008" + y="3.3699999" + id="rect304" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <ellipse + cx="11.932" + cy="5.0019999" + rx="0.92500001" + ry="0.27200001" + id="ellipse306" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="11.932" + cy="3.3699999" + rx="0.92500001" + ry="0.27200001" + id="ellipse308" + style="fill:#ffffff;stroke:none" /> + <ellipse + cx="11.932" + cy="3.3699999" + rx="0.92500001" + ry="0.27200001" + id="ellipse310" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 12.857,3.37 L 12.857,5.002 C 12.857,5.152 12.443,5.274 11.932,5.274 C 11.422,5.274 11.008,5.152 11.008,5.002 L 11.008,3.37" + id="path312" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="4.8000002" + y1="4.1750002" + x2="5.5" + y2="4.1999998" + stroke="#000000" + stroke-width="0.100" + id="line314" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="10.259" + y1="4.1490002" + x2="10.959" + y2="4.1739998" + stroke="#000000" + stroke-width="0.100" + id="line316" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="3.4660001" + y="4.3000002" + id="text318" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LDAP</text> + <text + x="3.3929999" + y="4.8000002" + id="text320" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Master</text> + <text + x="11.541" + y="4.3000002" + id="text322" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LDAP</text> + <text + x="11.555" + y="4.8000002" + id="text324" + style="font-size:0.5px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Slave</text> + <path + d="M 10.533,3.038 C 8.7210597,2.042993 6.5088646,2.1244423 4.775,3.25" + id="path326" + style="fill:none;stroke:#585858;stroke-width:0.1;stroke-dasharray:0.5, 0.15, 0.05, 0.15, 0.05, 0.15" /> + <polygon + points="10.405,3.221 10.959,3.297 10.687,2.808 10.405,3.221 " + id="polygon328" + style="fill:#585858;stroke:none;stroke-width:0.1" /> + <text + x="3.0420001" + y="6.0999999" + id="text330" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Samba</text> + <text + x="3.2969999" + y="6.9000001" + id="text332" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">PDC</text> + <text + x="11.317" + y="6.0749998" + id="text334" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Samba</text> + <text + x="11.574" + y="6.875" + id="text336" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">BDC</text> + <text + x="15.605" + y="0.67500001" + id="text338" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Samba Domain</text> + <text + x="15.598" + y="1.475" + id="text340" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Member Server</text> + <line + x1="2.075" + y1="8.9750004" + x2="20.9" + y2="9" + stroke="#000000" + stroke-width="0.100" + stroke-dasharray="0.50,0.50" + id="line342" + style="stroke:#000000;stroke-width:0.1;stroke-dasharray:0.5, 0.5" /> + <text + x="7.7189999" + y="9.6750002" + id="text344" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">PDC/BDC Services</text> + <text + x="5.7870002" + y="1.395" + id="text346" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Network Configuration</text> + <rect + width="2.575" + height="1.1" + x="7.4000001" + y="13.025" + id="rect348" + style="fill:#b9b9b9;stroke:none;stroke-width:0" /> + <rect + width="2.575" + height="1.1" + x="7.4000001" + y="13.025" + id="rect350" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="8.0240002" + y="13.775" + id="text352" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#010101;font-family:arial">Winbind</text> + <rect + width="2.575" + height="1.1" + x="8.0679998" + y="14.4" + id="rect354" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="2.575" + height="1.1" + x="8.0679998" + y="14.4" + id="rect356" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="8.8870001" + y="15.1" + id="text358" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">LDAP</text> + <rect + width="2.575" + height="1.1" + x="8.0679998" + y="10.325" + id="rect360" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="2.575" + height="1.1" + x="8.0679998" + y="10.325" + id="rect362" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="2.6070001" + height="1.1" + x="7.4180002" + y="11.675" + id="rect364" + style="fill:#c6c6c6;stroke:none;stroke-width:0" /> + <rect + width="2.6070001" + height="1.1" + x="7.4180002" + y="11.675" + id="rect366" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="8.7989998" + y="11.136" + id="text368" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">smbd</text> + <text + x="8.2069998" + y="12.436" + id="text370" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">nmbd</text> + <text + x="16.143" + y="9.6999998" + id="text372" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Client Services</text> + <rect + width="2.575" + height="1.125" + x="16" + y="12.975" + id="rect374" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="2.575" + height="1.125" + x="16" + y="12.975" + id="rect376" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="16.599001" + y="13.7" + id="text378" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Winbind</text> + <rect + width="2.575" + height="1.1" + x="15.992" + y="10.275" + id="rect380" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="2.575" + height="1.1" + x="15.992" + y="10.275" + id="rect382" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="2.608" + height="1.102" + x="16.517" + y="11.625" + id="rect384" + style="fill:#c5c5c5;stroke:none;stroke-width:0" /> + <rect + width="2.608" + height="1.102" + x="16.517" + y="11.625" + id="rect386" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="16.724001" + y="11.086" + id="text388" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">smbd</text> + <text + x="17.306999" + y="12.386" + id="text390" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">nmbd</text> + <rect + width="2.7179999" + height="1.1" + x="15.95" + y="14.35" + id="rect392" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="2.7179999" + height="1.1" + x="15.95" + y="14.35" + id="rect394" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="16.579" + y="15.075" + id="text396" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">nss_ldap</text> + <rect + width="2.717" + height="1.1" + x="4.1680002" + y="14.375" + id="rect398" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="2.717" + height="1.1" + x="4.1680002" + y="14.375" + id="rect400" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="4.796" + y="15.1" + id="text402" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">nss_ldap</text> + <path + d="M 7.56,11.075 C 6.4745981,11.601642 5.7241236,12.635796 5.56,13.831" + id="path404" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="7.616,11.277 8.02,10.89 7.468,10.799 7.616,11.277 " + id="polygon406" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="5.268,13.829 5.526,14.325 5.768,13.821 5.268,13.829 " + id="polygon408" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <line + x1="7.4349999" + y1="14.937" + x2="7.5180001" + y2="14.938" + stroke="#000000" + stroke-width="0.100" + id="line410" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="7.44,14.687 6.935,14.926 7.43,15.187 7.44,14.687 " + id="polygon412" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="7.512,15.188 8.018,14.949 7.523,14.688 7.512,15.188 " + id="polygon414" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <path + d="M 19.015,13.314 C 19.392106,13.104482 19.629557,12.710441 19.638616,12.279135 C 19.647674,11.84783 19.426976,11.444167 19.059,11.219" + id="path416" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="19.151,10.869 18.625,11.056 19.09,11.366 19.151,10.869 " + id="polygon418" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="19.053,13.169 18.575,13.458 19.094,13.667 19.053,13.169 " + id="polygon420" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <path + d="M 19.172,14.715 C 19.931775,14.326769 20.402308,13.537936 20.382916,12.684938 C 20.363525,11.83194 19.857632,11.065304 19.081,10.712" + id="path422" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="19.154,10.406 18.617,10.559 19.062,10.897 19.154,10.406 " + id="polygon424" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="19.146,14.531 18.716,14.889 19.26,15.018 19.146,14.531 " + id="polygon426" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <line + x1="15.338" + y1="14.9" + x2="11.337" + y2="14.9" + stroke="#000000" + stroke-width="0.100" + id="line428" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="15.338,15.15 15.838,14.9 15.338,14.65 15.338,15.15 " + id="polygon430" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="15.338,15.15 15.838,14.9 15.338,14.65 15.338,15.15 " + id="polygon432" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="11.337,14.65 10.837,14.9 11.337,15.15 11.337,14.65 " + id="polygon434" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="11.337,14.65 10.837,14.9 11.337,15.15 11.337,14.65 " + id="polygon436" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="11.321" + y1="11.572" + x2="15.379" + y2="13.132" + stroke="#000000" + stroke-width="0.100" + id="line438" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="11.411,11.338 10.854,11.392 11.231,11.805 11.411,11.338 " + id="polygon440" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="11.411,11.338 10.854,11.392 11.231,11.805 11.411,11.338 " + id="polygon442" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="15.289,13.366 15.846,13.312 15.469,12.899 15.289,13.366 " + id="polygon444" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="15.289,13.366 15.846,13.312 15.469,12.899 15.289,13.366 " + id="polygon446" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="12.719" + y="13.45" + id="text448" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">UID/GID</text> + <text + x="12.55" + y="14.05" + id="text450" + style="font-size:0.60000002px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:arial">Resolution</text> +</svg> diff --git a/docs/Samba3-HOWTO/images/access1.dia b/docs/Samba3-HOWTO/images/access1.dia Binary files differdeleted file mode 100644 index 7fd2673800..0000000000 --- a/docs/Samba3-HOWTO/images/access1.dia +++ /dev/null diff --git a/docs/Samba3-HOWTO/images/access1.svg b/docs/Samba3-HOWTO/images/access1.svg new file mode 100644 index 0000000000..486686f780 --- /dev/null +++ b/docs/Samba3-HOWTO/images/access1.svg @@ -0,0 +1,308 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="30.1cm" + height="13.348cm" + viewBox="1.35 1.15 31.45 14.498" + id="svg2"> + <defs + id="defs99" /> + <rect + width="4.4000001" + height="1.1" + x="1.4" + y="1.2" + id="rect4" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="4.4000001" + height="1.1" + x="1.4" + y="1.2" + id="rect6" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="3" + y="2" + id="text8" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">type</text> + <rect + width="4.4000001" + height="1.1" + x="6.5" + y="1.2" + id="rect10" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="4.4000001" + height="1.1" + x="6.5" + y="1.2" + id="rect12" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="7.8000002" + y="2" + id="text14" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">users</text> + <rect + width="4.4000001" + height="1.1" + x="11.5" + y="1.2" + id="rect16" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="4.4000001" + height="1.1" + x="11.5" + y="1.2" + id="rect18" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="12.6" + y="2" + id="text20" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">group</text> + <rect + width="4.4000001" + height="1.1" + x="16.5" + y="1.2" + id="rect22" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="4.4000001" + height="1.1" + x="16.5" + y="1.2" + id="rect24" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="17.700001" + y="2" + id="text26" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">others</text> + <rect + width="4.4000001" + height="1.1" + x="1.4" + y="2.7" + id="rect28" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="4.4000001" + height="1.1" + x="1.4" + y="2.7" + id="rect30" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="3.2" + y="3.5" + id="text32" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">d l</text> + <rect + width="4.4000001" + height="1.1" + x="6.5" + y="2.7" + id="rect34" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="4.4000001" + height="1.1" + x="6.5" + y="2.7" + id="rect36" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="7.9000001" + y="3.5" + id="text38" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">r w x</text> + <rect + width="4.4000001" + height="1.1" + x="11.5" + y="2.7" + id="rect40" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="4.4000001" + height="1.1" + x="11.5" + y="2.7" + id="rect42" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="13" + y="3.5" + id="text44" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">r w x</text> + <rect + width="4.4000001" + height="1.1" + x="16.5" + y="2.7" + id="rect46" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="4.4000001" + height="1.1" + x="16.5" + y="2.7" + id="rect48" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="17.9" + y="3.5" + id="text50" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">r w x</text> + <text + x="22.700001" + y="6.0999999" + id="text52" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:monospace">Can Execute, List files</text> + <text + x="22.700001" + y="6.9000001" + id="text54" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:monospace">Can Write, Create files</text> + <text + x="22.700001" + y="7.6999998" + id="text56" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:monospace">Can Read, Read files</text> + <text + x="22.700001" + y="8.5" + id="text58" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:monospace">Can Execute, List files</text> + <text + x="22.700001" + y="9.3000002" + id="text60" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:monospace">Can Write, Create files</text> + <text + x="22.700001" + y="10.1" + id="text62" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:monospace">Can Read, Read files</text> + <text + x="22.700001" + y="10.9" + id="text64" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:monospace">Can Execute, List files</text> + <text + x="22.700001" + y="11.7" + id="text66" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:monospace">Can Write, Create files</text> + <text + x="22.700001" + y="12.5" + id="text68" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:monospace">Can Read, Read files</text> + <text + x="22.700001" + y="13.3" + id="text70" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:monospace">Is a symbolic link</text> + <text + x="22.700001" + y="14.1" + id="text72" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:monospace">Is a directory</text> + <line + x1="18.700001" + y1="3.8" + x2="18.700001" + y2="6.6999998" + stroke="#000000" + stroke-width="0.100" + id="line74" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="18.700001" + y1="6.6999998" + x2="22.1" + y2="6.6999998" + stroke="#000000" + stroke-width="0.100" + id="line76" + style="stroke:#000000;stroke-width:0.1" /> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="18.000,3.800 18.000,3.800 18.000,7.500 22.100,7.500 " + id="polyline78" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="14.400,3.700 14.400,3.700 14.400,8.300 22.100,8.300 " + id="polyline80" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="13.700,3.800 13.700,3.800 13.700,9.100 22.100,9.100 " + id="polyline82" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="13.100,3.800 13.000,3.800 13.000,9.900 22.100,9.900 " + id="polyline84" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="9.200,3.800 9.300,3.800 9.300,10.700 22.100,10.700 " + id="polyline86" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="8.700,3.800 8.800,3.800 8.800,11.500 22.100,11.500 " + id="polyline88" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="8.000,3.800 8.100,3.800 8.100,12.300 22.100,12.300 " + id="polyline90" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="3.900,3.800 3.900,3.800 3.900,13.100 22.100,13.100 " + id="polyline92" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="3.300,3.800 3.300,3.800 3.300,13.900 22.100,13.900 " + id="polyline94" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="19.200,3.800 19.200,3.800 19.200,5.900 22.100,5.900 " + id="polyline96" + style="fill:none;stroke:#000000;stroke-width:0.1" /> +</svg> diff --git a/docs/Samba3-HOWTO/images/browsing1.dia b/docs/Samba3-HOWTO/images/browsing1.dia Binary files differdeleted file mode 100644 index 8235df45f6..0000000000 --- a/docs/Samba3-HOWTO/images/browsing1.dia +++ /dev/null diff --git a/docs/Samba3-HOWTO/images/browsing1.svg b/docs/Samba3-HOWTO/images/browsing1.svg new file mode 100644 index 0000000000..181ea21871 --- /dev/null +++ b/docs/Samba3-HOWTO/images/browsing1.svg @@ -0,0 +1,2025 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="29.107cm" + height="18.84cm" + viewBox="-2.808 0.758 26.299 19.598" + id="svg2"> + <defs + id="defs689" /> + <rect + width="1.534" + height="3.5799999" + x="2.007" + y="2.0139999" + id="rect4" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.534" + height="3.5799999" + x="2.007" + y="2.0139999" + id="rect6" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <rect + width="1.227" + height="0.40900001" + x="2.1600001" + y="2.2279999" + id="rect8" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.227" + height="0.40900001" + x="2.1600001" + y="2.638" + id="rect10" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.227" + height="0.40900001" + x="2.1600001" + y="3.0469999" + id="rect12" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.227" + height="0.40900001" + x="2.1600001" + y="3.4560001" + id="rect14" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.76700002" + height="0.245" + x="2.1600001" + y="3.947" + id="rect16" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="3.3110001" + cy="3.9879999" + rx="0.054000001" + ry="0.054000001" + id="ellipse18" + style="fill:#00ff00;stroke:none" /> + <ellipse + cx="3.3110001" + cy="3.9879999" + rx="0.054000001" + ry="0.054000001" + id="ellipse20" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="3.3110001" + cy="4.151" + rx="0.054000001" + ry="0.054000001" + id="ellipse22" + style="fill:#ffff00;stroke:none" /> + <ellipse + cx="3.3110001" + cy="4.151" + rx="0.054000001" + ry="0.054000001" + id="ellipse24" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.184" + height="0.164" + x="3.0039999" + y="4.0279999" + id="rect26" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.184" + height="0.164" + x="3.0039999" + y="4.0279999" + id="rect28" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 2.263,4.519 L 2.263,5.414" + id="path30" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 2.518,4.519 L 2.518,5.414" + id="path32" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 2.774,4.519 L 2.774,5.414" + id="path34" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 3.03,4.519 L 3.03,5.414" + id="path36" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 3.285,4.519 L 3.285,5.414" + id="path38" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 3.541,4.519 L 3.541,5.414" + id="path40" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <polygon + points="1.7,5.9 2.007,5.286 2.007,5.593 3.541,5.593 3.541,5.286 3.95,5.9 1.7,5.9 " + id="polygon42" + style="fill:#999999;stroke:none;stroke-width:0.01" /> + <polygon + points="1.7,5.9 2.007,5.286 2.007,5.593 3.541,5.593 3.541,5.286 3.95,5.9 1.7,5.9 " + id="polygon44" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.595" + height="3.7219999" + x="6.119" + y="2" + id="rect46" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.595" + height="3.7219999" + x="6.119" + y="2" + id="rect48" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <rect + width="1.276" + height="0.42500001" + x="6.2789998" + y="2.223" + id="rect50" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.276" + height="0.42500001" + x="6.2789998" + y="2.6489999" + id="rect52" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.276" + height="0.42500001" + x="6.2789998" + y="3.0739999" + id="rect54" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.276" + height="0.42500001" + x="6.2789998" + y="3.4990001" + id="rect56" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.79799998" + height="0.255" + x="6.2789998" + y="4.0100002" + id="rect58" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="7.4749999" + cy="4.052" + rx="0.056000002" + ry="0.056000002" + id="ellipse60" + style="fill:#00ff00;stroke:none" /> + <ellipse + cx="7.4749999" + cy="4.052" + rx="0.056000002" + ry="0.056000002" + id="ellipse62" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="7.4749999" + cy="4.223" + rx="0.056000002" + ry="0.056000002" + id="ellipse64" + style="fill:#ffff00;stroke:none" /> + <ellipse + cx="7.4749999" + cy="4.223" + rx="0.056000002" + ry="0.056000002" + id="ellipse66" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.191" + height="0.17" + x="7.1560001" + y="4.0949998" + id="rect68" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.191" + height="0.17" + x="7.1560001" + y="4.0949998" + id="rect70" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 6.385,4.605 L 6.385,5.536" + id="path72" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 6.651,4.605 L 6.651,5.536" + id="path74" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 6.917,4.605 L 6.917,5.536" + id="path76" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 7.182,4.605 L 7.182,5.536" + id="path78" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 7.448,4.605 L 7.448,5.536" + id="path80" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 7.714,4.605 L 7.714,5.536" + id="path82" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <polygon + points="5.8,6.041 6.119,5.403 6.119,5.722 7.714,5.722 7.714,5.403 8.139,6.041 5.8,6.041 " + id="polygon84" + style="fill:#999999;stroke:none;stroke-width:0.01" /> + <polygon + points="5.8,6.041 6.119,5.403 6.119,5.722 7.714,5.722 7.714,5.403 8.139,6.041 5.8,6.041 " + id="polygon86" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.618" + height="3.776" + x="10.124" + y="1.9" + id="rect88" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.618" + height="3.776" + x="10.124" + y="1.9" + id="rect90" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <rect + width="1.295" + height="0.43200001" + x="10.286" + y="2.1270001" + id="rect92" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.295" + height="0.43200001" + x="10.286" + y="2.5580001" + id="rect94" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.295" + height="0.43200001" + x="10.286" + y="2.99" + id="rect96" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.295" + height="0.43200001" + x="10.286" + y="3.421" + id="rect98" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.80900002" + height="0.259" + x="10.286" + y="3.9389999" + id="rect100" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="11.499" + cy="3.9820001" + rx="0.057" + ry="0.057" + id="ellipse102" + style="fill:#00ff00;stroke:none" /> + <ellipse + cx="11.499" + cy="3.9820001" + rx="0.057" + ry="0.057" + id="ellipse104" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="11.499" + cy="4.1550002" + rx="0.057" + ry="0.057" + id="ellipse106" + style="fill:#ffff00;stroke:none" /> + <ellipse + cx="11.499" + cy="4.1550002" + rx="0.057" + ry="0.057" + id="ellipse108" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.19400001" + height="0.17299999" + x="11.176" + y="4.026" + id="rect110" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.19400001" + height="0.17299999" + x="11.176" + y="4.026" + id="rect112" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 10.393,4.543 L 10.393,5.487" + id="path114" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 10.663,4.543 L 10.663,5.487" + id="path116" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 10.933,4.543 L 10.933,5.487" + id="path118" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 11.203,4.543 L 11.203,5.487" + id="path120" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 11.472,4.543 L 11.472,5.487" + id="path122" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 11.742,4.543 L 11.742,5.487" + id="path124" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <polygon + points="9.8,6 10.124,5.353 10.124,5.676 11.742,5.676 11.742,5.353 12.174,6 9.8,6 " + id="polygon126" + style="fill:#999999;stroke:none;stroke-width:0.01" /> + <polygon + points="9.8,6 10.124,5.353 10.124,5.676 11.742,5.676 11.742,5.353 12.174,6 9.8,6 " + id="polygon128" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <text + x="2.2" + y="1.4" + id="text130" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">N1_A</text> + <text + x="6.1999998" + y="1.4" + id="text132" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">N1_B</text> + <text + x="10.1" + y="1.3" + id="text134" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">N1_C (DMB)</text> + <rect + width="1.631" + height="3.806" + x="14.726" + y="1.8" + id="rect136" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.631" + height="3.806" + x="14.726" + y="1.8" + id="rect138" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <rect + width="1.3049999" + height="0.435" + x="14.889" + y="2.0280001" + id="rect140" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.3049999" + height="0.435" + x="14.889" + y="2.4630001" + id="rect142" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.3049999" + height="0.435" + x="14.889" + y="2.898" + id="rect144" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.3049999" + height="0.435" + x="14.889" + y="3.3329999" + id="rect146" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.815" + height="0.26100001" + x="14.889" + y="3.855" + id="rect148" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="16.113001" + cy="3.8989999" + rx="0.057" + ry="0.057" + id="ellipse150" + style="fill:#00ff00;stroke:none" /> + <ellipse + cx="16.113001" + cy="3.8989999" + rx="0.057" + ry="0.057" + id="ellipse152" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="16.113001" + cy="4.073" + rx="0.057" + ry="0.057" + id="ellipse154" + style="fill:#ffff00;stroke:none" /> + <ellipse + cx="16.113001" + cy="4.073" + rx="0.057" + ry="0.057" + id="ellipse156" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.19599999" + height="0.17399999" + x="15.786" + y="3.9419999" + id="rect158" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.19599999" + height="0.17399999" + x="15.786" + y="3.9419999" + id="rect160" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 14.998,4.464 L 14.998,5.415" + id="path162" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 15.27,4.464 L 15.27,5.415" + id="path164" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 15.542,4.464 L 15.542,5.415" + id="path166" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 15.814,4.464 L 15.814,5.415" + id="path168" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 16.085,4.464 L 16.085,5.415" + id="path170" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 16.357,4.464 L 16.357,5.415" + id="path172" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <polygon + points="14.4,5.932 14.726,5.279 14.726,5.606 16.357,5.606 16.357,5.279 16.792,5.932 14.4,5.932 " + id="polygon174" + style="fill:#999999;stroke:none;stroke-width:0.01" /> + <polygon + points="14.4,5.932 14.726,5.279 14.726,5.606 16.357,5.606 16.357,5.279 16.792,5.932 14.4,5.932 " + id="polygon176" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="19.9" + y1="7.0999999" + x2="2.5999999" + y2="7.0999999" + stroke="#000000" + stroke-width="0.100" + id="line178" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="2.825" + y1="5.9000001" + x2="2.8" + y2="7" + stroke="#000000" + stroke-width="0.100" + id="line180" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="6.9699998" + y1="6.0409999" + x2="6.9000001" + y2="7" + stroke="#000000" + stroke-width="0.100" + id="line182" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="10.987" + y1="6" + x2="11" + y2="7.0999999" + stroke="#000000" + stroke-width="0.100" + id="line184" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="15.596" + y1="5.9320002" + x2="15.6" + y2="7.0999999" + stroke="#000000" + stroke-width="0.100" + id="line186" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="1.645" + height="3.839" + x="18.929001" + y="1.85" + id="rect188" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.645" + height="3.839" + x="18.929001" + y="1.85" + id="rect190" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <rect + width="1.316" + height="0.43900001" + x="19.094" + y="2.0799999" + id="rect192" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.316" + height="0.43900001" + x="19.094" + y="2.5190001" + id="rect194" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.316" + height="0.43900001" + x="19.094" + y="2.9579999" + id="rect196" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.316" + height="0.43900001" + x="19.094" + y="3.3970001" + id="rect198" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.82300001" + height="0.26300001" + x="19.094" + y="3.9230001" + id="rect200" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="20.327999" + cy="3.967" + rx="0.057999998" + ry="0.057999998" + id="ellipse202" + style="fill:#00ff00;stroke:none" /> + <ellipse + cx="20.327999" + cy="3.967" + rx="0.057999998" + ry="0.057999998" + id="ellipse204" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="20.327999" + cy="4.1420002" + rx="0.057999998" + ry="0.057999998" + id="ellipse206" + style="fill:#ffff00;stroke:none" /> + <ellipse + cx="20.327999" + cy="4.1420002" + rx="0.057999998" + ry="0.057999998" + id="ellipse208" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.197" + height="0.176" + x="19.999001" + y="4.0110002" + id="rect210" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.197" + height="0.176" + x="19.999001" + y="4.0110002" + id="rect212" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 19.203,4.537 L 19.203,5.497" + id="path214" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 19.478,4.537 L 19.478,5.497" + id="path216" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 19.752,4.537 L 19.752,5.497" + id="path218" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 20.026,4.537 L 20.026,5.497" + id="path220" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 20.3,4.537 L 20.3,5.497" + id="path222" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 20.574,4.537 L 20.574,5.497" + id="path224" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <polygon + points="18.6,6.018 18.929,5.36 18.929,5.689 20.574,5.689 20.574,5.36 21.013,6.018 18.6,6.018 " + id="polygon226" + style="fill:#999999;stroke:none;stroke-width:0.01" /> + <polygon + points="18.6,6.018 18.929,5.36 18.929,5.689 20.574,5.689 20.574,5.36 21.013,6.018 18.6,6.018 " + id="polygon228" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="19.799999" + y1="7.0999999" + x2="19.806999" + y2="6.0180001" + stroke="#000000" + stroke-width="0.100" + id="line230" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="14.6" + y="1.3" + id="text232" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">N1_D</text> + <text + x="18.9" + y="1.3" + id="text234" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">N1_E</text> + <line + x1="2.5999999" + y1="7" + x2="2.5999999" + y2="8.6000004" + stroke="#000000" + stroke-width="0.100" + id="line236" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="2.3499999" + height="2.3499999" + x="1.4" + y="8.6000004" + id="rect238" + style="fill:#9f9f9f;stroke:none;stroke-width:0" /> + <rect + width="2.3499999" + height="2.3499999" + x="1.4" + y="8.6000004" + id="rect240" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="2.3499999" + height="2.3499999" + x="1.4" + y="8.6000004" + id="rect242" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 2.72,8.98 C 2.72,10.155 2.955,9.92 1.78,9.92" + id="path244" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M 2.72,8.98 C 2.72,10.155 2.955,9.92 1.78,9.92" + id="path246" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="2.833,9.164 2.716,8.929 2.599,9.164 2.833,9.164 " + id="polygon248" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="2.833,9.164 2.716,8.929 2.599,9.164 2.833,9.164 " + id="polygon250" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="1.964,9.798 1.729,9.916 1.964,10.034 1.964,9.798 " + id="polygon252" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="1.964,9.798 1.729,9.916 1.964,10.034 1.964,9.798 " + id="polygon254" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 3.418,9.641 C 2.243,9.641 2.478,9.406 2.478,10.581" + id="path256" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M 3.418,9.641 C 2.243,9.641 2.478,9.406 2.478,10.581" + id="path258" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="3.21,9.752 3.445,9.634 3.21,9.516 3.21,9.752 " + id="polygon260" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="3.21,9.752 3.445,9.634 3.21,9.516 3.21,9.752 " + id="polygon262" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="2.34,10.386 2.458,10.621 2.575,10.386 2.34,10.386 " + id="polygon264" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="2.34,10.386 2.458,10.621 2.575,10.386 2.34,10.386 " + id="polygon266" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="4.5" + y="10.1" + id="text268" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">Router 1</text> + <text + x="9.8999996" + y="8.1000004" + id="text270" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">Subnet 1</text> + <line + x1="19.9" + y1="7" + x2="19.9" + y2="8.6999998" + stroke="#000000" + stroke-width="0.100" + id="line272" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="2.4000001" + height="2.4000001" + x="18.700001" + y="8.6999998" + id="rect274" + style="fill:#9f9f9f;stroke:none;stroke-width:0" /> + <rect + width="2.4000001" + height="2.4000001" + x="18.700001" + y="8.6999998" + id="rect276" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="2.4000001" + height="2.4000001" + x="18.700001" + y="8.6999998" + id="rect278" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 20.048,9.088 C 20.048,10.288 20.288,10.048 19.088,10.048" + id="path280" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M 20.048,9.088 C 20.048,10.288 20.288,10.048 19.088,10.048" + id="path282" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="20.164,9.276 20.044,9.036 19.924,9.276 20.164,9.276 " + id="polygon284" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="20.164,9.276 20.044,9.036 19.924,9.276 20.164,9.276 " + id="polygon286" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="19.276,9.924 19.036,10.044 19.276,10.164 19.276,9.924 " + id="polygon288" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="19.276,9.924 19.036,10.044 19.276,10.164 19.276,9.924 " + id="polygon290" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <path + d="M 20.761,9.764 C 19.561,9.764 19.801,9.524 19.801,10.724" + id="path292" + style="fill:none;stroke:#ffffff;stroke-width:0.13" /> + <path + d="M 20.761,9.764 C 19.561,9.764 19.801,9.524 19.801,10.724" + id="path294" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <polygon + points="20.548,9.876 20.788,9.756 20.548,9.636 20.548,9.876 " + id="polygon296" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="20.548,9.876 20.788,9.756 20.548,9.636 20.548,9.876 " + id="polygon298" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="19.66,10.524 19.78,10.764 19.9,10.524 19.66,10.524 " + id="polygon300" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="19.66,10.524 19.78,10.764 19.9,10.524 19.66,10.524 " + id="polygon302" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="15.5" + y="10.1" + id="text304" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">Router 2</text> + <line + x1="2.575" + y1="10.95" + x2="2.5999999" + y2="12.4" + stroke="#000000" + stroke-width="0.100" + id="line306" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="8" + y1="12.4" + x2="-1.7" + y2="12.4" + stroke="#000000" + stroke-width="0.100" + id="line308" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="3.4000001" + y="12" + id="text310" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">Subnet 2</text> + <rect + width="1.493" + height="3.483" + x="7.099" + y="13.5" + id="rect312" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.493" + height="3.483" + x="7.099" + y="13.5" + id="rect314" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <rect + width="1.194" + height="0.398" + x="7.2480001" + y="13.709" + id="rect316" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.194" + height="0.398" + x="7.2480001" + y="14.107" + id="rect318" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.194" + height="0.398" + x="7.2480001" + y="14.505" + id="rect320" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.194" + height="0.398" + x="7.2480001" + y="14.903" + id="rect322" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.74599999" + height="0.23899999" + x="7.2480001" + y="15.381" + id="rect324" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="8.3669996" + cy="15.421" + rx="0.052000001" + ry="0.052000001" + id="ellipse326" + style="fill:#00ff00;stroke:none" /> + <ellipse + cx="8.3669996" + cy="15.421" + rx="0.052000001" + ry="0.052000001" + id="ellipse328" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="8.3669996" + cy="15.58" + rx="0.052000001" + ry="0.052000001" + id="ellipse330" + style="fill:#ffff00;stroke:none" /> + <ellipse + cx="8.3669996" + cy="15.58" + rx="0.052000001" + ry="0.052000001" + id="ellipse332" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.17900001" + height="0.15899999" + x="8.0690002" + y="15.461" + id="rect334" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.17900001" + height="0.15899999" + x="8.0690002" + y="15.461" + id="rect336" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 7.347,15.938 L 7.347,16.809" + id="path338" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 7.596,15.938 L 7.596,16.809" + id="path340" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 7.845,15.938 L 7.845,16.809" + id="path342" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 8.094,15.938 L 8.094,16.809" + id="path344" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 8.343,15.938 L 8.343,16.809" + id="path346" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 8.591,15.938 L 8.591,16.809" + id="path348" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <polygon + points="6.8,17.282 7.099,16.685 7.099,16.983 8.591,16.983 8.591,16.685 8.989,17.282 6.8,17.282 " + id="polygon350" + style="fill:#999999;stroke:none;stroke-width:0.01" /> + <polygon + points="6.8,17.282 7.099,16.685 7.099,16.983 8.591,16.983 8.591,16.685 8.989,17.282 6.8,17.282 " + id="polygon352" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="7.895" + y1="13.5" + x2="7.9000001" + y2="12.3" + stroke="#000000" + stroke-width="0.100" + id="line354" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="1.535" + height="3.582" + x="3.707" + y="13.489" + id="rect356" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.535" + height="3.582" + x="3.707" + y="13.489" + id="rect358" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <rect + width="1.228" + height="0.40900001" + x="3.8599999" + y="13.703" + id="rect360" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.228" + height="0.40900001" + x="3.8599999" + y="14.113" + id="rect362" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.228" + height="0.40900001" + x="3.8599999" + y="14.522" + id="rect364" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.228" + height="0.40900001" + x="3.8599999" + y="14.931" + id="rect366" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.76700002" + height="0.24600001" + x="3.8599999" + y="15.423" + id="rect368" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="5.0120001" + cy="15.464" + rx="0.054000001" + ry="0.054000001" + id="ellipse370" + style="fill:#00ff00;stroke:none" /> + <ellipse + cx="5.0120001" + cy="15.464" + rx="0.054000001" + ry="0.054000001" + id="ellipse372" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="5.0120001" + cy="15.627" + rx="0.054000001" + ry="0.054000001" + id="ellipse374" + style="fill:#ffff00;stroke:none" /> + <ellipse + cx="5.0120001" + cy="15.627" + rx="0.054000001" + ry="0.054000001" + id="ellipse376" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.184" + height="0.164" + x="4.7049999" + y="15.505" + id="rect378" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.184" + height="0.164" + x="4.7049999" + y="15.505" + id="rect380" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 3.963,15.996 L 3.963,16.891" + id="path382" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 4.219,15.996 L 4.219,16.891" + id="path384" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 4.474,15.996 L 4.474,16.891" + id="path386" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 4.73,15.996 L 4.73,16.891" + id="path388" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 4.986,15.996 L 4.986,16.891" + id="path390" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 5.242,15.996 L 5.242,16.891" + id="path392" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <polygon + points="3.4,17.377 3.707,16.763 3.707,17.07 5.242,17.07 5.242,16.763 5.651,17.377 3.4,17.377 " + id="polygon394" + style="fill:#999999;stroke:none;stroke-width:0.01" /> + <polygon + points="3.4,17.377 3.707,16.763 3.707,17.07 5.242,17.07 5.242,16.763 5.651,17.377 3.4,17.377 " + id="polygon396" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="4.526" + y1="13.489" + x2="4.5999999" + y2="12.4" + stroke="#000000" + stroke-width="0.100" + id="line398" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="7" + y="18.4" + id="text400" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">N2_D</text> + <text + x="7" + y="19.200001" + id="text402" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">(WINS)</text> + <text + x="3.9000001" + y="18.4" + id="text404" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">N2_C</text> + <rect + width="1.535" + height="3.582" + x="0.60699999" + y="13.5" + id="rect406" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.535" + height="3.582" + x="0.60699999" + y="13.5" + id="rect408" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <rect + width="1.228" + height="0.40900001" + x="0.75999999" + y="13.715" + id="rect410" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.228" + height="0.40900001" + x="0.75999999" + y="14.124" + id="rect412" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.228" + height="0.40900001" + x="0.75999999" + y="14.534" + id="rect414" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.228" + height="0.40900001" + x="0.75999999" + y="14.943" + id="rect416" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.76700002" + height="0.24600001" + x="0.75999999" + y="15.434" + id="rect418" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="1.9119999" + cy="15.475" + rx="0.054000001" + ry="0.054000001" + id="ellipse420" + style="fill:#00ff00;stroke:none" /> + <ellipse + cx="1.9119999" + cy="15.475" + rx="0.054000001" + ry="0.054000001" + id="ellipse422" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="1.9119999" + cy="15.639" + rx="0.054000001" + ry="0.054000001" + id="ellipse424" + style="fill:#ffff00;stroke:none" /> + <ellipse + cx="1.9119999" + cy="15.639" + rx="0.054000001" + ry="0.054000001" + id="ellipse426" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.184" + height="0.164" + x="1.605" + y="15.516" + id="rect428" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.184" + height="0.164" + x="1.605" + y="15.516" + id="rect430" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 0.863,16.007 L 0.863,16.903" + id="path432" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 1.119,16.007 L 1.119,16.903" + id="path434" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 1.374,16.007 L 1.374,16.903" + id="path436" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 1.63,16.007 L 1.63,16.903" + id="path438" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 1.886,16.007 L 1.886,16.903" + id="path440" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 2.142,16.007 L 2.142,16.903" + id="path442" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <polygon + points="0.3,17.389 0.607,16.775 0.607,17.082 2.142,17.082 2.142,16.775 2.551,17.389 0.3,17.389 " + id="polygon444" + style="fill:#999999;stroke:none;stroke-width:0.01" /> + <polygon + points="0.3,17.389 0.607,16.775 0.607,17.082 2.142,17.082 2.142,16.775 2.551,17.389 0.3,17.389 " + id="polygon446" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="1.426" + y1="13.5" + x2="1.5" + y2="12.411" + stroke="#000000" + stroke-width="0.100" + id="line448" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="0.80000001" + y="18.410999" + id="text450" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">N2_B</text> + <rect + width="1.535" + height="3.582" + x="-2.493" + y="13.5" + id="rect452" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.535" + height="3.582" + x="-2.493" + y="13.5" + id="rect454" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <rect + width="1.228" + height="0.40900001" + x="-2.3399999" + y="13.715" + id="rect456" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.228" + height="0.40900001" + x="-2.3399999" + y="14.124" + id="rect458" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.228" + height="0.40900001" + x="-2.3399999" + y="14.534" + id="rect460" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.228" + height="0.40900001" + x="-2.3399999" + y="14.943" + id="rect462" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.76700002" + height="0.24600001" + x="-2.3399999" + y="15.434" + id="rect464" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="-1.188" + cy="15.475" + rx="0.054000001" + ry="0.054000001" + id="ellipse466" + style="fill:#00ff00;stroke:none" /> + <ellipse + cx="-1.188" + cy="15.475" + rx="0.054000001" + ry="0.054000001" + id="ellipse468" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="-1.188" + cy="15.639" + rx="0.054000001" + ry="0.054000001" + id="ellipse470" + style="fill:#ffff00;stroke:none" /> + <ellipse + cx="-1.188" + cy="15.639" + rx="0.054000001" + ry="0.054000001" + id="ellipse472" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.184" + height="0.164" + x="-1.495" + y="15.516" + id="rect474" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.184" + height="0.164" + x="-1.495" + y="15.516" + id="rect476" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M -2.237,16.007 L -2.237,16.903" + id="path478" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M -1.981,16.007 L -1.981,16.903" + id="path480" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M -1.726,16.007 L -1.726,16.903" + id="path482" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M -1.47,16.007 L -1.47,16.903" + id="path484" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M -1.214,16.007 L -1.214,16.903" + id="path486" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M -0.958,16.007 L -0.958,16.903" + id="path488" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <polygon + points="-2.8,17.389 -2.493,16.775 -2.493,17.082 -0.958,17.082 -0.958,16.775 -0.549,17.389 -2.8,17.389 " + id="polygon490" + style="fill:#999999;stroke:none;stroke-width:0.01" /> + <polygon + points="-2.8,17.389 -2.493,16.775 -2.493,17.082 -0.958,17.082 -0.958,16.775 -0.549,17.389 -2.8,17.389 " + id="polygon492" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="-1.674" + y1="13.5" + x2="-1.6" + y2="12.411" + stroke="#000000" + stroke-width="0.100" + id="line494" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="-2.4000001" + y="18.4" + id="text496" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">N2_A</text> + <line + x1="19.9" + y1="11.1" + x2="19.9" + y2="12.6" + stroke="#000000" + stroke-width="0.100" + id="line498" + style="stroke:#000000;stroke-width:0.1" /> + <line + x1="25.299999" + y1="12.6" + x2="15.6" + y2="12.6" + stroke="#000000" + stroke-width="0.100" + id="line500" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="20.700001" + y="12.2" + id="text502" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">Subnet 3</text> + <rect + width="1.493" + height="3.483" + x="24.399" + y="13.7" + id="rect504" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.493" + height="3.483" + x="24.399" + y="13.7" + id="rect506" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <rect + width="1.194" + height="0.398" + x="24.548" + y="13.909" + id="rect508" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.194" + height="0.398" + x="24.548" + y="14.307" + id="rect510" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.194" + height="0.398" + x="24.548" + y="14.705" + id="rect512" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.194" + height="0.398" + x="24.548" + y="15.103" + id="rect514" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.74599999" + height="0.23899999" + x="24.548" + y="15.581" + id="rect516" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="25.667" + cy="15.621" + rx="0.052000001" + ry="0.052000001" + id="ellipse518" + style="fill:#00ff00;stroke:none" /> + <ellipse + cx="25.667" + cy="15.621" + rx="0.052000001" + ry="0.052000001" + id="ellipse520" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="25.667" + cy="15.78" + rx="0.052000001" + ry="0.052000001" + id="ellipse522" + style="fill:#ffff00;stroke:none" /> + <ellipse + cx="25.667" + cy="15.78" + rx="0.052000001" + ry="0.052000001" + id="ellipse524" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.17900001" + height="0.15899999" + x="25.368999" + y="15.661" + id="rect526" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.17900001" + height="0.15899999" + x="25.368999" + y="15.661" + id="rect528" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 24.647,16.138 L 24.647,17.009" + id="path530" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 24.896,16.138 L 24.896,17.009" + id="path532" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 25.145,16.138 L 25.145,17.009" + id="path534" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 25.394,16.138 L 25.394,17.009" + id="path536" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 25.643,16.138 L 25.643,17.009" + id="path538" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 25.891,16.138 L 25.891,17.009" + id="path540" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <polygon + points="24.1,17.482 24.399,16.885 24.399,17.183 25.891,17.183 25.891,16.885 26.289,17.482 24.1,17.482 " + id="polygon542" + style="fill:#999999;stroke:none;stroke-width:0.01" /> + <polygon + points="24.1,17.482 24.399,16.885 24.399,17.183 25.891,17.183 25.891,16.885 26.289,17.482 24.1,17.482 " + id="polygon544" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="25.195" + y1="13.7" + x2="25.200001" + y2="12.5" + stroke="#000000" + stroke-width="0.100" + id="line546" + style="stroke:#000000;stroke-width:0.1" /> + <rect + width="1.535" + height="3.582" + x="21.007" + y="13.689" + id="rect548" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.535" + height="3.582" + x="21.007" + y="13.689" + id="rect550" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <rect + width="1.228" + height="0.40900001" + x="21.16" + y="13.903" + id="rect552" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.228" + height="0.40900001" + x="21.16" + y="14.313" + id="rect554" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.228" + height="0.40900001" + x="21.16" + y="14.722" + id="rect556" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.228" + height="0.40900001" + x="21.16" + y="15.131" + id="rect558" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.76700002" + height="0.24600001" + x="21.16" + y="15.623" + id="rect560" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="22.312" + cy="15.664" + rx="0.054000001" + ry="0.054000001" + id="ellipse562" + style="fill:#00ff00;stroke:none" /> + <ellipse + cx="22.312" + cy="15.664" + rx="0.054000001" + ry="0.054000001" + id="ellipse564" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="22.312" + cy="15.827" + rx="0.054000001" + ry="0.054000001" + id="ellipse566" + style="fill:#ffff00;stroke:none" /> + <ellipse + cx="22.312" + cy="15.827" + rx="0.054000001" + ry="0.054000001" + id="ellipse568" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.184" + height="0.164" + x="22.004999" + y="15.705" + id="rect570" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.184" + height="0.164" + x="22.004999" + y="15.705" + id="rect572" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 21.263,16.196 L 21.263,17.091" + id="path574" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 21.519,16.196 L 21.519,17.091" + id="path576" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 21.774,16.196 L 21.774,17.091" + id="path578" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 22.03,16.196 L 22.03,17.091" + id="path580" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 22.286,16.196 L 22.286,17.091" + id="path582" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 22.542,16.196 L 22.542,17.091" + id="path584" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <polygon + points="20.7,17.577 21.007,16.963 21.007,17.27 22.542,17.27 22.542,16.963 22.951,17.577 20.7,17.577 " + id="polygon586" + style="fill:#999999;stroke:none;stroke-width:0.01" /> + <polygon + points="20.7,17.577 21.007,16.963 21.007,17.27 22.542,17.27 22.542,16.963 22.951,17.577 20.7,17.577 " + id="polygon588" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="21.826" + y1="13.689" + x2="21.9" + y2="12.6" + stroke="#000000" + stroke-width="0.100" + id="line590" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="24.299999" + y="18.6" + id="text592" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">N3_D</text> + <text + x="21.200001" + y="18.6" + id="text594" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">N3_C</text> + <rect + width="1.535" + height="3.582" + x="17.907" + y="13.7" + id="rect596" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.535" + height="3.582" + x="17.907" + y="13.7" + id="rect598" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <rect + width="1.228" + height="0.40900001" + x="18.059999" + y="13.915" + id="rect600" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.228" + height="0.40900001" + x="18.059999" + y="14.324" + id="rect602" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.228" + height="0.40900001" + x="18.059999" + y="14.734" + id="rect604" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.228" + height="0.40900001" + x="18.059999" + y="15.143" + id="rect606" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.76700002" + height="0.24600001" + x="18.059999" + y="15.634" + id="rect608" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="19.212" + cy="15.675" + rx="0.054000001" + ry="0.054000001" + id="ellipse610" + style="fill:#00ff00;stroke:none" /> + <ellipse + cx="19.212" + cy="15.675" + rx="0.054000001" + ry="0.054000001" + id="ellipse612" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="19.212" + cy="15.839" + rx="0.054000001" + ry="0.054000001" + id="ellipse614" + style="fill:#ffff00;stroke:none" /> + <ellipse + cx="19.212" + cy="15.839" + rx="0.054000001" + ry="0.054000001" + id="ellipse616" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.184" + height="0.164" + x="18.905001" + y="15.716" + id="rect618" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.184" + height="0.164" + x="18.905001" + y="15.716" + id="rect620" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 18.163,16.207 L 18.163,17.103" + id="path622" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 18.419,16.207 L 18.419,17.103" + id="path624" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 18.674,16.207 L 18.674,17.103" + id="path626" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 18.93,16.207 L 18.93,17.103" + id="path628" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 19.186,16.207 L 19.186,17.103" + id="path630" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 19.442,16.207 L 19.442,17.103" + id="path632" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <polygon + points="17.6,17.589 17.907,16.975 17.907,17.282 19.442,17.282 19.442,16.975 19.851,17.589 17.6,17.589 " + id="polygon634" + style="fill:#999999;stroke:none;stroke-width:0.01" /> + <polygon + points="17.6,17.589 17.907,16.975 17.907,17.282 19.442,17.282 19.442,16.975 19.851,17.589 17.6,17.589 " + id="polygon636" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="18.726" + y1="13.7" + x2="18.799999" + y2="12.611" + stroke="#000000" + stroke-width="0.100" + id="line638" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="18.1" + y="18.611" + id="text640" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">N3_B</text> + <rect + width="1.535" + height="3.582" + x="14.807" + y="13.7" + id="rect642" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.535" + height="3.582" + x="14.807" + y="13.7" + id="rect644" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <rect + width="1.228" + height="0.40900001" + x="14.96" + y="13.915" + id="rect646" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.228" + height="0.40900001" + x="14.96" + y="14.324" + id="rect648" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.228" + height="0.40900001" + x="14.96" + y="14.734" + id="rect650" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.228" + height="0.40900001" + x="14.96" + y="15.143" + id="rect652" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.76700002" + height="0.24600001" + x="14.96" + y="15.634" + id="rect654" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="16.112" + cy="15.675" + rx="0.054000001" + ry="0.054000001" + id="ellipse656" + style="fill:#00ff00;stroke:none" /> + <ellipse + cx="16.112" + cy="15.675" + rx="0.054000001" + ry="0.054000001" + id="ellipse658" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="16.112" + cy="15.839" + rx="0.054000001" + ry="0.054000001" + id="ellipse660" + style="fill:#ffff00;stroke:none" /> + <ellipse + cx="16.112" + cy="15.839" + rx="0.054000001" + ry="0.054000001" + id="ellipse662" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.184" + height="0.164" + x="15.805" + y="15.716" + id="rect664" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.184" + height="0.164" + x="15.805" + y="15.716" + id="rect666" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 15.063,16.207 L 15.063,17.103" + id="path668" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 15.319,16.207 L 15.319,17.103" + id="path670" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 15.574,16.207 L 15.574,17.103" + id="path672" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 15.83,16.207 L 15.83,17.103" + id="path674" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 16.086,16.207 L 16.086,17.103" + id="path676" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 16.342,16.207 L 16.342,17.103" + id="path678" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <polygon + points="14.5,17.589 14.807,16.975 14.807,17.282 16.342,17.282 16.342,16.975 16.751,17.589 14.5,17.589 " + id="polygon680" + style="fill:#999999;stroke:none;stroke-width:0.01" /> + <polygon + points="14.5,17.589 14.807,16.975 14.807,17.282 16.342,17.282 16.342,16.975 16.751,17.589 14.5,17.589 " + id="polygon682" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="15.626" + y1="13.7" + x2="15.7" + y2="12.611" + stroke="#000000" + stroke-width="0.100" + id="line684" + style="stroke:#000000;stroke-width:0.1" /> + <text + x="14.9" + y="18.6" + id="text686" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">N3_A</text> +</svg> diff --git a/docs/Samba3-HOWTO/images/cups1.dia b/docs/Samba3-HOWTO/images/cups1.dia Binary files differdeleted file mode 100644 index e4cd3b1239..0000000000 --- a/docs/Samba3-HOWTO/images/cups1.dia +++ /dev/null diff --git a/docs/Samba3-HOWTO/images/cups1.svg b/docs/Samba3-HOWTO/images/cups1.svg new file mode 100644 index 0000000000..18b7e4f2a6 --- /dev/null +++ b/docs/Samba3-HOWTO/images/cups1.svg @@ -0,0 +1,274 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="27.950001cm" + height="23.34cm" + viewBox="0.8 0.857 28.75 24.198" + id="svg2"> + <defs + id="defs117" /> + <text + x="0.80000001" + y="1.4" + id="text4" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">CUPS in and of itself has this (general) filter chain (italic letters</text> + <text + x="0.80000001" + y="2.2" + id="text6" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">are file-formats or MIME types, other are filters (this is</text> + <text + x="0.80000001" + y="3" + id="text8" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">true for pre-1.1.15 of pre-4.3 versions of CUPS and ESP PrintPro):</text> + <text + x="2.0999999" + y="4.9000001" + id="text10" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">something-fileformat</text> + <polygon + points="4.625,5.6 4.625,6.45 4.2,6.45 5.05,7.3 5.9,6.45 5.475,6.45 5.475,5.6 4.625,5.6 " + id="polygon12" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="4.625,5.6 4.625,6.45 4.2,6.45 5.05,7.3 5.9,6.45 5.475,6.45 5.475,5.6 4.625,5.6 " + id="polygon14" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="4.625,5.6 4.625,6.45 4.2,6.45 5.05,7.3 5.9,6.45 5.475,6.45 5.475,5.6 4.625,5.6 " + id="polygon16" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <text + x="2.0999999" + y="11.9" + id="text18" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">application/postscript</text> + <polygon + points="4.725,12.6 4.725,13.45 4.3,13.45 5.15,14.3 6,13.45 5.575,13.45 5.575,12.6 4.725,12.6 " + id="polygon20" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="4.725,12.6 4.725,13.45 4.3,13.45 5.15,14.3 6,13.45 5.575,13.45 5.575,12.6 4.725,12.6 " + id="polygon22" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="4.725,12.6 4.725,13.45 4.3,13.45 5.15,14.3 6,13.45 5.575,13.45 5.575,12.6 4.725,12.6 " + id="polygon24" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <polygon + points="4.625,9 4.625,9.85 4.2,9.85 5.05,10.7 5.9,9.85 5.475,9.85 5.475,9 4.625,9 " + id="polygon26" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="4.625,9 4.625,9.85 4.2,9.85 5.05,10.7 5.9,9.85 5.475,9.85 5.475,9 4.625,9 " + id="polygon28" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="4.625,9 4.625,9.85 4.2,9.85 5.05,10.7 5.9,9.85 5.475,9.85 5.475,9 4.625,9 " + id="polygon30" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <text + x="2.8" + y="8.3000002" + id="text32" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">somethingtops</text> + <text + x="4.0999999" + y="15.3" + id="text34" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">pstops</text> + <polygon + points="4.725,15.8 4.725,16.65 4.3,16.65 5.15,17.5 6,16.65 5.575,16.65 5.575,15.8 4.725,15.8 " + id="polygon36" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="4.725,15.8 4.725,16.65 4.3,16.65 5.15,17.5 6,16.65 5.575,16.65 5.575,15.8 4.725,15.8 " + id="polygon38" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="4.725,15.8 4.725,16.65 4.3,16.65 5.15,17.5 6,16.65 5.575,16.65 5.575,15.8 4.725,15.8 " + id="polygon40" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <text + x="1.2" + y="18.4" + id="text42" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">application/vnd.cups-postscript</text> + <text + x="14.8" + y="18.4" + id="text44" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">pstoraster</text> + <text + x="13.4" + y="14.8" + id="text46" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">application/vnd.cups-raster</text> + <text + x="14.2" + y="11.2" + id="text48" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">rastertosomething</text> + <text + x="13.3" + y="7.6999998" + id="text50" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">something-device-specific</text> + <text + x="25.6" + y="7.6999998" + id="text52" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">backend</text> + <polygon + points="11.2,17.625 12.5,17.625 12.5,17.2 13.8,18.05 12.5,18.9 12.5,18.475 11.2,18.475 11.2,17.625 " + id="polygon54" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="11.2,17.625 12.5,17.625 12.5,17.2 13.8,18.05 12.5,18.9 12.5,18.475 11.2,18.475 11.2,17.625 " + id="polygon56" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="11.2,17.625 12.5,17.625 12.5,17.2 13.8,18.05 12.5,18.9 12.5,18.475 11.2,18.475 11.2,17.625 " + id="polygon58" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <polygon + points="16.35,17.5 16.35,16.35 15.9,16.35 16.8,15.2 17.7,16.35 17.25,16.35 17.25,17.5 16.35,17.5 " + id="polygon60" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="16.35,17.5 16.35,16.35 15.9,16.35 16.8,15.2 17.7,16.35 17.25,16.35 17.25,17.5 16.35,17.5 " + id="polygon62" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="16.35,17.5 16.35,16.35 15.9,16.35 16.8,15.2 17.7,16.35 17.25,16.35 17.25,17.5 16.35,17.5 " + id="polygon64" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <polygon + points="16.35,14 16.35,12.85 15.9,12.85 16.8,11.7 17.7,12.85 17.25,12.85 17.25,14 16.35,14 " + id="polygon66" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="16.35,14 16.35,12.85 15.9,12.85 16.8,11.7 17.7,12.85 17.25,12.85 17.25,14 16.35,14 " + id="polygon68" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="16.35,14 16.35,12.85 15.9,12.85 16.8,11.7 17.7,12.85 17.25,12.85 17.25,14 16.35,14 " + id="polygon70" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <polygon + points="16.35,10.3 16.35,9.15 15.9,9.15 16.8,8 17.7,9.15 17.25,9.15 17.25,10.3 16.35,10.3 " + id="polygon72" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="16.35,10.3 16.35,9.15 15.9,9.15 16.8,8 17.7,9.15 17.25,9.15 17.25,10.3 16.35,10.3 " + id="polygon74" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="16.35,10.3 16.35,9.15 15.9,9.15 16.8,8 17.7,9.15 17.25,9.15 17.25,10.3 16.35,10.3 " + id="polygon76" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <polygon + points="21.9,7.025 23.2,7.025 23.2,6.6 24.5,7.45 23.2,8.3 23.2,7.875 21.9,7.875 21.9,7.025 " + id="polygon78" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="21.9,7.025 23.2,7.025 23.2,6.6 24.5,7.45 23.2,8.3 23.2,7.875 21.9,7.875 21.9,7.025 " + id="polygon80" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="21.9,7.025 23.2,7.025 23.2,6.6 24.5,7.45 23.2,8.3 23.2,7.875 21.9,7.875 21.9,7.025 " + id="polygon82" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="8.1000004" + height="2.7" + x="20.200001" + y="10" + id="rect84" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="8.1000004" + height="2.7" + x="20.200001" + y="10" + id="rect86" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="20.5" + y="10.7" + id="text88" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">e.g. Gimp-Print filters</text> + <text + x="20.5" + y="11.5" + id="text90" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">may be plugged in here</text> + <text + x="20.5" + y="12.3" + id="text92" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">(= "raster driver")</text> + <text + x="1.5" + y="20.700001" + id="text94" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">ESP PrintPro has some enhanced "rastertosomething" filters as compared to</text> + <text + x="1.5" + y="21.5" + id="text96" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">CUPS, and also a somewhat improved "pstoraster" filter.</text> + <text + x="1.6" + y="23" + id="text98" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">NOTE: Gimp-Print and some other 3rd-Party-Filters (like TurboPrint) to</text> + <text + x="1.6" + y="23.799999" + id="text100" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">CUPS and ESP PrintPro plug-in where rastertosomething is noted.</text> + <rect + width="10.1" + height="4.4000001" + x="18.6" + y="15.5" + id="rect102" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="10.1" + height="4.4000001" + x="18.6" + y="15.5" + id="rect104" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="19" + y="16.4" + id="text106" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">as shipped with CUPS,</text> + <text + x="19" + y="17.200001" + id="text108" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">independent from any</text> + <text + x="19" + y="18" + id="text110" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">GhostScript installation on the</text> + <text + x="19" + y="18.799999" + id="text112" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">system</text> + <text + x="19" + y="19.6" + id="text114" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">(= "postscript interpreter")</text> +</svg> diff --git a/docs/Samba3-HOWTO/images/cups2.dia b/docs/Samba3-HOWTO/images/cups2.dia Binary files differdeleted file mode 100644 index 9dfb60f335..0000000000 --- a/docs/Samba3-HOWTO/images/cups2.dia +++ /dev/null diff --git a/docs/Samba3-HOWTO/images/cups2.svg b/docs/Samba3-HOWTO/images/cups2.svg new file mode 100644 index 0000000000..8cddd339c0 --- /dev/null +++ b/docs/Samba3-HOWTO/images/cups2.svg @@ -0,0 +1,320 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="24.681999cm" + height="42.34cm" + viewBox="0.268 0.758 24.95 43.098" + id="svg2"> + <defs + id="defs139" /> + <text + x="1" + y="1.3" + id="text4" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">something-fileformat</text> + <polygon + points="3.163,1.9 3.163,2.825 2.7,2.825 3.625,3.75 4.55,2.825 4.088,2.825 4.088,1.9 3.163,1.9 " + id="polygon6" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="3.163,1.9 3.163,2.825 2.7,2.825 3.625,3.75 4.55,2.825 4.088,2.825 4.088,1.9 3.163,1.9 " + id="polygon8" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="3.163,1.9 3.163,2.825 2.7,2.825 3.625,3.75 4.55,2.825 4.088,2.825 4.088,1.9 3.163,1.9 " + id="polygon10" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <text + x="1.7" + y="4.8000002" + id="text12" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">somethingtops</text> + <text + x="1.4" + y="8.3000002" + id="text14" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">application/postscript</text> + <polygon + points="3.262,5.4 3.262,6.325 2.8,6.325 3.725,7.25 4.65,6.325 4.188,6.325 4.188,5.4 3.262,5.4 " + id="polygon16" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="3.262,5.4 3.262,6.325 2.8,6.325 3.725,7.25 4.65,6.325 4.188,6.325 4.188,5.4 3.262,5.4 " + id="polygon18" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="3.262,5.4 3.262,6.325 2.8,6.325 3.725,7.25 4.65,6.325 4.188,6.325 4.188,5.4 3.262,5.4 " + id="polygon20" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <text + x="2.8" + y="11.5" + id="text22" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">pstops</text> + <polygon + points="3.262,8.7 3.262,9.625 2.8,9.625 3.725,10.55 4.65,9.625 4.188,9.625 4.188,8.7 3.262,8.7 " + id="polygon24" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="3.262,8.7 3.262,9.625 2.8,9.625 3.725,10.55 4.65,9.625 4.188,9.625 4.188,8.7 3.262,8.7 " + id="polygon26" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="3.262,8.7 3.262,9.625 2.8,9.625 3.725,10.55 4.65,9.625 4.188,9.625 4.188,8.7 3.262,8.7 " + id="polygon28" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <polygon + points="3.362,12.1 3.362,13.025 2.9,13.025 3.825,13.95 4.75,13.025 4.287,13.025 4.287,12.1 3.362,12.1 " + id="polygon30" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="3.362,12.1 3.362,13.025 2.9,13.025 3.825,13.95 4.75,13.025 4.287,13.025 4.287,12.1 3.362,12.1 " + id="polygon32" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="3.362,12.1 3.362,13.025 2.9,13.025 3.825,13.95 4.75,13.025 4.287,13.025 4.287,12.1 3.362,12.1 " + id="polygon34" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <text + x="0.30000001" + y="15" + id="text36" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">application/vnd.cups-postscript</text> + <polygon + points="10.5,14.275 12,14.275 12,13.8 13.5,14.75 12,15.7 12,15.225 10.5,15.225 10.5,14.275 " + id="polygon38" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="10.5,14.275 12,14.275 12,13.8 13.5,14.75 12,15.7 12,15.225 10.5,15.225 10.5,14.275 " + id="polygon40" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="10.5,14.275 12,14.275 12,13.8 13.5,14.75 12,15.7 12,15.225 10.5,15.225 10.5,14.275 " + id="polygon42" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <text + x="14.2" + y="14.9" + id="text44" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">cupsomatic</text> + <rect + width="10.5" + height="3.8" + x="14.4" + y="10" + id="rect46" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="10.5" + height="3.8" + x="14.4" + y="10" + id="rect48" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="14.9" + y="11" + id="text50" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">(constructs complicated</text> + <text + x="14.9" + y="11.8" + id="text52" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">Ghostscript commandline</text> + <text + x="14.9" + y="12.6" + id="text54" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">to let the file be processed by a</text> + <text + x="14.9" + y="13.4" + id="text56" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">"-sDEVICE-s.th." call...)</text> + <polygon + points="3.462,15.7 3.462,16.625 3,16.625 3.925,17.55 4.85,16.625 4.388,16.625 4.388,15.7 3.462,15.7 " + id="polygon58" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="3.462,15.7 3.462,16.625 3,16.625 3.925,17.55 4.85,16.625 4.388,16.625 4.388,15.7 3.462,15.7 " + id="polygon60" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="3.462,15.7 3.462,16.625 3,16.625 3.925,17.55 4.85,16.625 4.388,16.625 4.388,15.7 3.462,15.7 " + id="polygon62" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <text + x="2.6159999" + y="18.299999" + id="text64" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">pstoraster</text> + <text + x="0.26800001" + y="19.1" + id="text66" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">(= "postscript interpreter")</text> + <polygon + points="3.562,19.4 3.562,20.325 3.1,20.325 4.025,21.25 4.95,20.325 4.487,20.325 4.487,19.4 3.562,19.4 " + id="polygon68" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="3.562,19.4 3.562,20.325 3.1,20.325 4.025,21.25 4.95,20.325 4.487,20.325 4.487,19.4 3.562,19.4 " + id="polygon70" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="3.562,19.4 3.562,20.325 3.1,20.325 4.025,21.25 4.95,20.325 4.487,20.325 4.487,19.4 3.562,19.4 " + id="polygon72" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <text + x="0.80000001" + y="22.299999" + id="text74" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">application/vnd.cups-raster</text> + <polygon + points="3.663,23 3.663,23.925 3.2,23.925 4.125,24.85 5.05,23.925 4.588,23.925 4.588,23 3.663,23 " + id="polygon76" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="3.663,23 3.663,23.925 3.2,23.925 4.125,24.85 5.05,23.925 4.588,23.925 4.588,23 3.663,23 " + id="polygon78" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="3.663,23 3.663,23.925 3.2,23.925 4.125,24.85 5.05,23.925 4.588,23.925 4.588,23 3.663,23 " + id="polygon80" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <text + x="1.7" + y="25.5" + id="text82" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">rastertosomething</text> + <text + x="1.7" + y="26.299999" + id="text84" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">(= "raster driver")</text> + <polygon + points="16.915,16.1 16.915,17.129 16.4,17.129 17.429,18.159 18.459,17.129 17.944,17.129 17.944,16.1 16.915,16.1 " + id="polygon86" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="16.915,16.1 16.915,17.129 16.4,17.129 17.429,18.159 18.459,17.129 17.944,17.129 17.944,16.1 16.915,16.1 " + id="polygon88" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="16.915,16.1 16.915,17.129 16.4,17.129 17.429,18.159 18.459,17.129 17.944,17.129 17.944,16.1 16.915,16.1 " + id="polygon90" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <polygon + points="3.762,26.8 3.762,27.725 3.3,27.725 4.225,28.65 5.15,27.725 4.688,27.725 4.688,26.8 3.762,26.8 " + id="polygon92" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="3.762,26.8 3.762,27.725 3.3,27.725 4.225,28.65 5.15,27.725 4.688,27.725 4.688,26.8 3.762,26.8 " + id="polygon94" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="3.762,26.8 3.762,27.725 3.3,27.725 4.225,28.65 5.15,27.725 4.688,27.725 4.688,26.8 3.762,26.8 " + id="polygon96" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <text + x="1" + y="29.6" + id="text98" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">something device specific</text> + <polygon + points="3.762,30.3 3.762,31.225 3.3,31.225 4.225,32.15 5.15,31.225 4.688,31.225 4.688,30.3 3.762,30.3 " + id="polygon100" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="3.762,30.3 3.762,31.225 3.3,31.225 4.225,32.15 5.15,31.225 4.688,31.225 4.688,30.3 3.762,30.3 " + id="polygon102" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="3.762,30.3 3.762,31.225 3.3,31.225 4.225,32.15 5.15,31.225 4.688,31.225 4.688,30.3 3.762,30.3 " + id="polygon104" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <text + x="3.2" + y="33.299999" + id="text106" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">backend</text> + <polygon + points="11.65,32.413 10.625,32.413 10.625,31.9 9.6,32.925 10.625,33.95 10.625,33.438 11.65,33.438 11.65,32.413 " + id="polygon108" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="11.65,32.413 10.625,32.413 10.625,31.9 9.6,32.925 10.625,33.95 10.625,33.438 11.65,33.438 11.65,32.413 " + id="polygon110" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="11.65,32.413 10.625,32.413 10.625,31.9 9.6,32.925 10.625,33.95 10.625,33.438 11.65,33.438 11.65,32.413 " + id="polygon112" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="7.5" + height="14.3" + x="14.6" + y="19.4" + id="rect114" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="7.5" + height="14.3" + x="14.6" + y="19.4" + id="rect116" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="15.28" + y="26.6" + id="text118" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">Ghostscript at work....</text> + <text + x="1.2" + y="35.5" + id="text120" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">Note, that cupsomatic "kidnaps" the printfile after the</text> + <text + x="1.2" + y="36.299999" + id="text122" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">application/vnd.cups-postscript stage and deviates it gh</text> + <text + x="1.2" + y="37.099998" + id="text124" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">the CUPS-external, systemwide Ghostscript installation, bypassing the</text> + <text + x="1.2" + y="37.900002" + id="text126" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">"pstoraster" filter (therefore also bypassing the CUPS-raster-drivers</text> + <text + x="1.2" + y="38.700001" + id="text128" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">"rastertosomething", and hands the rasterized file directly to the CUPS</text> + <text + x="1.2" + y="39.5" + id="text130" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">backend...</text> + <text + x="1.2" + y="41.099998" + id="text132" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">cupsomatic is not made by the CUPS developers. It is an independent</text> + <text + x="1.2" + y="41.900002" + id="text134" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">contribution to printing development, made by people from</text> + <text + x="1.2" + y="42.700001" + id="text136" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">Linuxprinting.org. (see also http://www.cups.org/cups-help.html)</text> +</svg> diff --git a/docs/Samba3-HOWTO/images/domain.dia b/docs/Samba3-HOWTO/images/domain.dia Binary files differdeleted file mode 100644 index a994d423e2..0000000000 --- a/docs/Samba3-HOWTO/images/domain.dia +++ /dev/null diff --git a/docs/Samba3-HOWTO/images/domain.svg b/docs/Samba3-HOWTO/images/domain.svg new file mode 100644 index 0000000000..aca5d4be42 --- /dev/null +++ b/docs/Samba3-HOWTO/images/domain.svg @@ -0,0 +1,2288 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="30cm" + height="19.163cm" + viewBox="0.15 0.887 30.15 20.05" + id="svg2"> + <defs + id="defs603" /> + <ellipse + cx="15.15" + cy="11.2" + rx="14.95" + ry="8.8000002" + id="ellipse4" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="2.1830001" + height="6.5500002" + x="8.1999998" + y="3.9000001" + id="rect6" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="2.1830001" + height="6.5500002" + x="8.1999998" + y="3.9000001" + id="rect8" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="2.1830001" + height="6.5500002" + x="8.1999998" + y="3.9000001" + id="rect10" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.747" + height="2.6199999" + x="8.4180002" + y="4.118" + id="rect12" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.747" + height="2.6199999" + x="8.4180002" + y="4.118" + id="rect14" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.747" + height="2.6199999" + x="8.4180002" + y="4.118" + id="rect16" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="8.4180002" + y1="4.5549998" + x2="10.165" + y2="4.5549998" + stroke="#000000" + stroke-width="0.010" + id="line18" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.165" + y1="4.9920001" + x2="8.4180002" + y2="4.9920001" + stroke="#000000" + stroke-width="0.010" + id="line20" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="8.4180002" + y1="5.428" + x2="10.165" + y2="5.428" + stroke="#000000" + stroke-width="0.010" + id="line22" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="8.4180002" + y1="5.8649998" + x2="10.165" + y2="5.8649998" + stroke="#000000" + stroke-width="0.010" + id="line24" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.165" + y1="6.302" + x2="8.4180002" + y2="6.302" + stroke="#000000" + stroke-width="0.010" + id="line26" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="1.201" + height="0.65499997" + x="8.4180002" + y="6.9569998" + id="rect28" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.201" + height="0.65499997" + x="8.4180002" + y="6.9569998" + id="rect30" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.201" + height="0.65499997" + x="8.4180002" + y="6.9569998" + id="rect32" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="8.1999998" + y1="8.0480003" + x2="10.383" + y2="8.0480003" + stroke="#000000" + stroke-width="0.010" + id="line34" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.109" + height="0.109" + x="9.1820002" + y="8.2670002" + id="rect36" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.109" + height="0.109" + x="9.1820002" + y="8.2670002" + id="rect38" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.109" + height="0.109" + x="9.1820002" + y="8.2670002" + id="rect40" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.109" + height="0.109" + x="9.6190004" + y="8.2670002" + id="rect42" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.109" + height="0.109" + x="9.6190004" + y="8.2670002" + id="rect44" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.109" + height="0.109" + x="9.6190004" + y="8.2670002" + id="rect46" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.109" + height="0.109" + x="10.056" + y="8.2670002" + id="rect48" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.109" + height="0.109" + x="10.056" + y="8.2670002" + id="rect50" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.109" + height="0.109" + x="10.056" + y="8.2670002" + id="rect52" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.21799999" + height="0.21799999" + x="9.9469995" + y="7.612" + id="rect54" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.21799999" + height="0.21799999" + x="9.9469995" + y="7.612" + id="rect56" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.21799999" + height="0.21799999" + x="9.9469995" + y="7.612" + id="rect58" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="8.4180002" + y1="7.2839999" + x2="9.6190004" + y2="7.2839999" + stroke="#000000" + stroke-width="0.010" + id="line60" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.32800001" + height="0.32800001" + x="8.4180002" + y="8.1569996" + id="rect62" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.32800001" + height="0.32800001" + x="8.4180002" + y="8.1569996" + id="rect64" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.32800001" + height="0.32800001" + x="8.4180002" + y="8.1569996" + id="rect66" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.528" + height="0.109" + x="8.5270004" + y="6.4109998" + id="rect68" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="1.528" + height="0.109" + x="8.5270004" + y="6.4109998" + id="rect70" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.528" + height="0.109" + x="8.5270004" + y="6.4109998" + id="rect72" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="8.5270004" + y1="7.066" + x2="9.5100002" + y2="7.066" + stroke="#000000" + stroke-width="0.010" + id="line74" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="9.5100002" + y1="7.1750002" + x2="9.401" + y2="7.1750002" + stroke="#000000" + stroke-width="0.010" + id="line76" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="8.5270004" + y1="7.1750002" + x2="8.6370001" + y2="7.1750002" + stroke="#000000" + stroke-width="0.010" + id="line78" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.546" + height="0.109" + x="8.7460003" + y="7.066" + id="rect80" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.546" + height="0.109" + x="8.7460003" + y="7.066" + id="rect82" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.546" + height="0.109" + x="8.7460003" + y="7.066" + id="rect84" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="8.5270004" + y1="6.6290002" + x2="8.6370001" + y2="6.6290002" + stroke="#000000" + stroke-width="0.010" + id="line86" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="8.7460003" + y1="6.6290002" + x2="8.8549995" + y2="6.6290002" + stroke="#000000" + stroke-width="0.010" + id="line88" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="9.8369999" + y1="6.6290002" + x2="10.056" + y2="6.6290002" + stroke="#000000" + stroke-width="0.010" + id="line90" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="8.309" + y1="10.341" + x2="10.274" + y2="10.341" + stroke="#000000" + stroke-width="0.010" + id="line92" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.274" + y1="10.232" + x2="8.309" + y2="10.232" + stroke="#000000" + stroke-width="0.010" + id="line94" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="8.309" + y1="10.123" + x2="10.274" + y2="10.123" + stroke="#000000" + stroke-width="0.010" + id="line96" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.274" + y1="10.013" + x2="8.309" + y2="10.013" + stroke="#000000" + stroke-width="0.010" + id="line98" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="8.309" + y1="9.9040003" + x2="10.274" + y2="9.9040003" + stroke="#000000" + stroke-width="0.010" + id="line100" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.274" + y1="9.7950001" + x2="8.309" + y2="9.7950001" + stroke="#000000" + stroke-width="0.010" + id="line102" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="8.309" + y1="9.6859999" + x2="10.274" + y2="9.6859999" + stroke="#000000" + stroke-width="0.010" + id="line104" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.274" + y1="9.5769997" + x2="8.309" + y2="9.5769997" + stroke="#000000" + stroke-width="0.010" + id="line106" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="8.309" + y1="9.467" + x2="10.274" + y2="9.467" + stroke="#000000" + stroke-width="0.010" + id="line108" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.274" + y1="9.3579998" + x2="8.309" + y2="9.3579998" + stroke="#000000" + stroke-width="0.010" + id="line110" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="8.309" + y1="9.2489996" + x2="10.274" + y2="9.2489996" + stroke="#000000" + stroke-width="0.010" + id="line112" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.274" + y1="9.1400003" + x2="8.309" + y2="9.1400003" + stroke="#000000" + stroke-width="0.010" + id="line114" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="8.309" + y1="9.0310001" + x2="10.274" + y2="9.0310001" + stroke="#000000" + stroke-width="0.010" + id="line116" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="10.274" + y1="8.9219999" + x2="8.309" + y2="8.9219999" + stroke="#000000" + stroke-width="0.010" + id="line118" + style="stroke:#000000;stroke-width:0.01" /> + <text + x="4.9000001" + y="5.6999998" + id="text120" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">Primary</text> + <text + x="4.9000001" + y="6.5" + id="text122" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">Domain</text> + <text + x="4.9000001" + y="7.3000002" + id="text124" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">Controller</text> + <rect + width="2.6359999" + height="5.2709999" + x="1.7" + y="9.1000004" + id="rect126" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="2.6359999" + height="5.2709999" + x="1.7" + y="9.1000004" + id="rect128" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="2.6359999" + height="5.2709999" + x="1.7" + y="9.1000004" + id="rect130" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="2.108" + height="2.108" + x="1.964" + y="9.3640003" + id="rect132" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="2.108" + height="2.108" + x="1.964" + y="9.3640003" + id="rect134" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="2.108" + height="2.108" + x="1.964" + y="9.3640003" + id="rect136" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="4.072" + y1="9.8909998" + x2="1.964" + y2="9.8909998" + stroke="#000000" + stroke-width="0.010" + id="line138" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.964" + y1="10.418" + x2="4.072" + y2="10.418" + stroke="#000000" + stroke-width="0.010" + id="line140" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.072" + y1="10.813" + x2="1.964" + y2="10.813" + stroke="#000000" + stroke-width="0.010" + id="line142" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="1.45" + height="0.79100001" + x="1.964" + y="11.736" + id="rect144" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.45" + height="0.79100001" + x="1.964" + y="11.736" + id="rect146" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.45" + height="0.79100001" + x="1.964" + y="11.736" + id="rect148" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="1.7" + y1="12.658" + x2="4.336" + y2="12.658" + stroke="#000000" + stroke-width="0.010" + id="line150" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.132" + height="0.132" + x="2.8859999" + y="12.922" + id="rect152" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.132" + height="0.132" + x="2.8859999" + y="12.922" + id="rect154" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.132" + height="0.132" + x="2.8859999" + y="12.922" + id="rect156" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.132" + height="0.132" + x="3.4130001" + y="12.922" + id="rect158" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.132" + height="0.132" + x="3.4130001" + y="12.922" + id="rect160" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.132" + height="0.132" + x="3.4130001" + y="12.922" + id="rect162" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.132" + height="0.132" + x="3.9400001" + y="12.922" + id="rect164" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.132" + height="0.132" + x="3.9400001" + y="12.922" + id="rect166" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.132" + height="0.132" + x="3.9400001" + y="12.922" + id="rect168" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.264" + height="0.132" + x="3.8080001" + y="12.131" + id="rect170" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.264" + height="0.132" + x="3.8080001" + y="12.131" + id="rect172" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.264" + height="0.132" + x="3.8080001" + y="12.131" + id="rect174" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="1.964" + y1="12.131" + x2="3.4130001" + y2="12.131" + stroke="#000000" + stroke-width="0.010" + id="line176" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.39500001" + height="0.39500001" + x="1.964" + y="12.79" + id="rect178" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.39500001" + height="0.39500001" + x="1.964" + y="12.79" + id="rect180" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.39500001" + height="0.39500001" + x="1.964" + y="12.79" + id="rect182" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.845" + height="0.132" + x="2.095" + y="10.945" + id="rect184" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="1.845" + height="0.132" + x="2.095" + y="10.945" + id="rect186" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.845" + height="0.132" + x="2.095" + y="10.945" + id="rect188" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="2.095" + y1="11.867" + x2="3.2809999" + y2="11.867" + stroke="#000000" + stroke-width="0.010" + id="line190" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.2809999" + y1="11.999" + x2="3.1500001" + y2="11.999" + stroke="#000000" + stroke-width="0.010" + id="line192" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.095" + y1="11.999" + x2="2.227" + y2="11.999" + stroke="#000000" + stroke-width="0.010" + id="line194" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.65899998" + height="0.132" + x="2.359" + y="11.867" + id="rect196" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.65899998" + height="0.132" + x="2.359" + y="11.867" + id="rect198" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.65899998" + height="0.132" + x="2.359" + y="11.867" + id="rect200" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="2.095" + y1="11.208" + x2="2.227" + y2="11.208" + stroke="#000000" + stroke-width="0.010" + id="line202" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="2.359" + y1="11.208" + x2="2.4909999" + y2="11.208" + stroke="#000000" + stroke-width="0.010" + id="line204" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="3.677" + y1="11.208" + x2="3.9400001" + y2="11.208" + stroke="#000000" + stroke-width="0.010" + id="line206" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.204" + y1="14.239" + x2="1.832" + y2="14.239" + stroke="#000000" + stroke-width="0.010" + id="line208" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.832" + y1="14.108" + x2="4.204" + y2="14.108" + stroke="#000000" + stroke-width="0.010" + id="line210" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.204" + y1="13.976" + x2="1.832" + y2="13.976" + stroke="#000000" + stroke-width="0.010" + id="line212" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.832" + y1="13.844" + x2="4.204" + y2="13.844" + stroke="#000000" + stroke-width="0.010" + id="line214" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.204" + y1="13.712" + x2="1.832" + y2="13.712" + stroke="#000000" + stroke-width="0.010" + id="line216" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="1.832" + y1="13.58" + x2="4.204" + y2="13.58" + stroke="#000000" + stroke-width="0.010" + id="line218" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="4.204" + y1="13.449" + x2="1.832" + y2="13.449" + stroke="#000000" + stroke-width="0.010" + id="line220" + style="stroke:#000000;stroke-width:0.01" /> + <text + x="3.5" + y="15.5" + id="text222" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">Backup Domain</text> + <text + x="3.5" + y="16.299999" + id="text224" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">Controller 1</text> + <rect + width="2.6359999" + height="5.2709999" + x="13.6" + y="13.5" + id="rect226" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="2.6359999" + height="5.2709999" + x="13.6" + y="13.5" + id="rect228" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="2.6359999" + height="5.2709999" + x="13.6" + y="13.5" + id="rect230" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="2.108" + height="2.108" + x="13.864" + y="13.764" + id="rect232" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="2.108" + height="2.108" + x="13.864" + y="13.764" + id="rect234" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="2.108" + height="2.108" + x="13.864" + y="13.764" + id="rect236" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="15.972" + y1="14.291" + x2="13.864" + y2="14.291" + stroke="#000000" + stroke-width="0.010" + id="line238" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="13.864" + y1="14.818" + x2="15.972" + y2="14.818" + stroke="#000000" + stroke-width="0.010" + id="line240" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.972" + y1="15.213" + x2="13.864" + y2="15.213" + stroke="#000000" + stroke-width="0.010" + id="line242" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="1.45" + height="0.79100001" + x="13.864" + y="16.136" + id="rect244" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="1.45" + height="0.79100001" + x="13.864" + y="16.136" + id="rect246" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.45" + height="0.79100001" + x="13.864" + y="16.136" + id="rect248" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="13.6" + y1="17.058001" + x2="16.236" + y2="17.058001" + stroke="#000000" + stroke-width="0.010" + id="line250" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.132" + height="0.132" + x="14.786" + y="17.322001" + id="rect252" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.132" + height="0.132" + x="14.786" + y="17.322001" + id="rect254" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.132" + height="0.132" + x="14.786" + y="17.322001" + id="rect256" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.132" + height="0.132" + x="15.313" + y="17.322001" + id="rect258" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.132" + height="0.132" + x="15.313" + y="17.322001" + id="rect260" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.132" + height="0.132" + x="15.313" + y="17.322001" + id="rect262" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.132" + height="0.132" + x="15.84" + y="17.322001" + id="rect264" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.132" + height="0.132" + x="15.84" + y="17.322001" + id="rect266" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.132" + height="0.132" + x="15.84" + y="17.322001" + id="rect268" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.264" + height="0.132" + x="15.708" + y="16.531" + id="rect270" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.264" + height="0.132" + x="15.708" + y="16.531" + id="rect272" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.264" + height="0.132" + x="15.708" + y="16.531" + id="rect274" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="13.864" + y1="16.531" + x2="15.313" + y2="16.531" + stroke="#000000" + stroke-width="0.010" + id="line276" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.39500001" + height="0.39500001" + x="13.864" + y="17.190001" + id="rect278" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.39500001" + height="0.39500001" + x="13.864" + y="17.190001" + id="rect280" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.39500001" + height="0.39500001" + x="13.864" + y="17.190001" + id="rect282" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.845" + height="0.132" + x="13.995" + y="15.345" + id="rect284" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="1.845" + height="0.132" + x="13.995" + y="15.345" + id="rect286" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.845" + height="0.132" + x="13.995" + y="15.345" + id="rect288" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="13.995" + y1="16.267" + x2="15.181" + y2="16.267" + stroke="#000000" + stroke-width="0.010" + id="line290" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.181" + y1="16.399" + x2="15.05" + y2="16.399" + stroke="#000000" + stroke-width="0.010" + id="line292" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="13.995" + y1="16.399" + x2="14.127" + y2="16.399" + stroke="#000000" + stroke-width="0.010" + id="line294" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.65899998" + height="0.132" + x="14.259" + y="16.267" + id="rect296" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.65899998" + height="0.132" + x="14.259" + y="16.267" + id="rect298" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.65899998" + height="0.132" + x="14.259" + y="16.267" + id="rect300" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="13.995" + y1="15.608" + x2="14.127" + y2="15.608" + stroke="#000000" + stroke-width="0.010" + id="line302" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="14.259" + y1="15.608" + x2="14.391" + y2="15.608" + stroke="#000000" + stroke-width="0.010" + id="line304" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="15.577" + y1="15.608" + x2="15.84" + y2="15.608" + stroke="#000000" + stroke-width="0.010" + id="line306" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="16.104" + y1="18.639" + x2="13.732" + y2="18.639" + stroke="#000000" + stroke-width="0.010" + id="line308" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="13.732" + y1="18.507999" + x2="16.104" + y2="18.507999" + stroke="#000000" + stroke-width="0.010" + id="line310" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="16.104" + y1="18.375999" + x2="13.732" + y2="18.375999" + stroke="#000000" + stroke-width="0.010" + id="line312" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="13.732" + y1="18.243999" + x2="16.104" + y2="18.243999" + stroke="#000000" + stroke-width="0.010" + id="line314" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="16.104" + y1="18.112" + x2="13.732" + y2="18.112" + stroke="#000000" + stroke-width="0.010" + id="line316" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="13.732" + y1="17.98" + x2="16.104" + y2="17.98" + stroke="#000000" + stroke-width="0.010" + id="line318" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="16.104" + y1="17.849001" + x2="13.732" + y2="17.849001" + stroke="#000000" + stroke-width="0.010" + id="line320" + style="stroke:#000000;stroke-width:0.01" /> + <text + x="16.9" + y="14.7" + id="text322" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">Backup Domain</text> + <text + x="16.9" + y="15.5" + id="text324" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">Controller 2</text> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="4.336,11.736 4.336,12.000 9.292,12.000 9.292,10.450 " + id="polyline326" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="14.918,13.500 14.918,11.975 9.292,11.975 9.292,10.450 " + id="polyline328" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="5.3000002" + height="1.767" + x="17.4" + y="4.9000001" + id="rect330" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="5.3000002" + height="1.767" + x="17.4" + y="4.9000001" + id="rect332" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="5.3000002" + height="1.767" + x="17.4" + y="4.9000001" + id="rect334" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="2.0190001" + height="1.01" + x="20.555" + y="5.4050002" + id="rect336" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="2.0190001" + height="1.01" + x="20.555" + y="5.4050002" + id="rect338" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="2.0190001" + height="1.01" + x="20.555" + y="5.4050002" + id="rect340" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="22.573999" + y1="5.9099998" + x2="20.555" + y2="5.9099998" + stroke="#000000" + stroke-width="0.010" + id="line342" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.37900001" + height="1.388" + x="20.049999" + y="5.026" + id="rect344" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.37900001" + height="1.388" + x="20.049999" + y="5.026" + id="rect346" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.37900001" + height="1.388" + x="20.049999" + y="5.026" + id="rect348" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.126" + height="0.126" + x="18.662001" + y="5.152" + id="rect350" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.126" + height="0.126" + x="18.662001" + y="5.152" + id="rect352" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.126" + height="0.126" + x="18.662001" + y="5.152" + id="rect354" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.126" + height="0.126" + x="18.914" + y="5.152" + id="rect356" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.126" + height="0.126" + x="18.914" + y="5.152" + id="rect358" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.126" + height="0.126" + x="18.914" + y="5.152" + id="rect360" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.126" + height="0.126" + x="19.167" + y="5.152" + id="rect362" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.126" + height="0.126" + x="19.167" + y="5.152" + id="rect364" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.126" + height="0.126" + x="19.167" + y="5.152" + id="rect366" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.252" + height="0.252" + x="19.545" + y="5.026" + id="rect368" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.252" + height="0.252" + x="19.545" + y="5.026" + id="rect370" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.252" + height="0.252" + x="19.545" + y="5.026" + id="rect372" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.37900001" + height="0.37900001" + x="17.652" + y="5.026" + id="rect374" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.37900001" + height="0.37900001" + x="17.652" + y="5.026" + id="rect376" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.37900001" + height="0.37900001" + x="17.652" + y="5.026" + id="rect378" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.767" + height="0.126" + x="20.681" + y="6.0359998" + id="rect380" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="1.767" + height="0.126" + x="20.681" + y="6.0359998" + id="rect382" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.767" + height="0.126" + x="20.681" + y="6.0359998" + id="rect384" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.176001" + y1="5.152" + x2="20.176001" + y2="6.2880001" + stroke="#000000" + stroke-width="0.010" + id="line386" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.126" + height="0.63099998" + x="20.176001" + y="5.4050002" + id="rect388" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.126" + height="0.63099998" + x="20.176001" + y="5.4050002" + id="rect390" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.126" + height="0.63099998" + x="20.176001" + y="5.4050002" + id="rect392" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="22.195" + y1="6.2880001" + x2="22.448" + y2="6.2880001" + stroke="#000000" + stroke-width="0.010" + id="line394" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.525999" + y1="5.783" + x2="19.798" + y2="5.783" + stroke="#000000" + stroke-width="0.010" + id="line396" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="19.798" + y1="5.9099998" + x2="17.525999" + y2="5.9099998" + stroke="#000000" + stroke-width="0.010" + id="line398" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.525999" + y1="6.0359998" + x2="19.798" + y2="6.0359998" + stroke="#000000" + stroke-width="0.010" + id="line400" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="19.798" + y1="6.414" + x2="17.525999" + y2="6.414" + stroke="#000000" + stroke-width="0.010" + id="line402" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.525999" + y1="6.2880001" + x2="19.798" + y2="6.2880001" + stroke="#000000" + stroke-width="0.010" + id="line404" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="19.798" + y1="6.1620002" + x2="17.525999" + y2="6.1620002" + stroke="#000000" + stroke-width="0.010" + id="line406" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.681" + y1="6.2880001" + x2="20.806999" + y2="6.2880001" + stroke="#000000" + stroke-width="0.010" + id="line408" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.933001" + y1="6.2880001" + x2="21.059999" + y2="6.2880001" + stroke="#000000" + stroke-width="0.010" + id="line410" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.302" + y1="6.2880001" + x2="20.302" + y2="6.1620002" + stroke="#000000" + stroke-width="0.010" + id="line412" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.302" + y1="5.2789998" + x2="20.302" + y2="5.152" + stroke="#000000" + stroke-width="0.010" + id="line414" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="5.4000001" + height="1.8" + x="17.4" + y="7.4000001" + id="rect416" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="5.4000001" + height="1.8" + x="17.4" + y="7.4000001" + id="rect418" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="5.4000001" + height="1.8" + x="17.4" + y="7.4000001" + id="rect420" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="2.0569999" + height="1.029" + x="20.614" + y="7.914" + id="rect422" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="2.0569999" + height="1.029" + x="20.614" + y="7.914" + id="rect424" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="2.0569999" + height="1.029" + x="20.614" + y="7.914" + id="rect426" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="22.671" + y1="8.4289999" + x2="20.614" + y2="8.4289999" + stroke="#000000" + stroke-width="0.010" + id="line428" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.38600001" + height="1.414" + x="20.1" + y="7.5289998" + id="rect430" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.38600001" + height="1.414" + x="20.1" + y="7.5289998" + id="rect432" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.38600001" + height="1.414" + x="20.1" + y="7.5289998" + id="rect434" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.12899999" + height="0.12899999" + x="18.686001" + y="7.6570001" + id="rect436" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.12899999" + height="0.12899999" + x="18.686001" + y="7.6570001" + id="rect438" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.12899999" + height="0.12899999" + x="18.686001" + y="7.6570001" + id="rect440" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.12899999" + height="0.12899999" + x="18.943001" + y="7.6570001" + id="rect442" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.12899999" + height="0.12899999" + x="18.943001" + y="7.6570001" + id="rect444" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.12899999" + height="0.12899999" + x="18.943001" + y="7.6570001" + id="rect446" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.12899999" + height="0.12899999" + x="19.200001" + y="7.6570001" + id="rect448" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.12899999" + height="0.12899999" + x="19.200001" + y="7.6570001" + id="rect450" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.12899999" + height="0.12899999" + x="19.200001" + y="7.6570001" + id="rect452" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.257" + height="0.257" + x="19.586" + y="7.5289998" + id="rect454" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.257" + height="0.257" + x="19.586" + y="7.5289998" + id="rect456" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.257" + height="0.257" + x="19.586" + y="7.5289998" + id="rect458" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.38600001" + height="0.38600001" + x="17.657" + y="7.5289998" + id="rect460" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.38600001" + height="0.38600001" + x="17.657" + y="7.5289998" + id="rect462" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.38600001" + height="0.38600001" + x="17.657" + y="7.5289998" + id="rect464" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.8" + height="0.12899999" + x="20.743" + y="8.5570002" + id="rect466" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="1.8" + height="0.12899999" + x="20.743" + y="8.5570002" + id="rect468" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.8" + height="0.12899999" + x="20.743" + y="8.5570002" + id="rect470" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.229" + y1="7.6570001" + x2="20.229" + y2="8.8140001" + stroke="#000000" + stroke-width="0.010" + id="line472" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.12899999" + height="0.64300001" + x="20.229" + y="7.914" + id="rect474" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.12899999" + height="0.64300001" + x="20.229" + y="7.914" + id="rect476" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.12899999" + height="0.64300001" + x="20.229" + y="7.914" + id="rect478" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="22.285999" + y1="8.8140001" + x2="22.542999" + y2="8.8140001" + stroke="#000000" + stroke-width="0.010" + id="line480" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.528999" + y1="8.3000002" + x2="19.843" + y2="8.3000002" + stroke="#000000" + stroke-width="0.010" + id="line482" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="19.843" + y1="8.4289999" + x2="17.528999" + y2="8.4289999" + stroke="#000000" + stroke-width="0.010" + id="line484" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.528999" + y1="8.5570002" + x2="19.843" + y2="8.5570002" + stroke="#000000" + stroke-width="0.010" + id="line486" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="19.843" + y1="8.9429998" + x2="17.528999" + y2="8.9429998" + stroke="#000000" + stroke-width="0.010" + id="line488" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.528999" + y1="8.8140001" + x2="19.843" + y2="8.8140001" + stroke="#000000" + stroke-width="0.010" + id="line490" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="19.843" + y1="8.6859999" + x2="17.528999" + y2="8.6859999" + stroke="#000000" + stroke-width="0.010" + id="line492" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.743" + y1="8.8140001" + x2="20.871" + y2="8.8140001" + stroke="#000000" + stroke-width="0.010" + id="line494" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21" + y1="8.8140001" + x2="21.129" + y2="8.8140001" + stroke="#000000" + stroke-width="0.010" + id="line496" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.357" + y1="8.8140001" + x2="20.357" + y2="8.6859999" + stroke="#000000" + stroke-width="0.010" + id="line498" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.357" + y1="7.7859998" + x2="20.357" + y2="7.6570001" + stroke="#000000" + stroke-width="0.010" + id="line500" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="5.4499998" + height="1.817" + x="17.5" + y="9.8000002" + id="rect502" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="5.4499998" + height="1.817" + x="17.5" + y="9.8000002" + id="rect504" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="5.4499998" + height="1.817" + x="17.5" + y="9.8000002" + id="rect506" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="2.076" + height="1.038" + x="20.743999" + y="10.319" + id="rect508" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="2.076" + height="1.038" + x="20.743999" + y="10.319" + id="rect510" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="2.076" + height="1.038" + x="20.743999" + y="10.319" + id="rect512" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="22.82" + y1="10.838" + x2="20.743999" + y2="10.838" + stroke="#000000" + stroke-width="0.010" + id="line514" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.389" + height="1.427" + x="20.225" + y="9.9300003" + id="rect516" + style="fill:#d9d9cd;stroke:none;stroke-width:0" /> + <rect + width="0.389" + height="1.427" + x="20.225" + y="9.9300003" + id="rect518" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.389" + height="1.427" + x="20.225" + y="9.9300003" + id="rect520" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.13" + height="0.13" + x="18.798" + y="10.06" + id="rect522" + style="fill:#00cd00;stroke:none;stroke-width:0" /> + <rect + width="0.13" + height="0.13" + x="18.798" + y="10.06" + id="rect524" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.13" + height="0.13" + x="18.798" + y="10.06" + id="rect526" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.13" + height="0.13" + x="19.056999" + y="10.06" + id="rect528" + style="fill:#cdcd00;stroke:none;stroke-width:0" /> + <rect + width="0.13" + height="0.13" + x="19.056999" + y="10.06" + id="rect530" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.13" + height="0.13" + x="19.056999" + y="10.06" + id="rect532" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.13" + height="0.13" + x="19.316999" + y="10.06" + id="rect534" + style="fill:#cd0000;stroke:none;stroke-width:0" /> + <rect + width="0.13" + height="0.13" + x="19.316999" + y="10.06" + id="rect536" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.13" + height="0.13" + x="19.316999" + y="10.06" + id="rect538" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.25999999" + height="0.25999999" + x="19.705999" + y="9.9300003" + id="rect540" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.25999999" + height="0.25999999" + x="19.705999" + y="9.9300003" + id="rect542" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.25999999" + height="0.25999999" + x="19.705999" + y="9.9300003" + id="rect544" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.389" + height="0.389" + x="17.76" + y="9.9300003" + id="rect546" + style="fill:#cdcdbd;stroke:none;stroke-width:0" /> + <rect + width="0.389" + height="0.389" + x="17.76" + y="9.9300003" + id="rect548" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.389" + height="0.389" + x="17.76" + y="9.9300003" + id="rect550" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.817" + height="0.13" + x="20.874001" + y="10.968" + id="rect552" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="1.817" + height="0.13" + x="20.874001" + y="10.968" + id="rect554" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.817" + height="0.13" + x="20.874001" + y="10.968" + id="rect556" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="20.355" + y1="10.06" + x2="20.355" + y2="11.227" + stroke="#000000" + stroke-width="0.010" + id="line558" + style="stroke:#000000;stroke-width:0.01" /> + <rect + width="0.13" + height="0.64899999" + x="20.355" + y="10.319" + id="rect560" + style="fill:#cdcdc1;stroke:none;stroke-width:0" /> + <rect + width="0.13" + height="0.64899999" + x="20.355" + y="10.319" + id="rect562" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="0.13" + height="0.64899999" + x="20.355" + y="10.319" + id="rect564" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <line + x1="22.431" + y1="11.227" + x2="22.690001" + y2="11.227" + stroke="#000000" + stroke-width="0.010" + id="line566" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.629999" + y1="10.708" + x2="19.965" + y2="10.708" + stroke="#000000" + stroke-width="0.010" + id="line568" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="19.965" + y1="10.838" + x2="17.629999" + y2="10.838" + stroke="#000000" + stroke-width="0.010" + id="line570" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.629999" + y1="10.968" + x2="19.965" + y2="10.968" + stroke="#000000" + stroke-width="0.010" + id="line572" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="19.965" + y1="11.357" + x2="17.629999" + y2="11.357" + stroke="#000000" + stroke-width="0.010" + id="line574" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="17.629999" + y1="11.227" + x2="19.965" + y2="11.227" + stroke="#000000" + stroke-width="0.010" + id="line576" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="19.965" + y1="11.098" + x2="17.629999" + y2="11.098" + stroke="#000000" + stroke-width="0.010" + id="line578" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.874001" + y1="11.227" + x2="21.004" + y2="11.227" + stroke="#000000" + stroke-width="0.010" + id="line580" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="21.132999" + y1="11.227" + x2="21.263" + y2="11.227" + stroke="#000000" + stroke-width="0.010" + id="line582" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.485001" + y1="11.227" + x2="20.485001" + y2="11.098" + stroke="#000000" + stroke-width="0.010" + id="line584" + style="stroke:#000000;stroke-width:0.01" /> + <line + x1="20.485001" + y1="10.189" + x2="20.485001" + y2="10.06" + stroke="#000000" + stroke-width="0.010" + id="line586" + style="stroke:#000000;stroke-width:0.01" /> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="9.300,12.000 13.992,12.000 13.992,5.783 17.400,5.783 " + id="polyline588" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="17.400,8.300 14.000,8.300 14.000,12.000 10.200,12.000 " + id="polyline590" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="17.500,10.708 14.000,10.708 14.000,12.000 10.300,12.000 " + id="polyline592" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="17.700001" + y="4.3000002" + id="text594" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">Workstation A</text> + <text + x="23.799999" + y="8.6000004" + id="text596" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">Workstation B</text> + <text + x="23.799999" + y="10.9" + id="text598" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">Workstation C</text> + <text + x="13.1" + y="1.7" + id="text600" + style="font-size:1.20000005px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">DOMAIN</text> +</svg> diff --git a/docs/Samba3-HOWTO/images/idmap-gid2sid.dia b/docs/Samba3-HOWTO/images/idmap-gid2sid.dia Binary files differdeleted file mode 100644 index c478e8728c..0000000000 --- a/docs/Samba3-HOWTO/images/idmap-gid2sid.dia +++ /dev/null diff --git a/docs/Samba3-HOWTO/images/idmap-gid2sid.svg b/docs/Samba3-HOWTO/images/idmap-gid2sid.svg new file mode 100644 index 0000000000..61181b75c8 --- /dev/null +++ b/docs/Samba3-HOWTO/images/idmap-gid2sid.svg @@ -0,0 +1,277 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="24.174cm" + height="19.486cm" + viewBox="-0.49 0.171 23.684 19.657" + id="svg2"> + <defs + id="defs97" /> + <path + d="M 3.333,0.221 L 5.667,0.221 C 5.989,0.221 6.25,0.626 6.25,1.125 C 6.25,1.624 5.989,2.029 5.667,2.029 L 3.333,2.029 C 3.011,2.029 2.75,1.624 2.75,1.125 C 2.75,0.626 3.011,0.221 3.333,0.221" + id="path4" + style="fill:#c9c9c9;stroke:none;stroke-width:0.1" /> + <path + d="M 3.333,0.221 L 5.667,0.221 C 5.989,0.221 6.25,0.626 6.25,1.125 C 6.25,1.624 5.989,2.029 5.667,2.029 L 3.333,2.029 C 3.011,2.029 2.75,1.624 2.75,1.125 C 2.75,0.626 3.011,0.221 3.333,0.221" + id="path6" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="3.7609999" + y="1.303" + id="text8" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">GID</text> + <line + x1="4.5040002" + y1="5.5" + x2="4.5019999" + y2="6.1500001" + stroke="#000000" + stroke-width="0.100" + id="line10" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="4.102,6.149 4.5,6.95 4.902,6.151 4.102,6.149 " + id="polygon12" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <path + d="M 5.883,16.8 L 9.117,16.8 C 9.564,16.8 9.926,17.428 9.926,18.204 C 9.926,18.979 9.564,19.607 9.117,19.607 L 5.883,19.607 C 5.436,19.607 5.074,18.979 5.074,18.204 C 5.074,17.428 5.436,16.8 5.883,16.8" + id="path14" + style="fill:#d5d5d5;stroke:none;stroke-width:0.1" /> + <path + d="M 5.883,16.8 L 9.117,16.8 C 9.564,16.8 9.926,17.428 9.926,18.204 C 9.926,18.979 9.564,19.607 9.117,19.607 L 5.883,19.607 C 5.436,19.607 5.074,18.979 5.074,18.204 C 5.074,17.428 5.436,16.8 5.883,16.8" + id="path16" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="6.2859998" + y="17.881001" + id="text18" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">group</text> + <text + x="6.7989998" + y="18.881001" + id="text20" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">SID</text> + <path + d="M 16.083,11.65 L 18.417,11.65 C 18.739,11.65 19,12.055 19,12.554 C 19,13.053 18.739,13.457 18.417,13.457 L 16.083,13.457 C 15.761,13.457 15.5,13.053 15.5,12.554 C 15.5,12.055 15.761,11.65 16.083,11.65" + id="path22" + style="fill:#dbd8d8;stroke:none;stroke-width:0.1" /> + <path + d="M 16.083,11.65 L 18.417,11.65 C 18.739,11.65 19,12.055 19,12.554 C 19,13.053 18.739,13.457 18.417,13.457 L 16.083,13.457 C 15.761,13.457 15.5,13.053 15.5,12.554 C 15.5,12.055 15.761,11.65 16.083,11.65" + id="path24" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="16.525999" + y="12.731" + id="text26" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">Fail</text> + <line + x1="13" + y1="12.5" + x2="14.65" + y2="12.5" + stroke="#000000" + stroke-width="0.100" + id="line28" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="14.65,12.9 15.45,12.5 14.65,12.1 14.65,12.9 " + id="polygon30" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="11,11 13,12.5 11,14 9,12.5 11,11 " + id="polygon32" + style="fill:#abfafe;stroke:none;stroke-width:0.1" /> + <polygon + points="11,11 13,12.5 11,14 9,12.5 11,11 " + id="polygon34" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="9.5229998" + y="12.75" + id="text36" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">Found?</text> + <text + x="11.531" + y="15" + id="text38" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:luxi sans">Yes</text> + <line + x1="10.989" + y1="9.3999996" + x2="10.994" + y2="10.15" + stroke="#000000" + stroke-width="0.100" + id="line40" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="10.594,10.153 11,10.95 11.394,10.147 10.594,10.153 " + id="polygon42" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <text + x="13.104" + y="12.25" + id="text44" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:luxi sans">No</text> + <line + x1="7.5" + y1="15.25" + x2="7.5" + y2="15.95" + stroke="#000000" + stroke-width="0.100" + id="line46" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="7.1,15.95 7.5,16.75 7.9,15.95 7.1,15.95 " + id="polygon48" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="4.5,7 6.5,8.5 4.5,10 2.5,8.5 4.5,7 " + id="polygon50" + style="fill:#c5effb;stroke:none;stroke-width:0.1" /> + <polygon + points="4.5,7 6.5,8.5 4.5,10 2.5,8.5 4.5,7 " + id="polygon52" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="3.0220001" + y="8.75" + id="text54" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">Found?</text> + <text + x="5.0310001" + y="10.75" + id="text56" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:luxi sans">Yes</text> + <line + x1="4.5" + y1="2.029" + x2="4.5009999" + y2="2.55" + stroke="#000000" + stroke-width="0.100" + id="line58" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="4.101,2.551 4.503,3.35 4.901,2.549 4.101,2.551 " + id="polygon60" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <text + x="6.6040001" + y="8.25" + id="text62" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:luxi sans">No</text> + <line + x1="6.5" + y1="8.5" + x2="8.1499996" + y2="8.5" + stroke="#000000" + stroke-width="0.100" + id="line64" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="8.15,8.9 8.95,8.5 8.15,8.1 8.15,8.9 " + id="polygon66" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <rect + width="4.4899998" + height="2.0999999" + x="8.7440004" + y="7.4000001" + id="rect68" + style="fill:#d5d5d5;stroke:none;stroke-width:0" /> + <rect + width="4.4899998" + height="2.0999999" + x="8.7440004" + y="7.4000001" + id="rect70" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="9.2939997" + y="8.6280003" + id="text72" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">Winbind</text> + <line + x1="13.25" + y1="8.75" + x2="15.25" + y2="9.5" + stroke="#000000" + stroke-width="0.050" + id="line74" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="13.25" + y1="8.25" + x2="15.25" + y2="7.5" + stroke="#000000" + stroke-width="0.050" + id="line76" + style="stroke:#000000;stroke-width:0.05" /> + <rect + width="8" + height="2" + x="15.5" + y="7.5" + id="rect78" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="8" + height="2" + x="15.5" + y="7.5" + id="rect80" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="15.316" + y="8.25" + id="text82" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">winbindd_idmap.tdb</text> + <text + x="17.761999" + y="9.25" + id="text84" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">ldapsam</text> + <line + x1="23.5" + y1="8.5" + x2="15.5" + y2="8.5" + stroke="#000000" + stroke-width="0.050" + id="line86" + style="stroke:#000000;stroke-width:0.05" /> + <rect + width="9.8870001" + height="2.0999999" + x="-0.44" + y="3.4000001" + id="rect88" + style="fill:#dcdcdc;stroke:none;stroke-width:0" /> + <rect + width="9.8870001" + height="2.0999999" + x="-0.44" + y="3.4000001" + id="rect90" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="0.11" + y="4.6269999" + id="text92" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">groupmap_idmap.tdb</text> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="4.500,10.000 4.500,15.250 11.000,15.250 11.000,14.000 " + id="polyline94" + style="fill:none;stroke:#000000;stroke-width:0.1" /> +</svg> diff --git a/docs/Samba3-HOWTO/images/idmap-groups.dia b/docs/Samba3-HOWTO/images/idmap-groups.dia Binary files differdeleted file mode 100644 index 04da158c53..0000000000 --- a/docs/Samba3-HOWTO/images/idmap-groups.dia +++ /dev/null diff --git a/docs/Samba3-HOWTO/images/idmap-groups.svg b/docs/Samba3-HOWTO/images/idmap-groups.svg new file mode 100644 index 0000000000..58b1dc6be6 --- /dev/null +++ b/docs/Samba3-HOWTO/images/idmap-groups.svg @@ -0,0 +1,129 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="9.6999998cm" + height="17.848cm" + viewBox="2.95 0.95 12.65 18.798" + id="svg2"> + <defs + id="defs49" /> + <text + x="3.7" + y="1.9" + id="text4" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">Grou</text> + <text + x="3.7" + y="2" + id="text6" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">group</text> + <rect + width="9.6000004" + height="3" + x="3" + y="1" + id="rect8" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="9.6000004" + height="3" + x="3" + y="1" + id="rect10" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="9.5500002" + height="3.3" + x="3" + y="15.4" + id="rect12" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="9.5500002" + height="3.3" + x="3" + y="15.4" + id="rect14" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="9.5500002" + height="3.5" + x="3" + y="8" + id="rect16" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="9.5500002" + height="3.5" + x="3" + y="8" + id="rect18" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="3.75" + y="2.05" + id="text20" + style="font-size:0.80000001px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:sans">group_mapping tdb</text> + <text + x="3.6500001" + y="3.5" + id="text22" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">contains samba groups</text> + <text + x="5.5999999" + y="9.0620003" + id="text24" + style="font-size:0.80000001px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:sans">idmap gid</text> + <text + x="4.25" + y="10.25" + id="text26" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">maps UNIX groups to</text> + <text + x="4.25" + y="11.05" + id="text28" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">samba groups</text> + <text + x="5.0500002" + y="16.5" + id="text30" + style="font-size:0.80000001px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:sans">UNIX groups</text> + <text + x="4.8499999" + y="17.6" + id="text32" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">/etc/group or other</text> + <text + x="4.8499999" + y="18.4" + id="text34" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">NSS backend</text> + <polygon + points="7.183,6.963 7.183,5.01 6.694,5.01 7.671,4.034 8.647,5.01 8.159,5.01 8.159,6.963 8.647,6.963 7.671,7.939 6.694,6.963 7.183,6.963 " + id="polygon36" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="7.183,6.963 7.183,5.01 6.694,5.01 7.671,4.034 8.647,5.01 8.159,5.01 8.159,6.963 8.647,6.963 7.671,7.939 6.694,6.963 7.183,6.963 " + id="polygon38" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="7.183,6.963 7.183,5.01 6.694,5.01 7.671,4.034 8.647,5.01 8.159,5.01 8.159,6.963 8.647,6.963 7.671,7.939 6.694,6.963 7.183,6.963 " + id="polygon40" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <polygon + points="7.196,14.421 7.196,12.521 6.721,12.521 7.671,11.571 8.621,12.521 8.146,12.521 8.146,14.421 8.621,14.421 7.671,15.371 6.721,14.421 7.196,14.421 " + id="polygon42" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="7.196,14.421 7.196,12.521 6.721,12.521 7.671,11.571 8.621,12.521 8.146,12.521 8.146,14.421 8.621,14.421 7.671,15.371 6.721,14.421 7.196,14.421 " + id="polygon44" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="7.196,14.421 7.196,12.521 6.721,12.521 7.671,11.571 8.621,12.521 8.146,12.521 8.146,14.421 8.621,14.421 7.671,15.371 6.721,14.421 7.196,14.421 " + id="polygon46" + style="fill:none;stroke:#000000;stroke-width:0.01" /> +</svg> diff --git a/docs/Samba3-HOWTO/images/idmap-sid2gid.dia b/docs/Samba3-HOWTO/images/idmap-sid2gid.dia Binary files differdeleted file mode 100644 index 9a25b11df2..0000000000 --- a/docs/Samba3-HOWTO/images/idmap-sid2gid.dia +++ /dev/null diff --git a/docs/Samba3-HOWTO/images/idmap-sid2gid.svg b/docs/Samba3-HOWTO/images/idmap-sid2gid.svg new file mode 100644 index 0000000000..95944e9851 --- /dev/null +++ b/docs/Samba3-HOWTO/images/idmap-sid2gid.svg @@ -0,0 +1,277 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="23.674999cm" + height="19.329cm" + viewBox="-0.492 0 23.184 19.329" + id="svg2"> + <defs + id="defs97" /> + <path + d="M 6.333,17.471 L 8.667,17.471 C 8.989,17.471 9.25,17.876 9.25,18.375 C 9.25,18.874 8.989,19.279 8.667,19.279 L 6.333,19.279 C 6.011,19.279 5.75,18.874 5.75,18.375 C 5.75,17.876 6.011,17.471 6.333,17.471" + id="path4" + style="fill:#dcdcdc;stroke:none;stroke-width:0.1" /> + <path + d="M 6.333,17.471 L 8.667,17.471 C 8.989,17.471 9.25,17.876 9.25,18.375 C 9.25,18.874 8.989,19.279 8.667,19.279 L 6.333,19.279 C 6.011,19.279 5.75,18.874 5.75,18.375 C 5.75,17.876 6.011,17.471 6.333,17.471" + id="path6" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="6.7610002" + y="18.552" + id="text8" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">GID</text> + <line + x1="4.5019999" + y1="6" + x2="4.5009999" + y2="6.6500001" + stroke="#000000" + stroke-width="0.100" + id="line10" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="4.101,6.649 4.5,7.45 4.901,6.651 4.101,6.649 " + id="polygon12" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <path + d="M 2.883,0.05 L 6.117,0.05 C 6.564,0.05 6.926,0.678 6.926,1.454 C 6.926,2.229 6.564,2.857 6.117,2.857 L 2.883,2.857 C 2.436,2.857 2.074,2.229 2.074,1.454 C 2.074,0.678 2.436,0.05 2.883,0.05" + id="path14" + style="fill:#cfcfcf;stroke:none;stroke-width:0.1" /> + <path + d="M 2.883,0.05 L 6.117,0.05 C 6.564,0.05 6.926,0.678 6.926,1.454 C 6.926,2.229 6.564,2.857 6.117,2.857 L 2.883,2.857 C 2.436,2.857 2.074,2.229 2.074,1.454 C 2.074,0.678 2.436,0.05 2.883,0.05" + id="path16" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="3.286" + y="1.131" + id="text18" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">group</text> + <text + x="3.799" + y="2.131" + id="text20" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">SID</text> + <path + d="M 15.181,12.15 L 17.435,12.15 C 17.746,12.15 17.999,12.555 17.999,13.054 C 17.999,13.553 17.746,13.957 17.435,13.957 L 15.181,13.957 C 14.869,13.957 14.617,13.553 14.617,13.054 C 14.617,12.555 14.869,12.15 15.181,12.15" + id="path22" + style="fill:#dcdcdc;stroke:none;stroke-width:0.1" /> + <path + d="M 15.181,12.15 L 17.435,12.15 C 17.746,12.15 17.999,12.555 17.999,13.054 C 17.999,13.553 17.746,13.957 17.435,13.957 L 15.181,13.957 C 14.869,13.957 14.617,13.553 14.617,13.054 C 14.617,12.555 14.869,12.15 15.181,12.15" + id="path24" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="15.584" + y="13.231" + id="text26" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">Fail</text> + <line + x1="12.5" + y1="13" + x2="13.9" + y2="13" + stroke="#000000" + stroke-width="0.100" + id="line28" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="13.9,13.4 14.7,13 13.9,12.6 13.9,13.4 " + id="polygon30" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="10.5,11.5 12.5,13 10.5,14.5 8.5,13 10.5,11.5 " + id="polygon32" + style="fill:#bef2ff;stroke:none;stroke-width:0.1" /> + <polygon + points="10.5,11.5 12.5,13 10.5,14.5 8.5,13 10.5,11.5 " + id="polygon34" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="9.0229998" + y="13.25" + id="text36" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">Found?</text> + <text + x="11.031" + y="15.5" + id="text38" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:luxi sans">Yes</text> + <line + x1="10.489" + y1="10" + x2="10.494" + y2="10.65" + stroke="#000000" + stroke-width="0.100" + id="line40" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="10.094,10.653 10.5,11.45 10.894,10.647 10.094,10.653 " + id="polygon42" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <text + x="12.604" + y="12.75" + id="text44" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:luxi sans">No</text> + <line + x1="7.5" + y1="15.75" + x2="7.5" + y2="16.65" + stroke="#000000" + stroke-width="0.100" + id="line46" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="7.1,16.65 7.5,17.45 7.9,16.65 7.1,16.65 " + id="polygon48" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="4.5,7.5 6.5,9 4.5,10.5 2.5,9 4.5,7.5 " + id="polygon50" + style="fill:#acedff;stroke:none;stroke-width:0.1" /> + <polygon + points="4.5,7.5 6.5,9 4.5,10.5 2.5,9 4.5,7.5 " + id="polygon52" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="3.0220001" + y="9.25" + id="text54" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">Found?</text> + <text + x="5.0310001" + y="11.25" + id="text56" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:luxi sans">Yes</text> + <line + x1="4.5" + y1="2.8570001" + x2="4.5" + y2="3.05" + stroke="#000000" + stroke-width="0.100" + id="line58" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="4.1,3.051 4.502,3.85 4.9,3.049 4.1,3.051 " + id="polygon60" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <text + x="6.6040001" + y="8.75" + id="text62" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:luxi sans">No</text> + <line + x1="6.5" + y1="9" + x2="7.6500001" + y2="9" + stroke="#000000" + stroke-width="0.100" + id="line64" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="7.65,9.4 8.45,9 7.65,8.6 7.65,9.4 " + id="polygon66" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <rect + width="4.4899998" + height="2.0999999" + x="8.2440004" + y="7.9000001" + id="rect68" + style="fill:#dcdcdc;stroke:none;stroke-width:0" /> + <rect + width="4.4899998" + height="2.0999999" + x="8.2440004" + y="7.9000001" + id="rect70" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="8.7939997" + y="9.1280003" + id="text72" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">Winbind</text> + <line + x1="12.75" + y1="9.25" + x2="14.75" + y2="10" + stroke="#000000" + stroke-width="0.050" + id="line74" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="12.75" + y1="8.75" + x2="14.75" + y2="8" + stroke="#000000" + stroke-width="0.050" + id="line76" + style="stroke:#000000;stroke-width:0.05" /> + <rect + width="8" + height="2" + x="15" + y="8" + id="rect78" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="8" + height="2" + x="15" + y="8" + id="rect80" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="14.816" + y="8.75" + id="text82" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">winbindd_idmap.tdb</text> + <text + x="17.261999" + y="9.75" + id="text84" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">ldapsam</text> + <line + x1="23" + y1="9" + x2="15" + y2="9" + stroke="#000000" + stroke-width="0.050" + id="line86" + style="stroke:#000000;stroke-width:0.05" /> + <rect + width="9.8870001" + height="2.0999999" + x="-0.442" + y="3.9000001" + id="rect88" + style="fill:#d3d3d3;stroke:none;stroke-width:0" /> + <rect + width="9.8870001" + height="2.0999999" + x="-0.442" + y="3.9000001" + id="rect90" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="0.108" + y="5.1269999" + id="text92" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">groupmap_idmap.tdb</text> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="4.500,10.500 4.500,15.500 10.500,15.500 10.500,14.500 " + id="polyline94" + style="fill:none;stroke:#000000;stroke-width:0.1" /> +</svg> diff --git a/docs/Samba3-HOWTO/images/idmap-sid2uid.dia b/docs/Samba3-HOWTO/images/idmap-sid2uid.dia Binary files differdeleted file mode 100644 index f408fab0fe..0000000000 --- a/docs/Samba3-HOWTO/images/idmap-sid2uid.dia +++ /dev/null diff --git a/docs/Samba3-HOWTO/images/idmap-sid2uid.svg b/docs/Samba3-HOWTO/images/idmap-sid2uid.svg new file mode 100644 index 0000000000..84faf099f6 --- /dev/null +++ b/docs/Samba3-HOWTO/images/idmap-sid2uid.svg @@ -0,0 +1,365 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="33.234001cm" + height="20.391001cm" + viewBox="0.066 0.921 33.3 21.312" + id="svg2"> + <defs + id="defs121" /> + <line + x1="12.5" + y1="2.779" + x2="12.5" + y2="4.9000001" + stroke="#000000" + stroke-width="0.100" + id="line4" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="12.1,4.9 12.5,5.7 12.9,4.9 12.1,4.9 " + id="polygon6" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <path + d="M 11.333,0.971 L 13.667,0.971 C 13.989,0.971 14.25,1.376 14.25,1.875 C 14.25,2.374 13.989,2.779 13.667,2.779 L 11.333,2.779 C 11.011,2.779 10.75,2.374 10.75,1.875 C 10.75,1.376 11.011,0.971 11.333,0.971" + id="path8" + style="fill:#d9d9d9;stroke:none;stroke-width:0.1" /> + <path + d="M 11.333,0.971 L 13.667,0.971 C 13.989,0.971 14.25,1.376 14.25,1.875 C 14.25,2.374 13.989,2.779 13.667,2.779 L 11.333,2.779 C 11.011,2.779 10.75,2.374 10.75,1.875 C 10.75,1.376 11.011,0.971 11.333,0.971" + id="path10" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="11.799" + y="2.053" + id="text12" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">SID</text> + <polygon + points="12.5,5.75 15.5,7.75 12.5,9.75 9.5,7.75 12.5,5.75 " + id="polygon14" + style="fill:#aff3f6;stroke:none;stroke-width:0.1" /> + <polygon + points="12.5,5.75 15.5,7.75 12.5,9.75 9.5,7.75 12.5,5.75 " + id="polygon16" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="9.8459997" + y="8" + id="text18" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">Our Domain?</text> + <line + x1="15.5" + y1="7.75" + x2="17.65" + y2="7.75" + stroke="#000000" + stroke-width="0.100" + id="line20" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="17.65,8.15 18.45,7.75 17.65,7.35 17.65,8.15 " + id="polygon22" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <text + x="16.031" + y="7.5" + id="text24" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:luxi sans">Yes</text> + <line + x1="12.5" + y1="9.75" + x2="12.493" + y2="11.55" + stroke="#000000" + stroke-width="0.100" + id="line26" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="12.093,11.548 12.49,12.35 12.893,11.552 12.093,11.548 " + id="polygon28" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <text + x="12.854" + y="10.75" + id="text30" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:luxi sans">No</text> + <line + x1="16.5" + y1="15.25" + x2="16.5" + y2="17.4" + stroke="#000000" + stroke-width="0.100" + id="line32" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="16.1,17.4 16.5,18.2 16.9,17.4 16.1,17.4 " + id="polygon34" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <path + d="M 21.833,18.9 L 24.167,18.9 C 24.489,18.9 24.75,19.305 24.75,19.804 C 24.75,20.303 24.489,20.707 24.167,20.707 L 21.833,20.707 C 21.511,20.707 21.25,20.303 21.25,19.804 C 21.25,19.305 21.511,18.9 21.833,18.9" + id="path36" + style="fill:#d9d9d9;stroke:none;stroke-width:0.1" /> + <path + d="M 21.833,18.9 L 24.167,18.9 C 24.489,18.9 24.75,19.305 24.75,19.804 C 24.75,20.303 24.489,20.707 24.167,20.707 L 21.833,20.707 C 21.511,20.707 21.25,20.303 21.25,19.804 C 21.25,19.305 21.511,18.9 21.833,18.9" + id="path38" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="22.264999" + y="19.981001" + id="text40" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">UID</text> + <polygon + points="16.5,18.25 18.5,19.75 16.5,21.25 14.5,19.75 16.5,18.25 " + id="polygon42" + style="fill:#a1fdfb;stroke:none;stroke-width:0.1" /> + <polygon + points="16.5,18.25 18.5,19.75 16.5,21.25 14.5,19.75 16.5,18.25 " + id="polygon44" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="15.023" + y="20" + id="text46" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">Found?</text> + <text + x="18.781" + y="19.5" + id="text48" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:luxi sans">Yes</text> + <text + x="13.354" + y="19.5" + id="text50" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:luxi sans">No</text> + <line + x1="18.5" + y1="19.75" + x2="20.4" + y2="19.75" + stroke="#000000" + stroke-width="0.100" + id="line52" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="20.4,20.15 21.2,19.75 20.4,19.35 20.4,20.15 " + id="polygon54" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <line + x1="14.5" + y1="19.75" + x2="12.6" + y2="19.75" + stroke="#000000" + stroke-width="0.100" + id="line56" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="12.6,19.35 11.8,19.75 12.6,20.15 12.6,19.35 " + id="polygon58" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <path + d="M 8.833,18.9 L 11.167,18.9 C 11.489,18.9 11.75,19.305 11.75,19.804 C 11.75,20.303 11.489,20.707 11.167,20.707 L 8.833,20.707 C 8.511,20.707 8.25,20.303 8.25,19.804 C 8.25,19.305 8.511,18.9 8.833,18.9" + id="path60" + style="fill:#d7d7d7;stroke:none;stroke-width:0.1" /> + <path + d="M 8.833,18.9 L 11.167,18.9 C 11.489,18.9 11.75,19.305 11.75,19.804 C 11.75,20.303 11.489,20.707 11.167,20.707 L 8.833,20.707 C 8.511,20.707 8.25,20.303 8.25,19.804 C 8.25,19.305 8.511,18.9 8.833,18.9" + id="path62" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="9.276" + y="19.981001" + id="text64" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">Fail</text> + <rect + width="4.1399999" + height="2.0999999" + x="18.419001" + y="6.6500001" + id="rect66" + style="fill:#d9d6d6;stroke:none;stroke-width:0" /> + <rect + width="4.1399999" + height="2.0999999" + x="18.419001" + y="6.6500001" + id="rect68" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="18.969" + y="7.8779998" + id="text70" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">PassDB</text> + <line + x1="22.75" + y1="6.5" + x2="25" + y2="5.25" + stroke="#000000" + stroke-width="0.050" + id="line72" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="22.75" + y1="8.75" + x2="25" + y2="10" + stroke="#000000" + stroke-width="0.050" + id="line74" + style="stroke:#000000;stroke-width:0.05" /> + <rect + width="8" + height="5.25" + x="25.25" + y="5" + id="rect76" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="8" + height="5.25" + x="25.25" + y="5" + id="rect78" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="28.089001" + y="5.75" + id="text80" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">guest</text> + <text + x="26.85" + y="6.75" + id="text82" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">smbpasswd</text> + <text + x="27.709" + y="7.75" + id="text84" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">tdbsam</text> + <text + x="27.511999" + y="8.75" + id="text86" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">ldapsam</text> + <text + x="25.799999" + y="9.75" + id="text88" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">ldapsam_compat</text> + <line + x1="25.25" + y1="6" + x2="33.25" + y2="6" + stroke="#000000" + stroke-width="0.050" + id="line90" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="25.25" + y1="7" + x2="33.25" + y2="7" + stroke="#000000" + stroke-width="0.050" + id="line92" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="25.25" + y1="8" + x2="33.25" + y2="8" + stroke="#000000" + stroke-width="0.050" + id="line94" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="25.25" + y1="9" + x2="33.25" + y2="9" + stroke="#000000" + stroke-width="0.050" + id="line96" + style="stroke:#000000;stroke-width:0.05" /> + <rect + width="4.4899998" + height="2.0999999" + x="10.244" + y="12.4" + id="rect98" + style="fill:#d7d7d7;stroke:none;stroke-width:0" /> + <rect + width="4.4899998" + height="2.0999999" + x="10.244" + y="12.4" + id="rect100" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="10.794" + y="13.628" + id="text102" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">Winbind</text> + <rect + width="7.5" + height="2.75" + x="0.5" + y="12" + id="rect104" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="7.5" + height="2.75" + x="0.5" + y="12" + id="rect106" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="0.066" + y="13" + id="text108" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">winbindd_idmap.tdb</text> + <text + x="2.513" + y="14.25" + id="text110" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">ldapsam</text> + <line + x1="8" + y1="13.375" + x2="0.5" + y2="13.375" + stroke="#000000" + stroke-width="0.050" + id="line112" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="8.25" + y1="12" + x2="10.25" + y2="12.75" + stroke="#000000" + stroke-width="0.050" + id="line114" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="8.25" + y1="14.75" + x2="10.25" + y2="14" + stroke="#000000" + stroke-width="0.050" + id="line116" + style="stroke:#000000;stroke-width:0.05" /> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="12.489,14.500 12.489,15.500 20.489,15.500 20.489,8.750 " + id="polyline118" + style="fill:none;stroke:#000000;stroke-width:0.1" /> +</svg> diff --git a/docs/Samba3-HOWTO/images/idmap-store-gid2sid.dia b/docs/Samba3-HOWTO/images/idmap-store-gid2sid.dia Binary files differdeleted file mode 100644 index 4958e805ab..0000000000 --- a/docs/Samba3-HOWTO/images/idmap-store-gid2sid.dia +++ /dev/null diff --git a/docs/Samba3-HOWTO/images/idmap-store-gid2sid.svg b/docs/Samba3-HOWTO/images/idmap-store-gid2sid.svg new file mode 100644 index 0000000000..bf15504974 --- /dev/null +++ b/docs/Samba3-HOWTO/images/idmap-store-gid2sid.svg @@ -0,0 +1,122 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="26.294001cm" + height="2.4000001cm" + viewBox="0.45 1.35 26.744 3.75" + id="svg2"> + <defs + id="defs41" /> + <path + d="M 13.02,1.721 L 15.23,1.721 C 15.535,1.721 15.782,2.126 15.782,2.625 C 15.782,3.124 15.535,3.529 15.23,3.529 L 13.02,3.529 C 12.715,3.529 12.468,3.124 12.468,2.625 C 12.468,2.126 12.715,1.721 13.02,1.721" + id="path4" + style="fill:#d7d7d7;stroke:none;stroke-width:0.1" /> + <path + d="M 13.02,1.721 L 15.23,1.721 C 15.535,1.721 15.782,2.126 15.782,2.625 C 15.782,3.124 15.535,3.529 15.23,3.529 L 13.02,3.529 C 12.715,3.529 12.468,3.124 12.468,2.625 C 12.468,2.126 12.715,1.721 13.02,1.721" + id="path6" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="13.424" + y="2.803" + id="text8" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">SID</text> + <path + d="M 1.083,1.65 L 3.417,1.65 C 3.739,1.65 4,2.055 4,2.554 C 4,3.053 3.739,3.457 3.417,3.457 L 1.083,3.457 C 0.761,3.457 0.5,3.053 0.5,2.554 C 0.5,2.055 0.761,1.65 1.083,1.65" + id="path10" + style="fill:#d7d7d7;stroke:none;stroke-width:0.1" /> + <path + d="M 1.083,1.65 L 3.417,1.65 C 3.739,1.65 4,2.055 4,2.554 C 4,3.053 3.739,3.457 3.417,3.457 L 1.083,3.457 C 0.761,3.457 0.5,3.053 0.5,2.554 C 0.5,2.055 0.761,1.65 1.083,1.65" + id="path12" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="1.511" + y="2.7309999" + id="text14" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">GID</text> + <line + x1="16" + y1="3" + x2="18" + y2="3.5" + stroke="#000000" + stroke-width="0.050" + id="line16" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="16" + y1="2" + x2="18" + y2="1.5" + stroke="#000000" + stroke-width="0.050" + id="line18" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="4" + y1="2.5539999" + x2="11.65" + y2="2.618" + stroke="#000000" + stroke-width="0.100" + id="line20" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="11.647,3.018 12.45,2.625 11.653,2.218 11.647,3.018 " + id="polygon22" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <rect + width="6.9219999" + height="2.0999999" + x="4.572" + y="1.4" + id="rect24" + style="fill:#d7d7d7;stroke:none;stroke-width:0" /> + <rect + width="6.9219999" + height="2.0999999" + x="4.572" + y="1.4" + id="rect26" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="5.1220002" + y="2.6270001" + id="text28" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">net groupmap</text> + <rect + width="8.1999998" + height="2.2" + x="18.25" + y="1.5" + id="rect30" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="8.1999998" + height="2.2" + x="18.25" + y="1.5" + id="rect32" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="20.511999" + y="2.25" + id="text34" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">ldapsam</text> + <text + x="17.955999" + y="3.2" + id="text36" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">groupmap_idmap.tdb</text> + <line + x1="26.549999" + y1="2.45" + x2="18.35" + y2="2.45" + stroke="#000000" + stroke-width="0.050" + id="line38" + style="stroke:#000000;stroke-width:0.05" /> +</svg> diff --git a/docs/Samba3-HOWTO/images/idmap-uid2sid.dia b/docs/Samba3-HOWTO/images/idmap-uid2sid.dia Binary files differdeleted file mode 100644 index 576f457d79..0000000000 --- a/docs/Samba3-HOWTO/images/idmap-uid2sid.dia +++ /dev/null diff --git a/docs/Samba3-HOWTO/images/idmap-uid2sid.svg b/docs/Samba3-HOWTO/images/idmap-uid2sid.svg new file mode 100644 index 0000000000..13aca9cf70 --- /dev/null +++ b/docs/Samba3-HOWTO/images/idmap-uid2sid.svg @@ -0,0 +1,365 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="21.431cm" + height="23.086cm" + viewBox="10.369 0.921 31.8 24.007" + id="svg2"> + <defs + id="defs121" /> + <line + x1="19.25" + y1="12.75" + x2="19.25" + y2="14.15" + stroke="#000000" + stroke-width="0.100" + id="line4" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="18.85,14.15 19.25,14.95 19.65,14.15 18.85,14.15 " + id="polygon6" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <line + x1="12.5" + y1="2.779" + x2="12.5" + y2="4.6500001" + stroke="#000000" + stroke-width="0.100" + id="line8" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="12.1,4.65 12.5,5.45 12.9,4.65 12.1,4.65 " + id="polygon10" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <path + d="M 11.333,0.971 L 13.667,0.971 C 13.989,0.971 14.25,1.376 14.25,1.875 C 14.25,2.374 13.989,2.779 13.667,2.779 L 11.333,2.779 C 11.011,2.779 10.75,2.374 10.75,1.875 C 10.75,1.376 11.011,0.971 11.333,0.971" + id="path12" + style="fill:#dcdcdc;stroke:none;stroke-width:0.1" /> + <path + d="M 11.333,0.971 L 13.667,0.971 C 13.989,0.971 14.25,1.376 14.25,1.875 C 14.25,2.374 13.989,2.779 13.667,2.779 L 11.333,2.779 C 11.011,2.779 10.75,2.374 10.75,1.875 C 10.75,1.376 11.011,0.971 11.333,0.971" + id="path14" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="11.765" + y="2.053" + id="text16" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">UID</text> + <line + x1="12.489" + y1="7.5" + x2="12.497" + y2="9.6499996" + stroke="#000000" + stroke-width="0.100" + id="line18" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="12.097,9.651 12.5,10.45 12.897,9.649 12.097,9.651 " + id="polygon20" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <path + d="M 14.833,22.15 L 17.167,22.15 C 17.489,22.15 17.75,22.555 17.75,23.054 C 17.75,23.553 17.489,23.957 17.167,23.957 L 14.833,23.957 C 14.511,23.957 14.25,23.553 14.25,23.054 C 14.25,22.555 14.511,22.15 14.833,22.15" + id="path22" + style="fill:#d5d5d5;stroke:none;stroke-width:0.1" /> + <path + d="M 14.833,22.15 L 17.167,22.15 C 17.489,22.15 17.75,22.555 17.75,23.054 C 17.75,23.553 17.489,23.957 17.167,23.957 L 14.833,23.957 C 14.511,23.957 14.25,23.553 14.25,23.054 C 14.25,22.555 14.511,22.15 14.833,22.15" + id="path24" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="15.299" + y="23.231001" + id="text26" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">SID</text> + <polygon + points="12.5,10.5 14.5,12 12.5,13.5 10.5,12 12.5,10.5 " + id="polygon28" + style="fill:#b8f5fc;stroke:none;stroke-width:0.1" /> + <polygon + points="12.5,10.5 14.5,12 12.5,13.5 10.5,12 12.5,10.5 " + id="polygon30" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="11.023" + y="12.25" + id="text32" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">Found?</text> + <text + x="13.031" + y="14.5" + id="text34" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:luxi sans">Yes</text> + <text + x="14.854" + y="11.75" + id="text36" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:luxi sans">No</text> + <line + x1="14.5" + y1="12" + x2="16.4" + y2="12" + stroke="#000000" + stroke-width="0.100" + id="line38" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="16.4,12.4 17.2,12 16.4,11.6 16.4,12.4 " + id="polygon40" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <line + x1="16" + y1="19.25" + x2="16" + y2="21.4" + stroke="#000000" + stroke-width="0.100" + id="line42" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="15.6,21.4 16,22.2 16.4,21.4 15.6,21.4 " + id="polygon44" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <path + d="M 24.083,15.65 L 26.417,15.65 C 26.739,15.65 27,16.055 27,16.554 C 27,17.053 26.739,17.457 26.417,17.457 L 24.083,17.457 C 23.761,17.457 23.5,17.053 23.5,16.554 C 23.5,16.055 23.761,15.65 24.083,15.65" + id="path46" + style="fill:#d9d9d9;stroke:none;stroke-width:0.1" /> + <path + d="M 24.083,15.65 L 26.417,15.65 C 26.739,15.65 27,16.055 27,16.554 C 27,17.053 26.739,17.457 26.417,17.457 L 24.083,17.457 C 23.761,17.457 23.5,17.053 23.5,16.554 C 23.5,16.055 23.761,15.65 24.083,15.65" + id="path48" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="24.525999" + y="16.731001" + id="text50" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">Fail</text> + <rect + width="4.1399999" + height="2.0999999" + x="10.419" + y="5.4000001" + id="rect52" + style="fill:#dcd7d7;stroke:none;stroke-width:0" /> + <rect + width="4.1399999" + height="2.0999999" + x="10.419" + y="5.4000001" + id="rect54" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="10.969" + y="6.6279998" + id="text56" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">PassDB</text> + <line + x1="14.75" + y1="5.25" + x2="17" + y2="4" + stroke="#000000" + stroke-width="0.050" + id="line58" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="14.75" + y1="7.5" + x2="17" + y2="8.75" + stroke="#000000" + stroke-width="0.050" + id="line60" + style="stroke:#000000;stroke-width:0.05" /> + <rect + width="8" + height="5.25" + x="17.25" + y="3.75" + id="rect62" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="8" + height="5.25" + x="17.25" + y="3.75" + id="rect64" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="20.089001" + y="4.5" + id="text66" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">guest</text> + <text + x="18.85" + y="5.5" + id="text68" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">smbpasswd</text> + <text + x="19.709" + y="6.5" + id="text70" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">tdbsam</text> + <text + x="19.511999" + y="7.5" + id="text72" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">ldapsam</text> + <text + x="17.799999" + y="8.5" + id="text74" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">ldapsam_compat</text> + <line + x1="17.25" + y1="4.75" + x2="25.25" + y2="4.75" + stroke="#000000" + stroke-width="0.050" + id="line76" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="17.25" + y1="5.75" + x2="25.25" + y2="5.75" + stroke="#000000" + stroke-width="0.050" + id="line78" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="17.25" + y1="6.75" + x2="25.25" + y2="6.75" + stroke="#000000" + stroke-width="0.050" + id="line80" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="17.25" + y1="7.75" + x2="25.25" + y2="7.75" + stroke="#000000" + stroke-width="0.050" + id="line82" + style="stroke:#000000;stroke-width:0.05" /> + <polyline + fill="none" + stroke="#000000" + stroke-width="0.100" + points="12.500,13.500 12.500,19.000 19.250,19.000 19.250,18.000 " + id="polyline84" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="4.4899998" + height="2.0999999" + x="16.993999" + y="10.9" + id="rect86" + style="fill:#d7d7d7;stroke:none;stroke-width:0" /> + <rect + width="4.4899998" + height="2.0999999" + x="16.993999" + y="10.9" + id="rect88" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="17.544001" + y="12.128" + id="text90" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">Winbind</text> + <line + x1="21.5" + y1="12.5" + x2="23.5" + y2="13.25" + stroke="#000000" + stroke-width="0.050" + id="line92" + style="stroke:#000000;stroke-width:0.05" /> + <line + x1="21.5" + y1="11.25" + x2="23.5" + y2="10.5" + stroke="#000000" + stroke-width="0.050" + id="line94" + style="stroke:#000000;stroke-width:0.05" /> + <rect + width="7.6669998" + height="2.75" + x="23.75" + y="10.5" + id="rect96" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="7.6669998" + height="2.75" + x="23.75" + y="10.5" + id="rect98" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="23.433001" + y="11.507" + id="text100" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">winbindd_idmap.tdb</text> + <text + x="25.761999" + y="12.75" + id="text102" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">ldapsam</text> + <line + x1="31.417" + y1="11.875" + x2="23.75" + y2="11.875" + stroke="#000000" + stroke-width="0.050" + id="line104" + style="stroke:#000000;stroke-width:0.05" /> + <polygon + points="19.25,15 21.25,16.5 19.25,18 17.25,16.5 19.25,15 " + id="polygon106" + style="fill:#bcf9ff;stroke:none;stroke-width:0.1" /> + <polygon + points="19.25,15 21.25,16.5 19.25,18 17.25,16.5 19.25,15 " + id="polygon108" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="17.773001" + y="16.75" + id="text110" + style="font-size:1px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:luxi sans">Found?</text> + <text + x="19.781" + y="19" + id="text112" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:luxi sans">Yes</text> + <text + x="21.604" + y="16.25" + id="text114" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:luxi sans">No</text> + <line + x1="21.25" + y1="16.5" + x2="22.65" + y2="16.5" + stroke="#000000" + stroke-width="0.100" + id="line116" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="22.65,16.9 23.45,16.5 22.65,16.1 22.65,16.9 " + id="polygon118" + style="fill:#000000;stroke:none;stroke-width:0.1" /> +</svg> diff --git a/docs/Samba3-HOWTO/images/idmap.dia b/docs/Samba3-HOWTO/images/idmap.dia Binary files differdeleted file mode 100644 index 555933978b..0000000000 --- a/docs/Samba3-HOWTO/images/idmap.dia +++ /dev/null diff --git a/docs/Samba3-HOWTO/images/idmap.svg b/docs/Samba3-HOWTO/images/idmap.svg new file mode 100644 index 0000000000..db2d883551 --- /dev/null +++ b/docs/Samba3-HOWTO/images/idmap.svg @@ -0,0 +1,119 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="8.1999998cm" + height="17.198cm" + viewBox="1.45 1.4 9.65 18.598" + id="svg2"> + <defs + id="defs45" /> + <rect + width="7.3000002" + height="2.5999999" + x="1.5" + y="1.7" + id="rect4" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="7.3000002" + height="2.5999999" + x="1.5" + y="1.7" + id="rect6" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="5.9000001" + height="2.7" + x="2.3" + y="8.5" + id="rect8" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="5.9000001" + height="2.7" + x="2.3" + y="8.5" + id="rect10" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="2.7" + y="2.8" + id="text12" + style="font-size:0.80000001px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:sans">passdb backend</text> + <text + x="1.7" + y="3.7" + id="text14" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">contains samba users</text> + <text + x="4.5" + y="9.3999996" + id="text16" + style="font-size:0.80000001px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:sans">idmap</text> + <text + x="3.3" + y="10.2" + id="text18" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">maps unix to</text> + <text + x="3.3" + y="11" + id="text20" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">samba users</text> + <rect + width="7.6999998" + height="3" + x="1.9" + y="15.5" + id="rect22" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="7.6999998" + height="3" + x="1.9" + y="15.5" + id="rect24" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="4.675,7.35 4.675,5.45 4.2,5.45 5.15,4.5 6.1,5.45 5.625,5.45 5.625,7.35 6.1,7.35 5.15,8.3 4.2,7.35 4.675,7.35 " + id="polygon26" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="4.675,7.35 4.675,5.45 4.2,5.45 5.15,4.5 6.1,5.45 5.625,5.45 5.625,7.35 6.1,7.35 5.15,8.3 4.2,7.35 4.675,7.35 " + id="polygon28" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="4.675,7.35 4.675,5.45 4.2,5.45 5.15,4.5 6.1,5.45 5.625,5.45 5.625,7.35 6.1,7.35 5.15,8.3 4.2,7.35 4.675,7.35 " + id="polygon30" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <polygon + points="4.763,14.175 4.763,12.325 4.3,12.325 5.225,11.4 6.15,12.325 5.688,12.325 5.688,14.175 6.15,14.175 5.225,15.1 4.3,14.175 4.763,14.175 " + id="polygon32" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="4.763,14.175 4.763,12.325 4.3,12.325 5.225,11.4 6.15,12.325 5.688,12.325 5.688,14.175 6.15,14.175 5.225,15.1 4.3,14.175 4.763,14.175 " + id="polygon34" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="4.763,14.175 4.763,12.325 4.3,12.325 5.225,11.4 6.15,12.325 5.688,12.325 5.688,14.175 6.15,14.175 5.225,15.1 4.3,14.175 4.763,14.175 " + id="polygon36" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <text + x="3.7" + y="16.299999" + id="text38" + style="font-size:0.80000001px;font-style:normal;font-weight:700;text-anchor:start;fill:#000000;font-family:sans">Unix users</text> + <text + x="2.4000001" + y="17.4" + id="text40" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">/etc/passwd</text> + <text + x="2.4000001" + y="18.200001" + id="text42" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">or other NSS backend</text> +</svg> diff --git a/docs/Samba3-HOWTO/images/pdftoepsonusb.dia b/docs/Samba3-HOWTO/images/pdftoepsonusb.dia Binary files differdeleted file mode 100644 index 2f846ee8d4..0000000000 --- a/docs/Samba3-HOWTO/images/pdftoepsonusb.dia +++ /dev/null diff --git a/docs/Samba3-HOWTO/images/pdftoepsonusb.svg b/docs/Samba3-HOWTO/images/pdftoepsonusb.svg new file mode 100644 index 0000000000..d9434d7e26 --- /dev/null +++ b/docs/Samba3-HOWTO/images/pdftoepsonusb.svg @@ -0,0 +1,156 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="18.5cm" + height="4.9990001cm" + viewBox="5.85 2.808 24.35 7.807" + id="svg2"> + <defs + id="defs59" /> + <rect + width="4.0999999" + height="1" + x="5.9000001" + y="3" + id="rect4" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="4.0999999" + height="1" + x="5.9000001" + y="3" + id="rect6" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="6.8039999" + y="3.8" + id="text8" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">pdftops</text> + <rect + width="4.0999999" + height="1" + x="12.8" + y="3" + id="rect10" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="4.0999999" + height="1" + x="12.8" + y="3" + id="rect12" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="13.835" + y="3.8" + id="text14" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">pstops</text> + <rect + width="4.0999999" + height="1" + x="19.9" + y="3" + id="rect16" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="4.7609506" + height="0.99263805" + x="19.903681" + y="3.0036809" + id="rect18" + style="fill:none;stroke:#000000;stroke-width:0.10736195" /> + <text + x="20.409" + y="3.8" + id="text20" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">pstoraster</text> + <polygon + points="10.5,3.225 11.5,3.225 11.5,2.9 12.5,3.55 11.5,4.2 11.5,3.875 10.5,3.875 10.5,3.225 " + id="polygon22" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="10.5,3.225 11.5,3.225 11.5,2.9 12.5,3.55 11.5,4.2 11.5,3.875 10.5,3.875 10.5,3.225 " + id="polygon24" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="10.5,3.225 11.5,3.225 11.5,2.9 12.5,3.55 11.5,4.2 11.5,3.875 10.5,3.875 10.5,3.225 " + id="polygon26" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <polygon + points="17.4,3.225 18.4,3.225 18.4,2.9 19.4,3.55 18.4,4.2 18.4,3.875 17.4,3.875 17.4,3.225 " + id="polygon28" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="17.4,3.225 18.4,3.225 18.4,2.9 19.4,3.55 18.4,4.2 18.4,3.875 17.4,3.875 17.4,3.225 " + id="polygon30" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="17.4,3.225 18.4,3.225 18.4,2.9 19.4,3.55 18.4,4.2 18.4,3.875 17.4,3.875 17.4,3.225 " + id="polygon32" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="4.8000002" + height="1" + x="19.5" + y="6.3000002" + id="rect34" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="6.0224352" + height="0.9886266" + x="19.505686" + y="6.305687" + id="rect36" + style="fill:none;stroke:#000000;stroke-width:0.11137342" /> + <text + x="19.865999" + y="7.0999999" + id="text38" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">rastertoepson</text> + <polygon + points="21.6,4.4 21.6,5.2 21.2,5.2 22,6 22.8,5.2 22.4,5.2 22.4,4.4 21.6,4.4 " + id="polygon40" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="21.6,4.4 21.6,5.2 21.2,5.2 22,6 22.8,5.2 22.4,5.2 22.4,4.4 21.6,4.4 " + id="polygon42" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="21.6,4.4 21.6,5.2 21.2,5.2 22,6 22.8,5.2 22.4,5.2 22.4,4.4 21.6,4.4 " + id="polygon44" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="4.0999999" + height="1" + x="12.5" + y="6.3000002" + id="rect46" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="4.0999999" + height="1" + x="12.5" + y="6.3000002" + id="rect48" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="13.979" + y="7.0999999" + id="text50" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">usb</text> + <polygon + points="18.886,6.422 18.043,6.422 18.043,6 17.2,6.843 18.043,7.686 18.043,7.265 18.886,7.265 18.886,6.422 " + id="polygon52" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="18.886,6.422 18.043,6.422 18.043,6 17.2,6.843 18.043,7.686 18.043,7.265 18.886,7.265 18.886,6.422 " + id="polygon54" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="18.886,6.422 18.043,6.422 18.043,6 17.2,6.843 18.043,7.686 18.043,7.265 18.886,7.265 18.886,6.422 " + id="polygon56" + style="fill:none;stroke:#000000;stroke-width:0.01" /> +</svg> diff --git a/docs/Samba3-HOWTO/images/pdftosocket.dia b/docs/Samba3-HOWTO/images/pdftosocket.dia Binary files differdeleted file mode 100644 index 53b6b7117c..0000000000 --- a/docs/Samba3-HOWTO/images/pdftosocket.dia +++ /dev/null diff --git a/docs/Samba3-HOWTO/images/pdftosocket.svg b/docs/Samba3-HOWTO/images/pdftosocket.svg new file mode 100644 index 0000000000..1c9732c3d2 --- /dev/null +++ b/docs/Samba3-HOWTO/images/pdftosocket.svg @@ -0,0 +1,94 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="18.200001cm" + height="1.484cm" + viewBox="5.85 2.808 24.05 4.292" + id="svg2"> + <defs + id="defs35" /> + <rect + width="4.0999999" + height="1" + x="5.9000001" + y="3" + id="rect4" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="4.0999999" + height="1" + x="5.9000001" + y="3" + id="rect6" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="6.8039999" + y="3.8" + id="text8" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">pdftops</text> + <rect + width="4.0999999" + height="1" + x="12.8" + y="3" + id="rect10" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="4.0999999" + height="1" + x="12.8" + y="3" + id="rect12" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="13.835" + y="3.8" + id="text14" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">pstops</text> + <rect + width="4.0999999" + height="1" + x="19.9" + y="3" + id="rect16" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="4.0999999" + height="1" + x="19.9" + y="3" + id="rect18" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="20.959" + y="3.8" + id="text20" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">socket</text> + <polygon + points="10.5,3.225 11.5,3.225 11.5,2.9 12.5,3.55 11.5,4.2 11.5,3.875 10.5,3.875 10.5,3.225 " + id="polygon22" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="10.5,3.225 11.5,3.225 11.5,2.9 12.5,3.55 11.5,4.2 11.5,3.875 10.5,3.875 10.5,3.225 " + id="polygon24" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="10.5,3.225 11.5,3.225 11.5,2.9 12.5,3.55 11.5,4.2 11.5,3.875 10.5,3.875 10.5,3.225 " + id="polygon26" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <polygon + points="17.4,3.225 18.4,3.225 18.4,2.9 19.4,3.55 18.4,4.2 18.4,3.875 17.4,3.875 17.4,3.225 " + id="polygon28" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="17.4,3.225 18.4,3.225 18.4,2.9 19.4,3.55 18.4,4.2 18.4,3.875 17.4,3.875 17.4,3.225 " + id="polygon30" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="17.4,3.225 18.4,3.225 18.4,2.9 19.4,3.55 18.4,4.2 18.4,3.875 17.4,3.875 17.4,3.225 " + id="polygon32" + style="fill:none;stroke:#000000;stroke-width:0.01" /> +</svg> diff --git a/docs/Samba3-HOWTO/images/trusts1.dia b/docs/Samba3-HOWTO/images/trusts1.dia Binary files differdeleted file mode 100644 index 95cbbaa42f..0000000000 --- a/docs/Samba3-HOWTO/images/trusts1.dia +++ /dev/null diff --git a/docs/Samba3-HOWTO/images/trusts1.svg b/docs/Samba3-HOWTO/images/trusts1.svg new file mode 100644 index 0000000000..9845d493cf --- /dev/null +++ b/docs/Samba3-HOWTO/images/trusts1.svg @@ -0,0 +1,792 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="27.1cm" + height="8.493cm" + viewBox="6.95 1.958 34.05 10.45" + id="svg2"> + <defs + id="defs273" /> + <rect + width="1.367" + height="3.1900001" + x="8.8730001" + y="5" + id="rect4" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.367" + height="3.1900001" + x="8.8730001" + y="5" + id="rect6" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <rect + width="1.094" + height="0.36500001" + x="9.0100002" + y="5.191" + id="rect8" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.094" + height="0.36500001" + x="9.0100002" + y="5.5560002" + id="rect10" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.094" + height="0.36500001" + x="9.0100002" + y="5.921" + id="rect12" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.094" + height="0.36500001" + x="9.0100002" + y="6.2849998" + id="rect14" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.68400002" + height="0.219" + x="9.0100002" + y="6.723" + id="rect16" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="10.036" + cy="6.7589998" + rx="0.048" + ry="0.048" + id="ellipse18" + style="fill:#00ff00;stroke:none" /> + <ellipse + cx="10.036" + cy="6.7589998" + rx="0.048" + ry="0.048" + id="ellipse20" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="10.036" + cy="6.9050002" + rx="0.048" + ry="0.048" + id="ellipse22" + style="fill:#ffff00;stroke:none" /> + <ellipse + cx="10.036" + cy="6.9050002" + rx="0.048" + ry="0.048" + id="ellipse24" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.164" + height="0.146" + x="9.7620001" + y="6.796" + id="rect26" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.164" + height="0.146" + x="9.7620001" + y="6.796" + id="rect28" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 9.101,7.233 L 9.101,8.031" + id="path30" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 9.329,7.233 L 9.329,8.031" + id="path32" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 9.557,7.233 L 9.557,8.031" + id="path34" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 9.785,7.233 L 9.785,8.031" + id="path36" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 10.013,7.233 L 10.013,8.031" + id="path38" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 10.241,7.233 L 10.241,8.031" + id="path40" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <polygon + points="8.6,8.464 8.873,7.917 8.873,8.19 10.241,8.19 10.241,7.917 10.605,8.464 8.6,8.464 " + id="polygon42" + style="fill:#999999;stroke:none;stroke-width:0.01" /> + <polygon + points="8.6,8.464 8.873,7.917 8.873,8.19 10.241,8.19 10.241,7.917 10.605,8.464 8.6,8.464 " + id="polygon44" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="12.25" + cy="6.6999998" + rx="5.25" + ry="3.5999999" + id="ellipse46" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.365" + height="3.1860001" + x="11.273" + y="5" + id="rect48" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.365" + height="3.1860001" + x="11.273" + y="5" + id="rect50" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <rect + width="1.092" + height="0.36399999" + x="11.41" + y="5.191" + id="rect52" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.092" + height="0.36399999" + x="11.41" + y="5.5549998" + id="rect54" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.092" + height="0.36399999" + x="11.41" + y="5.9190001" + id="rect56" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.092" + height="0.36399999" + x="11.41" + y="6.2839999" + id="rect58" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.68300003" + height="0.21799999" + x="11.41" + y="6.7199998" + id="rect60" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="12.434" + cy="6.757" + rx="0.048" + ry="0.048" + id="ellipse62" + style="fill:#00ff00;stroke:none" /> + <ellipse + cx="12.434" + cy="6.757" + rx="0.048" + ry="0.048" + id="ellipse64" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="12.434" + cy="6.902" + rx="0.048" + ry="0.048" + id="ellipse66" + style="fill:#ffff00;stroke:none" /> + <ellipse + cx="12.434" + cy="6.902" + rx="0.048" + ry="0.048" + id="ellipse68" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.164" + height="0.146" + x="12.161" + y="6.7930002" + id="rect70" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.164" + height="0.146" + x="12.161" + y="6.7930002" + id="rect72" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 11.501,7.23 L 11.501,8.027" + id="path74" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 11.728,7.23 L 11.728,8.027" + id="path76" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 11.956,7.23 L 11.956,8.027" + id="path78" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 12.183,7.23 L 12.183,8.027" + id="path80" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 12.411,7.23 L 12.411,8.027" + id="path82" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 12.639,7.23 L 12.639,8.027" + id="path84" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <polygon + points="11,8.459 11.273,7.913 11.273,8.186 12.639,8.186 12.639,7.913 13.003,8.459 11,8.459 " + id="polygon86" + style="fill:#999999;stroke:none;stroke-width:0.01" /> + <polygon + points="11,8.459 11.273,7.913 11.273,8.186 12.639,8.186 12.639,7.913 13.003,8.459 11,8.459 " + id="polygon88" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.322" + height="3.086" + x="13.764" + y="5.0999999" + id="rect90" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.322" + height="3.086" + x="13.764" + y="5.0999999" + id="rect92" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <rect + width="1.058" + height="0.35299999" + x="13.897" + y="5.2849998" + id="rect94" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.058" + height="0.35299999" + x="13.897" + y="5.638" + id="rect96" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.058" + height="0.35299999" + x="13.897" + y="5.9899998" + id="rect98" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.058" + height="0.35299999" + x="13.897" + y="6.3429999" + id="rect100" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.66100001" + height="0.212" + x="13.897" + y="6.7659998" + id="rect102" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="14.888" + cy="6.8010001" + rx="0.046" + ry="0.046" + id="ellipse104" + style="fill:#00ff00;stroke:none" /> + <ellipse + cx="14.888" + cy="6.8010001" + rx="0.046" + ry="0.046" + id="ellipse106" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="14.888" + cy="6.9419999" + rx="0.046" + ry="0.046" + id="ellipse108" + style="fill:#ffff00;stroke:none" /> + <ellipse + cx="14.888" + cy="6.9419999" + rx="0.046" + ry="0.046" + id="ellipse110" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.15899999" + height="0.141" + x="14.624" + y="6.8369999" + id="rect112" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.15899999" + height="0.141" + x="14.624" + y="6.8369999" + id="rect114" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 13.985,7.26 L 13.985,8.031" + id="path116" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 14.205,7.26 L 14.205,8.031" + id="path118" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 14.426,7.26 L 14.426,8.031" + id="path120" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 14.646,7.26 L 14.646,8.031" + id="path122" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 14.866,7.26 L 14.866,8.031" + id="path124" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 15.087,7.26 L 15.087,8.031" + id="path126" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <polygon + points="13.5,8.45 13.764,7.921 13.764,8.186 15.087,8.186 15.087,7.921 15.439,8.45 13.5,8.45 " + id="polygon128" + style="fill:#999999;stroke:none;stroke-width:0.01" /> + <polygon + points="13.5,8.45 13.764,7.921 13.764,8.186 15.087,8.186 15.087,7.921 15.439,8.45 13.5,8.45 " + id="polygon130" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <text + x="10.5" + y="2.5" + id="text132" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">Domain A</text> + <text + x="27.299999" + y="2.8" + id="text134" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">Domain B</text> + <polygon + points="18.5,6.5 20.6,6.5 20.6,6.2 22.7,6.8 20.6,7.4 20.6,7.1 18.5,7.1 18.5,6.5 " + id="polygon136" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="18.5,6.5 20.6,6.5 20.6,6.2 22.7,6.8 20.6,7.4 20.6,7.1 18.5,7.1 18.5,6.5 " + id="polygon138" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="18.5,6.5 20.6,6.5 20.6,6.2 22.7,6.8 20.6,7.4 20.6,7.1 18.5,7.1 18.5,6.5 " + id="polygon140" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <text + x="19.299999" + y="5.9000001" + id="text142" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">Trusts</text> + <rect + width="1.367" + height="3.1900001" + x="25.372999" + y="5.0999999" + id="rect144" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.367" + height="3.1900001" + x="25.372999" + y="5.0999999" + id="rect146" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <rect + width="1.094" + height="0.36500001" + x="25.51" + y="5.2909999" + id="rect148" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.094" + height="0.36500001" + x="25.51" + y="5.6560001" + id="rect150" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.094" + height="0.36500001" + x="25.51" + y="6.0209999" + id="rect152" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.094" + height="0.36500001" + x="25.51" + y="6.3850002" + id="rect154" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.68400002" + height="0.219" + x="25.51" + y="6.823" + id="rect156" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="26.535999" + cy="6.8590002" + rx="0.048" + ry="0.048" + id="ellipse158" + style="fill:#00ff00;stroke:none" /> + <ellipse + cx="26.535999" + cy="6.8590002" + rx="0.048" + ry="0.048" + id="ellipse160" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="26.535999" + cy="7.0050001" + rx="0.048" + ry="0.048" + id="ellipse162" + style="fill:#ffff00;stroke:none" /> + <ellipse + cx="26.535999" + cy="7.0050001" + rx="0.048" + ry="0.048" + id="ellipse164" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.164" + height="0.146" + x="26.261999" + y="6.8959999" + id="rect166" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.164" + height="0.146" + x="26.261999" + y="6.8959999" + id="rect168" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 25.601,7.333 L 25.601,8.131" + id="path170" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 25.829,7.333 L 25.829,8.131" + id="path172" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 26.057,7.333 L 26.057,8.131" + id="path174" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 26.285,7.333 L 26.285,8.131" + id="path176" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 26.513,7.333 L 26.513,8.131" + id="path178" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 26.741,7.333 L 26.741,8.131" + id="path180" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <polygon + points="25.1,8.564 25.373,8.017 25.373,8.29 26.741,8.29 26.741,8.017 27.105,8.564 25.1,8.564 " + id="polygon182" + style="fill:#999999;stroke:none;stroke-width:0.01" /> + <polygon + points="25.1,8.564 25.373,8.017 25.373,8.29 26.741,8.29 26.741,8.017 27.105,8.564 25.1,8.564 " + id="polygon184" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="28.75" + cy="6.8000002" + rx="5.25" + ry="3.5999999" + id="ellipse186" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="1.365" + height="3.1860001" + x="27.773001" + y="5.0999999" + id="rect188" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.365" + height="3.1860001" + x="27.773001" + y="5.0999999" + id="rect190" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <rect + width="1.092" + height="0.36399999" + x="27.91" + y="5.2909999" + id="rect192" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.092" + height="0.36399999" + x="27.91" + y="5.6550002" + id="rect194" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.092" + height="0.36399999" + x="27.91" + y="6.0190001" + id="rect196" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.092" + height="0.36399999" + x="27.91" + y="6.3839998" + id="rect198" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.68300003" + height="0.21799999" + x="27.91" + y="6.8200002" + id="rect200" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="28.934" + cy="6.8569999" + rx="0.048" + ry="0.048" + id="ellipse202" + style="fill:#00ff00;stroke:none" /> + <ellipse + cx="28.934" + cy="6.8569999" + rx="0.048" + ry="0.048" + id="ellipse204" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="28.934" + cy="7.0019999" + rx="0.048" + ry="0.048" + id="ellipse206" + style="fill:#ffff00;stroke:none" /> + <ellipse + cx="28.934" + cy="7.0019999" + rx="0.048" + ry="0.048" + id="ellipse208" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.164" + height="0.146" + x="28.660999" + y="6.8930001" + id="rect210" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.164" + height="0.146" + x="28.660999" + y="6.8930001" + id="rect212" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 28.001,7.33 L 28.001,8.127" + id="path214" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 28.228,7.33 L 28.228,8.127" + id="path216" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 28.456,7.33 L 28.456,8.127" + id="path218" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 28.683,7.33 L 28.683,8.127" + id="path220" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 28.911,7.33 L 28.911,8.127" + id="path222" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 29.139,7.33 L 29.139,8.127" + id="path224" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <polygon + points="27.5,8.559 27.773,8.013 27.773,8.286 29.139,8.286 29.139,8.013 29.503,8.559 27.5,8.559 " + id="polygon226" + style="fill:#999999;stroke:none;stroke-width:0.01" /> + <polygon + points="27.5,8.559 27.773,8.013 27.773,8.286 29.139,8.286 29.139,8.013 29.503,8.559 27.5,8.559 " + id="polygon228" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.322" + height="3.086" + x="30.264" + y="5.1999998" + id="rect230" + style="fill:#b3b3b3;stroke:none;stroke-width:0" /> + <rect + width="1.322" + height="3.086" + x="30.264" + y="5.1999998" + id="rect232" + style="fill:none;stroke:#000000;stroke-width:0.08" /> + <rect + width="1.058" + height="0.35299999" + x="30.396999" + y="5.3850002" + id="rect234" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.058" + height="0.35299999" + x="30.396999" + y="5.7379999" + id="rect236" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.058" + height="0.35299999" + x="30.396999" + y="6.0900002" + id="rect238" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="1.058" + height="0.35299999" + x="30.396999" + y="6.4429998" + id="rect240" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.66100001" + height="0.212" + x="30.396999" + y="6.8660002" + id="rect242" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="31.388" + cy="6.901" + rx="0.046" + ry="0.046" + id="ellipse244" + style="fill:#00ff00;stroke:none" /> + <ellipse + cx="31.388" + cy="6.901" + rx="0.046" + ry="0.046" + id="ellipse246" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <ellipse + cx="31.388" + cy="7.0430002" + rx="0.046" + ry="0.046" + id="ellipse248" + style="fill:#ffff00;stroke:none" /> + <ellipse + cx="31.388" + cy="7.0430002" + rx="0.046" + ry="0.046" + id="ellipse250" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <rect + width="0.15899999" + height="0.141" + x="31.124001" + y="6.9369998" + id="rect252" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="0.15899999" + height="0.141" + x="31.124001" + y="6.9369998" + id="rect254" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 30.485,7.36 L 30.485,8.131" + id="path256" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 30.705,7.36 L 30.705,8.131" + id="path258" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 30.926,7.36 L 30.926,8.131" + id="path260" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 31.146,7.36 L 31.146,8.131" + id="path262" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 31.366,7.36 L 31.366,8.131" + id="path264" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <path + d="M 31.587,7.36 L 31.587,8.131" + id="path266" + style="fill:none;stroke:#000000;stroke-width:0.01" /> + <polygon + points="30,8.55 30.264,8.021 30.264,8.286 31.587,8.286 31.587,8.021 31.939,8.55 30,8.55 " + id="polygon268" + style="fill:#999999;stroke:none;stroke-width:0.01" /> + <polygon + points="30,8.55 30.264,8.021 30.264,8.286 31.587,8.286 31.587,8.021 31.939,8.55 30,8.55 " + id="polygon270" + style="fill:none;stroke:#000000;stroke-width:0.01" /> +</svg> diff --git a/docs/configure.ac b/docs/configure.ac index 4440290d0c..97c2b2201f 100644 --- a/docs/configure.ac +++ b/docs/configure.ac @@ -16,30 +16,37 @@ AC_SUBST(SAMBASOURCEDIR) DOCS_TARGET_REQUIRE_PROGRAM(XSLTPROC, xsltproc, ALL) DOCS_TARGET_REQUIRE_PROGRAM(RM, rm, ALL) -DOCS_TARGET_REQUIRE_PROGRAM(DIA, dia, LATEX) -DOCS_TARGET_REQUIRE_PROGRAM(DIA, dia, PS) -DOCS_TARGET_REQUIRE_PROGRAM(DIA, dia, PDF) -DOCS_TARGET_REQUIRE_PROGRAM(DIA, dia, HTML) -DOCS_TARGET_REQUIRE_PROGRAM(DIA, dia, HTMLHELP) -DOCS_TARGET_REQUIRE_PROGRAM(DIA, dia, PEARSON) -DOCS_TARGET_REQUIRE_PROGRAM(DIA, dia, PLUCKER) -DOCS_TARGET_REQUIRE_PROGRAM(DIA, dia, FOPDF) - +dnl DOCS_TARGET_REQUIRE_PROGRAM(DIA, dia, LATEX) +dnl DOCS_TARGET_REQUIRE_PROGRAM(DIA, dia, PS) +dnl DOCS_TARGET_REQUIRE_PROGRAM(DIA, dia, PDF) +dnl DOCS_TARGET_REQUIRE_PROGRAM(DIA, dia, HTML) +dnl DOCS_TARGET_REQUIRE_PROGRAM(DIA, dia, HTMLHELP) +dnl DOCS_TARGET_REQUIRE_PROGRAM(DIA, dia, PEARSON) +dnl DOCS_TARGET_REQUIRE_PROGRAM(DIA, dia, PLUCKER) +dnl DOCS_TARGET_REQUIRE_PROGRAM(DIA, dia, FOPDF) +DOCS_TARGET_REQUIRE_PROGRAM(INKSCAPE, inkscape, LATEX) +DOCS_TARGET_REQUIRE_PROGRAM(INKSCAPE, inkscape, PS) +DOCS_TARGET_REQUIRE_PROGRAM(INKSCAPE, inkscape, PDF) +DOCS_TARGET_REQUIRE_PROGRAM(INKSCAPE, inkscape, HTML) +DOCS_TARGET_REQUIRE_PROGRAM(INKSCAPE, inkscape, HTMLHELP) +DOCS_TARGET_REQUIRE_PROGRAM(INKSCAPE, inkscape, PEARSON) +DOCS_TARGET_REQUIRE_PROGRAM(INKSCAPE, inkscape, PLUCKER) +DOCS_TARGET_REQUIRE_PROGRAM(INKSCAPE, inkscape, FOPDF) # Check dia version number -if test -n "$DIA"; then - [ DIA_VERSION=`$DIA -v | egrep -o '([0-9]+)\.([0-9]+)'`] - DIA_MAJ_VERSION=`echo $DIA_VERSION | cut -d . -f 1` - DIA_MIN_VERSION=`echo $DIA_VERSION | cut -d . -f 2` +#if test -n "$DIA"; then +# [ DIA_VERSION=`$DIA -v | egrep -o '([0-9]+)\.([0-9]+)'`] +# DIA_MAJ_VERSION=`echo $DIA_VERSION | cut -d . -f 1` +# DIA_MIN_VERSION=`echo $DIA_VERSION | cut -d . -f 2` - if test "$DIA_MAJ_VERSION" -le "0" - then - if test "$DIA_MIN_VERSION" -le "92" && test -z "$DISPLAY" - then - AC_MSG_ERROR([Dia below 0.93 requires an X environment. Set \$DISPLAY or install Dia 0.93 or higher]) - fi - fi -fi +# if test "$DIA_MAJ_VERSION" -le "0" +# then +# if test "$DIA_MIN_VERSION" -le "92" && test -z "$DISPLAY" +# then +# AC_MSG_ERROR([Dia below 0.93 requires an X environment. Set \$DISPLAY or install Dia 0.93 or higher]) +# fi +# fi +#fi DOCS_TARGET_REQUIRE_PROGRAM(MAKEINDEX, makeindex, LATEX) DOCS_TARGET_REQUIRE_PROGRAM(PDFLATEX, pdflatex, PDF) diff --git a/docs/db2latex-xslt-strict.diff b/docs/db2latex-xslt-strict.diff deleted file mode 100644 index 093ebd9d3e..0000000000 --- a/docs/db2latex-xslt-strict.diff +++ /dev/null @@ -1,98 +0,0 @@ -This patch removes a duplicate template from db2latex that was being -included (violates strict XSLT, something newer versions of xsltproc don't like) - -Looks like upstream is inactive for over a year, so I'm putting this quick fix -here for now. - ---- db2latex-xsl-0.8pre1+20050310/xsl/common/common.xsl 2005-03-10 23:09:55.639189152 +0100 -+++ db2latex-xsl-0.8pre1+20050310/xsl/common/common.xsl 2005-03-10 23:10:50.762690340 +0100 -@@ -356,89 +356,6 @@ - <xsl:value-of select="count($anc.divs) + number($section.level)"/> - </xsl:template> - --<xsl:template name="question.answer.label"> -- <xsl:variable name="deflabel"> -- <xsl:choose> -- <xsl:when test="ancestor-or-self::*[@defaultlabel]"> -- <xsl:value-of select="(ancestor-or-self::*[@defaultlabel])[last()] -- /@defaultlabel"/> -- </xsl:when> -- <xsl:otherwise> -- <xsl:value-of select="$qanda.defaultlabel"/> -- </xsl:otherwise> -- </xsl:choose> -- </xsl:variable> -- -- <xsl:variable name="label" select="@label"/> -- --<!-- -- (hnr (hierarchical-number-recursive (normalize "qandadiv") node)) -- -- (parsect (ancestor-member node (section-element-list))) -- -- (defnum (if (and %qanda-inherit-numeration% -- %section-autolabel%) -- (if (node-list-empty? parsect) -- (section-autolabel-prefix node) -- (section-autolabel parsect)) -- "")) -- -- (hnumber (let loop ((numlist hnr) (number defnum) -- (sep (if (equal? defnum "") "" "."))) -- (if (null? numlist) -- number -- (loop (cdr numlist) -- (string-append number -- sep -- (number->string (car numlist))) -- ".")))) -- (cnumber (child-number (parent node))) -- (number (string-append hnumber -- (if (equal? hnumber "") -- "" -- ".") -- (number->string cnumber)))) ----> -- -- <xsl:choose> -- <xsl:when test="$deflabel = 'qanda'"> -- <xsl:call-template name="gentext"> -- <xsl:with-param name="key"> -- <xsl:choose> -- <xsl:when test="local-name(.) = 'question'">question</xsl:when> -- <xsl:when test="local-name(.) = 'answer'">answer</xsl:when> -- <xsl:when test="local-name(.) = 'qandadiv'">qandadiv</xsl:when> -- <xsl:otherwise>qandaset</xsl:otherwise> -- </xsl:choose> -- </xsl:with-param> -- </xsl:call-template> -- </xsl:when> -- <xsl:when test="$deflabel = 'label'"> -- <xsl:value-of select="$label"/> -- </xsl:when> -- <xsl:when test="$deflabel = 'number' -- and local-name(.) = 'question'"> -- <xsl:apply-templates select="ancestor::qandaset[1]" -- mode="number"/> -- <xsl:choose> -- <xsl:when test="ancestor::qandadiv"> -- <xsl:apply-templates select="ancestor::qandadiv[1]" -- mode="number"/> -- <xsl:apply-templates select="ancestor::qandaentry" -- mode="number"/> -- </xsl:when> -- <xsl:otherwise> -- <xsl:apply-templates select="ancestor::qandaentry" -- mode="number"/> -- </xsl:otherwise> -- </xsl:choose> -- </xsl:when> -- <xsl:otherwise> -- <!-- nothing --> -- </xsl:otherwise> -- </xsl:choose> --</xsl:template> -- - <xsl:template match="qandaset" mode="number"> - <!-- FIXME: --> - </xsl:template> diff --git a/docs/structure.dia b/docs/structure.dia Binary files differdeleted file mode 100644 index 8b07c34088..0000000000 --- a/docs/structure.dia +++ /dev/null diff --git a/docs/structure.svg b/docs/structure.svg new file mode 100644 index 0000000000..82dfd4650d --- /dev/null +++ b/docs/structure.svg @@ -0,0 +1,585 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.0" + width="33.269001cm" + height="34.450001cm" + viewBox="0.35 1.35 33.619 35.8" + id="svg2"> + <defs + id="defs197" /> + <rect + width="10.55" + height="1.9" + x="3.375" + y="1.4" + id="rect4" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="13.364128" + height="1.8878119" + x="3.381094" + y="1.406094" + id="rect6" + style="fill:none;stroke:#000000;stroke-width:0.11218806" /> + <text + x="4.2309999" + y="2.493" + id="text8" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">Samba DocBook Source (XML)</text> + <polygon + points="4.653,6.75 12.794,6.75 12.066,8.75 3.925,8.75 4.653,6.75 " + id="polygon10" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="4.653,6.75 12.794,6.75 12.066,8.75 3.925,8.75 4.653,6.75 " + transform="matrix(1.211345,0,0,0.9951043,-0.8246336,3.7941591e-2)" + id="polygon12" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="5.1760001" + y="7.8920002" + id="text14" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">expand-sambadoc.xsl</text> + <line + x1="8.6499996" + y1="3.3" + x2="8.7130003" + y2="6.263" + stroke="#000000" + stroke-width="0.100" + id="line16" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="8.721,6.638 8.461,6.144 8.713,6.263 8.96,6.133 8.721,6.638 " + id="polygon18" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="8.721,6.638 8.461,6.144 8.713,6.263 8.96,6.133 8.721,6.638 " + id="polygon20" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="8.1999998" + height="1.9" + x="4.8499999" + y="11.65" + id="rect22" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="10.289943" + height="1.8883237" + x="4.8558378" + y="11.655838" + id="rect24" + style="fill:none;stroke:#000000;stroke-width:0.11167629" /> + <text + x="5.6350002" + y="12.742" + id="text26" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">DocBook Source (XML)</text> + <line + x1="7.9499998" + y1="8.5500002" + x2="8.8009996" + y2="11.187" + stroke="#000000" + stroke-width="0.100" + id="line28" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="8.916,11.544 8.524,11.144 8.801,11.187 9,10.991 8.916,11.544 " + id="polygon30" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="8.916,11.544 8.524,11.144 8.801,11.187 9,10.991 8.916,11.544 " + id="polygon32" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="6.6999998" + height="1.9" + x="7" + y="21.700001" + id="rect34" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="6.6999998" + height="1.9" + x="7" + y="21.700001" + id="rect36" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="7.704" + y="22.792999" + id="text38" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans" /> + <text + x="7.704" + y="22.792999" + id="text5583" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans" /> + <polygon + points="7.328,16.55 12.319,16.55 11.591,18.55 6.6,18.55 7.328,16.55 " + id="polygon40" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="7.328,16.55 12.319,16.55 11.591,18.55 6.6,18.55 7.328,16.55 " + transform="matrix(1.1005379,0,0,0.9976095,-0.6611594,4.1953777e-2)" + id="polygon42" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="7.3450627" + y="17.691999" + id="text44" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">xslt/man.xsl</text> + <line + x1="8.6999998" + y1="13.45" + x2="9.658" + y2="16.091999" + stroke="#000000" + stroke-width="0.100" + id="line46" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="9.785,16.445 9.38,16.06 9.658,16.092 9.85,15.89 9.785,16.445 " + id="polygon48" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="9.785,16.445 9.38,16.06 9.658,16.092 9.85,15.89 9.785,16.445 " + id="polygon50" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <g + id="g5595"> + <line + style="stroke:#000000;stroke-width:0.1" + id="line52" + stroke-width="0.100" + stroke="#000000" + y2="21.247999" + x2="10.17" + y1="18.549999" + x1="9.0959997" /> + <polygon + points="10.309,21.596 9.891,21.224 10.17,21.248 10.356,21.039 10.309,21.596 " + id="polygon54" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="10.309,21.596 9.891,21.224 10.17,21.248 10.356,21.039 10.309,21.596 " + id="polygon56" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + </g> + <polygon + points="18.853,16.6 27.394,16.6 26.666,18.6 18.125,18.6 18.853,16.6 " + id="polygon58" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="18.853,16.6 27.394,16.6 26.666,18.6 18.125,18.6 18.853,16.6 " + transform="matrix(1.1478017,0,0,0.9965254,-2.9687126,6.1153121e-2)" + id="polygon60" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="18.508806" + y="17.742001" + id="text62" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">db2latex (xslt/latex.xsl)</text> + <rect + width="5.3000002" + height="1.9" + x="20.75" + y="21.549999" + id="rect64" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="5.7650704" + height="1.8958195" + x="20.75209" + y="21.55209" + id="rect66" + style="fill:none;stroke:#000000;stroke-width:0.10418041" /> + <text + x="20.932089" + y="22.643" + id="text68" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">LaTeX Source</text> + <line + x1="11" + y1="13.55" + x2="22.650999" + y2="16.481001" + stroke="#000000" + stroke-width="0.100" + id="line70" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="23.015,16.573 22.469,16.693 22.651,16.481 22.591,16.208 23.015,16.573 " + id="polygon72" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="23.015,16.573 22.469,16.693 22.651,16.481 22.591,16.208 23.015,16.573 " + id="polygon74" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="22.396" + y1="18.6" + x2="23.243" + y2="21.089001" + stroke="#000000" + stroke-width="0.100" + id="line76" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="23.364,21.444 22.966,21.051 23.243,21.089 23.439,20.89 23.364,21.444 " + id="polygon78" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="23.364,21.444 22.966,21.051 23.243,21.089 23.439,20.89 23.364,21.444 " + id="polygon80" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="18.828,29.2 23.219,29.2 22.491,31.2 18.1,31.2 18.828,29.2 " + id="polygon82" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="18.828,29.2 23.219,29.2 22.491,31.2 18.1,31.2 18.828,29.2 " + transform="matrix(1.1760017,0,0,0.9958897,-3.1815209,0.1241298)" + id="polygon84" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="19.246" + y="30.341999" + id="text86" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">PDFLaTeX</text> + <rect + width="2.3" + height="1.9" + x="17" + y="33.849998" + id="rect88" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="2.3" + height="1.9" + x="17" + y="33.849998" + id="rect90" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="17.582001" + y="34.943001" + id="text92" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">PDF</text> + <line + x1="23.4" + y1="23.450001" + x2="21.209" + y2="28.75" + stroke="#000000" + stroke-width="0.100" + id="line94" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="21.066,29.097 21.026,28.539 21.209,28.75 21.488,28.73 21.066,29.097 " + id="polygon96" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="21.066,29.097 21.026,28.539 21.209,28.75 21.488,28.73 21.066,29.097 " + id="polygon98" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="20.296" + y1="31.200001" + x2="18.455999" + y2="33.472" + stroke="#000000" + stroke-width="0.100" + id="line100" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="18.22,33.763 18.341,33.217 18.456,33.472 18.729,33.532 18.22,33.763 " + id="polygon102" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="18.22,33.763 18.341,33.217 18.456,33.472 18.729,33.532 18.22,33.763 " + id="polygon104" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="13.703,16.6 17.944,16.6 17.216,18.6 12.975,18.6 13.703,16.6 " + id="polygon106" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="13.703,16.6 17.944,16.6 17.216,18.6 12.975,18.6 13.703,16.6 " + id="polygon108" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="13.54009" + y="17.742001" + id="text110" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">xslt/fo.xsl</text> + <line + x1="8.9499998" + y1="13.55" + x2="15.379" + y2="16.403" + stroke="#000000" + stroke-width="0.100" + id="line112" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="15.721,16.555 15.163,16.58 15.379,16.403 15.366,16.123 15.721,16.555 " + id="polygon114" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="15.721,16.555 15.163,16.58 15.379,16.403 15.366,16.123 15.721,16.555 " + id="polygon116" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="5.3000002" + height="1.9" + x="14.039402" + y="21.591343" + id="rect118" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="6.3466492" + height="1.8908348" + x="14.043984" + y="21.595926" + id="rect120" + style="fill:none;stroke:#000000;stroke-width:0.10916522" /> + <text + x="14.691403" + y="22.683344" + id="text122" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">FO Document</text> + <polygon + points="15.178,29.25 17.769,29.25 17.041,31.25 14.45,31.25 15.178,29.25 " + id="polygon130" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="15.178,29.25 17.769,29.25 17.041,31.25 14.45,31.25 15.178,29.25 " + id="polygon132" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="15.537" + y="30.392" + id="text134" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">FOP</text> + <line + x1="17.1" + y1="23.549999" + x2="16.527" + y2="28.766001" + stroke="#000000" + stroke-width="0.100" + id="line136" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="16.486,29.139 16.292,28.615 16.527,28.766 16.789,28.669 16.486,29.139 " + id="polygon138" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="16.486,29.139 16.292,28.615 16.527,28.766 16.789,28.669 16.486,29.139 " + id="polygon140" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="15.746" + y1="31.25" + x2="17.819" + y2="33.493" + stroke="#000000" + stroke-width="0.100" + id="line142" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="18.074,33.768 17.551,33.571 17.819,33.493 17.918,33.231 18.074,33.768 " + id="polygon144" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="18.074,33.768 17.551,33.571 17.819,33.493 17.918,33.231 18.074,33.768 " + id="polygon146" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="1.528,16.5 6.519,16.5 5.791,18.5 0.8,18.5 1.528,16.5 " + id="polygon148" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="1.528,16.5 6.519,16.5 5.791,18.5 0.8,18.5 1.528,16.5 " + transform="matrix(1.1005379,0,0,0.9976095,-0.6577968,4.1834251e-2)" + id="polygon150" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="1.001155" + y="17.642" + id="text152" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">xslt/html.xsl</text> + <rect + width="6.0999999" + height="1.9" + x="0.34134367" + y="21.700001" + id="rect154" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="6.0862045" + height="2.4659617" + x="0.40689769" + y="21.706898" + id="rect156" + style="fill:none;stroke:#000000;stroke-width:0.11379541" /> + <line + x1="6.9000001" + y1="13.55" + x2="4.3629999" + y2="16.150999" + stroke="#000000" + stroke-width="0.100" + id="line160" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="4.102,16.42 4.272,15.887 4.363,16.151 4.63,16.236 4.102,16.42 " + id="polygon162" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="4.102,16.42 4.272,15.887 4.363,16.151 4.63,16.236 4.102,16.42 " + id="polygon164" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <line + x1="3.296" + y1="18.5" + x2="3.427" + y2="21.214001" + stroke="#000000" + stroke-width="0.100" + id="line166" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="3.445,21.588 3.171,21.101 3.427,21.214 3.67,21.077 3.445,21.588 " + id="polygon168" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="3.445,21.588 3.171,21.101 3.427,21.214 3.67,21.077 3.445,21.588 " + id="polygon170" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <polygon + points="28.678,16.75 33.569,16.75 32.841,18.75 27.95,18.75 28.678,16.75 " + id="polygon172" + style="fill:#ffffff;stroke:none;stroke-width:0.1" /> + <polygon + points="28.678,16.75 33.569,16.75 32.841,18.75 27.95,18.75 28.678,16.75 " + transform="matrix(1.0511507,0,0,0.9987687,-1.0178379,2.1854741e-2)" + id="polygon174" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="29.027" + y="17.892" + id="text176" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">xslt/yodl.xsl</text> + <line + x1="13.05" + y1="13.55" + x2="30.643999" + y2="16.665001" + stroke="#000000" + stroke-width="0.100" + id="line178" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="31.013,16.731 30.477,16.89 30.644,16.665 30.565,16.397 31.013,16.731 " + id="polygon180" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="31.013,16.731 30.477,16.89 30.644,16.665 30.565,16.397 31.013,16.731 " + id="polygon182" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <rect + width="6" + height="1.9" + x="26.948059" + y="21.6" + id="rect184" + style="fill:#ffffff;stroke:none;stroke-width:0" /> + <rect + width="6.8730097" + height="1.8931645" + x="27.303417" + y="21.603418" + id="rect186" + style="fill:none;stroke:#000000;stroke-width:0.10683542" /> + <text + x="27.394091" + y="22.693001" + id="text188" + style="font-size:0.80000001px;font-style:normal;font-weight:400;text-anchor:start;fill:#000000;font-family:sans">YODL Document</text> + <line + x1="30.15" + y1="18.700001" + x2="30.275" + y2="21.114" + stroke="#000000" + stroke-width="0.100" + id="line190" + style="stroke:#000000;stroke-width:0.1" /> + <polygon + points="30.294,21.488 30.019,21.002 30.275,21.114 30.518,20.976 30.294,21.488 " + id="polygon192" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="30.294,21.488 30.019,21.002 30.275,21.114 30.518,20.976 30.294,21.488 " + id="polygon194" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + <text + x="3.6583791" + y="22.583603" + id="text5573" + xml:space="preserve" + style="font-size:0.82118881px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"><tspan + x="3.7890956" + y="22.583603" + id="tspan5575">HTML </tspan><tspan + x="3.6583791" + y="23.610088" + id="tspan5577">Document</tspan></text> + <text + x="1.0326539" + y="22.656073" + id="text5579" + xml:space="preserve" + style="font-size:40px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"><tspan + x="1.0326539" + y="22.656073" + id="tspan5581" /></text> + <text + x="10.297968" + y="22.32135" + id="text5585" + xml:space="preserve" + style="font-size:0.82118881px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"><tspan + x="10.297968" + y="22.32135" + id="tspan5587">Man pages</tspan><tspan + x="10.297968" + y="23.347836" + id="tspan5589">(NROFF)</tspan></text> + <g + transform="translate(6.2483064,3.7332239e-2)" + id="g5600"> + <line + style="stroke:#000000;stroke-width:0.1" + id="line5602" + y2="21.247999" + x2="10.17" + y1="18.549999" + x1="9.0959997" /> + <polygon + points="10.309,21.596 9.891,21.224 10.17,21.248 10.356,21.039 10.309,21.596 " + id="polygon5604" + style="fill:#000000;stroke:none;stroke-width:0.1" /> + <polygon + points="10.309,21.596 9.891,21.224 10.17,21.248 10.356,21.039 10.309,21.596 " + id="polygon5606" + style="fill:none;stroke:#000000;stroke-width:0.1" /> + </g> +</svg> |