6085. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 3/8/2018 10:14:15 AM 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.

6085.1 Files compared

# Location File Last Modified
1 PRE_PPS-N_v3.0.1.zip\PS_PPS_lib\bin\mavenrepo\gov\va\med\vistalink\vljConnector\1.6.0.028\vljConnector-1.6.0.028.jar\schema\src connectorConfig.xsd Fri May 8 19:52:34 2009 UTC
2 PRE_PPS-N_v3.0.1.zip\PS_PPS_lib\bin\mavenrepo\gov\va\med\vistalink\vljConnector\1.6.0.028\vljConnector-1.6.0.028.jar\schema\src connectorConfig.xsd Fri Mar 2 21:51:36 2018 UTC

6085.2 Comparison summary

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

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

6085.4 Active regular expressions

No regular expressions were active.

6085.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="prim aryStation " type="xs :string" u se="requir ed"/>
  18                    <xs: attribute  name="jndi Name" type ="xs:strin g" use="re quired"/>
  19                    <xs: attribute  name="ip"  type="xs:s tring" use ="required "/>
  20                    <xs: attribute  name="port " type="po rt-number"  use="requ ired"/>
  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="encr ypted" typ e="xs:bool ean" use=" optional"  default="f alse"/>
  24                    <xs: attribute  name="enab led" type= "xs:boolea n" use="re quired"/>
  25                    <xs: attribute  name="time stamp" typ e="xs:date Time" use= "optional" />
  26                    <xs: attribute  name="time out" type= "timeout-n umber" use ="optional " default= "15"/>
  27                    <xs: attribute  name="alwa ys-use-def ault-as-mi n" type="x s:boolean"  use="requ ired"/>
  28                    <!--  disabling  'scoped'  for now. - ->
  29                    <!--  xs:attrib ute name=" scoped" ty pe="xs:boo lean" defa ult="false " use="opt ional"/ -- >
  30           </ xs:complex Type>
  31           <x s:element  name="conn ectors">
  32                    <xs: annotation >
  33                             <xs:do cumentatio n>
  34                               Zero  or more c onnector e lements th at contain  individua l Connecto r propetie s.
  35                               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.
  36                             </xs:d ocumentati on>
  37                    </xs :annotatio n>
  38                    <xs: complexTyp e>
  39                             <xs:se quence min Occurs="0"  maxOccurs ="unbounde d">
  40                                      <xs:elem ent name=" connector"  type="con nector"/>
  41                             </xs:s equence>
  42                             <xs:at tribute na me="encryp tionScoped " type="xs :boolean"  use="optio nal" defau lt="false" />
  43                    </xs :complexTy pe>
  44                    <xs: key name=" connectorN ame">
  45                             <xs:se lector xpa th="connec tor"/>
  46                             <xs:fi eld xpath= "jndiName" />
  47                    </xs :key>
  48           </ xs:element >
  49   </xs:schem a>