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

57.1 Files compared

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

57.2 Comparison summary

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

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

57.4 Active regular expressions

No regular expressions were active.

57.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.baseAdd ressInfo E xtends (%S erialObjec t, %XML.Ad aptor) [ 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 =  "baseAddre ssInfo";
  10   
  11    Parameter  XMLSEQUENC E = 0;
  12   
  13    Property c ity As %St ring(MAXLE N = "", XM LNAME = "c ity");
  14   
  15    Property c ountry As  %String(MA XLEN = "",  XMLNAME =  "country" );
  16   
  17    Property c ounty As % String(MAX LEN = "",  XMLNAME =  "county");
  18   
  19    Property l ine1 As %S tring(MAXL EN = "", X MLNAME = " line1");
  20   
  21    Property l ine2 As %S tring(MAXL EN = "", X MLNAME = " line2");
  22   
  23    Property l ine3 As %S tring(MAXL EN = "", X MLNAME = " line3");
  24   
  25    Property p ostalCode  As %String (MAXLEN =  "", XMLNAM E = "posta lCode");
  26   
  27    Property p rovinceCod e As %Stri ng(MAXLEN  = "", XMLN AME = "pro vinceCode" );
  28   
  29    Property s tate As %S tring(MAXL EN = "", X MLNAME = " state");
  30   
  31    Property z ipCode As  %String(MA XLEN = "",  XMLNAME =  "zipCode" );
  32   
  33    Property z ipPlus4 As  %String(M AXLEN = "" , XMLNAME  = "zipPlus 4");
  34   
  35    Storage De fault
  36    {
  37    <Data name ="baseAddr essInfoSta te">
  38    <Value nam e="1">
  39    <Value>cit y</Value>
  40    </Value>
  41    <Value nam e="2">
  42    <Value>cou ntry</Valu e>
  43    </Value>
  44    <Value nam e="3">
  45    <Value>cou nty</Value >
  46    </Value>
  47    <Value nam e="4">
  48    <Value>lin e1</Value>
  49    </Value>
  50    <Value nam e="5">
  51    <Value>lin e2</Value>
  52    </Value>
  53    <Value nam e="6">
  54    <Value>lin e3</Value>
  55    </Value>
  56    <Value nam e="7">
  57    <Value>pos talCode</V alue>
  58    </Value>
  59    <Value nam e="8">
  60    <Value>pro vinceCode< /Value>
  61    </Value>
  62    <Value nam e="9">
  63    <Value>sta te</Value>
  64    </Value>
  65    <Value nam e="10">
  66    <Value>zip Code</Valu e>
  67    </Value>
  68    <Value nam e="11">
  69    <Value>zip Plus4</Val ue>
  70    </Value>
  71    </Data>
  72    <State>bas eAddressIn foState</S tate>
  73    <StreamLoc ation>^ES. sch.baseAd dressInfoS </StreamLo cation>
  74    <Type>%Lib rary.Cache SerialStat e</Type>
  75    }
  76   
  77    }