69. EPMO Open Source Coordination Office Redaction File Detail Report

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

69.1 Files compared

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

69.2 Comparison summary

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

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

69.4 Active regular expressions

No regular expressions were active.

69.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/ HipFacts/1 .2"
  4                targetName space="htt p:// URL /vler/sche mas/benefi ts/evaluat ion/facts/ HipFacts/1 .2"
  5               elementFo rmDefault= "qualified " version= "1.2"
  6                xmlns:jf=" http:// URL /vler/sche mas/benefi ts/evaluat ion/facts/ JointsFact s/1.2">
  7  
  8       <xs:im port
  9                  namespace= "http:// URL /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="HipD iagnosis">
  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="HipS ymptom">
  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="hipF acts">
  25           <x s:complexC ontent>
  26                <xs:exte nsion base ="jf:joint sFacts">
  27                    <xs: sequence>
  28                         <xs:elemen t name="hi pDiagnoses " type="tn s:HipDiagn osis" minO ccurs="1"  maxOccurs= "5000"/>
  29                         <xs:elemen t name="hi pSymptoms"  type="tns :HipSympto m" minOccu rs="1" max Occurs="50 00"/>
  30                         <xs:elemen t name="fl exionActua lDegrees"  type="xs:i nteger" mi nOccurs="0 "/>
  31                         <xs:elemen t name="fl exionDeLuc aDegrees"  type="xs:i nteger" mi nOccurs="0 "/>
  32                         <xs:elemen t name="ex tensionAct ualDegrees " type="xs :integer"  minOccurs= "0"/>
  33                         <xs:elemen t name="ex tensionDeL ucaDegrees " type="xs :integer"  minOccurs= "0"/>
  34                         <xs:elemen t name="ab ductionAct ualDegrees " type="xs :integer"  minOccurs= "0"/>
  35                         <xs:elemen t name="ab ductionDel ucaDegrees " type="xs :integer"  minOccurs= "0"/>
  36                         <xs:elemen t name="ad ductionAct ualDegrees " type="xs :integer"  minOccurs= "0"/>
  37                         <xs:elemen t name="ad ductionDel ucaDegrees " type="xs :integer"  minOccurs= "0"/>
  38                         <xs:elemen t name="in ternalRota tionActual Degrees" t ype="xs:in teger" min Occurs="0" />
  39                         <xs:elemen t name="in ternalRota tionDeluca Degrees" t ype="xs:in teger" min Occurs="0" />
  40                         <xs:elemen t name="ex ternalRota tionActual Degrees" t ype="xs:in teger" min Occurs="0" />
  41                         <xs:elemen t name="ex ternalRota tionDeluca Degrees" t ype="xs:in teger" min Occurs="0" />
  42                    </xs :sequence>
  43                </xs:ext ension>
  44           </ xs:complex Content>
  45       </xs:c omplexType >
  46  
  47       <xs:el ement name ="hipFacts " type="tn s:hipFacts "/>
  48   </xs:schem a>