56. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 2/21/2018 6:58:08 AM 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.

56.1 Files compared

# Location File Last Modified
1 CUI-CPP-v2.4.0-source-archive.zip\app\xsd\ExamManagement\exchange ExamManagement-1.0.xsd Thu Dec 21 03:33:17 2017 UTC
2 CUI-CPP-v2.4.0-source-archive.zip\app\xsd\ExamManagement\exchange ExamManagement-1.0.xsd Tue Feb 6 20:10:16 2018 UTC

56.2 Comparison summary

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

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

56.4 Active regular expressions

No regular expressions were active.

56.5 Comparison detail

  1   <?xml vers ion="1.0"  encoding=" UTF-8" ?>
  2   <xs:schema  xmlns="ht tp:// DNS     /vler/sche mas/vlerSu persetSche ma/examMan agement/1. 0"
  3                targetName space="htt p:// DNS     /vler/sche mas/vlerSu persetSche ma/examMan agement/1. 0"
  4               xmlns:xs= "http://ww w.w3.org/2 001/XMLSch ema"
  5               elementFo rmDefault= "qualified "
  6               attribute FormDefaul t="unquali fied"
  7               version=" 1.0.2">
  8  
  9       <xs:in clude sche maLocation ="../exten sion/ExamM anagementT ypes-1.0.x sd"/>
  10  
  11       <xs:el ement name ="ExamMana gementEven tNotificat ion" type= "ExamManag ementEvent Notificati onType"/>
  12  
  13       <xs:co mplexType  name="Exam Management EventNotif icationTyp e">
  14           <x s:annotati on>
  15                <xs:docu mentation> This is a  wrapper fo r a single  ExamManag ement even t object.  This
  16                    noti fication w ill be use d in trans port-layer , routing  capability . This
  17                    obje ct is desi gned to al low either  a point-t o-point or  a pub-sub  style
  18                    exch ange, allo wing only  a single o riginator  but multip le destina tions.
  19                </xs:doc umentation >
  20           </ xs:annotat ion>
  21  
  22           <x s:sequence >
  23                <xs:elem ent name=" Originatin gSystem" t ype="Parti cipatingSy stemType">
  24                    <xs: annotation >
  25                         <xs:docume ntation>Th e originat ing system  of the no tification . Provided  for routi ng purpose s. In most  cases thi s will
  26                             be the  same as t he ExamMan agementEve ntType::ev entSource  field.
  27                         </xs:docum entation>
  28                    </xs :annotatio n>
  29                </xs:ele ment>
  30                <xs:elem ent name=" Destinatio n" type="P articipati ngSystemTy pe" minOcc urs="0" ma xOccurs="1 00">
  31                    <xs: annotation >
  32                         <xs:docume ntation>Th e destinat ion for th e Notifica tion. If t his elemen t is missi ng
  33                             the se nder of th e event as sumes that  it will b e broadcas t to all
  34                             partie s. This en sures that  "spoke" s ystems can  broadcast  events
  35                             withou t having t o know eve ry possibl e recipien t, and it  relies on
  36                             DAS to  send it t o everyone .
  37                         </xs:docum entation>
  38                    </xs :annotatio n>
  39                </xs:ele ment>
  40                <xs:choi ce>
  41                    <xs: element re f="ExamSch edulingReq uestEvent" />
  42                    <xs: element re f="ExamRel atedConten tionEvent" />
  43                    <xs: element re f="ExamApp ointmentSt atusEvent" />
  44                 </xs:ch oice>
  45           </ xs:sequenc e>
  46       </xs:c omplexType >
  47   </xs:schem a>