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

58.1 Files compared

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

58.2 Comparison summary

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

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

58.4 Active regular expressions

No regular expressions were active.

58.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.baseFin ancialInfo  Extends ( %SerialObj ect, %XML. Adaptor) [  Abstract,  Procedure Block ]
  3    {
  4   
  5    Parameter  ELEMENTQUA LIFIED = 1 ;
  6   
  7    Parameter  NAMESPACE  = "http:// jaxws.webs ervices.es r DOMAIN . EXT  /schemas";
  8   
  9    Parameter  XMLNAME =  "baseFinan cialInfo";
  10   
  11    Parameter  XMLSEQUENC E = 0;
  12   
  13    Property a ssets As l ist Of ES. sch.assetI nfo(XMLITE MNAME = "a sset", XML NAME = "as sets", XML PROJECTION  = "COLLEC TION");
  14   
  15    Property d ebits As E S.sch.debi tInfo(XMLN AME = "deb its");
  16   
  17    Property e xpenses As  list Of E S.sch.expe nseInfo(XM LITEMNAME  = "expense ", XMLNAME  = "expens es", XMLPR OJECTION =  "COLLECTI ON");
  18   
  19    Property i ncomeYear  As %xsd.in t(XMLNAME  = "incomeY ear");
  20   
  21    Property i ncomes As  list Of ES .sch.incom eInfo(XMLI TEMNAME =  "income",  XMLNAME =  "incomes",  XMLPROJEC TION = "CO LLECTION") ;
  22   
  23    Storage De fault
  24    {
  25    <Data name ="baseFina ncialInfoS tate">
  26    <Value nam e="1">
  27    <Value>ass ets</Value >
  28    </Value>
  29    <Value nam e="2">
  30    <Value>deb its</Value >
  31    </Value>
  32    <Value nam e="3">
  33    <Value>exp enses</Val ue>
  34    </Value>
  35    <Value nam e="4">
  36    <Value>inc omeYear</V alue>
  37    </Value>
  38    <Value nam e="5">
  39    <Value>inc omes</Valu e>
  40    </Value>
  41    </Data>
  42    <State>bas eFinancial InfoState< /State>
  43    <StreamLoc ation>^ES. sch.baseFi nancialInf oS</Stream Location>
  44    <Type>%Lib rary.Cache SerialStat e</Type>
  45    }
  46   
  47    }