121. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 1/17/2019 1:51:43 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.

121.1 Files compared

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

121.2 Comparison summary

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

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

121.4 Active regular expressions

No regular expressions were active.

121.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.service Connection AwardInfo  Extends (% SerialObje ct, %XML.A daptor) [  ProcedureB lock ]
  3    {
  4   
  5    Parameter  ELEMENTQUA LIFIED = 1 ;
  6   
  7    Parameter  NAMESPACE  = "http:// jaxws.webs ervices.es r DOMAIN . EXT  /schemas";
  8   
  9    Parameter  XMLNAME =  "serviceCo nnectionAw ardInfo";
  10   
  11    Parameter  XMLSEQUENC E = 0;
  12   
  13    Property a wardDate A s %String( MAXLEN = " ", XMLNAME  = "awardD ate");
  14   
  15    Property c ombinedSer viceConnec tedPercent ageEffecti veDate As  %String(MA XLEN = "",  XMLNAME =  "combined ServiceCon nectedPerc entageEffe ctiveDate" );
  16   
  17    Property p ermanentAn dTotal As  %Boolean(X MLNAME = " permanentA ndTotal");
  18   
  19    Property p ermanentAn dTotalEffe ctiveDate  As %TimeSt amp(XMLNAM E = "perma nentAndTot alEffectiv eDate");
  20   
  21    Property r atedDisabi lities As  list Of ES .sch.rated Disability Info(XMLIT EMNAME = " ratedDisab ility", XM LNAME = "r atedDisabi lities", X MLPROJECTI ON = "COLL ECTION");
  22   
  23    Property s erviceConn ectedIndic ator As %B oolean(XML NAME = "se rviceConne ctedIndica tor");
  24   
  25    Property s erviceConn ectedPerce ntage As % xsd.int(XM LNAME = "s erviceConn ectedPerce ntage");
  26   
  27    Property u nemployabl e As %Bool ean(XMLNAM E = "unemp loyable");
  28   
  29    Property s cReportDat e As %Date (XMLNAME =  "scReport Date");
  30   
  31    Storage De fault
  32    {
  33    <Data name ="serviceC onnectionA wardInfoSt ate">
  34    <Value nam e="1">
  35    <Value>awa rdDate</Va lue>
  36    </Value>
  37    <Value nam e="2">
  38    <Value>com binedServi ceConnecte dPercentag eEffective Date</Valu e>
  39    </Value>
  40    <Value nam e="3">
  41    <Value>per manentAndT otal</Valu e>
  42    </Value>
  43    <Value nam e="4">
  44    <Value>per manentAndT otalEffect iveDate</V alue>
  45    </Value>
  46    <Value nam e="5">
  47    <Value>rat edDisabili ties</Valu e>
  48    </Value>
  49    <Value nam e="6">
  50    <Value>ser viceConnec tedIndicat or</Value>
  51    </Value>
  52    <Value nam e="7">
  53    <Value>ser viceConnec tedPercent age</Value >
  54    </Value>
  55    <Value nam e="8">
  56    <Value>une mployable< /Value>
  57    </Value>
  58    <Value nam e="9">
  59    <Value>scR eportDate< /Value>
  60    </Value>
  61    </Data>
  62    <State>ser viceConnec tionAwardI nfoState</ State>
  63    <StreamLoc ation>^ES. sch.servic eConn539CS </StreamLo cation>
  64    <Type>%Lib rary.Cache SerialStat e</Type>
  65    }
  66   
  67    }