29. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 12/9/2016 1:47:05 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.

29.1 Files compared

# Location File Last Modified
1 TMP_CRM.zip\TMP_Integration\VA.TMP.Integration.Schema.VirtualMeetingRoom VirtualMeetingRoom.xsd Wed Nov 30 21:45:00 2016 UTC
2 TMP_CRM.zip\TMP_Integration\VA.TMP.Integration.Schema.VirtualMeetingRoom VirtualMeetingRoom.xsd Mon Dec 5 19:32:09 2016 UTC

29.2 Comparison summary

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

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

29.4 Active regular expressions

No regular expressions were active.

29.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:vmr= "http:// DNS     /vyopta/sc hemas/exch ange/Virtu alMeetingR oom/1.0"
  4                targetName space="htt p:// DNS     /vyopta/sc hemas/exch ange/Virtu alMeetingR oom/1.0"
  5               elementFo rmDefault= "unqualifi ed"
  6               attribute FormDefaul t="unquali fied"
  7               version=" 1.0">
  8     <xs:simp leType nam e="NameTyp e">
  9       <xs:re striction  base="xs:s tring">
  10         <xs: pattern va lue="[a-fA -F0-9]{8}- [a-fA-F0-9 ]{4}-[a-fA -F0-9]{4}- [a-fA-F0-9 ]{4}-[a-fA -F0-9]{12} "/>
  11       </xs:r estriction >
  12     </xs:sim pleType>
  13     <xs:comp lexType na me="Virtua lMeetingRo omType">
  14       <xs:se quence>
  15         <xs: element na me="Appoin tmentId" t ype="vmr:N ameType"/>
  16         <xs: element na me="Patien tName" typ e="vmr:Nam eType"/>
  17         <xs: element na me="Provid erName" ty pe="vmr:Na meType"/>
  18         <xs: element na me="Meetin gRoomName"  type="xs: string"/>
  19         <xs: element na me="Patien tPin" type ="xs:strin g"/>
  20         <xs: element na me="Provid erPin" typ e="xs:stri ng"/>
  21         <xs: element na me="StartD ate" type= "xs:dateTi me"/>
  22         <xs: element na me="EndDat e" type="x s:dateTime "/>
  23         <xs: element na me="MiscDa ta" type=" xs:string" >
  24           <x s:annotati on>
  25              <xs:docume ntation>Ke y Value pa ir string  with semic olon delim eter. Exam ple - "nam e=John;age =30"</xs:d ocumentati on>
  26           </ xs:annotat ion>
  27         </xs :element>
  28       </xs:s equence>
  29       <xs:at tribute na me="Versio n" type="x s:string"  use="requi red" />
  30     </xs:com plexType>
  31     <xs:comp lexType na me="Virtua lMeetingRo omDeleteTy pe">
  32       <xs:se quence>
  33         <xs: element na me="Appoin tmentId" t ype="vmr:N ameType"/>
  34         <xs: element na me="MiscDa ta" type=" xs:string" >
  35           <x s:annotati on>
  36              <xs:docume ntation>Ke y Value pa ir string  with semic olon delim eter. Exam ple - "nam e=John;age =30"</xs:d ocumentati on>
  37           </ xs:annotat ion>
  38         </xs :element>
  39       </xs:s equence>
  40       <xs:at tribute na me="Versio n" type="x s:string"  use="requi red" />
  41     </xs:com plexType>
  42     <xs:elem ent name=" VirtualMee tingRoom"  type="vmr: VirtualMee tingRoomTy pe"/>
  43     <xs:elem ent name=" VirtualMee tingRoomDe lete" type ="vmr:Virt ualMeeting RoomDelete Type"/>
  44   </xs:schem a>