8754. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/11/2017 10:44:44 AM Central 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.

8754.1 Files compared

# Location File Last Modified
1 Tue Apr 11 15:44:44 2017 UTC
2 PS_PPS_lib\mavenrepo\gov\va\med\vistalink\vljConnector\1.6.0.028\vljConnector-1.6.0.028.jar\schema\src connectorConfig.xsd Tue Apr 11 12:52:36 2017 UTC

8754.2 Comparison summary

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

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

8754.4 Active regular expressions

No regular expressions were active.

8754.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        /vist alink/adap ter/config " xmlns:xs ="http://w ww.w3.org/ 2001/XMLSc hema" targ etNamespac e="http:// 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>