Added User Guide to org.eclipse.bpel.help
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/css/codehighlight.css b/plugins/org.eclipse.bpel.help/en-US/html_single/css/codehighlight.css
new file mode 100644
index 0000000..21411d6
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/css/codehighlight.css
@@ -0,0 +1,242 @@
+span.property {color:#0066CC;}
+

+pre.JAVA {line-height:10px;}
+

+pre.XML {line-height:8px;}
+

+pre.JSP {line-height:8px;}

+
+pre.XHTML {line-height:8px;}
+

+.java_type {color:#000000;}
+

+.java_keyword {

+    font-weight:bold;
+    color:#7F1B55;

+}
+

+.java_javadoc_comment {

+    color:#3F5FBF;
+    font-style:italic;
+    background-color:rgb(247,247,247);

+}
+

+.java_comment {

+    color:#3F7F5F;
+    background-color:rgb(247,247,247);

+}
+

+.java_operator {color:#000000;}
+

+.java_plain {color:rgb(0,0,0);}
+

+.java_literal {color:#2A00FF;}
+

+pre CODE {

+    font-size:12px;
+    color:rgb(0,0,0);
+    font-family:monospace; 
+    white-space:nowrap;

+}
+

+.java_javadoc_tag {

+    font-weight:bold;
+    color:#7F9FBF;
+    font-style:italic;
+    background-color:rgb(247,247,247);

+}
+

+.java_separator {color:#000000;}
+

+.xml_plain {color:rgb(0,0,0);}
+

+.xml_tag_name {color:#3F7F7F;}
+

+.xml_comment {

+    color:#3F5FBF;
+    background-color:rgb(247,247,247);

+}
+

+.xml_tag_symbols {color:#008080;}
+

+.xml_rife_tag {

+    color:rgb(0,0,0);
+    background-color:rgb(228,230,160);

+}
+

+.xml_attribute_value {color:#2A00FF;}
+

+.xml_attribute_name {

+    font-weight:bold;
+    color:#7F007F;

+}
+

+.xml_char_data {color:rgb(0,0,0);}
+

+.xml_rife_name {

+    color:#008cca;
+    background-color:rgb(228,230,160);

+}
+

+.xml_processing_instruction {

+    font-weight:bold;
+    color:rgb(0,0,0);
+    font-style:italic;

+}
+

+td.java {

+    vertical-align:top;
+    line-height:10px;

+}
+

+td.java-ln {

+    vertical-align:top;
+    line-height:10px;

+}
+

+tt.java {

+    margin-bottom:0em;
+    line-height:10px;

+    font-family:verdana,helvetica,sans-serif;

+}
+

+tt.java-ln {

+    margin-bottom:0em;
+    line-height:10px;

+}
+

+pre.java {

+    margin-bottom:0em;
+    line-height:10px;

+}
+

+pre.java-ln {

+    margin-bottom:0em;
+    line-height:10px;

+}
+

+td.java-ln {

+    line-height:10px;
+    text-align:right;

+}
+

+tt.java-ln {

+    color:#888888;
+    line-height:10px;

+}
+

+pre.java-ln {

+    color:#888888;
+    line-height:10px;

+}
+

+span.java0 {

+    font-size:8pt;
+    color:#ffffff;
+    line-height:10px;

+}
+

+span.java1 {

+    font-size:8pt;
+    color:#808080;

+}
+

+span.java2 {

+    font-size:8pt;
+    color:#3f7f5f;
+    line-height:10px;

+}
+

+/* Single-line comment */
+

+span.java3 {

+    font-size:8pt;
+    color:#3f7f5f;
+    line-height:10px;

+}
+

+/* Keywords excluding 'return' */
+

+span.java4 {

+    font-weight:bold;
+    font-size:8pt;
+    color:#7F1B55;
+    line-height:10px;

+}
+

+span.java5 {

+    font-size:8pt;
+    color:#2a00ff;
+    line-height:10px;

+}
+

+span.java6 {

+    font-size:8pt;
+    color:#990000;
+    line-height:10px;

+}
+

+span.java7 {

+    font-size:8pt;
+    color:#990000;
+    line-height:10px;

+}
+

+span.java8 {

+    font-size:8pt;
+    color:#000000;
+    line-height:10px;

+}
+

+/* Primitive types: long, int, void etc... */
+

+span.java9 {

+    font-weight:bold;
+    font-size:8pt;
+    color:#7F0055;
+    line-height:10px;

+}
+

+span.java10 {

+    font-size:8pt;
+    color:#000000;
+    line-height:10px;

+}
+

+span.java11 {

+    font-size:8pt;
+    color:#7f9fbf;
+    line-height:10px;

+}
+

+span.java12 {

+    font-size:8pt;
+    color:#7f7f9f;
+    line-height:10px;

+}
+

+span.java13 {

+    font-size:8pt;
+    color:#3f3fbf;
+    line-height:10px;

+}
+

+span.java14 {

+    font-size:8pt;
+    color:#3f5fbf;
+    line-height:10px;

+}
+

+span.java15 {

+    font-size:8pt;
+    color:#7F0055;
+    line-height:10px;

+}
+

+/* Annotations */
+

+span.java16 {

+    font-size:8pt;
+    color:#646464;
+    line-height:10px;

+}

diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/css/docnav.css b/plugins/org.eclipse.bpel.help/en-US/html_single/css/docnav.css
new file mode 100644
index 0000000..c214f24
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/css/docnav.css
@@ -0,0 +1,204 @@
+/* Document Navigation */
+
+.docnav a, .docnav strong {
+    text-decoration:none;
+    font-weight:normal;
+}
+
+.docnav {
+    list-style:none;
+    margin:0em;
+    padding:0em;
+    position:relative;
+    width:100%;
+    padding-bottom:2em;
+    padding-top:1em;
+    border-top:1px dotted #ccc;
+}
+
+.docnav li {
+    list-style:none;
+    margin:0em;
+    padding:0em;
+    display:inline;
+    font-size:.8em;
+}
+
+.docnav li:before {content:" ";}
+
+.docnav li.previous, .docnav li.next {
+    position:absolute;
+    top:1em;
+}
+
+.docnav li.up, .docnav li.home {margin:0em 1.5em;}
+
+.docnav li.previous {
+    left:0px;
+    text-align:left;
+}
+
+.docnav li.next {
+    right:0px;
+    text-align:right;
+}
+
+.docnav li.previous strong, .docnav li.next strong {
+    display:block;
+    height:22px;
+}
+
+.docnav {
+    margin:0 auto;
+    text-align:center;
+}
+
+.docnav li.next a strong {
+    background:url(../images/community/docbook/next.png) top right no-repeat;
+    padding-top:10px;
+    padding-bottom:15px;
+    height:40px;
+    padding-right:60px;
+    font-size:1.2em;
+}
+
+.docnav li.previous a strong {
+    background:url(../images/community/docbook/prev.png) top left no-repeat;
+    padding-top:10px;
+    padding-bottom:15px;
+    height:40px;
+    padding-left:60px;
+    font-size:1.2em;
+}
+
+.docnav li.home a strong {
+    background:url(../images/community/docbook/home.png) top left no-repeat;
+    padding-top:10px;
+    padding-bottom:15px;
+    height:40px;
+    padding-left:60px;
+    font-size:1.2em;
+}
+
+.docnav li.up a strong {
+    background:url(../images/community/docbook/up.png) top left no-repeat;
+    padding-top:10px;
+    padding-bottom:15px;
+    height:40px;
+    padding-left:60px;
+    font-size:1.2em;
+}
+
+.docnav a:link, .docnav a:visited {color:#666 !important;}
+
+.docnav a:hover, .docnav a:focus, .docnav a:active {color:black !important;}
+
+.docnav a {
+    max-width:10em;
+    overflow:hidden;
+}
+
+.docnav a:link strong {text-decoration:none;}
+
+.docnav {
+    margin:0 auto;
+    text-align:center;
+}
+
+.docnav {margin-bottom:16px;}
+
+/* Eclipse Help Navigation */
+
+.navheader {padding-top:35px}
+
+.navheader table {border-style:none}
+
+.navheader a {
+    text-decoration:none;
+    font-weight:normal;
+    font-size:.8em;
+}
+
+.navheader td.next a {
+    background:url(../images/community/docbook/next.png) top right no-repeat;
+    padding-top:10px;
+    padding-bottom:15px;
+    height:40px;
+    padding-right:60px;
+    font-size:0.9em;
+}
+
+.navheader td.previous a {
+    background:url(../images/community/docbook/prev.png) top left no-repeat;
+    padding-top:10px;
+    padding-bottom:15px;
+    height:40px;
+    padding-left:60px;
+    font-size:0.9em;
+}
+
+.navheader a:link, .navheader a:visited {color:#666 !important;}
+
+.navheader a:hover, .navheader a:focus, .navheader a:active {color:black !important;}
+
+.navheader a {
+    max-width:10em;
+    overflow:hidden;
+}
+
+.navheader a:link {text-decoration:none;}
+
+.navfooter table {border-style:none}
+
+.navfooter a {
+    text-decoration:none;
+    font-weight:normal;
+    font-size:.8em;
+}
+
+.navfooter td.next a {
+    background:url(../images/community/docbook/next.png) top right no-repeat;
+    padding-top:10px;
+    padding-bottom:15px;
+    height:40px;
+    padding-right:60px;
+    font-size:0.9em;
+}
+
+.navfooter td.previous a {
+    background:url(../images/community/docbook/prev.png) top left no-repeat;
+    padding-top:10px;
+    padding-bottom:15px;
+    height:40px;
+    padding-left:60px;
+    font-size:0.9em;
+}
+
+.navfooter td.home a {
+    background:url(../images/community/docbook/home.png) top left no-repeat;
+    padding-top:10px;
+    padding-bottom:15px;
+    height:40px;
+    padding-left:60px;
+    font-size:0.9em;
+}
+
+.navfooter td.up a {
+    background:url(../images/community/docbook/up.png) top left no-repeat;
+    padding-top:10px;
+    padding-bottom:15px;
+    height:40px;
+    padding-left:60px;
+    font-size:0.9em;
+}
+
+.navfooter a:link, .navfooter a:visited {color:#666 !important;}
+
+.navfooter a:hover, .navfooter a:focus, .navfooter a:active {color:black !important;}
+
+.navfooter a {
+    max-width:10em;
+    overflow:hidden;
+}
+
+.navfooter a:link {text-decoration:none;}
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/css/documentation.css b/plugins/org.eclipse.bpel.help/en-US/html_single/css/documentation.css
new file mode 100644
index 0000000..ed63e0e
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/css/documentation.css
@@ -0,0 +1,551 @@
+/* Lists */
+
+ol li, ul li {
+    padding-left:.2em;
+    padding-bottom:.5em;
+    margin:0em;
+}
+
+ul {
+    padding-left:1.6em;
+    list-style-image:url(../images/community/dot.png);
+    list-style-type:circle;
+}
+
+ul ul {
+    list-style-image:url(../images/community/dot2.png);
+    list-style-type:circle;
+}
+
+dt {
+    font-weight:bold;
+    margin-bottom:0em;
+    padding-bottom:0em;
+}
+
+dd {
+    margin:0em;
+    margin-left:2em;
+    padding-top:0em;
+}
+
+li p:first-child, dd p:first-child {
+    padding:0em;
+    margin-top:.3em;
+}
+
+.variablelist, .itemizedlist {margin-top:.6em;}
+
+ul li p:first-child {margin:0em;}
+
+/* Images */
+
+img {
+    display:block;
+    margin:2em 0;
+}
+
+.inlinemediaobject, .inlinemediaobject img {
+    display:inline !important;
+    margin:0em;
+}
+
+.programlisting a img, pre a img, td a img, td img {
+    display:inline;
+    margin:0 0;
+}
+
+/* Needed for Safari */
+
+pre a span img, pre span img {
+    display:inline;
+    margin:0 0;
+}
+
+span.co {
+    position:absolute;
+    left:900px
+}
+
+/* Document modes */
+
+.confidential {
+    background-color:#900;
+    color:white;
+    padding:.5em .5em;
+    font-family:serif;
+    text-transform:uppercase;
+    text-align:center
+}
+
+dt a {font-weight:normal;}
+
+.longdesc-link {display:none;}
+
+.prompt {
+    background-color:#ede7c8;
+    padding:0em .3em;
+}
+
+/* User interface styles */
+
+.screen .replaceable {color:#444;}
+
+.screen {
+    background-color:#ede7c8;
+    color:#333;
+    padding:.5em 1em;
+    margin:0em;
+}
+
+pre, code, .guibutton, .keycap, .guilabel {
+    font-size:0.9em;
+    font-family: courrier, monospace;
+}
+
+.guibutton, .keycap, .guilabel {
+    font-weight:bold;
+    white-space:nowrap;
+    color:#444;
+    font-family:'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
+}
+
+.guibutton, .guilabel {}
+
+.keycap {padding:.1em.4em;}
+
+.example {
+    background-color:#c8c5ac;
+    padding:5px;
+    margin-bottom:10px;
+}
+
+/* Terminal/Console text */
+
+.command, .computeroutput, .filename, .citetitle, .replaceable, .option {font-weight:bold;}
+
+.command .replaceable {color:#555;}
+
+pre {
+    display:block;
+    background-color:#f9f3b0;
+    color:#333;
+    overflow:auto;
+    padding:10px 20px;
+}
+
+code {white-space:nowrap;}
+
+/* Admonitions */
+
+/* Set basic colors and spacing */
+
+div.note {
+    background:#b5bcbd;
+    color:#4c5253;
+    border:1px solid #8a9195;
+    margin-bottom:1.5em;
+    background-repeat:no-repeat;
+    background-position:10px 10px;
+    padding:1em;
+    padding-bottom:20px;
+}
+
+div.tip {
+    background:#7e917f;
+    color:white;
+    border:1px solid #8a9195;
+    margin-bottom:1.5em;
+    background-repeat:no-repeat;
+    background-position:10px 10px;
+    padding:1em;
+    padding-bottom:20px;
+}
+
+div.important {
+    background:#4a5d75;
+    color:white;
+    border:1px solid #8a9195;
+    margin-bottom:1.5em;
+    background-repeat:no-repeat;
+    background-position:10px 10px;
+    padding:1em;
+    padding-bottom:20px;
+}
+
+div.caution {
+    background:#e3a835;
+    color:#533500;
+    border:1px solid #ab710a; 
+    margin-bottom:1.5em;
+    background-repeat:no-repeat;
+    background-position:10px 10px;
+    padding:1em;
+    padding-bottom:20px;
+}
+
+div.warning {
+    background:#7b1e1e;
+    color:white;
+    border:1px solid #65504e;
+    margin-bottom:1.5em;
+    background-repeat:no-repeat;
+    background-position:10px 10px;
+    padding:1em;
+    padding-bottom:20px;
+}
+
+/* Pre tag color settings */
+
+div.note pre {
+    background-color:#d6dee0;
+    color:#334558;
+    border:1px solid #e1e9eb;
+}
+
+div.tip pre {
+    background-color:#d5e1d5;
+    color:#334558;
+    border:1px solid #e1e9eb;
+}
+
+div.important pre {
+    background-color:#e1eef4;
+    color:#334558;
+    border:1px solid #e1e9eb;
+}
+
+div.caution pre {
+    background-color:#faf8ed;
+    color:#334558;
+    border:1px solid #e1e9eb;
+}
+
+div.warning pre {
+    background-color:#faf8ed;
+    color:#334558;
+    border:1px solid #e1e9eb;
+}
+
+/* Background images and margin */
+
+div.note, div.tip, div.important, div.caution, div.warning {margin-top:.5em;}
+
+div.note {background-image:url(../images/community/docbook/note.png);}
+div.tip {background-image:url(../images/community/docbook/tip.png);}
+div.important {background-image:url(../images/community/docbook/important.png);}
+div.caution {background-image:url(../images/community/docbook/caution.png);}
+div.warning {background-image:url(../images/community/docbook/warning.png);}
+
+div.note .replaceable, div.tip .replaceable, div.important .replaceable, div.caution .replaceable, div.warning .replaceable {color:#e3dcc0;}
+
+pre .replaceable, tt .replaceable {color:#444 !important;}
+
+div.note h2, div.tip h2, div.important h2, div.caution h2, div.warning h2 {
+    height:32px;
+    font-size:1.3em;
+}
+
+div.note h2 {color:#4c5253;}
+div.tip h2 {color:white;}
+div.important h2 {color:white;}
+div.caution h2 {color:#533500;}
+div.warning h2 {color:white;}
+
+div.note .guilabel, div.tip .guilabel, div.important .guilabel, div.caution .guilabel, div.warning .guilabel {color:white !important;}
+
+div.note li, div.tip li, div.caution li, div.warning li, div.important li {
+	padding-left:10px;
+	margin:0em;
+}
+	
+div.note ul, div.tip ul, div.caution ul, div.warning ul, div.important ul {
+	padding-left:40px;
+	margin:0em;
+}
+
+div.note pre pre a:visited, div.tip pre pre a:visited, div.important pre pre a:visited, div.caution pre pre a:visited, div.warning pre pre a:visited,
+div.note pre a:link, div.tip pre a:link, div.important pre a:link, div.caution pre a:link, div.warning pre a:link {color:#0066cc !important;}
+
+div.note a:visited, div.tip a:visited, div.important a:visited, div.warning a:visited,
+div.note a:link, div.tip a:link, div.important a:link,  div.warning a:link {color:#f7f2d0;}
+	
+div.note a:visited, div.note a:link, div.caution a:link, div.caution a:visited {color:#0066cc;}
+
+/* Admonition icons spacing */
+
+div.note h2, div.note p, div.tip h2, div.tip p, div.caution h2, div.caution p, div.warning h2, div.warning p, div.important h2, div.important p {
+    padding:0em;
+    margin:0em;
+    padding-left:56px;
+}
+
+/* Page Title */
+
+#title {
+    padding:0px;
+    margin:0px;
+}
+
+#title strong {display:none;}
+
+#title a.site_href {
+    display:block;
+    height:89px;
+    width:310px;
+    float:left;
+    background:url(../images/community/jbossorglogo.png) top left no-repeat;
+}
+
+#title a.doc_href {
+    display:block;
+    height:89px;
+    background:transparent url(../images/community/community_doc.png) top right no-repeat;
+}
+
+/* Table */
+
+table {
+    border:1px solid #aaa;
+    width:100%;
+    border-collapse:collapse;
+}
+
+table th {
+    text-align:left;
+    background-color:#4A5D75;
+    padding:.3em .5em;
+    color:white;
+}
+
+table td {padding:.15em .5em;}
+
+table tr.even td {background-color:#f5f5f5;}
+
+table th p:first-child, table td p:first-child, table li p:first-child {
+    margin-top:0em;
+    padding-top:0em;
+    display:inline;
+}
+
+th, td {border-style:none;}
+
+table table td {
+    border-bottom:1px dotted #aaa !important;
+    background-color:white;
+    padding:.6em 0em;
+}
+
+table table {
+    border:1px solid white !important;
+    font-size:.9em;
+}
+
+td.remarkval {
+    font-size:.9em;
+    color:#444;
+}
+
+.defaultval {font-size:.8em}
+
+td.typeval {font-size:.8em}
+
+td.fieldval {
+    font-weight:bold;
+    font-size:.9em;
+}
+
+th.dbkey {font-size:.9em;}
+
+.lbname, .lbtype, .lbdescr, .lbdriver, .lbhost {
+    color:white;
+    font-weight:bold;
+    background-color:#999;
+    font-size:0.9em;
+    width:120px;
+}
+
+td.remarkval {width:230px;}
+
+td.tname {
+    font-weight:bold;
+    font-size:1.1em;
+}
+
+h5 {font-size:9pt;}
+h6 {font-size:10pt;}
+
+th.dbfield {width:120px;}
+th.dbtype {width:70px;}
+th.dbdefault {width:70px;}
+th.dbnul {width:70px;}
+th.dbkey {width:70px;}
+
+span.book {
+    margin-top:4em;
+    display:block;
+}
+
+span.chapter {
+    display:block;
+    margin-top:0.5em;
+}
+
+/* Breadcrumbs */
+
+#breadcrumbs ul li.first:before {content:" ";}
+
+#breadcrumbs {
+    color:#900;
+    padding:3px;
+    margin-bottom:25px;
+}
+
+#breadcrumbs ul {
+    margin-left:0;
+    padding-left:0;
+    display:inline;
+    border:none;
+}
+
+#breadcrumbs ul li {
+    margin-left:0;
+    padding-left:2px;
+    border:none;
+    list-style:none;
+    display:inline;
+}
+
+#breadcrumbs ul li:before {
+    content:"\0020 \0020 \0020 \00BB \0020";
+    color:#333;
+}
+
+/* Status */
+
+.alpha1 {background:white url(../images/community/watermark-alpha1.png) top left repeat;}
+.alpha2 {background:white url(../images/community/watermark-alpha2.png) top left repeat;}
+.beta1 {background:white url(../images/community/watermark-beta1.png) top left repeat;}
+.beta2 {background:white url(../images/community/watermark-beta2.png) top left repeat;}
+.pre-release-candidate {background:white url(../images/community/watermark-pre-release-candidate.png) top left repeat;}
+.release-candidate {background:white url(../images/community/watermark-release-candidate.png) top left repeat;}
+
+/* Index */
+
+.glossary h3, .index h3 {
+    font-size:2em;
+    color:#aaa;
+    margin:0em;
+}
+
+.indexdiv {margin-bottom:1em;}
+
+.glossary dt, .index dt {
+    font-size:.9em;
+    color:#444;
+    padding-top:.5em;
+}
+
+.glossary dl dl dt, .index dl dl dt {
+    font-size:.85em;
+    color:#777;
+    line-height:1.2em;
+    font-weight:normal;
+    padding-top:0em;
+}
+
+.index dl dl dt:before {
+    content:"- ";
+    color:#ccc;
+}
+
+/* Changes */
+
+.footnotes {}
+
+.footnote {
+    padding:.2em 1em;
+    background-color:#c8c5ac;
+    font-size:.9em;
+    margin:0em;
+    margin-bottom:.5em;
+    color:#222;
+}
+
+table .footnote {margin:1em .5em;}
+
+sup {
+    padding:0em .3em;
+    padding-left:0em;
+}
+
+.footnote {position:relative;}
+
+.footnote sup {
+    color:#e3dcc0;
+    font-size:1.8em;
+    position:absolute;
+    left:.4em;
+}
+
+.footnote sup a:link, .footnote sup a:visited {
+    color:#92917d;
+    text-decoration:none;
+}
+
+.footnote:hover sup a {
+    color:#fff;
+    text-decoration:none;
+}
+
+.footnote p {padding-left:5em;}
+
+.footnote a:link, .footnote a:visited {color:#00537c;}
+
+.footnote a:hover {color:white;}
+
+li p:first-child {
+    margin:0em !important;
+    padding:0em !important;
+}
+
+div.chapter, div.section {padding-top:2em;}
+
+.revhistory {}
+
+pre .replaceable, pre .keycap {color:white;}
+
+pre {
+  font-family: courrier, monospace;
+  background-color:#F5F5F5;
+  border:1px solid #CCCCCC;
+  padding:5px 15px 5px 25px;
+}
+
+div.note .replaceable, div.tip .replaceable, div.important .replaceable, div.caution .replaceable, div.warning .replaceable,
+div.note .keycap, div.tip .keycap, div.important .keycap, div.caution .keycap, div.warning .keycap {color:white;}
+
+div.abstract {font-size:larger;}
+
+.authorgroup {}
+
+.authorgroup h4 {
+    padding:0em;
+    margin:0em;
+    margin-top:1em;
+}
+
+.author, .editor, .translator, .othercredit {display:block;}
+
+/* Simpler author style on contents page */
+
+.authorgroup div {
+	margin-left:10px;
+	margin-right:10px;
+	margin-bottom:15px;
+}
+
+ul li p:last-child {
+    margin-bottom:0em;
+    padding-bottom:0em;
+}
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/css/extensions.css b/plugins/org.eclipse.bpel.help/en-US/html_single/css/extensions.css
new file mode 100644
index 0000000..fd43f3b
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/css/extensions.css
@@ -0,0 +1,7 @@
+/* Firefox */
+
+pre {-moz-border-radius:11px;}
+
+.example {-moz-border-radius:15px;}
+
+div.note, div.tip, div.important, div.caution, div.warning {-moz-border-radius:11px;}
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/css/jbossorg.css b/plugins/org.eclipse.bpel.help/en-US/html_single/css/jbossorg.css
new file mode 100644
index 0000000..ce16cff
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/css/jbossorg.css
@@ -0,0 +1,80 @@
+@import url("documentation.css");
+@import url("docnav.css");
+@import url("reports.css");
+@import url("extensions.css");
+@import url("codehighlight.css");
+
+body {
+    background-image:url(../images/community/bkg_gradient.gif);
+    background-repeat:repeat-x;
+    margin:0 auto;
+    font-family:'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
+    font-size:12px;
+    max-width:55em;
+    padding:0em 2em;
+    color:#333;
+    line-height:150%;
+    text-align:justify;
+}
+
+/* Links */
+
+a:link {color:#0066cc;}
+
+a:visited {color:#6699cc;}
+
+div.longdesc-link {
+    float:right;
+    color:#999;
+}
+
+/* Headings */
+
+h1, h2, h3, h4, h5, h6 {
+    color:#4a5d75;
+    line-height:130%;
+    margin-top:0em;
+    font-family:'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
+    background-color:transparent;
+}
+
+h1 {
+    background-image:url(../images/community/title_hdr.png);
+    background-repeat:no-repeat;
+    border-top:1px dotted #CCCCCC;
+    line-height:1.2em;
+    color:#182737;
+    font-size:2em;
+    padding:1.5em;
+}
+
+h2 {font-size:1.6em;}
+
+h3 {
+    font-size:1.3em;
+    padding-top:0em;
+    padding-bottom:0em;
+}
+
+h4 {
+    font-size:1.1em;
+    padding-top:0em;
+    padding-bottom:0em;
+}
+
+h5.formalpara {
+    font-size:1em;
+    margin-top:2em;
+    margin-bottom:.8em;
+}
+
+/* Element rules */
+
+hr {
+    border-collapse:collapse;
+    border-style:none;
+    border-top:1px dotted #ccc;
+    width:100% !important;
+}
+
+sup {color:#999;}
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/css/reports.css b/plugins/org.eclipse.bpel.help/en-US/html_single/css/reports.css
new file mode 100644
index 0000000..8dd639d
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/css/reports.css
@@ -0,0 +1,231 @@
+/* Reports */
+
+.reports ul.locale {list-style:none;}
+
+.reports ul {
+    padding:0em;
+    margin:0em;
+}
+
+.reports ul.locale li {
+    font-size:small;
+    color:#000;
+    display:block;
+    border:1px solid #eee;
+    float:left;
+    padding-right:2em;
+    margin-right:1em;
+    margin-bottom:1em;
+}
+
+.reports ul.locale li a {
+    font-size:1.2em;
+    display:block;
+    padding-top:.1em;
+    padding-bottom:.5em;
+}
+
+.reports ul.locale strong {
+    display:block;
+    margin:0em;
+    padding:0em;
+    margin-bottom:-2.2em;
+}
+
+.reports ul.locale span.value {
+    display:block;
+    position:relative;
+    text-align:right;
+    margin-right:-1.5em;
+    font-size:1.0em;
+    color:#444;
+}
+
+.reports ul.locale li {
+    width:12em;
+    display:block;
+    float:left;
+    margin:0em;
+    clear:none;
+}
+
+.reports ul.locale li div.progress {
+    font-size:1em;
+    width:13.2em;
+    position:relative;
+    left:0em;
+    top:0em;
+    margin-bottom:0em;
+}
+
+.reports h2 {
+    font-size:1em;
+    margin:0em;
+}
+
+.reports li {}
+
+.reports li:hover {
+    background-color:#666;
+    border-color:#444 !important;
+    color:white !important;
+}
+
+.reports li:hover strong, .reports li:hover h2, .reports li:hover a, .reports li:hover span.value {color:white;}
+
+/* Uniform */
+
+body.results, body.reports {
+    max-width:57em !important;
+    padding:0em !important;
+}
+
+/* Progress Bar */
+
+div.progress {
+    display:block;
+    float:left;
+    width:16em;
+    background:#c00 url(../images/community/shine.png) top left repeat-x;
+    height:1em;
+}
+
+div.progress span {
+    height:1em;
+    float:left;
+}
+
+div.progress span.translated {background:#6c3 url(../images/community/shine.png) top left repeat-x;}
+div.progress span.fuzzy {background:#ff9f00 url(../images/community/shine.png) top left repeat-x;}
+
+/* Results */
+
+.results ul.locale {
+    list-style:none;
+    padding:0em;
+    margin:0em;
+}
+
+.results .pofile {
+    padding:0em !important;
+    margin:0em;
+}
+
+.results ul.locale li {
+    border-top:1px solid #eee;
+    padding:0em;
+    margin:0em;
+    padding-left:32px;
+}
+
+.results ul.locale .pofile {
+    font-size:1.2em;
+    display:block;
+    width:100%;
+    color:#444;
+    padding:0em;
+    margin:0em;
+}
+
+.results span.value {color:#888;}
+
+.results strong {font-weight:normal;}
+
+.results .home a {
+    display:block;
+    margin:0 auto;
+    width:5em;
+    background:url(../images/community/docbook/home.png) top left no-repeat;
+    padding:5px;
+    padding-left:28px;
+    font-size:1.2em;
+}
+
+.results ul.locale li:hover, .results ul.locale li:hover span.pofile, .results ul.locale li:hover strong, .results ul.locale li:hover span.value {
+    background-color:#666 !important;
+    color:white;
+}
+
+ul.locale {list-style:none;}
+
+ul.locale li.total {
+    font-size:small;
+    color:#777;
+    width:31em;
+    display:block;
+    float:left;
+    margin-right:2em;
+    clear:none !important;
+}
+
+ul.locale li {
+    clear:both;
+    font-size:small;
+    color:#777;
+    display:block;
+}
+
+ul.locale strong, span.value {
+    font-weight:normal;
+    color:#888;
+    font-size:.7em;
+}
+
+ul.locale li a {
+    font-size:1.2em;
+    display:block;
+    padding-top:.2em;
+}
+
+ul.locale li.total div.progress {
+    position:relative;
+    left:0em;
+    top:0em;
+    margin-bottom:0em;
+}
+
+ul.locale li {width:100%;}
+
+ul.locale li div.progress {
+    float:left;
+    position:relative;
+    left:30.5em;
+    top:-2em;
+    margin:0em;
+    margin-bottom:-3em;
+}
+
+li.total {padding:0em !important;}
+
+li.total {
+    float:right;
+    max-width:16em;
+    padding:.5em;
+    margin:0 auto;
+    padding-top:.5em;
+    background-color:#f7f2d0;
+    font-size:1.3em !important;
+    color:#ccc !important;
+    margin-bottom:1em;
+    min-height:9.5em;
+}
+
+li.total .value {
+    color:#444;
+    font-size:.8em;
+}
+
+li.total strong {
+    display:block;
+    color:black;
+    font-weight:bold;
+}
+
+li.total span.value {
+    position:relative;
+    display:block;
+    top:-1.25em;
+    text-align:right;
+}
+
+.pofile {position:relative;}
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/bpel_ref_1.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/bpel_ref_1.png
new file mode 100644
index 0000000..ffc3484
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/bpel_ref_1.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/bpel_ref_2.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/bpel_ref_2.png
new file mode 100644
index 0000000..4bd1e32
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/bpel_ref_2.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/bpel_ref_2a.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/bpel_ref_2a.png
new file mode 100644
index 0000000..f7ab45e
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/bpel_ref_2a.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/bpel_ref_3.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/bpel_ref_3.png
new file mode 100644
index 0000000..7fca71a
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/bpel_ref_3.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/bpel_task_0.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/bpel_task_0.png
new file mode 100644
index 0000000..3232512
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/bpel_task_0.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/bpel_task_1.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/bpel_task_1.png
new file mode 100644
index 0000000..6f478f0
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/bpel_task_1.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/bpel_task_2.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/bpel_task_2.png
new file mode 100644
index 0000000..c6d1abd
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/bpel_task_2.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/bpel_task_3.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/bpel_task_3.png
new file mode 100644
index 0000000..6f57d69
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/bpel_task_3.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/bkg_gradient.gif b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/bkg_gradient.gif
new file mode 100644
index 0000000..e67f720
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/bkg_gradient.gif
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/community_doc.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/community_doc.png
new file mode 100644
index 0000000..5e2d744
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/community_doc.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/1.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/1.png
new file mode 100644
index 0000000..0c28717
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/1.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/1.svg b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/1.svg
new file mode 100644
index 0000000..749e9bf
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/1.svg
@@ -0,0 +1,189 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+	<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+	 width="17" height="17" viewBox="-0.75 -0.625 17 17" enable-background="new -0.75 -0.625 17 17" xml:space="preserve">
+<defs>
+</defs>
+<g>
+	<defs>
+		<circle id="XMLID_6_" cx="7.859" cy="7.859" r="7.484"/>
+	</defs>
+	<clipPath id="XMLID_9_">
+		<use xlink:href="#XMLID_6_" />
+	</clipPath>
+	<polygon clip-path="url(#XMLID_9_)" fill="#CBD2D8" points="0.375,11.68 5.102,15.344 0.375,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#CBD2D8" points="0.375,11.547 5.273,15.344 5.105,15.344 0.375,11.68 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C9D0D5" points="0.375,11.414 5.445,15.344 5.273,15.344 0.375,11.547 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C6CDD3" points="0.375,11.281 5.617,15.344 5.445,15.344 0.375,11.414 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C5CCD2" points="0.375,11.148 5.789,15.344 5.617,15.344 0.375,11.281 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C3C9D0" points="0.375,11.016 5.961,15.344 5.789,15.344 0.375,11.148 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C1C8CE" points="0.375,10.883 6.129,15.344 5.961,15.344 0.375,11.016 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BFC5CC" points="0.375,10.75 6.301,15.344 6.129,15.344 0.375,10.883 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BEC4CB" points="0.375,10.617 6.473,15.344 6.301,15.344 0.375,10.75 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BBC2C9" points="0.375,10.484 6.645,15.344 6.473,15.344 0.375,10.617 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BAC0C8" points="0.375,10.352 6.812,15.344 6.645,15.344 0.375,10.484 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B7BEC6" points="0.375,10.219 6.984,15.344 6.812,15.344 0.375,10.352 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B6BDC5" points="0.375,10.086 7.156,15.344 6.984,15.344 0.375,10.219 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B5BBC3" points="0.375,9.957 7.328,15.344 7.156,15.344 0.375,10.086 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B3BAC2" points="0.375,9.824 7.5,15.344 7.328,15.344 0.375,9.957 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B1B7C0" points="0.375,9.691 7.672,15.344 7.5,15.344 0.375,9.824 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B0B6BF" points="0.375,9.559 7.84,15.344 7.672,15.344 0.375,9.691 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#AEB5BE" points="0.375,9.426 8.012,15.344 7.84,15.344 0.375,9.559 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#ADB3BC" points="0.375,9.293 8.184,15.344 8.012,15.344 0.375,9.426 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#ABB2BC" points="0.375,9.16 8.352,15.344 8.184,15.344 0.375,9.293 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#AAB0BA" points="0.375,9.027 8.523,15.344 8.352,15.344 0.375,9.16 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A8AEB8" points="0.375,8.895 8.695,15.344 8.523,15.344 0.375,9.027 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A6ADB7" points="0.375,8.762 8.867,15.344 8.695,15.344 0.375,8.895 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A6ACB6" points="0.375,8.629 9.039,15.344 8.867,15.344 0.375,8.762 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A3AAB4" points="0.375,8.496 9.211,15.344 9.039,15.344 0.375,8.629 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A2A8B3" points="0.375,8.363 9.383,15.344 9.211,15.344 0.375,8.496 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A0A7B1" points="0.375,8.23 9.551,15.344 9.383,15.344 0.375,8.363 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9FA6B0" points="0.375,8.102 9.723,15.344 9.551,15.344 0.375,8.23 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9EA4AF" points="0.375,7.969 9.895,15.344 9.723,15.344 0.375,8.102 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9CA3AE" points="0.375,7.836 10.062,15.344 9.895,15.344 0.375,7.969 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9BA1AD" points="0.375,7.703 10.234,15.344 10.062,15.344 0.375,7.836 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9AA0AB" points="0.375,7.57 10.406,15.344 10.234,15.344 0.375,7.703 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#989FAA" points="0.375,7.438 10.578,15.344 10.406,15.344 0.375,7.57 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#979EAA" points="0.375,7.305 10.75,15.344 10.578,15.344 0.375,7.438 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#969CA8" points="0.375,7.172 10.918,15.344 10.75,15.344 0.375,7.305 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#949BA7" points="0.375,7.039 11.09,15.344 10.918,15.344 0.375,7.172 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9399A5" points="0.375,6.906 11.262,15.344 11.09,15.344 0.375,7.039 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9298A4" points="0.375,6.773 11.434,15.344 11.262,15.344 0.375,6.906 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9097A3" points="0.375,6.641 11.602,15.344 11.434,15.344 0.375,6.773 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8F95A2" points="0.375,6.508 11.773,15.344 11.602,15.344 0.375,6.641 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8E95A1" points="0.375,6.375 11.945,15.344 11.773,15.344 0.375,6.508 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8D93A0" points="0.375,6.242 12.117,15.344 11.945,15.344 0.375,6.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8B929F" points="0.375,6.113 12.289,15.344 12.117,15.344 0.375,6.242 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8A919E" points="0.375,5.98 12.461,15.344 12.289,15.344 0.375,6.113 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#898F9D" points="0.375,5.848 12.629,15.344 12.461,15.344 0.375,5.98 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#878E9B" points="0.375,5.715 12.801,15.344 12.629,15.344 0.375,5.848 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#878D9B" points="0.375,5.582 12.973,15.344 12.801,15.344 0.375,5.715 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#858C9A" points="0.375,5.449 13.141,15.344 12.973,15.344 0.375,5.582 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#848B98" points="0.375,5.316 13.312,15.344 13.141,15.344 0.375,5.449 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#838A97" points="0.375,5.184 13.484,15.344 13.312,15.344 0.375,5.316 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#828997" points="0.375,5.051 13.656,15.344 13.484,15.344 0.375,5.184 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#818895" points="0.375,4.918 13.828,15.344 13.656,15.344 0.375,5.051 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#808794" points="0.375,4.785 14,15.344 13.828,15.344 0.375,4.918 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7E8594" points="0.375,4.652 14.172,15.344 14,15.344 0.375,4.785 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7D8593" points="0.375,4.52 14.34,15.344 14.172,15.344 0.375,4.652 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7C8392" points="0.375,4.387 14.512,15.344 14.34,15.344 0.375,4.52 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7B8290" points="0.375,4.258 14.68,15.344 14.512,15.344 0.375,4.387 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7A8190" points="0.375,4.125 14.852,15.344 14.68,15.344 0.375,4.258 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#79808F" points="0.375,3.992 15.023,15.344 14.852,15.344 0.375,4.125 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#787F8D" points="0.375,3.859 15.195,15.344 15.023,15.344 0.375,3.992 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#777E8D" points="0.375,3.727 15.312,15.301 15.277,15.344 15.195,15.344 0.375,3.859 	
+		"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#767D8C" points="0.375,3.594 15.344,15.195 15.344,15.258 15.312,15.301 0.375,3.727 	
+		"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#767C8B" points="0.375,3.461 15.344,15.062 15.344,15.195 0.375,3.594 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#747B8A" points="0.375,3.328 15.344,14.93 15.344,15.062 0.375,3.461 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#737A89" points="0.375,3.195 15.344,14.797 15.344,14.93 0.375,3.328 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#727989" points="0.375,3.062 15.344,14.664 15.344,14.797 0.375,3.195 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#717888" points="0.375,2.93 15.344,14.531 15.344,14.664 0.375,3.062 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#707786" points="0.375,2.797 15.344,14.398 15.344,14.531 0.375,2.93 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6F7686" points="0.375,2.664 15.344,14.266 15.344,14.398 0.375,2.797 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6D7585" points="0.375,2.531 15.344,14.133 15.344,14.266 0.375,2.664 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6D7584" points="0.375,2.398 15.344,14 15.344,14.133 0.375,2.531 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6C7383" points="0.375,2.266 15.344,13.867 15.344,14 0.375,2.398 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6B7383" points="0.375,2.137 15.344,13.734 15.344,13.867 0.375,2.266 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6A7281" points="0.375,2 15.344,13.602 15.344,13.734 0.375,2.137 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#697181" points="0.375,1.871 15.344,13.469 15.344,13.602 0.375,2 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#697080" points="0.375,1.738 15.344,13.336 15.344,13.469 0.375,1.871 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#686F7F" points="0.375,1.605 15.344,13.207 15.344,13.336 0.375,1.738 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#676E7E" points="0.375,1.473 15.344,13.074 15.344,13.207 0.375,1.605 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#656D7D" points="15.344,12.941 0.375,1.34 0.375,1.473 15.344,13.074 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#646C7D" points="15.344,12.809 0.375,1.207 0.375,1.34 15.344,12.941 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#646C7C" points="0.375,1.074 15.344,12.676 15.344,12.809 0.375,1.207 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#636B7C" points="0.375,0.941 15.344,12.543 15.344,12.676 0.375,1.074 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#626B7B" points="15.344,12.41 0.375,0.809 0.375,0.941 15.344,12.543 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#616A7A" points="0.375,0.676 15.344,12.277 15.344,12.41 0.375,0.809 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#606979" points="0.375,0.543 15.344,12.145 15.344,12.277 0.375,0.676 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5F6878" points="0.375,0.461 0.398,0.43 15.344,12.012 15.344,12.145 0.375,0.543 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5F6878" points="0.398,0.43 0.441,0.375 0.5,0.375 15.344,11.879 15.344,12.012 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5E6777" points="0.672,0.375 15.344,11.746 15.344,11.879 0.5,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5D6676" points="0.84,0.375 15.344,11.613 15.344,11.746 0.672,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5C6576" points="1.012,0.375 15.344,11.48 15.344,11.613 0.84,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5B6475" points="1.184,0.375 15.344,11.352 15.344,11.48 1.012,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5B6475" points="1.355,0.375 15.344,11.219 15.344,11.352 1.184,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5A6373" points="1.523,0.375 15.344,11.086 15.344,11.219 1.355,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#596273" points="1.695,0.375 15.344,10.953 15.344,11.086 1.523,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#586172" points="1.867,0.375 15.344,10.82 15.344,10.953 1.695,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#576172" points="2.039,0.375 15.344,10.688 15.344,10.82 1.867,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#566071" points="2.211,0.375 15.344,10.555 15.344,10.688 2.039,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#566070" points="2.379,0.375 15.344,10.422 15.344,10.555 2.211,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#555F70" points="2.551,0.375 15.344,10.289 15.344,10.422 2.379,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#545E6F" points="2.723,0.375 15.344,10.156 15.344,10.289 2.551,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#535E6F" points="2.891,0.375 15.344,10.023 15.344,10.156 2.723,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#535D6E" points="3.062,0.375 15.344,9.891 15.344,10.023 2.891,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#525C6D" points="15.344,9.758 3.234,0.375 3.062,0.375 15.344,9.891 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#515C6D" points="3.406,0.375 15.344,9.625 15.344,9.758 3.234,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505B6C" points="3.578,0.375 15.344,9.492 15.344,9.625 3.406,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505B6C" points="3.75,0.375 15.344,9.359 15.344,9.492 3.578,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505A6B" points="3.918,0.375 15.344,9.227 15.344,9.359 3.75,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4F596A" points="4.09,0.375 15.344,9.098 15.344,9.227 3.918,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4E596A" points="4.262,0.375 15.344,8.965 15.344,9.098 4.09,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4D5869" points="4.434,0.375 15.344,8.832 15.344,8.965 4.262,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4C5869" points="4.602,0.375 15.344,8.699 15.344,8.832 4.434,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4C5768" points="4.773,0.375 15.344,8.566 15.344,8.699 4.602,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4B5768" points="4.945,0.375 15.344,8.434 15.344,8.566 4.773,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4B5667" points="5.117,0.375 15.344,8.301 15.344,8.434 4.945,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4A5567" points="5.289,0.375 15.344,8.168 15.344,8.301 5.117,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#495566" points="5.461,0.375 15.344,8.035 15.344,8.168 5.289,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#485566" points="15.344,7.902 5.629,0.375 5.461,0.375 15.344,8.035 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#485466" points="15.344,7.77 5.801,0.375 5.629,0.375 15.344,7.902 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#475365" points="5.973,0.375 15.344,7.637 15.344,7.77 5.801,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#475365" points="6.145,0.375 15.344,7.508 15.344,7.637 5.973,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#465264" points="6.312,0.375 15.344,7.375 15.344,7.508 6.145,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#455264" points="15.344,7.242 6.484,0.375 6.312,0.375 15.344,7.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445263" points="6.656,0.375 15.344,7.109 15.344,7.242 6.484,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445163" points="6.828,0.375 15.344,6.977 15.344,7.109 6.656,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445062" points="7,0.375 15.344,6.844 15.344,6.977 6.828,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#425062" points="7.168,0.375 15.344,6.711 15.344,6.844 7,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#425062" points="7.34,0.375 15.344,6.578 15.344,6.711 7.168,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#424F61" points="7.512,0.375 15.344,6.445 15.344,6.578 7.34,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#414F61" points="7.68,0.375 15.344,6.312 15.344,6.445 7.512,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#404E60" points="7.852,0.375 15.344,6.18 15.344,6.312 7.68,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4E60" points="8.023,0.375 15.344,6.047 15.344,6.18 7.852,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4D60" points="8.195,0.375 15.344,5.914 15.344,6.047 8.023,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4D5F" points="8.367,0.375 15.344,5.781 15.344,5.914 8.195,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3E4D5F" points="8.539,0.375 15.344,5.648 15.344,5.781 8.367,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3E4C5E" points="8.711,0.375 15.344,5.516 15.344,5.648 8.539,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3D4C5E" points="8.879,0.375 15.344,5.383 15.344,5.516 8.711,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3D4C5E" points="9.051,0.375 15.344,5.25 15.344,5.383 8.879,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="15.344,5.121 9.223,0.375 9.051,0.375 15.344,5.25 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="9.391,0.375 15.344,4.988 15.344,5.121 9.223,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="9.562,0.375 15.344,4.855 15.344,4.988 9.391,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3B4A5C" points="9.734,0.375 15.344,4.723 15.344,4.855 9.562,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3B4A5C" points="9.906,0.375 15.344,4.59 15.344,4.723 9.734,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3A495C" points="10.078,0.375 15.344,4.457 15.344,4.59 9.906,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3A495B" points="10.25,0.375 15.344,4.324 15.344,4.457 10.078,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#39495B" points="10.418,0.375 15.344,4.191 15.344,4.324 10.25,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38495B" points="10.59,0.375 15.344,4.059 15.344,4.191 10.418,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38485B" points="10.762,0.375 15.344,3.926 15.344,4.059 10.59,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38485A" points="10.93,0.375 15.344,3.793 15.344,3.926 10.762,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#37485A" points="11.102,0.375 15.344,3.66 15.344,3.793 10.93,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38475A" points="11.273,0.375 15.344,3.531 15.344,3.66 11.102,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#37475A" points="11.445,0.375 15.344,3.398 15.344,3.531 11.273,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#374659" points="11.617,0.375 15.344,3.266 15.344,3.398 11.445,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="11.789,0.375 15.344,3.133 15.344,3.266 11.617,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="11.957,0.375 15.344,3 15.344,3.133 11.789,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="12.129,0.375 15.344,2.867 15.344,3 11.957,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354659" points="12.301,0.375 15.344,2.734 15.344,2.867 12.129,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354659" points="12.469,0.375 15.344,2.602 15.344,2.734 12.301,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354658" points="12.641,0.375 15.344,2.469 15.344,2.602 12.469,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="12.812,0.375 15.344,2.336 15.344,2.469 12.641,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="12.984,0.375 15.344,2.203 15.344,2.336 12.812,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="13.156,0.375 15.344,2.07 15.344,2.203 12.984,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="13.328,0.375 15.344,1.938 15.344,2.07 13.156,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="15.344,1.938 13.328,0.375 15.344,0.375 	"/>
+</g>
+<path fill="#AEADAE" d="M14.969,7.859c0,3.92-3.189,7.109-7.109,7.109S0.75,11.779,0.75,7.859S3.939,0.75,7.859,0.75
+	S14.969,3.939,14.969,7.859z M7.859,0C3.525,0,0,3.526,0,7.859c0,4.334,3.525,7.859,7.859,7.859s7.859-3.525,7.859-7.859
+	C15.719,3.526,12.193,0,7.859,0z"/>
+<path fill="#FFFFFF" d="M8.799,4.274v7.601H7.754V6.474H6.005V5.715c0.483-0.011,1.716-0.044,1.991-1.441H8.799z"/>
+</svg>
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/10.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/10.png
new file mode 100644
index 0000000..c4d21b5
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/10.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/10.svg b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/10.svg
new file mode 100644
index 0000000..ed85e3c
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/10.svg
@@ -0,0 +1,193 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+	<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+	 width="17" height="16" viewBox="-0.75 -0.258 17 16" enable-background="new -0.75 -0.258 17 16" xml:space="preserve">
+<defs>
+</defs>
+<g>
+	<defs>
+		<circle id="XMLID_6_" cx="7.859" cy="7.858" r="7.484"/>
+	</defs>
+	<clipPath id="XMLID_9_">
+		<use xlink:href="#XMLID_6_" />
+	</clipPath>
+	<polygon clip-path="url(#XMLID_9_)" fill="#CBD2D8" points="0.375,13.379 2.148,15.344 0.375,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#CBD2D8" points="0.375,13.207 2.301,15.344 2.148,15.344 0.375,13.379 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C9D0D5" points="2.457,15.344 0.375,13.039 0.375,13.207 2.301,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C6CDD3" points="0.375,12.867 2.609,15.344 2.457,15.344 0.375,13.039 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C5CCD2" points="0.375,12.695 2.766,15.344 2.609,15.344 0.375,12.867 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C3C9D0" points="0.375,12.523 2.918,15.344 2.766,15.344 0.375,12.695 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C1C8CE" points="0.375,12.352 3.07,15.344 2.918,15.344 0.375,12.523 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BFC5CC" points="0.375,12.184 3.227,15.344 3.07,15.344 0.375,12.352 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BEC4CB" points="0.375,12.012 3.379,15.344 3.227,15.344 0.375,12.184 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BBC2C9" points="0.375,11.844 3.531,15.344 3.379,15.344 0.375,12.012 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BAC0C8" points="0.375,11.672 3.688,15.344 3.531,15.344 0.375,11.844 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B7BEC6" points="0.375,11.5 3.844,15.344 3.688,15.344 0.375,11.672 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B6BDC5" points="0.375,11.328 3.996,15.344 3.844,15.344 0.375,11.5 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B5BBC3" points="0.375,11.16 4.148,15.344 3.996,15.344 0.375,11.328 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B3BAC2" points="0.375,10.988 4.305,15.344 4.148,15.344 0.375,11.16 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B1B7C0" points="0.375,10.816 4.457,15.344 4.305,15.344 0.375,10.988 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B0B6BF" points="4.613,15.344 0.375,10.648 0.375,10.816 4.457,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#AEB5BE" points="0.375,10.477 4.766,15.344 4.613,15.344 0.375,10.648 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#ADB3BC" points="0.375,10.305 4.922,15.344 4.766,15.344 0.375,10.477 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#ABB2BC" points="0.375,10.133 5.074,15.344 4.922,15.344 0.375,10.305 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#AAB0BA" points="0.375,9.965 5.227,15.344 5.074,15.344 0.375,10.133 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A8AEB8" points="0.375,9.797 5.383,15.344 5.227,15.344 0.375,9.965 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A6ADB7" points="0.375,9.625 5.535,15.344 5.383,15.344 0.375,9.797 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A6ACB6" points="0.375,9.453 5.691,15.344 5.535,15.344 0.375,9.625 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A3AAB4" points="5.844,15.344 0.375,9.281 0.375,9.453 5.691,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A2A8B3" points="0.375,9.109 6,15.344 5.844,15.344 0.375,9.281 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A0A7B1" points="0.375,8.941 6.152,15.344 6,15.344 0.375,9.109 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9FA6B0" points="6.305,15.344 0.375,8.77 0.375,8.941 6.152,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9EA4AF" points="6.461,15.344 0.375,8.602 0.375,8.77 6.305,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9CA3AE" points="0.375,8.43 6.613,15.344 6.461,15.344 0.375,8.602 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9BA1AD" points="0.375,8.258 6.77,15.344 6.613,15.344 0.375,8.43 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9AA0AB" points="0.375,8.086 6.922,15.344 6.77,15.344 0.375,8.258 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#989FAA" points="0.375,7.914 7.078,15.344 6.922,15.344 0.375,8.086 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#979EAA" points="0.375,7.746 7.23,15.344 7.078,15.344 0.375,7.914 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#969CA8" points="0.375,7.574 7.383,15.344 7.23,15.344 0.375,7.746 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#949BA7" points="0.375,7.406 7.539,15.344 7.383,15.344 0.375,7.574 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9399A5" points="0.375,7.234 7.691,15.344 7.539,15.344 0.375,7.406 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9298A4" points="0.375,7.062 7.848,15.344 7.691,15.344 0.375,7.234 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9097A3" points="0.375,6.891 8,15.344 7.848,15.344 0.375,7.062 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8F95A2" points="0.375,6.723 8.156,15.344 8,15.344 0.375,6.891 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8E95A1" points="8.309,15.344 0.375,6.551 0.375,6.723 8.156,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8D93A0" points="0.375,6.383 8.461,15.344 8.309,15.344 0.375,6.551 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8B929F" points="0.375,6.211 8.617,15.344 8.461,15.344 0.375,6.383 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8A919E" points="0.375,6.039 8.77,15.344 8.617,15.344 0.375,6.211 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#898F9D" points="0.375,5.867 8.926,15.344 8.77,15.344 0.375,6.039 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#878E9B" points="0.375,5.695 9.078,15.344 8.926,15.344 0.375,5.867 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#878D9B" points="0.375,5.527 9.234,15.344 9.078,15.344 0.375,5.695 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#858C9A" points="9.387,15.344 0.375,5.355 0.375,5.527 9.234,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#848B98" points="0.375,5.188 9.539,15.344 9.387,15.344 0.375,5.355 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#838A97" points="0.375,5.016 9.695,15.344 9.539,15.344 0.375,5.188 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#828997" points="0.375,4.844 9.848,15.344 9.695,15.344 0.375,5.016 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#818895" points="0.375,4.676 10,15.344 9.848,15.344 0.375,4.844 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#808794" points="0.375,4.504 10.156,15.344 10,15.344 0.375,4.676 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7E8594" points="0.375,4.332 10.312,15.344 10.156,15.344 0.375,4.504 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7D8593" points="10.465,15.344 0.375,4.164 0.375,4.332 10.312,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7C8392" points="0.375,3.992 10.617,15.344 10.465,15.344 0.375,4.164 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7B8290" points="10.773,15.344 0.375,3.82 0.375,3.992 10.617,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7A8190" points="0.375,3.648 10.926,15.344 10.773,15.344 0.375,3.82 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#79808F" points="0.375,3.477 11.082,15.344 10.926,15.344 0.375,3.648 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#787F8D" points="0.375,3.309 11.234,15.344 11.082,15.344 0.375,3.477 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#777E8D" points="0.375,3.137 11.391,15.344 11.234,15.344 0.375,3.309 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#767D8C" points="0.375,2.969 11.543,15.344 11.391,15.344 0.375,3.137 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#767C8B" points="0.375,2.797 11.695,15.344 11.543,15.344 0.375,2.969 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#747B8A" points="11.852,15.344 0.375,2.625 0.375,2.797 11.695,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#737A89" points="0.375,2.453 12.004,15.344 11.852,15.344 0.375,2.625 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#727989" points="0.375,2.285 12.156,15.344 12.004,15.344 0.375,2.453 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#717888" points="0.375,2.113 12.312,15.344 12.156,15.344 0.375,2.285 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#707786" points="12.469,15.344 0.375,1.941 0.375,2.113 12.312,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6F7686" points="0.375,1.773 12.621,15.344 12.469,15.344 0.375,1.941 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6D7585" points="0.375,1.602 12.773,15.344 12.621,15.344 0.375,1.773 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6D7584" points="0.375,1.43 12.93,15.344 12.773,15.344 0.375,1.602 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6C7383" points="0.375,1.262 13.082,15.344 12.93,15.344 0.375,1.43 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6B7383" points="0.375,1.09 13.238,15.344 13.082,15.344 0.375,1.262 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6A7281" points="0.375,0.918 13.391,15.344 13.238,15.344 0.375,1.09 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#697181" points="0.375,0.75 13.547,15.344 13.391,15.344 0.375,0.918 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#697080" points="0.375,0.703 0.438,0.648 13.699,15.344 13.547,15.344 0.375,0.75 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#686F7F" points="0.438,0.648 0.523,0.57 13.852,15.344 13.699,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#676E7E" points="0.523,0.57 0.609,0.492 14.008,15.344 13.852,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#656D7D" points="0.609,0.492 0.691,0.418 14.16,15.344 14.008,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#646C7D" points="0.691,0.418 0.738,0.375 0.809,0.375 14.312,15.344 14.16,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#646C7C" points="0.961,0.375 14.469,15.344 14.312,15.344 0.809,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#636B7C" points="1.117,0.375 14.625,15.344 14.469,15.344 0.961,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#626B7B" points="1.27,0.375 14.777,15.344 14.625,15.344 1.117,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#616A7A" points="1.426,0.375 14.93,15.344 14.777,15.344 1.27,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#606979" points="1.578,0.375 15.039,15.289 14.98,15.344 14.93,15.344 1.426,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5F6878" points="1.734,0.375 15.125,15.215 15.039,15.289 1.578,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5F6878" points="1.887,0.375 15.207,15.137 15.125,15.215 1.734,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5E6777" points="15.207,15.137 15.293,15.062 2.039,0.375 1.887,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5D6676" points="2.195,0.375 15.344,14.945 15.344,15.016 15.293,15.062 2.039,0.375 	
+		"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5C6576" points="2.348,0.375 15.344,14.777 15.344,14.945 2.195,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5B6475" points="2.5,0.375 15.344,14.605 15.344,14.777 2.348,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5B6475" points="2.656,0.375 15.344,14.434 15.344,14.605 2.5,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5A6373" points="2.812,0.375 15.344,14.266 15.344,14.434 2.656,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#596273" points="2.965,0.375 15.344,14.094 15.344,14.266 2.812,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#586172" points="3.117,0.375 15.344,13.922 15.344,14.094 2.965,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#576172" points="3.273,0.375 15.344,13.75 15.344,13.922 3.117,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#566071" points="15.344,13.582 3.426,0.375 3.273,0.375 15.344,13.75 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#566070" points="3.582,0.375 15.344,13.41 15.344,13.582 3.426,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#555F70" points="3.734,0.375 15.344,13.238 15.344,13.41 3.582,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#545E6F" points="15.344,13.07 3.891,0.375 3.734,0.375 15.344,13.238 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#535E6F" points="4.043,0.375 15.344,12.898 15.344,13.07 3.891,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#535D6E" points="15.344,12.727 4.195,0.375 4.043,0.375 15.344,12.898 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#525C6D" points="4.352,0.375 15.344,12.559 15.344,12.727 4.195,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#515C6D" points="4.504,0.375 15.344,12.387 15.344,12.559 4.352,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505B6C" points="4.656,0.375 15.344,12.219 15.344,12.387 4.504,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505B6C" points="4.812,0.375 15.344,12.047 15.344,12.219 4.656,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505A6B" points="4.969,0.375 15.344,11.875 15.344,12.047 4.812,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4F596A" points="5.121,0.375 15.344,11.703 15.344,11.875 4.969,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4E596A" points="5.273,0.375 15.344,11.531 15.344,11.703 5.121,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4D5869" points="5.43,0.375 15.344,11.363 15.344,11.531 5.273,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4C5869" points="5.582,0.375 15.344,11.191 15.344,11.363 5.43,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4C5768" points="5.738,0.375 15.344,11.023 15.344,11.191 5.582,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4B5768" points="5.891,0.375 15.344,10.852 15.344,11.023 5.738,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4B5667" points="6.047,0.375 15.344,10.68 15.344,10.852 5.891,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4A5567" points="6.199,0.375 15.344,10.508 15.344,10.68 6.047,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#495566" points="6.352,0.375 15.344,10.34 15.344,10.508 6.199,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#485566" points="6.508,0.375 15.344,10.168 15.344,10.34 6.352,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#485466" points="6.66,0.375 15.344,10 15.344,10.168 6.508,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#475365" points="6.812,0.375 15.344,9.828 15.344,10 6.66,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#475365" points="6.969,0.375 15.344,9.656 15.344,9.828 6.812,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#465264" points="7.125,0.375 15.344,9.484 15.344,9.656 6.969,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#455264" points="7.277,0.375 15.344,9.312 15.344,9.484 7.125,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445263" points="7.43,0.375 15.344,9.145 15.344,9.312 7.277,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445163" points="7.586,0.375 15.344,8.973 15.344,9.145 7.43,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445062" points="15.344,8.805 7.738,0.375 7.586,0.375 15.344,8.973 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#425062" points="7.895,0.375 15.344,8.633 15.344,8.805 7.738,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#425062" points="8.047,0.375 15.344,8.461 15.344,8.633 7.895,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#424F61" points="15.344,8.289 8.203,0.375 8.047,0.375 15.344,8.461 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#414F61" points="8.355,0.375 15.344,8.121 15.344,8.289 8.203,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#404E60" points="8.508,0.375 15.344,7.949 15.344,8.121 8.355,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4E60" points="8.664,0.375 15.344,7.781 15.344,7.949 8.508,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4D60" points="15.344,7.609 8.816,0.375 8.664,0.375 15.344,7.781 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4D5F" points="8.969,0.375 15.344,7.438 15.344,7.609 8.816,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3E4D5F" points="9.125,0.375 15.344,7.266 15.344,7.438 8.969,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3E4C5E" points="9.281,0.375 15.344,7.094 15.344,7.266 9.125,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3D4C5E" points="9.434,0.375 15.344,6.926 15.344,7.094 9.281,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3D4C5E" points="9.586,0.375 15.344,6.754 15.344,6.926 9.434,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="9.742,0.375 15.344,6.586 15.344,6.754 9.586,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="9.895,0.375 15.344,6.414 15.344,6.586 9.742,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="10.047,0.375 15.344,6.242 15.344,6.414 9.895,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3B4A5C" points="10.203,0.375 15.344,6.07 15.344,6.242 10.047,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3B4A5C" points="10.355,0.375 15.344,5.898 15.344,6.07 10.203,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3A495C" points="10.512,0.375 15.344,5.73 15.344,5.898 10.355,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3A495B" points="15.344,5.559 10.664,0.375 10.512,0.375 15.344,5.73 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#39495B" points="10.82,0.375 15.344,5.391 15.344,5.559 10.664,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38495B" points="10.973,0.375 15.344,5.219 15.344,5.391 10.82,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38485B" points="11.125,0.375 15.344,5.047 15.344,5.219 10.973,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38485A" points="11.281,0.375 15.344,4.875 15.344,5.047 11.125,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#37485A" points="11.434,0.375 15.344,4.707 15.344,4.875 11.281,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38475A" points="11.59,0.375 15.344,4.535 15.344,4.707 11.434,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#37475A" points="15.344,4.363 11.742,0.375 11.59,0.375 15.344,4.535 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#374659" points="11.898,0.375 15.344,4.195 15.344,4.363 11.742,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="12.051,0.375 15.344,4.023 15.344,4.195 11.898,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="12.203,0.375 15.344,3.852 15.344,4.023 12.051,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="12.359,0.375 15.344,3.68 15.344,3.852 12.203,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354659" points="12.512,0.375 15.344,3.512 15.344,3.68 12.359,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354659" points="12.668,0.375 15.344,3.344 15.344,3.512 12.512,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354658" points="12.82,0.375 15.344,3.172 15.344,3.344 12.668,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="12.977,0.375 15.344,3 15.344,3.172 12.82,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="13.129,0.375 15.344,2.828 15.344,3 12.977,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="13.281,0.375 15.344,2.656 15.344,2.828 13.129,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="13.438,0.375 15.344,2.488 15.344,2.656 13.281,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="15.344,2.488 13.438,0.375 15.344,0.375 	"/>
+</g>
+<path fill="#AEADAE" d="M14.969,7.858c0,3.92-3.189,7.109-7.109,7.109S0.75,11.778,0.75,7.858S3.939,0.75,7.859,0.75
+	S14.969,3.938,14.969,7.858z M7.859,0C3.525,0,0,3.525,0,7.858c0,4.334,3.525,7.859,7.859,7.859s7.859-3.525,7.859-7.859
+	C15.719,3.525,12.193,0,7.859,0z"/>
+<path fill="#FFFFFF" d="M5.208,4.142v7.601H4.163V6.341H2.414V5.582c0.484-0.011,1.716-0.044,1.991-1.44H5.208z"/>
+<path fill="#FFFFFF" d="M10.455,11.819c-0.627,0-1.562-0.144-2.211-1.199C7.76,9.817,7.683,8.783,7.683,7.958
+	c0-0.495,0.022-0.968,0.11-1.43c0.341-1.87,1.518-2.563,2.739-2.563c0.429,0,0.857,0.089,1.231,0.275
+	c1.122,0.605,1.485,1.947,1.485,3.575C13.249,8.541,13.249,11.819,10.455,11.819z M12.182,7.771c0-0.814-0.044-2.959-1.683-2.959
+	c-0.297,0-0.594,0.088-0.825,0.242C8.948,5.549,8.75,6.649,8.75,7.925c0,0.804,0.044,3.025,1.727,3.025
+	C12.028,10.95,12.182,9.091,12.182,7.771z"/>
+</svg>
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/11.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/11.png
new file mode 100644
index 0000000..0974a78
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/11.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/11.svg b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/11.svg
new file mode 100644
index 0000000..850f5ad
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/11.svg
@@ -0,0 +1,189 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+	<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+	 width="17" height="17" viewBox="-0.75 -0.957 17 17" enable-background="new -0.75 -0.957 17 17" xml:space="preserve">
+<defs>
+</defs>
+<g>
+	<defs>
+		<circle id="XMLID_6_" cx="7.859" cy="7.859" r="7.484"/>
+	</defs>
+	<clipPath id="XMLID_9_">
+		<use xlink:href="#XMLID_6_" />
+	</clipPath>
+	<polygon clip-path="url(#XMLID_9_)" fill="#CBD2D8" points="0.375,11.676 3.648,15.344 0.375,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#CBD2D8" points="0.375,11.52 3.785,15.344 3.648,15.344 0.375,11.676 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C9D0D5" points="0.375,11.363 3.922,15.344 3.785,15.344 0.375,11.52 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C6CDD3" points="0.375,11.211 4.062,15.344 3.922,15.344 0.375,11.363 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C5CCD2" points="0.375,11.059 4.199,15.344 4.062,15.344 0.375,11.211 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C3C9D0" points="0.375,10.902 4.336,15.344 4.199,15.344 0.375,11.059 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C1C8CE" points="0.375,10.746 4.473,15.344 4.336,15.344 0.375,10.902 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BFC5CC" points="0.375,10.594 4.609,15.344 4.473,15.344 0.375,10.746 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BEC4CB" points="0.375,10.441 4.75,15.344 4.609,15.344 0.375,10.594 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BBC2C9" points="0.375,10.285 4.887,15.344 4.75,15.344 0.375,10.441 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BAC0C8" points="0.375,10.133 5.023,15.344 4.887,15.344 0.375,10.285 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B7BEC6" points="0.375,9.977 5.16,15.344 5.023,15.344 0.375,10.133 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B6BDC5" points="0.375,9.824 5.297,15.344 5.16,15.344 0.375,9.977 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B5BBC3" points="0.375,9.668 5.438,15.344 5.297,15.344 0.375,9.824 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B3BAC2" points="5.574,15.344 0.375,9.516 0.375,9.668 5.438,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B1B7C0" points="5.711,15.344 0.375,9.359 0.375,9.516 5.574,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B0B6BF" points="5.848,15.344 0.375,9.207 0.375,9.359 5.711,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#AEB5BE" points="5.984,15.344 0.375,9.051 0.375,9.207 5.848,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#ADB3BC" points="6.125,15.344 0.375,8.898 0.375,9.051 5.984,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#ABB2BC" points="6.262,15.344 0.375,8.746 0.375,8.898 6.125,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#AAB0BA" points="0.375,8.59 6.398,15.344 6.262,15.344 0.375,8.746 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A8AEB8" points="0.375,8.434 6.535,15.344 6.398,15.344 0.375,8.59 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A6ADB7" points="6.672,15.344 0.375,8.281 0.375,8.434 6.535,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A6ACB6" points="6.812,15.344 0.375,8.129 0.375,8.281 6.672,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A3AAB4" points="6.949,15.344 0.375,7.973 0.375,8.129 6.812,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A2A8B3" points="7.086,15.344 0.375,7.816 0.375,7.973 6.949,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A0A7B1" points="7.227,15.344 0.375,7.664 0.375,7.816 7.086,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9FA6B0" points="0.375,7.512 7.363,15.344 7.227,15.344 0.375,7.664 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9EA4AF" points="0.375,7.355 7.5,15.344 7.363,15.344 0.375,7.512 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9CA3AE" points="0.375,7.199 7.637,15.344 7.5,15.344 0.375,7.355 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9BA1AD" points="7.773,15.344 0.375,7.047 0.375,7.199 7.637,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9AA0AB" points="7.914,15.344 0.375,6.895 0.375,7.047 7.773,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#989FAA" points="8.047,15.344 0.375,6.738 0.375,6.895 7.914,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#979EAA" points="0.375,6.582 8.188,15.344 8.047,15.344 0.375,6.738 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#969CA8" points="0.375,6.43 8.324,15.344 8.188,15.344 0.375,6.582 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#949BA7" points="0.375,6.277 8.461,15.344 8.324,15.344 0.375,6.43 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9399A5" points="0.375,6.121 8.602,15.344 8.461,15.344 0.375,6.277 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9298A4" points="0.375,5.965 8.738,15.344 8.602,15.344 0.375,6.121 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9097A3" points="0.375,5.812 8.875,15.344 8.738,15.344 0.375,5.965 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8F95A2" points="0.375,5.66 9.012,15.344 8.875,15.344 0.375,5.812 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8E95A1" points="0.375,5.504 9.148,15.344 9.012,15.344 0.375,5.66 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8D93A0" points="0.375,5.352 9.289,15.344 9.148,15.344 0.375,5.504 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8B929F" points="0.375,5.195 9.426,15.344 9.289,15.344 0.375,5.352 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8A919E" points="0.375,5.043 9.562,15.344 9.426,15.344 0.375,5.195 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#898F9D" points="0.375,4.887 9.699,15.344 9.562,15.344 0.375,5.043 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#878E9B" points="0.375,4.734 9.836,15.344 9.699,15.344 0.375,4.887 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#878D9B" points="0.375,4.578 9.977,15.344 9.836,15.344 0.375,4.734 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#858C9A" points="0.375,4.426 10.113,15.344 9.977,15.344 0.375,4.578 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#848B98" points="0.375,4.27 10.25,15.344 10.113,15.344 0.375,4.426 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#838A97" points="0.375,4.117 10.391,15.344 10.25,15.344 0.375,4.27 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#828997" points="0.375,3.965 10.523,15.344 10.391,15.344 0.375,4.117 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#818895" points="0.375,3.809 10.664,15.344 10.523,15.344 0.375,3.965 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#808794" points="0.375,3.652 10.801,15.344 10.664,15.344 0.375,3.809 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7E8594" points="0.375,3.5 10.938,15.344 10.801,15.344 0.375,3.652 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7D8593" points="0.375,3.348 11.078,15.344 10.938,15.344 0.375,3.5 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7C8392" points="11.211,15.344 0.375,3.191 0.375,3.348 11.078,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7B8290" points="0.375,3.035 11.352,15.344 11.211,15.344 0.375,3.191 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7A8190" points="0.375,2.883 11.488,15.344 11.352,15.344 0.375,3.035 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#79808F" points="0.375,2.73 11.625,15.344 11.488,15.344 0.375,2.883 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#787F8D" points="0.375,2.574 11.762,15.344 11.625,15.344 0.375,2.73 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#777E8D" points="11.898,15.344 0.375,2.418 0.375,2.574 11.762,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#767D8C" points="0.375,2.266 12.039,15.344 11.898,15.344 0.375,2.418 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#767C8B" points="0.375,2.113 12.176,15.344 12.039,15.344 0.375,2.266 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#747B8A" points="0.375,1.957 12.312,15.344 12.176,15.344 0.375,2.113 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#737A89" points="12.449,15.344 0.375,1.801 0.375,1.957 12.312,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#727989" points="12.59,15.344 0.375,1.648 0.375,1.801 12.449,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#717888" points="0.375,1.496 12.727,15.344 12.59,15.344 0.375,1.648 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#707786" points="0.375,1.34 12.863,15.344 12.727,15.344 0.375,1.496 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6F7686" points="0.375,1.188 13,15.344 12.863,15.344 0.375,1.34 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6D7585" points="0.375,1.031 13.141,15.344 13,15.344 0.375,1.188 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6D7584" points="0.375,0.879 13.277,15.344 13.141,15.344 0.375,1.031 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6C7383" points="0.375,0.723 13.414,15.344 13.277,15.344 0.375,0.879 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6B7383" points="0.375,0.684 0.43,0.633 13.551,15.344 13.414,15.344 0.375,0.723 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6A7281" points="0.43,0.633 0.508,0.566 13.688,15.344 13.551,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#697181" points="0.508,0.566 0.586,0.496 13.828,15.344 13.688,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#697080" points="0.586,0.496 0.664,0.43 13.965,15.344 13.828,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#686F7F" points="0.664,0.43 0.723,0.375 0.75,0.375 14.102,15.344 13.965,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#676E7E" points="0.891,0.375 14.238,15.344 14.102,15.344 0.75,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#656D7D" points="1.027,0.375 14.375,15.344 14.238,15.344 0.891,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#646C7D" points="1.164,0.375 14.516,15.344 14.375,15.344 1.027,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#646C7C" points="1.301,0.375 14.652,15.344 14.516,15.344 1.164,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#636B7C" points="1.438,0.375 14.789,15.344 14.652,15.344 1.301,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#626B7B" points="1.578,0.375 14.926,15.344 14.789,15.344 1.438,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#616A7A" points="1.715,0.375 15.035,15.312 15,15.344 14.926,15.344 1.578,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#606979" points="1.852,0.375 15.109,15.242 15.035,15.312 1.715,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5F6878" points="1.988,0.375 15.188,15.176 15.109,15.242 1.852,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5F6878" points="2.125,0.375 15.266,15.105 15.188,15.176 1.988,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5E6777" points="2.266,0.375 15.344,15.039 15.266,15.105 2.125,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5D6676" points="15.344,15.039 15.344,15.035 15.344,14.887 2.402,0.375 2.266,0.375 	
+		"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5C6576" points="2.539,0.375 15.344,14.73 15.344,14.887 2.402,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5B6475" points="15.344,14.578 2.676,0.375 2.539,0.375 15.344,14.73 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5B6475" points="15.344,14.426 2.816,0.375 2.676,0.375 15.344,14.578 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5A6373" points="2.953,0.375 15.344,14.27 15.344,14.426 2.816,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#596273" points="3.09,0.375 15.344,14.113 15.344,14.27 2.953,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#586172" points="3.227,0.375 15.344,13.961 15.344,14.113 3.09,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#576172" points="3.363,0.375 15.344,13.809 15.344,13.961 3.227,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#566071" points="3.5,0.375 15.344,13.652 15.344,13.809 3.363,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#566070" points="3.641,0.375 15.344,13.496 15.344,13.652 3.5,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#555F70" points="3.777,0.375 15.344,13.344 15.344,13.496 3.641,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#545E6F" points="3.914,0.375 15.344,13.191 15.344,13.344 3.777,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#535E6F" points="4.055,0.375 15.344,13.035 15.344,13.191 3.914,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#535D6E" points="4.188,0.375 15.344,12.879 15.344,13.035 4.055,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#525C6D" points="4.328,0.375 15.344,12.727 15.344,12.879 4.188,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#515C6D" points="4.465,0.375 15.344,12.574 15.344,12.727 4.328,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505B6C" points="4.602,0.375 15.344,12.418 15.344,12.574 4.465,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505B6C" points="4.742,0.375 15.344,12.262 15.344,12.418 4.602,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505A6B" points="4.875,0.375 15.344,12.109 15.344,12.262 4.742,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4F596A" points="5.016,0.375 15.344,11.957 15.344,12.109 4.875,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4E596A" points="5.152,0.375 15.344,11.801 15.344,11.957 5.016,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4D5869" points="5.289,0.375 15.344,11.648 15.344,11.801 5.152,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4C5869" points="5.43,0.375 15.344,11.492 15.344,11.648 5.289,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4C5768" points="5.566,0.375 15.344,11.34 15.344,11.492 5.43,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4B5768" points="15.344,11.184 5.703,0.375 5.566,0.375 15.344,11.34 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4B5667" points="5.84,0.375 15.344,11.031 15.344,11.184 5.703,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4A5567" points="5.977,0.375 15.344,10.875 15.344,11.031 5.84,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#495566" points="6.117,0.375 15.344,10.723 15.344,10.875 5.977,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#485566" points="6.254,0.375 15.344,10.566 15.344,10.723 6.117,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#485466" points="6.391,0.375 15.344,10.414 15.344,10.566 6.254,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#475365" points="6.527,0.375 15.344,10.262 15.344,10.414 6.391,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#475365" points="15.344,10.105 6.664,0.375 6.527,0.375 15.344,10.262 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#465264" points="15.344,9.949 6.805,0.375 6.664,0.375 15.344,10.105 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#455264" points="6.941,0.375 15.344,9.797 15.344,9.949 6.805,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445263" points="7.078,0.375 15.344,9.645 15.344,9.797 6.941,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445163" points="7.215,0.375 15.344,9.488 15.344,9.645 7.078,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445062" points="7.352,0.375 15.344,9.332 15.344,9.488 7.215,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#425062" points="7.492,0.375 15.344,9.18 15.344,9.332 7.352,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#425062" points="15.344,9.027 7.629,0.375 7.492,0.375 15.344,9.18 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#424F61" points="15.344,8.871 7.766,0.375 7.629,0.375 15.344,9.027 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#414F61" points="7.902,0.375 15.344,8.715 15.344,8.871 7.766,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#404E60" points="8.039,0.375 15.344,8.562 15.344,8.715 7.902,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4E60" points="8.18,0.375 15.344,8.41 15.344,8.562 8.039,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4D60" points="8.316,0.375 15.344,8.254 15.344,8.41 8.18,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4D5F" points="8.453,0.375 15.344,8.098 15.344,8.254 8.316,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3E4D5F" points="8.59,0.375 15.344,7.945 15.344,8.098 8.453,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3E4C5E" points="8.73,0.375 15.344,7.793 15.344,7.945 8.59,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3D4C5E" points="8.867,0.375 15.344,7.637 15.344,7.793 8.73,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3D4C5E" points="9.004,0.375 15.344,7.484 15.344,7.637 8.867,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="9.141,0.375 15.344,7.332 15.344,7.484 9.004,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="9.281,0.375 15.344,7.176 15.344,7.332 9.141,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="9.418,0.375 15.344,7.02 15.344,7.176 9.281,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3B4A5C" points="9.555,0.375 15.344,6.867 15.344,7.02 9.418,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3B4A5C" points="9.691,0.375 15.344,6.711 15.344,6.867 9.555,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3A495C" points="15.344,6.559 9.828,0.375 9.691,0.375 15.344,6.711 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3A495B" points="9.969,0.375 15.344,6.402 15.344,6.559 9.828,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#39495B" points="15.344,6.25 10.105,0.375 9.969,0.375 15.344,6.402 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38495B" points="10.242,0.375 15.344,6.098 15.344,6.25 10.105,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38485B" points="15.344,5.941 10.379,0.375 10.242,0.375 15.344,6.098 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38485A" points="10.516,0.375 15.344,5.785 15.344,5.941 10.379,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#37485A" points="10.656,0.375 15.344,5.633 15.344,5.785 10.516,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38475A" points="10.793,0.375 15.344,5.48 15.344,5.633 10.656,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#37475A" points="10.93,0.375 15.344,5.324 15.344,5.48 10.793,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#374659" points="11.066,0.375 15.344,5.168 15.344,5.324 10.93,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="11.203,0.375 15.344,5.016 15.344,5.168 11.066,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="15.344,4.863 11.344,0.375 11.203,0.375 15.344,5.016 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="11.48,0.375 15.344,4.707 15.344,4.863 11.344,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354659" points="11.617,0.375 15.344,4.555 15.344,4.707 11.48,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354659" points="11.754,0.375 15.344,4.398 15.344,4.555 11.617,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354658" points="11.891,0.375 15.344,4.246 15.344,4.398 11.754,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="12.031,0.375 15.344,4.09 15.344,4.246 11.891,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="15.344,3.938 12.168,0.375 12.031,0.375 15.344,4.09 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="15.344,3.781 12.305,0.375 12.168,0.375 15.344,3.938 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="12.441,0.375 15.344,3.629 15.344,3.781 12.305,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="15.344,3.629 12.441,0.375 15.344,0.375 	"/>
+</g>
+<path fill="#AEADAE" d="M14.969,7.859c0,3.92-3.188,7.109-7.108,7.109c-3.921,0-7.11-3.189-7.11-7.109S3.939,0.75,7.86,0.75
+	C11.78,0.75,14.969,3.939,14.969,7.859z M7.86,0C3.526,0,0,3.525,0,7.859s3.526,7.859,7.86,7.859c4.333,0,7.858-3.525,7.858-7.859
+	S12.193,0,7.86,0z"/>
+<path fill="#FFFFFF" d="M6.235,4.143v7.601H5.19V6.342H3.441V5.583c0.484-0.011,1.716-0.044,1.991-1.44H6.235z"/>
+<path fill="#FFFFFF" d="M10.363,4.143v7.601H9.318V6.342H7.569V5.583c0.484-0.011,1.716-0.044,1.991-1.44H10.363z"/>
+</svg>
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/12.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/12.png
new file mode 100644
index 0000000..293b04d
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/12.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/12.svg b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/12.svg
new file mode 100644
index 0000000..94b5515
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/12.svg
@@ -0,0 +1,194 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+	<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+	 width="17" height="17" viewBox="-0.75 -0.657 17 17" enable-background="new -0.75 -0.657 17 17" xml:space="preserve">
+<defs>
+</defs>
+<g>
+	<defs>
+		<circle id="XMLID_6_" cx="7.859" cy="7.859" r="7.484"/>
+	</defs>
+	<clipPath id="XMLID_9_">
+		<use xlink:href="#XMLID_6_" />
+	</clipPath>
+	<polygon clip-path="url(#XMLID_9_)" fill="#CBD2D8" points="0.375,10.569 4.891,15.343 0.375,15.343 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#CBD2D8" points="0.375,10.413 5.039,15.343 4.891,15.343 0.375,10.569 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C9D0D5" points="0.375,10.261 5.18,15.343 5.039,15.343 0.375,10.413 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C6CDD3" points="0.375,10.108 5.328,15.343 5.18,15.343 0.375,10.261 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C5CCD2" points="5.473,15.343 0.375,9.952 0.375,10.108 5.328,15.343 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C3C9D0" points="0.375,9.8 5.617,15.343 5.473,15.343 0.375,9.952 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C1C8CE" points="0.375,9.647 5.762,15.343 5.617,15.343 0.375,9.8 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BFC5CC" points="0.375,9.495 5.906,15.343 5.762,15.343 0.375,9.647 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BEC4CB" points="0.375,9.339 6.055,15.343 5.906,15.343 0.375,9.495 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BBC2C9" points="0.375,9.187 6.199,15.343 6.055,15.343 0.375,9.339 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BAC0C8" points="6.344,15.343 0.375,9.034 0.375,9.187 6.199,15.343 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B7BEC6" points="0.375,8.882 6.488,15.343 6.344,15.343 0.375,9.034 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B6BDC5" points="0.375,8.726 6.633,15.343 6.488,15.343 0.375,8.882 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B5BBC3" points="0.375,8.573 6.781,15.343 6.633,15.343 0.375,8.726 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B3BAC2" points="0.375,8.421 6.926,15.343 6.781,15.343 0.375,8.573 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B1B7C0" points="0.375,8.265 7.07,15.343 6.926,15.343 0.375,8.421 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B0B6BF" points="0.375,8.112 7.215,15.343 7.07,15.343 0.375,8.265 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#AEB5BE" points="7.359,15.343 0.375,7.96 0.375,8.112 7.215,15.343 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#ADB3BC" points="0.375,7.804 7.504,15.343 7.359,15.343 0.375,7.96 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#ABB2BC" points="0.375,7.651 7.648,15.343 7.504,15.343 0.375,7.804 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#AAB0BA" points="0.375,7.499 7.797,15.343 7.648,15.343 0.375,7.651 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A8AEB8" points="0.375,7.347 7.941,15.343 7.797,15.343 0.375,7.499 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A6ADB7" points="0.375,7.19 8.086,15.343 7.941,15.343 0.375,7.347 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A6ACB6" points="0.375,7.038 8.23,15.343 8.086,15.343 0.375,7.19 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A3AAB4" points="0.375,6.886 8.375,15.343 8.23,15.343 0.375,7.038 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A2A8B3" points="0.375,6.733 8.523,15.343 8.375,15.343 0.375,6.886 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A0A7B1" points="0.375,6.577 8.664,15.343 8.523,15.343 0.375,6.733 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9FA6B0" points="0.375,6.425 8.812,15.343 8.664,15.343 0.375,6.577 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9EA4AF" points="0.375,6.272 8.957,15.343 8.812,15.343 0.375,6.425 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9CA3AE" points="0.375,6.116 9.102,15.343 8.957,15.343 0.375,6.272 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9BA1AD" points="0.375,5.964 9.246,15.343 9.102,15.343 0.375,6.116 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9AA0AB" points="0.375,5.812 9.391,15.343 9.246,15.343 0.375,5.964 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#989FAA" points="0.375,5.655 9.539,15.343 9.391,15.343 0.375,5.812 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#979EAA" points="0.375,5.503 9.68,15.343 9.539,15.343 0.375,5.655 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#969CA8" points="0.375,5.351 9.828,15.343 9.68,15.343 0.375,5.503 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#949BA7" points="0.375,5.198 9.973,15.343 9.828,15.343 0.375,5.351 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9399A5" points="0.375,5.046 10.117,15.343 9.973,15.343 0.375,5.198 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9298A4" points="0.375,4.89 10.262,15.343 10.117,15.343 0.375,5.046 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9097A3" points="0.375,4.737 10.406,15.343 10.262,15.343 0.375,4.89 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8F95A2" points="0.375,4.585 10.555,15.343 10.406,15.343 0.375,4.737 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8E95A1" points="0.375,4.429 10.699,15.343 10.555,15.343 0.375,4.585 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8D93A0" points="0.375,4.276 10.844,15.343 10.699,15.343 0.375,4.429 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8B929F" points="0.375,4.124 10.988,15.343 10.844,15.343 0.375,4.276 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8A919E" points="0.375,3.968 11.133,15.343 10.988,15.343 0.375,4.124 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#898F9D" points="0.375,3.815 11.281,15.343 11.133,15.343 0.375,3.968 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#878E9B" points="0.375,3.663 11.422,15.343 11.281,15.343 0.375,3.815 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#878D9B" points="0.375,3.511 11.57,15.343 11.422,15.343 0.375,3.663 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#858C9A" points="0.375,3.354 11.715,15.343 11.57,15.343 0.375,3.511 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#848B98" points="11.859,15.343 0.375,3.202 0.375,3.354 11.715,15.343 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#838A97" points="0.375,3.05 12.004,15.343 11.859,15.343 0.375,3.202 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#828997" points="0.375,2.897 12.148,15.343 12.004,15.343 0.375,3.05 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#818895" points="0.375,2.741 12.297,15.343 12.148,15.343 0.375,2.897 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#808794" points="0.375,2.589 12.441,15.343 12.297,15.343 0.375,2.741 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7E8594" points="12.586,15.343 0.375,2.437 0.375,2.589 12.441,15.343 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7D8593" points="0.375,2.28 12.73,15.343 12.586,15.343 0.375,2.437 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7C8392" points="0.375,2.128 12.875,15.343 12.73,15.343 0.375,2.28 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7B8290" points="13.02,15.343 0.375,1.976 0.375,2.128 12.875,15.343 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7A8190" points="13.164,15.343 0.375,1.819 0.375,1.976 13.02,15.343 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#79808F" points="13.312,15.343 0.375,1.667 0.375,1.819 13.164,15.343 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#787F8D" points="0.375,1.515 13.457,15.343 13.312,15.343 0.375,1.667 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#777E8D" points="0.375,1.362 13.602,15.343 13.457,15.343 0.375,1.515 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#767D8C" points="0.375,1.206 13.746,15.343 13.602,15.343 0.375,1.362 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#767C8B" points="0.375,1.054 13.891,15.343 13.746,15.343 0.375,1.206 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#747B8A" points="0.375,0.901 14.039,15.343 13.891,15.343 0.375,1.054 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#737A89" points="0.375,0.792 0.398,0.772 14.184,15.343 14.039,15.343 0.375,0.901 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#727989" points="0.398,0.772 0.477,0.698 14.328,15.343 14.184,15.343 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#717888" points="0.477,0.698 0.551,0.624 14.473,15.343 14.328,15.343 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#707786" points="14.617,15.343 0.629,0.554 0.551,0.624 14.473,15.343 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6F7686" points="14.766,15.343 0.703,0.483 0.629,0.554 14.617,15.343 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6D7585" points="14.906,15.343 14.906,15.343 0.781,0.409 0.703,0.483 14.766,15.343 	
+		"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6D7584" points="0.781,0.409 0.816,0.374 0.895,0.374 14.984,15.269 14.906,15.343 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6C7383" points="14.984,15.269 15.059,15.194 1.039,0.374 0.895,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6B7383" points="15.059,15.194 15.137,15.124 1.184,0.374 1.039,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6A7281" points="1.328,0.374 15.211,15.05 15.137,15.124 1.184,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#697181" points="1.477,0.374 15.289,14.979 15.211,15.05 1.328,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#697080" points="1.617,0.374 15.344,14.882 15.344,14.929 15.289,14.979 1.477,0.374 	
+		"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#686F7F" points="1.766,0.374 15.344,14.729 15.344,14.882 1.617,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#676E7E" points="1.91,0.374 15.344,14.577 15.344,14.729 1.766,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#656D7D" points="2.055,0.374 15.344,14.421 15.344,14.577 1.91,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#646C7D" points="2.199,0.374 15.344,14.269 15.344,14.421 2.055,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#646C7C" points="2.344,0.374 15.344,14.116 15.344,14.269 2.199,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#636B7C" points="15.344,13.964 2.492,0.374 2.344,0.374 15.344,14.116 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#626B7B" points="2.637,0.374 15.344,13.808 15.344,13.964 2.492,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#616A7A" points="2.781,0.374 15.344,13.655 15.344,13.808 2.637,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#606979" points="15.344,13.499 2.926,0.374 2.781,0.374 15.344,13.655 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5F6878" points="15.344,13.351 3.07,0.374 2.926,0.374 15.344,13.499 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5F6878" points="15.344,13.194 3.219,0.374 3.07,0.374 15.344,13.351 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5E6777" points="3.359,0.374 15.344,13.042 15.344,13.194 3.219,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5D6676" points="3.508,0.374 15.344,12.89 15.344,13.042 3.359,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5C6576" points="3.652,0.374 15.344,12.733 15.344,12.89 3.508,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5B6475" points="3.797,0.374 15.344,12.581 15.344,12.733 3.652,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5B6475" points="3.941,0.374 15.344,12.429 15.344,12.581 3.797,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5A6373" points="4.086,0.374 15.344,12.272 15.344,12.429 3.941,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#596273" points="4.234,0.374 15.344,12.12 15.344,12.272 4.086,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#586172" points="4.375,0.374 15.344,11.968 15.344,12.12 4.234,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#576172" points="4.523,0.374 15.344,11.815 15.344,11.968 4.375,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#566071" points="4.668,0.374 15.344,11.663 15.344,11.815 4.523,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#566070" points="4.812,0.374 15.344,11.507 15.344,11.663 4.668,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#555F70" points="4.957,0.374 15.344,11.354 15.344,11.507 4.812,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#545E6F" points="5.102,0.374 15.344,11.202 15.344,11.354 4.957,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#535E6F" points="5.25,0.374 15.344,11.046 15.344,11.202 5.102,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#535D6E" points="5.395,0.374 15.344,10.894 15.344,11.046 5.25,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#525C6D" points="5.539,0.374 15.344,10.741 15.344,10.894 5.395,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#515C6D" points="5.684,0.374 15.344,10.585 15.344,10.741 5.539,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505B6C" points="15.344,10.433 5.828,0.374 5.684,0.374 15.344,10.585 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505B6C" points="15.344,10.28 5.977,0.374 5.828,0.374 15.344,10.433 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505A6B" points="6.117,0.374 15.344,10.128 15.344,10.28 5.977,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4F596A" points="6.266,0.374 15.344,9.972 15.344,10.128 6.117,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4E596A" points="6.41,0.374 15.344,9.819 15.344,9.972 6.266,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4D5869" points="6.555,0.374 15.344,9.667 15.344,9.819 6.41,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4C5869" points="6.699,0.374 15.344,9.515 15.344,9.667 6.555,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4C5768" points="15.344,9.358 6.844,0.374 6.699,0.374 15.344,9.515 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4B5768" points="15.344,9.206 6.992,0.374 6.844,0.374 15.344,9.358 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4B5667" points="7.137,0.374 15.344,9.054 15.344,9.206 6.992,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4A5567" points="7.281,0.374 15.344,8.897 15.344,9.054 7.137,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#495566" points="7.426,0.374 15.344,8.745 15.344,8.897 7.281,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#485566" points="7.57,0.374 15.344,8.593 15.344,8.745 7.426,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#485466" points="7.715,0.374 15.344,8.437 15.344,8.593 7.57,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#475365" points="7.859,0.374 15.344,8.284 15.344,8.437 7.715,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#475365" points="8.008,0.374 15.344,8.132 15.344,8.284 7.859,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#465264" points="8.152,0.374 15.344,7.976 15.344,8.132 8.008,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#455264" points="8.297,0.374 15.344,7.827 15.344,7.976 8.152,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445263" points="8.441,0.374 15.344,7.671 15.344,7.827 8.297,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445163" points="8.586,0.374 15.344,7.519 15.344,7.671 8.441,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445062" points="8.73,0.374 15.344,7.366 15.344,7.519 8.586,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#425062" points="8.875,0.374 15.344,7.21 15.344,7.366 8.73,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#425062" points="9.023,0.374 15.344,7.058 15.344,7.21 8.875,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#424F61" points="9.168,0.374 15.344,6.905 15.344,7.058 9.023,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#414F61" points="15.344,6.749 9.312,0.374 9.168,0.374 15.344,6.905 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#404E60" points="9.457,0.374 15.344,6.597 15.344,6.749 9.312,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4E60" points="9.602,0.374 15.344,6.444 15.344,6.597 9.457,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4D60" points="9.75,0.374 15.344,6.288 15.344,6.444 9.602,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4D5F" points="9.895,0.374 15.344,6.136 15.344,6.288 9.75,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3E4D5F" points="15.344,5.983 10.039,0.374 9.895,0.374 15.344,6.136 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3E4C5E" points="15.344,5.831 10.184,0.374 10.039,0.374 15.344,5.983 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3D4C5E" points="15.344,5.679 10.328,0.374 10.184,0.374 15.344,5.831 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3D4C5E" points="10.477,0.374 15.344,5.522 15.344,5.679 10.328,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="10.617,0.374 15.344,5.37 15.344,5.522 10.477,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="10.766,0.374 15.344,5.218 15.344,5.37 10.617,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="10.91,0.374 15.344,5.062 15.344,5.218 10.766,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3B4A5C" points="11.055,0.374 15.344,4.909 15.344,5.062 10.91,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3B4A5C" points="15.344,4.757 11.199,0.374 11.055,0.374 15.344,4.909 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3A495C" points="15.344,4.601 11.344,0.374 11.199,0.374 15.344,4.757 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3A495B" points="15.344,4.448 11.492,0.374 11.344,0.374 15.344,4.601 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#39495B" points="15.344,4.296 11.637,0.374 11.492,0.374 15.344,4.448 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38495B" points="15.344,4.14 11.781,0.374 11.637,0.374 15.344,4.296 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38485B" points="11.926,0.374 15.344,3.987 15.344,4.14 11.781,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38485A" points="12.07,0.374 15.344,3.835 15.344,3.987 11.926,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#37485A" points="12.215,0.374 15.344,3.683 15.344,3.835 12.07,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38475A" points="12.359,0.374 15.344,3.53 15.344,3.683 12.215,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#37475A" points="12.508,0.374 15.344,3.374 15.344,3.53 12.359,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#374659" points="12.652,0.374 15.344,3.222 15.344,3.374 12.508,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="12.797,0.374 15.344,3.069 15.344,3.222 12.652,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="12.941,0.374 15.344,2.913 15.344,3.069 12.797,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="13.086,0.374 15.344,2.761 15.344,2.913 12.941,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354659" points="13.23,0.374 15.344,2.608 15.344,2.761 13.086,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354659" points="13.375,0.374 15.344,2.452 15.344,2.608 13.23,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354658" points="13.523,0.374 15.344,2.3 15.344,2.452 13.375,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="13.668,0.374 15.344,2.147 15.344,2.3 13.523,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="13.812,0.374 15.344,1.991 15.344,2.147 13.668,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="13.957,0.374 15.344,1.839 15.344,1.991 13.812,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="14.102,0.374 15.344,1.687 15.344,1.839 13.957,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="15.344,1.687 14.102,0.374 15.344,0.374 	"/>
+</g>
+<path fill="#AEADAE" d="M14.969,7.859c0,3.92-3.189,7.108-7.109,7.108S0.75,11.779,0.75,7.859S3.939,0.75,7.859,0.75
+	S14.969,3.939,14.969,7.859z M7.859,0C3.525,0,0,3.525,0,7.859c0,4.333,3.525,7.858,7.859,7.858s7.859-3.525,7.859-7.858
+	C15.719,3.525,12.193,0,7.859,0z"/>
+<path fill="#FFFFFF" d="M5.208,4.143v7.601H4.163V6.342H2.414V5.583c0.484-0.011,1.716-0.044,1.991-1.44H5.208z"/>
+<path fill="#FFFFFF" d="M13.161,10.786v0.957H7.936v-1.056l0.177-0.154c0.253-0.231,0.506-0.462,0.759-0.682
+	c0.264-0.242,0.55-0.474,0.813-0.704c1.441-1.222,2.189-1.893,2.189-2.882c0-0.275-0.099-1.31-1.397-1.31
+	c-1.121,0-1.363,0.803-1.44,1.133C8.959,6.431,8.97,6.672,8.981,6.925L7.914,6.87c0-0.275,0-0.704,0.154-1.188
+	c0.352-1.078,1.242-1.64,2.452-1.64c1.717,0,2.421,1.078,2.421,2.179c0,1.144-0.639,2.013-2.156,3.256
+	c-0.265,0.209-0.518,0.418-0.781,0.627c-0.11,0.099-0.671,0.571-0.803,0.682H13.161z"/>
+</svg>
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/13.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/13.png
new file mode 100644
index 0000000..a1322f5
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/13.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/13.svg b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/13.svg
new file mode 100644
index 0000000..9a3d624
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/13.svg
@@ -0,0 +1,195 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+	<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+	 width="17" height="17" viewBox="-0.75 -0.357 17 17" enable-background="new -0.75 -0.357 17 17" xml:space="preserve">
+<defs>
+</defs>
+<g>
+	<defs>
+		<circle id="XMLID_6_" cx="7.859" cy="7.859" r="7.484"/>
+	</defs>
+	<clipPath id="XMLID_9_">
+		<use xlink:href="#XMLID_6_" />
+	</clipPath>
+	<polygon clip-path="url(#XMLID_9_)" fill="#CBD2D8" points="0.375,11.256 3.535,15.342 0.375,15.342 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#CBD2D8" points="0.375,11.064 3.68,15.342 3.535,15.342 0.375,11.256 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C9D0D5" points="0.375,10.877 3.824,15.342 3.68,15.342 0.375,11.064 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C6CDD3" points="0.375,10.689 3.969,15.342 3.824,15.342 0.375,10.877 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C5CCD2" points="0.375,10.502 4.117,15.342 3.969,15.342 0.375,10.689 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C3C9D0" points="4.262,15.342 0.375,10.314 0.375,10.502 4.117,15.342 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C1C8CE" points="0.375,10.127 4.406,15.342 4.262,15.342 0.375,10.314 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BFC5CC" points="0.375,9.939 4.551,15.342 4.406,15.342 0.375,10.127 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BEC4CB" points="0.375,9.748 4.699,15.342 4.551,15.342 0.375,9.939 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BBC2C9" points="0.375,9.561 4.844,15.342 4.699,15.342 0.375,9.748 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BAC0C8" points="0.375,9.373 4.988,15.342 4.844,15.342 0.375,9.561 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B7BEC6" points="0.375,9.186 5.133,15.342 4.988,15.342 0.375,9.373 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B6BDC5" points="5.281,15.342 0.375,8.994 0.375,9.186 5.133,15.342 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B5BBC3" points="0.375,8.807 5.426,15.342 5.281,15.342 0.375,8.994 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B3BAC2" points="0.375,8.619 5.57,15.342 5.426,15.342 0.375,8.807 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B1B7C0" points="5.719,15.342 0.375,8.432 0.375,8.619 5.57,15.342 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B0B6BF" points="0.375,8.244 5.863,15.342 5.719,15.342 0.375,8.432 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#AEB5BE" points="0.375,8.057 6.008,15.342 5.863,15.342 0.375,8.244 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#ADB3BC" points="0.375,7.865 6.152,15.342 6.008,15.342 0.375,8.057 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#ABB2BC" points="0.375,7.678 6.297,15.342 6.152,15.342 0.375,7.865 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#AAB0BA" points="6.445,15.342 0.375,7.49 0.375,7.678 6.297,15.342 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A8AEB8" points="0.375,7.299 6.59,15.342 6.445,15.342 0.375,7.49 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A6ADB7" points="6.734,15.342 0.375,7.111 0.375,7.299 6.59,15.342 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A6ACB6" points="0.375,6.924 6.883,15.342 6.734,15.342 0.375,7.111 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A3AAB4" points="0.375,6.736 7.023,15.342 6.883,15.342 0.375,6.924 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A2A8B3" points="7.172,15.342 0.375,6.549 0.375,6.736 7.023,15.342 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A0A7B1" points="0.375,6.361 7.316,15.342 7.172,15.342 0.375,6.549 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9FA6B0" points="0.375,6.17 7.461,15.342 7.316,15.342 0.375,6.361 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9EA4AF" points="0.375,5.982 7.609,15.342 7.461,15.342 0.375,6.17 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9CA3AE" points="0.375,5.795 7.754,15.342 7.609,15.342 0.375,5.982 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9BA1AD" points="0.375,5.604 7.898,15.342 7.754,15.342 0.375,5.795 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9AA0AB" points="0.375,5.416 8.043,15.342 7.898,15.342 0.375,5.604 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#989FAA" points="0.375,5.229 8.188,15.342 8.043,15.342 0.375,5.416 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#979EAA" points="0.375,5.041 8.336,15.342 8.188,15.342 0.375,5.229 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#969CA8" points="0.375,4.854 8.48,15.342 8.336,15.342 0.375,5.041 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#949BA7" points="0.375,4.666 8.625,15.342 8.48,15.342 0.375,4.854 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9399A5" points="0.375,4.479 8.773,15.342 8.625,15.342 0.375,4.666 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9298A4" points="0.375,4.287 8.918,15.342 8.773,15.342 0.375,4.479 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9097A3" points="9.062,15.342 0.375,4.1 0.375,4.287 8.918,15.342 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8F95A2" points="0.375,3.912 9.207,15.342 9.062,15.342 0.375,4.1 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8E95A1" points="9.352,15.342 0.375,3.725 0.375,3.912 9.207,15.342 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8D93A0" points="9.5,15.342 0.375,3.533 0.375,3.725 9.352,15.342 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8B929F" points="0.375,3.346 9.645,15.342 9.5,15.342 0.375,3.533 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8A919E" points="0.375,3.158 9.789,15.342 9.645,15.342 0.375,3.346 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#898F9D" points="0.375,2.971 9.938,15.342 9.789,15.342 0.375,3.158 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#878E9B" points="0.375,2.783 10.082,15.342 9.938,15.342 0.375,2.971 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#878D9B" points="0.375,2.596 10.227,15.342 10.082,15.342 0.375,2.783 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#858C9A" points="0.375,2.408 10.371,15.342 10.227,15.342 0.375,2.596 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#848B98" points="0.375,2.217 10.516,15.342 10.371,15.342 0.375,2.408 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#838A97" points="0.375,2.029 10.664,15.342 10.516,15.342 0.375,2.217 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#828997" points="0.375,1.842 10.809,15.342 10.664,15.342 0.375,2.029 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#818895" points="0.375,1.65 10.953,15.342 10.809,15.342 0.375,1.842 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#808794" points="0.375,1.463 11.102,15.342 10.953,15.342 0.375,1.65 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7E8594" points="0.375,1.275 11.246,15.342 11.102,15.342 0.375,1.463 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7D8593" points="0.375,1.088 11.391,15.342 11.246,15.342 0.375,1.275 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7C8392" points="0.375,0.9 11.539,15.342 11.391,15.342 0.375,1.088 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7B8290" points="0.375,0.713 11.68,15.342 11.539,15.342 0.375,0.9 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7A8190" points="0.375,0.525 11.828,15.342 11.68,15.342 0.375,0.713 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#79808F" points="0.375,0.436 0.426,0.4 11.973,15.342 11.828,15.342 0.375,0.525 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#787F8D" points="0.426,0.4 0.453,0.377 0.551,0.377 12.117,15.342 11.973,15.342 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#777E8D" points="0.695,0.377 12.266,15.342 12.117,15.342 0.551,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#767D8C" points="0.844,0.377 12.41,15.342 12.266,15.342 0.695,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#767C8B" points="0.988,0.377 12.555,15.342 12.41,15.342 0.844,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#747B8A" points="1.133,0.377 12.699,15.342 12.555,15.342 0.988,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#737A89" points="1.281,0.377 12.844,15.342 12.699,15.342 1.133,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#727989" points="1.426,0.377 12.992,15.342 12.844,15.342 1.281,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#717888" points="13.137,15.342 1.57,0.377 1.426,0.377 12.992,15.342 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#707786" points="1.715,0.377 13.281,15.342 13.137,15.342 1.57,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6F7686" points="1.859,0.377 13.43,15.342 13.281,15.342 1.715,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6D7585" points="13.574,15.342 2.008,0.377 1.859,0.377 13.43,15.342 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6D7584" points="2.152,0.377 13.719,15.342 13.574,15.342 2.008,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6C7383" points="2.297,0.377 13.863,15.342 13.719,15.342 2.152,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6B7383" points="2.445,0.377 14.008,15.342 13.863,15.342 2.297,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6A7281" points="2.59,0.377 14.156,15.342 14.008,15.342 2.445,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#697181" points="2.734,0.377 14.301,15.342 14.156,15.342 2.59,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#697080" points="2.879,0.377 14.445,15.342 14.301,15.342 2.734,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#686F7F" points="3.023,0.377 14.594,15.342 14.445,15.342 2.879,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#676E7E" points="14.734,15.342 3.172,0.377 3.023,0.377 14.594,15.342 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#656D7D" points="3.316,0.377 14.883,15.342 14.734,15.342 3.172,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#646C7D" points="3.461,0.377 15.027,15.342 14.883,15.342 3.316,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#646C7C" points="3.609,0.377 15.172,15.342 15.027,15.342 3.461,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#636B7C" points="3.754,0.377 15.297,15.314 15.262,15.342 15.172,15.342 3.609,0.377 	
+		"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#626B7B" points="15.297,15.314 15.344,15.279 15.344,15.186 3.898,0.377 3.754,0.377 	
+		"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#616A7A" points="4.043,0.377 15.344,14.998 15.344,15.186 3.898,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#606979" points="4.188,0.377 15.344,14.811 15.344,14.998 4.043,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5F6878" points="15.344,14.619 4.336,0.377 4.188,0.377 15.344,14.811 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5F6878" points="4.48,0.377 15.344,14.432 15.344,14.619 4.336,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5E6777" points="15.344,14.244 4.625,0.377 4.48,0.377 15.344,14.432 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5D6676" points="4.773,0.377 15.344,14.057 15.344,14.244 4.625,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5C6576" points="4.918,0.377 15.344,13.869 15.344,14.057 4.773,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5B6475" points="5.062,0.377 15.344,13.682 15.344,13.869 4.918,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5B6475" points="5.207,0.377 15.344,13.49 15.344,13.682 5.062,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5A6373" points="15.344,13.303 5.352,0.377 5.207,0.377 15.344,13.49 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#596273" points="5.5,0.377 15.344,13.115 15.344,13.303 5.352,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#586172" points="5.645,0.377 15.344,12.928 15.344,13.115 5.5,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#576172" points="5.789,0.377 15.344,12.74 15.344,12.928 5.645,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#566071" points="5.934,0.377 15.344,12.549 15.344,12.74 5.789,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#566070" points="6.082,0.377 15.344,12.361 15.344,12.549 5.934,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#555F70" points="6.227,0.377 15.344,12.174 15.344,12.361 6.082,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#545E6F" points="6.371,0.377 15.344,11.986 15.344,12.174 6.227,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#535E6F" points="6.516,0.377 15.344,11.799 15.344,11.986 6.371,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#535D6E" points="6.664,0.377 15.344,11.607 15.344,11.799 6.516,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#525C6D" points="15.344,11.42 6.809,0.377 6.664,0.377 15.344,11.607 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#515C6D" points="6.953,0.377 15.344,11.232 15.344,11.42 6.809,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505B6C" points="7.102,0.377 15.344,11.045 15.344,11.232 6.953,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505B6C" points="7.246,0.377 15.344,10.854 15.344,11.045 7.102,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505A6B" points="7.391,0.377 15.344,10.666 15.344,10.854 7.246,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4F596A" points="7.535,0.377 15.344,10.479 15.344,10.666 7.391,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4E596A" points="7.68,0.377 15.344,10.291 15.344,10.479 7.535,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4D5869" points="7.828,0.377 15.344,10.104 15.344,10.291 7.68,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4C5869" points="7.973,0.377 15.344,9.916 15.344,10.104 7.828,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4C5768" points="15.344,9.725 8.117,0.377 7.973,0.377 15.344,9.916 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4B5768" points="8.266,0.377 15.344,9.537 15.344,9.725 8.117,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4B5667" points="15.344,9.35 8.41,0.377 8.266,0.377 15.344,9.537 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4A5567" points="8.555,0.377 15.344,9.158 15.344,9.35 8.41,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#495566" points="8.699,0.377 15.344,8.971 15.344,9.158 8.555,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#485566" points="8.844,0.377 15.344,8.783 15.344,8.971 8.699,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#485466" points="8.992,0.377 15.344,8.596 15.344,8.783 8.844,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#475365" points="9.137,0.377 15.344,8.408 15.344,8.596 8.992,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#475365" points="9.281,0.377 15.344,8.221 15.344,8.408 9.137,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#465264" points="9.426,0.377 15.344,8.033 15.344,8.221 9.281,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#455264" points="9.574,0.377 15.344,7.842 15.344,8.033 9.426,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445263" points="9.719,0.377 15.344,7.654 15.344,7.842 9.574,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445163" points="9.863,0.377 15.344,7.467 15.344,7.654 9.719,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445062" points="10.008,0.377 15.344,7.275 15.344,7.467 9.863,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#425062" points="10.156,0.377 15.344,7.088 15.344,7.275 10.008,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#425062" points="10.301,0.377 15.344,6.9 15.344,7.088 10.156,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#424F61" points="10.445,0.377 15.344,6.713 15.344,6.9 10.301,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#414F61" points="10.594,0.377 15.344,6.525 15.344,6.713 10.445,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#404E60" points="10.734,0.377 15.344,6.338 15.344,6.525 10.594,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4E60" points="10.883,0.377 15.344,6.15 15.344,6.338 10.734,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4D60" points="11.027,0.377 15.344,5.959 15.344,6.15 10.883,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4D5F" points="11.172,0.377 15.344,5.771 15.344,5.959 11.027,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3E4D5F" points="11.32,0.377 15.344,5.584 15.344,5.771 11.172,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3E4C5E" points="11.465,0.377 15.344,5.396 15.344,5.584 11.32,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3D4C5E" points="11.609,0.377 15.344,5.205 15.344,5.396 11.465,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3D4C5E" points="11.758,0.377 15.344,5.018 15.344,5.205 11.609,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="15.344,4.83 11.898,0.377 11.758,0.377 15.344,5.018 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="12.047,0.377 15.344,4.643 15.344,4.83 11.898,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="15.344,4.455 12.191,0.377 12.047,0.377 15.344,4.643 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3B4A5C" points="12.336,0.377 15.344,4.268 15.344,4.455 12.191,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3B4A5C" points="12.484,0.377 15.344,4.076 15.344,4.268 12.336,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3A495C" points="12.629,0.377 15.344,3.889 15.344,4.076 12.484,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3A495B" points="12.773,0.377 15.344,3.701 15.344,3.889 12.629,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#39495B" points="12.918,0.377 15.344,3.514 15.344,3.701 12.773,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38495B" points="15.344,3.322 13.062,0.377 12.918,0.377 15.344,3.514 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38485B" points="13.211,0.377 15.344,3.135 15.344,3.322 13.062,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38485A" points="13.355,0.377 15.344,2.947 15.344,3.135 13.211,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#37485A" points="13.5,0.377 15.344,2.76 15.344,2.947 13.355,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38475A" points="13.648,0.377 15.344,2.572 15.344,2.76 13.5,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#37475A" points="13.793,0.377 15.344,2.385 15.344,2.572 13.648,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#374659" points="15.344,2.193 13.938,0.377 13.793,0.377 15.344,2.385 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="14.082,0.377 15.344,2.006 15.344,2.193 13.938,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="14.227,0.377 15.344,1.818 15.344,2.006 14.082,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="14.375,0.377 15.344,1.631 15.344,1.818 14.227,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354659" points="14.52,0.377 15.344,1.439 15.344,1.631 14.375,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354659" points="14.664,0.377 15.344,1.252 15.344,1.439 14.52,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354658" points="15.344,1.064 14.812,0.377 14.664,0.377 15.344,1.252 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="14.957,0.377 15.344,0.877 15.344,1.064 14.812,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="15.102,0.377 15.344,0.689 15.344,0.877 14.957,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="15.246,0.377 15.344,0.498 15.344,0.689 15.102,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="15.344,0.498 15.246,0.377 15.344,0.377 	"/>
+</g>
+<path fill="#AEADAE" d="M14.969,7.859c0,3.92-3.188,7.108-7.108,7.108c-3.921,0-7.11-3.188-7.11-7.108S3.939,0.75,7.86,0.75
+	C11.78,0.75,14.969,3.939,14.969,7.859z M7.86,0C3.526,0,0,3.525,0,7.859c0,4.333,3.526,7.858,7.86,7.858
+	c4.333,0,7.858-3.525,7.858-7.858C15.719,3.525,12.193,0,7.86,0z"/>
+<path fill="#FFFFFF" d="M5.208,4.142v7.601H4.163V6.341H2.414V5.582c0.484-0.011,1.716-0.044,1.991-1.44H5.208z"/>
+<path fill="#FFFFFF" d="M9.828,7.266c0.418,0.011,1.034,0.032,1.408-0.154c0.23-0.121,0.594-0.407,0.594-1.001
+	c0-0.792-0.616-1.166-1.342-1.166c-0.539,0-0.892,0.187-1.089,0.363C8.981,5.682,8.926,6.265,8.904,6.528L7.892,6.462
+	c0.066-0.77,0.309-1.43,0.902-1.914c0.319-0.253,0.869-0.527,1.716-0.527c1.661,0,2.376,1.045,2.376,2.035
+	c0,0.462-0.165,0.901-0.439,1.198c-0.242,0.253-0.506,0.374-0.66,0.44c0.99,0.253,1.375,1.122,1.375,1.826s-0.341,1.375-0.869,1.771
+	c-0.308,0.253-0.913,0.562-1.914,0.562c-0.418,0-1.188-0.044-1.837-0.539c-0.869-0.649-0.935-1.606-0.957-2.058l1.034-0.088
+	c0,0.165,0.011,0.462,0.154,0.814c0.396,0.945,1.242,0.968,1.572,0.968c1.716,0,1.749-1.287,1.749-1.463
+	c0-0.22-0.044-0.44-0.153-0.638c-0.363-0.639-1.134-0.672-1.617-0.672c-0.066,0-0.209,0-0.495,0.012V7.266z"/>
+</svg>
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/14.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/14.png
new file mode 100644
index 0000000..53902ef
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/14.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/14.svg b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/14.svg
new file mode 100644
index 0000000..038fd54
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/14.svg
@@ -0,0 +1,190 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+	<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+	 width="17" height="16" viewBox="-0.75 -0.058 17 16" enable-background="new -0.75 -0.058 17 16" xml:space="preserve">
+<defs>
+</defs>
+<g>
+	<defs>
+		<circle id="XMLID_6_" cx="7.859" cy="7.858" r="7.484"/>
+	</defs>
+	<clipPath id="XMLID_9_">
+		<use xlink:href="#XMLID_6_" />
+	</clipPath>
+	<polygon clip-path="url(#XMLID_9_)" fill="#CBD2D8" points="0.375,10.841 4.645,15.341 0.375,15.341 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#CBD2D8" points="4.797,15.341 0.375,10.681 0.375,10.841 4.645,15.341 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C9D0D5" points="4.953,15.341 0.375,10.521 0.375,10.681 4.797,15.341 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C6CDD3" points="0.375,10.356 5.105,15.341 4.953,15.341 0.375,10.521 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C5CCD2" points="0.375,10.196 5.258,15.341 5.105,15.341 0.375,10.356 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C3C9D0" points="0.375,10.036 5.414,15.341 5.258,15.341 0.375,10.196 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C1C8CE" points="0.375,9.872 5.562,15.341 5.414,15.341 0.375,10.036 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BFC5CC" points="0.375,9.708 5.719,15.341 5.562,15.341 0.375,9.872 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BEC4CB" points="5.871,15.341 0.375,9.548 0.375,9.708 5.719,15.341 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BBC2C9" points="0.375,9.388 6.023,15.341 5.871,15.341 0.375,9.548 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BAC0C8" points="0.375,9.224 6.18,15.341 6.023,15.341 0.375,9.388 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B7BEC6" points="6.332,15.341 0.375,9.063 0.375,9.224 6.18,15.341 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B6BDC5" points="0.375,8.903 6.484,15.341 6.332,15.341 0.375,9.063 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B5BBC3" points="0.375,8.739 6.641,15.341 6.484,15.341 0.375,8.903 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B3BAC2" points="0.375,8.579 6.793,15.341 6.641,15.341 0.375,8.739 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B1B7C0" points="0.375,8.419 6.945,15.341 6.793,15.341 0.375,8.579 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B0B6BF" points="0.375,8.255 7.102,15.341 6.945,15.341 0.375,8.419 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#AEB5BE" points="0.375,8.095 7.254,15.341 7.102,15.341 0.375,8.255 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#ADB3BC" points="7.406,15.341 0.375,7.931 0.375,8.095 7.254,15.341 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#ABB2BC" points="0.375,7.771 7.559,15.341 7.406,15.341 0.375,7.931 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#AAB0BA" points="0.375,7.606 7.711,15.341 7.559,15.341 0.375,7.771 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A8AEB8" points="0.375,7.446 7.867,15.341 7.711,15.341 0.375,7.606 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A6ADB7" points="8.02,15.341 0.375,7.286 0.375,7.446 7.867,15.341 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A6ACB6" points="0.375,7.122 8.172,15.341 8.02,15.341 0.375,7.286 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A3AAB4" points="0.375,6.962 8.328,15.341 8.172,15.341 0.375,7.122 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A2A8B3" points="8.48,15.341 0.375,6.802 0.375,6.962 8.328,15.341 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A0A7B1" points="0.375,6.638 8.633,15.341 8.48,15.341 0.375,6.802 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9FA6B0" points="0.375,6.478 8.789,15.341 8.633,15.341 0.375,6.638 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9EA4AF" points="0.375,6.317 8.938,15.341 8.789,15.341 0.375,6.478 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9CA3AE" points="0.375,6.153 9.094,15.341 8.938,15.341 0.375,6.317 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9BA1AD" points="0.375,5.989 9.246,15.341 9.094,15.341 0.375,6.153 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9AA0AB" points="0.375,5.829 9.398,15.341 9.246,15.341 0.375,5.989 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#989FAA" points="0.375,5.669 9.555,15.341 9.398,15.341 0.375,5.829 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#979EAA" points="0.375,5.505 9.707,15.341 9.555,15.341 0.375,5.669 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#969CA8" points="0.375,5.345 9.859,15.341 9.707,15.341 0.375,5.505 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#949BA7" points="0.375,5.185 10.016,15.341 9.859,15.341 0.375,5.345 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9399A5" points="10.168,15.341 0.375,5.021 0.375,5.185 10.016,15.341 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9298A4" points="0.375,4.86 10.32,15.341 10.168,15.341 0.375,5.021 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9097A3" points="10.473,15.341 0.375,4.696 0.375,4.86 10.32,15.341 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8F95A2" points="0.375,4.536 10.629,15.341 10.473,15.341 0.375,4.696 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8E95A1" points="0.375,4.372 10.781,15.341 10.629,15.341 0.375,4.536 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8D93A0" points="0.375,4.212 10.934,15.341 10.781,15.341 0.375,4.372 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8B929F" points="11.086,15.341 0.375,4.052 0.375,4.212 10.934,15.341 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8A919E" points="0.375,3.888 11.242,15.341 11.086,15.341 0.375,4.052 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#898F9D" points="0.375,3.728 11.395,15.341 11.242,15.341 0.375,3.888 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#878E9B" points="0.375,3.567 11.547,15.341 11.395,15.341 0.375,3.728 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#878D9B" points="0.375,3.403 11.703,15.341 11.547,15.341 0.375,3.567 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#858C9A" points="0.375,3.243 11.855,15.341 11.703,15.341 0.375,3.403 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#848B98" points="0.375,3.079 12.008,15.341 11.855,15.341 0.375,3.243 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#838A97" points="0.375,2.919 12.164,15.341 12.008,15.341 0.375,3.079 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#828997" points="0.375,2.755 12.316,15.341 12.164,15.341 0.375,2.919 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#818895" points="0.375,2.595 12.469,15.341 12.316,15.341 0.375,2.755 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#808794" points="0.375,2.435 12.625,15.341 12.469,15.341 0.375,2.595 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7E8594" points="0.375,2.271 12.773,15.341 12.625,15.341 0.375,2.435 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7D8593" points="0.375,2.11 12.93,15.341 12.773,15.341 0.375,2.271 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7C8392" points="0.375,1.95 13.082,15.341 12.93,15.341 0.375,2.11 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7B8290" points="0.375,1.786 13.234,15.341 13.082,15.341 0.375,1.95 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7A8190" points="0.375,1.626 13.391,15.341 13.234,15.341 0.375,1.786 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#79808F" points="0.375,1.462 13.543,15.341 13.391,15.341 0.375,1.626 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#787F8D" points="0.375,1.302 13.695,15.341 13.543,15.341 0.375,1.462 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#777E8D" points="0.375,1.138 13.852,15.341 13.695,15.341 0.375,1.302 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#767D8C" points="0.375,0.978 14.004,15.341 13.852,15.341 0.375,1.138 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#767C8B" points="0.375,0.817 14.156,15.341 14.004,15.341 0.375,0.978 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#747B8A" points="0.375,0.798 0.445,0.731 14.309,15.341 14.156,15.341 0.375,0.817 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#737A89" points="0.445,0.731 0.527,0.653 14.461,15.341 14.309,15.341 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#727989" points="0.527,0.653 0.609,0.575 14.617,15.341 14.461,15.341 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#717888" points="0.609,0.575 0.688,0.501 14.77,15.341 14.617,15.341 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#707786" points="0.688,0.501 0.77,0.423 14.914,15.333 14.898,15.341 14.77,15.341 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6F7686" points="0.77,0.423 0.82,0.376 0.875,0.376 14.992,15.255 14.914,15.333 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6D7585" points="1.031,0.376 15.074,15.177 14.992,15.255 0.875,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6D7584" points="1.184,0.376 15.156,15.103 15.074,15.177 1.031,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6C7383" points="1.336,0.376 15.234,15.024 15.156,15.103 1.184,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6B7383" points="1.492,0.376 15.316,14.95 15.234,15.024 1.336,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6A7281" points="1.645,0.376 15.344,14.817 15.344,14.919 15.316,14.95 1.492,0.376 	
+		"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#697181" points="1.797,0.376 15.344,14.653 15.344,14.817 1.645,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#697080" points="1.949,0.376 15.344,14.493 15.344,14.653 1.797,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#686F7F" points="15.344,14.333 2.105,0.376 1.949,0.376 15.344,14.493 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#676E7E" points="2.258,0.376 15.344,14.169 15.344,14.333 2.105,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#656D7D" points="2.41,0.376 15.344,14.009 15.344,14.169 2.258,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#646C7D" points="2.562,0.376 15.344,13.845 15.344,14.009 2.41,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#646C7C" points="2.719,0.376 15.344,13.685 15.344,13.845 2.562,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#636B7C" points="2.871,0.376 15.344,13.521 15.344,13.685 2.719,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#626B7B" points="3.023,0.376 15.344,13.36 15.344,13.521 2.871,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#616A7A" points="15.344,13.2 3.18,0.376 3.023,0.376 15.344,13.36 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#606979" points="3.332,0.376 15.344,13.036 15.344,13.2 3.18,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5F6878" points="15.344,12.876 3.484,0.376 3.332,0.376 15.344,13.036 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5F6878" points="3.641,0.376 15.344,12.712 15.344,12.876 3.484,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5E6777" points="3.789,0.376 15.344,12.552 15.344,12.712 3.641,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5D6676" points="3.945,0.376 15.344,12.392 15.344,12.552 3.789,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5C6576" points="4.098,0.376 15.344,12.228 15.344,12.392 3.945,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5B6475" points="4.25,0.376 15.344,12.067 15.344,12.228 4.098,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5B6475" points="4.406,0.376 15.344,11.903 15.344,12.067 4.25,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5A6373" points="4.559,0.376 15.344,11.743 15.344,11.903 4.406,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#596273" points="4.711,0.376 15.344,11.583 15.344,11.743 4.559,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#586172" points="15.344,11.419 4.867,0.376 4.711,0.376 15.344,11.583 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#576172" points="5.02,0.376 15.344,11.259 15.344,11.419 4.867,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#566071" points="15.344,11.095 5.172,0.376 5.02,0.376 15.344,11.259 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#566070" points="5.328,0.376 15.344,10.935 15.344,11.095 5.172,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#555F70" points="5.48,0.376 15.344,10.771 15.344,10.935 5.328,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#545E6F" points="5.633,0.376 15.344,10.61 15.344,10.771 5.48,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#535E6F" points="5.785,0.376 15.344,10.45 15.344,10.61 5.633,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#535D6E" points="15.344,10.286 5.941,0.376 5.785,0.376 15.344,10.45 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#525C6D" points="6.094,0.376 15.344,10.126 15.344,10.286 5.941,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#515C6D" points="15.344,9.966 6.246,0.376 6.094,0.376 15.344,10.126 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505B6C" points="6.398,0.376 15.344,9.802 15.344,9.966 6.246,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505B6C" points="6.555,0.376 15.344,9.642 15.344,9.802 6.398,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505A6B" points="6.707,0.376 15.344,9.481 15.344,9.642 6.555,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4F596A" points="6.859,0.376 15.344,9.317 15.344,9.481 6.707,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4E596A" points="15.344,9.153 7.016,0.376 6.859,0.376 15.344,9.317 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4D5869" points="7.168,0.376 15.344,8.993 15.344,9.153 7.016,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4C5869" points="15.344,8.833 7.32,0.376 7.168,0.376 15.344,8.993 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4C5768" points="7.473,0.376 15.344,8.669 15.344,8.833 7.32,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4B5768" points="7.625,0.376 15.344,8.509 15.344,8.669 7.473,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4B5667" points="7.781,0.376 15.344,8.349 15.344,8.509 7.625,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4A5567" points="7.934,0.376 15.344,8.185 15.344,8.349 7.781,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#495566" points="15.344,8.024 8.086,0.376 7.934,0.376 15.344,8.185 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#485566" points="8.242,0.376 15.344,7.864 15.344,8.024 8.086,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#485466" points="8.395,0.376 15.344,7.7 15.344,7.864 8.242,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#475365" points="8.547,0.376 15.344,7.536 15.344,7.7 8.395,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#475365" points="15.344,7.376 8.699,0.376 8.547,0.376 15.344,7.536 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#465264" points="8.855,0.376 15.344,7.216 15.344,7.376 8.699,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#455264" points="9.008,0.376 15.344,7.052 15.344,7.216 8.855,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445263" points="9.16,0.376 15.344,6.892 15.344,7.052 9.008,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445163" points="9.312,0.376 15.344,6.731 15.344,6.892 9.16,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445062" points="9.469,0.376 15.344,6.567 15.344,6.731 9.312,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#425062" points="9.621,0.376 15.344,6.407 15.344,6.567 9.469,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#425062" points="9.773,0.376 15.344,6.247 15.344,6.407 9.621,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#424F61" points="9.93,0.376 15.344,6.083 15.344,6.247 9.773,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#414F61" points="10.082,0.376 15.344,5.923 15.344,6.083 9.93,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#404E60" points="10.234,0.376 15.344,5.759 15.344,5.923 10.082,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4E60" points="15.344,5.599 10.391,0.376 10.234,0.376 15.344,5.759 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4D60" points="10.543,0.376 15.344,5.435 15.344,5.599 10.391,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4D5F" points="10.695,0.376 15.344,5.274 15.344,5.435 10.543,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3E4D5F" points="10.852,0.376 15.344,5.114 15.344,5.274 10.695,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3E4C5E" points="11.004,0.376 15.344,4.95 15.344,5.114 10.852,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3D4C5E" points="15.344,4.79 11.156,0.376 11.004,0.376 15.344,4.95 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3D4C5E" points="11.309,0.376 15.344,4.626 15.344,4.79 11.156,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="11.461,0.376 15.344,4.466 15.344,4.626 11.309,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="11.617,0.376 15.344,4.306 15.344,4.466 11.461,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="15.344,4.142 11.77,0.376 11.617,0.376 15.344,4.306 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3B4A5C" points="11.922,0.376 15.344,3.981 15.344,4.142 11.77,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3B4A5C" points="12.078,0.376 15.344,3.817 15.344,3.981 11.922,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3A495C" points="12.23,0.376 15.344,3.657 15.344,3.817 12.078,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3A495B" points="12.383,0.376 15.344,3.497 15.344,3.657 12.23,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#39495B" points="12.539,0.376 15.344,3.333 15.344,3.497 12.383,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38495B" points="12.691,0.376 15.344,3.173 15.344,3.333 12.539,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38485B" points="12.844,0.376 15.344,3.013 15.344,3.173 12.691,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38485A" points="15.344,2.849 12.996,0.376 12.844,0.376 15.344,3.013 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#37485A" points="13.148,0.376 15.344,2.688 15.344,2.849 12.996,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38475A" points="13.305,0.376 15.344,2.524 15.344,2.688 13.148,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#37475A" points="13.457,0.376 15.344,2.364 15.344,2.524 13.305,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#374659" points="13.609,0.376 15.344,2.2 15.344,2.364 13.457,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="15.344,2.04 13.766,0.376 13.609,0.376 15.344,2.2 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="13.918,0.376 15.344,1.88 15.344,2.04 13.766,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="14.07,0.376 15.344,1.716 15.344,1.88 13.918,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354659" points="15.344,1.556 14.223,0.376 14.07,0.376 15.344,1.716 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354659" points="14.379,0.376 15.344,1.396 15.344,1.556 14.223,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354658" points="14.531,0.376 15.344,1.231 15.344,1.396 14.379,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="14.684,0.376 15.344,1.071 15.344,1.231 14.531,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="14.836,0.376 15.344,0.907 15.344,1.071 14.684,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="14.992,0.376 15.344,0.747 15.344,0.907 14.836,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="15.145,0.376 15.344,0.583 15.344,0.747 14.992,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="15.344,0.583 15.145,0.376 15.344,0.376 	"/>
+</g>
+<path fill="#AEADAE" d="M14.969,7.858c0,3.92-3.189,7.109-7.109,7.109S0.75,11.778,0.75,7.858S3.939,0.75,7.859,0.75
+	S14.969,3.938,14.969,7.858z M7.859,0C3.525,0,0,3.525,0,7.858c0,4.334,3.525,7.859,7.859,7.859s7.859-3.525,7.859-7.859
+	C15.719,3.525,12.193,0,7.859,0z"/>
+<path fill="#FFFFFF" d="M5.208,4.142v7.601H4.163V6.341H2.414V5.582c0.484-0.011,1.716-0.044,1.991-1.44H5.208z"/>
+<path fill="#FFFFFF" d="M11.962,9.103h1.144v0.891h-1.144v1.749h-1.022V9.993H7.617V8.938l3.531-4.808h0.813V9.103z M10.939,9.103
+	l0.065-3.433L8.607,9.103H10.939z"/>
+</svg>
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/15.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/15.png
new file mode 100644
index 0000000..4411246
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/15.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/15.svg b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/15.svg
new file mode 100644
index 0000000..437ed3b
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/15.svg
@@ -0,0 +1,196 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+	<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+	 width="17" height="17" viewBox="-0.75 -0.758 17 17" enable-background="new -0.75 -0.758 17 17" xml:space="preserve">
+<defs>
+</defs>
+<g>
+	<defs>
+		<circle id="XMLID_1_" cx="7.86" cy="7.858" r="7.485"/>
+	</defs>
+	<clipPath id="XMLID_5_">
+		<use xlink:href="#XMLID_1_" />
+	</clipPath>
+	<polygon clip-path="url(#XMLID_5_)" fill="#CBD2D8" points="0.375,10.969 4.871,15.344 0.375,15.344 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#CBD2D8" points="0.375,10.82 5.023,15.344 4.871,15.344 0.375,10.969 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#C9D0D5" points="0.375,10.668 5.18,15.344 5.023,15.344 0.375,10.82 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#C6CDD3" points="0.375,10.52 5.328,15.344 5.18,15.344 0.375,10.668 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#C5CCD2" points="0.375,10.371 5.484,15.344 5.328,15.344 0.375,10.52 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#C3C9D0" points="0.375,10.223 5.637,15.344 5.484,15.344 0.375,10.371 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#C1C8CE" points="5.789,15.344 0.375,10.074 0.375,10.223 5.637,15.344 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#BFC5CC" points="0.375,9.926 5.945,15.344 5.789,15.344 0.375,10.074 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#BEC4CB" points="0.375,9.773 6.098,15.344 5.945,15.344 0.375,9.926 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#BBC2C9" points="0.375,9.625 6.25,15.344 6.098,15.344 0.375,9.773 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#BAC0C8" points="0.375,9.477 6.402,15.344 6.25,15.344 0.375,9.625 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#B7BEC6" points="0.375,9.328 6.559,15.344 6.402,15.344 0.375,9.477 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#B6BDC5" points="6.711,15.344 0.375,9.18 0.375,9.328 6.559,15.344 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#B5BBC3" points="0.375,9.031 6.863,15.344 6.711,15.344 0.375,9.18 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#B3BAC2" points="0.375,8.879 7.016,15.344 6.863,15.344 0.375,9.031 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#B1B7C0" points="0.375,8.73 7.172,15.344 7.016,15.344 0.375,8.879 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#B0B6BF" points="0.375,8.582 7.324,15.344 7.172,15.344 0.375,8.73 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#AEB5BE" points="0.375,8.434 7.477,15.344 7.324,15.344 0.375,8.582 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#ADB3BC" points="7.629,15.344 0.375,8.281 0.375,8.434 7.477,15.344 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#ABB2BC" points="0.375,8.133 7.781,15.344 7.629,15.344 0.375,8.281 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#AAB0BA" points="0.375,7.984 7.938,15.344 7.781,15.344 0.375,8.133 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#A8AEB8" points="8.09,15.344 0.375,7.836 0.375,7.984 7.938,15.344 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#A6ADB7" points="0.375,7.688 8.242,15.344 8.09,15.344 0.375,7.836 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#A6ACB6" points="0.375,7.539 8.395,15.344 8.242,15.344 0.375,7.688 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#A3AAB4" points="0.375,7.391 8.551,15.344 8.395,15.344 0.375,7.539 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#A2A8B3" points="0.375,7.242 8.703,15.344 8.551,15.344 0.375,7.391 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#A0A7B1" points="0.375,7.094 8.855,15.344 8.703,15.344 0.375,7.242 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#9FA6B0" points="9.008,15.344 0.375,6.941 0.375,7.094 8.855,15.344 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#9EA4AF" points="0.375,6.793 9.164,15.344 9.008,15.344 0.375,6.941 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#9CA3AE" points="0.375,6.645 9.316,15.344 9.164,15.344 0.375,6.793 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#9BA1AD" points="0.375,6.492 9.469,15.344 9.316,15.344 0.375,6.645 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#9AA0AB" points="0.375,6.344 9.621,15.344 9.469,15.344 0.375,6.492 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#989FAA" points="0.375,6.195 9.773,15.344 9.621,15.344 0.375,6.344 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#979EAA" points="9.93,15.344 0.375,6.047 0.375,6.195 9.773,15.344 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#969CA8" points="0.375,5.898 10.082,15.344 9.93,15.344 0.375,6.047 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#949BA7" points="0.375,5.75 10.234,15.344 10.082,15.344 0.375,5.898 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#9399A5" points="10.391,15.344 0.375,5.598 0.375,5.75 10.234,15.344 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#9298A4" points="0.375,5.453 10.539,15.344 10.391,15.344 0.375,5.598 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#9097A3" points="0.375,5.301 10.695,15.344 10.539,15.344 0.375,5.453 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#8F95A2" points="0.375,5.152 10.848,15.344 10.695,15.344 0.375,5.301 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#8E95A1" points="0.375,5.004 11,15.344 10.848,15.344 0.375,5.152 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#8D93A0" points="11.156,15.344 0.375,4.855 0.375,5.004 11,15.344 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#8B929F" points="0.375,4.703 11.309,15.344 11.156,15.344 0.375,4.855 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#8A919E" points="0.375,4.555 11.461,15.344 11.309,15.344 0.375,4.703 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#898F9D" points="11.617,15.344 0.375,4.406 0.375,4.555 11.461,15.344 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#878E9B" points="0.375,4.258 11.77,15.344 11.617,15.344 0.375,4.406 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#878D9B" points="0.375,4.109 11.922,15.344 11.77,15.344 0.375,4.258 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#858C9A" points="0.375,3.961 12.074,15.344 11.922,15.344 0.375,4.109 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#848B98" points="0.375,3.809 12.227,15.344 12.074,15.344 0.375,3.961 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#838A97" points="12.383,15.344 0.375,3.66 0.375,3.809 12.227,15.344 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#828997" points="0.375,3.512 12.535,15.344 12.383,15.344 0.375,3.66 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#818895" points="0.375,3.363 12.688,15.344 12.535,15.344 0.375,3.512 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#808794" points="12.84,15.344 0.375,3.211 0.375,3.363 12.688,15.344 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#7E8594" points="0.375,3.062 12.992,15.344 12.84,15.344 0.375,3.211 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#7D8593" points="0.375,2.914 13.148,15.344 12.992,15.344 0.375,3.062 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#7C8392" points="0.375,2.766 13.301,15.344 13.148,15.344 0.375,2.914 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#7B8290" points="0.375,2.617 13.453,15.344 13.301,15.344 0.375,2.766 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#7A8190" points="13.605,15.344 0.375,2.469 0.375,2.617 13.453,15.344 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#79808F" points="0.375,2.32 13.762,15.344 13.605,15.344 0.375,2.469 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#787F8D" points="0.375,2.172 13.914,15.344 13.762,15.344 0.375,2.32 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#777E8D" points="0.375,2.023 14.066,15.344 13.914,15.344 0.375,2.172 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#767D8C" points="0.375,1.871 14.219,15.344 14.066,15.344 0.375,2.023 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#767C8B" points="14.375,15.344 0.375,1.723 0.375,1.871 14.219,15.344 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#747B8A" points="0.375,1.574 14.527,15.344 14.375,15.344 0.375,1.723 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#737A89" points="14.68,15.344 0.375,1.422 0.375,1.574 14.527,15.344 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#727989" points="0.375,1.273 14.832,15.344 14.68,15.344 0.375,1.422 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#717888" points="0.375,1.125 14.93,15.289 14.875,15.344 14.832,15.344 0.375,1.273 	
+		"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#707786" points="0.375,0.977 15.004,15.211 14.93,15.289 0.375,1.125 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#6F7686" points="0.375,0.855 0.391,0.844 15.078,15.133 15.004,15.211 0.375,0.977 	"/>
+	
+		<rect x="7.718" y="-2.297" transform="matrix(-0.6887 0.725 -0.725 -0.6887 18.8873 7.7899)" clip-path="url(#XMLID_5_)" fill="#6D7585" width="0.108" height="20.491"/>
+	
+		<rect x="7.792" y="-2.374" transform="matrix(-0.6887 0.725 -0.725 -0.6887 18.9574 7.6075)" clip-path="url(#XMLID_5_)" fill="#6D7584" width="0.108" height="20.494"/>
+	
+		<rect x="7.867" y="-2.45" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 19.0334 7.7099)" clip-path="url(#XMLID_5_)" fill="#6C7383" width="0.105" height="20.494"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#6B7383" points="0.613,0.613 0.688,0.535 15.344,14.797 15.344,14.859 15.301,14.906 	
+		"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#6A7281" points="0.688,0.535 0.762,0.461 15.344,14.648 15.344,14.797 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#697181" points="0.762,0.461 0.836,0.383 15.344,14.5 15.344,14.648 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#697080" points="0.836,0.383 0.844,0.375 0.984,0.375 15.344,14.352 15.344,14.5 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#686F7F" points="1.137,0.375 15.344,14.199 15.344,14.352 0.984,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#676E7E" points="1.289,0.375 15.344,14.051 15.344,14.199 1.137,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#656D7D" points="1.441,0.375 15.344,13.902 15.344,14.051 1.289,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#646C7D" points="1.598,0.375 15.344,13.75 15.344,13.902 1.441,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#646C7C" points="1.75,0.375 15.344,13.602 15.344,13.75 1.598,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#636B7C" points="1.902,0.375 15.344,13.453 15.344,13.602 1.75,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#626B7B" points="2.055,0.375 15.344,13.305 15.344,13.453 1.902,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#616A7A" points="2.211,0.375 15.344,13.156 15.344,13.305 2.055,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#606979" points="2.363,0.375 15.344,13.008 15.344,13.156 2.211,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#5F6878" points="2.516,0.375 15.344,12.859 15.344,13.008 2.363,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#5F6878" points="2.668,0.375 15.344,12.711 15.344,12.859 2.516,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#5E6777" points="2.82,0.375 15.344,12.562 15.344,12.711 2.668,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#5D6676" points="15.344,12.41 2.977,0.375 2.82,0.375 15.344,12.562 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#5C6576" points="3.129,0.375 15.344,12.262 15.344,12.41 2.977,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#5B6475" points="3.281,0.375 15.344,12.113 15.344,12.262 3.129,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#5B6475" points="3.434,0.375 15.344,11.965 15.344,12.113 3.281,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#5A6373" points="15.344,11.812 3.59,0.375 3.434,0.375 15.344,11.965 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#596273" points="3.742,0.375 15.344,11.664 15.344,11.812 3.59,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#586172" points="3.895,0.375 15.344,11.516 15.344,11.664 3.742,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#576172" points="4.047,0.375 15.344,11.367 15.344,11.516 3.895,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#566071" points="4.203,0.375 15.344,11.219 15.344,11.367 4.047,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#566070" points="4.355,0.375 15.344,11.07 15.344,11.219 4.203,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#555F70" points="4.508,0.375 15.344,10.918 15.344,11.07 4.355,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#545E6F" points="15.344,10.77 4.66,0.375 4.508,0.375 15.344,10.918 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#535E6F" points="4.812,0.375 15.344,10.621 15.344,10.77 4.66,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#535D6E" points="15.344,10.473 4.969,0.375 4.812,0.375 15.344,10.621 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#525C6D" points="15.344,10.324 5.121,0.375 4.969,0.375 15.344,10.473 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#515C6D" points="5.273,0.375 15.344,10.172 15.344,10.324 5.121,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#505B6C" points="5.43,0.375 15.344,10.023 15.344,10.172 5.273,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#505B6C" points="5.578,0.375 15.344,9.875 15.344,10.023 5.43,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#505A6B" points="5.734,0.375 15.344,9.727 15.344,9.875 5.578,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#4F596A" points="5.887,0.375 15.344,9.578 15.344,9.727 5.734,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#4E596A" points="6.039,0.375 15.344,9.43 15.344,9.578 5.887,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#4D5869" points="6.195,0.375 15.344,9.281 15.344,9.43 6.039,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#4C5869" points="6.348,0.375 15.344,9.129 15.344,9.281 6.195,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#4C5768" points="6.5,0.375 15.344,8.98 15.344,9.129 6.348,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#4B5768" points="6.652,0.375 15.344,8.832 15.344,8.98 6.5,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#4B5667" points="6.805,0.375 15.344,8.684 15.344,8.832 6.652,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#4A5567" points="15.344,8.531 6.961,0.375 6.805,0.375 15.344,8.684 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#495566" points="7.113,0.375 15.344,8.383 15.344,8.531 6.961,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#485566" points="7.266,0.375 15.344,8.234 15.344,8.383 7.113,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#485466" points="15.344,8.086 7.422,0.375 7.266,0.375 15.344,8.234 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#475365" points="7.574,0.375 15.344,7.938 15.344,8.086 7.422,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#475365" points="15.344,7.789 7.727,0.375 7.574,0.375 15.344,7.938 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#465264" points="15.344,7.641 7.879,0.375 7.727,0.375 15.344,7.789 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#455264" points="8.031,0.375 15.344,7.492 15.344,7.641 7.879,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#445263" points="15.344,7.34 8.188,0.375 8.031,0.375 15.344,7.492 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#445163" points="8.34,0.375 15.344,7.191 15.344,7.34 8.188,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#445062" points="8.492,0.375 15.344,7.043 15.344,7.191 8.34,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#425062" points="8.645,0.375 15.344,6.895 15.344,7.043 8.492,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#425062" points="8.801,0.375 15.344,6.742 15.344,6.895 8.645,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#424F61" points="8.953,0.375 15.344,6.594 15.344,6.742 8.801,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#414F61" points="9.105,0.375 15.344,6.445 15.344,6.594 8.953,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#404E60" points="9.258,0.375 15.344,6.297 15.344,6.445 9.105,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#3F4E60" points="9.414,0.375 15.344,6.148 15.344,6.297 9.258,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#3F4D60" points="9.566,0.375 15.344,6 15.344,6.148 9.414,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#3F4D5F" points="9.719,0.375 15.344,5.848 15.344,6 9.566,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#3E4D5F" points="9.871,0.375 15.344,5.699 15.344,5.848 9.719,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#3E4C5E" points="10.023,0.375 15.344,5.551 15.344,5.699 9.871,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#3D4C5E" points="10.18,0.375 15.344,5.402 15.344,5.551 10.023,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#3D4C5E" points="10.332,0.375 15.344,5.254 15.344,5.402 10.18,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#3C4B5D" points="10.484,0.375 15.344,5.102 15.344,5.254 10.332,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#3C4B5D" points="10.641,0.375 15.344,4.953 15.344,5.102 10.484,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#3C4B5D" points="10.789,0.375 15.344,4.805 15.344,4.953 10.641,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#3B4A5C" points="10.945,0.375 15.344,4.656 15.344,4.805 10.789,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#3B4A5C" points="15.344,4.508 11.098,0.375 10.945,0.375 15.344,4.656 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#3A495C" points="15.344,4.359 11.25,0.375 11.098,0.375 15.344,4.508 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#3A495B" points="11.406,0.375 15.344,4.211 15.344,4.359 11.25,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#39495B" points="11.559,0.375 15.344,4.059 15.344,4.211 11.406,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#38495B" points="11.711,0.375 15.344,3.91 15.344,4.059 11.559,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#38485B" points="11.863,0.375 15.344,3.762 15.344,3.91 11.711,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#38485A" points="15.344,3.613 12.016,0.375 11.863,0.375 15.344,3.762 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#37485A" points="12.172,0.375 15.344,3.461 15.344,3.613 12.016,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#38475A" points="12.324,0.375 15.344,3.312 15.344,3.461 12.172,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#37475A" points="12.477,0.375 15.344,3.164 15.344,3.312 12.324,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#374659" points="12.633,0.375 15.344,3.016 15.344,3.164 12.477,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#364659" points="12.785,0.375 15.344,2.867 15.344,3.016 12.633,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#364659" points="15.344,2.719 12.938,0.375 12.785,0.375 15.344,2.867 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#364659" points="13.09,0.375 15.344,2.57 15.344,2.719 12.938,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#354659" points="13.242,0.375 15.344,2.422 15.344,2.57 13.09,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#354659" points="13.398,0.375 15.344,2.27 15.344,2.422 13.242,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#354658" points="13.551,0.375 15.344,2.121 15.344,2.27 13.398,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#344558" points="13.703,0.375 15.344,1.973 15.344,2.121 13.551,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#344558" points="13.855,0.375 15.344,1.824 15.344,1.973 13.703,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#344558" points="15.344,1.672 14.012,0.375 13.855,0.375 15.344,1.824 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#344558" points="14.164,0.375 15.344,1.523 15.344,1.672 14.012,0.375 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#344558" points="15.344,1.523 14.164,0.375 15.344,0.375 	"/>
+</g>
+<path fill="#AEADAE" d="M14.97,7.858c0,3.92-3.189,7.109-7.109,7.109c-3.921,0-7.11-3.189-7.11-7.109S3.939,0.75,7.86,0.75
+	C11.78,0.75,14.97,3.938,14.97,7.858z M7.86,0C3.526,0,0,3.525,0,7.858c0,4.334,3.526,7.859,7.86,7.859s7.859-3.525,7.859-7.859
+	C15.72,3.525,12.194,0,7.86,0z"/>
+<path fill="#FFFFFF" d="M5.208,4.142v7.601H4.163V6.341H2.414V5.582c0.484-0.011,1.716-0.044,1.991-1.44H5.208z"/>
+<path fill="#FFFFFF" d="M12.896,4.152v0.946H9.465L9.146,7.122c0.474-0.341,0.936-0.483,1.529-0.483c1.606,0,2.53,1.21,2.53,2.573
+	c0,1.606-1.166,2.662-2.75,2.662c-0.627,0-1.298-0.187-1.738-0.55c-0.715-0.572-0.803-1.43-0.836-1.793l1.045-0.066
+	c0.011,0.165,0.033,0.43,0.154,0.683c0.23,0.517,0.748,0.813,1.408,0.813c1.177,0,1.661-0.924,1.661-1.737
+	c0-0.913-0.595-1.694-1.684-1.694c-0.891,0-1.309,0.473-1.551,0.759L8.046,8.244l0.583-4.092H12.896z"/>
+</svg>
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/2.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/2.png
new file mode 100644
index 0000000..c243f39
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/2.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/2.svg b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/2.svg
new file mode 100644
index 0000000..d512078
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/2.svg
@@ -0,0 +1,193 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+	<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+	 width="17" height="17" viewBox="-0.75 -0.657 17 17" enable-background="new -0.75 -0.657 17 17" xml:space="preserve">
+<defs>
+</defs>
+<g>
+	<defs>
+		<circle id="XMLID_6_" cx="7.86" cy="7.859" r="7.485"/>
+	</defs>
+	<clipPath id="XMLID_9_">
+		<use xlink:href="#XMLID_6_" />
+	</clipPath>
+	<polygon clip-path="url(#XMLID_9_)" fill="#CBD2D8" points="0.375,9.866 4.789,15.343 0.375,15.343 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#CBD2D8" points="0.375,9.714 4.91,15.343 4.789,15.343 0.375,9.866 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C9D0D5" points="0.375,9.562 5.031,15.343 4.91,15.343 0.375,9.714 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C6CDD3" points="0.375,9.409 5.156,15.343 5.031,15.343 0.375,9.562 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C5CCD2" points="0.375,9.257 5.281,15.343 5.156,15.343 0.375,9.409 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C3C9D0" points="0.375,9.101 5.402,15.343 5.281,15.343 0.375,9.257 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C1C8CE" points="0.375,8.952 5.523,15.343 5.402,15.343 0.375,9.101 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BFC5CC" points="0.375,8.796 5.648,15.343 5.523,15.343 0.375,8.952 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BEC4CB" points="0.375,8.644 5.77,15.343 5.648,15.343 0.375,8.796 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BBC2C9" points="0.375,8.491 5.895,15.343 5.77,15.343 0.375,8.644 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BAC0C8" points="0.375,8.339 6.016,15.343 5.895,15.343 0.375,8.491 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B7BEC6" points="0.375,8.187 6.141,15.343 6.016,15.343 0.375,8.339 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B6BDC5" points="0.375,8.034 6.262,15.343 6.141,15.343 0.375,8.187 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B5BBC3" points="0.375,7.882 6.387,15.343 6.262,15.343 0.375,8.034 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B3BAC2" points="0.375,7.729 6.508,15.343 6.387,15.343 0.375,7.882 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B1B7C0" points="0.375,7.577 6.633,15.343 6.508,15.343 0.375,7.729 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B0B6BF" points="0.375,7.425 6.754,15.343 6.633,15.343 0.375,7.577 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#AEB5BE" points="0.375,7.272 6.875,15.343 6.754,15.343 0.375,7.425 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#ADB3BC" points="0.375,7.12 7,15.343 6.875,15.343 0.375,7.272 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#ABB2BC" points="0.375,6.968 7.125,15.343 7,15.343 0.375,7.12 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#AAB0BA" points="0.375,6.815 7.246,15.343 7.125,15.343 0.375,6.968 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A8AEB8" points="0.375,6.663 7.367,15.343 7.246,15.343 0.375,6.815 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A6ADB7" points="0.375,6.511 7.492,15.343 7.367,15.343 0.375,6.663 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A6ACB6" points="0.375,6.358 7.613,15.343 7.492,15.343 0.375,6.511 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A3AAB4" points="0.375,6.202 7.738,15.343 7.613,15.343 0.375,6.358 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A2A8B3" points="0.375,6.054 7.859,15.343 7.738,15.343 0.375,6.202 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A0A7B1" points="0.375,5.897 7.984,15.343 7.859,15.343 0.375,6.054 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9FA6B0" points="0.375,5.745 8.105,15.343 7.984,15.343 0.375,5.897 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9EA4AF" points="0.375,5.593 8.227,15.343 8.105,15.343 0.375,5.745 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9CA3AE" points="0.375,5.44 8.352,15.343 8.227,15.343 0.375,5.593 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9BA1AD" points="0.375,5.288 8.477,15.343 8.352,15.343 0.375,5.44 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9AA0AB" points="0.375,5.136 8.598,15.343 8.477,15.343 0.375,5.288 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#989FAA" points="0.375,4.983 8.719,15.343 8.598,15.343 0.375,5.136 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#979EAA" points="0.375,4.831 8.844,15.343 8.719,15.343 0.375,4.983 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#969CA8" points="0.375,4.679 8.965,15.343 8.844,15.343 0.375,4.831 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#949BA7" points="0.375,4.526 9.09,15.343 8.965,15.343 0.375,4.679 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9399A5" points="0.375,4.374 9.211,15.343 9.09,15.343 0.375,4.526 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9298A4" points="0.375,4.222 9.336,15.343 9.211,15.343 0.375,4.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9097A3" points="0.375,4.069 9.457,15.343 9.336,15.343 0.375,4.222 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8F95A2" points="0.375,3.913 9.578,15.343 9.457,15.343 0.375,4.069 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8E95A1" points="0.375,3.765 9.703,15.343 9.578,15.343 0.375,3.913 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8D93A0" points="0.375,3.608 9.828,15.343 9.703,15.343 0.375,3.765 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8B929F" points="0.375,3.456 9.949,15.343 9.828,15.343 0.375,3.608 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8A919E" points="0.375,3.304 10.07,15.343 9.949,15.343 0.375,3.456 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#898F9D" points="0.375,3.151 10.195,15.343 10.07,15.343 0.375,3.304 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#878E9B" points="0.375,2.999 10.32,15.343 10.195,15.343 0.375,3.151 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#878D9B" points="0.375,2.847 10.441,15.343 10.32,15.343 0.375,2.999 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#858C9A" points="0.375,2.694 10.562,15.343 10.441,15.343 0.375,2.847 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#848B98" points="0.375,2.542 10.688,15.343 10.562,15.343 0.375,2.694 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#838A97" points="0.375,2.39 10.809,15.343 10.688,15.343 0.375,2.542 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#828997" points="0.375,2.237 10.934,15.343 10.809,15.343 0.375,2.39 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#818895" points="0.375,2.085 11.055,15.343 10.934,15.343 0.375,2.237 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#808794" points="0.375,1.933 11.18,15.343 11.055,15.343 0.375,2.085 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7E8594" points="0.375,1.78 11.301,15.343 11.18,15.343 0.375,1.933 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7D8593" points="0.375,1.628 11.422,15.343 11.301,15.343 0.375,1.78 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7C8392" points="0.375,1.476 11.547,15.343 11.422,15.343 0.375,1.628 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7B8290" points="0.375,1.323 11.672,15.343 11.547,15.343 0.375,1.476 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7A8190" points="0.375,1.171 11.793,15.343 11.672,15.343 0.375,1.323 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#79808F" points="0.375,1.015 11.914,15.343 11.793,15.343 0.375,1.171 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#787F8D" points="0.375,0.866 12.039,15.343 11.914,15.343 0.375,1.015 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#777E8D" points="0.375,0.714 12.164,15.343 12.039,15.343 0.375,0.866 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#767D8C" points="0.375,0.558 12.285,15.343 12.164,15.343 0.375,0.714 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#767C8B" points="0.375,0.507 0.422,0.468 12.406,15.343 12.285,15.343 0.375,0.558 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#747B8A" points="0.422,0.468 0.5,0.405 12.531,15.343 12.406,15.343 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#737A89" points="0.5,0.405 0.539,0.374 0.594,0.374 12.652,15.343 12.531,15.343 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#727989" points="0.719,0.374 12.773,15.343 12.652,15.343 0.594,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#717888" points="0.84,0.374 12.898,15.343 12.773,15.343 0.719,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#707786" points="0.965,0.374 13.023,15.343 12.898,15.343 0.84,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6F7686" points="1.086,0.374 13.145,15.343 13.023,15.343 0.965,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6D7585" points="1.211,0.374 13.266,15.343 13.145,15.343 1.086,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6D7584" points="1.332,0.374 13.391,15.343 13.266,15.343 1.211,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6C7383" points="1.457,0.374 13.512,15.343 13.391,15.343 1.332,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6B7383" points="1.578,0.374 13.637,15.343 13.512,15.343 1.457,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6A7281" points="1.703,0.374 13.758,15.343 13.637,15.343 1.578,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#697181" points="1.824,0.374 13.883,15.343 13.758,15.343 1.703,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#697080" points="1.945,0.374 14.004,15.343 13.883,15.343 1.824,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#686F7F" points="2.07,0.374 14.129,15.343 14.004,15.343 1.945,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#676E7E" points="2.195,0.374 14.25,15.343 14.129,15.343 2.07,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#656D7D" points="2.316,0.374 14.375,15.343 14.25,15.343 2.195,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#646C7D" points="2.438,0.374 14.496,15.343 14.375,15.343 2.316,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#646C7C" points="2.562,0.374 14.617,15.343 14.496,15.343 2.438,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#636B7C" points="2.684,0.374 14.742,15.343 14.617,15.343 2.562,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#626B7B" points="2.805,0.374 14.867,15.343 14.742,15.343 2.684,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#616A7A" points="2.93,0.374 14.988,15.343 14.867,15.343 2.805,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#606979" points="3.055,0.374 15.109,15.343 14.988,15.343 2.93,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5F6878" points="3.176,0.374 15.215,15.319 15.18,15.343 15.109,15.343 3.055,0.374 	
+		"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5F6878" points="3.297,0.374 15.289,15.257 15.215,15.319 3.176,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5E6777" points="3.422,0.374 15.344,15.175 15.344,15.21 15.289,15.257 3.297,0.374 	
+		"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5D6676" points="3.547,0.374 15.344,15.022 15.344,15.175 3.422,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5C6576" points="3.668,0.374 15.344,14.87 15.344,15.022 3.547,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5B6475" points="3.789,0.374 15.344,14.718 15.344,14.87 3.668,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5B6475" points="3.914,0.374 15.344,14.565 15.344,14.718 3.789,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5A6373" points="4.039,0.374 15.344,14.413 15.344,14.565 3.914,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#596273" points="4.16,0.374 15.344,14.261 15.344,14.413 4.039,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#586172" points="4.281,0.374 15.344,14.108 15.344,14.261 4.16,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#576172" points="4.406,0.374 15.344,13.952 15.344,14.108 4.281,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#566071" points="4.527,0.374 15.344,13.804 15.344,13.952 4.406,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#566070" points="4.652,0.374 15.344,13.647 15.344,13.804 4.527,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#555F70" points="4.773,0.374 15.344,13.495 15.344,13.647 4.652,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#545E6F" points="4.898,0.374 15.344,13.343 15.344,13.495 4.773,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#535E6F" points="5.02,0.374 15.344,13.19 15.344,13.343 4.898,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#535D6E" points="5.145,0.374 15.344,13.038 15.344,13.19 5.02,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#525C6D" points="5.266,0.374 15.344,12.886 15.344,13.038 5.145,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#515C6D" points="5.391,0.374 15.344,12.733 15.344,12.886 5.266,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505B6C" points="5.512,0.374 15.344,12.581 15.344,12.733 5.391,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505B6C" points="5.633,0.374 15.344,12.429 15.344,12.581 5.512,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505A6B" points="5.758,0.374 15.344,12.276 15.344,12.429 5.633,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4F596A" points="5.883,0.374 15.344,12.124 15.344,12.276 5.758,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4E596A" points="6.004,0.374 15.344,11.972 15.344,12.124 5.883,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4D5869" points="6.125,0.374 15.344,11.819 15.344,11.972 6.004,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4C5869" points="6.25,0.374 15.344,11.667 15.344,11.819 6.125,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4C5768" points="6.371,0.374 15.344,11.515 15.344,11.667 6.25,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4B5768" points="6.496,0.374 15.344,11.358 15.344,11.515 6.371,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4B5667" points="6.617,0.374 15.344,11.21 15.344,11.358 6.496,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4A5567" points="6.742,0.374 15.344,11.054 15.344,11.21 6.617,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#495566" points="6.863,0.374 15.344,10.901 15.344,11.054 6.742,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#485566" points="6.984,0.374 15.344,10.749 15.344,10.901 6.863,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#485466" points="7.109,0.374 15.344,10.597 15.344,10.749 6.984,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#475365" points="7.23,0.374 15.344,10.444 15.344,10.597 7.109,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#475365" points="7.355,0.374 15.344,10.292 15.344,10.444 7.23,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#465264" points="7.477,0.374 15.344,10.14 15.344,10.292 7.355,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#455264" points="7.602,0.374 15.344,9.987 15.344,10.14 7.477,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445263" points="7.723,0.374 15.344,9.835 15.344,9.987 7.602,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445163" points="7.848,0.374 15.344,9.683 15.344,9.835 7.723,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445062" points="7.969,0.374 15.344,9.53 15.344,9.683 7.848,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#425062" points="8.094,0.374 15.344,9.378 15.344,9.53 7.969,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#425062" points="15.344,9.226 8.215,0.374 8.094,0.374 15.344,9.378 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#424F61" points="8.336,0.374 15.344,9.073 15.344,9.226 8.215,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#414F61" points="8.461,0.374 15.344,8.921 15.344,9.073 8.336,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#404E60" points="8.586,0.374 15.344,8.769 15.344,8.921 8.461,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4E60" points="8.707,0.374 15.344,8.616 15.344,8.769 8.586,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4D60" points="8.828,0.374 15.344,8.46 15.344,8.616 8.707,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4D5F" points="8.953,0.374 15.344,8.312 15.344,8.46 8.828,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3E4D5F" points="9.074,0.374 15.344,8.155 15.344,8.312 8.953,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3E4C5E" points="9.199,0.374 15.344,8.003 15.344,8.155 9.074,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3D4C5E" points="9.32,0.374 15.344,7.851 15.344,8.003 9.199,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3D4C5E" points="15.344,7.698 9.445,0.374 9.32,0.374 15.344,7.851 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="9.566,0.374 15.344,7.546 15.344,7.698 9.445,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="9.691,0.374 15.344,7.394 15.344,7.546 9.566,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="9.812,0.374 15.344,7.241 15.344,7.394 9.691,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3B4A5C" points="9.938,0.374 15.344,7.089 15.344,7.241 9.812,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3B4A5C" points="10.059,0.374 15.344,6.937 15.344,7.089 9.938,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3A495C" points="10.18,0.374 15.344,6.784 15.344,6.937 10.059,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3A495B" points="10.305,0.374 15.344,6.632 15.344,6.784 10.18,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#39495B" points="10.43,0.374 15.344,6.479 15.344,6.632 10.305,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38495B" points="10.551,0.374 15.344,6.327 15.344,6.479 10.43,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38485B" points="15.344,6.175 10.672,0.374 10.551,0.374 15.344,6.327 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38485A" points="10.797,0.374 15.344,6.022 15.344,6.175 10.672,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#37485A" points="10.918,0.374 15.344,5.87 15.344,6.022 10.797,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38475A" points="11.043,0.374 15.344,5.718 15.344,5.87 10.918,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#37475A" points="11.164,0.374 15.344,5.562 15.344,5.718 11.043,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#374659" points="11.289,0.374 15.344,5.409 15.344,5.562 11.164,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="11.41,0.374 15.344,5.257 15.344,5.409 11.289,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="11.531,0.374 15.344,5.104 15.344,5.257 11.41,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="11.656,0.374 15.344,4.952 15.344,5.104 11.531,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354659" points="11.781,0.374 15.344,4.8 15.344,4.952 11.656,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354659" points="11.902,0.374 15.344,4.647 15.344,4.8 11.781,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354658" points="12.023,0.374 15.344,4.495 15.344,4.647 11.902,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="12.148,0.374 15.344,4.343 15.344,4.495 12.023,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="12.273,0.374 15.344,4.19 15.344,4.343 12.148,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="12.395,0.374 15.344,4.038 15.344,4.19 12.273,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="12.516,0.374 15.344,3.886 15.344,4.038 12.395,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="15.344,3.886 12.516,0.374 15.344,0.374 	"/>
+</g>
+<path fill="#AEADAE" d="M14.97,7.859c0,3.919-3.189,7.108-7.109,7.108c-3.921,0-7.11-3.189-7.11-7.108
+	c0-3.92,3.189-7.109,7.11-7.109C11.78,0.75,14.97,3.939,14.97,7.859z M7.86,0C3.526,0,0,3.526,0,7.859s3.526,7.858,7.86,7.858
+	s7.859-3.525,7.859-7.858S12.194,0,7.86,0z"/>
+<path fill="#FFFFFF" d="M10.57,10.586v0.957H5.345v-1.056l0.176-0.154c0.253-0.23,0.507-0.462,0.759-0.682
+	C6.543,9.409,6.83,9.179,7.094,8.946c1.441-1.221,2.189-1.891,2.189-2.881c0-0.275-0.1-1.31-1.397-1.31
+	c-1.122,0-1.364,0.804-1.44,1.134C6.367,6.229,6.379,6.472,6.39,6.726L5.322,6.67c0-0.274,0-0.704,0.154-1.188
+	C5.828,4.403,6.72,3.843,7.93,3.843c1.716,0,2.42,1.078,2.42,2.178c0,1.145-0.639,2.014-2.156,3.256
+	C7.93,9.485,7.677,9.694,7.412,9.903c-0.109,0.1-0.67,0.572-0.803,0.683H10.57z"/>
+</svg>
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/3.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/3.png
new file mode 100644
index 0000000..7b783c1
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/3.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/3.svg b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/3.svg
new file mode 100644
index 0000000..432e319
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/3.svg
@@ -0,0 +1,198 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+	<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+	 width="17" height="17" viewBox="-0.75 -0.357 17 17" enable-background="new -0.75 -0.357 17 17" xml:space="preserve">
+<defs>
+</defs>
+<g>
+	<defs>
+		<circle id="XMLID_10_" cx="7.86" cy="7.859" r="7.485"/>
+	</defs>
+	<clipPath id="XMLID_13_">
+		<use xlink:href="#XMLID_10_" />
+	</clipPath>
+	<polygon clip-path="url(#XMLID_13_)" fill="#CBD2D8" points="0.375,10.303 4.555,15.342 0.375,15.342 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#CBD2D8" points="0.375,10.131 4.695,15.342 4.555,15.342 0.375,10.303 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#C9D0D5" points="0.375,9.959 4.84,15.342 4.695,15.342 0.375,10.131 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#C6CDD3" points="0.375,9.783 4.984,15.342 4.84,15.342 0.375,9.959 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#C5CCD2" points="0.375,9.611 5.125,15.342 4.984,15.342 0.375,9.783 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#C3C9D0" points="0.375,9.439 5.27,15.342 5.125,15.342 0.375,9.611 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#C1C8CE" points="0.375,9.268 5.414,15.342 5.27,15.342 0.375,9.439 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#BFC5CC" points="0.375,9.096 5.559,15.342 5.414,15.342 0.375,9.268 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#BEC4CB" points="0.375,8.924 5.699,15.342 5.559,15.342 0.375,9.096 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#BBC2C9" points="0.375,8.748 5.844,15.342 5.699,15.342 0.375,8.924 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#BAC0C8" points="0.375,8.576 5.984,15.342 5.844,15.342 0.375,8.748 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#B7BEC6" points="0.375,8.404 6.129,15.342 5.984,15.342 0.375,8.576 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#B6BDC5" points="0.375,8.229 6.273,15.342 6.129,15.342 0.375,8.404 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#B5BBC3" points="0.375,8.057 6.418,15.342 6.273,15.342 0.375,8.229 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#B3BAC2" points="0.375,7.885 6.559,15.342 6.418,15.342 0.375,8.057 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#B1B7C0" points="0.375,7.713 6.703,15.342 6.559,15.342 0.375,7.885 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#B0B6BF" points="0.375,7.541 6.848,15.342 6.703,15.342 0.375,7.713 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#AEB5BE" points="0.375,7.365 6.992,15.342 6.848,15.342 0.375,7.541 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#ADB3BC" points="0.375,7.193 7.133,15.342 6.992,15.342 0.375,7.365 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#ABB2BC" points="0.375,7.021 7.277,15.342 7.133,15.342 0.375,7.193 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#AAB0BA" points="0.375,6.85 7.422,15.342 7.277,15.342 0.375,7.021 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#A8AEB8" points="0.375,6.678 7.562,15.342 7.422,15.342 0.375,6.85 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#A6ADB7" points="0.375,6.502 7.703,15.342 7.562,15.342 0.375,6.678 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#A6ACB6" points="0.375,6.33 7.848,15.342 7.703,15.342 0.375,6.502 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#A3AAB4" points="0.375,6.158 7.992,15.342 7.848,15.342 0.375,6.33 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#A2A8B3" points="0.375,5.986 8.137,15.342 7.992,15.342 0.375,6.158 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#A0A7B1" points="0.375,5.811 8.281,15.342 8.137,15.342 0.375,5.986 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#9FA6B0" points="0.375,5.639 8.422,15.342 8.281,15.342 0.375,5.811 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#9EA4AF" points="0.375,5.467 8.566,15.342 8.422,15.342 0.375,5.639 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#9CA3AE" points="0.375,5.295 8.711,15.342 8.566,15.342 0.375,5.467 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#9BA1AD" points="0.375,5.119 8.852,15.342 8.711,15.342 0.375,5.295 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#9AA0AB" points="0.375,4.947 8.996,15.342 8.852,15.342 0.375,5.119 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#989FAA" points="0.375,4.775 9.141,15.342 8.996,15.342 0.375,4.947 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#979EAA" points="0.375,4.604 9.281,15.342 9.141,15.342 0.375,4.775 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#969CA8" points="0.375,4.432 9.426,15.342 9.281,15.342 0.375,4.604 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#949BA7" points="0.375,4.256 9.57,15.342 9.426,15.342 0.375,4.432 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#9399A5" points="0.375,4.084 9.711,15.342 9.57,15.342 0.375,4.256 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#9298A4" points="0.375,3.912 9.855,15.342 9.711,15.342 0.375,4.084 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#9097A3" points="0.375,3.74 10,15.342 9.855,15.342 0.375,3.912 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#8F95A2" points="0.375,3.564 10.141,15.342 10,15.342 0.375,3.74 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#8E95A1" points="0.375,3.393 10.285,15.342 10.141,15.342 0.375,3.564 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#8D93A0" points="0.375,3.221 10.43,15.342 10.285,15.342 0.375,3.393 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#8B929F" points="0.375,3.049 10.57,15.342 10.43,15.342 0.375,3.221 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#8A919E" points="0.375,2.877 10.715,15.342 10.57,15.342 0.375,3.049 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#898F9D" points="0.375,2.705 10.859,15.342 10.715,15.342 0.375,2.877 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#878E9B" points="0.375,2.529 11,15.342 10.859,15.342 0.375,2.705 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#878D9B" points="0.375,2.357 11.145,15.342 11,15.342 0.375,2.529 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#858C9A" points="0.375,2.186 11.289,15.342 11.145,15.342 0.375,2.357 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#848B98" points="0.375,2.01 11.43,15.342 11.289,15.342 0.375,2.186 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#838A97" points="0.375,1.838 11.574,15.342 11.43,15.342 0.375,2.01 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#828997" points="0.375,1.666 11.719,15.342 11.574,15.342 0.375,1.838 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#818895" points="0.375,1.494 11.859,15.342 11.719,15.342 0.375,1.666 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#808794" points="0.375,1.322 12.004,15.342 11.859,15.342 0.375,1.494 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#7E8594" points="0.375,1.146 12.148,15.342 12.004,15.342 0.375,1.322 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#7D8593" points="0.375,0.975 12.289,15.342 12.148,15.342 0.375,1.146 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#7C8392" points="0.375,0.803 12.434,15.342 12.289,15.342 0.375,0.975 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#7B8290" points="0.375,0.631 12.578,15.342 12.434,15.342 0.375,0.803 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#7A8190" points="0.375,0.557 0.422,0.518 12.719,15.342 12.578,15.342 0.375,0.631 	
+		"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#79808F" points="0.422,0.518 0.508,0.447 12.863,15.342 12.719,15.342 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#787F8D" points="0.508,0.447 0.594,0.377 13.008,15.342 12.863,15.342 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#777E8D" points="0.594,0.377 0.594,0.377 0.734,0.377 13.148,15.342 13.008,15.342 	
+		"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#767D8C" points="0.879,0.377 13.293,15.342 13.148,15.342 0.734,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#767C8B" points="1.023,0.377 13.438,15.342 13.293,15.342 0.879,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#747B8A" points="1.168,0.377 13.578,15.342 13.438,15.342 1.023,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#737A89" points="1.312,0.377 13.723,15.342 13.578,15.342 1.168,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#727989" points="1.453,0.377 13.867,15.342 13.723,15.342 1.312,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#717888" points="1.598,0.377 14.008,15.342 13.867,15.342 1.453,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#707786" points="1.742,0.377 14.152,15.342 14.008,15.342 1.598,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#6F7686" points="14.297,15.342 1.883,0.377 1.742,0.377 14.152,15.342 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#6D7585" points="2.027,0.377 14.438,15.342 14.297,15.342 1.883,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#6D7584" points="2.168,0.377 14.582,15.342 14.438,15.342 2.027,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#6C7383" points="2.312,0.377 14.727,15.342 14.582,15.342 2.168,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#6B7383" points="2.457,0.377 14.867,15.342 14.727,15.342 2.312,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#6A7281" points="2.598,0.377 15.012,15.342 14.867,15.342 2.457,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#697181" points="2.742,0.377 15.145,15.33 15.125,15.342 15.012,15.342 2.598,0.377 	
+		"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#697080" points="2.887,0.377 15.227,15.26 15.145,15.33 2.742,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#686F7F" points="3.031,0.377 15.312,15.189 15.227,15.26 2.887,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#676E7E" points="3.172,0.377 15.344,15.053 15.344,15.162 15.312,15.189 3.031,0.377 	
+		"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#656D7D" points="3.316,0.377 15.344,14.881 15.344,15.053 3.172,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#646C7D" points="3.461,0.377 15.344,14.705 15.344,14.881 3.316,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#646C7C" points="3.602,0.377 15.344,14.533 15.344,14.705 3.461,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#636B7C" points="3.746,0.377 15.344,14.361 15.344,14.533 3.602,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#626B7B" points="3.891,0.377 15.344,14.189 15.344,14.361 3.746,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#616A7A" points="4.031,0.377 15.344,14.018 15.344,14.189 3.891,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#606979" points="4.176,0.377 15.344,13.846 15.344,14.018 4.031,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#5F6878" points="4.32,0.377 15.344,13.67 15.344,13.846 4.176,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#5F6878" points="4.461,0.377 15.344,13.498 15.344,13.67 4.32,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#5E6777" points="4.605,0.377 15.344,13.326 15.344,13.498 4.461,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#5D6676" points="4.75,0.377 15.344,13.15 15.344,13.326 4.605,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#5C6576" points="4.891,0.377 15.344,12.979 15.344,13.15 4.75,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#5B6475" points="5.035,0.377 15.344,12.807 15.344,12.979 4.891,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#5B6475" points="5.18,0.377 15.344,12.635 15.344,12.807 5.035,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#5A6373" points="5.32,0.377 15.344,12.463 15.344,12.635 5.18,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#596273" points="5.465,0.377 15.344,12.287 15.344,12.463 5.32,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#586172" points="5.609,0.377 15.344,12.115 15.344,12.287 5.465,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#576172" points="5.75,0.377 15.344,11.943 15.344,12.115 5.609,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#566071" points="5.895,0.377 15.344,11.771 15.344,11.943 5.75,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#566070" points="6.039,0.377 15.344,11.6 15.344,11.771 5.895,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#555F70" points="6.18,0.377 15.344,11.424 15.344,11.6 6.039,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#545E6F" points="6.324,0.377 15.344,11.252 15.344,11.424 6.18,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#535E6F" points="6.469,0.377 15.344,11.08 15.344,11.252 6.324,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#535D6E" points="6.609,0.377 15.344,10.908 15.344,11.08 6.469,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#525C6D" points="6.754,0.377 15.344,10.732 15.344,10.908 6.609,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#515C6D" points="6.898,0.377 15.344,10.561 15.344,10.732 6.754,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#505B6C" points="7.039,0.377 15.344,10.389 15.344,10.561 6.898,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#505B6C" points="7.184,0.377 15.344,10.217 15.344,10.389 7.039,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#505A6B" points="7.328,0.377 15.344,10.041 15.344,10.217 7.184,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#4F596A" points="7.469,0.377 15.344,9.869 15.344,10.041 7.328,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#4E596A" points="7.613,0.377 15.344,9.697 15.344,9.869 7.469,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#4D5869" points="7.758,0.377 15.344,9.525 15.344,9.697 7.613,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#4C5869" points="7.898,0.377 15.344,9.354 15.344,9.525 7.758,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#4C5768" points="8.043,0.377 15.344,9.182 15.344,9.354 7.898,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#4B5768" points="8.188,0.377 15.344,9.006 15.344,9.182 8.043,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#4B5667" points="8.328,0.377 15.344,8.834 15.344,9.006 8.188,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#4A5567" points="8.473,0.377 15.344,8.662 15.344,8.834 8.328,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#495566" points="8.617,0.377 15.344,8.486 15.344,8.662 8.473,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#485566" points="8.758,0.377 15.344,8.314 15.344,8.486 8.617,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#485466" points="8.902,0.377 15.344,8.143 15.344,8.314 8.758,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#475365" points="9.047,0.377 15.344,7.971 15.344,8.143 8.902,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#475365" points="9.188,0.377 15.344,7.799 15.344,7.971 9.047,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#465264" points="9.332,0.377 15.344,7.627 15.344,7.799 9.188,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#455264" points="9.477,0.377 15.344,7.451 15.344,7.627 9.332,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#445263" points="9.617,0.377 15.344,7.279 15.344,7.451 9.477,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#445163" points="15.344,7.107 9.762,0.377 9.617,0.377 15.344,7.279 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#445062" points="9.906,0.377 15.344,6.932 15.344,7.107 9.762,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#425062" points="10.047,0.377 15.344,6.76 15.344,6.932 9.906,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#425062" points="10.191,0.377 15.344,6.588 15.344,6.76 10.047,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#424F61" points="10.336,0.377 15.344,6.416 15.344,6.588 10.191,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#414F61" points="10.477,0.377 15.344,6.244 15.344,6.416 10.336,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#404E60" points="10.621,0.377 15.344,6.068 15.344,6.244 10.477,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#3F4E60" points="10.766,0.377 15.344,5.896 15.344,6.068 10.621,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#3F4D60" points="10.906,0.377 15.344,5.725 15.344,5.896 10.766,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#3F4D5F" points="11.051,0.377 15.344,5.553 15.344,5.725 10.906,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#3E4D5F" points="11.195,0.377 15.344,5.381 15.344,5.553 11.051,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#3E4C5E" points="11.336,0.377 15.344,5.205 15.344,5.381 11.195,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#3D4C5E" points="15.344,5.033 11.48,0.377 11.336,0.377 15.344,5.205 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#3D4C5E" points="11.625,0.377 15.344,4.861 15.344,5.033 11.48,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#3C4B5D" points="11.766,0.377 15.344,4.689 15.344,4.861 11.625,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#3C4B5D" points="11.91,0.377 15.344,4.514 15.344,4.689 11.766,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#3C4B5D" points="12.055,0.377 15.344,4.342 15.344,4.514 11.91,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#3B4A5C" points="12.199,0.377 15.344,4.17 15.344,4.342 12.055,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#3B4A5C" points="12.344,0.377 15.344,3.998 15.344,4.17 12.199,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#3A495C" points="12.484,0.377 15.344,3.822 15.344,3.998 12.344,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#3A495B" points="12.625,0.377 15.344,3.65 15.344,3.822 12.484,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#39495B" points="12.77,0.377 15.344,3.479 15.344,3.65 12.625,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#38495B" points="12.914,0.377 15.344,3.307 15.344,3.479 12.77,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#38485B" points="13.055,0.377 15.344,3.135 15.344,3.307 12.914,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#38485A" points="13.199,0.377 15.344,2.963 15.344,3.135 13.055,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#37485A" points="13.344,0.377 15.344,2.787 15.344,2.963 13.199,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#38475A" points="13.488,0.377 15.344,2.615 15.344,2.787 13.344,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#37475A" points="13.629,0.377 15.344,2.443 15.344,2.615 13.488,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#374659" points="13.773,0.377 15.344,2.268 15.344,2.443 13.629,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#364659" points="13.918,0.377 15.344,2.096 15.344,2.268 13.773,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#364659" points="15.344,1.924 14.062,0.377 13.918,0.377 15.344,2.096 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#364659" points="14.203,0.377 15.344,1.752 15.344,1.924 14.062,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#354659" points="14.348,0.377 15.344,1.58 15.344,1.752 14.203,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#354659" points="14.492,0.377 15.344,1.404 15.344,1.58 14.348,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#354658" points="14.633,0.377 15.344,1.232 15.344,1.404 14.492,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#344558" points="14.777,0.377 15.344,1.061 15.344,1.232 14.633,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#344558" points="14.922,0.377 15.344,0.889 15.344,1.061 14.777,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#344558" points="15.062,0.377 15.344,0.713 15.344,0.889 14.922,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#344558" points="15.207,0.377 15.344,0.541 15.344,0.713 15.062,0.377 	"/>
+	<polygon clip-path="url(#XMLID_13_)" fill="#344558" points="15.344,0.541 15.207,0.377 15.344,0.377 	"/>
+</g>
+<path fill="#AEADAE" d="M14.97,7.859c0,3.92-3.189,7.108-7.11,7.108c-3.92,0-7.109-3.188-7.109-7.108S3.939,0.75,7.859,0.75
+	C11.78,0.75,14.97,3.939,14.97,7.859z M7.859,0C3.525,0,0,3.526,0,7.859c0,4.333,3.525,7.858,7.859,7.858s7.86-3.525,7.86-7.858
+	C15.72,3.526,12.193,0,7.859,0z"/>
+<path fill="#FFFFFF" d="M7.236,7.065c0.418,0.011,1.034,0.033,1.408-0.154c0.23-0.121,0.594-0.407,0.594-1.001
+	c0-0.792-0.615-1.166-1.342-1.166c-0.539,0-0.891,0.187-1.089,0.363C6.39,5.481,6.334,6.064,6.312,6.329L5.301,6.263
+	c0.066-0.77,0.309-1.43,0.902-1.914C6.521,4.096,7.072,3.82,7.918,3.82c1.662,0,2.377,1.045,2.377,2.035
+	c0,0.462-0.165,0.902-0.44,1.199c-0.241,0.253-0.506,0.374-0.659,0.44c0.989,0.253,1.375,1.122,1.375,1.826
+	c0,0.704-0.342,1.375-0.869,1.771c-0.309,0.252-0.914,0.561-1.914,0.561c-0.418,0-1.188-0.044-1.838-0.539
+	C5.08,10.465,5.015,9.508,4.992,9.057l1.035-0.088c0,0.164,0.01,0.462,0.153,0.814c0.396,0.945,1.243,0.967,1.573,0.967
+	c1.716,0,1.748-1.287,1.748-1.463c0-0.22-0.043-0.439-0.153-0.638C8.986,8.012,8.216,7.979,7.731,7.979
+	c-0.065,0-0.209,0-0.495,0.011V7.065z"/>
+</svg>
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/4.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/4.png
new file mode 100644
index 0000000..e8b6162
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/4.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/4.svg b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/4.svg
new file mode 100644
index 0000000..19ea749
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/4.svg
@@ -0,0 +1,189 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+	<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+	 width="17" height="16" viewBox="-0.75 -0.058 17 16" enable-background="new -0.75 -0.058 17 16" xml:space="preserve">
+<defs>
+</defs>
+<g>
+	<defs>
+		<circle id="XMLID_6_" cx="7.86" cy="7.858" r="7.485"/>
+	</defs>
+	<clipPath id="XMLID_9_">
+		<use xlink:href="#XMLID_6_" />
+	</clipPath>
+	<polygon clip-path="url(#XMLID_9_)" fill="#CBD2D8" points="0.375,11.774 4.328,15.341 0.375,15.341 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#CBD2D8" points="0.375,11.622 4.5,15.341 4.328,15.341 0.375,11.774 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C9D0D5" points="0.375,11.466 4.668,15.341 4.5,15.341 0.375,11.622 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C6CDD3" points="0.375,11.313 4.84,15.341 4.668,15.341 0.375,11.466 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C5CCD2" points="0.375,11.161 5.012,15.341 4.84,15.341 0.375,11.313 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C3C9D0" points="0.375,11.005 5.18,15.341 5.012,15.341 0.375,11.161 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C1C8CE" points="5.352,15.341 0.375,10.853 0.375,11.005 5.18,15.341 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BFC5CC" points="0.375,10.696 5.523,15.341 5.352,15.341 0.375,10.853 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BEC4CB" points="0.375,10.544 5.695,15.341 5.523,15.341 0.375,10.696 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BBC2C9" points="0.375,10.388 5.863,15.341 5.695,15.341 0.375,10.544 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BAC0C8" points="0.375,10.235 6.035,15.341 5.863,15.341 0.375,10.388 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B7BEC6" points="0.375,10.083 6.203,15.341 6.035,15.341 0.375,10.235 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B6BDC5" points="0.375,9.927 6.375,15.341 6.203,15.341 0.375,10.083 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B5BBC3" points="0.375,9.774 6.547,15.341 6.375,15.341 0.375,9.927 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B3BAC2" points="0.375,9.618 6.719,15.341 6.547,15.341 0.375,9.774 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B1B7C0" points="0.375,9.466 6.891,15.341 6.719,15.341 0.375,9.618 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B0B6BF" points="0.375,9.31 7.059,15.341 6.891,15.341 0.375,9.466 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#AEB5BE" points="0.375,9.157 7.23,15.341 7.059,15.341 0.375,9.31 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#ADB3BC" points="0.375,9.005 7.398,15.341 7.23,15.341 0.375,9.157 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#ABB2BC" points="0.375,8.849 7.57,15.341 7.398,15.341 0.375,9.005 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#AAB0BA" points="0.375,8.696 7.742,15.341 7.57,15.341 0.375,8.849 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A8AEB8" points="0.375,8.54 7.91,15.341 7.742,15.341 0.375,8.696 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A6ADB7" points="0.375,8.388 8.082,15.341 7.91,15.341 0.375,8.54 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A6ACB6" points="0.375,8.231 8.254,15.341 8.082,15.341 0.375,8.388 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A3AAB4" points="0.375,8.079 8.426,15.341 8.254,15.341 0.375,8.231 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A2A8B3" points="0.375,7.927 8.594,15.341 8.426,15.341 0.375,8.079 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A0A7B1" points="8.766,15.341 0.375,7.771 0.375,7.927 8.594,15.341 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9FA6B0" points="0.375,7.618 8.938,15.341 8.766,15.341 0.375,7.771 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9EA4AF" points="9.109,15.341 0.375,7.462 0.375,7.618 8.938,15.341 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9CA3AE" points="0.375,7.31 9.277,15.341 9.109,15.341 0.375,7.462 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9BA1AD" points="0.375,7.153 9.445,15.341 9.277,15.341 0.375,7.31 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9AA0AB" points="0.375,7.001 9.617,15.341 9.445,15.341 0.375,7.153 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#989FAA" points="0.375,6.849 9.789,15.341 9.617,15.341 0.375,7.001 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#979EAA" points="0.375,6.692 9.961,15.341 9.789,15.341 0.375,6.849 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#969CA8" points="10.133,15.341 0.375,6.54 0.375,6.692 9.961,15.341 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#949BA7" points="0.375,6.384 10.301,15.341 10.133,15.341 0.375,6.54 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9399A5" points="0.375,6.231 10.473,15.341 10.301,15.341 0.375,6.384 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9298A4" points="0.375,6.075 10.645,15.341 10.473,15.341 0.375,6.231 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9097A3" points="0.375,5.923 10.812,15.341 10.645,15.341 0.375,6.075 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8F95A2" points="0.375,5.771 10.984,15.341 10.812,15.341 0.375,5.923 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8E95A1" points="0.375,5.614 11.156,15.341 10.984,15.341 0.375,5.771 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8D93A0" points="0.375,5.462 11.324,15.341 11.156,15.341 0.375,5.614 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8B929F" points="0.375,5.306 11.496,15.341 11.324,15.341 0.375,5.462 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8A919E" points="11.668,15.341 0.375,5.153 0.375,5.306 11.496,15.341 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#898F9D" points="0.375,4.997 11.836,15.341 11.668,15.341 0.375,5.153 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#878E9B" points="0.375,4.845 12.008,15.341 11.836,15.341 0.375,4.997 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#878D9B" points="0.375,4.692 12.18,15.341 12.008,15.341 0.375,4.845 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#858C9A" points="0.375,4.536 12.352,15.341 12.18,15.341 0.375,4.692 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#848B98" points="0.375,4.384 12.52,15.341 12.352,15.341 0.375,4.536 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#838A97" points="0.375,4.228 12.691,15.341 12.52,15.341 0.375,4.384 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#828997" points="0.375,4.075 12.859,15.341 12.691,15.341 0.375,4.228 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#818895" points="0.375,3.923 13.031,15.341 12.859,15.341 0.375,4.075 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#808794" points="0.375,3.767 13.203,15.341 13.031,15.341 0.375,3.923 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7E8594" points="0.375,3.614 13.375,15.341 13.203,15.341 0.375,3.767 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7D8593" points="0.375,3.458 13.543,15.341 13.375,15.341 0.375,3.614 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7C8392" points="0.375,3.306 13.715,15.341 13.543,15.341 0.375,3.458 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7B8290" points="0.375,3.149 13.887,15.341 13.715,15.341 0.375,3.306 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7A8190" points="0.375,2.997 14.055,15.341 13.887,15.341 0.375,3.149 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#79808F" points="0.375,2.841 14.227,15.341 14.055,15.341 0.375,2.997 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#787F8D" points="0.375,2.688 14.398,15.341 14.227,15.341 0.375,2.841 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#777E8D" points="0.375,2.536 14.57,15.341 14.398,15.341 0.375,2.688 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#767D8C" points="0.375,2.38 14.738,15.341 14.57,15.341 0.375,2.536 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#767C8B" points="0.375,2.228 14.91,15.341 14.738,15.341 0.375,2.38 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#747B8A" points="0.375,2.071 15.043,15.31 15.016,15.341 14.91,15.341 0.375,2.228 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#737A89" points="0.375,1.919 15.121,15.224 15.043,15.31 0.375,2.071 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#727989" points="0.375,1.763 15.195,15.142 15.121,15.224 0.375,1.919 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#717888" points="0.375,1.61 15.273,15.056 15.195,15.142 0.375,1.763 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#707786" points="15.273,15.056 15.344,14.978 15.344,14.966 0.375,1.458 0.375,1.61 	
+		"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6F7686" points="15.344,14.81 0.375,1.302 0.375,1.458 15.344,14.966 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6D7585" points="0.375,1.149 15.344,14.657 15.344,14.81 0.375,1.302 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6D7584" points="0.375,0.993 15.344,14.505 15.344,14.657 0.375,1.149 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6C7383" points="0.375,0.841 15.344,14.349 15.344,14.505 0.375,0.993 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6B7383" points="0.375,0.739 0.402,0.708 15.344,14.196 15.344,14.349 0.375,0.841 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6A7281" points="0.402,0.708 0.477,0.626 15.344,14.044 15.344,14.196 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#697181" points="0.477,0.626 0.555,0.54 15.344,13.888 15.344,14.044 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#697080" points="15.344,13.735 0.633,0.454 0.555,0.54 15.344,13.888 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#686F7F" points="0.633,0.454 0.703,0.376 0.711,0.376 15.344,13.579 15.344,13.735 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#676E7E" points="0.883,0.376 15.344,13.427 15.344,13.579 0.711,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#656D7D" points="1.055,0.376 15.344,13.271 15.344,13.427 0.883,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#646C7D" points="1.227,0.376 15.344,13.118 15.344,13.271 1.055,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#646C7C" points="1.395,0.376 15.344,12.962 15.344,13.118 1.227,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#636B7C" points="1.566,0.376 15.344,12.81 15.344,12.962 1.395,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#626B7B" points="1.734,0.376 15.344,12.657 15.344,12.81 1.566,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#616A7A" points="1.906,0.376 15.344,12.501 15.344,12.657 1.734,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#606979" points="2.078,0.376 15.344,12.349 15.344,12.501 1.906,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5F6878" points="2.25,0.376 15.344,12.192 15.344,12.349 2.078,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5F6878" points="2.418,0.376 15.344,12.04 15.344,12.192 2.25,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5E6777" points="2.59,0.376 15.344,11.884 15.344,12.04 2.418,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5D6676" points="2.762,0.376 15.344,11.731 15.344,11.884 2.59,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5C6576" points="2.93,0.376 15.344,11.579 15.344,11.731 2.762,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5B6475" points="3.102,0.376 15.344,11.423 15.344,11.579 2.93,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5B6475" points="3.273,0.376 15.344,11.271 15.344,11.423 3.102,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5A6373" points="3.445,0.376 15.344,11.114 15.344,11.271 3.273,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#596273" points="3.613,0.376 15.344,10.962 15.344,11.114 3.445,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#586172" points="3.785,0.376 15.344,10.806 15.344,10.962 3.613,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#576172" points="3.953,0.376 15.344,10.653 15.344,10.806 3.785,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#566071" points="4.125,0.376 15.344,10.497 15.344,10.653 3.953,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#566070" points="4.297,0.376 15.344,10.345 15.344,10.497 4.125,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#555F70" points="4.469,0.376 15.344,10.192 15.344,10.345 4.297,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#545E6F" points="4.641,0.376 15.344,10.036 15.344,10.192 4.469,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#535E6F" points="4.809,0.376 15.344,9.884 15.344,10.036 4.641,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#535D6E" points="4.98,0.376 15.344,9.728 15.344,9.884 4.809,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#525C6D" points="5.148,0.376 15.344,9.575 15.344,9.728 4.98,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#515C6D" points="5.32,0.376 15.344,9.419 15.344,9.575 5.148,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505B6C" points="5.492,0.376 15.344,9.267 15.344,9.419 5.32,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505B6C" points="5.664,0.376 15.344,9.114 15.344,9.267 5.492,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505A6B" points="5.832,0.376 15.344,8.958 15.344,9.114 5.664,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4F596A" points="6.004,0.376 15.344,8.806 15.344,8.958 5.832,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4E596A" points="6.172,0.376 15.344,8.649 15.344,8.806 6.004,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4D5869" points="6.344,0.376 15.344,8.497 15.344,8.649 6.172,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4C5869" points="15.344,8.341 6.516,0.376 6.344,0.376 15.344,8.497 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4C5768" points="6.688,0.376 15.344,8.188 15.344,8.341 6.516,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4B5768" points="6.855,0.376 15.344,8.036 15.344,8.188 6.688,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4B5667" points="7.027,0.376 15.344,7.88 15.344,8.036 6.855,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4A5567" points="7.195,0.376 15.344,7.728 15.344,7.88 7.027,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#495566" points="7.367,0.376 15.344,7.571 15.344,7.728 7.195,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#485566" points="7.539,0.376 15.344,7.419 15.344,7.571 7.367,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#485466" points="7.711,0.376 15.344,7.263 15.344,7.419 7.539,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#475365" points="7.883,0.376 15.344,7.11 15.344,7.263 7.711,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#475365" points="8.051,0.376 15.344,6.958 15.344,7.11 7.883,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#465264" points="15.344,6.802 8.223,0.376 8.051,0.376 15.344,6.958 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#455264" points="8.391,0.376 15.344,6.649 15.344,6.802 8.223,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445263" points="8.562,0.376 15.344,6.497 15.344,6.649 8.391,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445163" points="8.734,0.376 15.344,6.341 15.344,6.497 8.562,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445062" points="8.906,0.376 15.344,6.185 15.344,6.341 8.734,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#425062" points="9.074,0.376 15.344,6.032 15.344,6.185 8.906,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#425062" points="9.246,0.376 15.344,5.88 15.344,6.032 9.074,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#424F61" points="9.414,0.376 15.344,5.724 15.344,5.88 9.246,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#414F61" points="9.586,0.376 15.344,5.571 15.344,5.724 9.414,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#404E60" points="9.758,0.376 15.344,5.419 15.344,5.571 9.586,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4E60" points="9.93,0.376 15.344,5.263 15.344,5.419 9.758,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4D60" points="10.102,0.376 15.344,5.11 15.344,5.263 9.93,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4D5F" points="15.344,4.954 10.27,0.376 10.102,0.376 15.344,5.11 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3E4D5F" points="10.441,0.376 15.344,4.802 15.344,4.954 10.27,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3E4C5E" points="10.609,0.376 15.344,4.646 15.344,4.802 10.441,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3D4C5E" points="10.781,0.376 15.344,4.493 15.344,4.646 10.609,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3D4C5E" points="10.953,0.376 15.344,4.341 15.344,4.493 10.781,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="11.125,0.376 15.344,4.185 15.344,4.341 10.953,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="11.293,0.376 15.344,4.032 15.344,4.185 11.125,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="11.465,0.376 15.344,3.876 15.344,4.032 11.293,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3B4A5C" points="11.637,0.376 15.344,3.724 15.344,3.876 11.465,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3B4A5C" points="11.805,0.376 15.344,3.567 15.344,3.724 11.637,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3A495C" points="11.977,0.376 15.344,3.415 15.344,3.567 11.805,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3A495B" points="12.148,0.376 15.344,3.263 15.344,3.415 11.977,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#39495B" points="12.32,0.376 15.344,3.106 15.344,3.263 12.148,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38495B" points="12.488,0.376 15.344,2.954 15.344,3.106 12.32,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38485B" points="12.66,0.376 15.344,2.798 15.344,2.954 12.488,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38485A" points="12.828,0.376 15.344,2.646 15.344,2.798 12.66,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#37485A" points="13,0.376 15.344,2.489 15.344,2.646 12.828,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38475A" points="13.172,0.376 15.344,2.337 15.344,2.489 13,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#37475A" points="13.344,0.376 15.344,2.185 15.344,2.337 13.172,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#374659" points="13.512,0.376 15.344,2.028 15.344,2.185 13.344,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="13.684,0.376 15.344,1.876 15.344,2.028 13.512,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="13.852,0.376 15.344,1.72 15.344,1.876 13.684,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="14.023,0.376 15.344,1.567 15.344,1.72 13.852,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354659" points="14.195,0.376 15.344,1.411 15.344,1.567 14.023,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354659" points="14.367,0.376 15.344,1.259 15.344,1.411 14.195,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354658" points="14.535,0.376 15.344,1.106 15.344,1.259 14.367,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="14.707,0.376 15.344,0.95 15.344,1.106 14.535,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="14.879,0.376 15.344,0.798 15.344,0.95 14.707,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="15.047,0.376 15.344,0.642 15.344,0.798 14.879,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="15.219,0.376 15.344,0.489 15.344,0.642 15.047,0.376 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="15.344,0.489 15.219,0.376 15.344,0.376 	"/>
+</g>
+<path fill="#AEADAE" d="M14.97,7.858c0,3.92-3.189,7.109-7.109,7.109c-3.921,0-7.11-3.189-7.11-7.109S3.939,0.75,7.86,0.75
+	C11.78,0.75,14.97,3.938,14.97,7.858z M7.86,0C3.526,0,0,3.525,0,7.858c0,4.334,3.526,7.859,7.86,7.859s7.859-3.525,7.859-7.859
+	C15.72,3.525,12.194,0,7.86,0z"/>
+<path fill="#FFFFFF" d="M9.371,8.902h1.144v0.892H9.371v1.748H8.348V9.794H5.025V8.737l3.531-4.807h0.814V8.902z M8.348,8.902
+	l0.066-3.432L6.016,8.902H8.348z"/>
+</svg>
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/5.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/5.png
new file mode 100644
index 0000000..c1deabd
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/5.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/5.svg b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/5.svg
new file mode 100644
index 0000000..646a3b5
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/5.svg
@@ -0,0 +1,192 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+	<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+	 width="17" height="17" viewBox="-0.75 -0.758 17 17" enable-background="new -0.75 -0.758 17 17" xml:space="preserve">
+<defs>
+</defs>
+<g>
+	<defs>
+		<circle id="XMLID_6_" cx="7.86" cy="7.858" r="7.485"/>
+	</defs>
+	<clipPath id="XMLID_9_">
+		<use xlink:href="#XMLID_6_" />
+	</clipPath>
+	<polygon clip-path="url(#XMLID_9_)" fill="#CBD2D8" points="0.375,12.297 3.578,15.344 0.375,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#CBD2D8" points="0.375,12.133 3.75,15.344 3.578,15.344 0.375,12.297 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C9D0D5" points="0.375,11.973 3.918,15.344 3.75,15.344 0.375,12.133 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C6CDD3" points="0.375,11.809 4.09,15.344 3.918,15.344 0.375,11.973 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C5CCD2" points="0.375,11.648 4.258,15.344 4.09,15.344 0.375,11.809 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C3C9D0" points="0.375,11.488 4.43,15.344 4.258,15.344 0.375,11.648 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C1C8CE" points="0.375,11.324 4.598,15.344 4.43,15.344 0.375,11.488 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BFC5CC" points="0.375,11.164 4.77,15.344 4.598,15.344 0.375,11.324 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BEC4CB" points="0.375,11.004 4.938,15.344 4.77,15.344 0.375,11.164 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BBC2C9" points="0.375,10.84 5.109,15.344 4.938,15.344 0.375,11.004 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BAC0C8" points="0.375,10.68 5.281,15.344 5.109,15.344 0.375,10.84 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B7BEC6" points="5.449,15.344 0.375,10.516 0.375,10.68 5.281,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B6BDC5" points="0.375,10.355 5.617,15.344 5.449,15.344 0.375,10.516 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B5BBC3" points="0.375,10.195 5.789,15.344 5.617,15.344 0.375,10.355 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B3BAC2" points="0.375,10.031 5.957,15.344 5.789,15.344 0.375,10.195 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B1B7C0" points="0.375,9.871 6.129,15.344 5.957,15.344 0.375,10.031 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B0B6BF" points="6.297,15.344 0.375,9.707 0.375,9.871 6.129,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#AEB5BE" points="6.469,15.344 0.375,9.547 0.375,9.707 6.297,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#ADB3BC" points="0.375,9.387 6.641,15.344 6.469,15.344 0.375,9.547 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#ABB2BC" points="0.375,9.223 6.809,15.344 6.641,15.344 0.375,9.387 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#AAB0BA" points="0.375,9.062 6.977,15.344 6.809,15.344 0.375,9.223 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A8AEB8" points="0.375,8.898 7.148,15.344 6.977,15.344 0.375,9.062 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A6ADB7" points="0.375,8.738 7.32,15.344 7.148,15.344 0.375,8.898 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A6ACB6" points="0.375,8.578 7.488,15.344 7.32,15.344 0.375,8.738 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A3AAB4" points="0.375,8.414 7.656,15.344 7.488,15.344 0.375,8.578 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A2A8B3" points="0.375,8.254 7.828,15.344 7.656,15.344 0.375,8.414 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A0A7B1" points="0.375,8.09 8,15.344 7.828,15.344 0.375,8.254 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9FA6B0" points="0.375,7.93 8.168,15.344 8,15.344 0.375,8.09 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9EA4AF" points="0.375,7.77 8.336,15.344 8.168,15.344 0.375,7.93 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9CA3AE" points="8.508,15.344 0.375,7.605 0.375,7.77 8.336,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9BA1AD" points="0.375,7.445 8.68,15.344 8.508,15.344 0.375,7.605 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9AA0AB" points="0.375,7.281 8.848,15.344 8.68,15.344 0.375,7.445 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#989FAA" points="0.375,7.121 9.02,15.344 8.848,15.344 0.375,7.281 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#979EAA" points="9.188,15.344 0.375,6.961 0.375,7.121 9.02,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#969CA8" points="0.375,6.797 9.359,15.344 9.188,15.344 0.375,6.961 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#949BA7" points="0.375,6.637 9.527,15.344 9.359,15.344 0.375,6.797 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9399A5" points="0.375,6.473 9.699,15.344 9.527,15.344 0.375,6.637 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9298A4" points="0.375,6.312 9.867,15.344 9.699,15.344 0.375,6.473 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9097A3" points="0.375,6.152 10.039,15.344 9.867,15.344 0.375,6.312 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8F95A2" points="0.375,5.988 10.207,15.344 10.039,15.344 0.375,6.152 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8E95A1" points="0.375,5.828 10.379,15.344 10.207,15.344 0.375,5.988 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8D93A0" points="0.375,5.664 10.547,15.344 10.379,15.344 0.375,5.828 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8B929F" points="0.375,5.504 10.719,15.344 10.547,15.344 0.375,5.664 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8A919E" points="0.375,5.344 10.887,15.344 10.719,15.344 0.375,5.504 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#898F9D" points="11.059,15.344 0.375,5.18 0.375,5.344 10.887,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#878E9B" points="0.375,5.02 11.227,15.344 11.059,15.344 0.375,5.18 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#878D9B" points="0.375,4.859 11.398,15.344 11.227,15.344 0.375,5.02 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#858C9A" points="0.375,4.695 11.57,15.344 11.398,15.344 0.375,4.859 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#848B98" points="0.375,4.535 11.738,15.344 11.57,15.344 0.375,4.695 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#838A97" points="0.375,4.375 11.906,15.344 11.738,15.344 0.375,4.535 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#828997" points="12.078,15.344 0.375,4.211 0.375,4.375 11.906,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#818895" points="0.375,4.051 12.25,15.344 12.078,15.344 0.375,4.211 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#808794" points="0.375,3.887 12.418,15.344 12.25,15.344 0.375,4.051 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7E8594" points="12.586,15.344 0.375,3.727 0.375,3.887 12.418,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7D8593" points="0.375,3.562 12.758,15.344 12.586,15.344 0.375,3.727 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7C8392" points="12.93,15.344 0.375,3.402 0.375,3.562 12.758,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7B8290" points="0.375,3.242 13.098,15.344 12.93,15.344 0.375,3.402 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7A8190" points="0.375,3.078 13.27,15.344 13.098,15.344 0.375,3.242 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#79808F" points="0.375,2.918 13.438,15.344 13.27,15.344 0.375,3.078 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#787F8D" points="13.609,15.344 0.375,2.758 0.375,2.918 13.438,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#777E8D" points="0.375,2.594 13.777,15.344 13.609,15.344 0.375,2.758 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#767D8C" points="13.945,15.344 0.375,2.434 0.375,2.594 13.777,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#767C8B" points="0.375,2.27 14.117,15.344 13.945,15.344 0.375,2.434 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#747B8A" points="0.375,2.109 14.289,15.344 14.117,15.344 0.375,2.27 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#737A89" points="0.375,1.945 14.457,15.344 14.289,15.344 0.375,2.109 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#727989" points="0.375,1.785 14.629,15.344 14.457,15.344 0.375,1.945 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#717888" points="0.375,1.625 14.797,15.344 14.629,15.344 0.375,1.785 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#707786" points="0.375,1.461 14.941,15.316 14.914,15.344 14.797,15.344 0.375,1.625 	
+		"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6F7686" points="0.375,1.301 15.023,15.234 14.941,15.316 0.375,1.461 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6D7585" points="0.375,1.141 15.102,15.148 15.023,15.234 0.375,1.301 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6D7584" points="0.375,0.977 15.184,15.062 15.102,15.148 0.375,1.141 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6C7383" points="0.375,0.824 0.379,0.82 15.266,14.977 15.184,15.062 0.375,0.977 	"/>
+	
+		<rect x="7.802" y="-2.415" transform="matrix(-0.6905 0.7234 -0.7234 -0.6905 18.9717 7.5929)" clip-path="url(#XMLID_9_)" fill="#6B7383" width="0.119" height="20.54"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6A7281" points="0.461,0.734 0.539,0.648 15.344,14.73 15.344,14.891 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#697181" points="0.539,0.648 0.621,0.562 15.344,14.57 15.344,14.73 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#697080" points="0.621,0.562 0.703,0.48 15.344,14.406 15.344,14.57 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#686F7F" points="0.703,0.48 0.781,0.395 15.344,14.246 15.344,14.406 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#676E7E" points="0.781,0.395 0.801,0.375 0.934,0.375 15.344,14.086 15.344,14.246 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#656D7D" points="15.344,13.922 1.102,0.375 0.934,0.375 15.344,14.086 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#646C7D" points="1.273,0.375 15.344,13.762 15.344,13.922 1.102,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#646C7C" points="1.441,0.375 15.344,13.602 15.344,13.762 1.273,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#636B7C" points="15.344,13.438 1.609,0.375 1.441,0.375 15.344,13.602 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#626B7B" points="1.781,0.375 15.344,13.277 15.344,13.438 1.609,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#616A7A" points="1.953,0.375 15.344,13.113 15.344,13.277 1.781,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#606979" points="2.121,0.375 15.344,12.953 15.344,13.113 1.953,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5F6878" points="2.293,0.375 15.344,12.789 15.344,12.953 2.121,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5F6878" points="2.461,0.375 15.344,12.629 15.344,12.789 2.293,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5E6777" points="2.633,0.375 15.344,12.469 15.344,12.629 2.461,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5D6676" points="15.344,12.305 2.801,0.375 2.633,0.375 15.344,12.469 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5C6576" points="2.973,0.375 15.344,12.145 15.344,12.305 2.801,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5B6475" points="3.141,0.375 15.344,11.984 15.344,12.145 2.973,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5B6475" points="3.312,0.375 15.344,11.82 15.344,11.984 3.141,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5A6373" points="3.48,0.375 15.344,11.66 15.344,11.82 3.312,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#596273" points="3.652,0.375 15.344,11.496 15.344,11.66 3.48,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#586172" points="3.82,0.375 15.344,11.336 15.344,11.496 3.652,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#576172" points="3.992,0.375 15.344,11.172 15.344,11.336 3.82,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#566071" points="4.164,0.375 15.344,11.012 15.344,11.172 3.992,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#566070" points="4.332,0.375 15.344,10.852 15.344,11.012 4.164,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#555F70" points="4.5,0.375 15.344,10.688 15.344,10.852 4.332,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#545E6F" points="4.672,0.375 15.344,10.527 15.344,10.688 4.5,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#535E6F" points="4.844,0.375 15.344,10.367 15.344,10.527 4.672,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#535D6E" points="5.012,0.375 15.344,10.203 15.344,10.367 4.844,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#525C6D" points="5.18,0.375 15.344,10.043 15.344,10.203 5.012,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#515C6D" points="5.352,0.375 15.344,9.879 15.344,10.043 5.18,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505B6C" points="5.523,0.375 15.344,9.719 15.344,9.879 5.352,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505B6C" points="15.344,9.559 5.691,0.375 5.523,0.375 15.344,9.719 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505A6B" points="5.859,0.375 15.344,9.395 15.344,9.559 5.691,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4F596A" points="6.031,0.375 15.344,9.234 15.344,9.395 5.859,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4E596A" points="15.344,9.07 6.203,0.375 6.031,0.375 15.344,9.234 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4D5869" points="6.371,0.375 15.344,8.91 15.344,9.07 6.203,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4C5869" points="6.543,0.375 15.344,8.75 15.344,8.91 6.371,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4C5768" points="6.711,0.375 15.344,8.586 15.344,8.75 6.543,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4B5768" points="6.883,0.375 15.344,8.426 15.344,8.586 6.711,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4B5667" points="7.051,0.375 15.344,8.262 15.344,8.426 6.883,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4A5567" points="7.223,0.375 15.344,8.102 15.344,8.262 7.051,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#495566" points="7.391,0.375 15.344,7.941 15.344,8.102 7.223,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#485566" points="7.562,0.375 15.344,7.777 15.344,7.941 7.391,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#485466" points="7.73,0.375 15.344,7.617 15.344,7.777 7.562,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#475365" points="15.344,7.453 7.902,0.375 7.73,0.375 15.344,7.617 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#475365" points="8.07,0.375 15.344,7.293 15.344,7.453 7.902,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#465264" points="8.242,0.375 15.344,7.133 15.344,7.293 8.07,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#455264" points="8.41,0.375 15.344,6.969 15.344,7.133 8.242,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445263" points="8.582,0.375 15.344,6.809 15.344,6.969 8.41,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445163" points="8.75,0.375 15.344,6.648 15.344,6.809 8.582,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445062" points="15.344,6.484 8.922,0.375 8.75,0.375 15.344,6.648 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#425062" points="9.09,0.375 15.344,6.324 15.344,6.484 8.922,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#425062" points="15.344,6.16 9.262,0.375 9.09,0.375 15.344,6.324 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#424F61" points="9.43,0.375 15.344,6 15.344,6.16 9.262,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#414F61" points="9.602,0.375 15.344,5.84 15.344,6 9.43,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#404E60" points="9.773,0.375 15.344,5.676 15.344,5.84 9.602,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4E60" points="15.344,5.516 9.941,0.375 9.773,0.375 15.344,5.676 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4D60" points="10.109,0.375 15.344,5.352 15.344,5.516 9.941,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4D5F" points="15.344,5.191 10.281,0.375 10.109,0.375 15.344,5.352 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3E4D5F" points="10.453,0.375 15.344,5.031 15.344,5.191 10.281,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3E4C5E" points="10.621,0.375 15.344,4.867 15.344,5.031 10.453,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3D4C5E" points="10.789,0.375 15.344,4.707 15.344,4.867 10.621,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3D4C5E" points="15.344,4.543 10.961,0.375 10.789,0.375 15.344,4.707 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="11.133,0.375 15.344,4.383 15.344,4.543 10.961,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="15.344,4.223 11.301,0.375 11.133,0.375 15.344,4.383 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="11.473,0.375 15.344,4.059 15.344,4.223 11.301,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3B4A5C" points="11.641,0.375 15.344,3.898 15.344,4.059 11.473,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3B4A5C" points="11.812,0.375 15.344,3.734 15.344,3.898 11.641,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3A495C" points="11.98,0.375 15.344,3.574 15.344,3.734 11.812,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3A495B" points="12.152,0.375 15.344,3.414 15.344,3.574 11.98,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#39495B" points="15.344,3.25 12.32,0.375 12.152,0.375 15.344,3.414 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38495B" points="12.492,0.375 15.344,3.09 15.344,3.25 12.32,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38485B" points="12.66,0.375 15.344,2.93 15.344,3.09 12.492,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38485A" points="12.832,0.375 15.344,2.766 15.344,2.93 12.66,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#37485A" points="13,0.375 15.344,2.605 15.344,2.766 12.832,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38475A" points="13.172,0.375 15.344,2.441 15.344,2.605 13,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#37475A" points="13.34,0.375 15.344,2.281 15.344,2.441 13.172,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#374659" points="13.512,0.375 15.344,2.117 15.344,2.281 13.34,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="13.68,0.375 15.344,1.957 15.344,2.117 13.512,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="15.344,1.797 13.852,0.375 13.68,0.375 15.344,1.957 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="14.02,0.375 15.344,1.633 15.344,1.797 13.852,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354659" points="14.191,0.375 15.344,1.473 15.344,1.633 14.02,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354659" points="14.359,0.375 15.344,1.312 15.344,1.473 14.191,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354658" points="15.344,1.148 14.531,0.375 14.359,0.375 15.344,1.312 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="14.703,0.375 15.344,0.988 15.344,1.148 14.531,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="15.344,0.824 14.871,0.375 14.703,0.375 15.344,0.988 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="15.039,0.375 15.344,0.664 15.344,0.824 14.871,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="15.344,0.5 15.211,0.375 15.039,0.375 15.344,0.664 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="15.344,0.5 15.211,0.375 15.344,0.375 	"/>
+</g>
+<path fill="#AEADAE" d="M14.97,7.858c0,3.92-3.189,7.109-7.11,7.109c-3.92,0-7.109-3.189-7.109-7.109
+	c0-3.919,3.189-7.108,7.109-7.108C11.78,0.75,14.97,3.939,14.97,7.858z M7.859,0C3.525,0,0,3.525,0,7.858s3.525,7.859,7.859,7.859
+	s7.86-3.526,7.86-7.859S12.193,0,7.859,0z"/>
+<path fill="#FFFFFF" d="M10.306,3.952v0.946H6.873L6.555,6.922C7.027,6.581,7.49,6.438,8.084,6.438c1.605,0,2.529,1.21,2.529,2.574
+	c0,1.606-1.166,2.662-2.75,2.662c-0.627,0-1.298-0.188-1.738-0.55C5.41,10.552,5.322,9.693,5.289,9.331l1.045-0.065
+	C6.346,9.43,6.367,9.693,6.488,9.947c0.231,0.517,0.748,0.814,1.408,0.814c1.178,0,1.661-0.925,1.661-1.738
+	c0-0.914-0.594-1.694-1.683-1.694c-0.891,0-1.31,0.473-1.551,0.759L5.455,8.044l0.582-4.092H10.306z"/>
+</svg>
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/6.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/6.png
new file mode 100644
index 0000000..9710240
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/6.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/6.svg b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/6.svg
new file mode 100644
index 0000000..874e451
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/6.svg
@@ -0,0 +1,194 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+	<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+	 width="17" height="17" viewBox="-0.75 -0.457 17 17" enable-background="new -0.75 -0.457 17 17" xml:space="preserve">
+<defs>
+</defs>
+<g>
+	<defs>
+		<circle id="XMLID_6_" cx="7.86" cy="7.859" r="7.485"/>
+	</defs>
+	<clipPath id="XMLID_9_">
+		<use xlink:href="#XMLID_6_" />
+	</clipPath>
+	<polygon clip-path="url(#XMLID_9_)" fill="#CBD2D8" points="0.375,10.797 4.797,15.344 0.375,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#CBD2D8" points="0.375,10.645 4.941,15.344 4.797,15.344 0.375,10.793 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C9D0D5" points="0.375,10.496 5.086,15.344 4.941,15.344 0.375,10.645 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C6CDD3" points="0.375,10.348 5.234,15.344 5.086,15.344 0.375,10.496 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C5CCD2" points="0.375,10.199 5.375,15.344 5.234,15.344 0.375,10.348 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C3C9D0" points="0.375,10.051 5.523,15.344 5.375,15.344 0.375,10.199 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C1C8CE" points="5.668,15.344 0.375,9.902 0.375,10.051 5.523,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BFC5CC" points="5.812,15.344 0.375,9.75 0.375,9.902 5.668,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BEC4CB" points="0.375,9.602 5.957,15.344 5.812,15.344 0.375,9.75 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BBC2C9" points="0.375,9.453 6.102,15.344 5.957,15.344 0.375,9.602 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BAC0C8" points="0.375,9.305 6.246,15.344 6.102,15.344 0.375,9.453 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B7BEC6" points="0.375,9.152 6.391,15.344 6.246,15.344 0.375,9.305 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B6BDC5" points="6.539,15.344 0.375,9.004 0.375,9.152 6.391,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B5BBC3" points="6.68,15.344 0.375,8.855 0.375,9.004 6.539,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B3BAC2" points="0.375,8.707 6.828,15.344 6.68,15.344 0.375,8.855 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B1B7C0" points="0.375,8.559 6.973,15.344 6.828,15.344 0.375,8.707 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B0B6BF" points="7.117,15.344 0.375,8.41 0.375,8.559 6.973,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#AEB5BE" points="0.375,8.262 7.262,15.344 7.117,15.344 0.375,8.41 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#ADB3BC" points="0.375,8.109 7.406,15.344 7.262,15.344 0.375,8.262 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#ABB2BC" points="0.375,7.961 7.551,15.344 7.406,15.344 0.375,8.109 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#AAB0BA" points="0.375,7.812 7.695,15.344 7.551,15.344 0.375,7.961 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A8AEB8" points="0.375,7.664 7.844,15.344 7.695,15.344 0.375,7.812 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A6ADB7" points="0.375,7.516 7.984,15.344 7.844,15.344 0.375,7.664 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A6ACB6" points="8.133,15.344 0.375,7.363 0.375,7.516 7.984,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A3AAB4" points="0.375,7.215 8.277,15.344 8.133,15.344 0.375,7.363 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A2A8B3" points="8.422,15.344 0.375,7.066 0.375,7.215 8.277,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A0A7B1" points="0.375,6.918 8.566,15.344 8.422,15.344 0.375,7.066 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9FA6B0" points="0.375,6.77 8.711,15.344 8.566,15.344 0.375,6.918 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9EA4AF" points="0.375,6.621 8.855,15.344 8.711,15.344 0.375,6.77 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9CA3AE" points="0.375,6.469 9,15.344 8.855,15.344 0.375,6.621 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9BA1AD" points="9.148,15.344 0.375,6.32 0.375,6.469 9,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9AA0AB" points="0.375,6.172 9.293,15.344 9.148,15.344 0.375,6.32 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#989FAA" points="0.375,6.023 9.438,15.344 9.293,15.344 0.375,6.172 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#979EAA" points="0.375,5.875 9.582,15.344 9.438,15.344 0.375,6.023 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#969CA8" points="0.375,5.723 9.727,15.344 9.582,15.344 0.375,5.875 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#949BA7" points="0.375,5.574 9.871,15.344 9.727,15.344 0.375,5.723 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9399A5" points="0.375,5.426 10.016,15.344 9.871,15.344 0.375,5.574 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9298A4" points="0.375,5.277 10.16,15.344 10.016,15.344 0.375,5.426 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9097A3" points="0.375,5.129 10.305,15.344 10.16,15.344 0.375,5.277 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8F95A2" points="0.375,4.98 10.453,15.344 10.305,15.344 0.375,5.129 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8E95A1" points="0.375,4.832 10.598,15.344 10.453,15.344 0.375,4.98 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8D93A0" points="0.375,4.68 10.742,15.344 10.598,15.344 0.375,4.832 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8B929F" points="0.375,4.531 10.887,15.344 10.742,15.344 0.375,4.68 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8A919E" points="0.375,4.383 11.031,15.344 10.887,15.344 0.375,4.531 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#898F9D" points="0.375,4.234 11.176,15.344 11.031,15.344 0.375,4.383 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#878E9B" points="0.375,4.082 11.32,15.344 11.176,15.344 0.375,4.234 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#878D9B" points="0.375,3.934 11.469,15.344 11.32,15.344 0.375,4.082 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#858C9A" points="0.375,3.785 11.609,15.344 11.469,15.344 0.375,3.934 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#848B98" points="0.375,3.637 11.758,15.344 11.609,15.344 0.375,3.785 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#838A97" points="0.375,3.488 11.902,15.344 11.758,15.344 0.375,3.637 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#828997" points="0.375,3.34 12.047,15.344 11.902,15.344 0.375,3.488 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#818895" points="0.375,3.191 12.191,15.344 12.047,15.344 0.375,3.34 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#808794" points="0.375,3.039 12.336,15.344 12.191,15.344 0.375,3.191 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7E8594" points="0.375,2.891 12.48,15.344 12.336,15.344 0.375,3.039 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7D8593" points="12.625,15.344 0.375,2.742 0.375,2.891 12.48,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7C8392" points="0.375,2.594 12.773,15.344 12.625,15.344 0.375,2.742 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7B8290" points="0.375,2.445 12.914,15.344 12.773,15.344 0.375,2.594 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7A8190" points="0.375,2.293 13.062,15.344 12.914,15.344 0.375,2.445 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#79808F" points="0.375,2.145 13.207,15.344 13.062,15.344 0.375,2.293 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#787F8D" points="0.375,1.996 13.352,15.344 13.207,15.344 0.375,2.145 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#777E8D" points="0.375,1.848 13.496,15.344 13.352,15.344 0.375,1.996 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#767D8C" points="0.375,1.699 13.641,15.344 13.496,15.344 0.375,1.848 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#767C8B" points="0.375,1.551 13.785,15.344 13.641,15.344 0.375,1.699 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#747B8A" points="0.375,1.402 13.93,15.344 13.785,15.344 0.375,1.551 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#737A89" points="0.375,1.25 14.078,15.344 13.93,15.344 0.375,1.402 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#727989" points="0.375,1.102 14.219,15.344 14.078,15.344 0.375,1.25 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#717888" points="0.375,0.953 14.367,15.344 14.219,15.344 0.375,1.102 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#707786" points="0.375,0.844 0.395,0.824 14.512,15.344 14.367,15.344 0.375,0.953 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6F7686" points="14.656,15.344 0.469,0.754 0.395,0.824 14.512,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6D7585" points="0.469,0.754 0.543,0.68 14.801,15.344 14.656,15.344 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6D7584" points="0.543,0.68 0.617,0.605 14.906,15.301 14.863,15.344 14.801,15.344 	
+		"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6C7383" points="0.617,0.605 0.695,0.535 14.98,15.23 14.906,15.301 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6B7383" points="0.695,0.535 0.766,0.461 15.055,15.156 14.98,15.23 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6A7281" points="0.766,0.461 0.844,0.391 15.129,15.086 15.055,15.156 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#697181" points="0.844,0.391 0.859,0.375 0.973,0.375 15.203,15.012 15.129,15.086 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#697080" points="1.117,0.375 15.277,14.941 15.203,15.012 0.973,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#686F7F" points="1.266,0.375 15.344,14.859 15.344,14.875 15.277,14.941 1.117,0.375 	
+		"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#676E7E" points="1.406,0.375 15.344,14.711 15.344,14.859 1.266,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#656D7D" points="1.555,0.375 15.344,14.562 15.344,14.711 1.406,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#646C7D" points="1.699,0.375 15.344,14.41 15.344,14.562 1.555,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#646C7C" points="1.844,0.375 15.344,14.262 15.344,14.41 1.699,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#636B7C" points="1.988,0.375 15.344,14.113 15.344,14.262 1.844,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#626B7B" points="15.344,13.965 2.133,0.375 1.988,0.375 15.344,14.113 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#616A7A" points="2.277,0.375 15.344,13.816 15.344,13.965 2.133,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#606979" points="2.422,0.375 15.344,13.668 15.344,13.816 2.277,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5F6878" points="2.566,0.375 15.344,13.516 15.344,13.668 2.422,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5F6878" points="2.715,0.375 15.344,13.367 15.344,13.516 2.566,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5E6777" points="2.859,0.375 15.344,13.219 15.344,13.367 2.715,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5D6676" points="3.004,0.375 15.344,13.07 15.344,13.219 2.859,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5C6576" points="3.148,0.375 15.344,12.922 15.344,13.07 3.004,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5B6475" points="3.293,0.375 15.344,12.77 15.344,12.922 3.148,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5B6475" points="15.344,12.621 3.438,0.375 3.293,0.375 15.344,12.77 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5A6373" points="3.582,0.375 15.344,12.473 15.344,12.621 3.438,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#596273" points="3.727,0.375 15.344,12.324 15.344,12.473 3.582,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#586172" points="3.875,0.375 15.344,12.176 15.344,12.324 3.727,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#576172" points="4.02,0.375 15.344,12.027 15.344,12.176 3.875,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#566071" points="4.164,0.375 15.344,11.875 15.344,12.027 4.02,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#566070" points="4.309,0.375 15.344,11.727 15.344,11.875 4.164,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#555F70" points="4.453,0.375 15.344,11.578 15.344,11.727 4.309,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#545E6F" points="4.598,0.375 15.344,11.43 15.344,11.578 4.453,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#535E6F" points="4.742,0.375 15.344,11.281 15.344,11.43 4.598,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#535D6E" points="4.891,0.375 15.344,11.129 15.344,11.281 4.742,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#525C6D" points="15.344,10.98 5.031,0.375 4.891,0.375 15.344,11.129 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#515C6D" points="5.18,0.375 15.344,10.832 15.344,10.98 5.031,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505B6C" points="5.324,0.375 15.344,10.684 15.344,10.832 5.18,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505B6C" points="5.469,0.375 15.344,10.535 15.344,10.684 5.324,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505A6B" points="5.613,0.375 15.344,10.387 15.344,10.535 5.469,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4F596A" points="5.758,0.375 15.344,10.234 15.344,10.387 5.613,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4E596A" points="15.344,10.086 5.902,0.375 5.758,0.375 15.344,10.234 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4D5869" points="6.047,0.375 15.344,9.938 15.344,10.086 5.902,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4C5869" points="6.195,0.375 15.344,9.789 15.344,9.938 6.047,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4C5768" points="15.344,9.641 6.336,0.375 6.195,0.375 15.344,9.789 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4B5768" points="15.344,9.492 6.484,0.375 6.336,0.375 15.344,9.641 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4B5667" points="6.629,0.375 15.344,9.34 15.344,9.492 6.484,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4A5567" points="6.773,0.375 15.344,9.191 15.344,9.34 6.629,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#495566" points="6.918,0.375 15.344,9.043 15.344,9.191 6.773,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#485566" points="7.062,0.375 15.344,8.895 15.344,9.043 6.918,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#485466" points="7.207,0.375 15.344,8.746 15.344,8.895 7.062,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#475365" points="7.352,0.375 15.344,8.598 15.344,8.746 7.207,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#475365" points="7.496,0.375 15.344,8.445 15.344,8.598 7.352,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#465264" points="7.641,0.375 15.344,8.297 15.344,8.445 7.496,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#455264" points="7.789,0.375 15.344,8.148 15.344,8.297 7.641,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445263" points="7.934,0.375 15.344,8 15.344,8.148 7.789,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445163" points="8.078,0.375 15.344,7.848 15.344,8 7.934,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445062" points="15.344,7.699 8.223,0.375 8.078,0.375 15.344,7.848 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#425062" points="8.367,0.375 15.344,7.551 15.344,7.699 8.223,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#425062" points="8.512,0.375 15.344,7.402 15.344,7.551 8.367,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#424F61" points="8.656,0.375 15.344,7.254 15.344,7.402 8.512,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#414F61" points="8.805,0.375 15.344,7.105 15.344,7.254 8.656,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#404E60" points="8.945,0.375 15.344,6.957 15.344,7.105 8.805,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4E60" points="9.094,0.375 15.344,6.805 15.344,6.957 8.945,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4D60" points="9.238,0.375 15.344,6.656 15.344,6.805 9.094,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4D5F" points="15.344,6.508 9.383,0.375 9.238,0.375 15.344,6.656 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3E4D5F" points="9.527,0.375 15.344,6.359 15.344,6.508 9.383,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3E4C5E" points="9.672,0.375 15.344,6.211 15.344,6.359 9.527,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3D4C5E" points="9.816,0.375 15.344,6.059 15.344,6.211 9.672,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3D4C5E" points="9.961,0.375 15.344,5.91 15.344,6.059 9.816,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="10.109,0.375 15.344,5.762 15.344,5.91 9.961,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="10.254,0.375 15.344,5.613 15.344,5.762 10.109,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="10.398,0.375 15.344,5.465 15.344,5.613 10.254,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3B4A5C" points="10.543,0.375 15.344,5.316 15.344,5.465 10.398,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3B4A5C" points="10.688,0.375 15.344,5.164 15.344,5.316 10.543,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3A495C" points="10.832,0.375 15.344,5.016 15.344,5.164 10.688,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3A495B" points="10.977,0.375 15.344,4.867 15.344,5.016 10.832,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#39495B" points="11.121,0.375 15.344,4.719 15.344,4.867 10.977,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38495B" points="11.266,0.375 15.344,4.57 15.344,4.719 11.121,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38485B" points="11.414,0.375 15.344,4.422 15.344,4.57 11.266,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38485A" points="11.555,0.375 15.344,4.27 15.344,4.422 11.414,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#37485A" points="11.703,0.375 15.344,4.121 15.344,4.27 11.555,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38475A" points="11.848,0.375 15.344,3.973 15.344,4.121 11.703,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#37475A" points="11.992,0.375 15.344,3.824 15.344,3.973 11.848,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#374659" points="12.137,0.375 15.344,3.676 15.344,3.824 11.992,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="12.281,0.375 15.344,3.527 15.344,3.676 12.137,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="12.426,0.375 15.344,3.375 15.344,3.527 12.281,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="12.57,0.375 15.344,3.227 15.344,3.375 12.426,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354659" points="12.719,0.375 15.344,3.078 15.344,3.227 12.57,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354659" points="12.863,0.375 15.344,2.93 15.344,3.078 12.719,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354658" points="13.008,0.375 15.344,2.777 15.344,2.93 12.863,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="13.152,0.375 15.344,2.629 15.344,2.777 13.008,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="13.297,0.375 15.344,2.48 15.344,2.629 13.152,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="13.441,0.375 15.344,2.332 15.344,2.48 13.297,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="13.586,0.375 15.344,2.184 15.344,2.332 13.441,0.375 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="15.344,2.184 13.586,0.375 15.344,0.375 	"/>
+</g>
+<path fill="#AEADAE" d="M14.97,7.859c0,3.92-3.189,7.109-7.109,7.109c-3.921,0-7.11-3.189-7.11-7.109S3.939,0.75,7.86,0.75
+	C11.78,0.75,14.97,3.939,14.97,7.859z M7.86,0C3.526,0,0,3.525,0,7.859s3.526,7.859,7.86,7.859s7.859-3.525,7.859-7.859
+	S12.194,0,7.86,0z"/>
+<path fill="#FFFFFF" d="M9.568,5.934c-0.011-0.154-0.021-0.33-0.143-0.572C9.052,4.635,8.359,4.635,8.183,4.635
+	c-0.451,0-1.045,0.11-1.463,0.902C6.334,6.252,6.302,7,6.269,7.594C6.379,7.418,6.5,7.197,6.841,6.956
+	c0.517-0.374,1.056-0.451,1.44-0.451c1.397,0,2.432,1.013,2.432,2.563c0,1.451-0.99,2.541-2.586,2.541
+	c-1.198,0-2.002-0.572-2.441-1.541C5.521,9.695,5.279,9.023,5.279,7.736c0-1.242,0.264-2.541,1.209-3.354
+	c0.594-0.517,1.232-0.616,1.717-0.616c1.43,0,2.232,0.902,2.354,2.102L9.568,5.934z M8.149,7.418c-0.868,0-1.616,0.627-1.616,1.617
+	c0,0.781,0.473,1.683,1.605,1.683c0.913,0,1.551-0.671,1.551-1.649C9.689,8.034,9.019,7.418,8.149,7.418z"/>
+</svg>
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/7.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/7.png
new file mode 100644
index 0000000..fd31491
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/7.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/7.svg b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/7.svg
new file mode 100644
index 0000000..dfbbe38
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/7.svg
@@ -0,0 +1,190 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+	<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+	 width="17" height="16" viewBox="-0.75 -0.157 17 16" enable-background="new -0.75 -0.157 17 16" xml:space="preserve">
+<defs>
+</defs>
+<g>
+	<defs>
+		<circle id="XMLID_6_" cx="7.86" cy="7.859" r="7.485"/>
+	</defs>
+	<clipPath id="XMLID_9_">
+		<use xlink:href="#XMLID_6_" />
+	</clipPath>
+	<polygon clip-path="url(#XMLID_9_)" fill="#CBD2D8" points="0.375,10.991 3.77,15.343 0.375,15.343 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#CBD2D8" points="0.375,10.819 3.906,15.343 3.77,15.343 0.375,10.991 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C9D0D5" points="0.375,10.644 4.043,15.343 3.906,15.343 0.375,10.819 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C6CDD3" points="0.375,10.468 4.18,15.343 4.043,15.343 0.375,10.644 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C5CCD2" points="0.375,10.292 4.316,15.343 4.18,15.343 0.375,10.468 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C3C9D0" points="0.375,10.116 4.453,15.343 4.316,15.343 0.375,10.292 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C1C8CE" points="0.375,9.944 4.59,15.343 4.453,15.343 0.375,10.116 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BFC5CC" points="4.727,15.343 0.375,9.769 0.375,9.944 4.59,15.343 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BEC4CB" points="0.375,9.593 4.863,15.343 4.727,15.343 0.375,9.769 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BBC2C9" points="0.375,9.417 5,15.343 4.863,15.343 0.375,9.593 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BAC0C8" points="0.375,9.241 5.137,15.343 5,15.343 0.375,9.417 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B7BEC6" points="0.375,9.069 5.273,15.343 5.137,15.343 0.375,9.241 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B6BDC5" points="0.375,8.894 5.41,15.343 5.273,15.343 0.375,9.069 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B5BBC3" points="0.375,8.718 5.547,15.343 5.41,15.343 0.375,8.894 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B3BAC2" points="0.375,8.542 5.684,15.343 5.547,15.343 0.375,8.718 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B1B7C0" points="0.375,8.366 5.82,15.343 5.684,15.343 0.375,8.542 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B0B6BF" points="5.957,15.343 0.375,8.194 0.375,8.366 5.82,15.343 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#AEB5BE" points="0.375,8.019 6.094,15.343 5.957,15.343 0.375,8.194 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#ADB3BC" points="0.375,7.843 6.23,15.343 6.094,15.343 0.375,8.019 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#ABB2BC" points="6.367,15.343 0.375,7.667 0.375,7.843 6.23,15.343 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#AAB0BA" points="0.375,7.491 6.5,15.343 6.367,15.343 0.375,7.667 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A8AEB8" points="6.641,15.343 0.375,7.319 0.375,7.491 6.5,15.343 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A6ADB7" points="0.375,7.144 6.773,15.343 6.641,15.343 0.375,7.319 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A6ACB6" points="0.375,6.968 6.914,15.343 6.773,15.343 0.375,7.144 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A3AAB4" points="0.375,6.792 7.047,15.343 6.914,15.343 0.375,6.968 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A2A8B3" points="7.188,15.343 0.375,6.616 0.375,6.792 7.047,15.343 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A0A7B1" points="0.375,6.444 7.32,15.343 7.188,15.343 0.375,6.616 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9FA6B0" points="0.375,6.269 7.457,15.343 7.32,15.343 0.375,6.444 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9EA4AF" points="0.375,6.093 7.594,15.343 7.457,15.343 0.375,6.269 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9CA3AE" points="0.375,5.917 7.73,15.343 7.594,15.343 0.375,6.093 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9BA1AD" points="0.375,5.741 7.867,15.343 7.73,15.343 0.375,5.917 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9AA0AB" points="0.375,5.569 8.004,15.343 7.867,15.343 0.375,5.741 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#989FAA" points="8.141,15.343 0.375,5.394 0.375,5.569 8.004,15.343 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#979EAA" points="0.375,5.218 8.277,15.343 8.141,15.343 0.375,5.394 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#969CA8" points="0.375,5.042 8.414,15.343 8.277,15.343 0.375,5.218 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#949BA7" points="0.375,4.866 8.551,15.343 8.414,15.343 0.375,5.042 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9399A5" points="0.375,4.694 8.688,15.343 8.551,15.343 0.375,4.866 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9298A4" points="0.375,4.519 8.824,15.343 8.688,15.343 0.375,4.694 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9097A3" points="8.961,15.343 0.375,4.343 0.375,4.519 8.824,15.343 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8F95A2" points="0.375,4.167 9.098,15.343 8.961,15.343 0.375,4.343 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8E95A1" points="9.234,15.343 0.375,3.991 0.375,4.167 9.098,15.343 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8D93A0" points="9.371,15.343 0.375,3.819 0.375,3.991 9.234,15.343 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8B929F" points="0.375,3.644 9.508,15.343 9.371,15.343 0.375,3.819 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8A919E" points="9.645,15.343 0.375,3.468 0.375,3.644 9.508,15.343 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#898F9D" points="9.781,15.343 0.375,3.292 0.375,3.468 9.645,15.343 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#878E9B" points="0.375,3.116 9.918,15.343 9.781,15.343 0.375,3.292 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#878D9B" points="0.375,2.944 10.055,15.343 9.918,15.343 0.375,3.116 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#858C9A" points="10.191,15.343 0.375,2.769 0.375,2.944 10.055,15.343 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#848B98" points="0.375,2.593 10.328,15.343 10.191,15.343 0.375,2.769 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#838A97" points="10.461,15.343 0.375,2.417 0.375,2.593 10.328,15.343 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#828997" points="0.375,2.241 10.602,15.343 10.461,15.343 0.375,2.417 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#818895" points="0.375,2.069 10.734,15.343 10.602,15.343 0.375,2.241 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#808794" points="0.375,1.894 10.875,15.343 10.734,15.343 0.375,2.069 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7E8594" points="0.375,1.718 11.008,15.343 10.875,15.343 0.375,1.894 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7D8593" points="0.375,1.542 11.148,15.343 11.008,15.343 0.375,1.718 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7C8392" points="0.375,1.366 11.281,15.343 11.148,15.343 0.375,1.542 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7B8290" points="0.375,1.194 11.422,15.343 11.281,15.343 0.375,1.366 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7A8190" points="0.375,1.019 11.555,15.343 11.422,15.343 0.375,1.194 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#79808F" points="11.695,15.343 0.375,0.843 0.375,1.019 11.555,15.343 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#787F8D" points="0.375,0.667 11.828,15.343 11.695,15.343 0.375,0.843 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#777E8D" points="0.375,0.491 11.969,15.343 11.828,15.343 0.375,0.667 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#767D8C" points="12.102,15.343 0.441,0.401 0.375,0.456 0.375,0.491 11.969,15.343 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#767C8B" points="0.441,0.401 0.477,0.374 0.555,0.374 12.238,15.343 12.102,15.343 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#747B8A" points="0.695,0.374 12.375,15.343 12.238,15.343 0.555,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#737A89" points="0.828,0.374 12.512,15.343 12.375,15.343 0.695,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#727989" points="0.969,0.374 12.648,15.343 12.512,15.343 0.828,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#717888" points="1.102,0.374 12.785,15.343 12.648,15.343 0.969,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#707786" points="12.922,15.343 1.238,0.374 1.102,0.374 12.785,15.343 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6F7686" points="1.375,0.374 13.059,15.343 12.922,15.343 1.238,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6D7585" points="1.512,0.374 13.195,15.343 13.059,15.343 1.375,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6D7584" points="1.648,0.374 13.332,15.343 13.195,15.343 1.512,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6C7383" points="1.785,0.374 13.469,15.343 13.332,15.343 1.648,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6B7383" points="1.922,0.374 13.605,15.343 13.469,15.343 1.785,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6A7281" points="2.059,0.374 13.742,15.343 13.605,15.343 1.922,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#697181" points="2.195,0.374 13.879,15.343 13.742,15.343 2.059,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#697080" points="2.332,0.374 14.016,15.343 13.879,15.343 2.195,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#686F7F" points="2.469,0.374 14.152,15.343 14.016,15.343 2.332,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#676E7E" points="2.605,0.374 14.289,15.343 14.152,15.343 2.469,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#656D7D" points="2.742,0.374 14.426,15.343 14.289,15.343 2.605,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#646C7D" points="2.879,0.374 14.562,15.343 14.426,15.343 2.742,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#646C7C" points="3.016,0.374 14.699,15.343 14.562,15.343 2.879,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#636B7C" points="3.152,0.374 14.836,15.343 14.699,15.343 3.016,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#626B7B" points="3.289,0.374 14.973,15.343 14.836,15.343 3.152,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#616A7A" points="3.426,0.374 15.109,15.343 14.973,15.343 3.289,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#606979" points="3.562,0.374 15.246,15.343 15.109,15.343 3.426,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5F6878" points="3.699,0.374 15.328,15.276 15.246,15.343 15.246,15.343 3.562,0.374 	
+		"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5F6878" points="3.836,0.374 15.344,15.12 15.344,15.265 15.328,15.276 3.699,0.374 	
+		"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5E6777" points="3.973,0.374 15.344,14.944 15.344,15.12 3.836,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5D6676" points="4.109,0.374 15.344,14.772 15.344,14.944 3.973,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5C6576" points="4.242,0.374 15.344,14.597 15.344,14.772 4.109,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5B6475" points="4.383,0.374 15.344,14.421 15.344,14.597 4.242,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5B6475" points="4.516,0.374 15.344,14.245 15.344,14.421 4.383,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5A6373" points="4.656,0.374 15.344,14.069 15.344,14.245 4.516,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#596273" points="4.789,0.374 15.344,13.897 15.344,14.069 4.656,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#586172" points="4.926,0.374 15.344,13.722 15.344,13.897 4.789,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#576172" points="5.062,0.374 15.344,13.546 15.344,13.722 4.926,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#566071" points="5.199,0.374 15.344,13.37 15.344,13.546 5.062,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#566070" points="5.336,0.374 15.344,13.194 15.344,13.37 5.199,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#555F70" points="5.473,0.374 15.344,13.022 15.344,13.194 5.336,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#545E6F" points="5.609,0.374 15.344,12.847 15.344,13.022 5.473,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#535E6F" points="5.746,0.374 15.344,12.671 15.344,12.847 5.609,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#535D6E" points="5.883,0.374 15.344,12.495 15.344,12.671 5.746,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#525C6D" points="6.02,0.374 15.344,12.319 15.344,12.495 5.883,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#515C6D" points="15.344,12.147 6.156,0.374 6.02,0.374 15.344,12.319 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505B6C" points="6.293,0.374 15.344,11.972 15.344,12.147 6.156,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505B6C" points="15.344,11.796 6.43,0.374 6.293,0.374 15.344,11.972 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505A6B" points="15.344,11.62 6.566,0.374 6.43,0.374 15.344,11.796 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4F596A" points="6.703,0.374 15.344,11.444 15.344,11.62 6.566,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4E596A" points="6.84,0.374 15.344,11.272 15.344,11.444 6.703,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4D5869" points="6.977,0.374 15.344,11.097 15.344,11.272 6.84,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4C5869" points="7.113,0.374 15.344,10.921 15.344,11.097 6.977,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4C5768" points="7.25,0.374 15.344,10.745 15.344,10.921 7.113,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4B5768" points="7.387,0.374 15.344,10.569 15.344,10.745 7.25,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4B5667" points="7.523,0.374 15.344,10.397 15.344,10.569 7.387,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4A5567" points="7.66,0.374 15.344,10.222 15.344,10.397 7.523,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#495566" points="7.797,0.374 15.344,10.046 15.344,10.222 7.66,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#485566" points="7.934,0.374 15.344,9.87 15.344,10.046 7.797,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#485466" points="15.344,9.694 8.07,0.374 7.934,0.374 15.344,9.87 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#475365" points="8.203,0.374 15.344,9.522 15.344,9.694 8.07,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#475365" points="15.344,9.347 8.344,0.374 8.203,0.374 15.344,9.522 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#465264" points="8.477,0.374 15.344,9.171 15.344,9.347 8.344,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#455264" points="8.617,0.374 15.344,8.995 15.344,9.171 8.477,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445263" points="15.344,8.819 8.75,0.374 8.617,0.374 15.344,8.995 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445163" points="8.891,0.374 15.344,8.647 15.344,8.819 8.75,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445062" points="9.023,0.374 15.344,8.472 15.344,8.647 8.891,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#425062" points="9.164,0.374 15.344,8.296 15.344,8.472 9.023,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#425062" points="9.297,0.374 15.344,8.12 15.344,8.296 9.164,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#424F61" points="9.438,0.374 15.344,7.944 15.344,8.12 9.297,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#414F61" points="9.57,0.374 15.344,7.772 15.344,7.944 9.438,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#404E60" points="9.711,0.374 15.344,7.597 15.344,7.772 9.57,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4E60" points="9.844,0.374 15.344,7.421 15.344,7.597 9.711,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4D60" points="15.344,7.245 9.98,0.374 9.844,0.374 15.344,7.421 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4D5F" points="10.117,0.374 15.344,7.069 15.344,7.245 9.98,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3E4D5F" points="10.254,0.374 15.344,6.897 15.344,7.069 10.117,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3E4C5E" points="15.344,6.722 10.391,0.374 10.254,0.374 15.344,6.897 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3D4C5E" points="15.344,6.546 10.527,0.374 10.391,0.374 15.344,6.722 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3D4C5E" points="10.664,0.374 15.344,6.37 15.344,6.546 10.527,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="10.801,0.374 15.344,6.194 15.344,6.37 10.664,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="10.938,0.374 15.344,6.022 15.344,6.194 10.801,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="11.074,0.374 15.344,5.847 15.344,6.022 10.938,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3B4A5C" points="11.211,0.374 15.344,5.671 15.344,5.847 11.074,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3B4A5C" points="11.348,0.374 15.344,5.495 15.344,5.671 11.211,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3A495C" points="15.344,5.319 11.484,0.374 11.348,0.374 15.344,5.495 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3A495B" points="15.344,5.147 11.621,0.374 11.484,0.374 15.344,5.319 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#39495B" points="15.344,4.972 11.758,0.374 11.621,0.374 15.344,5.147 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38495B" points="11.895,0.374 15.344,4.796 15.344,4.972 11.758,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38485B" points="12.031,0.374 15.344,4.62 15.344,4.796 11.895,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38485A" points="12.168,0.374 15.344,4.444 15.344,4.62 12.031,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#37485A" points="12.305,0.374 15.344,4.272 15.344,4.444 12.168,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38475A" points="12.441,0.374 15.344,4.097 15.344,4.272 12.305,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#37475A" points="12.578,0.374 15.344,3.921 15.344,4.097 12.441,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#374659" points="12.715,0.374 15.344,3.745 15.344,3.921 12.578,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="12.852,0.374 15.344,3.569 15.344,3.745 12.715,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="15.344,3.397 12.984,0.374 12.852,0.374 15.344,3.569 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="13.125,0.374 15.344,3.222 15.344,3.397 12.984,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354659" points="13.258,0.374 15.344,3.046 15.344,3.222 13.125,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354659" points="13.398,0.374 15.344,2.87 15.344,3.046 13.258,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354658" points="13.531,0.374 15.344,2.694 15.344,2.87 13.398,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="13.672,0.374 15.344,2.522 15.344,2.694 13.531,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="13.805,0.374 15.344,2.347 15.344,2.522 13.672,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="15.344,2.171 13.945,0.374 13.805,0.374 15.344,2.347 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="14.078,0.374 15.344,1.995 15.344,2.171 13.945,0.374 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="15.344,1.995 14.078,0.374 15.344,0.374 	"/>
+</g>
+<path fill="#AEADAE" d="M14.97,7.859c0,3.919-3.189,7.108-7.11,7.108c-3.92,0-7.109-3.189-7.109-7.108
+	c0-3.92,3.189-7.109,7.109-7.109C11.78,0.75,14.97,3.939,14.97,7.859z M7.859,0C3.525,0,0,3.526,0,7.859
+	c0,4.333,3.525,7.858,7.859,7.858s7.86-3.525,7.86-7.858C15.72,3.526,12.193,0,7.859,0z"/>
+<path fill="#FFFFFF" d="M5.378,4.932V3.931h5.005v0.88c-0.352,0.374-0.858,0.924-1.518,2.134c-0.595,1.078-1.134,2.299-1.431,4.598
+	H6.291c0.065-0.583,0.197-1.089,0.242-1.31c0.197-0.78,0.429-1.484,0.791-2.276C8.16,6.065,8.92,5.251,9.217,4.932H5.378z"/>
+</svg>
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/8.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/8.png
new file mode 100644
index 0000000..0755ce7
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/8.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/8.svg b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/8.svg
new file mode 100644
index 0000000..136bd8b
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/8.svg
@@ -0,0 +1,191 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+	<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+	 width="17" height="17" viewBox="-0.75 -0.857 17 17" enable-background="new -0.75 -0.857 17 17" xml:space="preserve">
+<defs>
+</defs>
+<g>
+	<defs>
+		<circle id="XMLID_6_" cx="7.86" cy="7.859" r="7.485"/>
+	</defs>
+	<clipPath id="XMLID_9_">
+		<use xlink:href="#XMLID_6_" />
+	</clipPath>
+	<polygon clip-path="url(#XMLID_9_)" fill="#CBD2D8" points="0.375,11.393 4.133,15.342 0.375,15.342 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#CBD2D8" points="0.375,11.225 4.293,15.342 4.133,15.342 0.375,11.393 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C9D0D5" points="0.375,11.053 4.453,15.342 4.293,15.342 0.375,11.225 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C6CDD3" points="0.375,10.885 4.617,15.342 4.453,15.342 0.375,11.053 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C5CCD2" points="0.375,10.713 4.777,15.342 4.617,15.342 0.375,10.885 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C3C9D0" points="0.375,10.545 4.941,15.342 4.777,15.342 0.375,10.713 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#C1C8CE" points="0.375,10.373 5.102,15.342 4.941,15.342 0.375,10.545 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BFC5CC" points="5.266,15.342 0.375,10.205 0.375,10.373 5.102,15.342 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BEC4CB" points="0.375,10.033 5.426,15.342 5.266,15.342 0.375,10.205 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BBC2C9" points="0.375,9.865 5.586,15.342 5.426,15.342 0.375,10.033 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#BAC0C8" points="0.375,9.693 5.75,15.342 5.586,15.342 0.375,9.865 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B7BEC6" points="5.91,15.342 0.375,9.525 0.375,9.693 5.75,15.342 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B6BDC5" points="0.375,9.354 6.07,15.342 5.91,15.342 0.375,9.525 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B5BBC3" points="0.375,9.182 6.234,15.342 6.07,15.342 0.375,9.354 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B3BAC2" points="0.375,9.014 6.395,15.342 6.234,15.342 0.375,9.182 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B1B7C0" points="0.375,8.846 6.555,15.342 6.395,15.342 0.375,9.014 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#B0B6BF" points="0.375,8.674 6.719,15.342 6.555,15.342 0.375,8.846 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#AEB5BE" points="0.375,8.502 6.879,15.342 6.719,15.342 0.375,8.674 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#ADB3BC" points="7.043,15.342 0.375,8.334 0.375,8.502 6.879,15.342 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#ABB2BC" points="0.375,8.166 7.203,15.342 7.043,15.342 0.375,8.334 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#AAB0BA" points="0.375,7.994 7.367,15.342 7.203,15.342 0.375,8.166 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A8AEB8" points="0.375,7.822 7.527,15.342 7.367,15.342 0.375,7.994 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A6ADB7" points="0.375,7.654 7.688,15.342 7.527,15.342 0.375,7.822 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A6ACB6" points="0.375,7.486 7.852,15.342 7.688,15.342 0.375,7.654 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A3AAB4" points="0.375,7.314 8.012,15.342 7.852,15.342 0.375,7.486 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A2A8B3" points="8.172,15.342 0.375,7.143 0.375,7.314 8.012,15.342 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#A0A7B1" points="0.375,6.975 8.336,15.342 8.172,15.342 0.375,7.143 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9FA6B0" points="0.375,6.803 8.496,15.342 8.336,15.342 0.375,6.975 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9EA4AF" points="0.375,6.635 8.66,15.342 8.496,15.342 0.375,6.803 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9CA3AE" points="0.375,6.463 8.82,15.342 8.66,15.342 0.375,6.635 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9BA1AD" points="0.375,6.295 8.984,15.342 8.82,15.342 0.375,6.463 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9AA0AB" points="0.375,6.127 9.145,15.342 8.984,15.342 0.375,6.295 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#989FAA" points="9.305,15.342 0.375,5.955 0.375,6.127 9.145,15.342 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#979EAA" points="0.375,5.783 9.469,15.342 9.305,15.342 0.375,5.955 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#969CA8" points="0.375,5.615 9.629,15.342 9.469,15.342 0.375,5.783 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#949BA7" points="9.789,15.342 0.375,5.443 0.375,5.615 9.629,15.342 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9399A5" points="9.953,15.342 0.375,5.275 0.375,5.443 9.789,15.342 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9298A4" points="10.113,15.342 0.375,5.104 0.375,5.275 9.953,15.342 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#9097A3" points="0.375,4.936 10.273,15.342 10.113,15.342 0.375,5.104 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8F95A2" points="0.375,4.764 10.438,15.342 10.273,15.342 0.375,4.936 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8E95A1" points="0.375,4.596 10.598,15.342 10.438,15.342 0.375,4.764 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8D93A0" points="0.375,4.424 10.762,15.342 10.598,15.342 0.375,4.596 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8B929F" points="0.375,4.256 10.922,15.342 10.762,15.342 0.375,4.424 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#8A919E" points="11.086,15.342 0.375,4.084 0.375,4.256 10.922,15.342 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#898F9D" points="0.375,3.916 11.246,15.342 11.086,15.342 0.375,4.084 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#878E9B" points="0.375,3.744 11.406,15.342 11.246,15.342 0.375,3.916 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#878D9B" points="0.375,3.576 11.57,15.342 11.406,15.342 0.375,3.744 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#858C9A" points="0.375,3.404 11.73,15.342 11.57,15.342 0.375,3.576 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#848B98" points="11.891,15.342 0.375,3.236 0.375,3.404 11.73,15.342 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#838A97" points="0.375,3.064 12.055,15.342 11.891,15.342 0.375,3.236 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#828997" points="0.375,2.896 12.215,15.342 12.055,15.342 0.375,3.064 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#818895" points="0.375,2.725 12.375,15.342 12.215,15.342 0.375,2.896 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#808794" points="0.375,2.557 12.539,15.342 12.375,15.342 0.375,2.725 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7E8594" points="0.375,2.385 12.703,15.342 12.539,15.342 0.375,2.557 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7D8593" points="0.375,2.213 12.863,15.342 12.703,15.342 0.375,2.385 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7C8392" points="0.375,2.045 13.023,15.342 12.863,15.342 0.375,2.213 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7B8290" points="13.188,15.342 0.375,1.877 0.375,2.045 13.023,15.342 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#7A8190" points="0.375,1.705 13.348,15.342 13.188,15.342 0.375,1.877 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#79808F" points="0.375,1.533 13.508,15.342 13.348,15.342 0.375,1.705 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#787F8D" points="0.375,1.365 13.672,15.342 13.508,15.342 0.375,1.533 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#777E8D" points="0.375,1.197 13.832,15.342 13.672,15.342 0.375,1.365 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#767D8C" points="0.375,1.025 13.992,15.342 13.832,15.342 0.375,1.197 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#767C8B" points="0.375,0.854 14.156,15.342 13.992,15.342 0.375,1.025 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#747B8A" points="0.375,0.803 0.434,0.748 14.316,15.342 14.156,15.342 0.375,0.854 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#737A89" points="14.477,15.342 0.52,0.666 0.434,0.748 14.316,15.342 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#727989" points="0.52,0.666 0.602,0.584 14.641,15.342 14.477,15.342 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#717888" points="0.602,0.584 0.688,0.506 14.805,15.342 14.641,15.342 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#707786" points="0.688,0.506 0.773,0.424 14.93,15.307 14.895,15.342 14.805,15.342 	
+		"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6F7686" points="0.773,0.424 0.824,0.377 0.891,0.377 15.016,15.229 14.93,15.307 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6D7585" points="1.051,0.377 15.102,15.146 15.016,15.229 0.891,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6D7584" points="1.211,0.377 15.188,15.064 15.102,15.146 1.051,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6C7383" points="15.188,15.064 15.273,14.986 1.375,0.377 1.211,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6B7383" points="1.535,0.377 15.344,14.893 15.344,14.916 15.273,14.986 1.375,0.377 	
+		"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#6A7281" points="15.344,14.725 1.695,0.377 1.535,0.377 15.344,14.893 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#697181" points="1.859,0.377 15.344,14.553 15.344,14.725 1.695,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#697080" points="2.02,0.377 15.344,14.385 15.344,14.553 1.859,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#686F7F" points="2.18,0.377 15.344,14.213 15.344,14.385 2.02,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#676E7E" points="2.344,0.377 15.344,14.041 15.344,14.213 2.18,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#656D7D" points="2.508,0.377 15.344,13.873 15.344,14.041 2.344,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#646C7D" points="2.668,0.377 15.344,13.705 15.344,13.873 2.508,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#646C7C" points="2.828,0.377 15.344,13.533 15.344,13.705 2.668,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#636B7C" points="2.992,0.377 15.344,13.361 15.344,13.533 2.828,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#626B7B" points="15.344,13.193 3.152,0.377 2.992,0.377 15.344,13.361 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#616A7A" points="3.312,0.377 15.344,13.021 15.344,13.193 3.152,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#606979" points="3.477,0.377 15.344,12.854 15.344,13.021 3.312,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5F6878" points="15.344,12.682 3.637,0.377 3.477,0.377 15.344,12.854 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5F6878" points="3.797,0.377 15.344,12.514 15.344,12.682 3.637,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5E6777" points="3.961,0.377 15.344,12.346 15.344,12.514 3.797,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5D6676" points="15.344,12.174 4.121,0.377 3.961,0.377 15.344,12.346 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5C6576" points="4.285,0.377 15.344,12.002 15.344,12.174 4.121,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5B6475" points="4.445,0.377 15.344,11.834 15.344,12.002 4.285,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5B6475" points="4.609,0.377 15.344,11.662 15.344,11.834 4.445,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#5A6373" points="4.77,0.377 15.344,11.494 15.344,11.662 4.609,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#596273" points="4.93,0.377 15.344,11.322 15.344,11.494 4.77,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#586172" points="5.094,0.377 15.344,11.15 15.344,11.322 4.93,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#576172" points="5.254,0.377 15.344,10.982 15.344,11.15 5.094,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#566071" points="5.414,0.377 15.344,10.814 15.344,10.982 5.254,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#566070" points="5.578,0.377 15.344,10.643 15.344,10.814 5.414,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#555F70" points="5.738,0.377 15.344,10.475 15.344,10.643 5.578,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#545E6F" points="5.898,0.377 15.344,10.303 15.344,10.475 5.738,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#535E6F" points="6.062,0.377 15.344,10.135 15.344,10.303 5.898,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#535D6E" points="6.223,0.377 15.344,9.963 15.344,10.135 6.062,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#525C6D" points="6.387,0.377 15.344,9.795 15.344,9.963 6.223,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#515C6D" points="15.344,9.623 6.547,0.377 6.387,0.377 15.344,9.795 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505B6C" points="6.711,0.377 15.344,9.455 15.344,9.623 6.547,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505B6C" points="6.871,0.377 15.344,9.283 15.344,9.455 6.711,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#505A6B" points="7.031,0.377 15.344,9.111 15.344,9.283 6.871,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4F596A" points="15.344,8.943 7.195,0.377 7.031,0.377 15.344,9.111 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4E596A" points="7.355,0.377 15.344,8.775 15.344,8.943 7.195,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4D5869" points="7.516,0.377 15.344,8.604 15.344,8.775 7.355,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4C5869" points="7.68,0.377 15.344,8.432 15.344,8.604 7.516,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4C5768" points="7.84,0.377 15.344,8.264 15.344,8.432 7.68,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4B5768" points="15.344,8.096 8,0.377 7.84,0.377 15.344,8.264 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4B5667" points="8.164,0.377 15.344,7.924 15.344,8.096 8,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#4A5567" points="8.328,0.377 15.344,7.752 15.344,7.924 8.164,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#495566" points="8.488,0.377 15.344,7.584 15.344,7.752 8.328,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#485566" points="15.344,7.412 8.648,0.377 8.488,0.377 15.344,7.584 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#485466" points="15.344,7.244 8.812,0.377 8.648,0.377 15.344,7.412 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#475365" points="8.973,0.377 15.344,7.072 15.344,7.244 8.812,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#475365" points="9.133,0.377 15.344,6.904 15.344,7.072 8.973,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#465264" points="9.297,0.377 15.344,6.732 15.344,6.904 9.133,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#455264" points="9.457,0.377 15.344,6.564 15.344,6.732 9.297,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445263" points="9.617,0.377 15.344,6.393 15.344,6.564 9.457,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445163" points="9.781,0.377 15.344,6.225 15.344,6.393 9.617,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#445062" points="9.941,0.377 15.344,6.053 15.344,6.225 9.781,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#425062" points="10.105,0.377 15.344,5.885 15.344,6.053 9.941,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#425062" points="10.266,0.377 15.344,5.713 15.344,5.885 10.105,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#424F61" points="10.43,0.377 15.344,5.545 15.344,5.713 10.266,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#414F61" points="10.59,0.377 15.344,5.373 15.344,5.545 10.43,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#404E60" points="10.75,0.377 15.344,5.205 15.344,5.373 10.59,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4E60" points="10.914,0.377 15.344,5.033 15.344,5.205 10.75,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4D60" points="11.074,0.377 15.344,4.865 15.344,5.033 10.914,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3F4D5F" points="11.234,0.377 15.344,4.693 15.344,4.865 11.074,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3E4D5F" points="15.344,4.525 11.398,0.377 11.234,0.377 15.344,4.693 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3E4C5E" points="11.559,0.377 15.344,4.354 15.344,4.525 11.398,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3D4C5E" points="11.723,0.377 15.344,4.186 15.344,4.354 11.559,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3D4C5E" points="15.344,4.014 11.883,0.377 11.723,0.377 15.344,4.186 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="12.047,0.377 15.344,3.846 15.344,4.014 11.883,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="12.207,0.377 15.344,3.674 15.344,3.846 12.047,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3C4B5D" points="12.367,0.377 15.344,3.506 15.344,3.674 12.207,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3B4A5C" points="12.531,0.377 15.344,3.334 15.344,3.506 12.367,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3B4A5C" points="15.344,3.166 12.691,0.377 12.531,0.377 15.344,3.334 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3A495C" points="12.852,0.377 15.344,2.994 15.344,3.166 12.691,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#3A495B" points="13.016,0.377 15.344,2.822 15.344,2.994 12.852,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#39495B" points="13.176,0.377 15.344,2.654 15.344,2.822 13.016,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38495B" points="13.336,0.377 15.344,2.486 15.344,2.654 13.176,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38485B" points="13.5,0.377 15.344,2.314 15.344,2.486 13.336,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38485A" points="13.664,0.377 15.344,2.143 15.344,2.314 13.5,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#37485A" points="13.824,0.377 15.344,1.975 15.344,2.143 13.664,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#38475A" points="15.344,1.807 13.984,0.377 13.824,0.377 15.344,1.975 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#37475A" points="15.344,1.635 14.148,0.377 13.984,0.377 15.344,1.807 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#374659" points="14.309,0.377 15.344,1.463 15.344,1.635 14.148,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="14.469,0.377 15.344,1.295 15.344,1.463 14.309,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="14.633,0.377 15.344,1.123 15.344,1.295 14.469,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#364659" points="14.793,0.377 15.344,0.955 15.344,1.123 14.633,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354659" points="14.953,0.377 15.344,0.783 15.344,0.955 14.793,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354659" points="15.117,0.377 15.344,0.615 15.344,0.783 14.953,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#354658" points="15.277,0.377 15.344,0.443 15.344,0.615 15.117,0.377 	"/>
+	<polygon clip-path="url(#XMLID_9_)" fill="#344558" points="15.344,0.443 15.277,0.377 15.344,0.377 	"/>
+</g>
+<path fill="#AEADAE" d="M14.97,7.859c0,3.92-3.189,7.108-7.109,7.108c-3.921,0-7.11-3.188-7.11-7.108S3.939,0.75,7.86,0.75
+	C11.78,0.75,14.97,3.939,14.97,7.859z M7.86,0C3.526,0,0,3.525,0,7.859c0,4.333,3.526,7.858,7.86,7.858s7.859-3.525,7.859-7.858
+	C15.72,3.525,12.194,0,7.86,0z"/>
+<path fill="#FFFFFF" d="M10.668,9.309c0,1.387-1,2.332-2.738,2.332c-1.551,0-2.85-0.748-2.85-2.354c0-0.439,0.1-1.023,0.639-1.529
+	c0.33-0.297,0.594-0.385,0.77-0.451C6.346,7.252,6.125,7.154,5.906,6.922c-0.297-0.318-0.463-0.791-0.463-1.23
+	c0-0.596,0.286-1.156,0.781-1.508c0.583-0.418,1.32-0.439,1.661-0.439c2.409,0,2.497,1.781,2.497,1.99
+	c0,0.406-0.154,1.166-1.045,1.572C9.701,7.484,10.668,7.957,10.668,9.309z M9.635,9.266c0-0.814-0.671-1.451-1.782-1.451
+	c-0.979,0-1.728,0.537-1.728,1.463c0,0.812,0.605,1.451,1.75,1.451C9.359,10.729,9.635,9.727,9.635,9.266z M7.908,4.623
+	c-0.275,0-0.506,0.023-0.715,0.1c-0.584,0.221-0.748,0.67-0.748,1.057c0,0.582,0.406,1.154,1.44,1.154
+	c1.353,0,1.452-0.902,1.452-1.166C9.338,5.283,9.062,4.623,7.908,4.623z"/>
+</svg>
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/9.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/9.png
new file mode 100644
index 0000000..43835cd
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/9.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/9.svg b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/9.svg
new file mode 100644
index 0000000..87bbade
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/callouts/9.svg
@@ -0,0 +1,194 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+	<!ENTITY ns_flows "http://ns.adobe.com/Flows/1.0/">
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+	 width="17" height="17" viewBox="-0.75 -0.558 17 17" enable-background="new -0.75 -0.558 17 17" xml:space="preserve">
+<defs>
+</defs>
+<g>
+	<defs>
+		<circle id="XMLID_1_" cx="7.86" cy="7.858" r="7.485"/>
+	</defs>
+	<clipPath id="XMLID_5_">
+		<use xlink:href="#XMLID_1_" />
+	</clipPath>
+	<polygon clip-path="url(#XMLID_5_)" fill="#CBD2D8" points="0.375,10.919 4.336,15.341 0.375,15.341 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#CBD2D8" points="0.375,10.759 4.477,15.341 4.336,15.341 0.375,10.919 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#C9D0D5" points="0.375,10.599 4.617,15.341 4.477,15.341 0.375,10.759 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#C6CDD3" points="0.375,10.442 4.762,15.341 4.617,15.341 0.375,10.599 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#C5CCD2" points="0.375,10.286 4.902,15.341 4.762,15.341 0.375,10.442 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#C3C9D0" points="5.043,15.341 0.375,10.126 0.375,10.286 4.902,15.341 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#C1C8CE" points="0.375,9.966 5.184,15.341 5.043,15.341 0.375,10.126 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#BFC5CC" points="5.328,15.341 0.375,9.81 0.375,9.966 5.184,15.341 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#BEC4CB" points="0.375,9.653 5.469,15.341 5.328,15.341 0.375,9.81 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#BBC2C9" points="0.375,9.493 5.609,15.341 5.469,15.341 0.375,9.653 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#BAC0C8" points="5.75,15.341 0.375,9.333 0.375,9.493 5.609,15.341 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#B7BEC6" points="0.375,9.177 5.891,15.341 5.75,15.341 0.375,9.333 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#B6BDC5" points="0.375,9.017 6.035,15.341 5.891,15.341 0.375,9.177 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#B5BBC3" points="0.375,8.86 6.176,15.341 6.035,15.341 0.375,9.017 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#B3BAC2" points="6.32,15.341 0.375,8.7 0.375,8.86 6.176,15.341 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#B1B7C0" points="0.375,8.544 6.461,15.341 6.32,15.341 0.375,8.7 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#B0B6BF" points="0.375,8.384 6.602,15.341 6.461,15.341 0.375,8.544 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#AEB5BE" points="6.742,15.341 0.375,8.228 0.375,8.384 6.602,15.341 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#ADB3BC" points="0.375,8.067 6.883,15.341 6.742,15.341 0.375,8.228 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#ABB2BC" points="0.375,7.911 7.027,15.341 6.883,15.341 0.375,8.067 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#AAB0BA" points="0.375,7.751 7.168,15.341 7.027,15.341 0.375,7.911 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#A8AEB8" points="0.375,7.591 7.309,15.341 7.168,15.341 0.375,7.751 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#A6ADB7" points="0.375,7.435 7.453,15.341 7.309,15.341 0.375,7.591 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#A6ACB6" points="0.375,7.278 7.594,15.341 7.453,15.341 0.375,7.435 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#A3AAB4" points="7.734,15.341 0.375,7.118 0.375,7.278 7.594,15.341 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#A2A8B3" points="0.375,6.958 7.875,15.341 7.734,15.341 0.375,7.118 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#A0A7B1" points="0.375,6.802 8.016,15.341 7.875,15.341 0.375,6.958 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#9FA6B0" points="0.375,6.646 8.16,15.341 8.016,15.341 0.375,6.802 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#9EA4AF" points="0.375,6.485 8.301,15.341 8.16,15.341 0.375,6.646 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#9CA3AE" points="0.375,6.325 8.445,15.341 8.301,15.341 0.375,6.485 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#9BA1AD" points="0.375,6.169 8.586,15.341 8.445,15.341 0.375,6.325 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#9AA0AB" points="0.375,6.009 8.727,15.341 8.586,15.341 0.375,6.169 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#989FAA" points="0.375,5.853 8.867,15.341 8.727,15.341 0.375,6.009 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#979EAA" points="0.375,5.692 9.008,15.341 8.867,15.341 0.375,5.853 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#969CA8" points="0.375,5.536 9.152,15.341 9.008,15.341 0.375,5.692 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#949BA7" points="9.293,15.341 0.375,5.376 0.375,5.536 9.152,15.341 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#9399A5" points="0.375,5.22 9.434,15.341 9.293,15.341 0.375,5.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#9298A4" points="0.375,5.06 9.578,15.341 9.434,15.341 0.375,5.22 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#9097A3" points="0.375,4.903 9.719,15.341 9.578,15.341 0.375,5.06 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#8F95A2" points="0.375,4.743 9.859,15.341 9.719,15.341 0.375,4.903 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#8E95A1" points="0.375,4.587 10,15.341 9.859,15.341 0.375,4.743 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#8D93A0" points="10.145,15.341 0.375,4.427 0.375,4.587 10,15.341 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#8B929F" points="0.375,4.271 10.285,15.341 10.145,15.341 0.375,4.427 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#8A919E" points="0.375,4.11 10.426,15.341 10.285,15.341 0.375,4.271 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#898F9D" points="0.375,3.95 10.566,15.341 10.426,15.341 0.375,4.11 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#878E9B" points="0.375,3.794 10.711,15.341 10.566,15.341 0.375,3.95 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#878D9B" points="0.375,3.634 10.852,15.341 10.711,15.341 0.375,3.794 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#858C9A" points="10.992,15.341 0.375,3.478 0.375,3.634 10.852,15.341 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#848B98" points="0.375,3.317 11.133,15.341 10.992,15.341 0.375,3.478 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#838A97" points="0.375,3.161 11.277,15.341 11.133,15.341 0.375,3.317 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#828997" points="11.418,15.341 0.375,3.001 0.375,3.161 11.277,15.341 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#818895" points="0.375,2.845 11.559,15.341 11.418,15.341 0.375,3.001 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#808794" points="11.703,15.341 0.375,2.685 0.375,2.845 11.559,15.341 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#7E8594" points="0.375,2.528 11.844,15.341 11.703,15.341 0.375,2.685 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#7D8593" points="0.375,2.368 11.984,15.341 11.844,15.341 0.375,2.528 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#7C8392" points="0.375,2.208 12.125,15.341 11.984,15.341 0.375,2.368 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#7B8290" points="12.266,15.341 0.375,2.052 0.375,2.208 12.125,15.341 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#7A8190" points="0.375,1.896 12.41,15.341 12.266,15.341 0.375,2.052 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#79808F" points="12.551,15.341 0.375,1.735 0.375,1.896 12.41,15.341 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#787F8D" points="0.375,1.575 12.695,15.341 12.551,15.341 0.375,1.735 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#777E8D" points="0.375,1.419 12.836,15.341 12.695,15.341 0.375,1.575 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#767D8C" points="0.375,1.263 12.977,15.341 12.836,15.341 0.375,1.419 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#767C8B" points="0.375,1.103 13.117,15.341 12.977,15.341 0.375,1.263 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#747B8A" points="0.375,0.942 13.258,15.341 13.117,15.341 0.375,1.103 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#737A89" points="0.375,0.786 13.402,15.341 13.258,15.341 0.375,0.942 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#727989" points="13.543,15.341 0.406,0.661 0.375,0.692 0.375,0.786 13.402,15.341 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#717888" points="0.406,0.661 0.484,0.591 13.684,15.341 13.543,15.341 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#707786" points="0.484,0.591 0.562,0.521 13.828,15.341 13.684,15.341 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#6F7686" points="13.969,15.341 0.641,0.45 0.562,0.521 13.828,15.341 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#6D7585" points="0.641,0.45 0.723,0.38 14.109,15.341 13.969,15.341 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#6D7584" points="0.723,0.38 0.727,0.376 0.859,0.376 14.25,15.341 14.109,15.341 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#6C7383" points="1,0.376 14.395,15.341 14.25,15.341 0.859,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#6B7383" points="1.141,0.376 14.535,15.341 14.395,15.341 1,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#6A7281" points="14.676,15.341 1.281,0.376 1.141,0.376 14.535,15.341 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#697181" points="1.422,0.376 14.816,15.341 14.676,15.341 1.281,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#697080" points="1.566,0.376 14.961,15.341 14.816,15.341 1.422,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#686F7F" points="1.707,0.376 15.055,15.29 14.996,15.341 14.961,15.341 1.566,0.376 	
+		"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#676E7E" points="1.852,0.376 15.133,15.22 15.055,15.29 1.707,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#656D7D" points="1.992,0.376 15.211,15.149 15.133,15.22 1.852,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#646C7D" points="15.211,15.149 15.289,15.079 2.133,0.376 1.992,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#646C7C" points="2.273,0.376 15.344,14.981 15.344,15.028 15.289,15.079 2.133,0.376 	
+		"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#636B7C" points="2.414,0.376 15.344,14.825 15.344,14.981 2.273,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#626B7B" points="2.559,0.376 15.344,14.665 15.344,14.825 2.414,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#616A7A" points="2.699,0.376 15.344,14.505 15.344,14.665 2.559,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#606979" points="2.84,0.376 15.344,14.349 15.344,14.505 2.699,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#5F6878" points="2.984,0.376 15.344,14.192 15.344,14.349 2.84,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#5F6878" points="3.125,0.376 15.344,14.032 15.344,14.192 2.984,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#5E6777" points="3.266,0.376 15.344,13.872 15.344,14.032 3.125,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#5D6676" points="3.406,0.376 15.344,13.716 15.344,13.872 3.266,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#5C6576" points="15.344,13.556 3.551,0.376 3.406,0.376 15.344,13.716 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#5B6475" points="3.691,0.376 15.344,13.399 15.344,13.556 3.551,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#5B6475" points="15.344,13.239 3.832,0.376 3.691,0.376 15.344,13.399 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#5A6373" points="3.973,0.376 15.344,13.083 15.344,13.239 3.832,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#596273" points="4.117,0.376 15.344,12.923 15.344,13.083 3.973,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#586172" points="4.258,0.376 15.344,12.767 15.344,12.923 4.117,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#576172" points="4.398,0.376 15.344,12.606 15.344,12.767 4.258,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#566071" points="4.539,0.376 15.344,12.45 15.344,12.606 4.398,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#566070" points="15.344,12.29 4.68,0.376 4.539,0.376 15.344,12.45 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#555F70" points="4.824,0.376 15.344,12.13 15.344,12.29 4.68,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#545E6F" points="4.965,0.376 15.344,11.974 15.344,12.13 4.824,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#535E6F" points="5.109,0.376 15.344,11.817 15.344,11.974 4.965,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#535D6E" points="5.25,0.376 15.344,11.657 15.344,11.817 5.109,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#525C6D" points="5.391,0.376 15.344,11.497 15.344,11.657 5.25,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#515C6D" points="5.531,0.376 15.344,11.341 15.344,11.497 5.391,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#505B6C" points="5.672,0.376 15.344,11.181 15.344,11.341 5.531,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#505B6C" points="5.816,0.376 15.344,11.021 15.344,11.181 5.672,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#505A6B" points="5.957,0.376 15.344,10.864 15.344,11.021 5.816,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#4F596A" points="6.102,0.376 15.344,10.708 15.344,10.864 5.957,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#4E596A" points="6.242,0.376 15.344,10.548 15.344,10.708 6.102,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#4D5869" points="15.344,10.392 6.383,0.376 6.242,0.376 15.344,10.548 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#4C5869" points="6.523,0.376 15.344,10.231 15.344,10.392 6.383,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#4C5768" points="6.664,0.376 15.344,10.075 15.344,10.231 6.523,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#4B5768" points="15.344,9.915 6.809,0.376 6.664,0.376 15.344,10.075 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#4B5667" points="6.949,0.376 15.344,9.759 15.344,9.915 6.809,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#4A5567" points="15.344,9.599 7.09,0.376 6.949,0.376 15.344,9.759 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#495566" points="7.234,0.376 15.344,9.442 15.344,9.599 7.09,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#485566" points="15.344,9.282 7.375,0.376 7.234,0.376 15.344,9.442 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#485466" points="7.516,0.376 15.344,9.122 15.344,9.282 7.375,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#475365" points="7.656,0.376 15.344,8.966 15.344,9.122 7.516,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#475365" points="15.344,8.81 7.801,0.376 7.656,0.376 15.344,8.966 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#465264" points="7.941,0.376 15.344,8.649 15.344,8.81 7.801,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#455264" points="8.082,0.376 15.344,8.489 15.344,8.649 7.941,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#445263" points="8.227,0.376 15.344,8.333 15.344,8.489 8.082,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#445163" points="15.344,8.173 8.367,0.376 8.227,0.376 15.344,8.333 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#445062" points="8.508,0.376 15.344,8.017 15.344,8.173 8.367,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#425062" points="8.648,0.376 15.344,7.856 15.344,8.017 8.508,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#425062" points="15.344,7.7 8.789,0.376 8.648,0.376 15.344,7.856 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#424F61" points="8.934,0.376 15.344,7.54 15.344,7.7 8.789,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#414F61" points="9.074,0.376 15.344,7.384 15.344,7.54 8.934,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#404E60" points="9.215,0.376 15.344,7.224 15.344,7.384 9.074,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#3F4E60" points="9.359,0.376 15.344,7.067 15.344,7.224 9.215,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#3F4D60" points="9.5,0.376 15.344,6.907 15.344,7.067 9.359,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#3F4D5F" points="9.641,0.376 15.344,6.747 15.344,6.907 9.5,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#3E4D5F" points="9.781,0.376 15.344,6.591 15.344,6.747 9.641,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#3E4C5E" points="9.926,0.376 15.344,6.435 15.344,6.591 9.781,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#3D4C5E" points="10.066,0.376 15.344,6.274 15.344,6.435 9.926,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#3D4C5E" points="10.207,0.376 15.344,6.114 15.344,6.274 10.066,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#3C4B5D" points="10.352,0.376 15.344,5.958 15.344,6.114 10.207,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#3C4B5D" points="10.492,0.376 15.344,5.802 15.344,5.958 10.352,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#3C4B5D" points="10.633,0.376 15.344,5.642 15.344,5.802 10.492,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#3B4A5C" points="10.773,0.376 15.344,5.481 15.344,5.642 10.633,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#3B4A5C" points="15.344,5.325 10.914,0.376 10.773,0.376 15.344,5.481 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#3A495C" points="11.055,0.376 15.344,5.165 15.344,5.325 10.914,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#3A495B" points="15.344,5.009 11.199,0.376 11.055,0.376 15.344,5.165 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#39495B" points="11.34,0.376 15.344,4.849 15.344,5.009 11.199,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#38495B" points="11.484,0.376 15.344,4.692 15.344,4.849 11.34,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#38485B" points="15.344,4.532 11.625,0.376 11.484,0.376 15.344,4.692 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#38485A" points="11.766,0.376 15.344,4.376 15.344,4.532 11.625,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#37485A" points="15.344,4.216 11.906,0.376 11.766,0.376 15.344,4.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#38475A" points="12.047,0.376 15.344,4.06 15.344,4.216 11.906,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#37475A" points="12.191,0.376 15.344,3.899 15.344,4.06 12.047,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#374659" points="15.344,3.739 12.332,0.376 12.191,0.376 15.344,3.899 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#364659" points="12.477,0.376 15.344,3.583 15.344,3.739 12.332,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#364659" points="12.617,0.376 15.344,3.427 15.344,3.583 12.477,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#364659" points="12.758,0.376 15.344,3.267 15.344,3.427 12.617,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#354659" points="12.898,0.376 15.344,3.106 15.344,3.267 12.758,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#354659" points="15.344,2.95 13.039,0.376 12.898,0.376 15.344,3.106 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#354658" points="13.184,0.376 15.344,2.79 15.344,2.95 13.039,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#344558" points="13.324,0.376 15.344,2.634 15.344,2.79 13.184,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#344558" points="13.465,0.376 15.344,2.474 15.344,2.634 13.324,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#344558" points="13.609,0.376 15.344,2.317 15.344,2.474 13.465,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#344558" points="13.75,0.376 15.344,2.157 15.344,2.317 13.609,0.376 	"/>
+	<polygon clip-path="url(#XMLID_5_)" fill="#344558" points="15.344,2.157 13.75,0.376 15.344,0.376 	"/>
+</g>
+<path fill="#AEADAE" d="M14.97,7.858c0,3.92-3.189,7.109-7.11,7.109c-3.92,0-7.109-3.189-7.109-7.109S3.939,0.75,7.859,0.75
+	C11.78,0.75,14.97,3.938,14.97,7.858z M7.859,0C3.525,0,0,3.525,0,7.858c0,4.334,3.525,7.859,7.859,7.859s7.86-3.525,7.86-7.859
+	C15.72,3.525,12.193,0,7.859,0z"/>
+<path fill="#FFFFFF" d="M6.225,9.442C6.246,9.64,6.279,9.915,6.488,10.2c0.342,0.484,0.825,0.539,1.145,0.539
+	c1.451,0,1.837-1.596,1.869-2.893C9.326,8.099,8.777,8.892,7.5,8.892c-1.407,0-2.441-0.979-2.441-2.529
+	c0-1.463,1.012-2.586,2.607-2.586c1.705,0,2.32,1.266,2.519,1.75c0.253,0.67,0.308,1.406,0.308,2.123
+	c0,0.34-0.021,0.682-0.065,1.021c-0.121,0.814-0.418,1.596-0.902,2.123c-0.692,0.748-1.528,0.814-1.979,0.814
+	c-0.407,0-1.331-0.033-1.958-0.945C5.268,10.19,5.224,9.728,5.201,9.519L6.225,9.442z M7.644,7.978c0.847,0,1.606-0.57,1.606-1.594
+	c0-0.924-0.627-1.705-1.606-1.705c-0.858,0-1.551,0.615-1.551,1.627C6.093,7.044,6.478,7.978,7.644,7.978z"/>
+</svg>
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/caution.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/caution.png
new file mode 100644
index 0000000..f23eb6f
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/caution.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/caution.svg b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/caution.svg
new file mode 100644
index 0000000..fed684b
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/caution.svg
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.1" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="48" height="48" viewBox="0 0 48 48"
+	 overflow="visible" enable-background="new 0 0 48 48" xml:space="preserve">
+<linearGradient id="XMLID_3_" gradientUnits="userSpaceOnUse" x1="35.7529" y1="33.8691" x2="13.3137" y2="11.4299">
+	<stop  offset="0.0169" style="stop-color:#4A5D75"/>
+	<stop  offset="0.0488" style="stop-color:#42546B"/>
+	<stop  offset="0.124" style="stop-color:#35465A"/>
+	<stop  offset="0.2176" style="stop-color:#2B3C4F"/>
+	<stop  offset="0.3489" style="stop-color:#263648"/>
+	<stop  offset="0.7135" style="stop-color:#243446"/>
+	<stop  offset="0.7671" style="stop-color:#27384A"/>
+	<stop  offset="0.8176" style="stop-color:#324355"/>
+	<stop  offset="0.8669" style="stop-color:#435667"/>
+	<stop  offset="0.9154" style="stop-color:#5C7181"/>
+	<stop  offset="0.9628" style="stop-color:#7B93A3"/>
+	<stop  offset="0.9944" style="stop-color:#94AEBD"/>
+</linearGradient>
+<path fill="url(#XMLID_3_)" d="M43.075,19.076c2.035,2.036,2.035,5.337,0,7.37L28.331,41.191c-2.035,2.035-5.336,2.037-7.372,0
+	L6.217,26.449c-2.038-2.036-2.035-5.337,0-7.372L20.961,4.333c2.034-2.035,5.335-2.036,7.372,0L43.075,19.076z"/>
+<linearGradient id="XMLID_4_" gradientUnits="userSpaceOnUse" x1="15.2588" y1="13.3765" x2="38.2721" y2="36.3898">
+	<stop  offset="0.0112" style="stop-color:#F3D99F"/>
+	<stop  offset="0.0843" style="stop-color:#E9BB61"/>
+	<stop  offset="0.7135" style="stop-color:#E3A835"/>
+	<stop  offset="0.9944" style="stop-color:#FAF8ED"/>
+</linearGradient>
+<path fill="url(#XMLID_4_)" d="M40.31,19.999c1.527,1.525,1.525,4.002,0,5.528l-12.9,12.899c-1.527,1.526-4.002,1.528-5.529,0
+	L8.98,25.526c-1.527-1.525-1.527-4.002,0-5.527L21.88,7.098c1.526-1.526,4.002-1.527,5.529-0.001L40.31,19.999z"/>
+<g>
+	<path fill="#656565" d="M23.199,23.943l-5.117-0.973l1.37-4.179l4.789,2.379l-0.755-5.259h4.395l-0.723,5.185l4.687-2.305
+		l1.33,4.213l-5.185,0.903l3.672,3.71l-3.637,2.629l-2.414-4.648l-2.595,4.613l-3.529-2.559L23.199,23.943z"/>
+</g>
+<g>
+	<path fill="#FFFFFF" d="M22.037,22.709l-5.117-0.973l1.37-4.179l4.789,2.379l-0.755-5.259h4.395l-0.723,5.185l4.687-2.305
+		l1.33,4.213l-5.185,0.903l3.672,3.71l-3.637,2.629l-2.414-4.648l-2.595,4.613l-3.529-2.559L22.037,22.709z"/>
+</g>
+</svg>
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/home.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/home.png
new file mode 100644
index 0000000..7fde04b
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/home.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/important.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/important.png
new file mode 100644
index 0000000..c7909c3
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/important.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/important.svg b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/important.svg
new file mode 100644
index 0000000..2c4ceb8
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/important.svg
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.1" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="48" height="48" viewBox="0 0 48 48"
+	 overflow="visible" enable-background="new 0 0 48 48" xml:space="preserve">
+<linearGradient id="XMLID_5_" gradientUnits="userSpaceOnUse" x1="63.1689" y1="10.5625" x2="38.669" y2="-13.9374" gradientTransform="matrix(0.7071 -0.7071 0.7071 0.7071 -10.7369 61.7461)">
+	<stop  offset="0.0169" style="stop-color:#4A5D75"/>
+	<stop  offset="0.0488" style="stop-color:#42546B"/>
+	<stop  offset="0.124" style="stop-color:#35465A"/>
+	<stop  offset="0.2176" style="stop-color:#2B3C4F"/>
+	<stop  offset="0.3489" style="stop-color:#263648"/>
+	<stop  offset="0.7135" style="stop-color:#243446"/>
+	<stop  offset="0.7671" style="stop-color:#27384A"/>
+	<stop  offset="0.8176" style="stop-color:#324355"/>
+	<stop  offset="0.8669" style="stop-color:#435667"/>
+	<stop  offset="0.9154" style="stop-color:#5C7181"/>
+	<stop  offset="0.9628" style="stop-color:#7B93A3"/>
+	<stop  offset="0.9944" style="stop-color:#94AEBD"/>
+</linearGradient>
+<path fill="url(#XMLID_5_)" d="M35.623,7.474c3.145,0,5.691,2.549,5.691,5.691v22.766c0,3.143-2.547,5.691-5.691,5.691H12.859
+	c-3.145,0-5.691-2.549-5.69-5.691L7.168,13.165c0-3.143,2.547-5.691,5.691-5.691H35.623z"/>
+<linearGradient id="XMLID_6_" gradientUnits="userSpaceOnUse" x1="40.7939" y1="-11.8105" x2="65.919" y2="13.3145" gradientTransform="matrix(0.7071 -0.7071 0.7071 0.7071 -10.7369 61.7461)">
+	<stop  offset="0.0112" style="stop-color:#F3D99F"/>
+	<stop  offset="0.0843" style="stop-color:#E9BB61"/>
+	<stop  offset="0.7135" style="stop-color:#E3A835"/>
+	<stop  offset="0.9944" style="stop-color:#FAF8ED"/>
+</linearGradient>
+<path fill="url(#XMLID_6_)" d="M34.2,10.321c2.357-0.001,4.268,1.911,4.269,4.268v19.92c-0.001,2.356-1.91,4.268-4.268,4.268
+	l-19.92-0.001c-2.357,0.001-4.269-1.91-4.268-4.268V14.589c-0.001-2.355,1.91-4.269,4.268-4.269L34.2,10.321z"/>
+<linearGradient id="XMLID_7_" gradientUnits="userSpaceOnUse" x1="5.6143" y1="23.5635" x2="42.4814" y2="23.5635">
+	<stop  offset="0.0337" style="stop-color:#FFFFFF"/>
+	<stop  offset="0.1129" style="stop-color:#FFFFD8"/>
+	<stop  offset="0.291" style="stop-color:#FFFF77"/>
+	<stop  offset="0.4944" style="stop-color:#FFFF00"/>
+	<stop  offset="0.5406" style="stop-color:#FFFF0E"/>
+	<stop  offset="0.6275" style="stop-color:#FFFF32"/>
+	<stop  offset="0.7459" style="stop-color:#FFFF6D"/>
+	<stop  offset="0.8895" style="stop-color:#FFFFBD"/>
+	<stop  offset="1" style="stop-color:#FFFFFF"/>
+</linearGradient>
+<polygon fill="url(#XMLID_7_)" stroke="#243446" stroke-width="1.9897" points="27.155,4.71 28.67,18.877 42.481,22.381 
+	29.476,28.199 30.412,42.416 20.858,31.846 7.627,37.13 14.729,24.777 5.614,13.826 19.557,16.762 "/>
+<linearGradient id="XMLID_8_" gradientUnits="userSpaceOnUse" x1="11.6602" y1="11.79" x2="31.5098" y2="38.189">
+	<stop  offset="0" style="stop-color:#FFFFFF"/>
+	<stop  offset="0.4831" style="stop-color:#FFFF66"/>
+	<stop  offset="1" style="stop-color:#FFFFFF"/>
+</linearGradient>
+<polygon fill="url(#XMLID_8_)" enable-background="new    " points="26.897,5.888 28.321,19.204 41.304,22.497 29.079,27.967 
+	29.96,41.33 20.979,31.395 8.542,36.361 15.217,24.75 6.649,14.457 19.755,17.217 "/>
+</svg>
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/next.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/next.png
new file mode 100644
index 0000000..dbfb65e
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/next.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/note.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/note.png
new file mode 100644
index 0000000..b20d920
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/note.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/note.svg b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/note.svg
new file mode 100644
index 0000000..8d4e8d3
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/note.svg
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.1" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="48" height="48" viewBox="0 0 48 48"
+	 overflow="visible" enable-background="new 0 0 48 48" xml:space="preserve">
+<linearGradient id="XMLID_4_" gradientUnits="userSpaceOnUse" x1="38.6953" y1="39.5127" x2="10.665" y2="4.0423">
+	<stop  offset="0.0169" style="stop-color:#4A5D75"/>
+	<stop  offset="0.0488" style="stop-color:#42546B"/>
+	<stop  offset="0.124" style="stop-color:#35465A"/>
+	<stop  offset="0.2176" style="stop-color:#2B3C4F"/>
+	<stop  offset="0.3489" style="stop-color:#263648"/>
+	<stop  offset="0.7135" style="stop-color:#243446"/>
+	<stop  offset="0.7671" style="stop-color:#27384A"/>
+	<stop  offset="0.8176" style="stop-color:#324355"/>
+	<stop  offset="0.8669" style="stop-color:#435667"/>
+	<stop  offset="0.9154" style="stop-color:#5C7181"/>
+	<stop  offset="0.9628" style="stop-color:#7B93A3"/>
+	<stop  offset="0.9944" style="stop-color:#94AEBD"/>
+</linearGradient>
+<path fill="url(#XMLID_4_)" d="M41.066,32.29c0,3.143-2.549,5.691-5.691,5.691h-9.146l-0.549,8.217l-10.058-8.217H12.61
+	c-3.143,0-5.691-2.549-5.691-5.691V9.524c0-3.143,2.549-5.691,5.691-5.691h22.765c3.143,0,5.691,2.549,5.691,5.691V32.29z"/>
+<linearGradient id="XMLID_5_" gradientUnits="userSpaceOnUse" x1="27.7246" y1="29.2754" x2="16.1471" y2="3.3128">
+	<stop  offset="0" style="stop-color:#D7EBD8"/>
+	<stop  offset="0.7135" style="stop-color:#C5E2C7"/>
+	<stop  offset="0.9944" style="stop-color:#FAF8ED"/>
+</linearGradient>
+<path fill="url(#XMLID_5_)" d="M38.221,30.866c0,2.357-1.912,4.27-4.27,4.27h-9.735l-0.183,7.039l-7.551-7.032l-2.45-0.007
+	c-2.357,0-4.269-1.912-4.269-4.27v-19.92c0-2.355,1.911-4.268,4.269-4.268h19.918c2.357,0,4.27,1.912,4.27,4.268V30.866z"/>
+<g enable-background="new    ">
+	<path fill="#E6E7E8" d="M18.542,28.369v-0.828c0.843-0.061,1.325-0.125,1.446-0.197c0.12-0.07,0.195-0.204,0.226-0.398
+		c0.073-0.413,0.109-1.475,0.109-3.184c0-2.348-0.031-3.683-0.094-4.005c-0.03-0.15-0.079-0.247-0.147-0.293
+		c-0.15-0.097-0.664-0.149-1.54-0.157v-0.859c1.135-0.118,1.991-0.243,2.57-0.376c0.578-0.133,1.21-0.335,1.893-0.608l0.271,0.146
+		c-0.094,1.168-0.141,2.265-0.141,3.291v3.819c0,1.303,0.029,2.074,0.09,2.313c0.029,0.135,0.088,0.225,0.178,0.27
+		c0.201,0.098,0.691,0.162,1.467,0.191v0.875c-1.065-0.031-2.223-0.047-3.475-0.047C20.318,28.322,19.366,28.338,18.542,28.369z
+		 M21.644,12.104c0.478,0,0.882,0.169,1.213,0.506c0.333,0.338,0.499,0.742,0.499,1.215c0,0.48-0.166,0.889-0.499,1.227
+		c-0.331,0.337-0.735,0.506-1.213,0.506c-0.47,0-0.872-0.169-1.208-0.506c-0.335-0.338-0.503-0.746-0.503-1.227
+		c0-0.473,0.166-0.877,0.497-1.215C20.762,12.272,21.166,12.104,21.644,12.104z"/>
+</g>
+<g enable-background="new    ">
+	<linearGradient id="XMLID_6_" gradientUnits="userSpaceOnUse" x1="30.665" y1="16.4727" x2="22.2632" y2="20.1011">
+		<stop  offset="0" style="stop-color:#96A1AF"/>
+		<stop  offset="1" style="stop-color:#182028"/>
+	</linearGradient>
+	<path fill="url(#XMLID_6_)" d="M20.07,27.224v-0.828c0.843-0.061,1.325-0.125,1.446-0.197c0.12-0.07,0.195-0.204,0.226-0.398
+		c0.073-0.413,0.109-1.475,0.109-3.184c0-2.348-0.031-3.683-0.094-4.005c-0.03-0.15-0.079-0.247-0.147-0.293
+		c-0.15-0.097-0.664-0.149-1.54-0.157v-0.859c1.135-0.118,1.991-0.243,2.57-0.376c0.578-0.133,1.21-0.335,1.893-0.608l0.271,0.146
+		c-0.094,1.168-0.141,2.265-0.141,3.291v3.819c0,1.303,0.029,2.074,0.09,2.313c0.029,0.135,0.088,0.225,0.178,0.27
+		c0.201,0.098,0.691,0.162,1.467,0.191v0.875c-1.064-0.031-2.222-0.047-3.474-0.047C21.846,27.177,20.894,27.192,20.07,27.224z
+		 M23.171,10.958c0.478,0,0.882,0.169,1.213,0.506c0.333,0.338,0.499,0.742,0.499,1.215c0,0.48-0.166,0.889-0.499,1.227
+		c-0.331,0.337-0.735,0.506-1.213,0.506c-0.47,0-0.872-0.169-1.208-0.506c-0.335-0.338-0.503-0.746-0.503-1.227
+		c0-0.473,0.166-0.877,0.497-1.215C22.29,11.127,22.694,10.958,23.171,10.958z"/>
+</g>
+</svg>
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/prev.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/prev.png
new file mode 100644
index 0000000..6e95a0c
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/prev.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/tip.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/tip.png
new file mode 100644
index 0000000..43a1542
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/tip.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/tip.svg b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/tip.svg
new file mode 100644
index 0000000..e98ce29
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/tip.svg
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.1" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="48" height="48" viewBox="0 0 48 48"
+	 overflow="visible" enable-background="new 0 0 48 48" xml:space="preserve">
+<polygon fill="#E3A835" points="23.829,1.919 25.042,8.157 27.447,2.274 27.418,8.629 30.924,3.33 29.656,9.557 34.129,5.042 
+	31.67,10.903 36.938,7.348 33.383,12.616 39.243,10.157 34.729,14.63 40.956,13.362 35.656,16.868 42.011,16.838 36.127,19.244 
+	42.367,20.456 36.127,21.667 42.011,24.073 35.656,24.043 40.956,27.55 34.729,26.281 39.243,30.754 33.383,28.297 36.938,33.563 
+	31.67,30.01 34.129,35.869 29.656,31.354 30.924,37.582 27.418,32.281 27.447,38.637 25.042,32.754 23.829,38.992 22.619,32.754 
+	20.213,38.637 20.243,32.281 16.735,37.582 18.005,31.354 13.532,35.869 15.99,30.01 10.723,33.563 14.277,28.297 8.417,30.754 
+	12.932,26.281 6.705,27.55 12.004,24.043 5.649,24.073 11.532,21.667 5.293,20.456 11.532,19.244 5.649,16.838 12.004,16.868 
+	6.705,13.362 12.932,14.63 8.417,10.157 14.277,12.616 10.723,7.348 15.99,10.903 13.532,5.042 18.005,9.557 16.735,3.33 
+	20.243,8.629 20.213,2.274 22.619,8.157 "/>
+<polygon stroke="#000000" stroke-width="0.4664" points="23.528,45.402 25.335,45.402 27.842,42.895 27.842,37.415 23.528,37.415 
+	19.213,37.415 19.213,42.895 21.72,45.402 "/>
+<path fill="#FFFFFF" d="M23.684,9.819c5.923,0,10.571,4.803,10.571,10.727c0,0.911-0.319,2.267-0.933,3.459
+	c-0.678,1.317-1.865,3.071-3.108,6.647c-1.244,3.576-1.244,4.663-1.244,4.663s0.038,1.556-0.7,1.556c-2.486,0-4.585,0-4.585,0
+	s-2.1,0-4.587,0c-0.739,0-0.7-1.556-0.7-1.556s0-1.087-1.243-4.663s-2.31-5.338-3.071-6.608c-0.817-1.359-0.973-2.587-0.973-3.498
+	C13.111,14.622,17.759,9.819,23.684,9.819z"/>
+<radialGradient id="XMLID_7_" cx="23.2544" cy="20.3462" r="6.0813" gradientUnits="userSpaceOnUse">
+	<stop  offset="0" style="stop-color:#FFFF00"/>
+	<stop  offset="1" style="stop-color:#FAF8ED"/>
+</radialGradient>
+<path fill="url(#XMLID_7_)" d="M23.684,9.819c5.923,0,10.571,4.803,10.571,10.727c0,0.911-0.319,2.267-0.933,3.459
+	c-0.678,1.317-1.865,3.071-3.108,6.647c-1.244,3.576-1.244,4.663-1.244,4.663s0.038,1.556-0.7,1.556c-2.486,0-4.585,0-4.585,0
+	s-2.1,0-4.587,0c-0.739,0-0.7-1.556-0.7-1.556s0-1.087-1.243-4.663s-2.31-5.338-3.071-6.608c-0.817-1.359-0.973-2.587-0.973-3.498
+	C13.111,14.622,17.759,9.819,23.684,9.819z"/>
+<g>
+	<path d="M22.478,45.402c0,0.322,0.262,0.584,0.583,0.584h0.934c0.322,0,0.583-0.262,0.583-0.584l0,0
+		c0-0.322-0.261-0.584-0.583-0.584h-0.934C22.739,44.818,22.478,45.08,22.478,45.402L22.478,45.402z"/>
+	<g>
+		<radialGradient id="XMLID_8_" cx="23.5273" cy="40.2715" r="3.0611" gradientUnits="userSpaceOnUse">
+			<stop  offset="0" style="stop-color:#656565"/>
+			<stop  offset="1" style="stop-color:#E6E7E8"/>
+		</radialGradient>
+		<rect x="19.213" y="39.922" fill="url(#XMLID_8_)" width="8.629" height="0.699"/>
+		<radialGradient id="XMLID_9_" cx="23.5273" cy="42.3711" r="3.0611" gradientUnits="userSpaceOnUse">
+			<stop  offset="0" style="stop-color:#656565"/>
+			<stop  offset="1" style="stop-color:#E6E7E8"/>
+		</radialGradient>
+		<rect x="19.213" y="42.021" fill="url(#XMLID_9_)" width="8.629" height="0.699"/>
+		<radialGradient id="XMLID_10_" cx="23.5273" cy="41.3213" r="3.0611" gradientUnits="userSpaceOnUse">
+			<stop  offset="0" style="stop-color:#656565"/>
+			<stop  offset="1" style="stop-color:#E6E7E8"/>
+		</radialGradient>
+		<rect x="19.213" y="40.971" fill="url(#XMLID_10_)" width="8.629" height="0.7"/>
+		<polygon fill="#424242" points="21.72,45.402 23.528,45.402 25.335,45.402 27.667,43.07 19.389,43.07 		"/>
+		<radialGradient id="XMLID_11_" cx="23.5273" cy="39.2217" r="3.0611" gradientUnits="userSpaceOnUse">
+			<stop  offset="0" style="stop-color:#656565"/>
+			<stop  offset="1" style="stop-color:#E6E7E8"/>
+		</radialGradient>
+		<rect x="19.213" y="38.873" fill="url(#XMLID_11_)" width="8.629" height="0.698"/>
+		<radialGradient id="XMLID_12_" cx="23.5273" cy="37.9688" r="3.0761" gradientUnits="userSpaceOnUse">
+			<stop  offset="0" style="stop-color:#656565"/>
+			<stop  offset="1" style="stop-color:#E6E7E8"/>
+		</radialGradient>
+		<polygon fill="url(#XMLID_12_)" points="27.842,37.415 23.528,37.415 19.213,37.415 19.213,38.522 27.842,38.522 		"/>
+	</g>
+</g>
+<polyline fill="none" stroke="#656565" stroke-width="0.4664" stroke-linecap="round" points="22.012,35.549 21.662,27.445 
+	19.155,21.091 19.155,19.924 "/>
+<polyline fill="none" stroke="#656565" stroke-width="0.4664" stroke-linecap="round" points="25.511,35.549 25.859,27.445 
+	28.366,21.091 28.366,19.924 "/>
+<path fill="none" stroke="#E3A835" stroke-width="0.4664" stroke-linecap="round" d="M19.97,20.216c0,0,2.857,2.04,7.697,0.117"/>
+</svg>
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/up.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/up.png
new file mode 100644
index 0000000..2b959b4
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/up.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/warning.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/warning.png
new file mode 100644
index 0000000..20c2c62
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/warning.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/warning.svg b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/warning.svg
new file mode 100644
index 0000000..8e132e4
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/docbook/warning.svg
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg  version="1.1" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="48" height="48" viewBox="0 0 48 48"
+	 overflow="visible" enable-background="new 0 0 48 48" xml:space="preserve">
+<polygon fill="none" stroke="#243446" stroke-width="4.403" stroke-linejoin="round" points="6.486,37.712 24.021,7.338 
+	41.559,37.712 "/>
+<polygon fill="none" stroke="#FFFFFF" stroke-width="1.4677" stroke-linejoin="round" points="6.486,37.712 24.021,7.338 
+	41.559,37.712 "/>
+<polygon fill="#CC0000" points="6.486,37.712 24.021,7.338 41.559,37.712 "/>
+<polygon fill="#CC0000" points="6.486,37.712 24.021,7.338 41.559,37.712 "/>
+<linearGradient id="XMLID_4_" gradientUnits="userSpaceOnUse" x1="22.3276" y1="33.249" x2="10.7696" y2="15.7285">
+	<stop  offset="0" style="stop-color:#7B1E1E"/>
+	<stop  offset="1" style="stop-color:#FFFFFF"/>
+</linearGradient>
+<polygon fill="url(#XMLID_4_)" points="6.486,37.712 24.021,7.338 41.559,37.712 "/>
+<g>
+	<path fill="#656565" d="M27.092,13.988l-0.59,14.035h-3.479l-0.59-14.035H27.092z M22.64,30.145h4.245v4.423H22.64V30.145z"/>
+</g>
+<g>
+	<linearGradient id="XMLID_5_" gradientUnits="userSpaceOnUse" x1="26.9766" y1="25.9307" x2="22.815" y2="17.0526">
+		<stop  offset="0" style="stop-color:#656565"/>
+		<stop  offset="1" style="stop-color:#FFFFFF"/>
+	</linearGradient>
+	<polygon fill="url(#XMLID_5_)" points="26.441,13.431 25.852,27.466 22.373,27.466 21.783,13.431 	"/>
+	<linearGradient id="XMLID_6_" gradientUnits="userSpaceOnUse" x1="25.1895" y1="34.0957" x2="23.5154" y2="30.5243">
+		<stop  offset="0" style="stop-color:#656565"/>
+		<stop  offset="1" style="stop-color:#FFFFFF"/>
+	</linearGradient>
+	<rect x="21.99" y="29.588" fill="url(#XMLID_6_)" width="4.245" height="4.423"/>
+</g>
+</svg>
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/dot.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/dot.png
new file mode 100644
index 0000000..c59e329
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/dot.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/dot2.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/dot2.png
new file mode 100644
index 0000000..8348fcd
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/dot2.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/jbossorglogo.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/jbossorglogo.png
new file mode 100644
index 0000000..840a470
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/jbossorglogo.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/shine.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/shine.png
new file mode 100644
index 0000000..a18f7c4
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/shine.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/title_hdr.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/title_hdr.png
new file mode 100644
index 0000000..483b8d0
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/title_hdr.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/watermark-alpha1.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/watermark-alpha1.png
new file mode 100644
index 0000000..d1559f9
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/watermark-alpha1.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/watermark-alpha2.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/watermark-alpha2.png
new file mode 100644
index 0000000..56552b8
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/watermark-alpha2.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/watermark-beta1.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/watermark-beta1.png
new file mode 100644
index 0000000..b9ca73f
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/watermark-beta1.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/watermark-beta2.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/watermark-beta2.png
new file mode 100644
index 0000000..5ae8904
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/watermark-beta2.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/watermark-pre-release-candidate.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/watermark-pre-release-candidate.png
new file mode 100644
index 0000000..d44a544
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/watermark-pre-release-candidate.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/watermark-release-candidate.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/watermark-release-candidate.png
new file mode 100644
index 0000000..6de8f7c
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/community/watermark-release-candidate.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/deploy_createdeploy_1.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/deploy_createdeploy_1.png
new file mode 100644
index 0000000..3b56503
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/deploy_createdeploy_1.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/deploy_createdeploy_2.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/deploy_createdeploy_2.png
new file mode 100644
index 0000000..2a4a3bc
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/deploy_createdeploy_2.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/deploy_createdeploy_3.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/deploy_createdeploy_3.png
new file mode 100644
index 0000000..8ca5d90
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/deploy_createdeploy_3.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/deploy_createdeploy_4.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/deploy_createdeploy_4.png
new file mode 100644
index 0000000..d4729bf
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/deploy_createdeploy_4.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/deploy_createdeploy_5.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/deploy_createdeploy_5.png
new file mode 100644
index 0000000..ae4a1ba
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/deploy_createdeploy_5.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/deploy_createdeploy_6.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/deploy_createdeploy_6.png
new file mode 100644
index 0000000..07d3536
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/deploy_createdeploy_6.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/deploy_createdeploy_7.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/deploy_createdeploy_7.png
new file mode 100644
index 0000000..08d6374
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/deploy_createdeploy_7.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/deploy_createdeploy_8.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/deploy_createdeploy_8.png
new file mode 100644
index 0000000..c443f94
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/deploy_createdeploy_8.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/deploy_createdeploy_9.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/deploy_createdeploy_9.png
new file mode 100644
index 0000000..87321c6
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/deploy_createdeploy_9.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_assign1.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_assign1.png
new file mode 100644
index 0000000..c7b509a
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_assign1.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_assign2.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_assign2.png
new file mode 100644
index 0000000..7ff253c
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_assign2.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_assign3.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_assign3.png
new file mode 100644
index 0000000..9278203
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_assign3.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_createprocess_1.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_createprocess_1.png
new file mode 100644
index 0000000..fc8278b
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_createprocess_1.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_createprocess_2.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_createprocess_2.png
new file mode 100644
index 0000000..b8db549
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_createprocess_2.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_createprocess_2a.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_createprocess_2a.png
new file mode 100644
index 0000000..076b7a0
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_createprocess_2a.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_createprocess_3.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_createprocess_3.png
new file mode 100644
index 0000000..90a2f9e
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_createprocess_3.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_createproject_1.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_createproject_1.png
new file mode 100644
index 0000000..d9e893a
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_createproject_1.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_createproject_2.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_createproject_2.png
new file mode 100644
index 0000000..6b8e248
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_createproject_2.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_createproject_3.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_createproject_3.png
new file mode 100644
index 0000000..d120b26
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_createproject_3.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_editprocess_1.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_editprocess_1.png
new file mode 100644
index 0000000..e19785a
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_editprocess_1.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_editprocess_2.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_editprocess_2.png
new file mode 100644
index 0000000..ecd5f5b
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_editprocess_2.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_editprocess_3.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_editprocess_3.png
new file mode 100644
index 0000000..097a937
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_editprocess_3.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_editprocess_4.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_editprocess_4.png
new file mode 100644
index 0000000..ffeae77
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_editprocess_4.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_editprocess_5.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_editprocess_5.png
new file mode 100644
index 0000000..38b741c
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/detail_editprocess_5.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/details_createproject_1.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/details_createproject_1.png
new file mode 100644
index 0000000..b9fd3a8
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/details_createproject_1.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/icon.svg b/plugins/org.eclipse.bpel.help/en-US/html_single/images/icon.svg
new file mode 100644
index 0000000..c471a60
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/icon.svg
@@ -0,0 +1,3936 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:ns="http://ns.adobe.com/AdobeSVGViewerExtensions/3/"
+   xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="32"
+   height="32"
+   id="svg3017"
+   sodipodi:version="0.32"
+   inkscape:version="0.44+devel"
+   sodipodi:docname="book.svg"
+   sodipodi:docbase="/home/andy/Desktop">
+  <metadata
+     id="metadata489">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="480"
+     inkscape:window-width="858"
+     inkscape:pageshadow="0"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="1"
+     inkscape:cx="16"
+     inkscape:cy="15.944056"
+     inkscape:window-x="0"
+     inkscape:window-y="33"
+     inkscape:current-layer="svg3017" />
+  <defs
+     id="defs3019">
+    <linearGradient
+       id="linearGradient2381">
+      <stop
+         style="stop-color:white;stop-opacity:1"
+         offset="0"
+         id="stop2383" />
+      <stop
+         style="stop-color:white;stop-opacity:0"
+         offset="1"
+         id="stop2385" />
+    </linearGradient>
+    <linearGradient
+       x1="415.73831"
+       y1="11.854"
+       x2="418.13361"
+       y2="18.8104"
+       id="XMLID_1758_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8362,0.5206,-1.1904,0.992,147.62,-30.9374)">
+      <stop
+         style="stop-color:#ccc;stop-opacity:1"
+         offset="0"
+         id="stop3903" />
+      <stop
+         style="stop-color:#f2f2f2;stop-opacity:1"
+         offset="1"
+         id="stop3905" />
+      <a:midPointStop
+         style="stop-color:#CCCCCC"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#CCCCCC"
+         offset="0.5" />
+      <a:midPointStop
+         style="stop-color:#F2F2F2"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="500.70749"
+       y1="-13.2441"
+       x2="513.46442"
+       y2="-2.1547"
+       id="XMLID_1757_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6868,0.4269,-0.9821,0.821,111.6149,-5.7901)">
+      <stop
+         style="stop-color:#5387ba;stop-opacity:1"
+         offset="0"
+         id="stop3890" />
+      <stop
+         style="stop-color:#96bad6;stop-opacity:1"
+         offset="1"
+         id="stop3892" />
+      <a:midPointStop
+         style="stop-color:#5387BA"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#5387BA"
+         offset="0.5" />
+      <a:midPointStop
+         style="stop-color:#96BAD6"
+         offset="1" />
+    </linearGradient>
+    <clipPath
+       id="XMLID_1755_">
+      <use
+         id="use3874"
+         x="0"
+         y="0"
+         width="744.09448"
+         height="600"
+         xlink:href="#XMLID_343_" />
+    </clipPath>
+    <linearGradient
+       x1="505.62939"
+       y1="-14.9526"
+       x2="527.49402"
+       y2="-0.7536"
+       id="XMLID_1756_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6868,0.4269,-0.9821,0.821,111.6149,-5.7901)">
+      <stop
+         style="stop-color:#b4daea;stop-opacity:1"
+         offset="0"
+         id="stop3877" />
+      <stop
+         style="stop-color:#b4daea;stop-opacity:1"
+         offset="0.51120001"
+         id="stop3879" />
+      <stop
+         style="stop-color:#5387ba;stop-opacity:1"
+         offset="0.64609998"
+         id="stop3881" />
+      <stop
+         style="stop-color:#16336e;stop-opacity:1"
+         offset="1"
+         id="stop3883" />
+      <a:midPointStop
+         style="stop-color:#B4DAEA"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#B4DAEA"
+         offset="0.5" />
+      <a:midPointStop
+         style="stop-color:#B4DAEA"
+         offset="0.5112" />
+      <a:midPointStop
+         style="stop-color:#B4DAEA"
+         offset="0.5" />
+      <a:midPointStop
+         style="stop-color:#5387BA"
+         offset="0.6461" />
+      <a:midPointStop
+         style="stop-color:#5387BA"
+         offset="0.5" />
+      <a:midPointStop
+         style="stop-color:#16336E"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="471.0806"
+       y1="201.07761"
+       x2="481.91711"
+       y2="210.4977"
+       id="XMLID_1754_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#6498c1;stop-opacity:1"
+         offset="0.005618"
+         id="stop3863" />
+      <stop
+         style="stop-color:#79a9cc;stop-opacity:1"
+         offset="0.2332"
+         id="stop3865" />
+      <stop
+         style="stop-color:#a4cde2;stop-opacity:1"
+         offset="0.74049997"
+         id="stop3867" />
+      <stop
+         style="stop-color:#b4daea;stop-opacity:1"
+         offset="1"
+         id="stop3869" />
+      <a:midPointStop
+         style="stop-color:#6498C1"
+         offset="5.618000e-003" />
+      <a:midPointStop
+         style="stop-color:#6498C1"
+         offset="0.4438" />
+      <a:midPointStop
+         style="stop-color:#B4DAEA"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="516.57672"
+       y1="-15.769"
+       x2="516.57672"
+       y2="0.84280002"
+       id="XMLID_1753_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6868,0.4269,-0.9821,0.821,111.6149,-5.7901)">
+      <stop
+         style="stop-color:#b2b2b2;stop-opacity:1"
+         offset="0"
+         id="stop3851" />
+      <stop
+         style="stop-color:#f2f2f2;stop-opacity:1"
+         offset="1"
+         id="stop3853" />
+      <a:midPointStop
+         style="stop-color:#B2B2B2"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#B2B2B2"
+         offset="0.5" />
+      <a:midPointStop
+         style="stop-color:#F2F2F2"
+         offset="1" />
+    </linearGradient>
+    <clipPath
+       id="XMLID_1751_">
+      <use
+         id="use3837"
+         x="0"
+         y="0"
+         width="744.09448"
+         height="600"
+         xlink:href="#XMLID_338_" />
+    </clipPath>
+    <linearGradient
+       x1="506.09909"
+       y1="-11.5137"
+       x2="527.99609"
+       y2="2.7063999"
+       id="XMLID_1752_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6868,0.4269,-0.9821,0.821,111.6149,-5.7901)">
+      <stop
+         style="stop-color:#b4daea;stop-opacity:1"
+         offset="0"
+         id="stop3840" />
+      <stop
+         style="stop-color:#b4daea;stop-opacity:1"
+         offset="0.51120001"
+         id="stop3842" />
+      <stop
+         style="stop-color:#5387ba;stop-opacity:1"
+         offset="0.64609998"
+         id="stop3844" />
+      <stop
+         style="stop-color:#16336e;stop-opacity:1"
+         offset="1"
+         id="stop3846" />
+      <a:midPointStop
+         style="stop-color:#B4DAEA"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#B4DAEA"
+         offset="0.5" />
+      <a:midPointStop
+         style="stop-color:#B4DAEA"
+         offset="0.5112" />
+      <a:midPointStop
+         style="stop-color:#B4DAEA"
+         offset="0.5" />
+      <a:midPointStop
+         style="stop-color:#5387BA"
+         offset="0.6461" />
+      <a:midPointStop
+         style="stop-color:#5387BA"
+         offset="0.5" />
+      <a:midPointStop
+         style="stop-color:#16336E"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="468.2915"
+       y1="204.7612"
+       x2="479.39871"
+       y2="214.4166"
+       id="XMLID_1750_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#5387ba;stop-opacity:1"
+         offset="0"
+         id="stop3830" />
+      <stop
+         style="stop-color:#96bad6;stop-opacity:1"
+         offset="1"
+         id="stop3832" />
+      <a:midPointStop
+         style="stop-color:#5387BA"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#5387BA"
+         offset="0.5" />
+      <a:midPointStop
+         style="stop-color:#96BAD6"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="502.70749"
+       y1="115.3013"
+       x2="516.39001"
+       y2="127.1953"
+       id="XMLID_1749_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9703,0.2419,-0.2419,0.9703,11.0227,-35.6159)">
+      <stop
+         style="stop-color:#5387ba;stop-opacity:1"
+         offset="0"
+         id="stop3818" />
+      <stop
+         style="stop-color:#96bad6;stop-opacity:1"
+         offset="1"
+         id="stop3820" />
+      <a:midPointStop
+         style="stop-color:#5387BA"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#5387BA"
+         offset="0.5" />
+      <a:midPointStop
+         style="stop-color:#96BAD6"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="501.0903"
+       y1="-19.2544"
+       x2="531.85413"
+       y2="0.72390002"
+       id="XMLID_1748_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6868,0.4269,-0.9821,0.821,111.6149,-5.7901)">
+      <stop
+         style="stop-color:#b4daea;stop-opacity:1"
+         offset="0"
+         id="stop3803" />
+      <stop
+         style="stop-color:#b4daea;stop-opacity:1"
+         offset="0.51120001"
+         id="stop3805" />
+      <stop
+         style="stop-color:#5387ba;stop-opacity:1"
+         offset="0.64609998"
+         id="stop3807" />
+      <stop
+         style="stop-color:#16336e;stop-opacity:1"
+         offset="1"
+         id="stop3809" />
+      <a:midPointStop
+         style="stop-color:#B4DAEA"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#B4DAEA"
+         offset="0.5" />
+      <a:midPointStop
+         style="stop-color:#B4DAEA"
+         offset="0.5112" />
+      <a:midPointStop
+         style="stop-color:#B4DAEA"
+         offset="0.5" />
+      <a:midPointStop
+         style="stop-color:#5387BA"
+         offset="0.6461" />
+      <a:midPointStop
+         style="stop-color:#5387BA"
+         offset="0.5" />
+      <a:midPointStop
+         style="stop-color:#16336E"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="481.23969"
+       y1="212.5742"
+       x2="472.92981"
+       y2="207.4967"
+       id="XMLID_2275_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#f3403f;stop-opacity:1"
+         offset="0"
+         id="stop9947" />
+      <stop
+         style="stop-color:#d02a28;stop-opacity:1"
+         offset="0.37889999"
+         id="stop9949" />
+      <stop
+         style="stop-color:#b21714;stop-opacity:1"
+         offset="0.77649999"
+         id="stop9951" />
+      <stop
+         style="stop-color:#a6100c;stop-opacity:1"
+         offset="1"
+         id="stop9953" />
+      <a:midPointStop
+         style="stop-color:#F3403F"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#F3403F"
+         offset="0.4213" />
+      <a:midPointStop
+         style="stop-color:#A6100C"
+         offset="1" />
+    </linearGradient>
+    <clipPath
+       id="XMLID_2273_">
+      <use
+         id="use9933"
+         x="0"
+         y="0"
+         width="744.09448"
+         height="600"
+         xlink:href="#XMLID_960_" />
+    </clipPath>
+    <linearGradient
+       x1="473.7681"
+       y1="209.17529"
+       x2="486.98099"
+       y2="213.2001"
+       id="XMLID_2274_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#f3403f;stop-opacity:1"
+         offset="0"
+         id="stop9936" />
+      <stop
+         style="stop-color:#d02a28;stop-opacity:1"
+         offset="0.37889999"
+         id="stop9938" />
+      <stop
+         style="stop-color:#b21714;stop-opacity:1"
+         offset="0.77649999"
+         id="stop9940" />
+      <stop
+         style="stop-color:#a6100c;stop-opacity:1"
+         offset="1"
+         id="stop9942" />
+      <a:midPointStop
+         style="stop-color:#F3403F"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#F3403F"
+         offset="0.4213" />
+      <a:midPointStop
+         style="stop-color:#A6100C"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="478.21341"
+       y1="-131.9297"
+       x2="469.85818"
+       y2="-140.28481"
+       id="XMLID_2272_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.5592,0.829,-0.829,0.5592,101.3357,-104.791)">
+      <stop
+         style="stop-color:#f3403f;stop-opacity:1"
+         offset="0"
+         id="stop9917" />
+      <stop
+         style="stop-color:#d02a28;stop-opacity:1"
+         offset="0.37889999"
+         id="stop9919" />
+      <stop
+         style="stop-color:#b21714;stop-opacity:1"
+         offset="0.77649999"
+         id="stop9921" />
+      <stop
+         style="stop-color:#a6100c;stop-opacity:1"
+         offset="1"
+         id="stop9923" />
+      <a:midPointStop
+         style="stop-color:#F3403F"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#F3403F"
+         offset="0.4213" />
+      <a:midPointStop
+         style="stop-color:#A6100C"
+         offset="1" />
+    </linearGradient>
+    <marker
+       refX="0"
+       refY="0"
+       orient="auto"
+       style="overflow:visible"
+       id="TriangleInM">
+      <path
+         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z "
+         transform="scale(-0.4,-0.4)"
+         style="fill:#5c5c4f"
+         id="path3197" />
+    </marker>
+    <linearGradient
+       x1="200.7363"
+       y1="100.4028"
+       x2="211.99519"
+       y2="89.143997"
+       id="XMLID_3298_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#bfbfbf;stop-opacity:1"
+         offset="0"
+         id="stop20103" />
+      <stop
+         style="stop-color:#f2f2f2;stop-opacity:1"
+         offset="1"
+         id="stop20105" />
+      <a:midPointStop
+         offset="0"
+         style="stop-color:#BFBFBF" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#BFBFBF" />
+      <a:midPointStop
+         offset="1"
+         style="stop-color:#F2F2F2" />
+    </linearGradient>
+    <linearGradient
+       x1="200.7363"
+       y1="100.4028"
+       x2="211.99519"
+       y2="89.143997"
+       id="linearGradient36592"
+       xlink:href="#XMLID_3298_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)" />
+    <linearGradient
+       x1="181.2925"
+       y1="110.8481"
+       x2="192.6369"
+       y2="99.5037"
+       id="XMLID_3297_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#e5e5e5;stop-opacity:1"
+         offset="0"
+         id="stop20096" />
+      <stop
+         style="stop-color:#ccc;stop-opacity:1"
+         offset="1"
+         id="stop20098" />
+      <a:midPointStop
+         offset="0"
+         style="stop-color:#E5E5E5" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#E5E5E5" />
+      <a:midPointStop
+         offset="1"
+         style="stop-color:#CCCCCC" />
+    </linearGradient>
+    <linearGradient
+       x1="181.2925"
+       y1="110.8481"
+       x2="192.6369"
+       y2="99.5037"
+       id="linearGradient36595"
+       xlink:href="#XMLID_3297_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)" />
+    <linearGradient
+       x1="211.77589"
+       y1="105.7749"
+       x2="212.6619"
+       y2="108.2092"
+       id="XMLID_3296_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#0f6124;stop-opacity:1"
+         offset="0"
+         id="stop20087" />
+      <stop
+         style="stop-color:#219630;stop-opacity:1"
+         offset="1"
+         id="stop20089" />
+      <a:midPointStop
+         offset="0"
+         style="stop-color:#0F6124" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#0F6124" />
+      <a:midPointStop
+         offset="1"
+         style="stop-color:#219630" />
+    </linearGradient>
+    <linearGradient
+       x1="211.77589"
+       y1="105.7749"
+       x2="212.6619"
+       y2="108.2092"
+       id="linearGradient36677"
+       xlink:href="#XMLID_3296_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)" />
+    <linearGradient
+       x1="208.9834"
+       y1="116.8296"
+       x2="200.0811"
+       y2="96.834602"
+       id="XMLID_3295_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#b2b2b2;stop-opacity:1"
+         offset="0"
+         id="stop20076" />
+      <stop
+         style="stop-color:#e5e5e5;stop-opacity:1"
+         offset="0.5"
+         id="stop20078" />
+      <stop
+         style="stop-color:white;stop-opacity:1"
+         offset="1"
+         id="stop20080" />
+      <a:midPointStop
+         offset="0"
+         style="stop-color:#B2B2B2" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#B2B2B2" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#E5E5E5" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#E5E5E5" />
+      <a:midPointStop
+         offset="1"
+         style="stop-color:#FFFFFF" />
+    </linearGradient>
+    <linearGradient
+       x1="208.9834"
+       y1="116.8296"
+       x2="200.0811"
+       y2="96.834602"
+       id="linearGradient36604"
+       xlink:href="#XMLID_3295_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)" />
+    <linearGradient
+       x1="195.5264"
+       y1="97.911102"
+       x2="213.5213"
+       y2="115.9061"
+       id="XMLID_3294_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#ccc;stop-opacity:1"
+         offset="0"
+         id="stop20069" />
+      <stop
+         style="stop-color:white;stop-opacity:1"
+         offset="1"
+         id="stop20071" />
+      <a:midPointStop
+         offset="0"
+         style="stop-color:#CCCCCC" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#CCCCCC" />
+      <a:midPointStop
+         offset="1"
+         style="stop-color:#FFFFFF" />
+    </linearGradient>
+    <linearGradient
+       x1="195.5264"
+       y1="97.911102"
+       x2="213.5213"
+       y2="115.9061"
+       id="linearGradient36607"
+       xlink:href="#XMLID_3294_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)" />
+    <linearGradient
+       x1="186.1938"
+       y1="109.1343"
+       x2="206.6881"
+       y2="88.639999"
+       id="XMLID_3293_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#b2b2b2;stop-opacity:1"
+         offset="0"
+         id="stop20056" />
+      <stop
+         style="stop-color:#e5e5e5;stop-opacity:1"
+         offset="0.16850001"
+         id="stop20058" />
+      <stop
+         style="stop-color:white;stop-opacity:1"
+         offset="0.23029999"
+         id="stop20060" />
+      <stop
+         style="stop-color:#e5e5e5;stop-opacity:1"
+         offset="0.2809"
+         id="stop20062" />
+      <stop
+         style="stop-color:#c2c2c2;stop-opacity:1"
+         offset="0.5"
+         id="stop20064" />
+      <a:midPointStop
+         offset="0"
+         style="stop-color:#B2B2B2" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#B2B2B2" />
+      <a:midPointStop
+         offset="0.1685"
+         style="stop-color:#E5E5E5" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#E5E5E5" />
+      <a:midPointStop
+         offset="0.2303"
+         style="stop-color:#FFFFFF" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#FFFFFF" />
+      <a:midPointStop
+         offset="0.2809"
+         style="stop-color:#E5E5E5" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#E5E5E5" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#C2C2C2" />
+    </linearGradient>
+    <linearGradient
+       x1="186.1938"
+       y1="109.1343"
+       x2="206.6881"
+       y2="88.639999"
+       id="linearGradient36610"
+       xlink:href="#XMLID_3293_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)" />
+    <linearGradient
+       x1="184.8569"
+       y1="112.2676"
+       x2="211.94099"
+       y2="89.541397"
+       id="XMLID_3292_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#b2b2b2;stop-opacity:1"
+         offset="0"
+         id="stop20043" />
+      <stop
+         style="stop-color:#e5e5e5;stop-opacity:1"
+         offset="0.16850001"
+         id="stop20045" />
+      <stop
+         style="stop-color:white;stop-opacity:1"
+         offset="0.23029999"
+         id="stop20047" />
+      <stop
+         style="stop-color:#e5e5e5;stop-opacity:1"
+         offset="0.2809"
+         id="stop20049" />
+      <stop
+         style="stop-color:#ccc;stop-opacity:1"
+         offset="1"
+         id="stop20051" />
+      <a:midPointStop
+         offset="0"
+         style="stop-color:#B2B2B2" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#B2B2B2" />
+      <a:midPointStop
+         offset="0.1685"
+         style="stop-color:#E5E5E5" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#E5E5E5" />
+      <a:midPointStop
+         offset="0.2303"
+         style="stop-color:#FFFFFF" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#FFFFFF" />
+      <a:midPointStop
+         offset="0.2809"
+         style="stop-color:#E5E5E5" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#E5E5E5" />
+      <a:midPointStop
+         offset="1"
+         style="stop-color:#CCCCCC" />
+    </linearGradient>
+    <linearGradient
+       x1="184.8569"
+       y1="112.2676"
+       x2="211.94099"
+       y2="89.541397"
+       id="linearGradient36613"
+       xlink:href="#XMLID_3292_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)" />
+    <marker
+       refX="0"
+       refY="0"
+       orient="auto"
+       style="overflow:visible"
+       id="TriangleOutM">
+      <path
+         d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z "
+         transform="scale(0.4,0.4)"
+         style="fill:#5c5c4f;fill-rule:evenodd;stroke-width:1pt;marker-start:none"
+         id="path3238" />
+    </marker>
+    <linearGradient
+       x1="165.3"
+       y1="99.5"
+       x2="165.3"
+       y2="115.9"
+       id="XMLID_3457_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#999;stop-opacity:1"
+         offset="0"
+         id="stop8309" />
+      <stop
+         style="stop-color:#b2b2b2;stop-opacity:1"
+         offset="0.30000001"
+         id="stop8311" />
+      <stop
+         style="stop-color:#b2b2b2;stop-opacity:1"
+         offset="1"
+         id="stop8313" />
+      <a:midPointstop
+         offset="0"
+         style="stop-color:#999999" />
+      <a:midPointstop
+         offset="0.5"
+         style="stop-color:#999999" />
+      <a:midPointstop
+         offset="0.3"
+         style="stop-color:#B2B2B2" />
+      <a:midPointstop
+         offset="0.5"
+         style="stop-color:#B2B2B2" />
+      <a:midPointstop
+         offset="1"
+         style="stop-color:#B2B2B2" />
+    </linearGradient>
+    <linearGradient
+       x1="165.3"
+       y1="99.5"
+       x2="165.3"
+       y2="115.9"
+       id="lg1997"
+       xlink:href="#XMLID_3457_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.2,0,0,1.2,-175.9,-114.6)" />
+    <linearGradient
+       x1="175"
+       y1="99.800003"
+       x2="175"
+       y2="112.5"
+       id="XMLID_3456_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#737373;stop-opacity:1"
+         offset="0"
+         id="stop8300" />
+      <stop
+         style="stop-color:#191919;stop-opacity:1"
+         offset="0.60000002"
+         id="stop8302" />
+      <stop
+         style="stop-color:#191919;stop-opacity:1"
+         offset="1"
+         id="stop8304" />
+      <a:midPointstop
+         offset="0"
+         style="stop-color:#737373" />
+      <a:midPointstop
+         offset="0.5"
+         style="stop-color:#737373" />
+      <a:midPointstop
+         offset="0.6"
+         style="stop-color:#191919" />
+      <a:midPointstop
+         offset="0.5"
+         style="stop-color:#191919" />
+      <a:midPointstop
+         offset="1"
+         style="stop-color:#191919" />
+    </linearGradient>
+    <linearGradient
+       x1="175"
+       y1="99.800003"
+       x2="175"
+       y2="112.5"
+       id="lg2000"
+       xlink:href="#XMLID_3456_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.2,0,0,1.2,-175.9,-114.6)" />
+    <linearGradient
+       x1="168.8"
+       y1="107.1"
+       x2="164.5"
+       y2="110"
+       id="XMLID_3455_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#666;stop-opacity:1"
+         offset="0"
+         id="stop8291" />
+      <stop
+         style="stop-color:#191919;stop-opacity:1"
+         offset="0.69999999"
+         id="stop8293" />
+      <stop
+         style="stop-color:#191919;stop-opacity:1"
+         offset="1"
+         id="stop8295" />
+      <a:midPointstop
+         offset="0"
+         style="stop-color:#666666" />
+      <a:midPointstop
+         offset="0.5"
+         style="stop-color:#666666" />
+      <a:midPointstop
+         offset="0.7"
+         style="stop-color:#191919" />
+      <a:midPointstop
+         offset="0.5"
+         style="stop-color:#191919" />
+      <a:midPointstop
+         offset="1"
+         style="stop-color:#191919" />
+    </linearGradient>
+    <linearGradient
+       x1="168.8"
+       y1="107.1"
+       x2="164.5"
+       y2="110"
+       id="lg2003"
+       xlink:href="#XMLID_3455_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.2,0,0,1.2,-175.9,-114.6)" />
+    <linearGradient
+       id="lg63694">
+      <stop
+         style="stop-color:white;stop-opacity:1"
+         offset="0"
+         id="stop63696" />
+      <stop
+         style="stop-color:white;stop-opacity:0"
+         offset="1"
+         id="stop63698" />
+    </linearGradient>
+    <linearGradient
+       x1="458"
+       y1="483"
+       x2="465.20001"
+       y2="271.39999"
+       id="lg2006"
+       xlink:href="#lg63694"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(6.3e-2,0,0,6.3e-2,-1.3,-9.8)" />
+    <linearGradient
+       x1="176.3"
+       y1="110.1"
+       x2="158.7"
+       y2="105"
+       id="XMLID_3453_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#666;stop-opacity:1"
+         offset="0"
+         id="stop8271" />
+      <stop
+         style="stop-color:#737373;stop-opacity:1"
+         offset="0.2"
+         id="stop8273" />
+      <stop
+         style="stop-color:white;stop-opacity:1"
+         offset="1"
+         id="stop8275" />
+      <a:midPointstop
+         offset="0"
+         style="stop-color:#666666" />
+      <a:midPointstop
+         offset="0.5"
+         style="stop-color:#666666" />
+      <a:midPointstop
+         offset="0.2"
+         style="stop-color:#737373" />
+      <a:midPointstop
+         offset="0.5"
+         style="stop-color:#737373" />
+      <a:midPointstop
+         offset="1"
+         style="stop-color:#FFFFFF" />
+    </linearGradient>
+    <linearGradient
+       x1="176.3"
+       y1="110.1"
+       x2="158.7"
+       y2="105"
+       id="lg2009"
+       xlink:href="#XMLID_3453_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.2,0,0,1.2,-175.9,-114.6)" />
+    <linearGradient
+       x1="173.60001"
+       y1="118.9"
+       x2="172.8"
+       y2="128.2"
+       id="XMLID_3449_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#ecb300;stop-opacity:1"
+         offset="0"
+         id="stop8232" />
+      <stop
+         style="stop-color:#fff95e;stop-opacity:1"
+         offset="0.60000002"
+         id="stop8234" />
+      <stop
+         style="stop-color:#ecd600;stop-opacity:1"
+         offset="1"
+         id="stop8236" />
+      <a:midPointstop
+         offset="0"
+         style="stop-color:#ECB300" />
+      <a:midPointstop
+         offset="0.5"
+         style="stop-color:#ECB300" />
+      <a:midPointstop
+         offset="0.6"
+         style="stop-color:#FFF95E" />
+      <a:midPointstop
+         offset="0.5"
+         style="stop-color:#FFF95E" />
+      <a:midPointstop
+         offset="1"
+         style="stop-color:#ECD600" />
+    </linearGradient>
+    <linearGradient
+       x1="173.60001"
+       y1="118.9"
+       x2="172.8"
+       y2="128.2"
+       id="lg2016"
+       xlink:href="#XMLID_3449_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.2,0,0,1.2,-175.9,-114.6)" />
+    <radialGradient
+       cx="284.60001"
+       cy="172.60001"
+       r="6.5"
+       fx="284.60001"
+       fy="172.60001"
+       id="XMLID_3448_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4,0,0,1.4,-237.3,-126.8)">
+      <stop
+         style="stop-color:#ecb300;stop-opacity:1"
+         offset="0"
+         id="stop8219" />
+      <stop
+         style="stop-color:#ecb300;stop-opacity:1"
+         offset="0.30000001"
+         id="stop8221" />
+      <stop
+         style="stop-color:#c96b00;stop-opacity:1"
+         offset="0.89999998"
+         id="stop8223" />
+      <stop
+         style="stop-color:#9a5500;stop-opacity:1"
+         offset="1"
+         id="stop8225" />
+      <a:midPointstop
+         offset="0"
+         style="stop-color:#ECB300" />
+      <a:midPointstop
+         offset="0.5"
+         style="stop-color:#ECB300" />
+      <a:midPointstop
+         offset="0.3"
+         style="stop-color:#ECB300" />
+      <a:midPointstop
+         offset="0.5"
+         style="stop-color:#ECB300" />
+      <a:midPointstop
+         offset="0.9"
+         style="stop-color:#C96B00" />
+      <a:midPointstop
+         offset="0.5"
+         style="stop-color:#C96B00" />
+      <a:midPointstop
+         offset="1"
+         style="stop-color:#9A5500" />
+    </radialGradient>
+    <radialGradient
+       cx="284.60001"
+       cy="172.60001"
+       r="6.5"
+       fx="284.60001"
+       fy="172.60001"
+       id="rg2020"
+       xlink:href="#XMLID_3448_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.513992,0,0,2.347576,-689.1621,-378.5717)" />
+    <linearGradient
+       x1="158.10001"
+       y1="123"
+       x2="164.2"
+       y2="126.6"
+       id="XMLID_3447_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#ecd600;stop-opacity:1"
+         offset="0"
+         id="stop8204" />
+      <stop
+         style="stop-color:#ffffb3;stop-opacity:1"
+         offset="0.30000001"
+         id="stop8206" />
+      <stop
+         style="stop-color:white;stop-opacity:1"
+         offset="1"
+         id="stop8208" />
+      <a:midPointstop
+         offset="0"
+         style="stop-color:#ECD600" />
+      <a:midPointstop
+         offset="0.5"
+         style="stop-color:#ECD600" />
+      <a:midPointstop
+         offset="0.3"
+         style="stop-color:#FFFFB3" />
+      <a:midPointstop
+         offset="0.5"
+         style="stop-color:#FFFFB3" />
+      <a:midPointstop
+         offset="1"
+         style="stop-color:#FFFFFF" />
+    </linearGradient>
+    <linearGradient
+       x1="158.10001"
+       y1="123"
+       x2="164.2"
+       y2="126.6"
+       id="lg2026"
+       xlink:href="#XMLID_3447_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.2,0,0,1.2,-175.9,-114.6)" />
+    <radialGradient
+       cx="280.89999"
+       cy="163.7"
+       r="10.1"
+       fx="280.89999"
+       fy="163.7"
+       id="XMLID_3446_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4,0,0,1.4,-237.3,-126.8)">
+      <stop
+         style="stop-color:white;stop-opacity:1"
+         offset="0"
+         id="stop8197" />
+      <stop
+         style="stop-color:#fff95e;stop-opacity:1"
+         offset="1"
+         id="stop8199" />
+      <a:midPointstop
+         offset="0"
+         style="stop-color:#FFFFFF" />
+      <a:midPointstop
+         offset="0.5"
+         style="stop-color:#FFFFFF" />
+      <a:midPointstop
+         offset="1"
+         style="stop-color:#FFF95E" />
+    </radialGradient>
+    <radialGradient
+       cx="280.89999"
+       cy="163.7"
+       r="10.1"
+       fx="280.89999"
+       fy="163.7"
+       id="rg2029"
+       xlink:href="#XMLID_3446_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.7,0,0,1.7,-457.5,-266.8)" />
+    <linearGradient
+       x1="156.5"
+       y1="122.7"
+       x2="180.10001"
+       y2="122.7"
+       id="XMLID_3445_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#ecb300;stop-opacity:1"
+         offset="0"
+         id="stop8184" />
+      <stop
+         style="stop-color:#ffe900;stop-opacity:1"
+         offset="0.2"
+         id="stop8186" />
+      <stop
+         style="stop-color:#ffffb3;stop-opacity:1"
+         offset="0.30000001"
+         id="stop8188" />
+      <stop
+         style="stop-color:#ffe900;stop-opacity:1"
+         offset="0.40000001"
+         id="stop8190" />
+      <stop
+         style="stop-color:#d68100;stop-opacity:1"
+         offset="1"
+         id="stop8192" />
+      <a:midPointstop
+         offset="0"
+         style="stop-color:#ECB300" />
+      <a:midPointstop
+         offset="0.5"
+         style="stop-color:#ECB300" />
+      <a:midPointstop
+         offset="0.2"
+         style="stop-color:#FFE900" />
+      <a:midPointstop
+         offset="0.5"
+         style="stop-color:#FFE900" />
+      <a:midPointstop
+         offset="0.3"
+         style="stop-color:#FFFFB3" />
+      <a:midPointstop
+         offset="0.5"
+         style="stop-color:#FFFFB3" />
+      <a:midPointstop
+         offset="0.4"
+         style="stop-color:#FFE900" />
+      <a:midPointstop
+         offset="0.5"
+         style="stop-color:#FFE900" />
+      <a:midPointstop
+         offset="1"
+         style="stop-color:#D68100" />
+    </linearGradient>
+    <linearGradient
+       x1="156.5"
+       y1="122.7"
+       x2="180.10001"
+       y2="122.7"
+       id="lg2032"
+       xlink:href="#XMLID_3445_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.2,0,0,1.2,-175.9,-114.6)" />
+    <linearGradient
+       x1="156.39999"
+       y1="115.4"
+       x2="180.10001"
+       y2="115.4"
+       id="XMLID_3444_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#ecb300;stop-opacity:1"
+         offset="0"
+         id="stop8171" />
+      <stop
+         style="stop-color:#ffe900;stop-opacity:1"
+         offset="0.2"
+         id="stop8173" />
+      <stop
+         style="stop-color:#ffffb3;stop-opacity:1"
+         offset="0.30000001"
+         id="stop8175" />
+      <stop
+         style="stop-color:#ffe900;stop-opacity:1"
+         offset="0.40000001"
+         id="stop8177" />
+      <stop
+         style="stop-color:#d68100;stop-opacity:1"
+         offset="1"
+         id="stop8179" />
+      <a:midPointstop
+         offset="0"
+         style="stop-color:#ECB300" />
+      <a:midPointstop
+         offset="0.5"
+         style="stop-color:#ECB300" />
+      <a:midPointstop
+         offset="0.2"
+         style="stop-color:#FFE900" />
+      <a:midPointstop
+         offset="0.5"
+         style="stop-color:#FFE900" />
+      <a:midPointstop
+         offset="0.3"
+         style="stop-color:#FFFFB3" />
+      <a:midPointstop
+         offset="0.5"
+         style="stop-color:#FFFFB3" />
+      <a:midPointstop
+         offset="0.4"
+         style="stop-color:#FFE900" />
+      <a:midPointstop
+         offset="0.5"
+         style="stop-color:#FFE900" />
+      <a:midPointstop
+         offset="1"
+         style="stop-color:#D68100" />
+    </linearGradient>
+    <linearGradient
+       x1="156.39999"
+       y1="115.4"
+       x2="180.10001"
+       y2="115.4"
+       id="lg2035"
+       xlink:href="#XMLID_3444_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.2,0,0,1.2,-175.9,-114.6)" />
+    <linearGradient
+       x1="379.70001"
+       y1="167.89999"
+       x2="383.89999"
+       y2="172.89999"
+       id="lg4286_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8,0.2,-0.2,0.8,78.8,38.1)">
+      <stop
+         style="stop-color:white;stop-opacity:1"
+         offset="0"
+         id="s16159" />
+      <stop
+         style="stop-color:white;stop-opacity:1"
+         offset="0.1"
+         id="s16161" />
+      <stop
+         style="stop-color:#737373;stop-opacity:1"
+         offset="1"
+         id="s16163" />
+      <ns:midPointStop
+         style="stop-color:#FFFFFF"
+         offset="0" />
+      <ns:midPointStop
+         style="stop-color:#FFFFFF"
+         offset="0.5" />
+      <ns:midPointStop
+         style="stop-color:#FFFFFF"
+         offset="0.1" />
+      <ns:midPointStop
+         style="stop-color:#FFFFFF"
+         offset="0.5" />
+      <ns:midPointStop
+         style="stop-color:#737373"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="379.60001"
+       y1="167.8"
+       x2="383.79999"
+       y2="172"
+       id="lg6416"
+       xlink:href="#lg4286_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.622156,0.623859,-0.623859,2.62182,-882.9706,-673.7921)" />
+    <linearGradient
+       x1="384.20001"
+       y1="169.8"
+       x2="384.79999"
+       y2="170.39999"
+       id="lg4285_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8,0.2,-0.2,0.8,78.8,38.1)">
+      <stop
+         style="stop-color:#737373;stop-opacity:1"
+         offset="0"
+         id="s16152" />
+      <stop
+         style="stop-color:#d9d9d9;stop-opacity:1"
+         offset="1"
+         id="s16154" />
+      <ns:midPointStop
+         style="stop-color:#737373"
+         offset="0" />
+      <ns:midPointStop
+         style="stop-color:#737373"
+         offset="0.5" />
+      <ns:midPointStop
+         style="stop-color:#D9D9D9"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="384.20001"
+       y1="169.8"
+       x2="384.79999"
+       y2="170.39999"
+       id="lg6453"
+       xlink:href="#lg4285_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.6,0.6,-0.6,2.6,-883,-673.8)" />
+    <linearGradient
+       x1="380.5"
+       y1="172.60001"
+       x2="382.79999"
+       y2="173.7"
+       id="lg4284_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8,0.2,-0.2,0.8,78.8,38.1)">
+      <stop
+         style="stop-color:gray;stop-opacity:1"
+         offset="0"
+         id="s16145" />
+      <stop
+         style="stop-color:#e5e5e5;stop-opacity:1"
+         offset="1"
+         id="s16147" />
+      <ns:midPointStop
+         style="stop-color:#808080"
+         offset="0" />
+      <ns:midPointStop
+         style="stop-color:#808080"
+         offset="0.5" />
+      <ns:midPointStop
+         style="stop-color:#E5E5E5"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="380.5"
+       y1="172.60001"
+       x2="382.79999"
+       y2="173.7"
+       id="lg6456"
+       xlink:href="#lg4284_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.6,0.6,-0.6,2.6,-883,-673.8)" />
+    <radialGradient
+       cx="347.29999"
+       cy="244.5"
+       r="5.1999998"
+       fx="347.29999"
+       fy="244.5"
+       id="lg4282_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(3.4,0,0,3.4,-1148,-802)">
+      <stop
+         style="stop-color:#333;stop-opacity:1"
+         offset="0"
+         id="s16135" />
+      <stop
+         style="stop-color:#999;stop-opacity:1"
+         offset="1"
+         id="s16137" />
+      <ns:midPointStop
+         style="stop-color:#333333"
+         offset="0" />
+      <ns:midPointStop
+         style="stop-color:#333333"
+         offset="0.5" />
+      <ns:midPointStop
+         style="stop-color:#999999"
+         offset="1" />
+    </radialGradient>
+    <linearGradient
+       x1="310.39999"
+       y1="397.70001"
+       x2="310.89999"
+       y2="399.5"
+       id="lg4280_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.7,-0.7,0.7,0.7,-153.4,180.6)">
+      <stop
+         style="stop-color:#ffcd00;stop-opacity:1"
+         offset="0"
+         id="s16111" />
+      <stop
+         style="stop-color:#ffffb3;stop-opacity:1"
+         offset="0.60000002"
+         id="s16113" />
+      <stop
+         style="stop-color:#ffffb3;stop-opacity:1"
+         offset="1"
+         id="s16115" />
+      <ns:midPointStop
+         style="stop-color:#FFCD00"
+         offset="0" />
+      <ns:midPointStop
+         style="stop-color:#FFCD00"
+         offset="0.5" />
+      <ns:midPointStop
+         style="stop-color:#FFFFB3"
+         offset="0.6" />
+      <ns:midPointStop
+         style="stop-color:#FFFFB3"
+         offset="0.5" />
+      <ns:midPointStop
+         style="stop-color:#FFFFB3"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="310.39999"
+       y1="397.70001"
+       x2="310.89999"
+       y2="399.5"
+       id="lg6467"
+       xlink:href="#lg4280_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.4,-2.4,2.4,2.4,-1663.6,-195)" />
+    <linearGradient
+       x1="310.89999"
+       y1="395.79999"
+       x2="313.29999"
+       y2="403.10001"
+       id="lg4279_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.7,-0.7,0.7,0.7,-153.4,180.6)">
+      <stop
+         style="stop-color:#ffffb3;stop-opacity:1"
+         offset="0"
+         id="s16100" />
+      <stop
+         style="stop-color:#ffffb3;stop-opacity:1"
+         offset="0.40000001"
+         id="s16102" />
+      <stop
+         style="stop-color:#ffcd00;stop-opacity:1"
+         offset="0.89999998"
+         id="s16104" />
+      <stop
+         style="stop-color:#ffcd00;stop-opacity:1"
+         offset="1"
+         id="s16106" />
+      <ns:midPointStop
+         style="stop-color:#FFFFB3"
+         offset="0" />
+      <ns:midPointStop
+         style="stop-color:#FFFFB3"
+         offset="0.5" />
+      <ns:midPointStop
+         style="stop-color:#FFFFB3"
+         offset="0.4" />
+      <ns:midPointStop
+         style="stop-color:#FFFFB3"
+         offset="0.5" />
+      <ns:midPointStop
+         style="stop-color:#FFCD00"
+         offset="0.9" />
+      <ns:midPointStop
+         style="stop-color:#FFCD00"
+         offset="0.5" />
+      <ns:midPointStop
+         style="stop-color:#FFCD00"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="310.89999"
+       y1="395.79999"
+       x2="313.29999"
+       y2="403.10001"
+       id="lg6465"
+       xlink:href="#lg4279_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.4,-2.4,2.4,2.4,-1663.6,-195)" />
+    <linearGradient
+       x1="307.79999"
+       y1="395.20001"
+       x2="313.79999"
+       y2="413.60001"
+       id="lg4278_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.7,-0.7,0.7,0.7,-153.4,180.6)">
+      <stop
+         style="stop-color:#ffffb3;stop-opacity:1"
+         offset="0"
+         id="s16091" />
+      <stop
+         style="stop-color:#fcd72f;stop-opacity:1"
+         offset="0.40000001"
+         id="s16093" />
+      <stop
+         style="stop-color:#ffcd00;stop-opacity:1"
+         offset="1"
+         id="s16095" />
+      <ns:midPointStop
+         style="stop-color:#FFFFB3"
+         offset="0" />
+      <ns:midPointStop
+         style="stop-color:#FFFFB3"
+         offset="0.5" />
+      <ns:midPointStop
+         style="stop-color:#FCD72F"
+         offset="0.4" />
+      <ns:midPointStop
+         style="stop-color:#FCD72F"
+         offset="0.5" />
+      <ns:midPointStop
+         style="stop-color:#FFCD00"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="306.5"
+       y1="393"
+       x2="309"
+       y2="404"
+       id="lg6400"
+       xlink:href="#lg4278_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.4,-2.4,2.4,2.4,-1663.6,-195)" />
+    <linearGradient
+       x1="352.10001"
+       y1="253.60001"
+       x2="348.5"
+       y2="237.8"
+       id="lg4276_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(3.4,0,0,3.4,-1148,-802)">
+      <stop
+         style="stop-color:#ffff87;stop-opacity:1"
+         offset="0"
+         id="s16077" />
+      <stop
+         style="stop-color:#ffad00;stop-opacity:1"
+         offset="1"
+         id="s16079" />
+      <ns:midPointStop
+         style="stop-color:#FFFF87"
+         offset="0" />
+      <ns:midPointStop
+         style="stop-color:#FFFF87"
+         offset="0.5" />
+      <ns:midPointStop
+         style="stop-color:#FFAD00"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="335.60001"
+       y1="354.79999"
+       x2="337.89999"
+       y2="354.79999"
+       id="lg4275_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9,-0.5,0.5,0.9,-121.7,105.1)">
+      <stop
+         style="stop-color:#d9d9d9;stop-opacity:1"
+         offset="0"
+         id="s16057" />
+      <stop
+         style="stop-color:white;stop-opacity:1"
+         offset="0.80000001"
+         id="s16059" />
+      <stop
+         style="stop-color:white;stop-opacity:1"
+         offset="1"
+         id="s16061" />
+      <ns:midPointStop
+         style="stop-color:#D9D9D9"
+         offset="0" />
+      <ns:midPointStop
+         style="stop-color:#D9D9D9"
+         offset="0.5" />
+      <ns:midPointStop
+         style="stop-color:#FFFFFF"
+         offset="0.8" />
+      <ns:midPointStop
+         style="stop-color:#FFFFFF"
+         offset="0.5" />
+      <ns:midPointStop
+         style="stop-color:#FFFFFF"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="335.60001"
+       y1="354.79999"
+       x2="337.89999"
+       y2="354.79999"
+       id="lg6463"
+       xlink:href="#lg4275_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.9,-1.7,1.7,2.9,-1557,-448.7)" />
+    <linearGradient
+       x1="337.39999"
+       y1="353.10001"
+       x2="339.39999"
+       y2="357.10001"
+       id="lg4274_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9,-0.5,0.5,0.9,-121.7,105.1)">
+      <stop
+         style="stop-color:white;stop-opacity:1"
+         offset="0"
+         id="s16048" />
+      <stop
+         style="stop-color:white;stop-opacity:1"
+         offset="0.1"
+         id="s16050" />
+      <stop
+         style="stop-color:#ccc;stop-opacity:1"
+         offset="1"
+         id="s16052" />
+      <ns:midPointStop
+         style="stop-color:#FFFFFF"
+         offset="0" />
+      <ns:midPointStop
+         style="stop-color:#FFFFFF"
+         offset="0.5" />
+      <ns:midPointStop
+         style="stop-color:#FFFFFF"
+         offset="0.1" />
+      <ns:midPointStop
+         style="stop-color:#FFFFFF"
+         offset="0.5" />
+      <ns:midPointStop
+         style="stop-color:#CCCCCC"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="337.39999"
+       y1="353.10001"
+       x2="339.39999"
+       y2="357.10001"
+       id="lg6461"
+       xlink:href="#lg4274_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.9,-1.7,1.7,2.9,-1557,-448.7)" />
+    <linearGradient
+       x1="334.39999"
+       y1="355.5"
+       x2="335.5"
+       y2="356.79999"
+       id="lg4273_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9,-0.5,0.5,0.9,-121.7,105.1)">
+      <stop
+         style="stop-color:white;stop-opacity:1"
+         offset="0"
+         id="s16041" />
+      <stop
+         style="stop-color:#ccc;stop-opacity:1"
+         offset="1"
+         id="s16043" />
+      <ns:midPointStop
+         style="stop-color:#FFFFFF"
+         offset="5.6e-003" />
+      <ns:midPointStop
+         style="stop-color:#FFFFFF"
+         offset="0.5" />
+      <ns:midPointStop
+         style="stop-color:#CCCCCC"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="334.39999"
+       y1="355.5"
+       x2="335.5"
+       y2="356.79999"
+       id="lg6381"
+       xlink:href="#lg4273_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.9,-1.7,1.7,2.9,-1557,-448.7)" />
+    <linearGradient
+       x1="348.39999"
+       y1="247.39999"
+       x2="354.10001"
+       y2="242"
+       id="lg4271_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(3.4,0,0,3.4,-1148,-802)">
+      <stop
+         style="stop-color:#f2f2f2;stop-opacity:1"
+         offset="0"
+         id="s16025" />
+      <stop
+         style="stop-color:#9e9e9e;stop-opacity:1"
+         offset="0.40000001"
+         id="s16027" />
+      <stop
+         style="stop-color:black;stop-opacity:1"
+         offset="1"
+         id="s16029" />
+      <ns:midPointStop
+         style="stop-color:#F2F2F2"
+         offset="0" />
+      <ns:midPointStop
+         style="stop-color:#F2F2F2"
+         offset="0.5" />
+      <ns:midPointStop
+         style="stop-color:#000000"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="351.29999"
+       y1="257.29999"
+       x2="346.29999"
+       y2="235.5"
+       id="lg4270_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#ffff87;stop-opacity:1"
+         offset="0"
+         id="s16007" />
+      <stop
+         style="stop-color:#ffad00;stop-opacity:1"
+         offset="1"
+         id="s16009" />
+      <ns:midPointStop
+         style="stop-color:#FFFF87"
+         offset="0" />
+      <ns:midPointStop
+         style="stop-color:#FFFF87"
+         offset="0.5" />
+      <ns:midPointStop
+         style="stop-color:#FFAD00"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="351.29999"
+       y1="257.29999"
+       x2="346.29999"
+       y2="235.5"
+       id="lg6459"
+       xlink:href="#lg4270_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(3.4,0,0,3.4,-1148,-802)" />
+    <linearGradient
+       x1="43.799999"
+       y1="32.5"
+       x2="63.299999"
+       y2="66.400002"
+       id="XMLID_2708_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:white;stop-opacity:1"
+         offset="0"
+         id="stop75318" />
+      <stop
+         style="stop-color:#fffcea;stop-opacity:1"
+         offset="1"
+         id="stop75320" />
+      <a:midPointStop
+         style="stop-color:#FFFFFF"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#FFFFFF"
+         offset="0.5" />
+      <a:midPointStop
+         style="stop-color:#FFFCEA"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="43.799999"
+       y1="32.5"
+       x2="63.299999"
+       y2="66.400002"
+       id="lg1907"
+       xlink:href="#XMLID_2708_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-29,-22.6)" />
+    <linearGradient
+       x1="52.5"
+       y1="40.400002"
+       x2="58.200001"
+       y2="64"
+       id="XMLID_2707_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#ffdea0;stop-opacity:1"
+         offset="0"
+         id="stop75305" />
+      <stop
+         style="stop-color:#ffd89e;stop-opacity:1"
+         offset="0.30000001"
+         id="stop75307" />
+      <stop
+         style="stop-color:#ffd79e;stop-opacity:1"
+         offset="0.30000001"
+         id="stop75309" />
+      <stop
+         style="stop-color:#dbaf6d;stop-opacity:1"
+         offset="0.69999999"
+         id="stop75311" />
+      <stop
+         style="stop-color:#6f4c24;stop-opacity:1"
+         offset="1"
+         id="stop75313" />
+      <a:midPointStop
+         style="stop-color:#FFDEA0"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#FFDEA0"
+         offset="0.6" />
+      <a:midPointStop
+         style="stop-color:#FFD79E"
+         offset="0.3" />
+      <a:midPointStop
+         style="stop-color:#FFD79E"
+         offset="0.5" />
+      <a:midPointStop
+         style="stop-color:#DBAF6D"
+         offset="0.7" />
+      <a:midPointStop
+         style="stop-color:#DBAF6D"
+         offset="0.5" />
+      <a:midPointStop
+         style="stop-color:#6F4C24"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="52.5"
+       y1="40.400002"
+       x2="58.200001"
+       y2="64"
+       id="lg1910"
+       xlink:href="#XMLID_2707_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-29,-22.6)" />
+    <linearGradient
+       x1="58"
+       y1="73.199997"
+       x2="44.5"
+       y2="19"
+       id="XMLID_2704_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-29,-22.6)">
+      <stop
+         style="stop-color:#d4a96c;stop-opacity:1"
+         offset="0.5"
+         id="stop75284" />
+      <stop
+         style="stop-color:#dcb273;stop-opacity:1"
+         offset="0.60000002"
+         id="stop75286" />
+      <stop
+         style="stop-color:#f0ca87;stop-opacity:1"
+         offset="0.80000001"
+         id="stop75288" />
+      <stop
+         style="stop-color:#ffdc96;stop-opacity:1"
+         offset="0.69999999"
+         id="stop75290" />
+      <stop
+         style="stop-color:#c18a42;stop-opacity:1"
+         offset="1"
+         id="stop75292" />
+      <a:midPointStop
+         style="stop-color:#D4A96C"
+         offset="0.5" />
+      <a:midPointStop
+         style="stop-color:#D4A96C"
+         offset="0.6" />
+      <a:midPointStop
+         style="stop-color:#FFDC96"
+         offset="0.7" />
+      <a:midPointStop
+         style="stop-color:#FFDC96"
+         offset="0.5" />
+      <a:midPointStop
+         style="stop-color:#C18A42"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="53.700001"
+       y1="32"
+       x2="53.700001"
+       y2="64.599998"
+       id="XMLID_2703_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#e5c9b0;stop-opacity:1"
+         offset="0"
+         id="stop75268" />
+      <stop
+         style="stop-color:#e5c9b0;stop-opacity:1"
+         offset="0.40000001"
+         id="stop75270" />
+      <stop
+         style="stop-color:#c0aa94;stop-opacity:1"
+         offset="1"
+         id="stop75272" />
+      <a:midPointStop
+         style="stop-color:#E5C9B0"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#E5C9B0"
+         offset="0.5" />
+      <a:midPointStop
+         style="stop-color:#E5C9B0"
+         offset="0.4" />
+      <a:midPointStop
+         style="stop-color:#E5C9B0"
+         offset="0.5" />
+      <a:midPointStop
+         style="stop-color:#C0AA94"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="53.700001"
+       y1="32"
+       x2="53.700001"
+       y2="64.599998"
+       id="lg1916"
+       xlink:href="#XMLID_2703_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-29,-22.6)" />
+    <linearGradient
+       x1="224.31"
+       y1="19.450001"
+       x2="214.33"
+       y2="11.46"
+       id="XMLID_419_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#404040;stop-opacity:1"
+         offset="0"
+         id="s1903" />
+      <stop
+         style="stop-color:#6d6d6d;stop-opacity:1"
+         offset="0.33000001"
+         id="s1905" />
+      <stop
+         style="stop-color:#e9e9e9;stop-opacity:1"
+         offset="1"
+         id="s1907" />
+      <a:midPointStop
+         offset="0"
+         style="stop-color:#404040" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#404040" />
+      <a:midPointStop
+         offset="0.33"
+         style="stop-color:#6D6D6D" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#6D6D6D" />
+      <a:midPointStop
+         offset="1"
+         style="stop-color:#E9E9E9" />
+    </linearGradient>
+    <linearGradient
+       x1="221.84"
+       y1="32.779999"
+       x2="212.2"
+       y2="20.27"
+       id="lg1988"
+       xlink:href="#XMLID_419_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)" />
+    <linearGradient
+       x1="228.35001"
+       y1="33.279999"
+       x2="215.42999"
+       y2="33.279999"
+       id="lg1900"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:white;stop-opacity:1"
+         offset="0"
+         id="s1902" />
+      <stop
+         style="stop-color:white;stop-opacity:0"
+         offset="1"
+         id="s1906" />
+      <a:midPointStop
+         style="stop-color:#575757"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#575757"
+         offset="0.5" />
+      <a:midPointStop
+         style="stop-color:#6D6D6D"
+         offset="0.33" />
+      <a:midPointStop
+         style="stop-color:#6D6D6D"
+         offset="0.5" />
+      <a:midPointStop
+         style="stop-color:#D3D3D3"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="234.81"
+       y1="33.279999"
+       x2="228.27"
+       y2="33.279999"
+       id="lg1908"
+       xlink:href="#lg1900"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)" />
+    <linearGradient
+       x1="228.35001"
+       y1="33.279999"
+       x2="215.42999"
+       y2="33.279999"
+       id="XMLID_416_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#575757;stop-opacity:1"
+         offset="0"
+         id="s1874" />
+      <stop
+         style="stop-color:#6d6d6d;stop-opacity:1"
+         offset="0.33000001"
+         id="s1876" />
+      <stop
+         style="stop-color:#d3d3d3;stop-opacity:1"
+         offset="1"
+         id="s1878" />
+      <a:midPointStop
+         offset="0"
+         style="stop-color:#575757" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#575757" />
+      <a:midPointStop
+         offset="0.33"
+         style="stop-color:#6D6D6D" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#6D6D6D" />
+      <a:midPointStop
+         offset="1"
+         style="stop-color:#D3D3D3" />
+    </linearGradient>
+    <linearGradient
+       x1="228.35001"
+       y1="33.279999"
+       x2="215.42999"
+       y2="33.279999"
+       id="lg1991"
+       xlink:href="#XMLID_416_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)" />
+    <radialGradient
+       cx="603.19"
+       cy="230.77"
+       r="1.67"
+       fx="603.19"
+       fy="230.77"
+       id="x5010_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.1,0,0,1.1,-54.33,-75.4)">
+      <stop
+         style="stop-color:#c9ffc9;stop-opacity:1"
+         offset="0"
+         id="stop29201" />
+      <stop
+         style="stop-color:#23a11f;stop-opacity:1"
+         offset="1"
+         id="stop29203" />
+      <a:midPointStop
+         offset="0"
+         style="stop-color:#C9FFC9" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#C9FFC9" />
+      <a:midPointStop
+         offset="1"
+         style="stop-color:#23A11F" />
+    </radialGradient>
+    <radialGradient
+       cx="603.19"
+       cy="230.77"
+       r="1.67"
+       fx="603.19"
+       fy="230.77"
+       id="radialGradient5711"
+       xlink:href="#x5010_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.23,0,0,1.23,-709.93,-245.02)" />
+    <linearGradient
+       x1="592.31"
+       y1="162.60001"
+       x2="609.32001"
+       y2="145.59"
+       id="lg5722"
+       xlink:href="#x5003_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)" />
+    <linearGradient
+       x1="601.48999"
+       y1="170.16"
+       x2="613.84003"
+       y2="170.16"
+       id="x5002_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#d9d9d9;stop-opacity:1"
+         offset="0"
+         id="stop29134" />
+      <stop
+         style="stop-color:white;stop-opacity:1"
+         offset="0.2"
+         id="stop29136" />
+      <stop
+         style="stop-color:#999;stop-opacity:1"
+         offset="1"
+         id="stop29138" />
+      <a:midPointStop
+         offset="0"
+         style="stop-color:#D9D9D9" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#D9D9D9" />
+      <a:midPointStop
+         offset="0.20"
+         style="stop-color:#FFFFFF" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#FFFFFF" />
+      <a:midPointStop
+         offset="1"
+         style="stop-color:#999999" />
+    </linearGradient>
+    <linearGradient
+       x1="601.48999"
+       y1="170.16"
+       x2="613.84003"
+       y2="170.16"
+       id="lg5725"
+       xlink:href="#x5002_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)" />
+    <linearGradient
+       x1="592.20001"
+       y1="156.45"
+       x2="609.98999"
+       y2="174.23"
+       id="x5004_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)">
+      <stop
+         style="stop-color:#d9d9d9;stop-opacity:1"
+         offset="0"
+         id="stop29157" />
+      <stop
+         style="stop-color:white;stop-opacity:1"
+         offset="1"
+         id="stop29159" />
+      <a:midPointStop
+         offset="0"
+         style="stop-color:#D9D9D9" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#D9D9D9" />
+      <a:midPointStop
+         offset="1"
+         style="stop-color:#FFFFFF" />
+    </linearGradient>
+    <linearGradient
+       x1="592.20001"
+       y1="156.45"
+       x2="609.98999"
+       y2="174.23"
+       id="lg5728"
+       xlink:href="#x5004_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)" />
+    <linearGradient
+       x1="592.31"
+       y1="162.60001"
+       x2="609.32001"
+       y2="145.59"
+       id="x5003_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#f2f2f2;stop-opacity:1"
+         offset="0"
+         id="stop29143" />
+      <stop
+         style="stop-color:#e5e5e5;stop-opacity:1"
+         offset="1"
+         id="stop29145" />
+      <a:midPointStop
+         offset="0"
+         style="stop-color:#F2F2F2" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#F2F2F2" />
+      <a:midPointStop
+         offset="1"
+         style="stop-color:#E5E5E5" />
+    </linearGradient>
+    <linearGradient
+       x1="592.31"
+       y1="162.60001"
+       x2="609.32001"
+       y2="145.59"
+       id="lg5732"
+       xlink:href="#x5003_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)" />
+    <linearGradient
+       x1="592.20001"
+       y1="156.45"
+       x2="609.98999"
+       y2="174.24001"
+       id="x5000_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)">
+      <stop
+         style="stop-color:#d9d9d9;stop-opacity:1"
+         offset="0"
+         id="stop29124" />
+      <stop
+         style="stop-color:white;stop-opacity:1"
+         offset="1"
+         id="stop29126" />
+      <a:midPointStop
+         offset="0"
+         style="stop-color:#D9D9D9" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#D9D9D9" />
+      <a:midPointStop
+         offset="1"
+         style="stop-color:#FFFFFF" />
+    </linearGradient>
+    <linearGradient
+       x1="592.20001"
+       y1="156.45"
+       x2="609.98999"
+       y2="174.24001"
+       id="lg5735"
+       xlink:href="#x5000_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)" />
+    <linearGradient
+       x1="308.54999"
+       y1="149.89999"
+       x2="299.72"
+       y2="148.83"
+       id="XMLID_2433_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#d6d6d6;stop-opacity:1"
+         offset="0"
+         id="71615" />
+      <stop
+         style="stop-color:#a5a5a5;stop-opacity:1"
+         offset="1"
+         id="71617" />
+      <a:midPointStop
+         offset="0"
+         style="stop-color:#D6D6D6" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#D6D6D6" />
+      <a:midPointStop
+         offset="1"
+         style="stop-color:#A5A5A5" />
+    </linearGradient>
+    <linearGradient
+       x1="308.54999"
+       y1="149.89999"
+       x2="299.72"
+       y2="148.83"
+       id="lg1952"
+       xlink:href="#XMLID_2433_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.03,0,0,1.03,-279.57,-124.36)" />
+    <radialGradient
+       cx="307.39999"
+       cy="121"
+       r="23.35"
+       fx="307.39999"
+       fy="121"
+       id="XMLID_2432_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.98,0,0,0.98,2.88,2.75)">
+      <stop
+         style="stop-color:#d2d2d2;stop-opacity:1"
+         offset="0.19"
+         id="71592" />
+      <stop
+         style="stop-color:#cfcfcf;stop-opacity:1"
+         offset="0.44999999"
+         id="71594" />
+      <stop
+         style="stop-color:#c7c7c7;stop-opacity:1"
+         offset="0.60000002"
+         id="71596" />
+      <stop
+         style="stop-color:#b9b9b9;stop-opacity:1"
+         offset="0.74000001"
+         id="71598" />
+      <stop
+         style="stop-color:#a4a4a4;stop-opacity:1"
+         offset="0.86000001"
+         id="71600" />
+      <stop
+         style="stop-color:#8a8a8a;stop-opacity:1"
+         offset="0.95999998"
+         id="71602" />
+      <stop
+         style="stop-color:gray;stop-opacity:1"
+         offset="1"
+         id="71604" />
+      <a:midPointStop
+         offset="0.19"
+         style="stop-color:#D2D2D2" />
+      <a:midPointStop
+         offset="0.8"
+         style="stop-color:#D2D2D2" />
+      <a:midPointStop
+         offset="1"
+         style="stop-color:#808080" />
+    </radialGradient>
+    <radialGradient
+       cx="307.39999"
+       cy="121"
+       r="23.35"
+       fx="307.39999"
+       fy="121"
+       id="radialGradient2331"
+       xlink:href="#XMLID_2432_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-276.62,-121.54)" />
+    <linearGradient
+       x1="294.13"
+       y1="127.07"
+       x2="294.13"
+       y2="142.2"
+       id="XMLID_2430_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#b5d8ff;stop-opacity:1"
+         offset="0"
+         id="71582" />
+      <stop
+         style="stop-color:black;stop-opacity:1"
+         offset="1"
+         id="71584" />
+      <a:midPointStop
+         offset="0"
+         style="stop-color:#B5D8FF" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#B5D8FF" />
+      <a:midPointStop
+         offset="1"
+         style="stop-color:#000000" />
+    </linearGradient>
+    <linearGradient
+       x1="294.13"
+       y1="127.07"
+       x2="294.13"
+       y2="142.2"
+       id="lg2820"
+       xlink:href="#XMLID_2430_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.03,0,0,1.03,-279.57,-124.36)" />
+    <linearGradient
+       x1="279.10999"
+       y1="148.03"
+       x2="309.16"
+       y2="148.03"
+       id="XMLID_2429_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#e1e1e1;stop-opacity:1"
+         offset="0"
+         id="71564" />
+      <stop
+         style="stop-color:#e1e1e1;stop-opacity:1"
+         offset="0.25"
+         id="71566" />
+      <stop
+         style="stop-color:#a5a5a5;stop-opacity:1"
+         offset="0.44"
+         id="71568" />
+      <stop
+         style="stop-color:#a5a5a5;stop-opacity:1"
+         offset="1"
+         id="71570" />
+      <a:midPointStop
+         offset="0"
+         style="stop-color:#E1E1E1" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#E1E1E1" />
+      <a:midPointStop
+         offset="0.25"
+         style="stop-color:#E1E1E1" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#E1E1E1" />
+      <a:midPointStop
+         offset="0.44"
+         style="stop-color:#A5A5A5" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#A5A5A5" />
+      <a:midPointStop
+         offset="1"
+         style="stop-color:#A5A5A5" />
+    </linearGradient>
+    <linearGradient
+       x1="279.10999"
+       y1="148.03"
+       x2="309.16"
+       y2="148.03"
+       id="lg2818"
+       xlink:href="#XMLID_2429_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.03,0,0,1.03,-279.57,-124.36)" />
+    <radialGradient
+       cx="622.34302"
+       cy="14.449"
+       r="26.496"
+       fx="622.34302"
+       fy="14.449"
+       id="lg3499_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.851,0,0,0.849,69.297,51.658)">
+      <stop
+         style="stop-color:#23468e;stop-opacity:1"
+         offset="0"
+         id="stop10972" />
+      <stop
+         style="stop-color:#012859;stop-opacity:1"
+         offset="1"
+         id="stop10974" />
+      <a:midPointStop
+         offset="0"
+         style="stop-color:#23468E" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#23468E" />
+      <a:midPointStop
+         offset="1"
+         style="stop-color:#012859" />
+    </radialGradient>
+    <radialGradient
+       cx="622.34302"
+       cy="14.449"
+       r="26.496"
+       fx="622.34302"
+       fy="14.449"
+       id="rg5791"
+       xlink:href="#lg3499_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.858,0,0,0.857,-511.7,9.02)" />
+    <linearGradient
+       x1="616.112"
+       y1="76.247002"
+       x2="588.14099"
+       y2="60.742001"
+       id="lg3497_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#01326e;stop-opacity:1"
+         offset="0"
+         id="stop10962" />
+      <stop
+         style="stop-color:#012859;stop-opacity:1"
+         offset="1"
+         id="stop10964" />
+      <a:midPointStop
+         offset="0"
+         style="stop-color:#01326E" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#01326E" />
+      <a:midPointStop
+         offset="1"
+         style="stop-color:#012859" />
+    </linearGradient>
+    <linearGradient
+       x1="617.698"
+       y1="82.445999"
+       x2="585.95203"
+       y2="54.848999"
+       id="lg3496_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#e5e5e5;stop-opacity:1"
+         offset="0"
+         id="stop10950" />
+      <stop
+         style="stop-color:#ccc;stop-opacity:1"
+         offset="1"
+         id="stop10952" />
+      <a:midPointStop
+         offset="0"
+         style="stop-color:#E5E5E5" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#E5E5E5" />
+      <a:midPointStop
+         offset="1"
+         style="stop-color:#CCCCCC" />
+    </linearGradient>
+    <linearGradient
+       x1="617.698"
+       y1="82.445999"
+       x2="585.95203"
+       y2="54.848999"
+       id="lg5794"
+       xlink:href="#lg3496_"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       x1="601.39001"
+       y1="55.341"
+       x2="588.29199"
+       y2="71.515999"
+       id="lg3495_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#d9d9d9;stop-opacity:1"
+         offset="0"
+         id="stop10941" />
+      <stop
+         style="stop-color:#f2f2f2;stop-opacity:1"
+         offset="0.52200001"
+         id="stop10943" />
+      <stop
+         style="stop-color:#ccc;stop-opacity:1"
+         offset="1"
+         id="stop10945" />
+      <a:midPointStop
+         offset="0"
+         style="stop-color:#D9D9D9" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#D9D9D9" />
+      <a:midPointStop
+         offset="0.522"
+         style="stop-color:#F2F2F2" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#F2F2F2" />
+      <a:midPointStop
+         offset="1"
+         style="stop-color:#CCCCCC" />
+    </linearGradient>
+    <linearGradient
+       x1="601.39001"
+       y1="55.341"
+       x2="588.29199"
+       y2="71.515999"
+       id="lg5771"
+       xlink:href="#lg3495_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.009,0,0,1.009,-581.615,-43.098)" />
+    <linearGradient
+       x1="611.34601"
+       y1="55.279999"
+       x2="590.39001"
+       y2="81.157997"
+       id="lg3494_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#d9d9d9;stop-opacity:1"
+         offset="0"
+         id="stop10932" />
+      <stop
+         style="stop-color:#f2f2f2;stop-opacity:1"
+         offset="0.52200001"
+         id="stop10934" />
+      <stop
+         style="stop-color:#ccc;stop-opacity:1"
+         offset="1"
+         id="stop10936" />
+      <a:midPointStop
+         offset="0"
+         style="stop-color:#D9D9D9" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#D9D9D9" />
+      <a:midPointStop
+         offset="0.522"
+         style="stop-color:#F2F2F2" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#F2F2F2" />
+      <a:midPointStop
+         offset="1"
+         style="stop-color:#CCCCCC" />
+    </linearGradient>
+    <linearGradient
+       x1="611.34601"
+       y1="55.279999"
+       x2="590.39001"
+       y2="81.157997"
+       id="lg5774"
+       xlink:href="#lg3494_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.009,0,0,1.009,-581.616,-43.098)" />
+    <linearGradient
+       x1="798.72998"
+       y1="69.839996"
+       x2="799.04999"
+       y2="70.709999"
+       id="g3302_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#005e00;stop-opacity:1"
+         offset="0"
+         id="s6504" />
+      <stop
+         style="stop-color:#23a11f;stop-opacity:1"
+         offset="1"
+         id="s6506" />
+      <a:midPointstop
+         style="stop-color:#005E00"
+         offset="0" />
+      <a:midPointstop
+         style="stop-color:#005E00"
+         offset="0.5" />
+      <a:midPointstop
+         style="stop-color:#23A11F"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="798.72998"
+       y1="69.839996"
+       x2="799.04999"
+       y2="70.709999"
+       id="lg5851"
+       xlink:href="#g3302_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.204,0,0,1.263,-926.036,-60.001)" />
+    <linearGradient
+       x1="779.19"
+       y1="122.73"
+       x2="811.69"
+       y2="149.74001"
+       id="g3301_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,-0.25,0,1,0,129.19)">
+      <stop
+         style="stop-color:#f2f2f2;stop-opacity:1"
+         offset="0"
+         id="s6483" />
+      <stop
+         style="stop-color:#eee;stop-opacity:1"
+         offset="0.17"
+         id="s6485" />
+      <stop
+         style="stop-color:#e3e3e3;stop-opacity:1"
+         offset="0.34"
+         id="s6487" />
+      <stop
+         style="stop-color:#cfcfcf;stop-opacity:1"
+         offset="0.50999999"
+         id="s6489" />
+      <stop
+         style="stop-color:#b4b4b4;stop-opacity:1"
+         offset="0.67000002"
+         id="s6491" />
+      <stop
+         style="stop-color:#919191;stop-opacity:1"
+         offset="0.83999997"
+         id="s6493" />
+      <stop
+         style="stop-color:#666;stop-opacity:1"
+         offset="1"
+         id="s6495" />
+      <a:midPointstop
+         style="stop-color:#F2F2F2"
+         offset="0" />
+      <a:midPointstop
+         style="stop-color:#F2F2F2"
+         offset="0.71" />
+      <a:midPointstop
+         style="stop-color:#666666"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="779.19"
+       y1="122.73"
+       x2="811.69"
+       y2="149.74001"
+       id="lg5855"
+       xlink:href="#g3301_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.204,-0.316,0,1.263,-926.036,103.123)" />
+    <clipPath
+       id="g3299_">
+      <use
+         id="use6469"
+         x="0"
+         y="0"
+         width="1005.92"
+         height="376.97"
+         xlink:href="#g101_" />
+    </clipPath>
+    <radialGradient
+       cx="1189.9301"
+       cy="100.05"
+       r="40.400002"
+       fx="1189.9301"
+       fy="100.05"
+       id="g3300_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.34,-8.46e-2,0,0.34,394.16,137.13)">
+      <stop
+         style="stop-color:white;stop-opacity:1"
+         offset="0"
+         id="s6472" />
+      <stop
+         style="stop-color:white;stop-opacity:0"
+         offset="1"
+         id="s6474" />
+      <a:midPointstop
+         style="stop-color:#FFFFFF"
+         offset="0" />
+      <a:midPointstop
+         style="stop-color:#FFFFFF"
+         offset="0.5" />
+      <a:midPointstop
+         style="stop-color:#000000"
+         offset="1" />
+    </radialGradient>
+    <radialGradient
+       cx="1199.74"
+       cy="97.150002"
+       r="40.400002"
+       fx="1199.74"
+       fy="97.150002"
+       id="rg5860"
+       xlink:href="#g3300_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.409,-0.107,0,0.429,-451.489,113.149)" />
+    <linearGradient
+       x1="796.38"
+       y1="67.580002"
+       x2="781.28003"
+       y2="58.549999"
+       id="g3298_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#4c8bca;stop-opacity:1"
+         offset="0"
+         id="s6462" />
+      <stop
+         style="stop-color:#b7e9ff;stop-opacity:1"
+         offset="1"
+         id="s6464" />
+      <a:midPointstop
+         style="stop-color:#4C8BCA"
+         offset="0" />
+      <a:midPointstop
+         style="stop-color:#4C8BCA"
+         offset="0.5" />
+      <a:midPointstop
+         style="stop-color:#B7E9FF"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="800.97998"
+       y1="140.72"
+       x2="777.71997"
+       y2="121.76"
+       id="g3297_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,-0.25,0,1,0,129.19)">
+      <stop
+         style="stop-color:#e5e5e5;stop-opacity:1"
+         offset="0"
+         id="s6448" />
+      <stop
+         style="stop-color:#ccc;stop-opacity:1"
+         offset="1"
+         id="s6450" />
+      <a:midPointstop
+         style="stop-color:#E5E5E5"
+         offset="0" />
+      <a:midPointstop
+         style="stop-color:#E5E5E5"
+         offset="0.5" />
+      <a:midPointstop
+         style="stop-color:#CCCCCC"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="800.97998"
+       y1="140.72"
+       x2="777.71997"
+       y2="121.76"
+       id="lg5890"
+       xlink:href="#g3297_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,-0.25,0,1,0,129.19)" />
+    <linearGradient
+       x1="790.03998"
+       y1="-16.33"
+       x2="779.84003"
+       y2="-3.73"
+       id="g3296_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,70.17)">
+      <stop
+         style="stop-color:#d9d9d9;stop-opacity:1"
+         offset="0"
+         id="s6439" />
+      <stop
+         style="stop-color:#f2f2f2;stop-opacity:1"
+         offset="0.51999998"
+         id="s6441" />
+      <stop
+         style="stop-color:#ccc;stop-opacity:1"
+         offset="1"
+         id="s6443" />
+      <a:midPointstop
+         style="stop-color:#D9D9D9"
+         offset="0" />
+      <a:midPointstop
+         style="stop-color:#D9D9D9"
+         offset="0.5" />
+      <a:midPointstop
+         style="stop-color:#F2F2F2"
+         offset="0.52" />
+      <a:midPointstop
+         style="stop-color:#F2F2F2"
+         offset="0.5" />
+      <a:midPointstop
+         style="stop-color:#CCCCCC"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="790.03998"
+       y1="-16.33"
+       x2="779.84003"
+       y2="-3.73"
+       id="lg5866"
+       xlink:href="#g3296_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.204,0,0,1.263,-926.036,28.6)" />
+    <linearGradient
+       x1="785.84003"
+       y1="72.989998"
+       x2="785.26001"
+       y2="76.279999"
+       id="g3293_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:white;stop-opacity:1"
+         offset="0"
+         id="s6412" />
+      <stop
+         style="stop-color:#737373;stop-opacity:1"
+         offset="1"
+         id="s6414" />
+      <a:midPointstop
+         style="stop-color:#FFFFFF"
+         offset="0" />
+      <a:midPointstop
+         style="stop-color:#FFFFFF"
+         offset="0.5" />
+      <a:midPointstop
+         style="stop-color:#737373"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="785.84003"
+       y1="72.989998"
+       x2="785.26001"
+       y2="76.279999"
+       id="lg5871"
+       xlink:href="#g3293_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.204,0,0,1.263,-926.036,-60.001)" />
+    <linearGradient
+       x1="789.37"
+       y1="69.879997"
+       x2="791.03998"
+       y2="77.120003"
+       id="g3292_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#999;stop-opacity:1"
+         offset="0"
+         id="s6403" />
+      <stop
+         style="stop-color:#f2f2f2;stop-opacity:1"
+         offset="0.28"
+         id="s6405" />
+      <stop
+         style="stop-color:#666;stop-opacity:1"
+         offset="1"
+         id="s6407" />
+      <a:midPointstop
+         style="stop-color:#999999"
+         offset="0" />
+      <a:midPointstop
+         style="stop-color:#999999"
+         offset="0.5" />
+      <a:midPointstop
+         style="stop-color:#F2F2F2"
+         offset="0.28" />
+      <a:midPointstop
+         style="stop-color:#F2F2F2"
+         offset="0.5" />
+      <a:midPointstop
+         style="stop-color:#666666"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="789.37"
+       y1="69.879997"
+       x2="791.03998"
+       y2="77.120003"
+       id="lg5874"
+       xlink:href="#g3292_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.204,0,0,1.263,-926.036,-60.001)" />
+    <linearGradient
+       x1="786.65997"
+       y1="136.12"
+       x2="786.71002"
+       y2="134.33"
+       id="g3290_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,-0.25,0,1,0,137.29)">
+      <stop
+         style="stop-color:#d9d9d9;stop-opacity:1"
+         offset="0"
+         id="s6380" />
+      <stop
+         style="stop-color:#b2b2b2;stop-opacity:1"
+         offset="1"
+         id="s6382" />
+      <a:midPointstop
+         style="stop-color:#D9D9D9"
+         offset="0" />
+      <a:midPointstop
+         style="stop-color:#D9D9D9"
+         offset="0.5" />
+      <a:midPointstop
+         style="stop-color:#B2B2B2"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="786.65997"
+       y1="136.12"
+       x2="786.71002"
+       y2="134.33"
+       id="lg5878"
+       xlink:href="#g3290_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.204,-0.316,0,1.263,-926.036,113.351)" />
+    <radialGradient
+       cx="1458.77"
+       cy="-5.0999999"
+       r="35.130001"
+       fx="1458.77"
+       fy="-5.0999999"
+       id="g3289_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.42,0,0,0.42,167.09,79.84)">
+      <stop
+         style="stop-color:white;stop-opacity:1"
+         offset="0"
+         id="s6371" />
+      <stop
+         style="stop-color:#999;stop-opacity:1"
+         offset="1"
+         id="s6373" />
+      <a:midPointstop
+         style="stop-color:#FFFFFF"
+         offset="0" />
+      <a:midPointstop
+         style="stop-color:#FFFFFF"
+         offset="0.5" />
+      <a:midPointstop
+         style="stop-color:#999999"
+         offset="1" />
+    </radialGradient>
+    <radialGradient
+       cx="1458.77"
+       cy="-5.0999999"
+       r="35.130001"
+       fx="1458.77"
+       fy="-5.0999999"
+       id="rg5881"
+       xlink:href="#g3289_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.505,0,0,0.53,-724.957,40.636)" />
+    <radialGradient
+       cx="1612.98"
+       cy="-4.4699998"
+       r="36.580002"
+       fx="1612.98"
+       fy="-4.4699998"
+       id="g3288_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.34,0,0,0.36,238.56,86.87)">
+      <stop
+         style="stop-color:#e5e5e5;stop-opacity:1"
+         offset="0"
+         id="s6362" />
+      <stop
+         style="stop-color:#b2b2b2;stop-opacity:1"
+         offset="0.63999999"
+         id="s6364" />
+      <stop
+         style="stop-color:#737373;stop-opacity:1"
+         offset="1"
+         id="s6366" />
+      <a:midPointstop
+         style="stop-color:#E5E5E5"
+         offset="0" />
+      <a:midPointstop
+         style="stop-color:#E5E5E5"
+         offset="0.5" />
+      <a:midPointstop
+         style="stop-color:#B2B2B2"
+         offset="0.64" />
+      <a:midPointstop
+         style="stop-color:#B2B2B2"
+         offset="0.5" />
+      <a:midPointstop
+         style="stop-color:#737373"
+         offset="1" />
+    </radialGradient>
+    <radialGradient
+       cx="1612.98"
+       cy="-4.4699998"
+       r="36.580002"
+       fx="1612.98"
+       fy="-4.4699998"
+       id="rg5884"
+       xlink:href="#g3288_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.408,0,0,0.448,-638.943,49.495)" />
+    <radialGradient
+       cx="1470.5"
+       cy="-10.21"
+       r="33.290001"
+       fx="1470.5"
+       fy="-10.21"
+       id="g3287_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.42,0,0,0.42,167.09,79.84)">
+      <stop
+         style="stop-color:#e5e5e5;stop-opacity:1"
+         offset="0"
+         id="s6347" />
+      <stop
+         style="stop-color:#b2b2b2;stop-opacity:1"
+         offset="0.38999999"
+         id="s6349" />
+      <stop
+         style="stop-color:#b1b1b1;stop-opacity:1"
+         offset="0.75"
+         id="s6351" />
+      <stop
+         style="stop-color:#aaa;stop-opacity:1"
+         offset="0.88"
+         id="s6353" />
+      <stop
+         style="stop-color:#9e9e9e;stop-opacity:1"
+         offset="0.97000003"
+         id="s6355" />
+      <stop
+         style="stop-color:#999;stop-opacity:1"
+         offset="1"
+         id="s6357" />
+      <a:midPointstop
+         style="stop-color:#E5E5E5"
+         offset="0" />
+      <a:midPointstop
+         style="stop-color:#E5E5E5"
+         offset="0.5" />
+      <a:midPointstop
+         style="stop-color:#B2B2B2"
+         offset="0.39" />
+      <a:midPointstop
+         style="stop-color:#B2B2B2"
+         offset="0.87" />
+      <a:midPointstop
+         style="stop-color:#999999"
+         offset="1" />
+    </radialGradient>
+    <radialGradient
+       cx="1470.5"
+       cy="-10.21"
+       r="33.290001"
+       fx="1470.5"
+       fy="-10.21"
+       id="rg5887"
+       xlink:href="#g3287_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.505,0,0,0.53,-724.957,40.636)" />
+    <pattern
+       patternTransform="matrix(0.592927,0,0,0.592927,78,462)"
+       id="cream-spots"
+       height="32"
+       width="32"
+       patternUnits="userSpaceOnUse">
+      <g
+         transform="translate(-365.3146,-513.505)"
+         id="g3047">
+           id=&quot;path2858&quot; /&gt;
+        <path
+   inkscape:label="#path2854"
+   sodipodi:nodetypes="czzzz"
+   style="fill:#e3dcc0"
+   id="path3060"
+   d="M 390.31462,529.50504 C 390.31462,534.47304 386.28262,538.50504 381.31462,538.50504 C 376.34662,538.50504 372.31462,534.47304 372.31462,529.50504 C 372.31462,524.53704 376.34662,520.50504 381.31462,520.50504 C 386.28262,520.50504 390.31462,524.53704 390.31462,529.50504 z " />
+</g>
+    </pattern>
+    <pattern
+       patternTransform="matrix(0.733751,0,0,0.733751,67,367)"
+       id="dark-cream-spots"
+       height="32"
+       width="32"
+       patternUnits="userSpaceOnUse">
+      <g
+         transform="translate(-408.0946,-513.505)"
+         id="dark-cream-spot"
+         inkscape:label="#g3043">
+        <path
+           sodipodi:nodetypes="czzzz"
+           style="fill:#c8c5ac"
+           d="M 433.09458,529.50504 C 433.09458,534.47304 429.06258,538.50504 424.09458,538.50504 C 419.12658,538.50504 415.09458,534.47304 415.09458,529.50504 C 415.09458,524.53704 419.12658,520.50504 424.09458,520.50504 C 429.06258,520.50504 433.09458,524.53704 433.09458,529.50504 z "
+           id="path2953" />
+      </g>
+    </pattern>
+    <pattern
+       patternTransform="matrix(0.375,0,0,0.375,379,400)"
+       id="white-spots"
+       height="32"
+       width="32"
+       patternUnits="userSpaceOnUse">
+      <g
+         transform="translate(-484.3997,-513.505)"
+         id="white-spot"
+         inkscape:label="#g3035">
+        <path
+           style="opacity:0.25;fill:white"
+           id="path3033"
+           d="M 509.39967,529.50504 C 509.39967,534.47304 505.36767,538.50504 500.39967,538.50504 C 495.43167,538.50504 491.39967,534.47304 491.39967,529.50504 C 491.39967,524.53704 495.43167,520.50504 500.39967,520.50504 C 505.36767,520.50504 509.39967,524.53704 509.39967,529.50504 z "
+           sodipodi:nodetypes="czzzz" />
+      </g>
+    </pattern>
+    <pattern
+       patternTransform="matrix(0.455007,0,0,0.455007,-5e-5,1.9e-5)"
+       id="black-spots"
+       height="32"
+       width="32"
+       patternUnits="userSpaceOnUse">
+      <g
+         transform="translate(-448.3997,-513.505)"
+         id="black-spot"
+         inkscape:label="#g3039">
+        <path
+           sodipodi:nodetypes="czzzz"
+           d="M 473.39967,529.50504 C 473.39967,534.47304 469.36767,538.50504 464.39967,538.50504 C 459.43167,538.50504 455.39967,534.47304 455.39967,529.50504 C 455.39967,524.53704 459.43167,520.50504 464.39967,520.50504 C 469.36767,520.50504 473.39967,524.53704 473.39967,529.50504 z "
+           id="path2961"
+           style="opacity:0.25;fill:black" />
+      </g>
+    </pattern>
+    <linearGradient
+       x1="501.0903"
+       y1="-19.2544"
+       x2="531.85413"
+       y2="0.72390002"
+       id="linearGradient17334"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6868,0.4269,-0.9821,0.821,111.6149,-5.7901)">
+      <stop
+         style="stop-color:#b4daea;stop-opacity:1"
+         offset="0"
+         id="stop17336" />
+      <stop
+         style="stop-color:#b4daea;stop-opacity:1"
+         offset="0.51120001"
+         id="stop17338" />
+      <stop
+         style="stop-color:#5387ba;stop-opacity:1"
+         offset="0.64609998"
+         id="stop17340" />
+      <stop
+         style="stop-color:#16336e;stop-opacity:1"
+         offset="1"
+         id="stop17342" />
+      <a:midPointStop
+         offset="0"
+         style="stop-color:#B4DAEA" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#B4DAEA" />
+      <a:midPointStop
+         offset="0.5112"
+         style="stop-color:#B4DAEA" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#B4DAEA" />
+      <a:midPointStop
+         offset="0.6461"
+         style="stop-color:#5387BA" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#5387BA" />
+      <a:midPointStop
+         offset="1"
+         style="stop-color:#16336E" />
+    </linearGradient>
+    <linearGradient
+       x1="415.73831"
+       y1="11.854"
+       x2="418.13361"
+       y2="18.8104"
+       id="linearGradient17426"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8362,0.5206,-1.1904,0.992,147.62,-30.9374)">
+      <stop
+         style="stop-color:#ccc;stop-opacity:1"
+         offset="0"
+         id="stop17428" />
+      <stop
+         style="stop-color:#f2f2f2;stop-opacity:1"
+         offset="1"
+         id="stop17430" />
+      <a:midPointStop
+         offset="0"
+         style="stop-color:#CCCCCC" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#CCCCCC" />
+      <a:midPointStop
+         offset="1"
+         style="stop-color:#F2F2F2" />
+    </linearGradient>
+    <linearGradient
+       x1="478.21341"
+       y1="-131.9297"
+       x2="469.85818"
+       y2="-140.28481"
+       id="linearGradient17434"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.5592,0.829,-0.829,0.5592,101.3357,-104.791)">
+      <stop
+         style="stop-color:#f3403f;stop-opacity:1"
+         offset="0"
+         id="stop17436" />
+      <stop
+         style="stop-color:#d02a28;stop-opacity:1"
+         offset="0.37889999"
+         id="stop17438" />
+      <stop
+         style="stop-color:#b21714;stop-opacity:1"
+         offset="0.77649999"
+         id="stop17440" />
+      <stop
+         style="stop-color:#a6100c;stop-opacity:1"
+         offset="1"
+         id="stop17442" />
+      <a:midPointStop
+         offset="0"
+         style="stop-color:#F3403F" />
+      <a:midPointStop
+         offset="0.4213"
+         style="stop-color:#F3403F" />
+      <a:midPointStop
+         offset="1"
+         style="stop-color:#A6100C" />
+    </linearGradient>
+    <linearGradient
+       x1="502.70749"
+       y1="115.3013"
+       x2="516.39001"
+       y2="127.1953"
+       id="linearGradient17709"
+       xlink:href="#XMLID_1749_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9703,0.2419,-0.2419,0.9703,11.0227,-35.6159)" />
+    <linearGradient
+       x1="506.09909"
+       y1="-11.5137"
+       x2="527.99609"
+       y2="2.7063999"
+       id="linearGradient17711"
+       xlink:href="#XMLID_1752_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6868,0.4269,-0.9821,0.821,111.6149,-5.7901)" />
+    <linearGradient
+       x1="516.57672"
+       y1="-15.769"
+       x2="516.57672"
+       y2="0.84280002"
+       id="linearGradient17713"
+       xlink:href="#XMLID_1753_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6868,0.4269,-0.9821,0.821,111.6149,-5.7901)" />
+    <linearGradient
+       x1="505.62939"
+       y1="-14.9526"
+       x2="527.49402"
+       y2="-0.7536"
+       id="linearGradient17715"
+       xlink:href="#XMLID_1756_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6868,0.4269,-0.9821,0.821,111.6149,-5.7901)" />
+    <linearGradient
+       x1="500.70749"
+       y1="-13.2441"
+       x2="513.46442"
+       y2="-2.1547"
+       id="linearGradient17717"
+       xlink:href="#XMLID_1757_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6868,0.4269,-0.9821,0.821,111.6149,-5.7901)" />
+    <linearGradient
+       x1="473.7681"
+       y1="209.17529"
+       x2="486.98099"
+       y2="213.2001"
+       id="linearGradient17721"
+       xlink:href="#XMLID_2274_"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       x1="481.23969"
+       y1="212.5742"
+       x2="472.92981"
+       y2="207.4967"
+       id="linearGradient17723"
+       xlink:href="#XMLID_2275_"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       x1="500.70749"
+       y1="-13.2441"
+       x2="513.46442"
+       y2="-2.1547"
+       id="linearGradient17416"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6868,0.4269,-0.9821,0.821,111.6149,-5.7901)">
+      <stop
+         style="stop-color:#5387ba;stop-opacity:1"
+         offset="0"
+         id="stop17418" />
+      <stop
+         style="stop-color:#96bad6;stop-opacity:1"
+         offset="1"
+         id="stop17420" />
+      <a:midPointStop
+         style="stop-color:#5387BA"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#5387BA"
+         offset="0.5" />
+      <a:midPointStop
+         style="stop-color:#96BAD6"
+         offset="1" />
+    </linearGradient>
+    <defs
+       id="defs9929">
+      <path
+         d="M 489.21,209.35 L 485.35,203.63 C 483.63,204.25 473.47,208.93 471.5,210.18 C 470.57,210.77 470.17,211.16 469.72,212.48 C 470.93,212.31 471.72,212.49 473.42,213.04 C 473.26,214.77 473.24,215.74 473.57,218.2 C 474.01,216.88 474.41,216.49 475.34,215.9 C 477.33,214.65 487.49,209.97 489.21,209.35 z "
+         id="XMLID_960_" />
+    </defs>
+    <clipPath
+       id="clipPath17448">
+      <use
+         id="use17450"
+         x="0"
+         y="0"
+         width="744.09448"
+         height="600"
+         xlink:href="#XMLID_960_" />
+    </clipPath>
+    <linearGradient
+       x1="473.7681"
+       y1="209.17529"
+       x2="486.98099"
+       y2="213.2001"
+       id="linearGradient17452"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#f3403f;stop-opacity:1"
+         offset="0"
+         id="stop17454" />
+      <stop
+         style="stop-color:#d02a28;stop-opacity:1"
+         offset="0.37889999"
+         id="stop17456" />
+      <stop
+         style="stop-color:#b21714;stop-opacity:1"
+         offset="0.77649999"
+         id="stop17458" />
+      <stop
+         style="stop-color:#a6100c;stop-opacity:1"
+         offset="1"
+         id="stop17460" />
+      <a:midPointStop
+         style="stop-color:#F3403F"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#F3403F"
+         offset="0.4213" />
+      <a:midPointStop
+         style="stop-color:#A6100C"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="481.23969"
+       y1="212.5742"
+       x2="472.92981"
+       y2="207.4967"
+       id="linearGradient17463"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#f3403f;stop-opacity:1"
+         offset="0"
+         id="stop17465" />
+      <stop
+         style="stop-color:#d02a28;stop-opacity:1"
+         offset="0.37889999"
+         id="stop17467" />
+      <stop
+         style="stop-color:#b21714;stop-opacity:1"
+         offset="0.77649999"
+         id="stop17469" />
+      <stop
+         style="stop-color:#a6100c;stop-opacity:1"
+         offset="1"
+         id="stop17471" />
+      <a:midPointStop
+         style="stop-color:#F3403F"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#F3403F"
+         offset="0.4213" />
+      <a:midPointStop
+         style="stop-color:#A6100C"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="481.23969"
+       y1="212.5742"
+       x2="472.92981"
+       y2="207.4967"
+       id="linearGradient17807"
+       xlink:href="#XMLID_2275_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-177.1654,35.43307)" />
+    <linearGradient
+       x1="473.7681"
+       y1="209.17529"
+       x2="486.98099"
+       y2="213.2001"
+       id="linearGradient17810"
+       xlink:href="#XMLID_2274_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-177.1654,35.43307)" />
+    <linearGradient
+       x1="502.70749"
+       y1="115.3013"
+       x2="516.39001"
+       y2="127.1953"
+       id="linearGradient17812"
+       xlink:href="#XMLID_1749_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9703,0.2419,-0.2419,0.9703,11.0227,-35.6159)" />
+    <linearGradient
+       x1="506.09909"
+       y1="-11.5137"
+       x2="527.99609"
+       y2="2.7063999"
+       id="linearGradient17814"
+       xlink:href="#XMLID_1752_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6868,0.4269,-0.9821,0.821,111.6149,-5.7901)" />
+    <linearGradient
+       x1="516.57672"
+       y1="-15.769"
+       x2="516.57672"
+       y2="0.84280002"
+       id="linearGradient17816"
+       xlink:href="#XMLID_1753_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6868,0.4269,-0.9821,0.821,111.6149,-5.7901)" />
+    <linearGradient
+       x1="505.62939"
+       y1="-14.9526"
+       x2="527.49402"
+       y2="-0.7536"
+       id="linearGradient17818"
+       xlink:href="#XMLID_1756_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6868,0.4269,-0.9821,0.821,111.6149,-5.7901)" />
+    <linearGradient
+       x1="502.70749"
+       y1="115.3013"
+       x2="516.39001"
+       y2="127.1953"
+       id="linearGradient17347"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9703,0.2419,-0.2419,0.9703,11.0227,-35.6159)">
+      <stop
+         style="stop-color:#5387ba;stop-opacity:1"
+         offset="0"
+         id="stop17349" />
+      <stop
+         style="stop-color:#96bad6;stop-opacity:1"
+         offset="1"
+         id="stop17351" />
+      <a:midPointStop
+         offset="0"
+         style="stop-color:#5387BA" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#5387BA" />
+      <a:midPointStop
+         offset="1"
+         style="stop-color:#96BAD6" />
+    </linearGradient>
+    <linearGradient
+       x1="516.57672"
+       y1="-15.769"
+       x2="516.57672"
+       y2="0.84280002"
+       id="linearGradient17379"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6868,0.4269,-0.9821,0.821,111.6149,-5.7901)">
+      <stop
+         style="stop-color:#b2b2b2;stop-opacity:1"
+         offset="0"
+         id="stop17381" />
+      <stop
+         style="stop-color:#f2f2f2;stop-opacity:1"
+         offset="1"
+         id="stop17383" />
+      <a:midPointStop
+         offset="0"
+         style="stop-color:#B2B2B2" />
+      <a:midPointStop
+         offset="0.5"
+         style="stop-color:#B2B2B2" />
+      <a:midPointStop
+         offset="1"
+         style="stop-color:#F2F2F2" />
+    </linearGradient>
+    <linearGradient
+       x1="502.70749"
+       y1="115.3013"
+       x2="516.39001"
+       y2="127.1953"
+       id="linearGradient17862"
+       xlink:href="#XMLID_1749_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9703,0.2419,-0.2419,0.9703,-166.1427,-0.18283)" />
+    <linearGradient
+       x1="505.62939"
+       y1="-14.9526"
+       x2="527.49402"
+       y2="-0.7536"
+       id="linearGradient17864"
+       xlink:href="#XMLID_1756_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6868,0.4269,-0.9821,0.821,111.6149,-5.7901)" />
+    <defs
+       id="defs3859">
+      <polygon
+         points="465.54,213.52 481.94,217.46 482.74,216.71 487.46,198.05 471.08,194.07 470.26,194.83 465.54,213.52 "
+         id="XMLID_343_" />
+    </defs>
+    <linearGradient
+       x1="471.0806"
+       y1="201.07761"
+       x2="481.91711"
+       y2="210.4977"
+       id="linearGradient17389"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#6498c1;stop-opacity:1"
+         offset="0.005618"
+         id="stop17391" />
+      <stop
+         style="stop-color:#79a9cc;stop-opacity:1"
+         offset="0.2332"
+         id="stop17393" />
+      <stop
+         style="stop-color:#a4cde2;stop-opacity:1"
+         offset="0.74049997"
+         id="stop17395" />
+      <stop
+         style="stop-color:#b4daea;stop-opacity:1"
+         offset="1"
+         id="stop17397" />
+      <a:midPointStop
+         style="stop-color:#6498C1"
+         offset="5.618000e-003" />
+      <a:midPointStop
+         style="stop-color:#6498C1"
+         offset="0.4438" />
+      <a:midPointStop
+         style="stop-color:#B4DAEA"
+         offset="1" />
+    </linearGradient>
+    <clipPath
+       id="clipPath17400">
+      <use
+         id="use17402"
+         x="0"
+         y="0"
+         width="744.09448"
+         height="600"
+         xlink:href="#XMLID_343_" />
+    </clipPath>
+    <linearGradient
+       x1="505.62939"
+       y1="-14.9526"
+       x2="527.49402"
+       y2="-0.7536"
+       id="linearGradient17404"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6868,0.4269,-0.9821,0.821,111.6149,-5.7901)">
+      <stop
+         style="stop-color:#b4daea;stop-opacity:1"
+         offset="0"
+         id="stop17406" />
+      <stop
+         style="stop-color:#b4daea;stop-opacity:1"
+         offset="0.51120001"
+         id="stop17408" />
+      <stop
+         style="stop-color:#5387ba;stop-opacity:1"
+         offset="0.64609998"
+         id="stop17410" />
+      <stop
+         style="stop-color:#16336e;stop-opacity:1"
+         offset="1"
+         id="stop17412" />
+      <a:midPointStop
+         style="stop-color:#B4DAEA"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#B4DAEA"
+         offset="0.5" />
+      <a:midPointStop
+         style="stop-color:#B4DAEA"
+         offset="0.5112" />
+      <a:midPointStop
+         style="stop-color:#B4DAEA"
+         offset="0.5" />
+      <a:midPointStop
+         style="stop-color:#5387BA"
+         offset="0.6461" />
+      <a:midPointStop
+         style="stop-color:#5387BA"
+         offset="0.5" />
+      <a:midPointStop
+         style="stop-color:#16336E"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="506.09909"
+       y1="-11.5137"
+       x2="527.99609"
+       y2="2.7063999"
+       id="linearGradient17882"
+       xlink:href="#XMLID_1752_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6868,0.4269,-0.9821,0.821,111.6149,-5.7901)" />
+    <defs
+       id="defs3826">
+      <polygon
+         points="463.52,216.14 480.56,220.24 481.36,219.5 483.03,202.04 469.05,196.69 468.24,197.45 463.52,216.14 "
+         id="XMLID_338_" />
+    </defs>
+    <linearGradient
+       x1="468.2915"
+       y1="204.7612"
+       x2="479.39871"
+       y2="214.4166"
+       id="linearGradient17357"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#5387ba;stop-opacity:1"
+         offset="0"
+         id="stop17359" />
+      <stop
+         style="stop-color:#96bad6;stop-opacity:1"
+         offset="1"
+         id="stop17361" />
+      <a:midPointStop
+         style="stop-color:#5387BA"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#5387BA"
+         offset="0.5" />
+      <a:midPointStop
+         style="stop-color:#96BAD6"
+         offset="1" />
+    </linearGradient>
+    <clipPath
+       id="clipPath17364">
+      <use
+         id="use17366"
+         x="0"
+         y="0"
+         width="744.09448"
+         height="600"
+         xlink:href="#XMLID_338_" />
+    </clipPath>
+    <linearGradient
+       x1="506.09909"
+       y1="-11.5137"
+       x2="527.99609"
+       y2="2.7063999"
+       id="linearGradient17368"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6868,0.4269,-0.9821,0.821,111.6149,-5.7901)">
+      <stop
+         style="stop-color:#b4daea;stop-opacity:1"
+         offset="0"
+         id="stop17370" />
+      <stop
+         style="stop-color:#b4daea;stop-opacity:1"
+         offset="0.51120001"
+         id="stop17372" />
+      <stop
+         style="stop-color:#5387ba;stop-opacity:1"
+         offset="0.64609998"
+         id="stop17374" />
+      <stop
+         style="stop-color:#16336e;stop-opacity:1"
+         offset="1"
+         id="stop17376" />
+      <a:midPointStop
+         style="stop-color:#B4DAEA"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#B4DAEA"
+         offset="0.5" />
+      <a:midPointStop
+         style="stop-color:#B4DAEA"
+         offset="0.5112" />
+      <a:midPointStop
+         style="stop-color:#B4DAEA"
+         offset="0.5" />
+      <a:midPointStop
+         style="stop-color:#5387BA"
+         offset="0.6461" />
+      <a:midPointStop
+         style="stop-color:#5387BA"
+         offset="0.5" />
+      <a:midPointStop
+         style="stop-color:#16336E"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="296.4996"
+       y1="188.81061"
+       x2="317.32471"
+       y2="209.69398"
+       id="linearGradient2387"
+       xlink:href="#linearGradient2381"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.90776,0,0,0.90776,24.35648,49.24131)" />
+    <linearGradient
+       x1="296.4996"
+       y1="188.81061"
+       x2="317.32471"
+       y2="209.69398"
+       id="linearGradient5105"
+       xlink:href="#linearGradient2381"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.90776,0,0,0.90776,24.35648,49.24131)" />
+    <linearGradient
+       x1="296.4996"
+       y1="188.81061"
+       x2="317.32471"
+       y2="209.69398"
+       id="linearGradient5145"
+       xlink:href="#linearGradient2381"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.90776,0,0,0.90776,24.35648,49.24131)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2381"
+       id="linearGradient2371"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.90776,0,0,0.90776,24.35648,49.24131)"
+       x1="296.4996"
+       y1="188.81061"
+       x2="317.32471"
+       y2="209.69398" />
+  </defs>
+  <g
+     transform="matrix(0.437808,-0.437808,0.437808,0.437808,-220.8237,43.55311)"
+     id="g5089">
+    <path
+       d="M 8.4382985,-6.28125 C 7.8309069,-6.28125 4.125,-0.33238729 4.125,1.96875 L 4.125,28.6875 C 4.125,29.533884 4.7068159,29.8125 5.28125,29.8125 L 30.84375,29.8125 C 31.476092,29.8125 31.968751,29.319842 31.96875,28.6875 L 31.96875,23.46875 L 32.25,23.46875 C 32.74684,23.46875 33.156249,23.059339 33.15625,22.5625 L 33.15625,-5.375 C 33.15625,-5.8718398 32.74684,-6.28125 32.25,-6.28125 L 8.4382985,-6.28125 z "
+       transform="translate(282.8327,227.1903)"
+       style="fill:#5c5c4f;stroke:black;stroke-width:3.23021388;stroke-miterlimit:4;stroke-dasharray:none"
+       id="path5091" />
+    <rect
+       width="27.85074"
+       height="29.369793"
+       rx="1.1414107"
+       ry="1.1414107"
+       x="286.96509"
+       y="227.63805"
+       style="fill:#032c87"
+       id="rect5093" />
+    <path
+       d="M 288.43262,225.43675 L 313.67442,225.43675 L 313.67442,254.80655 L 287.29827,254.83069 L 288.43262,225.43675 z "
+       style="fill:white"
+       id="rect5095" />
+    <path
+       d="M 302.44536,251.73726 C 303.83227,259.59643 301.75225,263.02091 301.75225,263.02091 C 303.99609,261.41329 305.71651,259.54397 306.65747,257.28491 C 307.62455,259.47755 308.49041,261.71357 310.9319,263.27432 C 310.9319,263.27432 309.33686,256.07392 309.22047,251.73726 L 302.44536,251.73726 z "
+       style="fill:#a70000;fill-opacity:1;stroke-width:2"
+       id="path5097" />
+    <rect
+       width="25.241802"
+       height="29.736675"
+       rx="0.89682275"
+       ry="0.89682275"
+       x="290.73544"
+       y="220.92249"
+       style="fill:#809cc9"
+       id="rect5099" />
+    <path
+       d="M 576.47347,725.93939 L 582.84431,726.35441 L 583.25121,755.8725 C 581.35919,754.55465 576.39694,752.1117 574.98889,754.19149 L 574.98889,727.42397 C 574.98889,726.60151 575.65101,725.93939 576.47347,725.93939 z "
+       transform="matrix(0.499065,-0.866565,0,1,0,0)"
+       style="fill:#4573b3;fill-opacity:1"
+       id="rect5101" />
+    <path
+       d="M 293.2599,221.89363 L 313.99908,221.89363 C 314.45009,221.89363 314.81318,222.25673 314.81318,222.70774 C 315.02865,229.0361 295.44494,244.47124 292.44579,240.30491 L 292.44579,222.70774 C 292.44579,222.25673 292.80889,221.89363 293.2599,221.89363 z "
+       style="opacity:0.65536726;fill:url(#linearGradient2371);fill-opacity:1"
+       id="path5103" />
+  </g>
+</svg>
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_01.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_01.png
new file mode 100644
index 0000000..5fcfab5
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_01.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_02.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_02.png
new file mode 100644
index 0000000..75da5af
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_02.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_03.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_03.png
new file mode 100644
index 0000000..0759428
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_03.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_04.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_04.png
new file mode 100644
index 0000000..c607be1
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_04.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_05.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_05.png
new file mode 100644
index 0000000..6f304f4
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_05.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_06.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_06.png
new file mode 100644
index 0000000..edf2495
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_06.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_07.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_07.png
new file mode 100644
index 0000000..334921c
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_07.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_08.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_08.png
new file mode 100644
index 0000000..21d85ec
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_08.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_09.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_09.png
new file mode 100644
index 0000000..af8195e
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_09.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_10.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_10.png
new file mode 100644
index 0000000..a75b6c4
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_10.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_11.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_11.png
new file mode 100644
index 0000000..dc4093c
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_11.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_12.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_12.png
new file mode 100644
index 0000000..570e7af
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_12.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_13.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_13.png
new file mode 100644
index 0000000..04323ee
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_13.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_14.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_14.png
new file mode 100644
index 0000000..e6141fb
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_14.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_15.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_15.png
new file mode 100644
index 0000000..ab4d90b
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_15.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_16.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_16.png
new file mode 100644
index 0000000..915b571
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_16.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_17.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_17.png
new file mode 100644
index 0000000..fdcdd7c
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_17.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_18.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_18.png
new file mode 100644
index 0000000..756ef5c
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_18.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_19.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_19.png
new file mode 100644
index 0000000..25d3155
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_19.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_20.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_20.png
new file mode 100644
index 0000000..5dd3989
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_20.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_21.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_21.png
new file mode 100644
index 0000000..fe9e8fb
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_21.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_22.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_22.png
new file mode 100644
index 0000000..2626ba7
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_22.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_23.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_23.png
new file mode 100644
index 0000000..65f435a
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Designer_23.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Deyployment_Descriptor_01.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Deyployment_Descriptor_01.png
new file mode 100644
index 0000000..973cef0
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Deyployment_Descriptor_01.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Perspective_01.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Perspective_01.png
new file mode 100644
index 0000000..d886c15
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/BPEL_Perspective_01.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Common_Property_Tabs_01.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Common_Property_Tabs_01.png
new file mode 100644
index 0000000..9d72486
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Common_Property_Tabs_01.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Common_Property_Tabs_02.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Common_Property_Tabs_02.png
new file mode 100644
index 0000000..e50f9c1
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Common_Property_Tabs_02.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Common_Property_Tabs_03.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Common_Property_Tabs_03.png
new file mode 100644
index 0000000..53f92d1
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Common_Property_Tabs_03.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Common_Property_Tabs_04.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Common_Property_Tabs_04.png
new file mode 100644
index 0000000..36a8f72
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Common_Property_Tabs_04.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Common_Property_Tabs_05.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Common_Property_Tabs_05.png
new file mode 100644
index 0000000..30f5df3
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Common_Property_Tabs_05.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Context_menu_01.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Context_menu_01.png
new file mode 100644
index 0000000..7a575d9
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Context_menu_01.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Context_menu_02.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Context_menu_02.png
new file mode 100644
index 0000000..5838920
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Context_menu_02.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Create_a_BPEL_Process_File_01.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Create_a_BPEL_Process_File_01.png
new file mode 100644
index 0000000..fbc63c9
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Create_a_BPEL_Process_File_01.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Create_a_BPEL_Process_File_02.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Create_a_BPEL_Process_File_02.png
new file mode 100644
index 0000000..dbbb44c
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Create_a_BPEL_Process_File_02.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Create_a_BPEL_Process_File_03.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Create_a_BPEL_Process_File_03.png
new file mode 100644
index 0000000..76cbc8f
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Create_a_BPEL_Process_File_03.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Dashboard_01.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Dashboard_01.png
new file mode 100644
index 0000000..cf2fae3
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Dashboard_01.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Deployment_descriptor_editor_01.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Deployment_descriptor_editor_01.png
new file mode 100644
index 0000000..decc9dc
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Deployment_descriptor_editor_01.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_01.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_01.png
new file mode 100644
index 0000000..4424157
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_01.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_02.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_02.png
new file mode 100644
index 0000000..b86d2f7
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_02.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_03.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_03.png
new file mode 100644
index 0000000..dccd57e
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_03.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_04.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_04.png
new file mode 100644
index 0000000..b563114
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_04.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_05.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_05.png
new file mode 100644
index 0000000..e48c464
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_05.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_06.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_06.png
new file mode 100644
index 0000000..5be3791
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_06.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_07-Opaque_Warning.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_07-Opaque_Warning.png
new file mode 100644
index 0000000..42a19fb
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_07-Opaque_Warning.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_08.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_08.png
new file mode 100644
index 0000000..4ee33d7
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_08.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_08b.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_08b.png
new file mode 100644
index 0000000..8d98eab
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_08b.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_08c-Initializer.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_08c-Initializer.png
new file mode 100644
index 0000000..62c7c85
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_08c-Initializer.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_08d.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_08d.png
new file mode 100644
index 0000000..090e388
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_08d.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_09.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_09.png
new file mode 100644
index 0000000..2a6eb0b
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_09.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_10.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_10.png
new file mode 100644
index 0000000..1ce13f3
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_10.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_11.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_11.png
new file mode 100644
index 0000000..b366e70
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_11.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_12.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_12.png
new file mode 100644
index 0000000..54e6de0
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_12.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_13.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_13.png
new file mode 100644
index 0000000..ef9667d
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_13.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_14.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_14.png
new file mode 100644
index 0000000..dc1533a
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_14.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_14b.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_14b.png
new file mode 100644
index 0000000..3f400be
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_14b.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_15.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_15.png
new file mode 100644
index 0000000..22d1213
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_15.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_15b.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_15b.png
new file mode 100644
index 0000000..28766d5
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_15b.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_15c.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_15c.png
new file mode 100644
index 0000000..7c259b2
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_15c.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_16.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_16.png
new file mode 100644
index 0000000..089b811
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_16.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_17.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_17.png
new file mode 100644
index 0000000..c612ad2
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_17.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_18.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_18.png
new file mode 100644
index 0000000..3e64381
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_18.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_19.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_19.png
new file mode 100644
index 0000000..f666e0c
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Details_tab_19.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Dialog_cheet_sheet_01.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Dialog_cheet_sheet_01.png
new file mode 100644
index 0000000..fe59ae8
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Dialog_cheet_sheet_01.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Dialog_cheet_sheet_02.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Dialog_cheet_sheet_02.png
new file mode 100644
index 0000000..6ebf2a0
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Dialog_cheet_sheet_02.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Dialog_quick_pick_01.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Dialog_quick_pick_01.png
new file mode 100644
index 0000000..9a5f49e
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Dialog_quick_pick_01.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Dialog_type_selection_01.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Dialog_type_selection_01.png
new file mode 100644
index 0000000..50e3b4a
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Dialog_type_selection_01.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Dialog_wsdl_creation_01.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Dialog_wsdl_creation_01.png
new file mode 100644
index 0000000..a4485d6
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Dialog_wsdl_creation_01.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Dialog_wsdl_creation_02.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Dialog_wsdl_creation_02.png
new file mode 100644
index 0000000..f73b81a
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Dialog_wsdl_creation_02.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Dialog_wsdl_selection_01.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Dialog_wsdl_selection_01.png
new file mode 100644
index 0000000..e73669b
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Dialog_wsdl_selection_01.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Editor_preferences_01.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Editor_preferences_01.png
new file mode 100644
index 0000000..ff70326
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Editor_preferences_01.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Editor_preferences_02.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Editor_preferences_02.png
new file mode 100644
index 0000000..347e1c3
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Editor_preferences_02.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Fault_Activities_01.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Fault_Activities_01.png
new file mode 100644
index 0000000..3b8b6da
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Fault_Activities_01.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Fault_Activities_02.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Fault_Activities_02.png
new file mode 100644
index 0000000..120c137
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Fault_Activities_02.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Fault_Activities_03.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Fault_Activities_03.png
new file mode 100644
index 0000000..02b1828
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Fault_Activities_03.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Fault_Activities_04.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Fault_Activities_04.png
new file mode 100644
index 0000000..d7ed703
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Fault_Activities_04.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Fault_Activities_05.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Fault_Activities_05.png
new file mode 100644
index 0000000..31dde0d
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Fault_Activities_05.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Handlers_01.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Handlers_01.png
new file mode 100644
index 0000000..549b434
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Handlers_01.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Handlers_02.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Handlers_02.png
new file mode 100644
index 0000000..f930b11
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Handlers_02.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Handlers_03.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Handlers_03.png
new file mode 100644
index 0000000..ba5c718
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Handlers_03.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Handlers_04.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Handlers_04.png
new file mode 100644
index 0000000..1692b5c
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Handlers_04.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Handlers_05.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Handlers_05.png
new file mode 100644
index 0000000..3eecb06
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Handlers_05.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Handlers_06.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Handlers_06.png
new file mode 100644
index 0000000..679a6b5
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Handlers_06.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Handlers_07.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Handlers_07.png
new file mode 100644
index 0000000..52a881f
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Handlers_07.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Handlers_08.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Handlers_08.png
new file mode 100644
index 0000000..996cc5c
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Handlers_08.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Handlers_09.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Handlers_09.png
new file mode 100644
index 0000000..1e0017c
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Handlers_09.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/New_BPEL_Project.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/New_BPEL_Project.png
new file mode 100644
index 0000000..071e3b2
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/New_BPEL_Project.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Palette_01.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Palette_01.png
new file mode 100644
index 0000000..5cb6e5b
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Palette_01.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Property_Sheet_01.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Property_Sheet_01.png
new file mode 100644
index 0000000..39b8a37
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Property_Sheet_01.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Property_Sheet_02.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Property_Sheet_02.png
new file mode 100644
index 0000000..717431b
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Property_Sheet_02.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Property_Sheet_03.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Property_Sheet_03.png
new file mode 100644
index 0000000..5a693b2
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Property_Sheet_03.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Property_Sheet_04.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Property_Sheet_04.png
new file mode 100644
index 0000000..73422b0
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/Property_Sheet_04.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/View_Outline_01.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/View_Outline_01.png
new file mode 100644
index 0000000..a56b21e
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/View_Outline_01.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/View_Outline_icon_01.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/View_Outline_icon_01.png
new file mode 100644
index 0000000..a91fdb0
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/View_Outline_icon_01.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/View_Outline_icon_02.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/View_Outline_icon_02.png
new file mode 100644
index 0000000..94f0d30
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/View_Outline_icon_02.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/WSIL_browser_preferences_01.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/WSIL_browser_preferences_01.png
new file mode 100644
index 0000000..acc9efb
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/WSIL_browser_preferences_01.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/XPath_expression_editor_01.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/XPath_expression_editor_01.png
new file mode 100644
index 0000000..a30c798
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/XPath_expression_editor_01.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/XPath_expression_editor_02.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/XPath_expression_editor_02.png
new file mode 100644
index 0000000..47b8838
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/XPath_expression_editor_02.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_10.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_10.png
new file mode 100644
index 0000000..8008b6d
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_10.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_11.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_11.png
new file mode 100644
index 0000000..181a276
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_11.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_12.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_12.png
new file mode 100644
index 0000000..9e5c548
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_12.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_13.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_13.png
new file mode 100644
index 0000000..6db2b19
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_13.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_2.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_2.png
new file mode 100644
index 0000000..fb57a0d
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_2.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_2a.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_2a.png
new file mode 100644
index 0000000..a2beb40
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_2a.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_3.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_3.png
new file mode 100644
index 0000000..7fca71a
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_3.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_3a.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_3a.png
new file mode 100644
index 0000000..bc5be2b
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_3a.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_4.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_4.png
new file mode 100644
index 0000000..594fe53
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_4.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_5.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_5.png
new file mode 100644
index 0000000..8cc35f0
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_5.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_6.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_6.png
new file mode 100644
index 0000000..c3a4245
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_6.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_7.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_7.png
new file mode 100644
index 0000000..6b3e066
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_7.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_8.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_8.png
new file mode 100644
index 0000000..170ed4a
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_8.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_9.png b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_9.png
new file mode 100644
index 0000000..8c49697
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/images/reference/bpel_ref_9.png
Binary files differ
diff --git a/plugins/org.eclipse.bpel.help/en-US/html_single/index.html b/plugins/org.eclipse.bpel.help/en-US/html_single/index.html
new file mode 100644
index 0000000..f7b5d9d
--- /dev/null
+++ b/plugins/org.eclipse.bpel.help/en-US/html_single/index.html
@@ -0,0 +1,875 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"><head><title xmlns:rf="java:org.jboss.highlight.XhtmlRendererFactory">JBoss BPEL User Guide</title><link rel="stylesheet" href="css/jbossorg.css" type="text/css"/><meta xmlns:rf="java:org.jboss.highlight.XhtmlRendererFactory" name="generator" content="DocBook XSL Stylesheets V1.74.0"/></head><body><div class="book" lang="en-US"><div class="titlepage"><div><p id="title"><a href="http://www.jboss.org" class="site_href"><strong>JBoss.org</strong></a><a href="http://docs.jboss.org/" class="doc_href"><strong>Community Documentation</strong></a></p><div><h1 class="title"><a id="d0e1"/>JBoss BPEL User Guide</h1></div><div><h3 class="corpauthor">
+      <span class="inlinemediaobject"><img src=""/></span>
+    </h3></div><div><div class="author"><h3 class="author"><span class="firstname">Denny</span> <span class="surname">Xu</span></h3><code class="email">&lt;<a class="email" href="mailto:dxu@redhat.com">dxu@redhat.com</a>&gt;</code></div></div><div><div class="author"><h3 class="author"><span class="firstname">Grid</span> <span class="surname">Qian</span></h3><code class="email">&lt;<a class="email" href="mailto:fqian@redhat.com">fqian@redhat.com</a>&gt;</code></div></div><div><div class="author"><h3 class="author"><span class="firstname">Bob</span> <span class="surname">Brodt</span></h3><code class="email">&lt;<a class="email" href="mailto:bbrodt@redhat.com">bbrodt@redhat.com</a>&gt;</code></div></div><div><p class="releaseinfo"> Version: 1.0.0.trunk </p></div><div><p class="copyright">Copyright © 2009, 2010 JBoss by Red Hat</p></div></div><hr/></div><div class="toc"><dl><dt><span class="chapter"><a href="#overview">1. JBoss BPEL project Overview</a></span></dt><dd><dl><dt><span class="section"><a href="#d0e70">1.1. Key Features of JBoss BPEL project</a></span></dt></dl></dd><dt><span class="chapter"><a href="#tasks">2. Tasks</a></span></dt><dd><dl><dt><span class="section"><a href="#detail">2.1. Creating and editing a BPEL project</a></span></dt><dd><dl><dt><span class="section"><a href="#createproject">2.1.1. Creating a BPEL project</a></span></dt><dt><span class="section"><a href="#createprocess">2.1.2. Creating a BPEL process</a></span></dt><dt><span class="section"><a href="#editprocess">2.1.3. Editing a BPEL process file</a></span></dt><dt><span class="section"><a href="#wsdl">2.1.4. Adding Service to WSDL file</a></span></dt></dl></dd><dt><span class="section"><a href="#deploy">2.2. Deploy a JBoss BPEL project to JBoss BPEL Runtime</a></span></dt><dd><dl><dt><span class="section"><a href="#createdeploy">2.2.1. Creating a deploy.xml file</a></span></dt><dt><span class="section"><a href="#createruntime">2.2.2. Creating JBoss BPEL Server</a></span></dt></dl></dd><dt><span class="section"><a href="#d0e987">2.3. Creating correlation sets</a></span></dt></dl></dd><dt><span class="chapter"><a href="#reference">3. Reference</a></span></dt><dd><dl><dt><span class="section"><a href="#d0e1089">3.1. Wizards</a></span></dt><dd><dl><dt><span class="section"><a href="#d0e1092">3.1.1. New BPEL project</a></span></dt><dt><span class="section"><a href="#d0e1135">3.1.2. New BPEL Process file</a></span></dt><dt><span class="section"><a href="#Reference-Wizard-Deployment_Descriptor">3.1.3. New BPEL Deployment Descriptor</a></span></dt></dl></dd><dt><span class="section"><a href="#d0e1360">3.2. Perspectives</a></span></dt><dd><dl><dt><span class="section"><a href="#d0e1363">3.2.1. BPEL Perspective</a></span></dt></dl></dd><dt><span class="section"><a href="#Reference-Views">3.3. Views</a></span></dt><dd><dl><dt><span class="section"><a href="#d0e1390">3.3.1. Outline</a></span></dt><dt><span class="section"><a href="#d0e1412">3.3.2. Palette</a></span></dt><dt><span class="section"><a href="#d0e1471">3.3.3. Dashboard</a></span></dt><dt><span class="section"><a href="#Reference-Property_sections">3.3.4. Property sections</a></span></dt></dl></dd><dt><span class="section"><a href="#d0e2434">3.4. Editors</a></span></dt><dd><dl><dt><span class="section"><a href="#d0e2437">3.4.1. BPEL Designer</a></span></dt><dt><span class="section"><a href="#d0e3246">3.4.2. BPEL Deployment Descriptor editor</a></span></dt></dl></dd><dt><span class="section"><a href="#d0e3300">3.5. Preference pages</a></span></dt><dd><dl><dt><span class="section"><a href="#d0e3305">3.5.1. Editor</a></span></dt><dt><span class="section"><a href="#d0e3316">3.5.2. Expression editors</a></span></dt><dt><span class="section"><a href="#d0e3327">3.5.3. WSIL browser</a></span></dt></dl></dd><dt><span class="section"><a href="#d0e3340">3.6. Dialogs</a></span></dt><dd><dl><dt><span class="section"><a href="#d0e3343">3.6.1. XPath expression editor (embedded control)</a></span></dt><dt><span class="section"><a href="#d0e3367">3.6.2. Quick pick (embedded control)</a></span></dt><dt><span class="section"><a href="#d0e3378">3.6.3. Type selection</a></span></dt><dt><span class="section"><a href="#Reference-Dialog-WSDL_Selection">3.6.4. Select WSDL property</a></span></dt><dt><span class="section"><a href="#d0e3483">3.6.5. Create WSDL property</a></span></dt><dt><span class="section"><a href="#d0e3530">3.6.6. Create WSDL property alias</a></span></dt><dt><span class="section"><a href="#d0e3560">3.6.7. Cheat sheets</a></span></dt></dl></dd><dt><span class="section"><a href="#d0e3591">3.7. Icons, buttons and menus</a></span></dt><dd><dl><dt><span class="section"><a href="#d0e3596">3.7.1. Context menu</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a href="#troubleshooting">4. Troubleshooting</a></span></dt><dd><dl><dt><span class="section"><a href="#d0e3639">4.1. Error messages</a></span></dt><dt><span class="section"><a href="#d0e4336">4.2. Warning messages</a></span></dt><dt><span class="section"><a href="#d0e4388">4.3. Information messages</a></span></dt></dl></dd><dt><span class="chapter"><a href="#d0e4420">5. Summary</a></span></dt><dd><dl><dt><span class="section"><a href="#d0e4426">5.1. Other relevant resources on the topic</a></span></dt></dl></dd></dl></div><div class="chapter" lang="en-US"><div class="titlepage"><div><div><h2 class="title"><a id="overview"/>Chapter 1. JBoss BPEL project Overview</h2></div></div></div><div class="toc"><dl><dt><span class="section"><a href="#d0e70">1.1. Key Features of JBoss BPEL project</a></span></dt></dl></div><p>JBoss BPEL is based on WS-BPEL 2.0, and provides a way to create, edit, validate and deploy BPEL files to JBoss BPEL runtime. It is based on Eclipse <a class="ulink" href="http://www.eclipse.org/bpel/">BPEL project</a>. </p><p>It improves the Eclipse BPEL project in the following ways: </p><div class="itemizedlist"><ul><li><p> Implements close integration with JBoss BPEL runtime, and adds a new project type for the deployment to the JBoss BPEL runtime.</p></li><li><p> Supports two deployment methods. The first method is to deploy a BPEL project directly to the JBoss BPEL runtime. The second method is to deploy BPEL files in JBoss ESB project to the JBoss BPEL runtime. </p></li><li><p>Enhances the BPEL validator and improves the quality of the Eclipse BPEL editor. </p></li></ul></div><p>
+		<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html">WS-BPEL 2.0</a> stands for Web Service Business Process Execution Language. Like EAI, BPEL is an XML-based language, but BPEL is more specific and targeted. BPEL is used by developers to join sometimes disparate functions into an integrated process, resulting in a seamless use of the Internet to conduct business transactions ranging from simple money exchanges to complex calculations and asset reallocation.
+   </p><div class="section" lang="en-US"><div class="titlepage"><div><div><h2 class="title"><a id="d0e70"/>1.1. Key Features of JBoss BPEL project</h2></div></div></div><p>The table below lists the main features of the JBoss BPEL editor: </p><div class="table"><a id="d0e75"/><p class="title"><b>Table 1.1. Key Functionality for JBoss BPEL editor project</b></p><div class="table-contents"><table summary="Key Functionality for JBoss BPEL editor project" border="1"><colgroup><col align="left"/><col/></colgroup><thead><tr><th align="left">Feature</th><th>Benefit</th></tr></thead><tbody><tr><td align="left">
+							<p>WS-BPEL 2.0 support</p>
+						</td><td>
+							<p>JBoss BPEL project supports the most recent WS-BPEL 2.0 specifications. </p>
+						</td></tr><tr><td align="left">
+							<p>Close integration with JBoss BPEL runtime</p>
+						</td><td>
+							<p>There are two methods to deploy BPEL files to JBoss BPEL runtime. The user can deploy a BPEL project as a whole and can deploy BPEL files in a JBoss ESB project to the JBoss BPEL runtime. </p>
+						</td></tr><tr><td align="left">
+							<p>BPEL file editor</p>
+						</td><td>
+							<p>The editor can be used separately to edit a BPEL file. </p>
+						</td></tr><tr><td align="left">
+							<p>BPEL file validator</p>
+						</td><td>
+							<p>The validator displays a list of BPEL file errors. </p>
+						</td></tr></tbody></table></div></div><br class="table-break"/></div></div><div class="chapter" lang="en-US"><div class="titlepage"><div><div><h2 class="title"><a id="tasks"/>Chapter 2. Tasks</h2></div></div></div><div class="toc"><dl><dt><span class="section"><a href="#detail">2.1. Creating and editing a BPEL project</a></span></dt><dd><dl><dt><span class="section"><a href="#createproject">2.1.1. Creating a BPEL project</a></span></dt><dt><span class="section"><a href="#createprocess">2.1.2. Creating a BPEL process</a></span></dt><dt><span class="section"><a href="#editprocess">2.1.3. Editing a BPEL process file</a></span></dt><dt><span class="section"><a href="#wsdl">2.1.4. Adding Service to WSDL file</a></span></dt></dl></dd><dt><span class="section"><a href="#deploy">2.2. Deploy a JBoss BPEL project to JBoss BPEL Runtime</a></span></dt><dd><dl><dt><span class="section"><a href="#createdeploy">2.2.1. Creating a deploy.xml file</a></span></dt><dt><span class="section"><a href="#createruntime">2.2.2. Creating JBoss BPEL Server</a></span></dt></dl></dd><dt><span class="section"><a href="#d0e987">2.3. Creating correlation sets</a></span></dt></dl></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h2 class="title"><a id="detail"/>2.1. Creating and editing a BPEL project</h2></div></div></div><p>
+			In this chapter we describe the necessary steps to create a new BPEL project and edit the BPEL files. You can get the example source code from <code class="filename">riftsaw/samples/quickstart/hello_world</code>. In this guide we will create a simple echo example, used to respond to a message with a modified version of the request message.            
+    </p><p>The first step is to create a BPEL project.</p><div class="section" lang="en-US"><div class="titlepage"><div><div><h3 class="title"><a id="createproject"/>2.1.1. Creating a BPEL project</h3></div></div></div><p>
+				Create the project by selecting <span class="guimenuitem"><strong>File</strong></span> → <span class="guimenuitem"><strong>New</strong></span> → <span class="guimenuitem"><strong>Project...</strong></span> → <span class="guimenuitem"><strong>BPEL 2.0</strong></span> → <span class="guimenuitem"><strong>BPEL Project</strong></span> from the menu bar. Then click the <span class="guibutton"><strong>Next</strong></span> button. 
+      </p><div class="figure"><a id="d0e165"/><div class="figure-contents"><div class="mediaobject"><img src="images/detail_createproject_1.png" alt="New BPEL Project"/></div></div><p class="title"><b>Figure 2.1. New BPEL Project</b></p></div><br class="figure-break"/><p>On this page of the <span class="property">New BPEL Project Wizard</span> enter a project name in the <span class="property">Project Name</span>
+                field, e.g. enter <span class="property">HelloWorld</span>.</p><div class="figure"><a id="d0e182"/><div class="figure-contents"><div class="mediaobject"><img src="images/detail_createproject_2.png" alt="New BPEL Project Wizard"/></div></div><p class="title"><b>Figure 2.2. New BPEL Project Wizard</b></p></div><br class="figure-break"/><p>
+				Click the <span class="guibutton"><strong>Finish</strong></span> button. So you have created the BPEL project named <span class="property">HelloWorld</span>. Its structure is like this:
+			</p><div class="figure"><a id="d0e196"/><div class="figure-contents"><div class="mediaobject"><img src="images/detail_createproject_3.png" alt="The BPEL Project structure"/></div></div><p class="title"><b>Figure 2.3. The BPEL Project structure</b></p></div><br class="figure-break"/></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h3 class="title"><a id="createprocess"/>2.1.2. Creating a BPEL process</h3></div></div></div><p>
+				Now you should create a BPEL process. You can create it by selecting <span class="guimenuitem"><strong>File</strong></span> → <span class="guimenuitem"><strong>New</strong></span> → <span class="guimenuitem"><strong>Others...</strong></span> → <span class="guimenuitem"><strong>BPEL 2.0</strong></span> → <span class="guimenuitem"><strong>New BPEL Process File</strong></span>.
+      </p><div class="figure"><a id="d0e219"/><div class="figure-contents"><div class="mediaobject"><img src="images/detail_createprocess_1.png" alt="New BPEL Process File"/></div></div><p class="title"><b>Figure 2.4. New BPEL Process File</b></p></div><br class="figure-break"/><p>Click the <span class="guibutton"><strong>Next</strong></span> button. Enter the following information:</p><div class="table"><a id="d0e230"/><p class="title"><b>Table 2.1. Fields and values</b></p><div class="table-contents"><table summary="Fields and values" border="1"><colgroup><col align="left"/><col/></colgroup><thead><tr><th align="left">Field</th><th>Value</th></tr></thead><tbody><tr><td align="left">
+								<p>BPEL Process Name</p>
+							</td><td>
+								<p>Enter a process name. For example, <span class="property">HelloWorld</span>.</p>
+							</td></tr><tr><td align="left">
+								<p>Namespace</p>
+							</td><td>
+								<p>Enter or select a namespace for the BPEL process.</p>
+							</td></tr><tr><td align="left">
+								<p>Template</p>
+							</td><td>
+								<p>
+									Select the appropriate template for the BPEL process. When you select the template, you will see the information about the template below on the page. In this case you should select <span class="guilabel"><strong>Synchronous BPEL Process</strong></span>.
+								</p>
+							</td></tr></tbody></table></div></div><br class="table-break"/><div class="figure"><a id="d0e282"/><div class="figure-contents"><div class="mediaobject"><img src="images/detail_createprocess_2.png" alt="New BPEL Process File Wizard"/></div></div><p class="title"><b>Figure 2.5. New BPEL Process File Wizard</b></p></div><br class="figure-break"/><p>Click the <span class="guibutton"><strong>Next</strong></span> button. On the second page, you can customize your WSDL service details. Enter the following information:</p><div class="table"><a id="d0e293"/><p class="title"><b>Table 2.2. Fields and values</b></p><div class="table-contents"><table summary="Fields and values" border="1"><colgroup><col align="left"/><col/></colgroup><thead><tr><th align="left">Field</th><th>Value</th></tr></thead><tbody><tr><td align="left">
+								<p>Service Name</p>
+							</td><td>
+								<p>A wsdl service name for the BPEL process. The default value is <span class="guilabel"><strong>HelloWorld</strong></span>.</p>
+							</td></tr><tr><td align="left">
+								<p>Port Name</p>
+							</td><td>
+								<p>A wsdl port name for the BPEL process. The default value is <span class="guilabel"><strong>HelloWorldPort</strong></span>.</p>
+							</td></tr><tr><td align="left">
+								<p>Service Address</p>
+							</td><td>
+								<p>An address of the WSDL service for the BPEL process. The default value is <span class="guilabel"><strong>http://localhost:8080/HelloWorld</strong></span>.</p>
+							</td></tr><tr><td align="left">
+								<p>Binding Protocol</p>
+							</td><td>
+								<p>The binding protocol that you use in the wsdl. You can choose SOAP or HTTP. The default value is <span class="guilabel"><strong>SOAP</strong></span>.</p>
+							</td></tr></tbody></table></div></div><br class="table-break"/><div class="figure"><a id="d0e362"/><div class="figure-contents"><div class="mediaobject"><img src="images/detail_createprocess_2a.png" alt="Create WSDL file for the BPEL Process wizard page"/></div></div><p class="title"><b>Figure 2.6. Create WSDL file for the BPEL Process wizard page</b></p></div><br class="figure-break"/><p>
+				Click the <span class="guibutton"><strong>Next</strong></span> button. On the third page, you can select a folder for the process file from the projects in your workspace. If a folder is not selected, the default folder <code class="filename">HelloWorld/bpelContent</code> will be used. Click the <span class="guibutton"><strong>Finish</strong></span> button.
+      </p><div xmlns:rf="java:org.jboss.highlight.XhtmlRendererFactory" class="note"><h2>Note</h2><p>
+					All of your files that are used in your BPEL project must be under the <code class="filename">bpelContent</code> folder of a BPEL project. Only in this case these files can be deployed to JBoss server.
+        </p></div><p>This will create a simple BPEL process as shown in the image below.</p><div class="figure"><a id="d0e387"/><div class="figure-contents"><div class="mediaobject"><img src="images/detail_createprocess_3.png" alt="A simple BPEL Process File"/></div></div><p class="title"><b>Figure 2.7. A simple BPEL Process File</b></p></div><br class="figure-break"/></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h3 class="title"><a id="editprocess"/>2.1.3. Editing a BPEL process file</h3></div></div></div><p>
+				If the <span class="guilabel"><strong>Properties view</strong></span> and <span class="guilabel"><strong>Palette view</strong></span> are not opened, you can open the views by right-clicking the BPEL editor and selecting the <span class="guilabel"><strong>Show in Properties</strong></span> or <span class="guilabel"><strong>Show Palette in Palette view</strong></span> options. Then you should have the view like this: 
+      </p><div class="figure"><a id="d0e410"/><div class="figure-contents"><div class="mediaobject"><img src="images/detail_editprocess_1.png" alt="The BPEL editor view"/></div></div><p class="title"><b>Figure 2.8. The BPEL editor view</b></p></div><br class="figure-break"/><p>In the <span class="guilabel"><strong>Palette</strong></span> view, you can drag a BPEL element to the BPEL editor and drop it in the place you want.</p><p>
+				In the <span class="guilabel"><strong>Properties</strong></span> view, you can view the information on every element in the BPEL process. The contents of the <span class="guilabel"><strong>Properties</strong></span> view is automatically updated as elements are selected in the BPEL editor. The table below describes the tabs shown in the <span class="guilabel"><strong>Properties</strong></span> view: 
+      </p><div class="table"><a id="d0e432"/><p class="title"><b>Table 2.3. Tabs of the Property view</b></p><div class="table-contents"><table summary="Tabs of the Property view" border="1"><colgroup><col align="left"/><col/></colgroup><thead><tr><th align="left">Tab</th><th>Description</th></tr></thead><tbody><tr><td align="left">
+								<p>Description</p>
+							</td><td>
+								<p>Shows the descriptive information about the element, e.g. <span class="property">Name</span> of the element.</p>
+							</td></tr><tr><td align="left">
+								<p>Details</p>
+							</td><td>
+								<p>
+									Shows the detailed and important information about the element. It is the most important section of an element. Most of the properties of an element are set in this section.
+								</p>
+							</td></tr><tr><td align="left">
+								<p>Join Behavior</p>
+							</td><td>
+								<p>Shows the <span class="property">Join Failure</span> property of the element.</p>
+							</td></tr><tr><td align="left">
+								<p>Documentation</p>
+							</td><td>
+								<p>Shows the <span class="property">documentation</span> sub-element of an element.</p>
+							</td></tr><tr><td align="left">
+								<p>Other</p>
+							</td><td>
+								<p>
+									Every BPEL element has its own sections: Correlation section, Message Exchange section, and so on. These sections will be covered in later sections.
+								</p>
+							</td></tr></tbody></table></div></div><br class="table-break"/><p>In order to see how a simple BPEL process works in action, you should do some steps as below: </p><div class="itemizedlist"><ul><li><p>Modify two variables of the process:</p><div class="itemizedlist"><ul><li><p>
+								Click on the details tab of the input variable, and then click the <span class="guibutton"><strong>Browse...</strong></span> button. 
+								</p><div class="figure"><a id="d0e522"/><div class="figure-contents"><div class="mediaobject"><img src="images/bpel_task_0.png" alt="Select the input variable"/></div></div><p class="title"><b>Figure 2.9. Select the input variable</b></p></div><br class="figure-break"/><p>Then choose <span class="guilabel"><strong>string</strong></span> primitive from the list of <span class="guilabel"><strong>Matches</strong></span>.</p><div class="figure"><a id="d0e536"/><div class="figure-contents"><div class="mediaobject"><img src="images/bpel_task_1.png" alt="Edit variable in process file"/></div></div><p class="title"><b>Figure 2.10. Edit variable in <span class="property">process</span> file</b></p></div><br class="figure-break"/></li><li><p>Select <span class="guilabel"><strong>xsd</strong></span> as a namespace in the popup menu.</p></li></ul></div></li><li><p>
+						Add an <span class="property">Assign</span> element between the <span class="property">receiveInput</span> element and <span class="property">replyOutput</span> element.
+					</p></li><li><p>
+						Click the <span class="property">Assign</span> element in the BPEL editor in order to get the properties information of it in the Properties view. 
+          </p></li><li><p>Set its name in the <span class="property">Description</span> tab as <span class="property">assignHelloMesg</span>.</p><p>
+						In the <span class="property">Details</span> section of Properties view, you should click the <span class="property">New</span> button to add a <span class="property">copy</span> sub-element to the element. Assign "Variable to Variable"(input:string to output). At this time, an "<span class="property">initializer</span>" popup dialog appears. Click on the <span class="property">Yes</span> button in the dialog.
+          </p><div class="figure"><a id="d0e595"/><div class="figure-contents"><div class="mediaobject"><img src="images/bpel_task_3.png" alt="Add Assign to the process"/></div></div><p class="title"><b>Figure 2.11. Add <span class="property">Assign</span> to the process</b></p></div><br class="figure-break"/><p>
+						Then you should click the <span class="guibutton"><strong>New</strong></span> button once more and select Expression to Variable (assign <code class="code">concat($input,' World')</code>) to <span class="guilabel"><strong>result:string</strong></span>. 
+					</p><div class="figure"><a id="d0e615"/><div class="figure-contents"><div class="mediaobject"><img src="images/bpel_task_2.png" alt="Add Expression assign to the process"/></div></div><p class="title"><b>Figure 2.12. Add <span class="property">Expression assign</span> to the process</b></p></div><br class="figure-break"/></li></ul></div></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h3 class="title"><a id="wsdl"/>2.1.4. Adding Service to WSDL file</h3></div></div></div><p/><p>
+				The <code class="filename">HelloWorldArtifacts.wsdl</code> file is added a service when you create a BPEL process file. A default service is already defined in this WSDL file. However, if you want to add your own service, follow the steps below: 
+			</p><div class="itemizedlist"><ul><li><p>
+						Open the file <code class="filename">HelloWorldArtifacts.wsdl</code> in the <span class="guilabel"><strong>HelloWorld</strong></span> project by double-clicking the file. Right-click the WSDL editor and select the <span class="guilabel"><strong>Add Service</strong></span> option. A new service should appear in the editor. Name it <span class="guilabel"><strong>HelloWorldProcessService</strong></span>. It has the Port named <span class="guilabel"><strong>NewPort</strong></span>. Select it, right-click on it and rename it to <span class="guilabel"><strong>HelloWorldProcessPort</strong></span> in the <span class="guilabel"><strong>Properties</strong></span> view.
+          </p><div class="figure"><a id="d0e658"/><div class="figure-contents"><div class="mediaobject"><img src="images/detail_editprocess_3.png" alt="Add Service to the WSDL file"/></div></div><p class="title"><b>Figure 2.13. Add <span class="property">Service</span> to the WSDL file</b></p></div><br class="figure-break"/></li><li><p>
+						Right-click somewhere in the whitespace of the WSDL editor and select the <span class="guilabel"><strong>Add Binding</strong></span> option. A new Binding component will appear in the editor. Name it <span class="guilabel"><strong>HelloWorldSOAPBinding</strong></span>. Select it, and in the <span class="guilabel"><strong>General</strong></span> tab of the <span class="guilabel"><strong>Properties</strong></span> view and select <span class="guilabel"><strong>HelloWorld</strong></span> as a port type in the <span class="guilabel"><strong>PortType</strong></span> field. Then click on the <span class="guibutton"><strong>Generate Binding Content...</strong></span> button to open the <span class="guilabel"><strong>Binding Wizard</strong></span>. In the wizard, select <span class="guilabel"><strong>SOAP</strong></span> as the <span class="guilabel"><strong>Protocol</strong></span>. Finally, click the <span class="guibutton"><strong>Finish</strong></span> button to close the wizard.
+          </p><div class="figure"><a id="d0e703"/><div class="figure-contents"><div class="mediaobject"><img src="images/detail_editprocess_4.png" alt="Add a Binding to the WSDL file"/></div></div><p class="title"><b>Figure 2.14. Add a <span class="property">Binding</span> to the WSDL file</b></p></div><br class="figure-break"/></li><li><p>
+						Click the <span class="guilabel"><strong>HelloWorldProcessPort</strong></span> property in the <span class="guilabel"><strong>General</strong></span> section of the <span class="guilabel"><strong>Properties</strong></span> view, select <span class="guilabel"><strong>HelloWorldSOAPBinding</strong></span> in the <span class="guilabel"><strong>Binding</strong></span> combobox. Enter <a class="ulink" href="http://localhost:8080/bpel/processes/HelloWorld?wsdl">http://localhost:8080/bpel/processes/HelloWorld?wsdl</a> in the <span class="guilabel"><strong>Address</strong></span> field.
+          </p><div class="figure"><a id="d0e736"/><div class="figure-contents"><div class="mediaobject"><img src="images/detail_editprocess_5.png" alt="Add the HelloWorldSOAPBinding to the HelloWorldProcessPort"/></div></div><p class="title"><b>Figure 2.15. Add the <span class="property">HelloWorldSOAPBinding</span> to the <span class="property">HelloWorldProcessPort</span>
+						</b></p></div><br class="figure-break"/></li></ul></div></div></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h2 class="title"><a id="deploy"/>2.2. Deploy a JBoss BPEL project to JBoss BPEL Runtime</h2></div></div></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h3 class="title"><a id="createdeploy"/>2.2.1. Creating a deploy.xml file</h3></div></div></div><p>
+				If you want to deploy a BPEL project to the JBoss BPEL Runtime, a <code class="filename">deploy.xml</code> file needs to be created. The steps below show you how to create this file:
+      </p><div class="itemizedlist"><ul><li><p>
+						Create the <code class="filename">deploy.xml</code> file by selecting <span class="guimenuitem"><strong>File</strong></span> → <span class="guimenuitem"><strong>New</strong></span> → <span class="guimenuitem"><strong>Other...</strong></span> → <span class="guimenuitem"><strong>BPEL 2.0</strong></span> → <span class="guimenuitem"><strong>Apache ODE Deployment Descriptor</strong></span>. Click the <span class="guibutton"><strong>Next</strong></span> button. 
+          </p><div class="figure"><a id="d0e782"/><div class="figure-contents"><div class="mediaobject"><img src="images/deploy_createdeploy_1.png" alt="New BPEL Deploy file"/></div></div><p class="title"><b>Figure 2.16. New BPEL Deploy file</b></p></div><br class="figure-break"/></li><li><p>On the next wizard page you should enter the following information:</p><p>
+						<span class="emphasis"><em><span class="property">BPEL Project</span> </em></span>: Click the <span class="guibutton"><strong>Browse...</strong></span> button to select the BPEL project in your workspace where you want to deploy to the runtime. Please note that you should select the <code class="filename">bpelContent</code> folder in your new BPEL project for the <span class="property">BPEL Project</span> field because this is the correct location for the <code class="filename">deploy.xml</code> file.
+					</p><p>
+						<span class="emphasis"><em><span class="property">File name</span></em></span>: The default value is <code class="filename">deploy.xml</code>. This should not be changed.
+					</p><p>Click on the <span class="guibutton"><strong>Finish</strong></span> button to close the wizard and a new <code class="filename">deploy.xml</code> file will be created.</p><div class="figure"><a id="d0e827"/><div class="figure-contents"><div class="mediaobject"><img src="images/deploy_createdeploy_2.png" alt="New BPEL Deploy file Wizard"/></div></div><p class="title"><b>Figure 2.17. New BPEL Deploy file Wizard</b></p></div><br class="figure-break"/></li><li><p>
+						Double-click the <code class="filename">deploy.xml</code> file to open it in <span class="guilabel"><strong>ODE Descriptor Deployment Editor</strong></span>. In the <span class="guilabel"><strong>Inbound Interfaces</strong></span> section, click the <span class="guilabel"><strong>Associated Port</strong></span> column and select <span class="guilabel"><strong>HelloWorldProcessPort</strong></span> in the combobox.The <span class="guilabel"><strong>Related Service</strong></span> and <span class="guilabel"><strong>Binding Used</strong></span> columns should  be automatically filled in. Save the changes to the <code class="filename">deploy.xml</code> file.
+          </p><div class="figure"><a id="d0e860"/><div class="figure-contents"><div class="mediaobject"><img src="images/deploy_createdeploy_3.png" alt="deploy.xml file editor"/></div></div><p class="title"><b>Figure 2.18. deploy.xml file editor</b></p></div><br class="figure-break"/></li></ul></div></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h3 class="title"><a id="createruntime"/>2.2.2. Creating JBoss BPEL Server</h3></div></div></div><p>
+				Once you have installed the <span class="property">JBoss BPEL Runtime-RiftSaw</span>, you can create a server for JBoss BPEL runtime.
+			</p><div class="itemizedlist"><ul><li><p>
+						Open the <span class="guilabel"><strong>Servers</strong></span> view by selecting <span class="guimenuitem"><strong>Windows</strong></span> → <span class="guimenuitem"><strong>Show View</strong></span> → <span class="guimenuitem"><strong>Other...</strong></span> → <span class="guimenuitem"><strong>Server</strong></span> → <span class="guimenuitem"><strong>Servers</strong></span>.
+          </p></li><li><p>
+						Right-click the <span class="guilabel"><strong>Servers</strong></span> view and select <span class="guimenuitem"><strong>New</strong></span> → <span class="guimenuitem"><strong>Server</strong></span> to open the <span class="guilabel"><strong>New Server</strong></span> wizard: 
+          </p><div class="figure"><a id="d0e909"/><div class="figure-contents"><div class="mediaobject"><img src="images/deploy_createdeploy_4.png" alt="New Server Wizard"/></div></div><p class="title"><b>Figure 2.19. New Server Wizard</b></p></div><br class="figure-break"/></li><li><p>Select <span class="guilabel"><strong>JBoss AS 5.1</strong></span> as a server type. </p><div xmlns:rf="java:org.jboss.highlight.XhtmlRendererFactory" class="note"><h2>Note</h2><p>Please note, that only JBoss As 5.1 or higher version supports BPEL.</p></div></li><li><p>
+						Click the <span class="guibutton"><strong>Next</strong></span> button. On the next page, you should input your <span class="productname">JBoss As</span>™ location. Then click the <span class="guibutton"><strong>Next</strong></span> button and you will get the page like this: 
+					</p><div class="figure"><a id="d0e936"/><div class="figure-contents"><div class="mediaobject"><img src="images/deploy_createdeploy_5.png" alt="Add resource to the server"/></div></div><p class="title"><b>Figure 2.20. Add resource to the server</b></p></div><br class="figure-break"/></li><li><p>
+						Select <span class="guilabel"><strong>HelloWorld</strong></span>, then click the <span class="guibutton"><strong>Add</strong></span> button to add the project to the server. Finally, click the <span class="guibutton"><strong>Finish</strong></span> button.
+					</p><p>Start the server by right-clicking on the server and selecting the <span class="guilabel"><strong>Start</strong></span> item. </p><div class="figure"><a id="d0e959"/><div class="figure-contents"><div class="mediaobject"><img src="images/deploy_createdeploy_6.png" alt="The started server"/></div></div><p class="title"><b>Figure 2.21. The started server</b></p></div><br class="figure-break"/><p>Read the <a class="ulink" href="http://download.jboss.org/jbosstools/nightly-docs/en/as/html_single/index.html">JBoss Server Manager Reference Guide</a> for more detail on this process.</p></li><li><p>You can enter the link <a class="ulink" href="http://localhost:8080/bpel-console/app.html">http://localhost:8080/bpel-console/app.html</a> in your web browser to access the deployed processes.</p><div class="figure"><a id="d0e976"/><div class="figure-contents"><div class="mediaobject"><img src="images/deploy_createdeploy_7.png" alt="The BPEL console"/></div></div><p class="title"><b>Figure 2.22. The BPEL console</b></p></div><br class="figure-break"/></li></ul></div><p>
+				Please visit the <a class="ulink" href="http://www.jboss.com/index.html?module=bb&amp;op=viewforum&amp;f=201">JBoss Tools Users Forum</a> for more information and assistance.
+			</p></div></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h2 class="title"><a id="d0e987"/>2.3. Creating correlation sets</h2></div></div></div><p>
+			Correlation sets are used to identify ongoing conversations between a client and the BPEL process. Typically, a correlation is an element in a message that uniquely identifies the conversation between client and service; for example, an Order ID or Social Security Number. This also identifies a specific process instance being managed by the BPEL engine.
+		</p><p>
+			In many cases a single element of a message is not enough to make it unique, so correlations can be defined as composites of several fields. Since a conversation can involve many different types of messages. Different correlations will need to be defined for each message type.
+		</p><p>
+			To create a correlation for a messaging activity (for example: <span class="property">Invoke</span>, <span class="property">Receive</span>, <span class="property">Reply</span>), select the activity and then click <span class="guibutton"><strong>Add</strong></span> on the <span class="guilabel"><strong>Correlation Detail</strong></span> property tab. This will display the <span class="guilabel"><strong>Select a Property</strong></span> dialog.
+		</p><div class="figure"><a id="d0e1014"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Handlers_07.png" alt="Select a Property"/></div></div><p class="title"><b>Figure 2.23. Select a Property</b></p></div><br class="figure-break"/><p>
+			You canselect an existing property defined in the WSDL or click <span class="guibutton"><strong>New</strong></span> to create a new WSDL property, which will display the <span class="guilabel"><strong>Create Message Property</strong></span> dialog.
+		</p><div class="figure"><a id="d0e1028"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Handlers_08.png" alt="Create Message Property"/></div></div><p class="title"><b>Figure 2.24. Create Message Property</b></p></div><br class="figure-break"/><p>
+			Enter a name for the new WSDL property and its type. Either an XSD simple type or an XML Schema element. 
+		</p><p>
+			Next, click the <span class="guibutton"><strong>Browse</strong></span> button to select a type. This will display the <span class="guilabel"><strong>Type Selection</strong></span> dialog. 
+		</p><p>
+			Click <span class="guilabel"><strong>New</strong></span> in the <span class="guilabel"><strong>Aliases</strong></span> section to create a new WSDL property alias.
+		</p><div class="figure"><a id="d0e1052"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Handlers_09.png" alt="Create Property Alias"/></div></div><p class="title"><b>Figure 2.25. Create Property Alias</b></p></div><br class="figure-break"/><p>
+			Select either the <span class="guilabel"><strong>Message Type</strong></span>, XSD <span class="guilabel"><strong>Simple Type</strong></span> or XML scheme <span class="guilabel"><strong>Element</strong></span> radio button and click <span class="guibutton"><strong>Browse</strong></span> to select its type. Then click <span class="guibutton"><strong>OK</strong></span>.
+		</p></div></div><div class="chapter" lang="en-US"><div class="titlepage"><div><div><h2 class="title"><a id="reference"/>Chapter 3. Reference</h2></div></div></div><div class="toc"><dl><dt><span class="section"><a href="#d0e1089">3.1. Wizards</a></span></dt><dd><dl><dt><span class="section"><a href="#d0e1092">3.1.1. New BPEL project</a></span></dt><dt><span class="section"><a href="#d0e1135">3.1.2. New BPEL Process file</a></span></dt><dt><span class="section"><a href="#Reference-Wizard-Deployment_Descriptor">3.1.3. New BPEL Deployment Descriptor</a></span></dt></dl></dd><dt><span class="section"><a href="#d0e1360">3.2. Perspectives</a></span></dt><dd><dl><dt><span class="section"><a href="#d0e1363">3.2.1. BPEL Perspective</a></span></dt></dl></dd><dt><span class="section"><a href="#Reference-Views">3.3. Views</a></span></dt><dd><dl><dt><span class="section"><a href="#d0e1390">3.3.1. Outline</a></span></dt><dt><span class="section"><a href="#d0e1412">3.3.2. Palette</a></span></dt><dt><span class="section"><a href="#d0e1471">3.3.3. Dashboard</a></span></dt><dt><span class="section"><a href="#Reference-Property_sections">3.3.4. Property sections</a></span></dt></dl></dd><dt><span class="section"><a href="#d0e2434">3.4. Editors</a></span></dt><dd><dl><dt><span class="section"><a href="#d0e2437">3.4.1. BPEL Designer</a></span></dt><dt><span class="section"><a href="#d0e3246">3.4.2. BPEL Deployment Descriptor editor</a></span></dt></dl></dd><dt><span class="section"><a href="#d0e3300">3.5. Preference pages</a></span></dt><dd><dl><dt><span class="section"><a href="#d0e3305">3.5.1. Editor</a></span></dt><dt><span class="section"><a href="#d0e3316">3.5.2. Expression editors</a></span></dt><dt><span class="section"><a href="#d0e3327">3.5.3. WSIL browser</a></span></dt></dl></dd><dt><span class="section"><a href="#d0e3340">3.6. Dialogs</a></span></dt><dd><dl><dt><span class="section"><a href="#d0e3343">3.6.1. XPath expression editor (embedded control)</a></span></dt><dt><span class="section"><a href="#d0e3367">3.6.2. Quick pick (embedded control)</a></span></dt><dt><span class="section"><a href="#d0e3378">3.6.3. Type selection</a></span></dt><dt><span class="section"><a href="#Reference-Dialog-WSDL_Selection">3.6.4. Select WSDL property</a></span></dt><dt><span class="section"><a href="#d0e3483">3.6.5. Create WSDL property</a></span></dt><dt><span class="section"><a href="#d0e3530">3.6.6. Create WSDL property alias</a></span></dt><dt><span class="section"><a href="#d0e3560">3.6.7. Cheat sheets</a></span></dt></dl></dd><dt><span class="section"><a href="#d0e3591">3.7. Icons, buttons and menus</a></span></dt><dd><dl><dt><span class="section"><a href="#d0e3596">3.7.1. Context menu</a></span></dt></dl></dd></dl></div><p>
+		Described are the user interface controls of BPEL Designer, and how they relate to the OASIS standard. If you are new to BPEL it is recommended that you first become familiar with the concepts surrounding the technology, detailed in <a class="xref" href="#">???</a>.
+	</p><div class="section" lang="en-US"><div class="titlepage"><div><div><h2 class="title"><a id="d0e1089"/>3.1. Wizards</h2></div></div></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h3 class="title"><a id="d0e1092"/>3.1.1. New BPEL project</h3></div></div></div><p>The New BPEL Project wizard creates a faceted project which allows it to be deployed to the JBoss Riftsaw runtime engine. It is available by selecting <span class="guimenuitem"><strong>File</strong></span> → <span class="guimenuitem"><strong>New</strong></span> → <span class="guimenuitem"><strong>Other</strong></span> → <span class="guimenuitem"><strong>BPEL 2.0</strong></span> → <span class="guimenuitem"><strong>BPEL Project</strong></span>.</p><div class="figure"><a id="d0e1109"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/New_BPEL_Project.png" alt="New BPEL Project Wizard"/></div></div><p class="title"><b>Figure 3.1. New BPEL Project Wizard</b></p></div><br class="figure-break"/><p>The wizard consists of a single page:</p><p>
+				Enter the project name and select its location. When the wizard is completed the following files would have been created:
+			</p><div class="itemizedlist"><ul><li><p>
+						<code class="filename">bpelContent</code> folder
+					</p></li><li><p>
+						Project facet metadata
+					</p></li></ul></div><p>
+				The <code class="filename">bpelContent</code> folder contains all the files necessary for your project. This includes all WSDL and XSD files.
+			</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h3 class="title"><a id="d0e1135"/>3.1.2. New BPEL Process file</h3></div></div></div><p>
+				The <span class="guilabel"><strong>New BPEL Process File Wizard</strong></span> will create a BPEL process based on one of several templates defined by the wizard. The wizard assumes the new BPEL process is to be created in the curently selected project of the <span class="guilabel"><strong>Project Explorer</strong></span> or <span class="guilabel"><strong>Navigator</strong></span> view. If a BPEL process of the same name already exists within the project, a warning message will be displayed before any action is performed.
+			</p><div class="figure"><a id="d0e1149"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Create_a_BPEL_Process_File_01.png" alt="New BPEL Process"/></div></div><p class="title"><b>Figure 3.2. New BPEL Process</b></p></div><br class="figure-break"/><div class="itemizedlist"><ul><li><p>The first page includes the following options:</p><div class="table"><a id="d0e1159"/><p class="title"><b>Table 3.1. New BPEL Process file wizard. First page options.</b></p><div class="table-contents"><table summary="New BPEL Process file wizard. First page options." border="1"><colgroup><col align="left"/><col align="left"/><col align="left"/></colgroup><thead><tr><th align="left">Field</th><th align="left">Description</th><th align="left">Default</th></tr></thead><tbody><tr><td align="left">Name</td><td align="left">Enter the process name.</td><td align="left">no default value</td></tr><tr><td align="left">Namespace</td><td align="left">Enter the namespace URL. All namespaces should follow the W3C recommendation (<a class="ulink" href="http://www.w3.org/1999/10/nsuri">
+										http://www.w3.org/1999/10/nsuri</a>). </td><td align="left">no default value</td></tr><tr><td align="left">Template</td><td align="left">Select one of the provided templates: 
+                                        <div class="itemizedlist"><ul><li><p><span class="emphasis"><em>Asynchronous BPEL Process</em></span>  - 
+                                                generates the basis of orchestration logic:  receive and reply activities
+                                                are included into the process; client WSDL is generated, 
+                                                service is defined in the <span class="property">parentlink</span> of the process.
+                                                The caller is notified asynchronously when the process completes.
+                                            </p></li><li><p><span class="emphasis"><em>Empty BPEL Process</em></span>  - list of services participating in this BPEL process together
+                                                with the one of messages used within the process is empty.There are no any orchestration logic.</p></li><li><p><span class="emphasis"><em>Synchronous BPEL Process</em></span>  - 
+                                                similar to Asynchronous BPEL Process template except the fact that here
+                                                the caller is notified synchronously when the process completes.</p></li></ul></div></td><td align="left">Asynchronous BPEL Process</td></tr><tr><td align="left">Abstract Process</td><td align="left">Specifies the created process as an abstract one -partially
+                                        specified processes that are not intended to be executed.</td><td align="left">unchecked</td></tr></tbody></table></div></div><br class="table-break"/><p>
+						The second page of the wizard defines the process interface (WSDL file) including the web service address, port definition and protocol. The wizard will populate all of these fields with appropriate default values based on the information provided on the previous page.
+					</p><div class="figure"><a id="d0e1227"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Create_a_BPEL_Process_File_02.png" alt="New BPEL Process"/></div></div><p class="title"><b>Figure 3.3. New BPEL Process</b></p></div><br class="figure-break"/></li><li><p>The second page includes the following options:</p><div class="table"><a id="d0e1236"/><p class="title"><b>Table 3.2. New BPEL process file wizard. Second page options.</b></p><div class="table-contents"><table summary="New BPEL process file wizard. Second page options." border="1"><colgroup><col align="left"/><col align="left"/><col align="left"/></colgroup><thead><tr><th align="left">Field</th><th align="left">Description</th><th align="left">Default</th></tr></thead><tbody><tr><td align="left">Service Name</td><td align="left">Enter a WDSL service name for the BPEL process.</td><td align="left">The process name</td></tr><tr><td align="left">Port Name</td><td align="left">Enter a WDSL port name for the BPEL process.</td><td align="left">The process name + 'Port'</td></tr><tr><td align="left">Service Address</td><td align="left">Enter an address of the WDSL service for the BPEL process.</td><td align="left">http://localhost:8080/ + process name </td></tr><tr><td align="left">Binding Protocol</td><td align="left">Choose the binding protocol that you use in the WDSL: SOAP or HTTP</td><td align="left">SOAP</td></tr></tbody></table></div></div><br class="table-break"/></li><li><p>
+							The final page allows you to select the target project and folder for the new process artifacts. If a process with the name you provided already exists in that project and folder, the wizard will display an error message. 
+						</p><p>
+							If the project is not a BPEL Project (does not define a BPEL facet) the wizard will display a warning message. You can still create the BPEL process, however it will not be deployable to a BPEL runtime engine until the BPEL facet has been added to the project (see the <span class="guimenuitem"><strong>Help</strong></span> menu for more information about project facets).
+						</p><div xmlns:rf="java:org.jboss.highlight.XhtmlRendererFactory" class="important"><h2>Important</h2><p>
+								BPEL artifacts must be contained somewhere within the <code class="filename">bpelContent</code> folder hierarchy if you intend to deploy the process. Complex projects may be organized into a folder hierarchy, but these folders must be contained within <code class="filename">bpelContent</code>.
+							</p><p>
+								The <code class="filename">Deployment Descriptor</code> file must be contained within the <code class="filename">bpelContent</code> folder and at the root of any folder hierarchy.
+							</p></div><div class="figure"><a id="d0e1306"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Create_a_BPEL_Process_File_03.png" alt="New BPEL Process"/></div></div><p class="title"><b>Figure 3.4. New BPEL Process</b></p></div><br class="figure-break"/><p>
+							You will be asked if you wish for the BPEL persepective to be opened once this wizard completes.
+						</p></li></ul></div></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h3 class="title"><a id="Reference-Wizard-Deployment_Descriptor"/>3.1.3. New BPEL Deployment Descriptor</h3></div></div></div><p>
+				Use this wizard to create a <code class="filename">Deployment Descriptor</code> file. This file is a manifest for the web service and is required if the BPEL process is to be deployed to a runtime engine.
+			</p><div class="figure"><a id="d0e1322"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/BPEL_Deyployment_Descriptor_01.png" alt="BPEL Deployment Descriptor"/></div></div><p class="title"><b>Figure 3.5. BPEL Deployment Descriptor</b></p></div><br class="figure-break"/><div class="itemizedlist"><ul><li><p>The page includes the following options:</p><div class="table"><a id="d0e1332"/><p class="title"><b>Table 3.3. New BPEL Process file wizard. First page options.</b></p><div class="table-contents"><table summary="New BPEL Process file wizard. First page options." border="1"><colgroup><col align="left"/><col align="left"/></colgroup><thead><tr><th align="left">Field</th><th align="left">Description</th></tr></thead><tbody><tr><td align="left">BPEL Project</td><td align="left">Select the project and folder where the new <code class="filename">Deployment Descriptor</code> will be created. This must also be the root folder that contains the BPEL processes.</td></tr><tr><td align="left">File name</td><td align="left">This field is automatically filled and cannot be edited.</td></tr></tbody></table></div></div><br class="table-break"/><p>
+						The BPEL Deployment Descriptor Editor will open once this wizard completes.
+					</p></li></ul></div></div></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h2 class="title"><a id="d0e1360"/>3.2. Perspectives</h2></div></div></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h3 class="title"><a id="d0e1363"/>3.2.1. BPEL Perspective</h3></div></div></div><p>
+			The BPEL Perspective is designed to facilitate the development and deployment of BPEL processes and their artifacts. To open this perspective navigate to <span class="guimenuitem"><strong>Window</strong></span> → <span class="guimenuitem"><strong>Open Perspective</strong></span> → <span class="guimenuitem"><strong>Other</strong></span> → <span class="guimenuitem"><strong>BPEL</strong></span> and click <span class="guibutton"><strong>OK</strong></span>.
+			</p><div class="figure"><a id="d0e1381"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/BPEL_Perspective_01.png" alt="BPEL Perspective default layout"/></div></div><p class="title"><b>Figure 3.6. BPEL Perspective default layout</b></p></div><br class="figure-break"/></div></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h2 class="title"><a id="Reference-Views"/>3.3. Views</h2></div></div></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h3 class="title"><a id="d0e1390"/>3.3.1. Outline</h3></div></div></div><p>
+				The <span class="guilabel"><strong>Outline</strong></span> view provides a structural layout of the BPEL process. You can view the process as either a hierarchical tree-structured outline (<span class="inlinemediaobject"><img src="images/reference/View_Outline_icon_01.png"/></span>) or as a thumbnail view (<span class="inlinemediaobject"><img src="images/reference/View_Outline_icon_02.png"/></span>), by pressing the associated button.
+			</p><div class="figure"><a id="d0e1406"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/View_Outline_01.png" alt="Outline view"/></div></div><p class="title"><b>Figure 3.7. Outline view</b></p></div><br class="figure-break"/></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h3 class="title"><a id="d0e1412"/>3.3.2. Palette</h3></div></div></div><p>
+				The primary editing, creation and viewing tools of the BPEL Designer are accessed from the <span class="guilabel"><strong>Palette</strong></span>. The <span class="guilabel"><strong>Palette</strong></span> can be docked either at the right or left edge of the BPEL Designer main window, or it can be detached and displayed in its own view.
+		</p><div class="figure"><a id="d0e1423"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Palette_01.png" alt="Palette"/></div></div><p class="title"><b>Figure 3.8. Palette</b></p></div><br class="figure-break"/><h5 xmlns:rf="java:org.jboss.highlight.XhtmlRendererFactory" class="formalpara">Selection Tools</h5><p class="formalpara">
+				The <span class="guilabel"><strong>Selection Tool</strong></span> is used to select individual activities in the editors drawing canvas. Multiple activities can be selected by holding the <span class="keycap"><strong>CTRL</strong></span> or <span class="keycap"><strong>SHIFT</strong></span> keys in combination with left mouse click. The <span class="guilabel"><strong>Marquee Tool</strong></span> allows selection of groups of activities by dragging a selection rectangle around them.
+			</p><h5 xmlns:rf="java:org.jboss.highlight.XhtmlRendererFactory" class="formalpara">Tool Drawers</h5><p class="formalpara">
+				BPEL activities are created by dragging icons from the labeled <span class="guilabel"><strong>Actions</strong></span>, <span class="guilabel"><strong>Controls</strong></span> and <span class="guilabel"><strong>Faults</strong></span> palette sections (or drawers), onto the editor’s drawing canvas. These sections can be collapsed and expanded by clicking on individual palette section titles. They can also be <span class="emphasis"><em>pinned</em></span> to prevent them from collapsing if another section is expanded.
+			</p><h5 xmlns:rf="java:org.jboss.highlight.XhtmlRendererFactory" class="formalpara">Zoom Tools</h5><p class="formalpara">
+				The tools at the bottom of the <span class="guilabel"><strong>Palette</strong></span> are used to expand or shrink the drawing canvas.
+			</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h3 class="title"><a id="d0e1471"/>3.3.3. Dashboard</h3></div></div></div><p>
+				This panel is embedded in the BPEL Designer canvas and provides a quick overview of the BPEL elements that are defined for the currently selected activity or BPEL process.
+			</p><div class="figure"><a id="d0e1476"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Dashboard_01.png" alt="Palette"/></div></div><p class="title"><b>Figure 3.9. Palette</b></p></div><br class="figure-break"/><p>
+				The process name appears at the top of the Dashboard. The main Dashboard area lists all of the <span class="guilabel"><strong>Partner Links</strong></span>, <span class="guilabel"><strong>Variables</strong></span>,<span class="guilabel"><strong>Correlation Sets</strong></span> and <span class="guilabel"><strong>Message Exchanges</strong></span> currently defined for the process. The green plus symbol and grey x symbol allow you to add and delete each of these elements. In-line editing of all element names works by selecting the name and then clicking again to enable the editor.
+			</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h3 class="title"><a id="Reference-Property_sections"/>3.3.4. Property sections</h3></div></div></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h4 class="title"><a id="d0e1499"/>3.3.4.1. Common property section tabs</h4></div></div></div><p>
+					This section describes the Property Sheet tabs that are common to many activities.
+				</p><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e1504"/>3.3.4.1.1. Description tab</h5></div></div></div><div class="figure"><a id="d0e1507"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Common_Property_Tabs_01.png" alt="Description tab"/></div></div><p class="title"><b>Figure 3.10. Description tab</b></p></div><br class="figure-break"/><p>
+						The <span class="guilabel"><strong>Description</strong></span> tab contains the activity name. Names must follow XML element naming conventions, limiting characters to letters, numbers and certain special characters only (spaces are not permited). For further information on XML element naming conventions, see <a class="ulink" href="http://www.w3.org/TR/xml/">http://www.w3.org/TR/xml/</a>
+					</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e1521"/>3.3.4.1.2. Join Behavior tab</h5></div></div></div><div class="figure"><a id="d0e1524"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Common_Property_Tabs_02.png" alt="Join Behavior tab"/></div></div><p class="title"><b>Figure 3.11. Join Behavior tab</b></p></div><br class="figure-break"/><p>
+						Join conditions are evaluated by the target activities of links. With the drop-down <span class="guilabel"><strong>Expression language</strong></span> menu, enter an XPath expression that defines the condition of the join. The <span class="guilabel"><strong>Suppress Join Failure</strong></span> behavior defined by the process or a containing scope can be overridden with the radio buttons at the bottom.
+					</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e1538"/>3.3.4.1.3. Correlation tab</h5></div></div></div><div class="figure"><a id="d0e1541"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Common_Property_Tabs_03.png" alt="Correlation tab"/></div></div><p class="title"><b>Figure 3.12. Correlation tab</b></p></div><br class="figure-break"/><p>
+						The <span class="guilabel"><strong>Correlation</strong></span> tab lists all correlations that are used by the currently selected <span class="guilabel"><strong>Receive</strong></span>, <span class="guilabel"><strong>Reply</strong></span> or <span class="guilabel"><strong>Invoke</strong></span> activity. Correlations can be added to or removed from the activity through this tab. 
+					</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="Common_Property_sheet_tabs-Namespaces_tab"/>3.3.4.1.4. Namespaces tab</h5></div></div></div><div class="figure"><a id="d0e1569"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Common_Property_Tabs_04.png" alt="Namespaces tab"/></div></div><p class="title"><b>Figure 3.13. Namespaces tab</b></p></div><br class="figure-break"/><p>
+						Namespaces are URIs (Uniform Resource Identifiers) that uniquely identify a set of resources on the Internet. Because URIs can be very lengthy, shorthand aliases called prefixes are typically defined and used in XML files to make the XML more readable.
+					</p><p>
+						The <span class="guilabel"><strong>Namespaces</strong></span> tab lists all of the namespace URIs and their prefixes in scope for the currently selected activity. Whenever you create a reference to an external property (an element defined in an XSD) whose namespace has not yet been assigned a prefix, the BPEL Designer will prompt you to create a prefix. This can also be done beforehand through the <span class="guilabel"><strong>Namespace</strong></span> tab of the <span class="guilabel"><strong>Properties</strong></span> sheet for the property by clicking the <span class="guibutton"><strong>Assign Prefix</strong></span> button.
+					</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e1591"/>3.3.4.1.5. Message Exchange tab</h5></div></div></div><div class="figure"><a id="d0e1594"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Common_Property_Tabs_05.png" alt="Message Exchange tab"/></div></div><p class="title"><b>Figure 3.14. Message Exchange tab</b></p></div><br class="figure-break"/><p>
+						Message exchanges are used to associate a <span class="property">Reply</span> activity with an <span class="property">inbound message</span> activity and can be either a <span class="property">Receive</span>, <span class="property">OnMessage</span> or <span class="property">OnEvent</span>. These are descriptive names given to a request-response conversation between two parties and must conform to XML element naming conventions. For further informaiton on XML element naming conventions, see <a class="ulink" href="http://www.w3.org/TR/xml/">http://www.w3.org/TR/xml/</a>.
+					</p></div></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h4 class="title"><a id="d0e1620"/>3.3.4.2. Process Property sheet tabs</h4></div></div></div><p>
+					This section describes the Property Sheet tabs that are unique to process activities.
+				</p><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e1625"/>3.3.4.2.1. Description tab</h5></div></div></div><div class="figure"><a id="d0e1628"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Property_Sheet_01.png" alt="Description tab"/></div></div><p class="title"><b>Figure 3.15. Description tab</b></p></div><br class="figure-break"/><p>
+					The <span class="guilabel"><strong>Description</strong></span> tab allows you to change the process name and its namespace URI. All namespaces should follow the W3C recommendation (<a class="ulink" href="http://www.w3.org/2005/07/13-nsuri">http://www.w3.org/2005/07/13-nsuri</a>.
+				</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e1642"/>3.3.4.2.2. Details tab</h5></div></div></div><div class="figure"><a id="d0e1645"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Property_Sheet_02.png" alt="Details tab"/></div></div><p class="title"><b>Figure 3.16. Details tab</b></p></div><br class="figure-break"/><p>
+					The <span class="guilabel"><strong>Process Details</strong></span> tab allows you to select the default <span class="guilabel"><strong>Expression</strong></span> and <span class="guilabel"><strong>Query</strong></span> language. If you set <span class="guilabel"><strong>Exit on Standard Fault</strong></span> to <span class="guilabel"><strong>Yes</strong></span>, it will cause the process to terminate if a WS-BPEL standard fault, other than a join failure, is encountered.
+				</p><div xmlns:rf="java:org.jboss.highlight.XhtmlRendererFactory" class="note"><h2>Note</h2><p>
+						Currently only XPath 1.0 is supported.
+					</p></div></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e1671"/>3.3.4.2.3. Join Behavior tab</h5></div></div></div><div class="figure"><a id="d0e1674"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Property_Sheet_03.png" alt="Join Behavior tab"/></div></div><p class="title"><b>Figure 3.17. Join Behavior tab</b></p></div><br class="figure-break"/><p>
+					The <span class="guilabel"><strong>Process Join Behavior</strong></span> tab determines how the process will handle join failures. When set to <span class="guilabel"><strong>Yes</strong></span>, any <code class="exceptionname">JoinFailure</code> fault (detailed in the WS-BPEL Standard Faults section of the OASIS specification: <a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#_Toc164738543">http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#_Toc164738543</a>) will be ignored for all activities in the process. An activity is able override this value, or inherit the value from its parent.
+				</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e1694"/>3.3.4.2.4. Imports tab</h5></div></div></div><div class="figure"><a id="d0e1697"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Property_Sheet_04.png" alt="Imports tab"/></div></div><p class="title"><b>Figure 3.18. Imports tab</b></p></div><br class="figure-break"/><p>
+					The <span class="guilabel"><strong>Imports Detail</strong></span> tab lists all of the imported service interfaces (WSDL) and XML Schemas (XSD) used by the process. Additional WSDL and XSD files can be added to the imports on this page. After a new resource has been imported, you may assign a prefix to the namespace URI from the <span class="guilabel"><strong>Namespaces</strong></span> tab.
+				</p><div xmlns:rf="java:org.jboss.highlight.XhtmlRendererFactory" class="note"><h2>Note</h2><p>
+						Imported resources must be located in the project root folder (<code class="filename">bpelContent</code> by default) or in a sub-folder.
+					</p></div></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e1717"/>3.3.4.2.5. Namespaces</h5></div></div></div><p>
+						For information on the <span class="guilabel"><strong>Namespaces</strong></span> tab, see <a class="xref" href="#Common_Property_sheet_tabs-Namespaces_tab" title="3.3.4.1.4. Namespaces tab">Section 3.3.4.1.4, “Namespaces tab”</a>
+					</p></div></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h4 class="title"><a id="d0e1727"/>3.3.4.3. Details tab</h4></div></div></div><p>
+					This section describes the <span class="guilabel"><strong>Details</strong></span> tab and its attributes as they will appear for individual activities. Several activities share common detail elements, but all are presented here for your reference.
+				</p><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e1735"/>3.3.4.3.1. Partner Links</h5></div></div></div><div class="figure"><a id="d0e1738"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Details_tab_01.png" alt="Partner Links"/></div></div><p class="title"><b>Figure 3.19. Partner Links</b></p></div><br class="figure-break"/><p>
+						<span class="property">Partner Links</span> help define the conversations between two services. They define the roles each partner plays in the conversation and the types of messages that can be exchanged between them.
+					</p><p>
+						The <span class="guilabel"><strong>Details</strong></span> tab allows you to choose the <span class="guilabel"><strong>Expression language</strong></span> and <span class="guilabel"><strong>Query language</strong></span> for selecting elements of a <span class="property">Partner Link</span>. 
+					</p><div xmlns:rf="java:org.jboss.highlight.XhtmlRendererFactory" class="note"><h2>Note</h2><p>
+							Currently only XPath 1.0 is supported.
+						</p></div></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e1766"/>3.3.4.3.2. Variables</h5></div></div></div><div class="figure"><a id="d0e1769"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Details_tab_02.png" alt="Variables"/></div></div><p class="title"><b>Figure 3.20. Variables</b></p></div><br class="figure-break"/><p>
+						<span class="property">Variables</span> are used in BPEL to store inbound and outbound messages for examination and manipulation by the business logic; they can also be used to save intermediate results and the process state. There are three kinds of variable declarations: messages types, XML Schema types and XML Schema elements.
+					</p><p>
+						The <span class="guilabel"><strong>Details</strong></span> tab allows you to define the variable declared type and its structure by selecting from known types. Once a variable type has been defined, the structure of the variable is shown. Clicking on the hyperlink will open the WSDL or XML Schema editor for the selected type or element. 
+					</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e1787"/>3.3.4.3.3. Empty</h5></div></div></div><div class="figure"><a id="d0e1790"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Details_tab_03.png" alt="Empty"/></div></div><p class="title"><b>Figure 3.21. Empty</b></p></div><br class="figure-break"/><p>
+						The <span class="property">Empty</span> activity is a placeholder for any undefined <span class="property">Basic Activity</span> and is intended to eventually be replaced by a real activity before the process can actually be executed. If the BPEL engine encounters an <span class="property">Empty</span> activity, it is ignored.
+					</p><p>
+						The <span class="guilabel"><strong>Details</strong></span> tab allows you to select one of four basic actions: <span class="property">Invoke</span>, <span class="property">Receive</span>, <span class="property">Reply</span> and <span class="property">Assign</span>. Hovering the mouse over one of the selection buttons displays a brief description of that activity.
+					</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="Reference-Details_tab-Invoke"/>3.3.4.3.4. Invoke</h5></div></div></div><div class="figure"><a id="d0e1827"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Details_tab_04.png" alt="Invoke"/></div></div><p class="title"><b>Figure 3.22. Invoke</b></p></div><br class="figure-break"/><p>
+						The <span class="property">Invoke</span> activity requires a <span class="property">Partner Link</span> name and an <span class="property">Operation</span> as defined in the WSDL for that service. You can use the <span class="guilabel"><strong>Quick Pick</strong></span> tree control at the right to select the <span class="property">Partner Link</span> and <span class="property">Operation</span>. For one-way invocations of the service, specify only an <span class="property">Input Variable</span>; for request-response invocations you must also specify an <span class="property">Output Variable</span>.
+					</p><p>
+						The checkbox labeled <span class="guilabel"><strong>Use WSDL Message Parts Mapping</strong></span> provides an alternative to using variables for the request message.
+					</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="Reference-Details_tab-Receive"/>3.3.4.3.5. Receive</h5></div></div></div><div class="figure"><a id="d0e1867"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Details_tab_05.png" alt="Receive"/></div></div><p class="title"><b>Figure 3.23. Receive</b></p></div><br class="figure-break"/><p>
+						A <span class="property">Receive</span> activity requires a <span class="property">Partner Link</span> name and an Operation as defined in the WSDL for this service. You can use the <span class="guilabel"><strong>Quick Pick</strong></span> tree control at the right to select the <span class="property">Partner Link</span> and <span class="property">Operation</span>. A previously defined variable can be used to hold the message data, or the <span class="guilabel"><strong>Use WSDL Message Parts Mapping</strong></span> checkbox can be set to store the incoming message in an anonymous WSDL message variable.
+					</p><p>
+						The <span class="guilabel"><strong>Create a new Process Instance</strong></span> checkbox, when enabled, will cause the BPEL engine to start a new process. This will start a new conversation with a client.
+					</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="Reference-Details_tab-Reply"/>3.3.4.3.6. Reply</h5></div></div></div><div class="figure"><a id="d0e1901"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Details_tab_06.png" alt="Reply"/></div></div><p class="title"><b>Figure 3.24. Reply</b></p></div><br class="figure-break"/><p>
+						A <span class="property">Reply</span> activity requires a <span class="property">Partner Link</span> name and an <span class="property">Operation</span> as defined in the WSDL for this service. You can use the <span class="guilabel"><strong>Quick Pick</strong></span> tree control at the right to select the <span class="property">Partner Link</span> and <span class="property">Operation</span>. A previously defined variable can be used to provide the response message data, or the <span class="guilabel"><strong>Use WSDL Message Parts Mapping</strong></span> checkbox can be set to use the data from the anonymous WSDL message variable.
+					</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e1930"/>3.3.4.3.7. Opaque</h5></div></div></div><p>
+						<span class="property">Opaque</span> activities are only used in abstract processes, and are meant as placeholders for other activities or complex business logic that has not yet been determined. When you drag and drop an <span class="property">Opaque</span> activity onto the drawing canvas, the process will be converted to a non-executable, abstract process. The BPEL Designer will inform you about this by displaying a warning dialog.
+					</p><div class="figure"><a id="d0e1941"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Details_tab_07-Opaque_Warning.png" alt="Opaque"/></div></div><p class="title"><b>Figure 3.25. Opaque</b></p></div><br class="figure-break"/></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="Reference-Details_tab-Assign"/>3.3.4.3.8. Assign</h5></div></div></div><p>
+						The <span class="property">Assign</span> section is probably one of the more complex pages in the BPEL Designer, due to the nature of the BPEL <span class="property">Assign</span> activity. The figure below shows the detail tab of an empty <span class="property">Assign</span> activity with callouts describing each component:
+					</p><div class="figure"><a id="d0e1961"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Details_tab_08.png" alt="Assign"/></div></div><p class="title"><b>Figure 3.26. Assign</b></p></div><br class="figure-break"/><div xmlns:rf="java:org.jboss.highlight.XhtmlRendererFactory" class="orderedlist"><ol><li><p>
+								List (initially empty) of assignment operations currently defined.
+							</p></li><li><p>
+								<span class="guilabel"><strong>From</strong></span> combo box for selecting the source element category.
+							</p></li><li><p>
+								<span class="guilabel"><strong>To</strong></span> combo box for selecting the target element category.
+							</p></li><li><p>
+								Contents and order management buttons. The <span class="guibutton"><strong>New</strong></span> button adds a new assignment operation to the list. When clicked, the <span class="guilabel"><strong>From</strong></span> and <span class="guilabel"><strong>To</strong></span> combo boxes become active and display <span class="property">Variable</span>. These allow you to select the source and categories for target items.
+							</p></li><li><p>
+								<span class="guilabel"><strong>Validate checkbox</strong></span>; when enabled will cause the BPEL engine to validate the data after the assignment. If an error is detected it will cause a fault, which can be caught by a fault handler in the BPEL process.
+							</p></li><li><p>
+								<span class="guilabel"><strong>Ignore Missing Source Data checkbox</strong></span>; When enabled, missing source data is not considered an error (no fault will be generated).
+							</p></li><li><p>
+								<span class="guilabel"><strong>Keep Source Element Name checkbox</strong></span>; when enabled, the complex target variable element names will not be replaced by the source element names if they differ.
+							</p></li></ol></div><p>
+						The following figure shows the detail tab of an <span class="property">Assign</span> activity which has an XPath expression as the source (<span class="guilabel"><strong>From</strong></span>) and a process variable element as the target (<span class="guilabel"><strong>To</strong></span>):
+					</p><div class="figure"><a id="d0e2027"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Details_tab_08b.png" alt="Assign"/></div></div><p class="title"><b>Figure 3.27. Assign</b></p></div><br class="figure-break"/><p>
+						A requirement of the BPEL language is that all complex variables must be initialized with valid XML before they are referenced either as a target of an assignment, or in another BPEL activity. The BPEL Designer understands this and, once you have selected the target of an assignment operation, it will ask if you would like to have an XML fragment generated for the target variable:	
+					</p><div class="figure"><a id="d0e2036"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Details_tab_08c-Initializer.png" alt="Assign"/></div></div><p class="title"><b>Figure 3.28. Assign</b></p></div><br class="figure-break"/><p>
+						Unless you are certain that the variable has been initialized during a previous assignment operation or other activity, you should click <span class="guibutton"><strong>Yes</strong></span>. The figure below shows the <span class="property">Assign</span> details tab after the initializer has been generated:
+					</p><div class="figure"><a id="d0e2050"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Details_tab_08d.png" alt="Assign"/></div></div><p class="title"><b>Figure 3.29. Assign</b></p></div><br class="figure-break"/><h5 xmlns:rf="java:org.jboss.highlight.XhtmlRendererFactory" class="formalpara">Assignment Operation Categories</h5><p class="formalpara">
+							Additional type selection or data entry widgets will appear below the <span class="guilabel"><strong>From</strong></span> and <span class="guilabel"><strong>To</strong></span> combo boxes, depending on the source and target item categories selected in the combo boxes. Initially these will be controls for the selection of process variables, since the default combo box selection is <span class="property">Variable</span>. The possible source and target categories are described in the following table:
+						</p><div class="table"><a id="d0e2070"/><p class="title"><b>Table 3.4. Possible source and target categories</b></p><div class="table-contents"><table summary="Possible source and target categories" border="1"><colgroup><col align="left"/><col align="left"/><col align="left"/><col align="left"/><col align="left"/></colgroup><thead><tr><th align="left">Category</th><th align="left">Control type</th><th align="left">Can be source?</th><th align="left">Can be target?</th><th align="left">Further information</th></tr></thead><tbody><tr><td align="left">Variable</td><td align="left">Tree</td><td align="left">Yes</td><td align="left">Yes</td><td align="left">Select an in-scope variable or any portion if it is a complex variable. The target of the assignment must have the same type (for simple variables) or structure (for complex variables) as the source.</td></tr><tr><td align="left">Expression</td><td align="left">XPath</td><td align="left">Yes</td><td align="left">Yes</td><td align="left">Enter a valid XPath expression with the XPath editor. For targets, the expression must resolve to an L-Value; that is, it must be a variable reference.</td></tr><tr><td align="left">Fixed Value</td><td align="left">Text</td><td align="left">Yes</td><td align="left">No</td><td align="left">Enter a valid XML fragment that is compatible in structure and data type with the target.</td></tr><tr><td align="left">Property of a Variable</td><td align="left">List</td><td align="left">Yes</td><td align="left">Yes</td><td align="left">N/A</td></tr><tr><td align="left">Partner Link reference</td><td align="left">List</td><td align="left">Yes</td><td align="left">Yes</td><td align="left">N/A</td></tr><tr><td align="left">Endpoint reference</td><td align="left">List</td><td align="left">Yes</td><td align="left">No</td><td align="left">N/A</td></tr><tr><td align="left">Opaque</td><td align="left">None</td><td align="left">Yes</td><td align="left">No</td><td align="left">N/A</td></tr></tbody></table></div></div><br class="table-break"/></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="Reference-Details_tab-Validate"/>3.3.4.3.9. Validate</h5></div></div></div><div class="figure"><a id="d0e2172"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Details_tab_09.png" alt="Validate"/></div></div><p class="title"><b>Figure 3.30. Validate</b></p></div><br class="figure-break"/><p>
+						The <span class="property">Validate</span> details tab contains a list of variables to be validated.
+					</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e2183"/>3.3.4.3.10. While and RepeatUntil</h5></div></div></div><div class="figure"><a id="d0e2186"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Details_tab_10.png" alt="While and RepeatUntil"/></div></div><p class="title"><b>Figure 3.31. While and RepeatUntil</b></p></div><br class="figure-break"/><p>
+						These activities have the same details tab, which allows you to specify an XPath expression to be evaluated for the conditional activity. 
+					</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e2196"/>3.3.4.3.11. Link</h5></div></div></div><div class="figure"><a id="d0e2199"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Details_tab_11.png" alt="Link"/></div></div><p class="title"><b>Figure 3.32. Link</b></p></div><br class="figure-break"/><p>
+						The <span class="property">Link</span> detail tab allows you to specify a condition that will cause <span class="property">Flow</span> synchronization to be satisfied and allow the target activity to continue. This is similar to the details tab of the other conditional activities.
+					</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e2213"/>3.3.4.3.12. Pick</h5></div></div></div><div class="figure"><a id="d0e2216"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Details_tab_12.png" alt="Pick"/></div></div><p class="title"><b>Figure 3.33. Pick</b></p></div><br class="figure-break"/><p>
+						The <span class="property">Pick</span> details tab allows you to specify whether the event will create a new process instance. 
+					</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="Reference-Details_tab-OnMessage"/>3.3.4.3.13. OnMessage</h5></div></div></div><div class="figure"><a id="d0e2232"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Details_tab_13.png" alt="OnMessage"/></div></div><p class="title"><b>Figure 3.34. OnMessage</b></p></div><br class="figure-break"/><p>
+						The <span class="property">OnMessage</span> activity is used in either a <span class="property">Pick</span> or event handler.
+					</p><p>
+						The <span class="guilabel"><strong>Details</strong></span> tab allows you to specify the <span class="property">Partner Link</span>, <span class="property">Operation</span> and <span class="property">Message Type</span> expected by the activity, and the process variable that will contain the received message data.
+					</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="Reference-Details_tab-OnAlarm"/>3.3.4.3.14. OnAlarm</h5></div></div></div><div class="figure"><a id="d0e2263"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Details_tab_14.png" alt="OnAlarm"/></div></div><p class="title"><b>Figure 3.35. OnAlarm</b></p></div><br class="figure-break"/><p>
+						The <span class="property">OnAlarm</span> activity is used in either a <span class="property">Pick</span> or event handler to handle timeouts while waiting for messages to arrive. This activity can be configured to wait for a certain period of time or until a specific date and time.
+					</p><p>
+						The <span class="guilabel"><strong>Details</strong></span> tab allows you to specify the <span class="property">Partner Link</span>, <span class="property">Operation</span> and <span class="property">Message Type</span> expected by the activity, and the process variable that will contain the received message data.
+					</p><p>
+						<span class="guilabel"><strong>Repeat</strong></span> conditions are only allowed for an <span class="property">OnAlarm</span> in an event handler. This allows the activities enclosed in the activity to be executed repeatedly. <span class="guilabel"><strong>Repeat</strong></span> duration is the amount of time the process will wait before each repetition. The <span class="guilabel"><strong>Repeat</strong></span> screen follows:
+					</p><div class="figure"><a id="d0e2305"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Details_tab_14b.png" alt="OnAlarm"/></div></div><p class="title"><b>Figure 3.36. OnAlarm</b></p></div><br class="figure-break"/></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e2311"/>3.3.4.3.15. ForEach</h5></div></div></div><div class="figure"><a id="d0e2314"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Details_tab_15.png" alt="ForEach"/></div></div><p class="title"><b>Figure 3.37. ForEach</b></p></div><br class="figure-break"/><p>
+						The details tab of the <span class="property">ForEach</span> activity allows you to specify a counter variable to be used for keeping track of the loop iterations. The <span class="guilabel"><strong>Parallel execution</strong></span> checkbox, when enabled, will execute all iterations in parallel. 
+					</p><div class="figure"><a id="d0e2330"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Details_tab_15b.png" alt="ForEach"/></div></div><p class="title"><b>Figure 3.38. ForEach</b></p></div><br class="figure-break"/><p>
+						The <span class="guilabel"><strong>Counter Values</strong></span> tab is where the required starting and ending counter values are specified.
+					</p><div class="figure"><a id="d0e2341"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Details_tab_15c.png" alt="ForEach"/></div></div><p class="title"><b>Figure 3.39. ForEach</b></p></div><br class="figure-break"/><p>
+						The optional <span class="guilabel"><strong>Completion</strong></span> tab allows you to specify the early termination condition for the loop.
+					</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="Reference-Details_tab-Wait"/>3.3.4.3.16. Wait</h5></div></div></div><div class="figure"><a id="d0e2355"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Details_tab_16.png" alt="Wait"/></div></div><p class="title"><b>Figure 3.40. Wait</b></p></div><br class="figure-break"/><p>
+						The details tab of the <span class="property">Wait</span> activity allows you set a delay (<span class="property">Duration</span>) or specify a date and time (<span class="property">Date</span>) for when to continue process execution.
+					</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e2372"/>3.3.4.3.17. Scope</h5></div></div></div><div class="figure"><a id="d0e2375"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Details_tab_17.png" alt="Scope"/></div></div><p class="title"><b>Figure 3.41. Scope</b></p></div><br class="figure-break"/><p>
+						The details tab for the <span class="property">Scope</span> activity allows you to define whether the Scope is <span class="guilabel"><strong>isolated</strong></span>.
+					</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e2391"/>3.3.4.3.18. Throw</h5></div></div></div><div class="figure"><a id="d0e2394"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Details_tab_18.png" alt="Throw"/></div></div><p class="title"><b>Figure 3.42. Throw</b></p></div><br class="figure-break"/><p>
+						The <span class="property">Throw</span> activity will invoke a fault handler in an enclosing <span class="property">Scope</span> activity. <span class="property">Throw</span> requires the name of either a standard BPEL fault, or the name of a user-defined fault message. A variable is used to hold the value of the fault data.
+					</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e2411"/>3.3.4.3.19. CompensateScope</h5></div></div></div><div class="figure"><a id="d0e2414"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Details_tab_19.png" alt="CompensateScope"/></div></div><p class="title"><b>Figure 3.43. CompensateScope</b></p></div><br class="figure-break"/><p>
+						The <span class="property">CompensateScope</span> activity will invoke a compensation handler in the <span class="property">Scope</span> or the <span class="property">Invoke</span> activity given by the name of the <span class="guilabel"><strong>Target Activity</strong></span>. 
+					</p></div></div></div></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h2 class="title"><a id="d0e2434"/>3.4. Editors</h2></div></div></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h3 class="title"><a id="d0e2437"/>3.4.1. BPEL Designer</h3></div></div></div><p>
+				This section discusses the features of the BPEL Designer. See <a class="xref" href="#Reference-Views" title="3.3. Views">Section 3.3, “Views”</a> for a detailed discussion of each of these features.
+			</p><div class="figure"><a id="d0e2444"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/BPEL_Designer_01.png" alt="BPEL Designer"/></div></div><p class="title"><b>Figure 3.44. BPEL Designer</b></p></div><br class="figure-break"/><div xmlns:rf="java:org.jboss.highlight.XhtmlRendererFactory" class="orderedlist"><ol><li><p>
+						<span class="emphasis"><em>Drawing Canvas</em></span>: This contains the graphical representation of the BPEL process and is displayed when the <span class="guilabel"><strong>Design</strong></span> tab at the bottom of the editor window is selected. The primary mouse click action (default is left mouse button) on any of the activity names activates an in-line editor, allowing you to edit the process name. To finish editing, simply press the <span class="keycap"><strong>ENTER</strong></span> key or change focus by clicking on a different window control. 
+					</p><p>
+						The <span class="guilabel"><strong>Source</strong></span> tab displays the XML (text) representation of the process. Any changes made in one view are immediately reflected in the other. The default layout of activities is top-to-bottom, but can be changed to horizontal layout from the context menu.
+					</p></li><li><p>
+						<span class="emphasis"><em>Palette</em></span>: The primary editing, creation and viewing tools of the BPEL Designer are accessed from the tool <span class="guilabel"><strong>Palette</strong></span>.
+					</p></li><li><p>
+						<span class="emphasis"><em>Dashboard</em></span>: Provides an overview of the BPEL process.
+					</p></li><li><p>
+						<span class="emphasis"><em>Property Sheet</em></span>: When an activity is selected in the drawing canvas, its properties are displayed in the tabbed <span class="guilabel"><strong>Properties</strong></span> sheet. 
+					</p></li><li><p>
+						<span class="emphasis"><em>Outline</em></span>: This panel provides a structural view of the BPEL process.
+					</p></li></ol></div><p>
+				The BPEL Designer will validate your business process every time it is saved. If an activity is found to be incomplete or incorrectly configured, it will be decorated with an error icon (red circle with an X) as for example the <span class="property">Assign</span> activity below:
+			</p><div class="figure"><a id="d0e2503"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/BPEL_Designer_02.png" alt="Assign error"/></div></div><p class="title"><b>Figure 3.45. Assign error</b></p></div><br class="figure-break"/><p>
+				Hovering your mouse over this icon will display an error message in a tooltip:
+			</p><div class="figure"><a id="d0e2511"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/BPEL_Designer_03.png" alt="Assign error with tooltip"/></div></div><p class="title"><b>Figure 3.46. Assign error with tooltip</b></p></div><br class="figure-break"/><p>
+				The remainder of this section discusses some basic BPEL concepts and how they relate to the BPEL Designer.
+			</p><div class="section" lang="en-US"><div class="titlepage"><div><div><h4 class="title"><a id="d0e2519"/>3.4.1.1. Basic activities</h4></div></div></div><p>
+					Basic activities are represented on the drawing canvas as rounded rectangles containing an icon and the user-defined name of the activity. The <span class="guilabel"><strong>Actions</strong></span> section of the <span class="guilabel"><strong>Palette</strong></span> contains all of the basic activities. For example: <span class="property">Assign</span>, <span class="property">Invoke</span> and <span class="property">Receive</span>.
+				</p><p>
+					Most basic activities will require some additional configuration. See <a class="xref" href="#Reference-Property_sections" title="3.3.4. Property sections">Section 3.3.4, “Property sections”</a> for more information.
+				</p><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e2543"/>3.4.1.1.1. Start and End</h5></div></div></div><p>
+						Every BPEL process has implicit <span class="property">Start</span> <span class="inlinemediaobject"><img src="images/reference/BPEL_Designer_04.png"/></span> and <span class="property">End</span> <span class="inlinemediaobject"><img src="images/reference/BPEL_Designer_05.png"/></span> activities. These do not correspond to actual BPEL elements however, and are simply placeholders for visualizing the beginning and end of the process flow.
+					</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e2562"/>3.4.1.1.2. Assign</h5></div></div></div><div class="figure"><a id="d0e2565"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/BPEL_Designer_06.png" alt="Assign activity"/></div></div><p class="title"><b>Figure 3.47. Assign activity</b></p></div><br class="figure-break"/><p>
+						The <span class="property">Assign</span> activity allows you to manipulate variables and message contents that are defined in the process. See <a class="xref" href="#Reference-Details_tab-Assign" title="3.3.4.3.8. Assign">Section 3.3.4.3.8, “Assign”</a> for more information.
+					</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e2578"/>3.4.1.1.3. Invoke</h5></div></div></div><div class="figure"><a id="d0e2581"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/BPEL_Designer_07.png" alt="Invoke activity"/></div></div><p class="title"><b>Figure 3.48. Invoke activity</b></p></div><br class="figure-break"/><p>
+						The <span class="property">Invoke</span> activity is used to send a message to an external service (one-way invocation), and optionally wait for a response (request and response). An <span class="property">Invoke</span> can also define a compensation handler and a fault handler to handle exception conditions. See <a class="xref" href="#Reference-Details_tab-Invoke" title="3.3.4.3.4. Invoke">Section 3.3.4.3.4, “Invoke”</a> for more information.
+					</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e2597"/>3.4.1.1.4. Receive</h5></div></div></div><div class="figure"><a id="d0e2600"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/BPEL_Designer_08.png" alt="Receive activity"/></div></div><p class="title"><b>Figure 3.49. Receive activity</b></p></div><br class="figure-break"/><p>
+						The <span class="property">Receive</span> activity will wait for a specific message type from a service client.  See <a class="xref" href="#Reference-Details_tab-Receive" title="3.3.4.3.5. Receive">Section 3.3.4.3.5, “Receive”</a> for more information.
+					</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e2613"/>3.4.1.1.5. Reply</h5></div></div></div><div class="figure"><a id="d0e2616"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/BPEL_Designer_09.png" alt="Reply activity"/></div></div><p class="title"><b>Figure 3.50. Reply activity</b></p></div><br class="figure-break"/><p>
+						The <span class="property">Reply</span> activity is used to respond to clients with a specific message type, or fault message (if defined for the process interface). See <a class="xref" href="#Reference-Details_tab-Reply" title="3.3.4.3.6. Reply">Section 3.3.4.3.6, “Reply”</a> for more information.
+					</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e2629"/>3.4.1.1.6. Validate</h5></div></div></div><div class="figure"><a id="d0e2632"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/BPEL_Designer_10.png" alt="Validate Input activity"/></div></div><p class="title"><b>Figure 3.51. Validate Input activity</b></p></div><br class="figure-break"/><p>
+						The <span class="property">Validate</span> activity is used to validate the values of variables against their XML Schema and WSDL data definitions. This includes the variable’s data type as well as structure. If validation fails, the BPEL standard fault invalidVariables is thrown. 
+					</p><p>
+						Validation is typically performed just before sending messages to a partner or client, or after receiving a message to ensure the message contains all required data and that the data is as expected.  See <a class="xref" href="#Reference-Details_tab-Validate" title="3.3.4.3.9. Validate">Section 3.3.4.3.9, “Validate”</a> for more information.
+					</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e2647"/>3.4.1.1.7. Wait</h5></div></div></div><div class="figure"><a id="d0e2650"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/BPEL_Designer_11.png" alt="Wait activity"/></div></div><p class="title"><b>Figure 3.52. Wait activity</b></p></div><br class="figure-break"/><p>
+						A <span class="property">Wait</span> activity will delay process execution for a certain amount of time, or until a given date and time; this is typically used to invoke an operation at a certain time. For example to update process state hourly or daily, or to collect some information from another service at a certain time of day. See <a class="xref" href="#Reference-Details_tab-Wait" title="3.3.4.3.16. Wait">Section 3.3.4.3.16, “Wait”</a> for more information.
+					</p></div></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h4 class="title"><a id="d0e2663"/>3.4.1.2. Structured activities</h4></div></div></div><p>
+					Structured activities can be thought of as containers that can hold one or more activities. The <span class="guilabel"><strong>Controls</strong></span> section of the <span class="guilabel"><strong>Palette</strong></span> contains all of the <span class="emphasis"><em>structured activities</em></span>. When you drag and drop one of these onto the drawing canvas, the BPEL Designer will create a basic skeleton of the activity, and assign default properties. 
+				</p><p>
+					All structured activities will require some additional configuration before they are considered valid. For example, BPEL does not allow an empty <span class="property">Sequence</span> activity. Invalid structured activities will be decorated with an error icon similar to basic activities.
+				</p><p>
+					Structured activities can be expanded and collapsed on the drawing canvas by clicking the plus and minus buttons at the bottom of the figure. Illustrated below is a collapsed and expanded <span class="property">Sequence</span>:
+				</p><div class="figure"><a id="d0e2687"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/BPEL_Designer_12.png" alt="Collapsed Sequence"/></div></div><p class="title"><b>Figure 3.53. Collapsed Sequence</b></p></div><br class="figure-break"/><div class="figure"><a id="d0e2693"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/BPEL_Designer_13.png" alt="Expanded Sequence"/></div></div><p class="title"><b>Figure 3.54. Expanded Sequence</b></p></div><br class="figure-break"/><p>
+					The following sections describe the structured activities and how each must be configured to be considered vaid for BPEL.
+				</p><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e2701"/>3.4.1.2.1. If</h5></div></div></div><div class="figure"><a id="d0e2704"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/BPEL_Designer_14.png" alt="If, ElseIf and Else"/></div></div><p class="title"><b>Figure 3.55. If, ElseIf and Else</b></p></div><br class="figure-break"/><p>
+						The <span class="property">If</span> activity allows conditional execution of one or more sequences of activities. It consists of a sequence of one or more conditional branches defined by <span class="property">If</span> and optional <span class="property">ElseIf</span> elements. The elements are evaluated in left-to-right order (or top-to-bottom if you have selected horizontal layout). An optional <span class="property">Else</span> branch will be executed if none of the other conditions are true.
+					</p><p>
+						An <span class="property">If</span> activity must define a condition (expressed as an XPath) and an activity which is executed if the condition evaluates true. To insert additional <span class="property">ElseIf</span> and <span class="property">Else</span> elements, right-click the <span class="property">If</span> figure and select the desired element from the context menu. The figure above shows a complete <span class="property">If</span> activity with optional <span class="property">ElseIf</span> and <span class="property">Else</span> elements.
+					</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e2747"/>3.4.1.2.2. Pick</h5></div></div></div><div class="figure"><a id="d0e2750"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/BPEL_Designer_15.png" alt="Pick"/></div></div><p class="title"><b>Figure 3.56. Pick</b></p></div><br class="figure-break"/><p>
+						The <span class="property">Pick</span> activity will cause the process to wait for one of any number of messages to be received. An optional timer can be set to limit the time to wait for receipt of these messages. Activities to handle receipt of messages and timer expiration are defined in the <span class="property">Pick</span>. Message receipts are handled by <span class="property">OnMessage</span> activities (<a class="xref" href="#Reference-Details_tab-OnMessage" title="3.3.4.3.13. OnMessage">Section 3.3.4.3.13, “OnMessage”</a>), and timer expiration is handled by the <span class="property">OnAlaram</span> activity (<a class="xref" href="#Reference-Details_tab-OnAlarm" title="3.3.4.3.14. OnAlarm">Section 3.3.4.3.14, “OnAlarm”</a>).
+					</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e2774"/>3.4.1.2.3. While</h5></div></div></div><div class="figure"><a id="d0e2777"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/BPEL_Designer_16.png" alt="While"/></div></div><p class="title"><b>Figure 3.57. While</b></p></div><br class="figure-break"/><p>
+						The <span class="property">While</span> activity repeatedly executes the contained activity as long as a condition evaluates true at the beginning of each iteration. A <span class="property">While</span> activity must define a condition and must contain an activity.
+					</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e2791"/>3.4.1.2.4. ForEach</h5></div></div></div><div class="figure"><a id="d0e2794"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/BPEL_Designer_17.png" alt="ForEach"/></div></div><p class="title"><b>Figure 3.58. ForEach</b></p></div><br class="figure-break"/><p>
+						<span class="property">ForEach</span> is a looping activity that executes the activities contained in its <span class="property">Scope</span> a specified number of times. A counter variable, defined in the <span class="property">ForEach</span> property detail tab, is used to keep track of the iterations. The <span class="property">ForEach</span> properties must be configured with starting and ending value expressions for this counter variable. The counter is initially set to the starting value and activities in the <span class="property">Scope</span> are executed until the counter exceeds the ending value.
+					</p><p>
+						This activity can also be configured to execute all iterations in parallel, meaning the enclosed <span class="property">Scope</span> activity behaves as if multiple <span class="property">Scopes</span> are enclosed in a <span class="property">Flow</span> activity.
+					</p><p>
+						An optional early termination value can be defined, which will cause the loop to complete before the counter has reached its ending value. The <span class="property">ForEach</span> will complete when the counter is equal to this early termination value for the sequential execution case. For the parallel execution case, the early termination value is the number of completed iterations. For example, the <span class="property">ForEach</span> completes when at least <span class="emphasis"><em>some number</em></span> of <span class="emphasis"><em>some action</em></span> have finished.
+					</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e2842"/>3.4.1.2.5. RepeatUntil</h5></div></div></div><div class="figure"><a id="d0e2845"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/BPEL_Designer_18.png" alt="RepeatUntil"/></div></div><p class="title"><b>Figure 3.59. RepeatUntil</b></p></div><br class="figure-break"/><p>
+						The <span class="property">RepeatUntil</span> activity repeatedly executes the contained activity as long as a condition evaluates true at the end of each iteration. A condition must be defined for a <span class="property">RepeatUntil</span>, and it must contain an activity.
+					</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e2859"/>3.4.1.2.6. Sequence</h5></div></div></div><p>
+						A <span class="property">Sequence</span> is a container for one or more other activities, which are executed in sequential order and (unlike <span class="property">Scope</span> and <span class="property">Flow</span> activities), has no other special characteristics. Because the conditional activities (<span class="property">If</span>, <span class="property">While</span>, <span class="property">RepeatUntil</span> and <span class="property">ForEach</span>) can have only one activity as the target of their execution, a <span class="property">Sequence</span> is typically used to execute multiple activities. 
+					</p><p>
+						For example, the <span class="property">If</span> shown below contains only a single Assign activity:
+					</p><div class="figure"><a id="d0e2893"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/BPEL_Designer_19.png" alt="Sequence"/></div></div><p class="title"><b>Figure 3.60. Sequence</b></p></div><br class="figure-break"/><p>
+						If it were necessary to perform an assignment and then invoke another web service, the <span class="property">Assign</span> and <span class="property">Invoke</span> could be contained within a <span class="property">Sequence</span>. The <span class="property">Sequence</span> would then become the target of the <span class="property">If</span>:
+					</p><div class="figure"><a id="d0e2916"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/BPEL_Designer_20.png" alt="Sequence"/></div></div><p class="title"><b>Figure 3.61. Sequence</b></p></div><br class="figure-break"/><div xmlns:rf="java:org.jboss.highlight.XhtmlRendererFactory" class="note"><h2>Note</h2><p>
+							The BPEL Designer will automatically create a <span class="property">Sequence</span> if you drag-drop a second activity into any of the conditional activities.
+						</p></div></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e2928"/>3.4.1.2.7. Scope</h5></div></div></div><div class="figure"><a id="d0e2931"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/BPEL_Designer_21.png" alt="Scope"/></div></div><p class="title"><b>Figure 3.62. Scope</b></p></div><br class="figure-break"/><p>
+						A <span class="property">Scope</span> provides a context for its enclosed activity. This context includes variables, partner links, message exchanges, correlation sets, event handlers, fault handlers, a compensation handler and a termination handler. These <span class="property">Scope</span> contexts can be nested hierarchically where the root context is provided by the process itself. 
+					</p><p>
+						A <span class="property">Scope</span> can be thought of as a compartmentalized sub-process. If the <span class="property">Scope</span> is declared as being <span class="emphasis"><em>isolated</em></span>, then the variables and partner links shared with the process are locked to prevent other concurrent <span class="property">Scopes</span> from altering them while a <span class="property">Scope</span> is executing. <span class="property">Scope</span> may also be nested to any depth and all variables, partner links and others defined in a <span class="property">Scope</span>, are inherited by its children. Refer to <a class="xref" href="#Reference-BPEL_Designer-Structured_Activities-Flow" title="3.4.1.2.8. Flow">Section 3.4.1.2.8, “Flow”</a> for a discussion of concurrent execution. 
+					</p><p>
+						To be valid, a <span class="property">Scope</span> must have a single activity. The typical use of a Scope activity is to invoke a service and wait for a response message or timeout. In the above figure, the <span class="property">Scope</span> has defined a message variable and a partner link used to interact with the invoked service.
+					</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="Reference-BPEL_Designer-Structured_Activities-Flow"/>3.4.1.2.8. Flow</h5></div></div></div><p>
+						The <span class="property">Flow</span> activity allows multiple activities to be executed in parallel. All activities or <span class="property">Sequences</span> of activities that are contained in a <span class="property">Flow</span>, are executed (or begun) at the same time by the BPEL engine. A <span class="property">Flow</span> completes when all of its enclosed activities have completed. 
+					</p><p>
+						Parallel processing is typically used to save time by doing more than one thing at a time and as a result, speed up the process. However, in many situations several tasks can be started at the same time, but one or more tasks may depend on the successful completion of other tasks. This task dependency sequencing is called <span class="emphasis"><em>synchronization</em></span> and is achieved using <span class="property">Links</span>.
+					</p><p>
+						For example, a process that handles purchase orders for material goods needs to:
+					</p><div xmlns:rf="java:org.jboss.highlight.XhtmlRendererFactory" class="orderedlist"><ol><li><p>
+								Calculate the total order price
+							</p></li><li><p>
+								Calculate shipping costs for the order
+							</p></li><li><p>
+								Send a customer invoice
+							</p></li></ol></div><p>
+						All of these activities can be started at the same time, however the shipping cost must be finalized before the total order price can be determined, and the invoice can be sent.
+					</p><p>
+						To create a <span class="property">Link</span>, right-click on the activity that must be completed first (the activity that is the <span class="emphasis"><em>source</em></span> of the dependency) and select <span class="guimenuitem"><strong>Add Link</strong></span> from the context menu. Next, move the mouse to the activity in the <span class="property">Flow</span> that depends on this one (the <span class="emphasis"><em>target</em></span>) and click the left mouse button to create the link.
+					</p><p>
+						A <span class="property">Link</span> is identified by a name that must be unique within the <span class="property">Flow</span>. The BPEL Designer generates a reasonable default name, but you can change this in its properties. You can also add a test to the <span class="property">Link</span> that defines the conditions for considering an activity to be complete. For example an activity in a <span class="property">Flow</span> may require two pieces of information, provided by other services, in order to continue. Consider the process <span class="property">Flow</span> shown below:
+					</p><div class="figure"><a id="d0e3051"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/BPEL_Designer_22.png" alt="Flow example"/></div></div><p class="title"><b>Figure 3.63. Flow example</b></p></div><br class="figure-break"/><p>
+						In this example, the <span class="emphasis"><em>Billing</em></span> department can begin preparation of a customer invoice, but it needs to know if sufficient stock is on hand to fulfill the order and if an outside vendor needs to provide the additional quantities ordered. The following condition would enable the <span class="property">Link</span> so that execution can continue for the price calculation and customer invoicing:
+					</p><div class="figure"><a id="d0e3065"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/BPEL_Designer_23.png" alt="Link example"/></div></div><p class="title"><b>Figure 3.64. Link example</b></p></div><br class="figure-break"/><p>
+						This process is only partially complete though as it does not consider the number of outside vendors, or if the total quantity being ordered can ever be filled.
+					</p></div></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h4 class="title"><a id="d0e3073"/>3.4.1.3. Fault Activities</h4></div></div></div><p>
+					Fault activities cause the normal process execution flow to jump to a specialized handler, similar to exceptions in modern programming languages. There are five different types of fault activities, described in this section.
+				</p><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e3078"/>3.4.1.3.1. Exit</h5></div></div></div><div class="figure"><a id="d0e3081"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Fault_Activities_01.png" alt="Exit"/></div></div><p class="title"><b>Figure 3.65. Exit</b></p></div><br class="figure-break"/><p>
+						The <span class="property">Exit</span> activity causes the process to immediately terminate.
+					</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e3092"/>3.4.1.3.2. Throw</h5></div></div></div><div class="figure"><a id="d0e3095"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Fault_Activities_02.png" alt="Throw"/></div></div><p class="title"><b>Figure 3.66. Throw</b></p></div><br class="figure-break"/><p>
+						The <span class="property">Throw</span> activity propagates a specified fault to its ancestor <span class="property">Scope</span>, or the process itself.
+					</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e3109"/>3.4.1.3.3. Rethrow</h5></div></div></div><div class="figure"><a id="d0e3112"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Fault_Activities_03.png" alt="Rethrow"/></div></div><p class="title"><b>Figure 3.67. Rethrow</b></p></div><br class="figure-break"/><p>
+						A <span class="property">Rethrow</span> activity can only be used inside a fault handler. It is used to propagate the fault that was caught by the handler, using the original fault data.
+					</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e3123"/>3.4.1.3.4. Compensate</h5></div></div></div><div class="figure"><a id="d0e3126"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Fault_Activities_04.png" alt="Compensate"/></div></div><p class="title"><b>Figure 3.68. Compensate</b></p></div><br class="figure-break"/><p>
+						The <span class="property">Compensate</span> activity is used to invoke a compensation handler. This activity can only be used within a fault handler, compensation handler or termination handler.
+					</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e3137"/>3.4.1.3.5. CompensateScope</h5></div></div></div><div class="figure"><a id="d0e3140"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Fault_Activities_05.png" alt="CompensateScope"/></div></div><p class="title"><b>Figure 3.69. CompensateScope</b></p></div><br class="figure-break"/><p>
+						The <span class="property">CompensateScope</span> activity is used to invoke a compensation handler in the enclosing <span class="property">Scope</span>. This activity can only be used within a fault handler, compensation handler or termination handler.
+					</p></div></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h4 class="title"><a id="d0e3154"/>3.4.1.4. Faulot, compensation, termination and event handlers</h4></div></div></div><p>
+					Handlers allow a BPEL process to recover from exception conditions. Exception conditions include: a timeout waiting for a response from a partner service, invalid or missing message data, a fault condition returned by a service. There are four types of handlers:
+				</p><div class="itemizedlist"><ul><li><p>
+							Fault handler <span class="inlinemediaobject"><img src="images/reference/Handlers_01.png"/></span>: Executed when a fauly is thrown by an activity.
+						</p></li><li><p>
+							Compensation handler <span class="inlinemediaobject"><img src="images/reference/Handlers_02.png"/></span>: Executed when the BPEL process encounters a <span class="property">Compensate</span> or <span class="property">CompensateScope</span> activity.
+						</p></li><li><p>
+							Temination handler <span class="inlinemediaobject"><img src="images/reference/Handlers_03.png"/></span>: Executed if a <span class="property">Scope</span> is forced to terminate early.
+						</p></li><li><p>
+							Event handler <span class="inlinemediaobject"><img src="images/reference/Handlers_04.png"/></span>: Executed for events include the receipt of a message and a timer expiration.
+						</p></li></ul></div><p>
+					Handlers are defined for the process or for certain activities. To create a new handler right-click an activity and select the desired handler from its context menu. The BPEL Designer will generate a skeleton of the handler within a collapsible window that is attached to the activity. The figure below illustrates all of the different types of handlers in their fully expanded view. The handler windows can be collapsed and expanded by clicking on their respective icon. 
+				</p><div class="figure"><a id="d0e3199"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Handlers_05.png" alt="Handlers overview"/></div></div><p class="title"><b>Figure 3.70. Handlers overview</b></p></div><br class="figure-break"/><p>
+					The behavior of handlers and the order of exception processing is complex and beyond the scope of this document. Refer to the OASIS WS-BPEL 2.0 specification at <a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/wsbpel-v2.0.html">http://docs.oasis-open.org/wsbpel/2.0/wsbpel-v2.0.html</a> for more information.
+				</p><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e3210"/>3.4.1.4.1. Process-level Handlers</h5></div></div></div><div class="figure"><a id="d0e3213"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Handlers_06.png" alt="Start activity with handlers"/></div></div><p class="title"><b>Figure 3.71. Start activity with handlers</b></p></div><br class="figure-break"/><p>
+						Fault and event handlers can be defined for the process by right-clicking the <span class="property">Start</span> activity and selecting the desired handler from the context menu.
+					</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e3224"/>3.4.1.4.2. Scope-level handlers</h5></div></div></div><p>
+						A <span class="property">Scope</span> may have any handler. Since <span class="property">Scopes</span> can be nested, each level can define its own set of handlers. Events that are not caught and processed by a handler in an inner <span class="property">Scope</span>, will be propagated to its ancestors. 
+					</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h5 class="title"><a id="d0e3238"/>3.4.1.4.3. Activity-level handlers</h5></div></div></div><p>
+						Only the <span class="property">Invoke</span> activity can define handlers. The handlers available to it are the fault and compensation handlers. 
+					</p></div></div></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h3 class="title"><a id="d0e3246"/>3.4.2. BPEL Deployment Descriptor editor</h3></div></div></div><p>
+				Before a BPEL project can be deployed to the runtime engine, you must create what is called a <span class="emphasis"><em>deployment descriptor</em></span>. This is simply a manifest file, serialized as XML, that describes all of the BPEL processes and their interfaces to the BPEL engine. The <span class="emphasis"><em>deployment descriptor</em></span> file must be created in the root folder of your project. See <a class="xref" href="#Reference-Wizard-Deployment_Descriptor" title="3.1.3. New BPEL Deployment Descriptor">Section 3.1.3, “New BPEL Deployment Descriptor”</a> more information.
+			</p><p>
+				The <span class="emphasis"><em>deployment descriptor</em></span> editor traverses the folder hierarchy in your project and searches for all BPEL files. Each process is then represented in a separate tab in the editor. The figure below shows two processes (HelloWorld and GoodbyeWorld). Each process must be configured before the project can be deployed.
+			</p><div class="figure"><a id="d0e3264"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Deployment_descriptor_editor_01.png" alt="Deployment descriptor editor example"/></div></div><p class="title"><b>Figure 3.72. Deployment descriptor editor example</b></p></div><br class="figure-break"/><div xmlns:rf="java:org.jboss.highlight.XhtmlRendererFactory" class="orderedlist"><ol><li><p>
+						Process selection tabs: Click on these tabs to display the configuration page for each process.
+					</p></li><li><p>
+						Initial process state: The process can be deployed in either an <span class="emphasis"><em>active</em></span>, <span class="emphasis"><em>inactive</em></span> or <span class="emphasis"><em>retired</em></span> state.
+					</p></li><li><p>
+						Inbound interfaces selection: Select the WSDL port type that clients will use to invoke this service.
+					</p></li><li><p>
+						Output interfaces selection: Each invoked service (if any) will require you to select its port type.
+					</p></li><li><p>
+						Process-level monitoring events: Allow you to select which events are generated by the BPEL engine. This is currently unused but will be used in future for debugging the process.
+					</p></li><li><p>
+						Scope-level monitoring events: The BPEL engine can be configured to generate monitoring events for each Scope defined in the process.
+					</p></li></ol></div><p>
+				The only action required to configure a processes is to select the interfaces for inbound and outbound services used by the process; all other settings are optional.
+			</p></div></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h2 class="title"><a id="d0e3300"/>3.5. Preference pages</h2></div></div></div><p>
+				Certain aspects of the BPEL Designers behavior can be customized to suit your personal preference.
+			</p><div class="section" lang="en-US"><div class="titlepage"><div><div><h3 class="title"><a id="d0e3305"/>3.5.1. Editor</h3></div></div></div><div class="figure"><a id="d0e3308"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Editor_preferences_01.png" alt="Editor preferences"/></div></div><p class="title"><b>Figure 3.73. Editor preferences</b></p></div><br class="figure-break"/><p>
+					The editor behavior can be customized on this page.
+				</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h3 class="title"><a id="d0e3316"/>3.5.2. Expression editors</h3></div></div></div><div class="figure"><a id="d0e3319"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Editor_preferences_02.png" alt="Expression editor preferences"/></div></div><p class="title"><b>Figure 3.74. Expression editor preferences</b></p></div><br class="figure-break"/><p>
+					This preference page is used to configure the XPath expression editor templates and is similar to other Eclipse editor template preference pages.
+				</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h3 class="title"><a id="d0e3327"/>3.5.3. WSIL browser</h3></div></div></div><div class="figure"><a id="d0e3330"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/WSIL_browser_preferences_01.png" alt="WSIL browser preferences"/></div></div><p class="title"><b>Figure 3.75. WSIL browser preferences</b></p></div><br class="figure-break"/><p>
+					This preference page is used to configure a Web Services Inspection Language (WSIL) file. The file can contain references to WSDL files for external services as well as references to other WSIL files, either locally or on the web. This file is used to search for WSDLs when defining partner links in a process. 
+				</p></div></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h2 class="title"><a id="d0e3340"/>3.6. Dialogs</h2></div></div></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h3 class="title"><a id="d0e3343"/>3.6.1. XPath expression editor (embedded control)</h3></div></div></div><p>
+					The XPath expression editor provides context-sensitive assistance in the form of pop-up proposals. The light bulb icon <span class="inlinemediaobject"><img src="images/reference/XPath_expression_editor_01.png"/></span> indicates that content assist is available by pressing the <span class="keycap"><strong>CTRL</strong></span> and <span class="keycap"><strong>SPACE</strong></span> keys simultaneously. The editor will display appropriate help information based on what it knows about variables currently in-scope for the selected activity. An example is seen in the figure below:
+				</p><div class="figure"><a id="d0e3358"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/XPath_expression_editor_02.png" alt="Expression editor assistance example"/></div></div><p class="title"><b>Figure 3.76. Expression editor assistance example</b></p></div><br class="figure-break"/><div xmlns:rf="java:org.jboss.highlight.XhtmlRendererFactory" class="note"><h2>Note</h2><p>
+						The BPEL 2.0 specification provides for the definition of an XPath language version at the process level, as well as the activity level (for those activities that make use of XPath). However, only XPath 1.0 is supported by the BPEL Designer and the JBoss Riftsaw runtime engine at this time.
+					</p></div></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h3 class="title"><a id="d0e3367"/>3.6.2. Quick pick (embedded control)</h3></div></div></div><div class="figure"><a id="d0e3370"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Dialog_quick_pick_01.png" alt="Quick pick"/></div></div><p class="title"><b>Figure 3.77. Quick pick</b></p></div><br class="figure-break"/><p>
+					Tree control is used in many proeprty pages for selecting message parts, partner links and operations. 
+				</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h3 class="title"><a id="d0e3378"/>3.6.3. Type selection</h3></div></div></div><p>
+					This dialog is displayed whenever the BPEL Designer requires you to select a message, message part, XML Schema type or XML element. Refer to the figure below for an explanation of each of the components of this dialog:
+				</p><div class="figure"><a id="d0e3383"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Dialog_type_selection_01.png" alt="Type selection"/></div></div><p class="title"><b>Figure 3.78. Type selection</b></p></div><br class="figure-break"/><div xmlns:rf="java:org.jboss.highlight.XhtmlRendererFactory" class="orderedlist"><ol><li><p>
+							<span class="guilabel"><strong>Type Name</strong></span>: Used to limit the items displayed in the <span class="guilabel"><strong>Matches</strong></span> (4) list. Only items that begin with the text in this filter will be displayed.
+						</p></li><li><p>
+							<span class="guilabel"><strong>Show XSD Types</strong></span>: Can be used to limit where the editor will search for XSD files.
+						</p></li><li><p>
+							<span class="guilabel"><strong>Filter</strong></span>: Further reduces the number of matches according to types.
+						</p></li><li><p>
+							<span class="guilabel"><strong>Matches</strong></span>: Displays the items matching the selected filters. Selecting an item in this list will update the <span class="guilabel"><strong>Type Structure</strong></span> (5) tree view.
+						</p></li><li><p>
+							<span class="guilabel"><strong>Type Structure</strong></span>: Displays the structure of the item selected in the <span class="guilabel"><strong>Matches</strong></span> (4) list. Depending on the type of item requested, you may need to select an item from this tree control as well; the <span class="guibutton"><strong>OK</strong></span> button being enabled is an indicated of a selection being required here.
+						</p></li><li><p>
+							<span class="guibutton"><strong>Add Schema</strong></span>: If the required XML Schema has not been resolved, you can add it to the process’ imports by clicking this button.
+						</p></li></ol></div></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h3 class="title"><a id="Reference-Dialog-WSDL_Selection"/>3.6.4. Select WSDL property</h3></div></div></div><p>
+					This dialog allows you to select an existing WSDL property or create a new one.
+				</p><div class="figure"><a id="d0e3443"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Dialog_wsdl_selection_01.png" alt="Select a WSDL property"/></div></div><p class="title"><b>Figure 3.79. Select a WSDL property</b></p></div><br class="figure-break"/><div xmlns:rf="java:org.jboss.highlight.XhtmlRendererFactory" class="orderedlist"><ol><li><p>
+							<span class="guilabel"><strong>Property Name</strong></span>: Used to limit the items displayed in the <span class="guilabel"><strong>Matches</strong></span> (3) list. Only those items that begin with the text in this filter will be displayed.
+						</p></li><li><p>
+							<span class="guibutton"><strong>New</strong></span>: Click this button to create a new WSDL property.
+						</p></li><li><p>
+							<span class="guilabel"><strong>Matches</strong></span>: Displays the items that match the <span class="guilabel"><strong> Property Name</strong></span> (1), or all items if the filter is blank.
+						</p></li><li><p>
+							<span class="guilabel"><strong>Property Type</strong></span>: Displays the type of an item selected in the <span class="guilabel"><strong>Matches</strong></span> (3) list.
+						</p></li></ol></div></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h3 class="title"><a id="d0e3483"/>3.6.5. Create WSDL property</h3></div></div></div><p>
+					This dialog is used to create a new WSDL property and is displayed when you click the <span class="guibutton"><strong>New</strong></span> button in <a class="xref" href="#Reference-Dialog-WSDL_Selection" title="3.6.4. Select WSDL property">Section 3.6.4, “Select WSDL property”</a> dialog.
+				</p><div class="figure"><a id="d0e3493"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Dialog_wsdl_creation_01.png" alt="Create a WSDL property"/></div></div><p class="title"><b>Figure 3.80. Create a WSDL property</b></p></div><br class="figure-break"/><div xmlns:rf="java:org.jboss.highlight.XhtmlRendererFactory" class="orderedlist"><ol><li><p>
+							<span class="guilabel"><strong>Name</strong></span>: Enter the name for the new property.
+						</p></li><li><p>
+							<span class="guibutton"><strong>Defined As</strong></span>: Select how the property type will be defined.
+						</p></li><li><p>
+							<span class="guilabel"><strong>Browse</strong></span>: Click this button to select the property type.
+						</p></li><li><p>
+							<span class="guilabel"><strong>New</strong></span>: Click this button to create a new property alias.
+						</p></li><li><p>
+							<span class="guilabel"><strong>Aliases</strong></span>: This list displays all property aliases defined for the property.
+						</p></li></ol></div></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h3 class="title"><a id="d0e3530"/>3.6.6. Create WSDL property alias</h3></div></div></div><p>
+					This dialog allows you to create a WSDL property alias for a selected property.
+				</p><div class="figure"><a id="d0e3535"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Dialog_wsdl_creation_02.png" alt="Create a WSDL property alias"/></div></div><p class="title"><b>Figure 3.81. Create a WSDL property alias</b></p></div><br class="figure-break"/><div xmlns:rf="java:org.jboss.highlight.XhtmlRendererFactory" class="orderedlist"><ol><li><p>
+							<span class="guilabel"><strong>Defined As</strong></span>: Select how the property alias type will be defined.
+						</p></li><li><p>
+							<span class="guibutton"><strong>Browse</strong></span>: Click this button to select the property alias type.
+						</p></li><li><p>
+							<span class="guilabel"><strong>Query</strong></span>: This editor allows you to use the XPath Expression Editor to define a query for the property alias.
+						</p></li></ol></div></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h3 class="title"><a id="d0e3560"/>3.6.7. Cheat sheets</h3></div></div></div><p>
+					Cheat sheets are part of the Eclipse <span class="guilabel"><strong>Help</strong></span> framework, which provide interactive, step-by-step tutorials for plug-in tools. The BPEL Designer cheat sheet can be accessed by following <span class="guimenuitem"><strong>Help</strong></span> → <span class="guimenuitem"><strong>Cheat Sheets</strong></span>. You will then see the following screen:
+				</p><div class="figure"><a id="d0e3574"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Dialog_cheet_sheet_01.png" alt="Cheat sheet menu selection"/></div></div><p class="title"><b>Figure 3.82. Cheat sheet menu selection</b></p></div><br class="figure-break"/><p>
+					The cheat sheet will open in a separate view as show below. Click on the <span class="guibutton"><strong>Click to begin</strong></span> link to begin.
+				</p><div class="figure"><a id="d0e3585"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Dialog_cheet_sheet_02.png" alt="Cheat sheet menu"/></div></div><p class="title"><b>Figure 3.83. Cheat sheet menu</b></p></div><br class="figure-break"/></div></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h2 class="title"><a id="d0e3591"/>3.7. Icons, buttons and menus</h2></div></div></div><p>
+				The BPEL Designer does not contribute any toolbar buttons, or main menu actions.
+			</p><div class="section" lang="en-US"><div class="titlepage"><div><div><h3 class="title"><a id="d0e3596"/>3.7.1. Context menu</h3></div></div></div><p>
+					The context menu is activated when the right mouse button is clicked while the mouse is over an activity figure on the drawing canvas.
+				</p><div class="figure"><a id="d0e3601"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Context_menu_01.png" alt="Cheat sheet menu"/></div></div><p class="title"><b>Figure 3.84. Cheat sheet menu</b></p></div><br class="figure-break"/><p>
+					The <span class="guibutton"><strong>Add</strong></span> and <span class="guibutton"><strong>Insert Before</strong></span> sub-menus contain the same actions. The sub-menu is displayed in the figure below:
+				</p><div class="figure"><a id="d0e3615"/><div class="figure-contents"><div class="mediaobject"><img src="images/reference/Context_menu_02.png" alt="Cheat sheet menu"/></div></div><p class="title"><b>Figure 3.85. Cheat sheet menu</b></p></div><br class="figure-break"/><p>
+					The items within the <span class="guibutton"><strong>Add</strong></span> sub-menu appends the activity after the currently selected one, while those within the <span class="guibutton"><strong>Insert Before</strong></span> sub-menu insert the new activity before the current one.
+				</p></div></div></div><div class="chapter" lang="en-US"><div class="titlepage"><div><div><h2 class="title"><a id="troubleshooting"/>Chapter 4. Troubleshooting</h2></div></div></div><div class="toc"><dl><dt><span class="section"><a href="#d0e3639">4.1. Error messages</a></span></dt><dt><span class="section"><a href="#d0e4336">4.2. Warning messages</a></span></dt><dt><span class="section"><a href="#d0e4388">4.3. Information messages</a></span></dt></dl></div><p>
+		This section lists all of the messages generated by the BPEL Validator. The SA (Static Analysis) column contains hyperlinks to the OASIS WS-BPEL 2.0 specification entry for each validation rule to which the message applies. It is possible that one message is applicable to more than one BPEL element or attribute, therefore all of the SA rules that are relevant are listed for each message.
+	</p><p>
+		Refer to the OASIS documentation linked in the SA column for a detailed explanation of the BPEL requirement, and for possible resolutions for the error.
+	</p><div xmlns:rf="java:org.jboss.highlight.XhtmlRendererFactory" class="note"><h2>Note</h2><p>
+			The substitution parameters (for example: {0} and {1}) are placeholders for the BPEL element, attribute or value identified by the Validator.
+		</p></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h2 class="title"><a id="d0e3639"/>4.1. Error messages</h2></div></div></div><div class="table"><a id="d0e3642"/><p class="title"><b>Table 4.1. Error messages</b></p><div class="table-contents"><table summary="Error messages" border="1"><colgroup><col/><col/></colgroup><thead><tr><th>Message text</th><th>SA</th></tr></thead><tbody><tr><td>{1} "{2}" of type "{4}" is not compatible with WSDL message "{3}".</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00048_table">00048</a>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00058_table">00058</a>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00087_table">00087</a>
+                        </td></tr><tr><td>The start activity &lt;{0}&gt; must be the first activity in the process.</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00056_table">00056</a>
+						</td></tr><tr><td>Standard fault "{1}" cannot be handled in &lt;{0}&gt; when exitOnStandardFaults is set to yes.</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00003_table">00003</a>
+						</td></tr><tr><td>The partner link "{1}" referenced from this &lt;{0}&gt; must have "{2}" defined.</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00037_table">00037</a>
+						</td></tr><tr><td>Target scope "{2}" does not exist.</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00077_table">00077</a>
+						</td></tr><tr><td>Target {3} "{2}" must have a compensationHandler or a faultHandler.</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00078_table">00078</a>
+						</td></tr><tr><td>{1,choice,0#Node|1#Activity} &lt;{0}&gt; must contain at least {5,choice,1#one node|1&lt;{5} nodes} from {3}</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA02002_table">02002</a>
+						</td></tr><tr><td>The &lt;{1}&gt; node present in this &lt;{0}&gt; has {2,choice,0# unspecified text value (is empty)| 1&lt;="" td=""&gt;
+                        </td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00038_table">00038</a>
+						</td></tr><tr><td>
+                            &lt;{3}&gt; can only occur at most {5,choice,1#one time|1&lt;{5} times} in parent {1,choice,0#node|1#activity} &lt;{0}&gt;
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA02002_table">02002</a>
+						</td></tr><tr><td>
+							&lt;{1}&gt; name "{2}" is already defined in this scope/process.
+						</td><td>
+						<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00018_table">00018</a>
+						<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00023_table">00023</a>
+						<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00044_table">00044</a>
+						<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00064_table">00064</a>
+						<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00068_table">00068</a>
+                        <a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00069_table">00069</a>
+						</td></tr><tr><td>
+							This &lt;{0}&gt; with name="{1}" was already defined previously
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00022_table">00022</a>
+						</td></tr><tr><td>
+							Cannot import type "{1}" from location "{2}"
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA01234_table">01234</a>
+						</td></tr><tr><td>
+							The XSD type "{1}" of {2} "{3}" in this &lt;{0}&gt; is not a simple XSD type.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00045_table">00045</a>
+						</td></tr><tr><td>
+							This &lt;{0}&gt; uses undefined message part "{1}" in message type "{2}".
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00021_table">00021</a>
+						</td></tr><tr><td>
+							There is no "{2}" message that is used by this &lt;{0}&gt; - {3,choice,0#node &lt;{4}&gt; |2#attribute "{4}"} must be omitted.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00047_table">00047</a>
+						</td></tr><tr><td>
+							Solicit-response operation "{4}" in portType "{3}" cannot be used in a BPEL process.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00001_table">00001</a>
+						</td></tr><tr><td>
+							XSD element &lt;{0}&gt; in import {1} conflicts with element of the same name in {2}.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00014_table">00014</a>
+						</td></tr><tr><td>
+							{1,choice,0#Node|1#Activity} &lt;{0}&gt; must have {2} {3,choice,0#node|1#activity|2#attribute} present.
+						</td><td>
+						<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00080_table">00080</a>
+						<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00081_table">00081</a>
+						<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00083_table">00083</a>
+                        <a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00090_table">00090</a>
+						</td></tr><tr><td>
+							The variable name "{1}" is used as a counter name in &lt;{2}&gt;.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00076_table">00076</a>
+						</td></tr><tr><td>
+							The link "{1}" used as a {0} is not defined in the enclosing flow.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00065_table">00065</a>
+						</td></tr><tr><td>
+							Scope "{1}" cannot have a &lt;{2}&gt; because because it is itself inside an FCT-hander.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00079_table">00079</a>
+						</td></tr><tr><td>
+							The &lt;link&gt; "{1}" has a control cycle where the source "{2}" has the target "{3}" as a preceding activity.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00072_table">00072</a>
+						</td></tr><tr><td>
+							&lt;{0}&gt; cannot be a child of &lt;{1}&gt;; it can only be a child of {2}
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA02001_table">02001</a>
+						</td></tr><tr><td>
+							The link "{1}" does not have a source.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00066_table">00066</a>
+						</td></tr><tr><td>
+							{0} attribute refers to an unsupported language URI {1}
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00004_table">00004</a>
+						</td></tr><tr><td>
+							A catch for fault "{1}" already exist.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00093_table">00093</a>
+						</td></tr><tr><td>
+							Extension "{1}" is not supported by this implementation.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00009_table">00009</a>
+						</td></tr><tr><td>
+							{1,choice,0#Node|1#Activity} &lt;{0}&gt; must specify one {3,choice,0#node|1#activity|2#attribute} {2}.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00081_table">00081</a>
+                            <a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00081_table">00090</a>
+						</td></tr><tr><td>
+							The attribute {1} must be set to "{2}" on this &lt;{0}&gt;
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00057_table">00057</a>
+						</td></tr><tr><td>
+							Attribute "{0}" must not be set on this &lt;{1}&gt; {2,choice,0#node|1#activity}.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00046_table">00046</a>
+						</td></tr><tr><td>
+							{3,choice,0#Node|1#Activity|2#Attribute} {2} must not be specified on {1,choice,0#node|1#activity} &lt;{0}&gt;.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00090_table">00090</a>
+						</td></tr><tr><td>
+							Attribute "{1}" cannot be set because {2} "{3}" is not an element.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00042_table">00042</a>
+						</td></tr><tr><td>
+							Immediately enclosed {0} "{1}" must have a unique name within the outer scope "{3}".
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00092_table">00092</a>
+						</td></tr><tr><td>
+							"{1}" is set to "{2}" on this &lt;{0}&gt; {4,choice,0#node|1#activity} but it can only be set to {3}
+						</td><td>
+						<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00017_table">00017</a>
+						<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00032_table">00032</a>
+						<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00046_table">00046</a>
+						<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00090_table">00090</a>
+						<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA01001_table">01001</a>
+						<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA01010_table">01010</a>
+						<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA02003_table">02003</a>
+                        <a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA02004_table">02004</a>
+						</td></tr><tr><td>
+							The {1} of "{2}" is not compatible with {3} of "{4}" - {5}
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00043_table">00043</a>
+						</td></tr><tr><td>
+							Message part "{1}" does not exist in message "{2}"
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00034_table">00034</a>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00054_table">00054</a>
+						</td></tr><tr><td>
+							partnerLink "{1}" uses portType "{3}" (via partnerLinkType "{2}") which has an overloaded operation "{4}".
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00002_table">00002</a>
+						</td></tr><tr><td>
+							Attribute "{1}" is not set on this &lt;{0}&gt; {2,choice,0#node|1#activity}.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00000_table">00000</a>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00010_table">00010</a>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00024_table">00024</a>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00032_table">00032</a>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00046_table">00046</a>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00047_table">00047</a>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00081_table">00081</a>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00088_table">00088</a>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00090_table">00090</a>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA01001_table">01001</a>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA01004_table">01004</a>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA01010_table">01010</a>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA02003_table">02003</a>
+                            <a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA02004_table">02004</a>
+						</td></tr><tr><td>
+							The &lt;{0}&gt; activity named "{1}" must be in a fault, compensate, or termination handlers.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00007_table">00007</a>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00008_table">00008</a>
+						</td></tr><tr><td>
+							The "{1}" cannot be used on &lt;{0}&gt; that does not have {2} defined.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00017_table">00017</a>
+						</td></tr><tr><td>
+							&lt;{0}&gt; activity "{1}" specifies a portType "{2}", yet this portType does not match the portType derived from "{4}" of partnerLink "{3}" defined in WSDL "{5}"
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00005_table">00005</a>
+						</td></tr><tr><td>
+							Isolated scope "{1}" cannot exist within another isolated scope (scope "{3}").
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00091_table">00091</a>
+						</td></tr><tr><td>
+							&lt;{0}&gt; activity "{1}" is trying to use partnerLink "{2}" which does not have a "{3}" defined.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00084_table">00084</a>
+						</td></tr><tr><td>
+							Part "{3}" must be specified on this &lt;{2}&gt; - activity &lt;{1}&gt; requires it.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00050_table">00050</a>
+						</td></tr><tr><td>
+							The targetNamespace {2} of the imported document is not the default namespace.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00012_table">00012</a>
+						</td></tr><tr><td>
+							This &lt;{0}&gt; activity is a start activity and cannot have an onAlarm component.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00062_table">00062</a>
+						</td></tr><tr><td>
+							The import namespace {1} and the imported document target namespace {2} do not match.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00011_table">00011</a>
+						</td></tr><tr><td>
+							The {1} start activities must share at least one correlation.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00057_table">00057</a>
+						</td></tr><tr><td>
+							Either "{1}" or "{2}" attribute is required on this &lt;{0}&gt;
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00019_table">00019</a>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00020_table">00020</a>
+						</td></tr><tr><td>
+							The partner link "{1}" referenced from this &lt;{0}&gt; must have "{2}" defined.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00035_table">00035</a>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00036_table">00036</a>
+						</td></tr><tr><td>
+							The &lt;{1}&gt; activity named {0} must be in a fault handler.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00006_table">00006</a>
+						</td></tr><tr><td>
+							The part "{1}" is already specified in another &lt;{0}&gt;.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00053_table">00053</a>
+						</td></tr><tr><td>
+							The link "{1}" is not unique - the link "{2}" also makes an identical connection.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00067_table">00067</a>
+						</td></tr><tr><td>
+							The form of &lt;{0}&gt; is not valid (too many variants detected).
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00032_table">00032</a>
+						</td></tr><tr><td>
+							The variable name "{0}" contains an illegal period (.) character.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00024_table">00024</a>
+						</td></tr><tr><td>
+							Notification operation "{4}" in portType "{3}" (via partnerLinkType "{2}") cannot be used in a BPEL process.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00001_table">00001</a>
+						</td></tr><tr><td>
+							The link "{1}" does not have a target.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00066_table">00066</a>
+						</td></tr><tr><td>
+							The link "{1}" crosses repeatable boundary on &lt;{2}&gt;.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00070_table">00070</a>
+						</td></tr><tr><td>
+							The "{0}" attribute of this &lt;{1}&gt; is set to "{2}" - it is not a valid NCName.
+						</td><td>
+						<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00000_table">00000</a>
+						<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00024_table">00024</a>
+                        <a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA01004_table">01004</a>
+						</td></tr><tr><td>
+							Either &lt;{1}&gt; *or* attribute "{2}" must be specified on &lt;{0}&gt;.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00051_table">00051</a>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00052_table">00052</a>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00055_table">00055</a>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00059_table">00059</a>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00063_table">00063</a>
+                            <a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00085_table">00085</a>
+						</td></tr><tr><td>
+							The {1} "{2}" is not of messageType and a "part" is specified in this &lt;{0}&gt; node.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00034_table">00034</a>
+						</td></tr><tr><td>
+							"{1}" is set to "{3}" on this &lt;{0}&gt; {2,choice,0#|1#activity} but it cannot be resolved (check value of "{1}", imports, WSDLs or XSDs).
+						</td><td>
+						<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00010_table">00010</a>
+						<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00017_table">00017</a>
+						<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00021_table">00021</a>
+						<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00032_table">00032</a>
+						<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00045_table">00045</a>
+						<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00081_table">00081</a>
+						<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00088_table">00088</a>
+						<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00090_table">00090</a>
+						<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA02003_table">02003</a>
+                        <a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA02004_table">02004</a>
+						</td></tr><tr><td>
+							Link "{1}" must be outbound only; target activity must be outside of the enclosing &lt;{2}&gt;.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00071_table">00071</a>
+						</td></tr><tr><td>
+							Variable "{0}" must be have either messageType,element, or type defined.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00025_table">00025</a>
+						</td></tr><tr><td>
+							There is no start activity in process "{1}"
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00015_table">00015</a>
+						</td></tr><tr><td>
+							{0} "{1}" must have "{2}" and/or "{3}" set.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00016_table">00016</a>
+						</td></tr></tbody></table></div></div><br class="table-break"/></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h2 class="title"><a id="d0e4336"/>4.2. Warning messages</h2></div></div></div><div class="table"><a id="d0e4339"/><p class="title"><b>Table 4.2. Error messages</b></p><div class="table-contents"><table summary="Error messages" border="1"><colgroup><col/><col/></colgroup><thead><tr><th>Message text</th><th>SA</th></tr></thead><tbody><tr><td>
+							The expression in &lt;{0}&gt; cannot be checked - no expression validator has been registered for language {1}.
+						</td><td>
+						<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00029_table">00029</a>
+						<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00033_table">00033</a>
+                        <a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA01000_table">01000</a>
+						</td></tr><tr><td>
+							The {1} of simple type "{2}" is not compatible with {3} of simple type "{4}" - a BPEL runtime may provide an implicit conversion.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00043_table">00043</a>
+						</td></tr><tr><td>
+							The {3,choice,0#node|1#activity} &lt;{0}&gt; refers to a {1} (via the attribute "{2}") - this {1} needs to be defined correctly.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00032_table">00032</a>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA02003_table">02003</a>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA02004_table">02004</a>
+						</td></tr></tbody></table></div></div><br class="table-break"/></div><div class="section" lang="en-US"><div class="titlepage"><div><div><h2 class="title"><a id="d0e4388"/>4.3. Information messages</h2></div></div></div><div class="table"><a id="d0e4391"/><p class="title"><b>Table 4.3. Error messages</b></p><div class="table-contents"><table summary="Error messages" border="1"><colgroup><col/><col/></colgroup><thead><tr><th>Message text</th><th>SA</th></tr></thead><tbody><tr><td>
+							Copy rule not checked - {1} type-of "{2}", {3} type-of "{4}".
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00043_table">00043</a>
+						</td></tr><tr><td>
+							The {1} of {0} is not defined in BPEL 2.0 and is not understood by this implementation.
+						</td><td>
+							<a class="ulink" href="http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.html#SA00013_table">00013</a>
+						</td></tr></tbody></table></div></div><br class="table-break"/></div></div><div class="chapter" lang="en-US"><div class="titlepage"><div><div><h2 class="title"><a id="d0e4420"/>Chapter 5. Summary</h2></div></div></div><div class="toc"><dl><dt><span class="section"><a href="#d0e4426">5.1. Other relevant resources on the topic</a></span></dt></dl></div><p>
+    		This document highlights the capabilities of BPEL Tools, as well as providing the steps required to create and configure BPEL process and deployment descriptor files. If you have questions or suggestions concerned both the documentation and tools behavior please visit the JBoss Tools Users forum.
+    </p><div class="section" lang="en-US"><div class="titlepage"><div><div><h2 class="title"><a id="d0e4426"/>5.1. Other relevant resources on the topic</h2></div></div></div><p>All JBoss Tools release documentation you can find at
+            <a class="ulink" href="http://docs.jboss.org/tools">http://docs.jboss.org/tools</a> in the corresponding release directory.
+        </p><p>The latest documentation builds are available at <a class="ulink" href="http://download.jboss.org/jbosstools/nightly-docs">http://download.jboss.org/jbosstools/nightly-docs</a>. </p></div></div></div></body></html>
\ No newline at end of file