Created
July 12, 2010 19:56
-
-
Save teejayvanslyke/472979 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<USAddress> | |
<Address1>4921 Frost St</Address1> | |
<Address2>Condo 8a</Address2> | |
<City>Fairfax</City> | |
<State>VA</State> | |
<PostalCode>22031</PostalCode> | |
<PostalRoutingCode>0000</PostalRoutingCode> | |
</USAddress> | |
<ForeignAddress> | |
<Address1>9334 Katongburg</Address1> | |
<Address2>sector 4</Address2> | |
<City>London</City> | |
<CountryCode>GB</CountryCode> | |
<PostalCode>302-13</PostalCode> | |
</ForeignAddress> | |
<EducationalInfo> | |
<EduLevel> | |
<Level>05</Level> | |
</EduLevel> | |
<PrimaryMajor>22.0101</PrimaryMajor> | |
<SecondMajor>16.1203</SecondMajor> | |
<Minor>09.0101</Minor> | |
<LengthOfStudy>23</LengthOfStudy> | |
<PrgStartDate>2002-09-01</PrgStartDate> | |
<PrgEndDate>2003-06-03</PrgEndDate> | |
<EngProficiency> | |
<EngRequired>0</EngRequired> | |
<RequirementsMet>0</RequirementsMet> | |
<NotRequiredReason>English is primary language</NotRequiredReason> | |
</EngProficiency> | |
</EducationalInfo> | |
<FinancialInfo> | |
<AcademicTerm>04</AcademicTerm> | |
<Expense> | |
<Tuition>24000</Tuition> | |
<LivingExpense>12000</LivingExpense> | |
<DependentExp>10000</DependentExp> | |
</Expense> | |
<Funding> | |
<Personal>1000</Personal> | |
<Employment>1000</Employment> | |
</Funding> | |
</FinancialInfo> | |
</Student> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment