source: contrib/MailArchiver/sources/docs/metaarchive_models/metaarchive_DB_model.graphml @ 6785

Revision 6785, 31.6 KB checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado codigo do MailArchiver?. Documentação na subpasta DOCS.

Line 
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.yworks.com/xml/graphml" xmlns:yed="http://www.yworks.com/xml/yed/3" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://www.yworks.com/xml/schema/graphml/1.1/ygraphml.xsd">
3  <!--Created by yFiles for Java 2.8-->
4  <key for="graphml" id="d0" yfiles.type="resources"/>
5  <key for="port" id="d1" yfiles.type="portgraphics"/>
6  <key for="port" id="d2" yfiles.type="portgeometry"/>
7  <key for="port" id="d3" yfiles.type="portuserdata"/>
8  <key attr.name="url" attr.type="string" for="node" id="d4"/>
9  <key attr.name="description" attr.type="string" for="node" id="d5"/>
10  <key for="node" id="d6" yfiles.type="nodegraphics"/>
11  <key attr.name="url" attr.type="string" for="edge" id="d7"/>
12  <key attr.name="description" attr.type="string" for="edge" id="d8"/>
13  <key for="edge" id="d9" yfiles.type="edgegraphics"/>
14  <graph edgedefault="directed" id="G">
15    <node id="n0">
16      <data key="d4"/>
17      <data key="d6">
18        <y:ShapeNode>
19          <y:Geometry height="110.67498932848002" width="298.0" x="-104.0" y="-195.0"/>
20          <y:Fill color="#00FFFF" transparent="false"/>
21          <y:BorderStyle color="#000000" type="line" width="2.0"/>
22          <y:NodeLabel alignment="left" autoSizePolicy="content" bottomInset="0" fontFamily="Bitstream Vera Sans Mono" fontSize="11" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="76.828125" leftInset="0" modelName="internal" modelPosition="tl" rightInset="0" textColor="#000000" topInset="0" visible="true" width="218.54443359375" x="4.0" y="4.0">FOLDER
23------
24OID VARCHAR(36) PK
25PARENT_OID VARCHAR(36) REF FOLDER
26PARENT_IDX INT
27FOLDER_NAME VARCHAR(1000)
28</y:NodeLabel>
29          <y:Shape type="roundrectangle"/>
30          <y:DropShadow color="#B3A691" offsetX="5" offsetY="5"/>
31        </y:ShapeNode>
32      </data>
33    </node>
34    <node id="n1">
35      <data key="d4"/>
36      <data key="d6">
37        <y:ShapeNode>
38          <y:Geometry height="185.98493573770668" width="298.0" x="-104.0" y="1.5709964656831517"/>
39          <y:Fill color="#00FFFF" transparent="false"/>
40          <y:BorderStyle color="#000000" type="line" width="2.0"/>
41          <y:NodeLabel alignment="left" autoSizePolicy="content" bottomInset="0" fontFamily="Bitstream Vera Sans Mono" fontSize="11" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="140.8515625" leftInset="0" modelName="internal" modelPosition="tl" rightInset="0" textColor="#000000" topInset="0" visible="true" width="225.1669921875" x="4.0" y="4.0">ENTITY
42------
43DISCRIMINATOR VARCHAR(40)
44OID VARCHAR(36) PK
45COMPOSITE_OID VARCHAR(36) REF BODY
46COMPOSITE_IDX INT
47FOLDER_OID VARCHAR(36) REF FOLDER
48FOLDER_IDX INT
49START_LINE BIGINT
50SEPARATOR_LINE BIGINT
51END_LINE BIGINT</y:NodeLabel>
52          <y:Shape type="roundrectangle"/>
53          <y:DropShadow color="#B3A691" offsetX="5" offsetY="5"/>
54        </y:ShapeNode>
55      </data>
56    </node>
57    <node id="n2">
58      <data key="d4"/>
59      <data key="d6">
60        <y:ShapeNode>
61          <y:Geometry height="185.98493573770668" width="273.1683047252682" x="381.8269708652829" y="286.40104891728834"/>
62          <y:Fill color="#00FFFF" transparent="false"/>
63          <y:BorderStyle color="#000000" type="line" width="2.0"/>
64          <y:NodeLabel alignment="left" autoSizePolicy="content" bottomInset="0" fontFamily="Bitstream Vera Sans Mono" fontSize="11" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="153.65625" leftInset="0" modelName="internal" modelPosition="tl" rightInset="0" textColor="#000000" topInset="0" visible="true" width="218.54443359375" x="4.0" y="4.0">ADDRESS
65-------
66DISCRIMINATOR VARCHAR(40)
67OID VARCHAR(36) PK
68FIELD_OID VARCHAR(36) REF FIELD
69FIELD_IDX INT
70GROUP_OID VARCHAR(36) REF ADDRESS
71GROUP_IDX INT
72ADDR_NAME VARCHAR(1000)
73MBX_LOCAL_PART VARCHAR(1000)
74MBX_DOMAIN VARCHAR(1000)
75MBX_ROUTE VARCHAR(10000)
76</y:NodeLabel>
77          <y:Shape type="roundrectangle"/>
78          <y:DropShadow color="#B3A691" offsetX="5" offsetY="5"/>
79        </y:ShapeNode>
80      </data>
81    </node>
82    <node id="n3">
83      <data key="d4"/>
84      <data key="d6">
85        <y:ShapeNode>
86          <y:Geometry height="185.98493573770668" width="273.1683047252682" x="381.826970865283" y="1.5709964656831517"/>
87          <y:Fill color="#00FFFF" transparent="false"/>
88          <y:BorderStyle color="#000000" type="line" width="2.0"/>
89          <y:NodeLabel alignment="left" autoSizePolicy="content" bottomInset="0" fontFamily="Bitstream Vera Sans Mono" fontSize="11" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="128.046875" leftInset="0" modelName="internal" modelPosition="tl" rightInset="0" textColor="#000000" topInset="0" visible="true" width="218.54443359375" x="4.0" y="4.0">BODY
90----
91DISCRIMINATOR VARCHAR(40)
92OID VARCHAR(36) PK
93ENTITY_OID VARCHAR(36) REF ENTITY
94BODY_OFFSET BIGINT
95BODY_LENGTH BIGINT
96PREVIEW VARCHAR(10000)
97PREAMBLE VARCHAR(10000)
98EPILOGUE VARCHAR(10000)
99</y:NodeLabel>
100          <y:Shape type="roundrectangle"/>
101          <y:DropShadow color="#B3A691" offsetX="5" offsetY="5"/>
102        </y:ShapeNode>
103      </data>
104    </node>
105    <node id="n4">
106      <data key="d4"/>
107      <data key="d6">
108        <y:ShapeNode>
109          <y:Geometry height="211.96296642771665" width="298.0" x="-104.0" y="273.41203357228335"/>
110          <y:Fill color="#00FFFF" transparent="false"/>
111          <y:BorderStyle color="#000000" type="line" width="2.0"/>
112          <y:NodeLabel alignment="left" autoSizePolicy="content" bottomInset="0" fontFamily="Bitstream Vera Sans Mono" fontSize="11" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="179.265625" leftInset="0" modelName="internal" modelPosition="tl" rightInset="0" textColor="#000000" topInset="0" visible="true" width="284.77001953125" x="4.0" y="4.0">FIELD
113-----
114DISCRIMINATOR VARCHAR(40)
115OID VARCHAR(36) PK
116ENTITY_OID VARCHAR(36) REF ENTITY
117ENTITY_IDX INT
118FIELD_NAME VARCHAR(1000)
119TEXT VARCHAR(10000)
120MEDIA_TYPE VARCHAR(100)
121SUB_TYPE VARCHAR(100)
122DISPOSITION_TYPE VARCHAR(100)
123DATE_TIME TIMESTAMP
124VALID BOOLEAN
125PARSE_EXCEPTION_STACK_TRACE VARCHAR(100000)
126</y:NodeLabel>
127          <y:Shape type="roundrectangle"/>
128          <y:DropShadow color="#B3A691" offsetX="5" offsetY="5"/>
129        </y:ShapeNode>
130      </data>
131    </node>
132    <node id="n5">
133      <data key="d4"/>
134      <data key="d6">
135        <y:ShapeNode>
136          <y:Geometry height="82.0" width="202.86477644492913" x="-56.43238822246457" y="574.0"/>
137          <y:Fill color="#00FFFF" transparent="false"/>
138          <y:BorderStyle color="#000000" type="line" width="2.0"/>
139          <y:NodeLabel alignment="left" autoSizePolicy="content" bottomInset="0" fontFamily="Bitstream Vera Sans Mono" fontSize="11" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="64.0234375" leftInset="0" modelName="internal" modelPosition="tl" rightInset="0" textColor="#000000" topInset="0" visible="true" width="165.56396484375" x="4.0" y="4.0">PARAMETER
140---------
141FIELD_OID VARCHAR(36) PK
142ATTR_NAME VARCHAR(100) PK
143ATTR_VALUE VARCHAR(1000)
144</y:NodeLabel>
145          <y:Shape type="roundrectangle"/>
146          <y:DropShadow color="#B3A691" offsetX="5" offsetY="5"/>
147        </y:ShapeNode>
148      </data>
149    </node>
150    <node id="n6">
151      <data key="d4"/>
152      <data key="d5"><![CDATA[UMLNote]]></data>
153      <data key="d6">
154        <y:UMLNoteNode>
155          <y:Geometry height="117.0" width="171.25" x="-290.25" y="36.06346433453649"/>
156          <y:Fill color="#FFCC00" transparent="false"/>
157          <y:BorderStyle color="#000000" type="line" width="1.0"/>
158          <y:NodeLabel alignment="left" autoSizePolicy="content" fontFamily="Verdana" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="106.087890625" modelName="internal" modelPosition="tl" textColor="#000000" visible="true" width="150.396484375" x="4.0" y="4.0">Discriminators:
1591 -&gt; Message
1602 -&gt; BodyPart
1613 -&gt; EmbeddedMessage
162--------
163101 -&gt; Entity
164102 -&gt; BodyEntity</y:NodeLabel>
165        </y:UMLNoteNode>
166      </data>
167    </node>
168    <node id="n7">
169      <data key="d4"/>
170      <data key="d5"><![CDATA[UMLNote]]></data>
171      <data key="d6">
172        <y:UMLNoteNode>
173          <y:Geometry height="165.89067611777534" width="171.25" x="-290.25" y="282.1972026017272"/>
174          <y:Fill color="#FFCC00" transparent="false"/>
175          <y:BorderStyle color="#000000" type="line" width="1.0"/>
176          <y:NodeLabel alignment="left" autoSizePolicy="content" fontFamily="Verdana" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="149.83984375" modelName="internal" modelPosition="tl" textColor="#000000" visible="true" width="148.78515625" x="4.0" y="4.0">Discriminators:
1771 -&gt; Unstructured
1782 -&gt; ContentType
1793 -&gt; ContentDisposition
1804 -&gt; DateTime
1815 -&gt; AddressList
1826 -&gt; MailboxList
1837 -&gt; Mailbox
184--------
185301 -&gt; Field</y:NodeLabel>
186        </y:UMLNoteNode>
187      </data>
188    </node>
189    <node id="n8">
190      <data key="d4"/>
191      <data key="d5"><![CDATA[UMLNote]]></data>
192      <data key="d6">
193        <y:UMLNoteNode>
194          <y:Geometry height="130.75" width="132.04443838604152" x="669.9952755905512" y="36.799500973709826"/>
195          <y:Fill color="#FFCC00" transparent="false"/>
196          <y:BorderStyle color="#000000" type="line" width="1.0"/>
197          <y:NodeLabel alignment="left" autoSizePolicy="content" fontFamily="Verdana" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="120.671875" modelName="internal" modelPosition="tl" textColor="#000000" visible="true" width="117.689453125" x="4.0" y="4.0">Discriminators:
1981 -&gt; Text
1992 -&gt; Binary
2003 -&gt; Multipart
2014 -&gt; Message
202--------
203201 -&gt; Body
204202 -&gt; SingleBody</y:NodeLabel>
205        </y:UMLNoteNode>
206      </data>
207    </node>
208    <node id="n9">
209      <data key="d4"/>
210      <data key="d5"><![CDATA[UMLNote]]></data>
211      <data key="d6">
212        <y:UMLNoteNode>
213          <y:Geometry height="165.89067611777534" width="241.59689413823264" x="669.995275590551" y="294.9736739417681"/>
214          <y:Fill color="#FFCC00" transparent="false"/>
215          <y:BorderStyle color="#000000" type="line" width="1.0"/>
216          <y:NodeLabel alignment="left" autoSizePolicy="content" fontFamily="Verdana" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="149.83984375" modelName="internal" modelPosition="tl" textColor="#000000" visible="true" width="223.310546875" x="4.0" y="4.0">Discriminators:
2171 -&gt; AddressListField Mailbox
2182 -&gt; MailboxListField Mailbox
2193 -&gt; MailboxField Mailbox
2204 -&gt; AddressListField Group Mailbox
2215 -&gt; AddressListField Group
222--------
223401 -&gt; Address
224402 -&gt; FieldAddress
225403 -&gt; AddressListField Address</y:NodeLabel>
226        </y:UMLNoteNode>
227      </data>
228    </node>
229    <node id="n10">
230      <data key="d4"/>
231      <data key="d6">
232        <y:GenericNode configuration="com.yworks.bpmn.Artifact">
233          <y:Geometry height="76.12213740458014" width="285.78708130567657" x="576.6774882543083" y="-195.0"/>
234          <y:Fill color="#F5F5F5" transparent="false"/>
235          <y:BorderStyle hasColor="false" type="line" width="1.0"/>
236          <y:NodeLabel alignment="center" autoSizePolicy="content" borderDistance="0.0" bottomInset="0" fontFamily="Verdana" fontSize="20" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="48.61328125" leftInset="0" modelName="internal" modelPosition="c" rightInset="0" textColor="#000000" topInset="0" visible="true" width="242.03125" x="21.877915652838283" y="13.754428077290072">Modelo Físico Relacional
237Meta Arquivamento</y:NodeLabel>
238          <y:StyleProperties>
239            <y:Property class="com.yworks.yfiles.bpmn.view.BPMNTypeEnum" name="com.yworks.bpmn.type" value="ARTIFACT_TYPE_ANNOTATION"/>
240            <y:Property name="com.yworks.bpmn.icon.line.color"/>
241            <y:Property name="com.yworks.bpmn.icon.fill"/>
242            <y:Property name="com.yworks.bpmn.icon.fill2"/>
243          </y:StyleProperties>
244        </y:GenericNode>
245      </data>
246    </node>
247    <node id="n11">
248      <data key="d4"/>
249      <data key="d6">
250        <y:GenericNode configuration="com.yworks.bpmn.Artifact">
251          <y:Geometry height="20.0" width="20.0" x="200.57197382769903" y="96.28430672244156"/>
252          <y:Fill color="#FFFFFF" transparent="false"/>
253          <y:BorderStyle hasColor="false" type="line" width="1.0"/>
254          <y:NodeLabel alignment="center" autoSizePolicy="node_size" borderDistance="1.0" fontFamily="Verdana" fontSize="16" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="23.4453125" modelName="internal" modelPosition="c" textColor="#000000" visible="true" width="20.0" x="0.0" y="-1.72265625">*</y:NodeLabel>
255          <y:StyleProperties>
256            <y:Property class="com.yworks.yfiles.bpmn.view.BPMNTypeEnum" name="com.yworks.bpmn.type" value="ARTIFACT_TYPE_ANNOTATION"/>
257            <y:Property name="com.yworks.bpmn.icon.line.color"/>
258            <y:Property name="com.yworks.bpmn.icon.fill"/>
259            <y:Property name="com.yworks.bpmn.icon.fill2"/>
260          </y:StyleProperties>
261        </y:GenericNode>
262      </data>
263    </node>
264    <node id="n12">
265      <data key="d4"/>
266      <data key="d6">
267        <y:GenericNode configuration="com.yworks.bpmn.Artifact">
268          <y:Geometry height="20.0" width="20.0" x="354.1399479645195" y="360.51363140676114"/>
269          <y:Fill color="#FFFFFF" transparent="false"/>
270          <y:BorderStyle hasColor="false" type="line" width="1.0"/>
271          <y:NodeLabel alignment="center" autoSizePolicy="node_size" borderDistance="1.0" fontFamily="Verdana" fontSize="16" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="23.4453125" modelName="internal" modelPosition="c" textColor="#000000" visible="true" width="20.0" x="0.0" y="-1.72265625">*</y:NodeLabel>
272          <y:StyleProperties>
273            <y:Property class="com.yworks.yfiles.bpmn.view.BPMNTypeEnum" name="com.yworks.bpmn.type" value="ARTIFACT_TYPE_ANNOTATION"/>
274            <y:Property name="com.yworks.bpmn.icon.line.color"/>
275            <y:Property name="com.yworks.bpmn.icon.fill"/>
276            <y:Property name="com.yworks.bpmn.icon.fill2"/>
277          </y:StyleProperties>
278        </y:GenericNode>
279      </data>
280    </node>
281    <node id="n13">
282      <data key="d4"/>
283      <data key="d6">
284        <y:GenericNode configuration="com.yworks.bpmn.Artifact">
285          <y:Geometry height="20.0" width="20.0" x="428.57978687778484" y="260.9103182738859"/>
286          <y:Fill color="#FFFFFF" transparent="false"/>
287          <y:BorderStyle hasColor="false" type="line" width="1.0"/>
288          <y:NodeLabel alignment="center" autoSizePolicy="node_size" borderDistance="1.0" fontFamily="Verdana" fontSize="16" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="23.4453125" modelName="internal" modelPosition="c" textColor="#000000" visible="true" width="20.0" x="0.0" y="-1.72265625">*</y:NodeLabel>
289          <y:StyleProperties>
290            <y:Property class="com.yworks.yfiles.bpmn.view.BPMNTypeEnum" name="com.yworks.bpmn.type" value="ARTIFACT_TYPE_ANNOTATION"/>
291            <y:Property name="com.yworks.bpmn.icon.line.color"/>
292            <y:Property name="com.yworks.bpmn.icon.fill"/>
293            <y:Property name="com.yworks.bpmn.icon.fill2"/>
294          </y:StyleProperties>
295        </y:GenericNode>
296      </data>
297    </node>
298    <node id="n14">
299      <data key="d4"/>
300      <data key="d6">
301        <y:GenericNode configuration="com.yworks.bpmn.Artifact">
302          <y:Geometry height="20.0" width="20.0" x="48.62122635433883" y="-24.249727371864765"/>
303          <y:Fill color="#FFFFFF" transparent="false"/>
304          <y:BorderStyle hasColor="false" type="line" width="1.0"/>
305          <y:NodeLabel alignment="center" autoSizePolicy="node_size" borderDistance="1.0" fontFamily="Verdana" fontSize="16" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="23.4453125" modelName="internal" modelPosition="c" textColor="#000000" visible="true" width="20.0" x="0.0" y="-1.72265625">*</y:NodeLabel>
306          <y:StyleProperties>
307            <y:Property class="com.yworks.yfiles.bpmn.view.BPMNTypeEnum" name="com.yworks.bpmn.type" value="ARTIFACT_TYPE_ANNOTATION"/>
308            <y:Property name="com.yworks.bpmn.icon.line.color"/>
309            <y:Property name="com.yworks.bpmn.icon.fill"/>
310            <y:Property name="com.yworks.bpmn.icon.fill2"/>
311          </y:StyleProperties>
312        </y:GenericNode>
313      </data>
314    </node>
315    <node id="n15">
316      <data key="d4"/>
317      <data key="d6">
318        <y:GenericNode configuration="com.yworks.bpmn.Artifact">
319          <y:Geometry height="20.0" width="20.0" x="-60.0952403850286" y="-220.8178844056706"/>
320          <y:Fill color="#FFFFFF" transparent="false"/>
321          <y:BorderStyle hasColor="false" type="line" width="1.0"/>
322          <y:NodeLabel alignment="center" autoSizePolicy="node_size" borderDistance="1.0" fontFamily="Verdana" fontSize="16" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="23.4453125" modelName="internal" modelPosition="c" textColor="#000000" visible="true" width="20.0" x="0.0" y="-1.72265625">*</y:NodeLabel>
323          <y:StyleProperties>
324            <y:Property class="com.yworks.yfiles.bpmn.view.BPMNTypeEnum" name="com.yworks.bpmn.type" value="ARTIFACT_TYPE_ANNOTATION"/>
325            <y:Property name="com.yworks.bpmn.icon.line.color"/>
326            <y:Property name="com.yworks.bpmn.icon.fill"/>
327            <y:Property name="com.yworks.bpmn.icon.fill2"/>
328          </y:StyleProperties>
329        </y:GenericNode>
330      </data>
331    </node>
332    <node id="n16">
333      <data key="d4"/>
334      <data key="d6">
335        <y:GenericNode configuration="com.yworks.bpmn.Artifact">
336          <y:Geometry height="20.0" width="20.0" x="48.38712851733169" y="545.4721919302071"/>
337          <y:Fill color="#FFFFFF" transparent="false"/>
338          <y:BorderStyle hasColor="false" type="line" width="1.0"/>
339          <y:NodeLabel alignment="center" autoSizePolicy="node_size" borderDistance="1.0" fontFamily="Verdana" fontSize="16" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="23.4453125" modelName="internal" modelPosition="c" textColor="#000000" visible="true" width="20.0" x="0.0" y="-1.72265625">*</y:NodeLabel>
340          <y:StyleProperties>
341            <y:Property class="com.yworks.yfiles.bpmn.view.BPMNTypeEnum" name="com.yworks.bpmn.type" value="ARTIFACT_TYPE_ANNOTATION"/>
342            <y:Property name="com.yworks.bpmn.icon.line.color"/>
343            <y:Property name="com.yworks.bpmn.icon.fill"/>
344            <y:Property name="com.yworks.bpmn.icon.fill2"/>
345          </y:StyleProperties>
346        </y:GenericNode>
347      </data>
348    </node>
349    <node id="n17">
350      <data key="d4"/>
351      <data key="d6">
352        <y:ShapeNode>
353          <y:Geometry height="82.0" width="202.86477644492913" x="381.8269708652828" y="574.0"/>
354          <y:Fill color="#00FFFF" transparent="false"/>
355          <y:BorderStyle color="#000000" type="line" width="2.0"/>
356          <y:NodeLabel alignment="left" autoSizePolicy="content" bottomInset="0" fontFamily="Bitstream Vera Sans Mono" fontSize="11" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="51.21875" leftInset="0" modelName="internal" modelPosition="tl" rightInset="0" textColor="#000000" topInset="0" visible="true" width="165.56396484375" x="4.0" y="4.0">SETTING
357---------
358ATTR_NAME VARCHAR(100) PK
359ATTR_VALUE VARCHAR(1000)
360</y:NodeLabel>
361          <y:Shape type="roundrectangle"/>
362          <y:DropShadow color="#B3A691" offsetX="5" offsetY="5"/>
363        </y:ShapeNode>
364      </data>
365    </node>
366    <node id="n18">
367      <data key="d4"/>
368      <data key="d6">
369        <y:ShapeNode>
370          <y:Geometry height="82.0" width="202.86477644492913" x="246.10977597265946" y="-166.32501067151998"/>
371          <y:Fill color="#00FFFF" transparent="false"/>
372          <y:BorderStyle color="#000000" type="line" width="2.0"/>
373          <y:NodeLabel alignment="left" autoSizePolicy="content" bottomInset="0" fontFamily="Bitstream Vera Sans Mono" fontSize="11" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="51.21875" leftInset="0" modelName="internal" modelPosition="tl" rightInset="0" textColor="#000000" topInset="0" visible="true" width="165.56396484375" x="4.0" y="4.0">TAG
374---------
375ENTITY_OID VARCHAR(36) PK
376TAG_VALUE VARCHAR(100) PK
377</y:NodeLabel>
378          <y:Shape type="roundrectangle"/>
379          <y:DropShadow color="#B3A691" offsetX="5" offsetY="5"/>
380        </y:ShapeNode>
381      </data>
382    </node>
383    <node id="n19">
384      <data key="d4"/>
385      <data key="d6">
386        <y:GenericNode configuration="com.yworks.bpmn.Artifact">
387          <y:Geometry height="20.0" width="20.0" x="315.4707356236954" y="-75.45038167938935"/>
388          <y:Fill color="#FFFFFF" transparent="false"/>
389          <y:BorderStyle hasColor="false" type="line" width="1.0"/>
390          <y:NodeLabel alignment="center" autoSizePolicy="node_size" borderDistance="1.0" fontFamily="Verdana" fontSize="16" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="23.4453125" modelName="internal" modelPosition="c" textColor="#000000" visible="true" width="20.0" x="0.0" y="-1.72265625">*</y:NodeLabel>
391          <y:StyleProperties>
392            <y:Property class="com.yworks.yfiles.bpmn.view.BPMNTypeEnum" name="com.yworks.bpmn.type" value="ARTIFACT_TYPE_ANNOTATION"/>
393            <y:Property name="com.yworks.bpmn.icon.line.color"/>
394            <y:Property name="com.yworks.bpmn.icon.fill"/>
395            <y:Property name="com.yworks.bpmn.icon.fill2"/>
396          </y:StyleProperties>
397        </y:GenericNode>
398      </data>
399    </node>
400    <node id="n20">
401      <data key="d4"/>
402      <data key="d6">
403        <y:GenericNode configuration="com.yworks.bpmn.Artifact">
404          <y:Geometry height="20.0" width="20.0" x="47.17702289845511" y="246.34514974586705"/>
405          <y:Fill color="#FFFFFF" transparent="false"/>
406          <y:BorderStyle hasColor="false" type="line" width="1.0"/>
407          <y:NodeLabel alignment="center" autoSizePolicy="node_size" borderDistance="1.0" fontFamily="Verdana" fontSize="16" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="23.4453125" modelName="internal" modelPosition="c" textColor="#000000" visible="true" width="20.0" x="0.0" y="-1.72265625">*</y:NodeLabel>
408          <y:StyleProperties>
409            <y:Property class="com.yworks.yfiles.bpmn.view.BPMNTypeEnum" name="com.yworks.bpmn.type" value="ARTIFACT_TYPE_ANNOTATION"/>
410            <y:Property name="com.yworks.bpmn.icon.line.color"/>
411            <y:Property name="com.yworks.bpmn.icon.fill"/>
412            <y:Property name="com.yworks.bpmn.icon.fill2"/>
413          </y:StyleProperties>
414        </y:GenericNode>
415      </data>
416    </node>
417    <edge id="e0" source="n2" target="n2">
418      <data key="d9">
419        <y:SplineEdge>
420          <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
421          <y:LineStyle color="#000000" type="line" width="1.0"/>
422          <y:Arrows source="none" target="standard"/>
423        </y:SplineEdge>
424      </data>
425    </edge>
426    <edge id="e1" source="n2" target="n2">
427      <data key="d9">
428        <y:SplineEdge>
429          <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
430          <y:LineStyle color="#000000" type="line" width="1.0"/>
431          <y:Arrows source="none" target="standard"/>
432        </y:SplineEdge>
433      </data>
434    </edge>
435    <edge id="e2" source="n2" target="n2">
436      <data key="d9">
437        <y:QuadCurveEdge straightness="0.1">
438          <y:Path sx="0.0" sy="0.0" tx="106.7911199911588" ty="-27.122803128415537"/>
439          <y:LineStyle color="#000000" type="line" width="1.0"/>
440          <y:Arrows source="none" target="standard"/>
441        </y:QuadCurveEdge>
442      </data>
443    </edge>
444    <edge id="e3" source="n2" target="n2">
445      <data key="d9">
446        <y:QuadCurveEdge straightness="0.1">
447          <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
448          <y:LineStyle color="#000000" type="line" width="1.0"/>
449          <y:Arrows source="none" target="standard"/>
450        </y:QuadCurveEdge>
451      </data>
452    </edge>
453    <edge id="e4" source="n1" target="n1">
454      <data key="d9">
455        <y:BezierEdge>
456          <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
457          <y:LineStyle color="#000000" type="line" width="1.0"/>
458          <y:Arrows source="none" target="standard"/>
459        </y:BezierEdge>
460      </data>
461    </edge>
462    <edge id="e5" source="n2" target="n2">
463      <data key="d9">
464        <y:PolyLineEdge>
465          <y:Path sx="-95.83000983340452" sy="-92.9980558297654" tx="-136.5416354280261" ty="-68.22674789697095">
466            <y:Point x="422.58111339451244" y="259.55390084118824"/>
467            <y:Point x="347.1403137584905" y="259.55390084118824"/>
468            <y:Point x="347.1403137584905" y="311.1667688891707"/>
469          </y:Path>
470          <y:LineStyle color="#000000" type="dashed" width="2.0"/>
471          <y:Arrows source="none" target="plain"/>
472          <y:EdgeLabel alignment="center" distance="2.0" fontFamily="Verdana" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.583984375" modelName="free" modelPosition="anywhere" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" visible="true" width="106.99609375" x="-89.85018482805947" y="-48.469285622426696">Mailbox to Group</y:EdgeLabel>
473          <y:BendStyle smoothed="true"/>
474        </y:PolyLineEdge>
475      </data>
476    </edge>
477    <edge id="e6" source="n4" target="n1">
478      <data key="d9">
479        <y:PolyLineEdge>
480          <y:Path sx="0.0" sy="-105.98600870836702" tx="0.0" ty="92.95070631693845"/>
481          <y:LineStyle color="#000000" type="line" width="2.0"/>
482          <y:Arrows source="none" target="plain"/>
483          <y:EdgeLabel alignment="center" distance="2.0" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" hasText="false" height="4.0" modelName="six_pos" modelPosition="tail" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" visible="true" width="4.0" x="2.0" y="-44.923518332866536"/>
484          <y:BendStyle smoothed="false"/>
485        </y:PolyLineEdge>
486      </data>
487    </edge>
488    <edge id="e7" source="n1" target="n3">
489      <data key="d7"/>
490      <data key="d9">
491        <y:PolyLineEdge>
492          <y:Path sx="148.99585094056698" sy="25.250123148515527" tx="-136.58280262553717" ty="25.250123148515527"/>
493          <y:LineStyle color="#000000" type="dashed" width="2.0"/>
494          <y:Arrows source="none" target="plain"/>
495          <y:EdgeLabel alignment="center" distance="2.0" fontFamily="Verdana" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.583984375" modelName="free" modelPosition="anywhere" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" visible="true" width="153.0859375" x="14.643560505398739" y="5.912607636832661">BodyEntity to Composite</y:EdgeLabel>
496          <y:BendStyle smoothed="false"/>
497        </y:PolyLineEdge>
498      </data>
499    </edge>
500    <edge id="e8" source="n5" target="n4">
501      <data key="d9">
502        <y:PolyLineEdge>
503          <y:Path sx="0.0" sy="-40.9892578125" tx="0.0" ty="105.97077403992154"/>
504          <y:LineStyle color="#000000" type="line" width="2.0"/>
505          <y:Arrows source="none" target="plain"/>
506          <y:EdgeLabel alignment="center" distance="2.0" fontFamily="Verdana" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="47.751953125" modelName="free" modelPosition="anywhere" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" visible="true" width="200.48828125" x="-207.33010123123742" y="-60.65447465895761">Parameter to ContentType
507or
508Parameter to ContentDisposition</y:EdgeLabel>
509          <y:BendStyle smoothed="false"/>
510        </y:PolyLineEdge>
511      </data>
512    </edge>
513    <edge id="e9" source="n1" target="n0">
514      <data key="d9">
515        <y:PolyLineEdge>
516          <y:Path sx="0.0" sy="-93.01004361496301" tx="0.0" ty="55.35183263791818"/>
517          <y:LineStyle color="#000000" type="dashed" width="2.0"/>
518          <y:Arrows source="none" target="plain"/>
519          <y:EdgeLabel alignment="center" distance="2.0" fontFamily="Verdana" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="33.16796875" modelName="free" modelPosition="anywhere" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" visible="true" width="71.828125" x="-80.00179228452265" y="-49.561868495804966">Message to
520Folder</y:EdgeLabel>
521          <y:BendStyle smoothed="true"/>
522        </y:PolyLineEdge>
523      </data>
524    </edge>
525    <edge id="e10" source="n0" target="n0">
526      <data key="d9">
527        <y:PolyLineEdge>
528          <y:Path sx="-107.64370609174907" sy="-55.334568678515915" tx="-149.0382273034525" ty="-18.01095404646519">
529            <y:Point x="-62.64370609174907" y="-223.1537622682661"/>
530            <y:Point x="-135.0" y="-223.1537622682661"/>
531            <y:Point x="-135.0" y="-157.6734593822252"/>
532          </y:Path>
533          <y:LineStyle color="#000000" type="dashed" width="2.0"/>
534          <y:Arrows source="none" target="plain"/>
535          <y:EdgeLabel alignment="center" distance="2.0" fontFamily="Verdana" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="33.16796875" modelName="free" modelPosition="anywhere" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" visible="true" width="84.47265625" x="-133.97707773422047" y="44.841227304367465">Folder to
536Parent Folder</y:EdgeLabel>
537          <y:BendStyle smoothed="true"/>
538        </y:PolyLineEdge>
539      </data>
540    </edge>
541    <edge id="e11" source="n2" target="n4">
542      <data key="d9">
543        <y:PolyLineEdge>
544          <y:Path sx="-136.55923442531673" sy="-23.020783617853738" tx="149.008868934024" ty="-23.020783617853738"/>
545          <y:LineStyle color="#000000" type="dashed" width="2.0"/>
546          <y:Arrows source="none" target="plain"/>
547          <y:EdgeLabel alignment="center" distance="2.0" fontFamily="Verdana" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="76.919921875" modelName="free" modelPosition="anywhere" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" visible="true" width="141.26171875" x="-159.03267357239372" y="11.88330662719352">Mailbox to Mailbox
548or
549Mailbox to MailboxList
550or
551Address to AddressList</y:EdgeLabel>
552          <y:BendStyle smoothed="false"/>
553        </y:PolyLineEdge>
554      </data>
555    </edge>
556    <edge id="e12" source="n3" target="n1">
557      <data key="d9">
558        <y:PolyLineEdge>
559          <y:Path sx="-136.58277451159017" sy="-26.79736117313169" tx="148.97869240730637" ty="-26.79736117313169"/>
560          <y:LineStyle color="#000000" type="line" width="2.0"/>
561          <y:Arrows source="none" target="plain"/>
562          <y:BendStyle smoothed="false"/>
563        </y:PolyLineEdge>
564      </data>
565    </edge>
566    <edge id="e13" source="n18" target="n1">
567      <data key="d7"/>
568      <data key="d9">
569        <y:PolyLineEdge>
570          <y:Path sx="-36.673631564566506" sy="41.003706388718" tx="98.55834242093778" ty="-92.98401879200654">
571            <y:Point x="310.8685326305575" y="-47.03925845147222"/>
572            <y:Point x="143.55834242093778" y="-47.03925845147222"/>
573          </y:Path>
574          <y:LineStyle color="#000000" type="line" width="2.0"/>
575          <y:Arrows source="none" target="plain"/>
576          <y:EdgeLabel alignment="center" distance="2.0" fontFamily="Verdana" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.583984375" modelName="free" modelPosition="anywhere" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" visible="true" width="98.125" x="-130.52130049032894" y="44.772776513219256">Tag to Message</y:EdgeLabel>
577          <y:BendStyle smoothed="true"/>
578        </y:PolyLineEdge>
579      </data>
580    </edge>
581  </graph>
582  <data key="d0">
583    <y:Resources/>
584  </data>
585</graphml>
Note: See TracBrowser for help on using the repository browser.