Sample XML Reference List

<?XML Version 1.0>
<REFERENCE LIST>
<REFERENCE>
<OAMS>   
   :
</OAMS>
<UNCOOKED>
 [ reference as it appeared in the text ]
</UNCOOKED>
<CONTEXTS>
<CONTEXT>
 [ Reference was made in this context within the text ]
</CONTEXT>
</CONTEXTS>
</REFERENCE>
</REFERENCE LIST>

Alternatively, the OAMS bit could be replaced by <CREATION>, which might include additional fields, such as Journal Name and the like:
<?XML Version 1.0>
<REFERENCE LIST>
<REFERENCE>
<CREATION>  
   :
</CREATION>
<UNCOOKED>
 [ reference as it appeared in the text ]
</UNCOOKED>
<CONTEXTS>
<CONTEXT>
 [ Reference was made in this context within the text ]
</CONTEXT>
</CONTEXTS>
</REFERENCE>
</REFERENCE LIST>