71. 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.

71.1 Files compared

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

71.2 Comparison summary

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

71.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

71.4 Active regular expressions

No regular expressions were active.

71.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.deliver yPreferenc eInfo Exte nds (%Seri alObject,  %XML.Adapt or) [ Comp ileAfter =  ES.sch.Em ailType, P rocedureBl ock ]
  3    {
  4   
  5    Parameter  ELEMENTQUA LIFIED = 1 ;
  6   
  7    Parameter  NAMESPACE  = "http:// jaxws.webs ervices.es r DOMAIN . EXT  /schemas";
  8   
  9    Parameter  XMLNAME =  "deliveryP referenceI nfo";
  10   
  11    Parameter  XMLSEQUENC E = 0;
  12   
  13    Property d eliveryPre ference As  %String(M AXLEN = "" , XMLNAME  = "deliver yPreferenc e");
  14   
  15    Property e mailAddres s As %Stri ng(MAXLEN  = "", XMLN AME = "ema ilAddress" );
  16   
  17    Property e mailType A s ES.sch.E mailType(X MLNAME = " emailType" );
  18   
  19    Property e ditableFla g As %Bool ean(XMLNAM E = "edita bleFlag");
  20   
  21    Storage De fault
  22    {
  23    <Data name ="delivery Preference InfoState" >
  24    <Value nam e="1">
  25    <Value>del iveryPrefe rence</Val ue>
  26    </Value>
  27    <Value nam e="2">
  28    <Value>ema ilAddress< /Value>
  29    </Value>
  30    <Value nam e="3">
  31    <Value>ema ilType</Va lue>
  32    </Value>
  33    <Value nam e="4">
  34    <Value>edi tableFlag< /Value>
  35    </Value>
  36    </Data>
  37    <State>del iveryPrefe renceInfoS tate</Stat e>
  38    <StreamLoc ation>^ES. sch.delive ryPreferen ceInfoS</S treamLocat ion>
  39    <Type>%Lib rary.Cache SerialStat e</Type>
  40    }
  41   
  42    }