71. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 12/14/2017 1:27:58 PM Eastern 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 CUI-CPP-v2.3.2-source.zip\app\xsd\ExamResponse\extension\facts IssueCategoryEnum-1.1.xsd Mon Nov 20 23:19:07 2017 UTC
2 CUI-CPP-v2.3.2-source.zip\app\xsd\ExamResponse\extension\facts IssueCategoryEnum-1.1.xsd Thu Dec 14 14:41:36 2017 UTC

71.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 56
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   <?xml vers ion="1.0"  encoding=" UTF-8"?>
  2  
  3   <xs:schema  xmlns:xs= "http://ww w.w3.org/2 001/XMLSch ema"
  4                targetName space="htt p:// URL /vler/sche mas/benefi ts/evaluat ion/facts/ IssueCateg oryEnum/1. 1"
  5               xmlns:jax b="http:// java.sun.c om/xml/ns/ jaxb"
  6               jaxb:vers ion="2.0"            
  7               elementFo rmDefault= "qualified " version= "1.1">
  8  
  9       <xs:si mpleType n ame="Issue CategoryEn um">
  10           <x s:restrict ion base=" xs:string" >
  11                <xs:enum eration va lue="Compe nsation">
  12                    <xs: annotation >
  13                         <xs:appinf o>
  14                             <jaxb: typesafeEn umMember n ame="Compe nsation"/>
  15                         </xs:appin fo>
  16                    </xs :annotatio n>             
  17                </xs:enu meration>
  18                <xs:enum eration va lue="Evalu ation">
  19                    <xs: annotation >
  20                         <xs:appinf o>
  21                             <jaxb: typesafeEn umMember n ame="Evalu ation"/>
  22                         </xs:appin fo>
  23                    </xs :annotatio n>                          
  24                </xs:enu meration>
  25                <xs:enum eration va lue="DES"/ >
  26           </ xs:restric tion>
  27       </xs:s impleType>
  28  
  29   </xs:schem a>