simple-support Mailing List for Simple (Page 27)
Brought to you by:
niallg
You can subscribe to this list here.
| 2007 |
Jan
|
Feb
(2) |
Mar
(2) |
Apr
(13) |
May
(13) |
Jun
(27) |
Jul
(4) |
Aug
(14) |
Sep
(7) |
Oct
|
Nov
(6) |
Dec
(24) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2008 |
Jan
|
Feb
(21) |
Mar
(10) |
Apr
(15) |
May
(24) |
Jun
(24) |
Jul
(30) |
Aug
(5) |
Sep
(19) |
Oct
(27) |
Nov
(16) |
Dec
(24) |
| 2009 |
Jan
(34) |
Feb
(24) |
Mar
(35) |
Apr
(26) |
May
(8) |
Jun
(17) |
Jul
(28) |
Aug
(31) |
Sep
(36) |
Oct
(35) |
Nov
(20) |
Dec
(16) |
| 2010 |
Jan
(40) |
Feb
(21) |
Mar
(47) |
Apr
(45) |
May
(34) |
Jun
(68) |
Jul
(46) |
Aug
(39) |
Sep
(47) |
Oct
(20) |
Nov
(42) |
Dec
(13) |
| 2011 |
Jan
(41) |
Feb
(16) |
Mar
(32) |
Apr
(44) |
May
(28) |
Jun
(35) |
Jul
(37) |
Aug
(33) |
Sep
(60) |
Oct
(20) |
Nov
(35) |
Dec
(23) |
| 2012 |
Jan
(34) |
Feb
(23) |
Mar
(34) |
Apr
(21) |
May
(48) |
Jun
(24) |
Jul
(31) |
Aug
(39) |
Sep
(25) |
Oct
(10) |
Nov
(27) |
Dec
(28) |
| 2013 |
Jan
(32) |
Feb
(24) |
Mar
(24) |
Apr
(9) |
May
(4) |
Jun
(6) |
Jul
(2) |
Aug
(5) |
Sep
|
Oct
(5) |
Nov
(1) |
Dec
(12) |
| 2014 |
Jan
(14) |
Feb
(16) |
Mar
(5) |
Apr
(3) |
May
(2) |
Jun
(8) |
Jul
(2) |
Aug
|
Sep
(6) |
Oct
|
Nov
(6) |
Dec
|
| 2015 |
Jan
(3) |
Feb
(15) |
Mar
(7) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
(1) |
| 2016 |
Jan
|
Feb
(6) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2018 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2019 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Niall G. <gal...@ya...> - 2011-09-21 08:40:11
|
The below annotated class will not generate the XML you provided. Can you provide a proper example of what you are doing.
--- On Tue, 20/9/11, Erez Lirov <er...@es...> wrote:
From: Erez Lirov <er...@es...>
Subject: Re: [Simple-support] null variables and suppressing empty tags
To: "James Oltmans" <Jam...@ip...>
Cc: "sim...@li..." <sim...@li...>
Received: Tuesday, 20 September, 2011, 12:05 PM
Doesn't look like the @Path annotation accepts required=false. It looks like @Path only accepts one parameter, the path string...
On Tue, Sep 20, 2011 at 11:52 AM, James Oltmans <Jam...@ip...> wrote:
Set required = false for the To element
From: Erez Lirov [mailto:er...@es...]
Sent: Tuesday, September 20, 2011 7:25 AM
To: sim...@li...
Subject: [Simple-support] null variables and suppressing empty tags
I have an annotated class that has a null field like this:
@Root(name = "ContinuityOfCareRecord")class Test1 { @Element(name = "ActorID", required = false)
@Path("Patient") protected String patientId;}
generating the XML gives:<ContinuityOfCareRecord>
<To/></ContinuityOfCareRecord> Is there any way to automatically suppress the <To/> tag since there are no values under it?
Thanks!
--
The materials in this e-mail are private, may contain Protected Health Information as defined by the Health Insurance Portability and Accounting Act of 1986 (as codified at 42 U.S.C. 1320d through d-8), and are intended only for the use of the individual(s) named above. If you are not the intended recipient of this e-mail, or the employee or agent responsible for delivering this to the intended recipient, you are hereby notified that any unauthorized use, disclosure, copying, distribution or the taking of any action in reliance on the contents of this information is strictly prohibited. If you have received this e-mail in error, please immediately notify us by telephone at 877-753-4286 or notify us by e-mail at hel...@ve.... Thank you.
-----Inline Attachment Follows-----
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
-----Inline Attachment Follows-----
_______________________________________________
Simple-support mailing list
Sim...@li...
https://lists.sourceforge.net/lists/listinfo/simple-support
|
|
From: Erez L. <er...@es...> - 2011-09-20 19:06:10
|
Doesn't look like the @Path annotation accepts required=false. It looks
like @Path only accepts one parameter, the path string...
On Tue, Sep 20, 2011 at 11:52 AM, James Oltmans
<Jam...@ip...>wrote:
> Set required = false for the To element****
>
> ** **
>
> *From:* Erez Lirov [mailto:er...@es...]
> *Sent:* Tuesday, September 20, 2011 7:25 AM
> *To:* sim...@li...
> *Subject:* [Simple-support] null variables and suppressing empty tags****
>
> ** **
>
> I have an annotated class that has a null field like this:****
>
> ** **
>
> @Root(name = "ContinuityOfCareRecord")****
>
> class Test1 {****
>
> @Element(name = "ActorID", required = false)****
>
> @Path("Patient")****
>
> protected String patientId;****
>
> }****
>
> ** **
>
> generating the XML gives:****
>
> <ContinuityOfCareRecord>****
>
> <To/>****
>
> </ContinuityOfCareRecord>****
>
> ** **
>
> Is there any way to automatically suppress the <To/> tag since there are no
> values under it?****
>
> ** **
>
> Thanks!****
>
--
The materials in this e-mail are private, may contain Protected Health
Information as defined by the Health Insurance Portability and Accounting
Act of 1986 (as codified at 42 U.S.C. 1320d through d-8), and are intended
only for the use of the individual(s) named above. If you are not the
intended recipient of this e-mail, or the employee or agent responsible for
delivering this to the intended recipient, you are hereby notified that any
unauthorized use, disclosure, copying, distribution or the taking of any
action in reliance on the contents of this information is strictly
prohibited. If you have received this e-mail in error, please immediately
notify us by telephone at 877-753-4286 or notify us by e-mail at
hel...@ve.... Thank you.
|
|
From: James O. <Jam...@ip...> - 2011-09-20 15:52:25
|
Set required = false for the To element
From: Erez Lirov [mailto:er...@es...]
Sent: Tuesday, September 20, 2011 7:25 AM
To: sim...@li...
Subject: [Simple-support] null variables and suppressing empty tags
I have an annotated class that has a null field like this:
@Root(name = "ContinuityOfCareRecord")
class Test1 {
@Element(name = "ActorID", required = false)
@Path("Patient")
protected String patientId;
}
generating the XML gives:
<ContinuityOfCareRecord>
<To/>
</ContinuityOfCareRecord>
Is there any way to automatically suppress the <To/> tag since there are no values under it?
Thanks!
|
|
From: Erez L. <er...@es...> - 2011-09-20 13:52:53
|
I have an annotated class that has a null field like this:
@Root(name = "ContinuityOfCareRecord")
class Test1 {
@Element(name = "ActorID", required = false)
@Path("Patient")
protected String patientId;
}
generating the XML gives:
<ContinuityOfCareRecord>
<To/>
</ContinuityOfCareRecord>
Is there any way to automatically suppress the <To/> tag since there are no
values under it?
Thanks!
|
|
From: Babu p. <bab...@gm...> - 2011-09-20 11:16:06
|
in jaxb: @XmlAttribute(name = "modified_dtt")
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar modifiedDtt;
how to convert it into simple-xml
or how to write a Transformer class for this
--
View this message in context: http://old.nabble.com/Related-annotation-for-%40XmlSchemaType-in-simple-xml-tp32501059p32501059.html
Sent from the Simple XML Serialization mailing list archive at Nabble.com.
|
|
From: Babu p. <bab...@gm...> - 2011-09-20 11:16:06
|
in jaxb: @XmlAttribute(name = "modified_dtt")
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar modifiedDtt;
how to convert it into simple-xml
or how to write a Tranformer class for this
--
View this message in context: http://old.nabble.com/Related-annotation-for-%40XmlSchemaType-in-simple-xml-tp32501060p32501060.html
Sent from the Simple XML Serialization mailing list archive at Nabble.com.
|
|
From: Atkins, B. <Bri...@ne...> - 2011-09-19 21:12:58
|
My apologies. I just discovered that the server reference and lists in question were indeed being initialized to non-null values. When I corrected this, the elements did not appear in the output. Batkins |
|
From: Atkins, B. <Bri...@ne...> - 2011-09-19 20:27:04
|
I have an complex element that is optional: Using class: ... @Element(required=false) private Server server; ... Server.java: ... @Attribute private String name; @Element private String serverIp; @Element private String username; @Element private String encryptPass; ... Resulting in, correctly: ... <server name="server1"> <serverIp>10.10.10.10</serverIp> <username>user</username> <encryptPass>d8rhnnsdf8</encryptPass> </server> ... However, when the value of the server field in the enclosing object is null, I still get an empty element: <server/> This is also true of empty, non-inline lists. Is there a way to suppress empty elements all together, or on an element by element basis? Thanks! Batkins |
|
From: Jebarlin R. <jeb...@gm...> - 2011-09-15 13:40:22
|
Hi Niall, I just debugged the flow of the code and I guess that, it is taking time for the ElementListUnion annotation and the recursive operation for the elements which is nested in the root elements. But still I don't know the exact reason. I always welcome, if you give some solution for this performance issue after looking into the sample code. But still I may be wrong in adding the annotation properly in the classes. Thanks & Regards, Jebarlin On Wed, Sep 14, 2011 at 11:08 AM, Niall Gallagher <gal...@ya... > wrote: > Hi Jebarlin, > > I will take a look at this and see if there is any reason it takes so long > on Android. I will get back to you. Thanks for the details. > > Niall > > > --- On *Tue, 13/9/11, Jebarlin Robertson <jeb...@gm...>* wrote: > > > From: Jebarlin Robertson <jeb...@gm...> > Subject: Re: [Simple-support] Performance and time consuming issues for > parsing a big XML file using Simple > To: "Niall Gallagher" <gal...@ya...> > Cc: sim...@li... > Received: Tuesday, 13 September, 2011, 10:09 PM > > > Hi Niall, > > Please find the attached Complete sample source code also > > > Regards > Jebarlin > > -- Thanks & Regards, Jebarlin Robertson.R GSM: 91-9538106181. |
|
From: Niall G. <gal...@ya...> - 2011-09-14 05:38:49
|
Hi Jebarlin, I will take a look at this and see if there is any reason it takes so long on Android. I will get back to you. Thanks for the details. Niall --- On Tue, 13/9/11, Jebarlin Robertson <jeb...@gm...> wrote: From: Jebarlin Robertson <jeb...@gm...> Subject: Re: [Simple-support] Performance and time consuming issues for parsing a big XML file using Simple To: "Niall Gallagher" <gal...@ya...> Cc: sim...@li... Received: Tuesday, 13 September, 2011, 10:09 PM Hi Niall, Please find the attached Complete sample source code also Regards Jebarlin |
|
From: Niall G. <gal...@ya...> - 2011-09-14 05:35:08
|
Thanks, I will take a look once you have sent this to me. --- On Tue, 13/9/11, A K <ak....@gm...> wrote: From: A K <ak....@gm...> Subject: Re: [Simple-support] Taking much time to parse in android To: sim...@li... Received: Tuesday, 13 September, 2011, 9:06 PM Hi Niall Gallagher. Thanks for the valuable response, am trying to attach the files, but not able to and it, as the mailing list is responding me with the mail size issue. Will try to reduce file size and sent it to u. Thanks, Akshay On Tue, Sep 13, 2011 at 4:37 PM, Niall Gallagher <gal...@ya...> wrote: Can you show some proof of this, provide some sample code, I will check this out. --- On Sun, 11/9/11, A K <ak....@gm...> wrote: From: A K <ak....@gm...> Subject: [Simple-support] Taking much time to parse in android To: sim...@li... Received: Sunday, 11 September, 2011, 11:00 PM The application using simple xml serialization is running fast as a normal java application. Where as if I run the same as an android app, its taking much time to the parse the file. Can anyone provide the specific reason for this, -----Inline Attachment Follows----- ------------------------------------------------------------------------------ Doing More with Less: The Next Generation Virtual Desktop What are the key obstacles that have prevented many mid-market businesses from deploying virtual desktops? How do next-generation virtual desktops provide companies an easier-to-deploy, easier-to-manage and more affordable virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/ -----Inline Attachment Follows----- _______________________________________________ Simple-support mailing list Sim...@li... https://lists.sourceforge.net/lists/listinfo/simple-support -----Inline Attachment Follows----- ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA Learn about the latest advances in developing for the BlackBerry® mobile platform with sessions, labs & more. See new tools and technologies. Register for BlackBerry® DevCon today! http://p.sf.net/sfu/rim-devcon-copy1 -----Inline Attachment Follows----- _______________________________________________ Simple-support mailing list Sim...@li... https://lists.sourceforge.net/lists/listinfo/simple-support |
|
From: Jebarlin R. <jeb...@gm...> - 2011-09-14 04:38:52
|
Hi Niall, I am not able to send the whole document, so this is some part of the XML doc. Please find the Sample XML Document <w:document> <w:body> <w:p w:rsidR="00C819C5" w:rsidRPr="00645322" w:rsidRDefault="00A049A6" w:rsidP="00C819C5"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> <w:r> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> <w:noProof/> </w:rPr> <w:pict> <v:line id="_x0000_s1031" style=" position:absolute;left:0;text-align:left;flip:x;z-index:251636736" from=" 0,6.6pt" to="438.8pt,6.6pt"strokecolor="silver" strokeweight="6pt"/> </w:pict> </w:r> </w:p> <w:p w:rsidR="008167A3" w:rsidRPr="00645322" w:rsidRDefault="0071357A" w:rsidP="00B008E0"> <w:pPr> <w:pStyle w:val="a"/> <w:jc w:val="both"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> <w:r> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> <w:t xml:space="preserve"> </w:t> </w:r> <w:r w:rsidR="00553884"> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> <w:t>Tasks</w:t> </w:r> <w:r w:rsidR="00E91756"> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> <w:t xml:space="preserve"> Active Sync</w:t> </w:r> <w:r w:rsidR="00645322" w:rsidRPr="00645322"> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic" w:hint="eastAsia"/> </w:rPr> <w:t xml:space="preserve"> Code Analysis</w:t> </w:r> </w:p> <w:p w:rsidR="00C819C5" w:rsidRPr="00645322" w:rsidRDefault="00A049A6" w:rsidP="00C819C5"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> <w:r> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> <w:pict> <v:line id="_x0000_s1032" style=" position:absolute;left:0;text-align:left;flip:x;z-index:251637760" from=" 0,9.4pt" to="438.8pt,9.4pt"strokecolor="#05365d" strokeweight="6pt"/> </w:pict> </w:r> </w:p> <w:p w:rsidR="00C819C5" w:rsidRPr="00645322" w:rsidRDefault="00C819C5" w:rsidP="00C819C5"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00C819C5" w:rsidRPr="00645322" w:rsidRDefault="00C819C5" w:rsidP="00C819C5"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00C819C5" w:rsidRPr="00645322" w:rsidRDefault="00C819C5" w:rsidP="00C819C5"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00C819C5" w:rsidRPr="00645322" w:rsidRDefault="00C819C5" w:rsidP="00C819C5"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00C819C5" w:rsidRPr="00645322" w:rsidRDefault="00C819C5" w:rsidP="00C819C5"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00C819C5" w:rsidRPr="00645322" w:rsidRDefault="00C819C5" w:rsidP="00C819C5"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00C819C5" w:rsidRPr="00645322" w:rsidRDefault="00C819C5" w:rsidP="00C819C5"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00C819C5" w:rsidRPr="00645322" w:rsidRDefault="00C819C5" w:rsidP="00C819C5"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00C819C5" w:rsidRPr="00645322" w:rsidRDefault="00C819C5" w:rsidP="00C819C5"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00C819C5" w:rsidRPr="00645322" w:rsidRDefault="00C819C5" w:rsidP="00C819C5"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00C819C5" w:rsidRPr="00645322" w:rsidRDefault="00C819C5" w:rsidP="00C819C5"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00C819C5" w:rsidRPr="00645322" w:rsidRDefault="00C819C5" w:rsidP="00C819C5"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00C819C5" w:rsidRPr="00645322" w:rsidRDefault="00C819C5" w:rsidP="00C819C5"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00C819C5" w:rsidRDefault="00C819C5" w:rsidP="00C819C5"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00645322" w:rsidRDefault="00645322" w:rsidP="00C819C5"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00645322" w:rsidRDefault="00645322" w:rsidP="00C819C5"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00645322" w:rsidRPr="00645322" w:rsidRDefault="00645322" w:rsidP="00C819C5"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00C819C5" w:rsidRPr="00645322" w:rsidRDefault="00C819C5" w:rsidP="00C819C5"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00BE77EC" w:rsidRDefault="00BE77EC" w:rsidP="00254328"> <w:pPr> <w:pStyle w:val="5"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00553884" w:rsidRDefault="00553884" w:rsidP="00254328"> <w:pPr> <w:pStyle w:val="5"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00553884" w:rsidRDefault="00553884" w:rsidP="00254328"> <w:pPr> <w:pStyle w:val="5"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00553884" w:rsidRDefault="00553884" w:rsidP="00254328"> <w:pPr> <w:pStyle w:val="5"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00553884" w:rsidRDefault="00553884" w:rsidP="00254328"> <w:pPr> <w:pStyle w:val="5"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00553884" w:rsidRDefault="00553884" w:rsidP="00254328"> <w:pPr> <w:pStyle w:val="5"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00553884" w:rsidRPr="00645322" w:rsidRDefault="00553884" w:rsidP="00254328"> <w:pPr> <w:pStyle w:val="5"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00BE77EC" w:rsidRPr="00645322" w:rsidRDefault="00BE77EC" w:rsidP="00254328"> <w:pPr> <w:pStyle w:val="5"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00254328" w:rsidRPr="00645322" w:rsidRDefault="00254328" w:rsidP="00254328"> <w:pPr> <w:pStyle w:val="5"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> <w:r w:rsidRPr="00645322"> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> <w:lastRenderedPageBreak/> <w:t>Revision History</w:t> </w:r> </w:p> <w:p w:rsidR="00736440" w:rsidRPr="00645322" w:rsidRDefault="00736440" w:rsidP="00254328"> <w:pPr> <w:pStyle w:val="5"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:tbl> <w:tblPr> <w:tblW w:w="0" w:type="auto"/> <w:tblInd w:w="468" w:type="dxa"/> <w:tblBorders> <w:top w:val="single" w:sz="4" w:space="0" w:color="999999"/> <w:left w:val="single" w:sz="4" w:space="0" w:color="999999"/> <w:bottom w:val="single" w:sz="4" w:space="0" w:color="999999"/> <w:right w:val="single" w:sz="4" w:space="0" w:color="999999"/> <w:insideH w:val="single" w:sz="4" w:space="0" w:color="999999"/> <w:insideV w:val="single" w:sz="4" w:space="0" w:color="999999"/> </w:tblBorders> <w:tblLayout w:type="fixed"/> <w:tblLook w:val="01E0"/> </w:tblPr> <w:tblGrid> <w:gridCol w:w="1140"/> <w:gridCol w:w="1251"/> <w:gridCol w:w="3345"/> <w:gridCol w:w="1194"/> <w:gridCol w:w="1215"/> </w:tblGrid> <w:tr w:rsidR="00254328" w:rsidRPr="006277B4" w:rsidTr="00553884"> <w:trPr> <w:trHeight w:val="375"/> </w:trPr> <w:tc> <w:tcPr> <w:tcW w:w="1140" w:type="dxa"/> <w:shd w:val="clear" w:color="auto" w:fill="F3F3F3"/> <w:vAlign w:val="center"/> </w:tcPr> <w:p w:rsidR="00254328" w:rsidRPr="00645322" w:rsidRDefault="00254328" w:rsidP="00F231A6"> <w:pPr> <w:pStyle w:val="a0"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> <w:r w:rsidRPr="00645322"> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> <w:t>Version</w:t> </w:r> </w:p> </w:tc> <w:tc> <w:tcPr> <w:tcW w:w="1251" w:type="dxa"/> <w:shd w:val="clear" w:color="auto" w:fill="F3F3F3"/> <w:vAlign w:val="center"/> </w:tcPr> <w:p w:rsidR="00254328" w:rsidRPr="00645322" w:rsidRDefault="00254328" w:rsidP="00F231A6"> <w:pPr> <w:pStyle w:val="a0"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> <w:r w:rsidRPr="00645322"> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> <w:t>Date</w:t> </w:r> </w:p> </w:tc> <w:tc> <w:tcPr> <w:tcW w:w="3345" w:type="dxa"/> <w:shd w:val="clear" w:color="auto" w:fill="F3F3F3"/> <w:vAlign w:val="center"/> </w:tcPr> <w:p w:rsidR="00254328" w:rsidRPr="00645322" w:rsidRDefault="0041063D" w:rsidP="00F231A6"> <w:pPr> <w:pStyle w:val="a0"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> <w:r w:rsidRPr="00645322"> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic" w:hint="eastAsia"/> </w:rPr> <w:t>Description</w:t> </w:r> </w:p> </w:tc> <w:tc> <w:tcPr> <w:tcW w:w="1194" w:type="dxa"/> <w:shd w:val="clear" w:color="auto" w:fill="F3F3F3"/> <w:vAlign w:val="center"/> </w:tcPr> <w:p w:rsidR="00254328" w:rsidRPr="00645322" w:rsidRDefault="0041063D" w:rsidP="00F231A6"> <w:pPr> <w:pStyle w:val="a0"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> <w:r w:rsidRPr="00645322"> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic" w:hint="eastAsia"/> </w:rPr> <w:t>Writer</w:t> </w:r> </w:p> </w:tc> <w:tc> <w:tcPr> <w:tcW w:w="1215" w:type="dxa"/> <w:shd w:val="clear" w:color="auto" w:fill="F3F3F3"/> <w:vAlign w:val="center"/> </w:tcPr> <w:p w:rsidR="00254328" w:rsidRPr="00645322" w:rsidRDefault="0041063D" w:rsidP="00F231A6"> <w:pPr> <w:pStyle w:val="a0"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> <w:r w:rsidRPr="00645322"> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic" w:hint="eastAsia"/> </w:rPr> <w:t>Approved</w:t> </w:r> </w:p> </w:tc> </w:tr> <w:tr w:rsidR="00254328" w:rsidRPr="006277B4" w:rsidTr="00553884"> <w:trPr> <w:trHeight w:val="375"/> </w:trPr> <w:tc> <w:tcPr> <w:tcW w:w="1140" w:type="dxa"/> <w:vAlign w:val="center"/> </w:tcPr> <w:p w:rsidR="00254328" w:rsidRPr="00645322" w:rsidRDefault="00EC75D5" w:rsidP="00254328"> <w:pPr> <w:pStyle w:val="a1"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> <w:r w:rsidRPr="00645322"> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic" w:hint="eastAsia"/> </w:rPr> <w:t>0.1</w:t> </w:r> </w:p> </w:tc> <w:tc> <w:tcPr> <w:tcW w:w="1251" w:type="dxa"/> <w:vAlign w:val="center"/> </w:tcPr> <w:p w:rsidR="00254328" w:rsidRPr="00645322" w:rsidRDefault="005A16C5" w:rsidP="00925C16"> <w:pPr> <w:pStyle w:val="a1"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> <w:r w:rsidRPr="00645322"> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic" w:hint="eastAsia"/> </w:rPr> <w:t>2010</w:t> </w:r> <w:r w:rsidR="00254328" w:rsidRPr="00645322"> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> <w:t>.</w:t> </w:r> <w:r w:rsidR="00553884"> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> <w:t>12</w:t> </w:r> <w:r w:rsidR="00254328" w:rsidRPr="00645322"> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> <w:t>.</w:t> </w:r> <w:r w:rsidR="00645322" w:rsidRPr="00645322"> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic" w:hint="eastAsia"/> </w:rPr> <w:t>1</w:t> </w:r> <w:r w:rsidR="00925C16"> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> <w:t>6</w:t> </w:r> </w:p> </w:tc> <w:tc> <w:tcPr> <w:tcW w:w="3345" w:type="dxa"/> <w:vAlign w:val="center"/> </w:tcPr> <w:p w:rsidR="00254328" w:rsidRPr="00645322" w:rsidRDefault="00645322" w:rsidP="00553884"> <w:pPr> <w:pStyle w:val="a1"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> <w:r w:rsidRPr="00645322"> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> <w:t xml:space="preserve">Initial document with </w:t> </w:r> <w:r w:rsidR="00553884"> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> <w:t>use cases</w:t> </w:r> <w:r w:rsidRPr="00645322"> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> <w:t xml:space="preserve"> for </w:t> </w:r> <w:r w:rsidR="00553884"> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> <w:t>Tasks</w:t> </w:r> <w:r w:rsidR="000441C4"> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> <w:t xml:space="preserve"> Active Sync</w:t> </w:r> <w:r w:rsidRPr="00645322"> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> <w:t xml:space="preserve"> application</w:t> </w:r> </w:p> </w:tc> <w:tc> <w:tcPr> <w:tcW w:w="1194" w:type="dxa"/> <w:vAlign w:val="center"/> </w:tcPr> <w:p w:rsidR="00254328" w:rsidRPr="00645322" w:rsidRDefault="00553884" w:rsidP="00645322"> <w:pPr> <w:pStyle w:val="a1"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> <w:r> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> <w:t>Jebarlin Robertson</w:t> </w:r> </w:p> </w:tc> <w:tc> <w:tcPr> <w:tcW w:w="1215" w:type="dxa"/> <w:vAlign w:val="center"/> </w:tcPr> <w:p w:rsidR="00254328" w:rsidRPr="00645322" w:rsidRDefault="00254328" w:rsidP="00F231A6"> <w:pPr> <w:pStyle w:val="a1"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> </w:tc> </w:tr> <w:tr w:rsidR="00254328" w:rsidRPr="006277B4" w:rsidTr="00553884"> <w:trPr> <w:trHeight w:val="375"/> </w:trPr> <w:tc> <w:tcPr> <w:tcW w:w="1140" w:type="dxa"/> <w:vAlign w:val="center"/> </w:tcPr> <w:p w:rsidR="00254328" w:rsidRPr="00645322" w:rsidRDefault="00F93AA0" w:rsidP="00F231A6"> <w:pPr> <w:pStyle w:val="a1"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> <w:r> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> <w:t>0.2</w:t> </w:r> </w:p> </w:tc> <w:tc> <w:tcPr> <w:tcW w:w="1251" w:type="dxa"/> <w:vAlign w:val="center"/> </w:tcPr> <w:p w:rsidR="00254328" w:rsidRPr="00645322" w:rsidRDefault="00F93AA0" w:rsidP="00F231A6"> <w:pPr> <w:pStyle w:val="a1"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> <w:r> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> <w:t>2010.12.29</w:t> </w:r> </w:p> </w:tc> <w:tc> <w:tcPr> <w:tcW w:w="3345" w:type="dxa"/> <w:vAlign w:val="center"/> </w:tcPr> <w:p w:rsidR="00254328" w:rsidRPr="00645322" w:rsidRDefault="00F93AA0" w:rsidP="00F93AA0"> <w:pPr> <w:pStyle w:val="a1"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> <w:r> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> <w:t> Document updated with class diagram and data base access for Tasks Active Sync application. </w:t> </w:r> </w:p> </w:tc> <w:tc> <w:tcPr> <w:tcW w:w="1194" w:type="dxa"/> <w:vAlign w:val="center"/> </w:tcPr> <w:p w:rsidR="00254328" w:rsidRPr="00645322" w:rsidRDefault="00042453" w:rsidP="00F231A6"> <w:pPr> <w:pStyle w:val="a1"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> <w:r> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> <w:t>Jebarlin Robertson</w:t> </w:r> </w:p> </w:tc> <w:tc> <w:tcPr> <w:tcW w:w="1215" w:type="dxa"/> <w:vAlign w:val="center"/> </w:tcPr> <w:p w:rsidR="00254328" w:rsidRPr="00645322" w:rsidRDefault="00254328" w:rsidP="00F231A6"> <w:pPr> <w:pStyle w:val="a1"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> </w:tc> </w:tr> <w:tr w:rsidR="00184C8C" w:rsidRPr="006277B4" w:rsidTr="00553884"> <w:trPr> <w:trHeight w:val="375"/> </w:trPr> <w:tc> <w:tcPr> <w:tcW w:w="1140" w:type="dxa"/> <w:vAlign w:val="center"/> </w:tcPr> <w:p w:rsidR="00184C8C" w:rsidRDefault="00184C8C" w:rsidP="00F231A6"> <w:pPr> <w:pStyle w:val="a1"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> <w:r> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> <w:t>0.3</w:t> </w:r> </w:p> </w:tc> <w:tc> <w:tcPr> <w:tcW w:w="1251" w:type="dxa"/> <w:vAlign w:val="center"/> </w:tcPr> <w:p w:rsidR="00184C8C" w:rsidRDefault="00184C8C" w:rsidP="00F231A6"> <w:pPr> <w:pStyle w:val="a1"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> <w:r> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> <w:t>2011.01.04</w:t> </w:r> </w:p> </w:tc> <w:tc> <w:tcPr> <w:tcW w:w="3345" w:type="dxa"/> <w:vAlign w:val="center"/> </w:tcPr> <w:p w:rsidR="00184C8C" w:rsidRDefault="00FA2208" w:rsidP="00FA2208"> <w:pPr> <w:pStyle w:val="a1"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> <w:r> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> <w:t xml:space="preserve">Added </w:t> </w:r> <w:r w:rsidR="00184C8C"> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> <w:t xml:space="preserve">sequence diagram </w:t> </w:r> <w:r> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> <w:t>for the use cases</w:t> </w:r> </w:p> </w:tc> <w:tc> <w:tcPr> <w:tcW w:w="1194" w:type="dxa"/> <w:vAlign w:val="center"/> </w:tcPr> <w:p w:rsidR="00184C8C" w:rsidRDefault="00FA2208" w:rsidP="00F231A6"> <w:pPr> <w:pStyle w:val="a1"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> <w:r> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> <w:t>Jebarlin Robertson</w:t> </w:r> </w:p> </w:tc> <w:tc> <w:tcPr> <w:tcW w:w="1215" w:type="dxa"/> <w:vAlign w:val="center"/> </w:tcPr> <w:p w:rsidR="00184C8C" w:rsidRPr="00645322" w:rsidRDefault="00184C8C" w:rsidP="00F231A6"> <w:pPr> <w:pStyle w:val="a1"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> </w:tc> </w:tr> <w:tr w:rsidR="0026718B" w:rsidRPr="006277B4" w:rsidTr="00553884"> <w:trPr> <w:trHeight w:val="375"/> </w:trPr> <w:tc> <w:tcPr> <w:tcW w:w="1140" w:type="dxa"/> <w:vAlign w:val="center"/> </w:tcPr> <w:p w:rsidR="0026718B" w:rsidRDefault="0026718B" w:rsidP="00F231A6"> <w:pPr> <w:pStyle w:val="a1"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> <w:r> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> <w:t>0.4</w:t> </w:r> </w:p> </w:tc> <w:tc> <w:tcPr> <w:tcW w:w="1251" w:type="dxa"/> <w:vAlign w:val="center"/> </w:tcPr> <w:p w:rsidR="0026718B" w:rsidRDefault="0026718B" w:rsidP="00F231A6"> <w:pPr> <w:pStyle w:val="a1"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> <w:r> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> <w:t>2011.01.04</w:t> </w:r> </w:p> </w:tc> <w:tc> <w:tcPr>...</w:tcPr> <w:p w:rsidR="0026718B" w:rsidRDefault="0026718B" w:rsidP="00FA2208"> <w:pPr> <w:pStyle w:val="a1"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> <w:r> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> <w:t>Added Appendix</w:t> </w:r> </w:p> </w:tc> <w:tc> <w:tcPr> <w:tcW w:w="1194" w:type="dxa"/> <w:vAlign w:val="center"/> </w:tcPr> <w:p w:rsidR="0026718B" w:rsidRDefault="0026718B" w:rsidP="00F231A6"> <w:pPr> <w:pStyle w:val="a1"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> <w:r> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> <w:t>Jebarlin Robertson</w:t> </w:r> </w:p> </w:tc> <w:tc> <w:tcPr> <w:tcW w:w="1215" w:type="dxa"/> <w:vAlign w:val="center"/> </w:tcPr> <w:p w:rsidR="0026718B" w:rsidRPr="00645322" w:rsidRDefault="0026718B" w:rsidP="00F231A6"> <w:pPr> <w:pStyle w:val="a1"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> </w:tc> </w:tr> <w:tr w:rsidR="00947BCE" w:rsidRPr="006277B4" w:rsidTr="00553884"> <w:trPr> <w:trHeight w:val="375"/> </w:trPr> <w:tc> <w:tcPr> <w:tcW w:w="1140" w:type="dxa"/> <w:vAlign w:val="center"/> </w:tcPr> <w:p w:rsidR="00947BCE" w:rsidRDefault="00947BCE" w:rsidP="00F231A6"> <w:pPr> <w:pStyle w:val="a1"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> <w:r> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> <w:t>0.5</w:t> </w:r> </w:p> </w:tc> <w:tc> <w:tcPr> <w:tcW w:w="1251" w:type="dxa"/> <w:vAlign w:val="center"/> </w:tcPr> <w:p w:rsidR="00947BCE" w:rsidRDefault="00947BCE" w:rsidP="00F231A6"> <w:pPr> <w:pStyle w:val="a1"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> <w:r> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> <w:t>2011.01.24</w:t> </w:r> </w:p> </w:tc> <w:tc> <w:tcPr> <w:tcW w:w="3345" w:type="dxa"/> <w:vAlign w:val="center"/> </w:tcPr> <w:p w:rsidR="00947BCE" w:rsidRDefault="00947BCE" w:rsidP="003859A9"> <w:pPr> <w:pStyle w:val="a1"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> <w:r> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> <w:t xml:space="preserve">Updated Review </w:t> </w:r> <w:r w:rsidR="003859A9"> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> <w:t>Feedback</w:t> </w:r> </w:p> </w:tc> <w:tc> <w:tcPr> <w:tcW w:w="1194" w:type="dxa"/> <w:vAlign w:val="center"/> </w:tcPr> <w:p w:rsidR="00947BCE" w:rsidRDefault="00947BCE" w:rsidP="00F231A6"> <w:pPr> <w:pStyle w:val="a1"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> <w:r> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> <w:t>Jebarlin Robertson</w:t> </w:r> </w:p> </w:tc> <w:tc> <w:tcPr> <w:tcW w:w="1215" w:type="dxa"/> <w:vAlign w:val="center"/> </w:tcPr> <w:p w:rsidR="00947BCE" w:rsidRPr="00645322" w:rsidRDefault="00947BCE" w:rsidP="00F231A6"> <w:pPr> <w:pStyle w:val="a1"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> </w:tc> </w:tr> </w:tbl> <w:p w:rsidR="00254328" w:rsidRPr="00645322" w:rsidRDefault="00254328" w:rsidP="00254328"> <w:pPr> <w:pStyle w:val="1"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00254328" w:rsidRPr="00645322" w:rsidRDefault="00254328" w:rsidP="00254328"> <w:pPr> <w:pStyle w:val="1"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00254328" w:rsidRPr="00645322" w:rsidRDefault="00254328" w:rsidP="00254328"> <w:pPr> <w:pStyle w:val="1"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="005A16C5" w:rsidRPr="00645322" w:rsidRDefault="005A16C5" w:rsidP="00254328"> <w:pPr> <w:pStyle w:val="1"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="005A16C5" w:rsidRPr="00645322" w:rsidRDefault="005A16C5" w:rsidP="00254328"> <w:pPr> <w:pStyle w:val="1"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="005A16C5" w:rsidRPr="00645322" w:rsidRDefault="005A16C5" w:rsidP="00254328"> <w:pPr> <w:pStyle w:val="1"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="005A16C5" w:rsidRPr="00645322" w:rsidRDefault="005A16C5" w:rsidP="00254328"> <w:pPr> <w:pStyle w:val="1"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="005A16C5" w:rsidRPr="00645322" w:rsidRDefault="005A16C5" w:rsidP="00254328"> <w:pPr> <w:pStyle w:val="1"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="005A16C5" w:rsidRPr="00645322" w:rsidRDefault="005A16C5" w:rsidP="00254328"> <w:pPr> <w:pStyle w:val="1"/> <w:rPr> <w:rFonts w:ascii="Malgun Gothic" w:eastAsia="Malgun Gothic" w:hAnsi="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="007638FD" w:rsidRDefault="007638FD" w:rsidP="00D77BD3"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00553884" w:rsidRDefault="00553884" w:rsidP="00D77BD3"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00553884" w:rsidRDefault="00553884" w:rsidP="00D77BD3"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00553884" w:rsidRDefault="00553884" w:rsidP="00D77BD3"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00553884" w:rsidRDefault="00553884" w:rsidP="00D77BD3"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00553884" w:rsidRDefault="00553884" w:rsidP="00D77BD3"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00553884" w:rsidRDefault="00553884" w:rsidP="00D77BD3"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00553884" w:rsidRDefault="00553884" w:rsidP="00D77BD3"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00553884" w:rsidRDefault="00553884" w:rsidP="00D77BD3"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00553884" w:rsidRDefault="00553884" w:rsidP="00D77BD3"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00553884" w:rsidRDefault="00553884" w:rsidP="00D77BD3"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00553884" w:rsidRDefault="00553884" w:rsidP="00D77BD3"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00553884" w:rsidRDefault="00553884" w:rsidP="00D77BD3"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00553884" w:rsidRDefault="00553884" w:rsidP="00D77BD3"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00553884" w:rsidRDefault="00553884" w:rsidP="00D77BD3"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00203155" w:rsidRDefault="00203155" w:rsidP="00D77BD3"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00203155" w:rsidRDefault="00203155" w:rsidP="00D77BD3"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00203155" w:rsidRDefault="00203155" w:rsidP="00D77BD3"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00553884" w:rsidRDefault="00553884" w:rsidP="00D77BD3"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="00553884" w:rsidRPr="00645322" w:rsidRDefault="00553884" w:rsidP="00D77BD3"> <w:pPr> <w:rPr> <w:rFonts w:eastAsia="Malgun Gothic"/> </w:rPr> </w:pPr> </w:p> <w:p w:rsidR="003A667B" w:rsidRPr="00645322" w:rsidRDefault="0041063D"> <w:pPr> <w:pStyle w:val="TOCHeading"/> <w:rPr> <w:color w:val="auto"/> </w:rPr> </w:pPr> <w:r w:rsidRPr="00645322"> <w:rPr> <w:rFonts w:hint="eastAsia"/> <w:color w:val="auto"/> <w:lang w:val="ko-KR"/> </w:rPr> <w:t>Index</w:t> </w:r> </w:p> <w:p w:rsidR="004B4D6E" w:rsidRDefault="00A049A6"> <w:pPr> <w:pStyle w:val="TOC1"/> <w:tabs> <w:tab w:val="left" w:pos="425"/> <w:tab w:val="right" w:leader="dot" w:pos="9016"/> </w:tabs> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> </w:pPr> <w:r w:rsidRPr="00645322"> <w:fldChar w:fldCharType="begin"/> </w:r> <w:r w:rsidR="003A667B" w:rsidRPr="00645322"> <w:instrText xml:space="preserve"> TOC \o "1-3" \h \z \u </w:instrText> </w:r> <w:r w:rsidRPr="00645322"> <w:fldChar w:fldCharType="separate"/> </w:r> <w:hyperlink w:anchor="_Toc283640235" w:history="1"> <w:r w:rsidR="004B4D6E" w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> </w:rPr> <w:t>1</w:t> </w:r> <w:r w:rsidR="004B4D6E"> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> <w:tab/> </w:r> <w:r w:rsidR="004B4D6E" w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> </w:rPr> <w:t>Scope</w:t> </w:r> <w:r w:rsidR="004B4D6E"> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:tab/> </w:r> <w:r w:rsidR="004B4D6E"> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="begin"/> </w:r> <w:r w:rsidR="004B4D6E"> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:instrText xml:space="preserve"> PAGEREF _Toc283640235 \h </w:instrText> </w:r> <w:r w:rsidR="004B4D6E"> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> </w:r> <w:r w:rsidR="004B4D6E"> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="separate"/> </w:r> <w:r w:rsidR="004B4D6E"> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:t>6</w:t> </w:r> <w:r w:rsidR="004B4D6E"> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="end"/> </w:r> </w:hyperlink> </w:p> <w:p w:rsidR="004B4D6E" w:rsidRDefault="004B4D6E"> <w:pPr> <w:pStyle w:val="TOC1"/> <w:tabs> <w:tab w:val="left" w:pos="425"/> <w:tab w:val="right" w:leader="dot" w:pos="9016"/> </w:tabs> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> </w:pPr> <w:hyperlink w:anchor="_Toc283640236" w:history="1"> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> </w:rPr> <w:t>2</w:t> </w:r> <w:r> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> <w:tab/> </w:r> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> </w:rPr> <w:t>Abbreviations, Definitions and References</w:t> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:tab/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="begin"/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:instrText xml:space="preserve"> PAGEREF _Toc283640236 \h </w:instrText> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="separate"/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:t>7</w:t> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="end"/> </w:r> </w:hyperlink> </w:p> <w:p w:rsidR="004B4D6E" w:rsidRDefault="004B4D6E" w:rsidP="004B4D6E"> <w:pPr> <w:pStyle w:val="TOC2"/> <w:tabs> <w:tab w:val="left" w:pos="1100"/> <w:tab w:val="right" w:leader="dot" w:pos="9016"/> </w:tabs> <w:ind w:left="400"/> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> </w:pPr> <w:hyperlink w:anchor="_Toc283640237" w:history="1"> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> </w:rPr> <w:t>2.1</w:t> </w:r> <w:r> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> <w:tab/> </w:r> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> </w:rPr> <w:t>Abbreviations & Definitions</w:t> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:tab/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="begin"/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:instrText xml:space="preserve"> PAGEREF _Toc283640237 \h </w:instrText> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="separate"/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:t>7</w:t> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="end"/> </w:r> </w:hyperlink> </w:p> <w:p w:rsidR="004B4D6E" w:rsidRDefault="004B4D6E" w:rsidP="004B4D6E"> <w:pPr> <w:pStyle w:val="TOC2"/> <w:tabs> <w:tab w:val="left" w:pos="1100"/> <w:tab w:val="right" w:leader="dot" w:pos="9016"/> </w:tabs> <w:ind w:left="400"/> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> </w:pPr> <w:hyperlink w:anchor="_Toc283640238" w:history="1"> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> </w:rPr> <w:t>2.2</w:t> </w:r> <w:r> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> <w:tab/> </w:r> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> </w:rPr> <w:t>References</w:t> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:tab/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="begin"/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:instrText xml:space="preserve"> PAGEREF _Toc283640238 \h </w:instrText> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="separate"/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:t>7</w:t> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="end"/> </w:r> </w:hyperlink> </w:p> <w:p w:rsidR="004B4D6E" w:rsidRDefault="004B4D6E"> <w:pPr> <w:pStyle w:val="TOC1"/> <w:tabs> <w:tab w:val="left" w:pos="425"/> <w:tab w:val="right" w:leader="dot" w:pos="9016"/> </w:tabs> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> </w:pPr> <w:hyperlink w:anchor="_Toc283640239" w:history="1"> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> </w:rPr> <w:t>3</w:t> </w:r> <w:r> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> <w:tab/> </w:r> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> </w:rPr> <w:t>System Overview</w:t> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:tab/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="begin"/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:instrText xml:space="preserve"> PAGEREF _Toc283640239 \h </w:instrText> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="separate"/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:t>8</w:t> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="end"/> </w:r> </w:hyperlink> </w:p> <w:p w:rsidR="004B4D6E" w:rsidRDefault="004B4D6E" w:rsidP="004B4D6E"> <w:pPr> <w:pStyle w:val="TOC2"/> <w:tabs> <w:tab w:val="left" w:pos="1100"/> <w:tab w:val="right" w:leader="dot" w:pos="9016"/> </w:tabs> <w:ind w:left="400"/> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> </w:pPr> <w:hyperlink w:anchor="_Toc283640240" w:history="1"> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> </w:rPr> <w:t>3.1</w:t> </w:r> <w:r> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> <w:tab/> </w:r> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> </w:rPr> <w:t>System Description</w:t> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:tab/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="begin"/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:instrText xml:space="preserve"> PAGEREF _Toc283640240 \h </w:instrText> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="separate"/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:t>8</w:t> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="end"/> </w:r> </w:hyperlink> </w:p> <w:p w:rsidR="004B4D6E" w:rsidRDefault="004B4D6E" w:rsidP="004B4D6E"> <w:pPr> <w:pStyle w:val="TOC2"/> <w:tabs> <w:tab w:val="left" w:pos="1100"/> <w:tab w:val="right" w:leader="dot" w:pos="9016"/> </w:tabs> <w:ind w:left="400"/> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> </w:pPr> <w:hyperlink w:anchor="_Toc283640241" w:history="1"> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> </w:rPr> <w:t>3.2</w:t> </w:r> <w:r> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> <w:tab/> </w:r> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> </w:rPr> <w:t>System Architecture</w:t> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:tab/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="begin"/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:instrText xml:space="preserve"> PAGEREF _Toc283640241 \h </w:instrText> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="separate"/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:t>8</w:t> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="end"/> </w:r> </w:hyperlink> </w:p> <w:p w:rsidR="004B4D6E" w:rsidRDefault="004B4D6E"> <w:pPr> <w:pStyle w:val="TOC1"/> <w:tabs> <w:tab w:val="left" w:pos="425"/> <w:tab w:val="right" w:leader="dot" w:pos="9016"/> </w:tabs> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> </w:pPr> <w:hyperlink w:anchor="_Toc283640242" w:history="1"> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> </w:rPr> <w:t>4</w:t> </w:r> <w:r> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> <w:tab/> </w:r> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> </w:rPr> <w:t>Use Cases</w:t> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:tab/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="begin"/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:instrText xml:space="preserve"> PAGEREF _Toc283640242 \h </w:instrText> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="separate"/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:t>9</w:t> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="end"/> </w:r> </w:hyperlink> </w:p> <w:p w:rsidR="004B4D6E" w:rsidRDefault="004B4D6E" w:rsidP="004B4D6E"> <w:pPr> <w:pStyle w:val="TOC2"/> <w:tabs> <w:tab w:val="left" w:pos="1100"/> <w:tab w:val="right" w:leader="dot" w:pos="9016"/> </w:tabs> <w:ind w:left="400"/> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> </w:pPr> <w:hyperlink w:anchor="_Toc283640243" w:history="1"> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> </w:rPr> <w:t>4.1</w:t> </w:r> <w:r> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> <w:tab/> </w:r> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> </w:rPr> <w:t> Configure an Exchange Account, if account is not configured </w:t> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:tab/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="begin"/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:instrText xml:space="preserve"> PAGEREF _Toc283640243 \h </w:instrText> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="separate"/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:t>9</w:t> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="end"/> </w:r> </w:hyperlink> </w:p> <w:p w:rsidR="004B4D6E" w:rsidRDefault="004B4D6E" w:rsidP="004B4D6E"> <w:pPr> <w:pStyle w:val="TOC3"/> <w:tabs> <w:tab w:val="left" w:pos="1540"/> <w:tab w:val="right" w:leader="dot" w:pos="9016"/> </w:tabs> <w:ind w:left="800"/> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> </w:pPr> <w:hyperlink w:anchor="_Toc283640244" w:history="1"> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> </w:rPr> <w:t>4.1.1</w:t> </w:r> <w:r> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> <w:tab/> </w:r> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> </w:rPr> <w:t> Screenshot: Configuring an Exchange Account [Main Success Scenario] </w:t> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:tab/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="begin"/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:instrText xml:space="preserve"> PAGEREF _Toc283640244 \h </w:instrText> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="separate"/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:t>10</w:t> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="end"/> </w:r> </w:hyperlink> </w:p> <w:p w:rsidR="004B4D6E" w:rsidRDefault="004B4D6E" w:rsidP="004B4D6E"> <w:pPr> <w:pStyle w:val="TOC2"/> <w:tabs> <w:tab w:val="left" w:pos="1100"/> <w:tab w:val="right" w:leader="dot" w:pos="9016"/> </w:tabs> <w:ind w:left="400"/> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> </w:pPr> <w:hyperlink w:anchor="_Toc283640245" w:history="1"> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> </w:rPr> <w:t>4.2</w:t> </w:r> <w:r> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> <w:tab/> </w:r> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> </w:rPr> <w:t> Enable / Disable Tasks Sync from Account & Sync setting </w:t> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:tab/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="begin"/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:instrText xml:space="preserve"> PAGEREF _Toc283640245 \h </w:instrText> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="separate"/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:t>11</w:t> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="end"/> </w:r> </w:hyperlink> </w:p> <w:p w:rsidR="004B4D6E" w:rsidRDefault="004B4D6E" w:rsidP="004B4D6E"> <w:pPr> <w:pStyle w:val="TOC3"/> <w:tabs> <w:tab w:val="left" w:pos="1540"/> <w:tab w:val="right" w:leader="dot" w:pos="9016"/> </w:tabs> <w:ind w:left="800"/> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> </w:pPr> <w:hyperlink w:anchor="_Toc283640246" w:history="1"> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> <w:lang w:val="en-GB"/> </w:rPr> <w:t>4.2.1</w:t> </w:r> <w:r> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> <w:tab/> </w:r> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> <w:lang w:val="en-GB"/> </w:rPr> <w:t> Screenshot: Disabling Tasks Sync from Account & Sync settings [Main Success Scenario] </w:t> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:tab/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="begin"/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:instrText xml:space="preserve"> PAGEREF _Toc283640246 \h </w:instrText> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="separate"/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:t>12</w:t> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="end"/> </w:r> </w:hyperlink> </w:p> <w:p w:rsidR="004B4D6E" w:rsidRDefault="004B4D6E" w:rsidP="004B4D6E"> <w:pPr> <w:pStyle w:val="TOC3"/> <w:tabs> <w:tab w:val="left" w:pos="1540"/> <w:tab w:val="right" w:leader="dot" w:pos="9016"/> </w:tabs> <w:ind w:left="800"/> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> </w:pPr> <w:hyperlink w:anchor="_Toc283640247" w:history="1"> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> <w:lang w:val="en-GB"/> </w:rPr> <w:t>4.2.2</w:t> </w:r> <w:r> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> <w:tab/> </w:r> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> </w:rPr> <w:t xml:space="preserve">Screenshot: Enabling </w:t> </w:r> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> <w:lang w:val="en-GB"/> </w:rPr> <w:t> Tasks Sync from Account & Sync settings [Alternate Scenario] </w:t> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:tab/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="begin"/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:instrText xml:space="preserve"> PAGEREF _Toc283640247 \h </w:instrText> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="separate"/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:t>12</w:t> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="end"/> </w:r> </w:hyperlink> </w:p> <w:p w:rsidR="004B4D6E" w:rsidRDefault="004B4D6E" w:rsidP="004B4D6E"> <w:pPr> <w:pStyle w:val="TOC2"/> <w:tabs> <w:tab w:val="left" w:pos="1100"/> <w:tab w:val="right" w:leader="dot" w:pos="9016"/> </w:tabs> <w:ind w:left="400"/> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> </w:pPr> <w:hyperlink w:anchor="_Toc283640248" w:history="1"> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> </w:rPr> <w:t>4.3</w:t> </w:r> <w:r> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> <w:tab/> </w:r> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> </w:rPr> <w:t>Account Deletion</w:t> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:tab/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="begin"/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:instrText xml:space="preserve"> PAGEREF _Toc283640248 \h </w:instrText> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="separate"/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:t>13</w:t> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="end"/> </w:r> </w:hyperlink> </w:p> <w:p w:rsidR="004B4D6E" w:rsidRDefault="004B4D6E" w:rsidP="004B4D6E"> <w:pPr> <w:pStyle w:val="TOC3"/> <w:tabs> <w:tab w:val="left" w:pos="1540"/> <w:tab w:val="right" w:leader="dot" w:pos="9016"/> </w:tabs> <w:ind w:left="800"/> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> </w:pPr> <w:hyperlink w:anchor="_Toc283640249" w:history="1"> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> </w:rPr> <w:t>4.3.1</w:t> </w:r> <w:r> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> <w:tab/> </w:r> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> <w:lang w:val="en-GB"/> </w:rPr> <w:t>Screenshot: Account Deletion [</w:t> </w:r> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> </w:rPr> <w:t>Main Success Scenario]</w:t> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:tab/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="begin"/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:instrText xml:space="preserve"> PAGEREF _Toc283640249 \h </w:instrText> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="separate"/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:t>14</w:t> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="end"/> </w:r> </w:hyperlink> </w:p> <w:p w:rsidR="004B4D6E" w:rsidRDefault="004B4D6E" w:rsidP="004B4D6E"> <w:pPr> <w:pStyle w:val="TOC2"/> <w:tabs> <w:tab w:val="left" w:pos="1100"/> <w:tab w:val="right" w:leader="dot" w:pos="9016"/> </w:tabs> <w:ind w:left="400"/> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> </w:pPr> <w:hyperlink w:anchor="_Toc283640250" w:history="1"> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> </w:rPr> <w:t>4.4</w:t> </w:r> <w:r> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> <w:tab/> </w:r> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> </w:rPr> <w:t>Add New Task</w:t> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:tab/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="begin"/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:instrText xml:space="preserve"> PAGEREF _Toc283640250 \h </w:instrText> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="separate"/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:t>15</w:t> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="end"/> </w:r> </w:hyperlink> </w:p> <w:p w:rsidR="004B4D6E" w:rsidRDefault="004B4D6E" w:rsidP="004B4D6E"> <w:pPr> <w:pStyle w:val="TOC3"/> <w:tabs> <w:tab w:val="left" w:pos="1540"/> <w:tab w:val="right" w:leader="dot" w:pos="9016"/> </w:tabs> <w:ind w:left="800"/> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> </w:pPr> <w:hyperlink w:anchor="_Toc283640251" w:history="1"> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> </w:rPr> <w:t>4.4.1</w:t> </w:r> <w:r> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> <w:tab/> </w:r> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> </w:rPr> <w:t>Adding New Task from Server</w:t> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:tab/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="begin"/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:instrText xml:space="preserve"> PAGEREF _Toc283640251 \h </w:instrText> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="separate"/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:t>15</w:t> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="end"/> </w:r> </w:hyperlink> </w:p> <w:p w:rsidR="004B4D6E" w:rsidRDefault="004B4D6E" w:rsidP="004B4D6E"> <w:pPr> <w:pStyle w:val="TOC3"/> <w:tabs> <w:tab w:val="left" w:pos="1540"/> <w:tab w:val="right" w:leader="dot" w:pos="9016"/> </w:tabs> <w:ind w:left="800"/> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> </w:pPr> <w:hyperlink w:anchor="_Toc283640252" w:history="1"> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> </w:rPr> <w:t>4.4.2</w:t> </w:r> <w:r> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> <w:tab/> </w:r> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> </w:rPr> <w:t>Adding New Task from Client</w:t> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:tab/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="begin"/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:instrText xml:space="preserve"> PAGEREF _Toc283640252 \h </w:instrText> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="separate"/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:t>15</w:t> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="end"/> </w:r> </w:hyperlink> </w:p> <w:p w:rsidR="004B4D6E" w:rsidRDefault="004B4D6E" w:rsidP="004B4D6E"> <w:pPr> <w:pStyle w:val="TOC3"/> <w:tabs> <w:tab w:val="left" w:pos="1540"/> <w:tab w:val="right" w:leader="dot" w:pos="9016"/> </w:tabs> <w:ind w:left="800"/> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> </w:pPr> <w:hyperlink w:anchor="_Toc283640253" w:history="1"> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> <w:lang w:val="en-GB"/> </w:rPr> <w:t>4.4.3</w:t> </w:r> <w:r> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> <w:tab/> </w:r> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> <w:lang w:val="en-GB"/> </w:rPr> <w:t>Screenshot: Adding new task from server [</w:t> </w:r> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> </w:rPr> <w:t>Main Success Scenario</w:t> </w:r> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> <w:lang w:val="en-GB"/> </w:rPr> <w:t>]</w:t> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:tab/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="begin"/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:instrText xml:space="preserve"> PAGEREF _Toc283640253 \h </w:instrText> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="separate"/> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:t>16</w:t> </w:r> <w:r> <w:rPr> <w:noProof/> <w:webHidden/> </w:rPr> <w:fldChar w:fldCharType="end"/> </w:r> </w:hyperlink> </w:p> <w:p w:rsidR="004B4D6E" w:rsidRDefault="004B4D6E" w:rsidP="004B4D6E"> <w:pPr> <w:pStyle w:val="TOC3"/> <w:tabs> <w:tab w:val="left" w:pos="1540"/> <w:tab w:val="right" w:leader="dot" w:pos="9016"/> </w:tabs> <w:ind w:left="800"/> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> </w:pPr> <w:hyperlink w:anchor="_Toc283640254" w:history="1"> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> </w:rPr> <w:t>4.4.4</w:t> </w:r> <w:r> <w:rPr> <w:rFonts w:ascii="Calibri" w:hAnsi="Calibri"/> <w:noProof/> <w:kern w:val="0"/> <w:sz w:val="22"/> <w:lang w:eastAsia="en-US"/> </w:rPr> <w:tab/> </w:r> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> </w:rPr> <w:t xml:space="preserve">Screenshot: Adding New Task from Client </w:t> </w:r> <w:r w:rsidRPr="00E224EE"> <w:rPr> <w:rStyle w:val="Hyperlink"/> <w:noProof/> <... [truncated message content] |
|
From: Jebarlin R. <jeb...@gm...> - 2011-09-14 04:31:09
|
Hi Niall,
Continues of the sample code
@Element(name="r")
public class CTR extends EGRunInnerContent implements WordXMLTagsOperation
{
@Element(required = false)
private CTRPr rPr;
@Attribute(required=false)
private String rsidRPr;
@Attribute(required=false)
private String rsidDel;
@Attribute(required=false)
private String rsidR;
public CTRPr getRPr() {
return rPr;
}
public String getRsidRPr() {
return rsidRPr;
}
public String getRsidDel() {
return rsidDel;
}
public String getRsidR() {
return rsidR;
}
}
public class EGRunInnerContent
{
@Element(name="t", required=false)
private CTText T;
public CTText getT() {
return T;
}
}
public class CTText
{
@Text
private String string;
public String getString() {
return string;
}
}
public class CTHyperlink extends EGPContent implements WordXMLTagsOperation
{
@Attribute(required=false)
private String tgtFrame;
@Attribute(required=false)
private String tooltip;
@Attribute(required=false)
private String docLocation;
@Attribute(required=false)
private String history;
@Attribute(required=false)
private String anchor;
@Attribute(required=false)
private String id;
public String getTgtFrame() {
return tgtFrame;
}
public String getTooltip() {
return tooltip;
}
public String getDocLocation() {
return docLocation;
}
public String getHistory() {
return history;
}
public String getAnchor() {
return anchor;
}
public String getId() {
return id;
}
}
public class CTRel
{
@Attribute
private String id;
public String getId() {
return id;
}
}
public class CTCustomXmlRun extends EGPContent implements
WordXMLTagsOperation
{
@Attribute(required=false)
private String uri;
@Attribute
private String element;
public String getUri() {
return uri;
}
public String getElement() {
return element;
}
}
public class CTSmartTagRun extends EGPContent implements
WordXMLTagsOperation
{
@Attribute(required=false)
private String uri;
@Attribute
private String element;
public String getUri() {
return uri;
}
public String getElement() {
return element;
}
}
Sample XML Document will be in the following mail............
--
Thanks & Regards,
Jebarlin Robertson.R
GSM: 91-9538106181.
|
|
From: Jebarlin R. <jeb...@gm...> - 2011-09-14 04:22:31
|
Hi Niall,
Thanks for the valuable response...
I am not able to send the attachment and Simple mail list is not allowing me
to attach more than 40kb file size
After calling this line CTDocument doc = serializer.read(CTDocument.class,
new ByteArrayInputStream(data), false);
Garbage collector is running more frequently and taking so much time to
complete the parser....
*Some sample code*
*
*
@Root(name="document")
public class CTDocument extends CTDocumentBase
{
@Element
private CTBody body;
public CTBody getBody() {
return body;
}
@Validate
public void validate() {
System.out.println(" CTDocument @Validate ***********************");
}
}
public class CTDocumentBase
{
@Element(name="background", required=false)
private CTBackground background;
public CTBackground getBackground() {
return background;
}
}
public class CTBody
{
@ElementListUnion ( {
@ElementList(entry="p", inline=true, type=CTP.class, required = false),
@ElementList(entry="tbl", inline=true, type=CTTbl.class, required = false)
})
List<WordXMLTagsOperation> operations;
@Element(required=false)
private CTSectPr sectPr;
public List<WordXMLTagsOperation> getOperations() {
return operations;
}
public CTSectPr getSectPr() {
return sectPr;
}
@Validate
public void validate() {
System.out.println(" CTBody @Validate ***********************");
}
}
public class CTP extends EGPContent implements WordXMLTagsOperation
{
@Attribute(required=false)
private String rsidRPr;
@Attribute(required=false)
private String rsidR;
@Attribute(required=false)
private String rsidDel;
@Attribute(required=false)
private String rsidP;
@Attribute(required=false)
private String rsidRDefault;
@Element(name="pPr", required=false)
private CTPPr PPr;
public CTPPr getPPr() {
return PPr;
}
public String getRsidRPr() {
return rsidRPr;
}
public String getRsidR() {
return rsidR;
}
public String getRsidDel() {
return rsidDel;
}
public String getRsidP() {
return rsidP;
}
public String getRsidRDefault() {
return rsidRDefault;
}
@Validate
public void validate() {
System.out.println(" CTP @Validate ***********************");
}
}
public class EGPContent
{
@ElementListUnion({
@ElementList(entry="r", inline=true, type=CTR.class, required = false),
@ElementList(entry="hyperlink", inline=true, type=CTHyperlink.class,
required = false),
@ElementList(entry="subDoc", inline=true, type=CTRel.class, required =
false),
@ElementList(entry="customXml", inline=true, type=CTCustomXmlRun.class,
required = false),
@ElementList(entry="smartTag", inline=true, type=CTSmartTagRun.class,
required = false),
@ElementList(entry="fldSimple", inline=true, type=CTSimpleField.class,
required = false),
@ElementList(entry="sdt", inline=true, type=CTSdtRun.class, required =
false)
})
List<WordXMLTagsOperation> PContentList;
public List<WordXMLTagsOperation> getOperations() {
return PContentList;
}
}
I will send the remaining part in the following mail, as the Simple mailing
list is not allowing to send more than 40kp body size
Regards,
Jebarlin
|
|
From: A K <ak....@gm...> - 2011-09-14 04:06:57
|
Hi Niall Gallagher. Thanks for the valuable response, am trying to attach the files, but not able to and it, as the mailing list is responding me with the mail size issue. Will try to reduce file size and sent it to u. Thanks, Akshay On Tue, Sep 13, 2011 at 4:37 PM, Niall Gallagher <gal...@ya...>wrote: > Can you show some proof of this, provide some sample code, I will check > this out. > > --- On *Sun, 11/9/11, A K <ak....@gm...>* wrote: > > > From: A K <ak....@gm...> > Subject: [Simple-support] Taking much time to parse in android > To: sim...@li... > Received: Sunday, 11 September, 2011, 11:00 PM > > > The application using simple xml serialization is running fast as a normal > java application. Where as if I run the same as an android app, its taking > much time to the parse the file. Can anyone provide the specific reason for > this, > > -----Inline Attachment Follows----- > > > ------------------------------------------------------------------------------ > Doing More with Less: The Next Generation Virtual Desktop > What are the key obstacles that have prevented many mid-market businesses > from deploying virtual desktops? How do next-generation virtual desktops > provide companies an easier-to-deploy, easier-to-manage and more affordable > virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/ > > -----Inline Attachment Follows----- > > _______________________________________________ > Simple-support mailing list > Sim...@li...<http://mc/compose?to=...@li...> > https://lists.sourceforge.net/lists/listinfo/simple-support > > |
|
From: Niall G. <gal...@ya...> - 2011-09-13 11:07:19
|
Can you show some proof of this, provide some sample code, I will check this out. --- On Sun, 11/9/11, A K <ak....@gm...> wrote: From: A K <ak....@gm...> Subject: [Simple-support] Taking much time to parse in android To: sim...@li... Received: Sunday, 11 September, 2011, 11:00 PM The application using simple xml serialization is running fast as a normal java application. Where as if I run the same as an android app, its taking much time to the parse the file. Can anyone provide the specific reason for this, -----Inline Attachment Follows----- ------------------------------------------------------------------------------ Doing More with Less: The Next Generation Virtual Desktop What are the key obstacles that have prevented many mid-market businesses from deploying virtual desktops? How do next-generation virtual desktops provide companies an easier-to-deploy, easier-to-manage and more affordable virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/ -----Inline Attachment Follows----- _______________________________________________ Simple-support mailing list Sim...@li... https://lists.sourceforge.net/lists/listinfo/simple-support |
|
From: Niall G. <gal...@ya...> - 2011-09-13 11:06:34
|
Hi, Can you provide a sample document, and perhaps some sample code that shows this slow performance. With Android the most common problem is not parsing time, but I/O time, if you can show me exactly what you are doing ill bet I can improve the performance quite a bit. Niall --- On Sun, 11/9/11, Jebarlin Robertson <jeb...@gm...> wrote: From: Jebarlin Robertson <jeb...@gm...> Subject: Re: [Simple-support] Performance and time consuming issues for parsing a big XML file using Simple To: sim...@li... Cc: "Niall Gallagher" <gal...@ya...> Received: Sunday, 11 September, 2011, 9:01 PM Hi, Thanks Niall Gallagher for your reply, Ya sure, I know that non strict mode to set false for not parsing the whole doc, But If I give all annotation of the XML and parse with a XML with so much of content it is taking so much of time to parse the whole XML file. Actually I am trying to parse MS Office 2007 documents using Simple XML. This MS Office 2007 files are based on Open Office XML file formats, so it is more complected file. If any one knows better parser for XML in Android with (good performance and fast operation) please give me some solution. Regards,Jebarlin Robertson.R On Mon, Sep 12, 2011 at 9:00 AM, Niall Gallagher <gal...@ya...> wrote: You don't have to parse the whole document, use Persister.read(Class,InputStream,boolean) to set to non strict mode. This mode will skip parts of the XML you do not have annotations for. --- On Fri, 9/9/11, Jebarlin Robertson <jeb...@gm...> wrote: From: Jebarlin Robertson <jeb...@gm...> Subject: [Simple-support] Performance and time consuming issues for parsing a big XML file using Simple To: sim...@li... Received: Friday, 9 September, 2011, 5:08 AM Hi, Could anyone give me solution for the following Issues? Can I use Simple XML parser for parsing MS Office 2007 documents? I am trying to parse MS Office 2007 document by using Simple, but for a big document, when I add more java files with more annotation, it is taking more time to parse the XML. For ex; I added ElementListUnion in most of the classes to identify the same type of element. Can anyone please give me a solution for performance issue when I parse a big XML file with more java files(more than 500 files) and annotation? Thanks in advance. -- Thanks & Regards, Jebarlin Robertson.R GSM: 91-9538106181. -----Inline Attachment Follows----- ------------------------------------------------------------------------------ Why Cloud-Based Security and Archiving Make Sense Osterman Research conducted this study that outlines how and why cloud computing security and archiving is rapidly being adopted across the IT space for its ease of implementation, lower cost, and increased reliability. Learn more. http://www.accelacomm.com/jaw/sfnl/114/51425301/ -----Inline Attachment Follows----- _______________________________________________ Simple-support mailing list Sim...@li... https://lists.sourceforge.net/lists/listinfo/simple-support -- Thanks & Regards, Jebarlin Robertson.R GSM: 91-9538106181. |
|
From: bubbleguuum <bub...@fr...> - 2011-09-12 11:20:24
|
On 12/09/2011 05:27, Niall Gallagher wrote: > Yes, NamespaceList is an annotation that is used for this. Check it out, also there are examples of its use in the test cases, however I think you will be able to figure it out. > Thanks, I overlooked NamespaceList when reading the docs. |
|
From: A K <ak....@gm...> - 2011-09-12 06:00:45
|
The application using simple xml serialization is running fast as a normal java application. Where as if I run the same as an android app, its taking much time to the parse the file. Can anyone provide the specific reason for this, |
|
From: Jebarlin R. <jeb...@gm...> - 2011-09-12 04:01:20
|
Hi, Thanks Niall Gallagher for your reply, Ya sure, I know that non strict mode to set false for not parsing the whole doc, But If I give all annotation of the XML and parse with a XML with so much of content it is taking so much of time to parse the whole XML file. Actually I am trying to parse MS Office 2007 documents using Simple XML. This MS Office 2007 files are based on Open Office XML file formats, so it is more complected file. If any one knows better parser for XML in Android with (good performance and fast operation) please give me some solution. Regards, Jebarlin Robertson.R On Mon, Sep 12, 2011 at 9:00 AM, Niall Gallagher <gal...@ya...>wrote: > You don't have to parse the whole document, use > Persister.read(Class,InputStream,boolean) to set to non strict mode. This > mode will skip parts of the XML you do not have annotations for. > > --- On *Fri, 9/9/11, Jebarlin Robertson <jeb...@gm...>* wrote: > > > From: Jebarlin Robertson <jeb...@gm...> > Subject: [Simple-support] Performance and time consuming issues for parsing > a big XML file using Simple > To: sim...@li... > Received: Friday, 9 September, 2011, 5:08 AM > > > Hi, > > *Could anyone give me solution for the following Issues?* > > Can I use Simple XML parser for parsing MS Office 2007 documents? > > > I am trying to parse MS Office 2007 document by using Simple, but for a big > document, > when I add more java files with more annotation, it is taking more time to > parse the XML. > > For ex; > I added ElementListUnion in most of the classes to identify the same type > of element. > > Can anyone please give me a solution for performance issue when I parse a > big XML file with more java files(more than 500 files) and annotation? > > Thanks in advance. > > > -- > Thanks & Regards, > Jebarlin Robertson.R > GSM: 91-9538106181. > > -----Inline Attachment Follows----- > > > ------------------------------------------------------------------------------ > Why Cloud-Based Security and Archiving Make Sense > Osterman Research conducted this study that outlines how and why cloud > computing security and archiving is rapidly being adopted across the IT > space for its ease of implementation, lower cost, and increased > reliability. Learn more. http://www.accelacomm.com/jaw/sfnl/114/51425301/ > > -----Inline Attachment Follows----- > > _______________________________________________ > Simple-support mailing list > Sim...@li...<http://mc/compose?to=...@li...> > https://lists.sourceforge.net/lists/listinfo/simple-support > > -- Thanks & Regards, Jebarlin Robertson.R GSM: 91-9538106181. |
|
From: Niall G. <gal...@ya...> - 2011-09-12 03:32:24
|
Great! this looks cool. I will take a look. Thanks, Niall --- On Sun, 11/9/11, Dennis Bijwaard <bij...@gm...> wrote: > From: Dennis Bijwaard <bij...@gm...> > Subject: [Simple-support] xjc created jaxb source from XML schema to simpleframework > To: sim...@li... > Received: Sunday, 11 September, 2011, 5:52 AM > Dear all, > > I've written a SED script to convert java source files > gerated with xjc > (from XML schema workig with JAXB) to > simpleframework-compatible source code. > It depends a bit on the way xjc generates the software, so > it may not > work directly on hand-written jaxb source code. > > The script works as follows (tested on Ubuntu Linux): > - generate source with xjc: xjc XMLSchema.xsd > - jaxb2simple.sed generated/JAXBSource.java > > src/generated/SimpleSource.java > - or in batch with the rewrite script: > NAMESPACE=generated > cd $NAMESPACE > for i in *.java ;do ../../rewrite.sh $i > ../$NAMESPACE/ddi/$i ;done > > The generated code can now be used on android with simple. > Some things may > need to be fixed, since I didn't test yet with an XSD > covering all concepts, > and because simpleframework defaults to require all > elements (opposed to > jaxb). Expect fixes for emply lists, and enumerations of > strings (Android > does not seem to return valueOf correctly when casing of > remaining > letters does not match enum name). > > Kind regards, > Dennis Bijwaard > > -----Inline Attachment Follows----- > > ------------------------------------------------------------------------------ > Using storage to extend the benefits of virtualization and > iSCSI > Virtualization increases hardware utilization and delivers > a new level of > agility. Learn what those decisions are and how to > modernize your storage > and backup environments for virtualization. > http://www.accelacomm.com/jaw/sfnl/114/51434361/ > -----Inline Attachment Follows----- > > _______________________________________________ > Simple-support mailing list > Sim...@li... > https://lists.sourceforge.net/lists/listinfo/simple-support > |
|
From: Niall G. <gal...@ya...> - 2011-09-12 03:31:24
|
This has nothing to do with Simple, if the class loader can not find the annotation the annotated class can not be loaded. Simple can do nothing to help here. --- On Fri, 9/9/11, TE <al...@ho...> wrote: From: TE <al...@ho...> Subject: RE: [Simple-support] Ignoring unavailable annotations (JAXB onAndroid devices) To: "'Niall Gallagher'" <gal...@ya...>, sim...@li... Received: Friday, 9 September, 2011, 11:27 AM Ignoring unavailable annotations (JAXB on Android devices) Unfortunately Android does not allow external jars to implement most of the namespaces under java.* and javax.*. See http://code.google.com/p/android/issues/detail?id=13084 for details. JAXB annotations (being under java.xml) is one of them. I was hoping that it would somehow be possible to handle these in the Simple code (i.e. catch the exception and treat as if those annotations did not exist). TE From: Niall Gallagher [mailto:gal...@ya...] Sent: 02 Eylül 2011 Cuma 11:07 To: sim...@li... Subject: Re: [Simple-support] Ignoring unavailable annotations (JAXB onAndroid devices) I am afraid not, Android just does not have these annotations. You could perhaps try add them to a jar and include them? But this is not something I have tried. From: TE <al...@ho...> Subject: [Simple-support] Ignoring unavailable annotations (JAXB on Android devices) To: sim...@li... Received: Thursday, 1 September, 2011, 1:13 PM Hello, >From my research, it seems that Simple is the best XML serialization/deserialization framework available for Android. The API and the framework "feels right". Thank you very much for your efforts, esp. on getting it to work on Android. :-) I have started experimenting with Simple features and one issue that I need help with is related to classes annotated both with JAXB and Simple (server side is a servlet implemented using JAX-RS via RestEasy framework, hence the use of JAXB). The following code works fine by itself (i.e. on a desktop machine, as an Eclipse Java project) but fails to run on Android: Serializer serial = new Persister(); File f = new File("somefilename.xml"); ItemCollection itemCollection = serial.read(ItemCollection.class, f); The exception stack is below. This is happening because JAXB annotations used on the ItemCollection class are not available on Android devices. Is it possible somehow to ignore these annotations while using Simple on an Android device? Does it require code change or is a workaround possible? Thanks in advance for your help. TE 08-28 13:54:15.000: ERROR/AndroidRuntime(605): java.lang.NoClassDefFoundError: javax.xml.bind.annotation.XmlAccessorType 08-28 13:54:15.000: ERROR/AndroidRuntime(605): at java.lang.Class.getDeclaredAnnotations(Native Method) 08-28 13:54:15.000: ERROR/AndroidRuntime(605): at java.lang.Class.getAnnotations(Class.java:317) 08-28 13:54:15.000: ERROR/AndroidRuntime(605): at java.lang.Class.getAnnotation(Class.java:287) 08-28 13:54:15.000: ERROR/AndroidRuntime(605): at java.lang.Class.isAnnotationPresent(Class.java:1274) 08-28 13:54:15.000: ERROR/AndroidRuntime(605): at org.simpleframework.xml.core.ClassScanner.namespace(ClassScanner.java:389) 08-28 13:54:15.000: ERROR/AndroidRuntime(605): at org.simpleframework.xml.core.ClassScanner.global(ClassScanner.java:306) 08-28 13:54:15.000: ERROR/AndroidRuntime(605): at org.simpleframework.xml.core.ClassScanner.scan(ClassScanner.java:287) 08-28 13:54:15.000: ERROR/AndroidRuntime(605): at org.simpleframework.xml.core.ClassScanner.<init>(ClassScanner.java:114) 08-28 13:54:15.000: ERROR/AndroidRuntime(605): at org.simpleframework.xml.core.Scanner.<init>(Scanner.java:88) 08-28 13:54:15.000: ERROR/AndroidRuntime(605): at org.simpleframework.xml.core.ScannerFactory.getInstance(ScannerFactory.java:66) 08-28 13:54:15.000: ERROR/AndroidRuntime(605): at org.simpleframework.xml.core.Support.getScanner(Support.java:170) 08-28 13:54:15.000: ERROR/AndroidRuntime(605): at org.simpleframework.xml.core.Source.getScanner(Source.java:281) 08-28 13:54:15.000: ERROR/AndroidRuntime(605): at org.simpleframework.xml.core.Source.getSchema(Source.java:327) 08-28 13:54:15.000: ERROR/AndroidRuntime(605): at org.simpleframework.xml.core.Composite.read(Composite.java:200) 08-28 13:54:15.000: ERROR/AndroidRuntime(605): at org.simpleframework.xml.core.Composite.read(Composite.java:150) 08-28 13:54:15.000: ERROR/AndroidRuntime(605): at org.simpleframework.xml.core.Traverser.read(Traverser.java:92) 08-28 13:54:15.000: ERROR/AndroidRuntime(605): at org.simpleframework.xml.core.Persister.read(Persister.java:632) 08-28 13:54:15.000: ERROR/AndroidRuntime(605): at org.simpleframework.xml.core.Persister.read(Persister.java:613) 08-28 13:54:15.000: ERROR/AndroidRuntime(605): at org.simpleframework.xml.core.Persister.read(Persister.java:591) 08-28 13:54:15.000: ERROR/AndroidRuntime(605): at org.simpleframework.xml.core.Persister.read(Persister.java:550) 08-28 13:54:15.000: ERROR/AndroidRuntime(605): at org.simpleframework.xml.core.Persister.read(Persister.java:528) 08-28 13:54:15.000: ERROR/AndroidRuntime(605): at org.simpleframework.xml.core.Persister.read(Persister.java:433) 08-28 13:54:15.000: ERROR/AndroidRuntime(605): at com.example.SimpleXmlTestActivity.test2(SimpleXmlTestActivity.java:52) 08-28 13:54:15.000: ERROR/AndroidRuntime(605): at com.example.SimpleXmlTestActivity.onCreate(SimpleXmlTestActivity.java:40) 08-28 13:54:15.000: ERROR/AndroidRuntime(605): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047) 08-28 13:54:15.000: ERROR/AndroidRuntime(605): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1611) 08-28 13:54:15.000: ERROR/AndroidRuntime(605): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1663) 08-28 13:54:15.000: ERROR/AndroidRuntime(605): at android.app.ActivityThread.access$1500(ActivityThread.java:117) 08-28 13:54:15.000: ERROR/AndroidRuntime(605): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:931) 08-28 13:54:15.000: ERROR/AndroidRuntime(605): at android.os.Handler.dispatchMessage(Handler.java:99) 08-28 13:54:15.000: ERROR/AndroidRuntime(605): at android.os.Looper.loop(Looper.java:130) 08-28 13:54:15.000: ERROR/AndroidRuntime(605): at android.app.ActivityThread.main(ActivityThread.java:3683) 08-28 13:54:15.000: ERROR/AndroidRuntime(605): at java.lang.reflect.Method.invokeNative(Native Method) 08-28 13:54:15.000: ERROR/AndroidRuntime(605): at java.lang.reflect.Method.invoke(Method.java:507) 08-28 13:54:15.000: ERROR/AndroidRuntime(605): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839) 08-28 13:54:15.000: ERROR/AndroidRuntime(605): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597) 08-28 13:54:15.000: ERROR/AndroidRuntime(605): at dalvik.system.NativeStart.main(Native Method) -----Inline Attachment Follows----- ------------------------------------------------------------------------------ Special Offer -- Download ArcSight Logger for FREE! Finally, a world-class log management solution at an even better price-free! And you'll get a free "Love Thy Logs" t-shirt when you download Logger. Secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsisghtdev2dev -----Inline Attachment Follows----- _______________________________________________ Simple-support mailing list Sim...@li... https://lists.sourceforge.net/lists/listinfo/simple-support |
|
From: Niall G. <gal...@ya...> - 2011-09-12 03:30:22
|
You don't have to parse the whole document, use Persister.read(Class,InputStream,boolean) to set to non strict mode. This mode will skip parts of the XML you do not have annotations for. --- On Fri, 9/9/11, Jebarlin Robertson <jeb...@gm...> wrote: From: Jebarlin Robertson <jeb...@gm...> Subject: [Simple-support] Performance and time consuming issues for parsing a big XML file using Simple To: sim...@li... Received: Friday, 9 September, 2011, 5:08 AM Hi, Could anyone give me solution for the following Issues? Can I use Simple XML parser for parsing MS Office 2007 documents? I am trying to parse MS Office 2007 document by using Simple, but for a big document, when I add more java files with more annotation, it is taking more time to parse the XML. For ex; I added ElementListUnion in most of the classes to identify the same type of element. Can anyone please give me a solution for performance issue when I parse a big XML file with more java files(more than 500 files) and annotation? Thanks in advance. -- Thanks & Regards, Jebarlin Robertson.R GSM: 91-9538106181. -----Inline Attachment Follows----- ------------------------------------------------------------------------------ Why Cloud-Based Security and Archiving Make Sense Osterman Research conducted this study that outlines how and why cloud computing security and archiving is rapidly being adopted across the IT space for its ease of implementation, lower cost, and increased reliability. Learn more. http://www.accelacomm.com/jaw/sfnl/114/51425301/ -----Inline Attachment Follows----- _______________________________________________ Simple-support mailing list Sim...@li... https://lists.sourceforge.net/lists/listinfo/simple-support |
|
From: Niall G. <gal...@ya...> - 2011-09-12 03:28:00
|
Yes, NamespaceList is an annotation that is used for this. Check it out, also there are examples of its use in the test cases, however I think you will be able to figure it out. --- On Wed, 7/9/11, bubbleguuum <bub...@fr...> wrote: > From: bubbleguuum <bub...@fr...> > Subject: [Simple-support] Serialization and namespace optimizations > To: sim...@li... > Received: Wednesday, 7 September, 2011, 2:16 PM > Hi, > > I'm serializing namespace heavy data structures and there's > a lot of redundency in the output as the namespace is > specified for each element. For example: > > <DIDL-Lite > xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/"> > <item > id="T1020" > parentID="414"> > <upnp:class > xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/">object.item.audioItem.musicTrack</upnp:class> > <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">2084</dc:title> > <upnp:albumArtURI > > dlna:profileID="JPEG_TN" > > xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/" > > xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/">http://1.2.3.4:9050/stream/99ae0c9ea500a4e4c41b4694e75380b5</upnp:albumArtURI> > <upnp:artist > role="Performer" > > xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/">Redshape</upnp:artist> > <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Redshape</dc:creator> > <upnp:genre > xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/">Techno</upnp:genre> > <upnp:originalTrackNumber > xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/">1</upnp:originalTrackNumber> > <dc:date xmlns:dc="http://purl.org/dc/elements/1.1/">2006-01-02</dc:date> > <upnp:album > xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/">2084 > / Ultra</upnp:album> > </item> > </DIDL-Lite> > > > The namespace if specified for each element that specify a > @Namespace. > Is it possible to configure the serializer (or change the > class definition) to put all namespaces at the root element > like shown below: > > <DIDL-Lite > > xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/" > > xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/" > xmlns:dc="http://purl.org/dc/elements/1.1/" > > xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/"> > <item > id="T1020" > parentID="414"> > <upnp:class>object.item.audioItem.musicTrack</upnp:class> > <dc:title>2084</dc:title> > <upnp:albumArtURI dlna:profileID="JPEG_TN">http://1.2.3.4:9050/stream/99ae0c9ea500a4e4c41b4694e75380b5</upnp:albumArtURI> > <upnp:artist > role="Performer">Redshape</upnp:artist> > <dc:creator>Redshape</dc:creator> > <upnp:genre>Techno</upnp:genre> > <upnp:originalTrackNumber>1</upnp:originalTrackNumber> > <dc:date>2006-01-02</dc:date> > <upnp:album>2084 / Ultra</upnp:album> > </item> > </DIDL-Lite> > > > > > ------------------------------------------------------------------------------ > Using storage to extend the benefits of virtualization and > iSCSI > Virtualization increases hardware utilization and delivers > a new level of > agility. Learn what those decisions are and how to > modernize your storage > and backup environments for virtualization. > http://www.accelacomm.com/jaw/sfnl/114/51434361/ > _______________________________________________ > Simple-support mailing list > Sim...@li... > https://lists.sourceforge.net/lists/listinfo/simple-support > |
|
From: Niall G. <gal...@ya...> - 2011-09-12 03:26:31
|
Use a Transform, they are for this very purpose. --- On Tue, 6/9/11, James Oltmans <Jam...@ip...> wrote: From: James Oltmans <Jam...@ip...> Subject: [Simple-support] How do you serialize an object as an attribute? To: "sim...@li..." <sim...@li...> Received: Tuesday, 6 September, 2011, 3:16 PM Let’s say I have an object (ID). ID:- Number- VersionThis can be easily expressed as a simple string in the format <number>-<version> e.g. 1234-1In most cases I’d like to express this as an attribute for other xml elements (id=”1234-1”)However, it’s currently in element format.e.g. <ID number=”1234” version=”1”> How do I get this annotated to read into and out of another object’s element’s attribute?e.g.<someOtherObject attribute1=”blah blah” id=”1234-1”/> To make this request more complicated, let’s say I want to preserve some backwards compatibility and be able to deserialize the old element based XML, how would I do that? Can I serialize the ID as an element in some cases where it is specified as an @Element in one including object or as an attribute in another including object where it is annotated as @Attribute there? Thanks! -----Inline Attachment Follows----- ------------------------------------------------------------------------------ Malware Security Report: Protecting Your Business, Customers, and the Bottom Line. Protect your business and customers by understanding the threat from malware and how it can impact your online business. http://www.accelacomm.com/jaw/sfnl/114/51427462/ -----Inline Attachment Follows----- _______________________________________________ Simple-support mailing list Sim...@li... https://lists.sourceforge.net/lists/listinfo/simple-support |