3148. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/9/2017 3:49:50 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.

3148.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:49:50 2017 UTC
2 eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-client\src\main\resources\gov\va\nvap\announce announce.xsd Fri Apr 21 20:03:26 2017 UTC

3148.2 Comparison summary

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

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

3148.4 Active regular expressions

No regular expressions were active.

3148.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           xm lns:announ ce="urn:go v:va:med:n hin:vap:an nounce" xm lns:jaxb=" http://jav a.sun.com/ xml/ns/jax b"
        4           ta rgetNamesp ace="urn:g ov:va:med: nhin:vap:a nnounce" e lementForm Default="q ualified"
        5           at tributeFor mDefault=" unqualifie d" version ="0.2" xml :lang="en"
        6           ja xb:version ="2.0">
        7  
        8           <x s:annotati on>
        9                    <xs: appinfo>
        10                             <jaxb: globalBind ings>
        11                                      <jaxb:ja vaType nam e="java.ut il.Date" x mlType="xs :dateTime"
        12                                               parseMetho d="gov.va. nvap.commo n.xsd.date .DateAdapt er.parseDa teTime"
        13                                               printMetho d="gov.va. nvap.commo n.xsd.date .DateAdapt er.printDa teTime" />
        14                             </jaxb :globalBin dings>
        15                    </xs :appinfo>
        16           </ xs:annotat ion>
        17  
        18           <x s:element  name="Anno uncePatien tRequest">
        19                    <xs: complexTyp e>
        20                             <xs:se quence>
        21                                      <xs:elem ent name=" announceme ntId" type ="xs:long"
        22                                               maxOccurs= "1" minOcc urs="1" ni llable="fa lse" />
        23                                      <xs:elem ent name=" patient" t ype="annou nce:Patien tType"
        24                                               maxOccurs= "1" minOcc urs="1" ni llable="fa lse" />
        25                                      <xs:elem ent name=" user" type ="announce :UserType"
        26                                               maxOccurs= "1" minOcc urs="1" ni llable="fa lse" />
        27                                      <xs:elem ent name=" authorized Organizati ons" type= "announce: Authorized Organizati onType"
        28                                               maxOccurs= "4999" nil lable="fal se" />
        29                                      <xs:elem ent name=" batchId" t ype="xs:lo ng" />
        30                                      <xs:elem ent name=" createdDat e" type="x s:dateTime " />
        31                                      <xs:elem ent name=" scheduledD ate" type= "xs:dateTi me" />
        32                                      <xs:elem ent name=" completedD ate" type= "xs:dateTi me" />
        33                             </xs:s equence>
        34                    </xs :complexTy pe>
        35           </ xs:element >
        36  
        37           <x s:complexT ype name=" UserType">
        38                    <xs: sequence>
        39                             <xs:el ement name ="userId"  type="xs:s tring" />
        40                             <xs:el ement name ="fullName " type="xs :string" / >
        41                             <xs:el ement name ="authenti cationMeth od" type=" xs:string"  />
        42                             <xs:el ement name ="role" ty pe="xs:str ing" />
        43                             <xs:el ement name ="facility Number" ty pe="xs:str ing" />
        44                             <xs:el ement name ="facility Name" type ="xs:strin g" />
        45                    </xs :sequence>
        46           </ xs:complex Type>
        47  
        48           <x s:complexT ype name=" Authorized Organizati onType">
        49                    <xs: sequence>
        50                             <xs:el ement name ="orgNumbe r" type="x s:string"  />
        51                             <xs:el ement name ="orgOid"  type="xs:s tring" />
        52                             <xs:el ement name ="orgName"  type="xs: string" />
        53                    </xs :sequence>
        54           </ xs:complex Type>
        55  
        56  
        57           <x s:complexT ype name=" PatientTyp e">
        58                    <xs: sequence>
        59                             <xs:el ement name ="patientI d" type="x s:string"  />
        60                             <xs:el ement name ="lastName " type="xs :string" / >
        61                             <xs:el ement name ="givenNam e" type="x s:string"  />
        62                             <xs:el ement name ="ssn" typ e="xs:stri ng" />
        63                    </xs :sequence>
        64           </ xs:complex Type>
        65  
        66           <x s:element  name="Anno uncePatien tResponse" >
        67                    <xs: complexTyp e>
        68                             <xs:se quence>
        69                                      <xs:elem ent name=" result" ty pe="xs:int " />
        70                             </xs:s equence>
        71                    </xs :complexTy pe>
        72           </ xs:element >
        73  
        74   </xs:schem a>