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

49.1 Files compared

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

49.2 Comparison summary

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

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

49.4 Active regular expressions

No regular expressions were active.

49.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/ DigestiveF acts/1.2"
  4                targetName space="htt p:// URL /vler/sche mas/benefi ts/evaluat ion/facts/ DigestiveF acts/1.2"
  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:im port
  9                  namespace= "http:// URL /vler/sche mas/benefi ts/evaluat ion/facts/ BodySystem sFacts/1.1 "
  10                schemaLo cation="Bo dySystemsF acts-1.1.x sd"/>
  11  
  12       <xs:co mplexType  name="Dige stiveDiagn osis">
  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="Dige stiveSympt om">
  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="dige stiveFacts ">
  25           <x s:complexC ontent>
  26                <xs:exte nsion base ="bsf:body SystemsFac ts">
  27                    <xs: sequence>
  28                         <xs:elemen t name="di gestiveDia gnoses" ty pe="tns:Di gestiveDia gnosis" mi nOccurs="1 "
  29                                      maxOccur s="5000"/>
  30                         <xs:elemen t name="di gestiveSym ptoms" typ e="tns:Dig estiveSymp tom" minOc curs="0"
  31                                      maxOccur s="5000"/>
  32                         <xs:elemen t name="pe ritonialSy mptoms" ty pe="xs:str ing" minOc curs="0"
  33                                      maxOccur s="5000"/>
  34                         <xs:elemen t name="ci rrhosisLiv erSymptoms " type="xs :string" m inOccurs=" 0"
  35                                      maxOccur s="5000"/>
  36                         <xs:elemen t name="ch ronicLiver Symptoms"  type="xs:s tring" min Occurs="0"
  37                                      maxOccur s="5000"/>
  38                         <xs:elemen t name="ir ritableCol onSymptoms " type="xs :string" m inOccurs=" 0"
  39                                      maxOccur s="5000"/>
  40                         <xs:elemen t name="co litisSympt oms" type= "xs:string " minOccur s="0"
  41                                      maxOccur s="5000"/>
  42                         <xs:elemen t name="co mpleteVaga tomySympto ms" type=" xs:string"  minOccurs ="0"
  43                                      maxOccur s="5000"/>
  44                         <xs:elemen t name="du mpingSyndr omeSymptom s" type="x s:string"  minOccurs= "0"
  45                                      maxOccur s="5000"/>
  46                    </xs :sequence>
  47                </xs:ext ension>
  48           </ xs:complex Content>
  49       </xs:c omplexType >
  50  
  51       <xs:el ement name ="digestiv eFacts" ty pe="tns:di gestiveFac ts"/>
  52  
  53   </xs:schem a>