47. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 12/14/2017 1:27:57 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.

47.1 Files compared

# Location File Last Modified
1 CUI-CPP-v2.3.2-source.zip\app\xsd\ExamResponse\extension\facts DentalFacts-1.1.xsd Mon Nov 20 23:19:07 2017 UTC
2 CUI-CPP-v2.3.2-source.zip\app\xsd\ExamResponse\extension\facts DentalFacts-1.1.xsd Thu Dec 14 14:28:36 2017 UTC

47.2 Comparison summary

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

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

47.4 Active regular expressions

No regular expressions were active.

47.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:// URL /vler/sche mas/benefi ts/evaluat ion/facts/ DentalFact s/1.1"
  4                targetName space="htt p:// URL /vler/sche mas/benefi ts/evaluat ion/facts/ DentalFact s/1.1"
  5               elementFo rmDefault= "qualified " version= "1.1"
  6                xmlns:bsf= "http:// URL /vler/sche mas/benefi ts/evaluat ion/facts/ BodySystem sFacts/1.1 ">
  7  
  8         <xs:import  namespace ="http:// URL /vler/sche mas/benefi ts/evaluat ion/facts/ BodySystem sFacts/1.1 "
  9                   schem aLocation= "BodySyste msFacts-1. 1.xsd"/>
  10  
  11           <x s:complexT ype name=" DentalDiag nosis">
  12                    <xs: sequence>
  13                             <xs:el ement name ="value" t ype="xs:st ring"/>
  14                    </xs :sequence>
  15           </ xs:complex Type>
  16           
  17           <x s:complexT ype name=" DentalSymp tom">
  18                    <xs: sequence>
  19                             <xs:el ement name ="value" t ype="xs:st ring"/>
  20                    </xs :sequence>
  21           </ xs:complex Type>
  22           
  23           <x s:complexT ype name=" DentalEvid ence">
  24                    <xs: sequence>
  25                             <xs:el ement name ="value" t ype="xs:st ring"/>
  26                    </xs :sequence>
  27           </ xs:complex Type>
  28           
  29       <xs:co mplexType  name="Dent alFactType ">
  30           <x s:complexC ontent>
  31                <xs:exte nsion base ="bsf:body SystemsFac ts">
  32                    <xs: sequence>
  33                                               <xs:elemen t name="de ntalDiagno ses" type= "tns:Denta lDiagnosis " minOccur s="1" maxO ccurs="500 0" />
  34                                               <xs:elemen t name="de ntalSympto ms" type=" tns:Dental Symptom" m inOccurs=" 1" maxOccu rs="5000"  />
  35                                               <xs:elemen t name="de ntalEviden ce" type=" tns:Dental Evidence"  minOccurs= "0" maxOcc urs="5000"  />
  36                                               <xs:elemen t name="mi ssingTeeth s" type="x s:integer"  minOccurs ="0" />
  37                                               <xs:elemen t name="ac tualInterI ncisal" ty pe="xs:int eger" minO ccurs="0"  />
  38                                               <xs:elemen t name="ac tualInterI ncisalRang e" type="x s:string"  minOccurs= "0" />
  39                                               <xs:elemen t name="de lucaInterI ncisal" ty pe="xs:int eger" minO ccurs="0"  />
  40                                               <xs:elemen t name="de lucaInterI ncisalRang e" type="x s:string"  minOccurs= "0" />
  41                                               <xs:elemen t name="ac tualLatera lExcursion " type="xs :integer"  minOccurs= "0" />
  42                                               <xs:elemen t name="ac tualLatera lExcursion Range" typ e="xs:stri ng" minOcc urs="0" />
  43                                               <xs:elemen t name="de lucaLatera lExcursion " type="xs :integer"  minOccurs= "0" />
  44                                               <xs:elemen t name="de lucaLatera lExcursion Range" typ e="xs:stri ng" minOcc urs="0" />
  45                                               <xs:elemen t name="pa infulMotio n" type="x s:boolean"  minOccurs ="0" />
  46                                               <xs:elemen t name="br uxismShown " type="xs :boolean"  minOccurs= "0" />
  47                    </xs :sequence>
  48                </xs:ext ension>
  49           </ xs:complex Content>
  50       </xs:c omplexType >
  51  
  52       <xs:el ement name ="dentalFa cts" type= "tns:Denta lFactType" />
  53  
  54   </xs:schem a>