1976. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/18/2019 5:56:04 PM Eastern Daylight 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.

1976.1 Files compared

# Location File Last Modified
1 MCCF_EDI_TAS_TASCore v2.0_Build_10.zip\MCCF_EDI_TAS_Vistalink\VistaLink\src\main\java\schema\src connectorConfig.xsd Wed Apr 3 02:27:40 2019 UTC
2 MCCF_EDI_TAS_TASCore v2.0_Build_10.zip\MCCF_EDI_TAS_Vistalink\VistaLink\src\main\java\schema\src connectorConfig.xsd Mon Apr 15 17:38:26 2019 UTC

1976.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 104
Changed 1 2
Inserted 0 0
Removed 0 0

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

1976.4 Active regular expressions

No regular expressions were active.

1976.5 Comparison detail

  1   <?xml vers ion="1.0"  encoding=" UTF-8"?>
  2   <!-- Schem a for Vist aLink conn ector conf iguration  file -->
  3   <xs:schema  xmlns="ht tp:// URL         /vistalink /adapter/c onfig" xml ns:xs="htt p://www.w3 .org/2001/ XMLSchema"  targetNam espace="ht tp:// URL         /vistalink /adapter/c onfig" ele mentFormDe fault="qua lified" at tributeFor mDefault=" unqualifie d">
  4           <x s:simpleTy pe name="t imeout-num ber">
  5                    <xs: restrictio n base="xs :int">
  6                             <xs:mi nInclusive  value="5" />
  7                             <xs:ma xInclusive  value="30 0"/>
  8                    </xs :restricti on>
  9           </ xs:simpleT ype>
  10           <x s:simpleTy pe name="p ort-number ">
  11                    <xs: restrictio n base="xs :int">
  12                             <xs:mi nInclusive  value="0" />
  13                             <xs:ma xInclusive  value="65 535"/>
  14                    </xs :restricti on>
  15           </ xs:simpleT ype>
  16           <x s:complexT ype name=" connector" >
  17                    <xs: attribute  name="enab led" type= "xs:boolea n" use="re quired"/>
  18                    <xs: attribute  name="conf ig" type=" xs:string"  use="requ ired"/>
  19                    <xs: attribute  name="list enPort" ty pe="port-n umber" use ="required "/>
  20                    <xs: attribute  name="encr ypted" typ e="xs:bool ean" use=" optional"  default="f alse"/>
  21                    <xs: attribute  name="acce ss-code" t ype="xs:st ring" use= "required" />
  22                    <xs: attribute  name="veri fy-code" t ype="xs:st ring" use= "required" />
  23                    <xs: attribute  name="prox y-duz" typ e="xs:stri ng" use="o ptional"/>
  24                    <xs: attribute  name="prox y-name" ty pe="xs:str ing" use=" optional"/ >
  25                    <xs: attribute  name="jndi Name" type ="xs:strin g" use="re quired"/>
  26                    <xs: attribute  name="prim aryStation " type="xs :string" u se="requir ed"/>
  27                    <xs: attribute  name="ip"  type="xs:s tring" use ="required "/>
  28                    <xs: attribute  name="port " type="po rt-number"  use="requ ired"/>
  29                    <xs: attribute  name="time stamp" typ e="xs:date Time" use= "optional" />
  30                    <xs: attribute  name="time out" type= "timeout-n umber" use ="optional " default= "15"/>
  31                    <xs: attribute  name="alwa ys-use-def ault-as-mi n" type="x s:boolean"  use="requ ired"/>
  32                    <!--  disabling  'scoped'  for now. - ->
  33                    <!--  xs:attrib ute name=" scoped" ty pe="xs:boo lean" defa ult="false " use="opt ional"/ -- >
  34           </ xs:complex Type>
  35           <x s:element  name="conn ectors">
  36                    <xs: annotation >
  37                             <xs:do cumentatio n>
  38                               Zero  or more c onnector e lements th at contain  individua l Connecto r propetie s.
  39                               If y ou enter t he A/V cod e manually , make sur e the encr ypted attr ibute is s et to fals e.
  40                             </xs:d ocumentati on>
  41                    </xs :annotatio n>
  42                    <xs: complexTyp e>
  43                             <xs:se quence min Occurs="0"  maxOccurs ="50">
  44                                      <xs:elem ent name=" connector"  type="con nector"/>
  45                             </xs:s equence>
  46                             <xs:at tribute na me="encryp tionScoped " type="xs :boolean"  use="optio nal" defau lt="false" />
  47                    </xs :complexTy pe>
  48                    <xs: key name=" connectorN ame">
  49                             <xs:se lector xpa th="connec tor"/>
  50                             <xs:fi eld xpath= "jndiName" />
  51                    </xs :key>
  52           </ xs:element >
  53   </xs:schem a>