Skip to content

Instantly share code, notes, and snippets.

@sagunji
Created July 4, 2018 05:33
Show Gist options
  • Save sagunji/a2a409505e2a46d76b906873f11fbc8f to your computer and use it in GitHub Desktop.
Save sagunji/a2a409505e2a46d76b906873f11fbc8f to your computer and use it in GitHub Desktop.
FAFSA Application sample XML data for bulk operation
<?xml version="1.0" encoding="UTF-8"?>
<InterchangeFAFSAApplication xmlns="http://ed-fi.org/0200" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="C:\Ed-Fi-ODS-Implementation\Extensions\Schemas\EXTENSION-Interchange-FAFSAApplication-Extension.xsd">
<FAFSAApplication>
<FAFSAAplicationUniqueId>1234</FAFSAAplicationUniqueId>
<StudentReference>
<StudentIdentity>
<StudentUniqueId>604896</StudentUniqueId>
</StudentIdentity>
</StudentReference>
</FAFSAApplication>
<FAFSAApplication>
<FAFSAAplicationUniqueId>1235</FAFSAAplicationUniqueId>
<StudentReference>
<StudentIdentity>
<StudentUniqueId>604898</StudentUniqueId>
</StudentIdentity>
</StudentReference>
</FAFSAApplication>
<FAFSAApplication>
<FAFSAAplicationUniqueId>1236</FAFSAAplicationUniqueId>
<StudentReference>
<StudentIdentity>
<StudentUniqueId>604897</StudentUniqueId>
</StudentIdentity>
</StudentReference>
</FAFSAApplication>
</InterchangeFAFSAApplication>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment