103. EPMO Open Source Coordination Office Redaction File Detail Report

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

103.1 Files compared

# Location File Last Modified
1 CUI-CPP-v2.4.0-source-archive.zip\app\xsd\ExamResponse\extension\facts KneeFacts-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 KneeFacts-1.2.xsd Tue Feb 6 20:10:37 2018 UTC

103.2 Comparison summary

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

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

103.4 Active regular expressions

No regular expressions were active.

103.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/ KneeFacts/ 1.2"
  4                targetName space="htt p://vler. DNS     /vler/sche mas/benefi ts/evaluat ion/facts/ KneeFacts/ 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="Knee Diagnosis" >
  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="Knee Symptom">
  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="knee Facts">
  25           <x s:complexC ontent>
  26                <xs:exte nsion base ="jf:joint sFacts">
  27                    <xs: sequence>
  28                         <xs:elemen t name="kn eeDiagnose s" type="t ns:KneeDia gnosis" mi nOccurs="0 " maxOccur s="5000"/>
  29                         <xs:elemen t name="kn eeSymptoms " type="tn s:KneeSymp tom" minOc curs="1" m axOccurs=" 5000"/>
  30                         <xs:elemen t name="an kylosisInf lexionDegr ees" type= "xs:intege r" minOccu rs="0"/>
  31                         <xs:elemen t name="fl exionActua lDegrees"  type="xs:i nteger" mi nOccurs="0 "/>
  32                         <xs:elemen t name="fl exionDeLuc aDegrees"  type="xs:i nteger" mi nOccurs="0 "/>
  33                         <xs:elemen t name="fl exionMitch ellDegrees " type="xs :integer"  minOccurs= "0"/>
  34                         <xs:elemen t name="fl exionFlare UpDegrees"  type="xs: integer" m inOccurs=" 0"/>
  35                         <xs:elemen t name="ex tensionAct ualDegrees " type="xs :integer"  minOccurs= "0"/>
  36                         <xs:elemen t name="ex tensionDeL ucaDegrees " type="xs :integer"  minOccurs= "0"/>
  37                         <xs:elemen t name="ex tensionMit chellDegre es" type=" xs:integer " minOccur s="0"/>
  38                         <xs:elemen t name="ex tensionFla reUpDegree s" type="x s:integer"  minOccurs ="0"/>
  39                         <xs:elemen t name="la teralInsta bility" ty pe="xs:str ing" minOc curs="0" m axOccurs=" 1" />
  40                         <xs:elemen t name="ge nuRecurvat um" type=" xs:string"  minOccurs ="0" maxOc curs="1" / >
  41                         <xs:elemen t name="re currentSub luxation"  type="xs:s tring" min Occurs="0"  maxOccurs ="1"/>
  42                         <xs:elemen t name="se milumarCar tilage" ty pe="xs:str ing" minOc curs="0" m axOccurs=" 1"/>
  43                         <xs:elemen t name="ti biaFibula"  type="xs: string" mi nOccurs="0 " maxOccur s="1"/>
  44                         <xs:elemen t name="ti biaFibulaP JR" type=" xs:string"  minOccurs ="0" maxOc curs="1"/>
  45                    </xs :sequence>
  46                </xs:ext ension>
  47           </ xs:complex Content>
  48       </xs:c omplexType >
  49  
  50       <xs:el ement name ="kneeFact s" type="t ns:kneeFac ts"/>
  51   </xs:schem a>