79. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 1/17/2019 1:51:42 PM Central Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

79.1 Files compared

# Location File Last Modified
1 C:\AraxisMergeCompare\Pri_un\ccra\ccra_HSIE_IC\ES\sch emailInfo.cls Thu Jan 10 13:20:02 2019 UTC
2 C:\AraxisMergeCompare\Pri_re\ccra\ccra_HSIE_IC\ES\sch emailInfo.cls Thu Jan 10 16:31:24 2019 UTC

79.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 92
Changed 1 2
Inserted 0 0
Removed 0 0

79.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

79.4 Active regular expressions

No regular expressions were active.

79.5 Comparison detail

  1    /// Create d from: C: \Users\smo rrison\One Drive - Co gnosante H oldings, L LC\CCR&A\E SR\2017121 3-esr.wsdl
  2    Class ES.s ch.emailIn fo Extends  (%SerialO bject, %XM L.Adaptor)  [ Procedu reBlock ]
  3    {
  4   
  5    Parameter  ELEMENTQUA LIFIED = 1 ;
  6   
  7    Parameter  NAMESPACE  = "http:// jaxws.webs ervices.es r DOMAIN . EXT  /schemas";
  8   
  9    Parameter  XMLNAME =  "emailInfo ";
  10   
  11    Parameter  XMLSEQUENC E = 0;
  12   
  13    Property a ddress As  %String(MA XLEN = "",  XMLNAME =  "address" );
  14   
  15    Property c hangeDate  As %TimeSt amp(XMLNAM E = "chang eDate");
  16   
  17    Property s iteOfChang e As %Stri ng(MAXLEN  = "", XMLN AME = "sit eOfChange" );
  18   
  19    Property s ourceOfCha nge As %St ring(MAXLE N = "", XM LNAME = "s ourceOfCha nge");
  20   
  21    Property t ype As %St ring(MAXLE N = "", XM LNAME = "t ype");
  22   
  23    Storage De fault
  24    {
  25    <Data name ="emailInf oState">
  26    <Value nam e="1">
  27    <Value>add ress</Valu e>
  28    </Value>
  29    <Value nam e="2">
  30    <Value>cha ngeDate</V alue>
  31    </Value>
  32    <Value nam e="3">
  33    <Value>sit eOfChange< /Value>
  34    </Value>
  35    <Value nam e="4">
  36    <Value>sou rceOfChang e</Value>
  37    </Value>
  38    <Value nam e="5">
  39    <Value>typ e</Value>
  40    </Value>
  41    </Data>
  42    <State>ema ilInfoStat e</State>
  43    <StreamLoc ation>^ES. sch.emailI nfoS</Stre amLocation >
  44    <Type>%Lib rary.Cache SerialStat e</Type>
  45    }
  46   
  47    }