Created
June 6, 2015 18:57
-
-
Save kingthrillgore/4abe4ef8814f905dc09e 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
<?xml version='1.0' encoding='utf-8' ?> | |
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> | |
<soapenv:Body> | |
<Certificate Year='2000' State='NC' ID='012345'> | |
<YearOfDeath>2000</YearOfDeath> | |
<MonthOfDeath>02</MonthOfDeath> | |
<DayOfDeath>20</DayOfDeath> | |
<Sex>F</Sex> | |
<AgeUnits>1</AgeUnits> | |
<Age>033</Age> | |
<Line1a>ABANDONNED</Line1a> | |
<Line1b>ABANDONNED</Line1b> | |
<Duration1b>ABANDONNED</Duration1b> | |
<Line1c>ABANDONNED</Line1c> | |
<Duration1c>ABANDONNED</Duration1c> | |
<Line1d>ABANDONNED</Line1d> | |
<Duration1d>ABANDONNED</Duration1d> | |
<Line2>ABANDONNED</Line2> | |
<TobaccoUse>N</TobaccoUse> | |
<Pregnancy>1</Pregnancy> | |
<MannerOfDeath>N</MannerOfDeath> | |
<MonthOfInjury>01</MonthOfInjury> | |
<DayOfInjury>02</DayOfInjury> | |
<YearOfInjury>2000</YearOfInjury> | |
<HourOfInjury>2300</HourOfInjury> | |
<InjuryTimeCode>M</InjuryTimeCode> | |
<PlaceOfInjury>ABANDONNED</PlaceOfInjury> | |
<WorkInjury>N</WorkInjury> | |
<InjuryDescription>ABANDONNED</InjuryDescription> | |
<Transport>ABANDONNED</Transport> | |
<Autopsy>N</Autopsy> | |
<AutopsyFindings>N</AutopsyFindings> | |
<MonthOfSurgery>02</MonthOfSurgery> | |
<DayOfSurgery>02</DayOfSurgery> | |
<YearOfSurgery>2000</YearOfSurgery> | |
<Activity>1</Activity> | |
</Certificate> | |
</soapenv:Body> | |
</soapenv:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment