125. EPMO Open Source Coordination Office Redaction File Detail Report

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

125.1 Files compared

# Location File Last Modified
1 CUI-CPP-v2.4.0-source-archive.zip\app\xsd\ExamResponse\extension\facts WristFacts-1.2.xsd Thu Dec 21 03:33:17 2017 UTC
2 CUI-CPP-v2.4.0-source-archive.zip\app\xsd\ExamResponse\extension\facts WristFacts-1.2.xsd Tue Feb 6 20:10:46 2018 UTC

125.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 4 86
Changed 3 8
Inserted 0 0
Removed 0 0

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

125.4 Active regular expressions

No regular expressions were active.

125.5 Comparison detail

  1   <?xml vers ion="1.0"  encoding=" UTF-8"?>
  2   <xs:schema  xmlns:xs= "http://ww w.w3.org/2 001/XMLSch ema"
  3                xmlns:tns= "http://vl er. DNS     /vler/sche mas/benefi ts/evaluat ion/facts/ WristFacts /1.2"
  4                targetName space="htt p://vler. DNS     /vler/sche mas/benefi ts/evaluat ion/facts/ WristFacts /1.2"
  5               elementFo rmDefault= "qualified " version= "1.2"
  6                xmlns:jf=" http://vle r. DNS     /vler/sche mas/benefi ts/evaluat ion/facts/ JointsFact s/1.2">
  7  
  8       <xs:im port
  9                  namespace= "http://vl er. DNS     /vler/sche mas/benefi ts/evaluat ion/facts/ JointsFact s/1.2"
  10                schemaLo cation="Jo intsFacts- 1.2.xsd"/>
  11  
  12       <xs:co mplexType  name="Wris tDiagnosis ">
  13           <x s:sequence >
  14                <xs:elem ent name=" value" typ e="xs:stri ng"/>
  15           </ xs:sequenc e>
  16       </xs:c omplexType >
  17  
  18       <xs:co mplexType  name="Wris tSymptom">
  19           <x s:sequence >
  20                <xs:elem ent name=" value" typ e="xs:stri ng"/>
  21           </ xs:sequenc e>
  22       </xs:c omplexType >
  23  
  24       <xs:co mplexType  name="wris tFacts">
  25           <x s:complexC ontent>
  26                <xs:exte nsion base ="jf:joint sFacts">
  27                    <xs: sequence>
  28                         <xs:elemen t name="wr istDiagnos es" type=" tns:WristD iagnosis"  minOccurs= "1" maxOcc urs="5000" />
  29                         <xs:elemen t name="wr istSymptom s" type="t ns:WristSy mptom" min Occurs="1"  maxOccurs ="5000"/>
  30                         <xs:elemen t name="am bidextrous " type="xs :boolean"  minOccurs= "0" defaul t="false"/ >
  31                         <xs:elemen t name="mi norExtremi ty" type=" xs:boolean " minOccur s="0" defa ult="false "/>
  32                         <xs:elemen t name="ma jorExtremi ty" type=" xs:boolean " minOccur s="0" defa ult="false "/>
  33                         <xs:elemen t name="do rsiflexion ActualDegr ees" type= "xs:intege r" minOccu rs="0"/>
  34                         <xs:elemen t name="do rsiflexion DeLucaDegr ees" type= "xs:intege r" minOccu rs="0"/>
  35                         <xs:elemen t name="pa lmarFlexio nActualDeg rees" type ="xs:integ er" minOcc urs="0"/>
  36                         <xs:elemen t name="pa lmarFlexio nDeLucaDeg rees" type ="xs:integ er" minOcc urs="0"/>
  37                         <xs:elemen t name="ul narDeviati onActualDe grees" typ e="xs:inte ger" minOc curs="0"/>
  38                         <xs:elemen t name="ul narDeviati onDeLucaDe grees" typ e="xs:inte ger" minOc curs="0"/>
  39                         <xs:elemen t name="ra dialDeviat ionActualD egrees" ty pe="xs:int eger" minO ccurs="0"/ >
  40                         <xs:elemen t name="ra dialDeviat ionDeLucaD egrees" ty pe="xs:int eger" minO ccurs="0"/ >
  41                    </xs :sequence>
  42                </xs:ext ension>
  43           </ xs:complex Content>
  44       </xs:c omplexType >
  45  
  46       <xs:el ement name ="wristFac ts" type=" tns:wristF acts"/>
  47   </xs:schem a>