<?xml version="1.0" encoding="iso-8859-1" ?>

<!--////////////////////////////////////////////////////////////////////////////
// <file
//   repository_path  = "$Source: /pub/cvsprojects/nucleo/web/home/online_tools/nuclear_decay/data/input_mass.xml,v $"
//   revision         = "$Revision: 1.1.1.1 $"
//   date             = "$Date: 2006/03/01 16:38:33 $"
//   tag              = "$Name: nuclear_decay-0-1 $"
//   template_version = "cp_template.0.12"
// >
//
//   <license>
//     We have not chosen a copyright/license at the time of this release.
//   </license>
//
//   <description>
//     <abstract>
//       XML inital radio-nuclide masses.  The user specifies the Z, A, and
//       intital mass fraction.  The user also specifies a decay interval.
//       The schema for this file is
//       /web/nucleo/home/online_tools/nuclear_decay/0.1/xsd/input_mass.xsd
//     </abstract>
//     <keywords>
//       xml, inital masses, decay interval
//     </keywords>
//   </description>
//
//   <authors>
//     <current>
//       <author userid="mbradle" start_data="2005/03/01" />
//       <author userid="jsbrown" start_date="2005/03/01" />
//     </current>
//     <previous>
//     </previous>
//   </authors>
//
//   <compatibility>
//     Browser: IE: Version: 6.0.2900.2180.xpsp_sp2_rtm.040803-2158;
//     Browser: Mozilla: Mozilla 1.7 build 200406180;
//   </compatibility>
//
// </file>
/////////////////////////////////////////////////////////////////////////////-->

<initial_mass_fractions>

  <nuclide>
    <z>  92</z>
    <a>235</a>
    <mass_fraction>0.5</mass_fraction>
  </nuclide>

  <nuclide>
    <z>92</z>
    <a>238</a>
    <mass_fraction>0.5</mass_fraction>
  </nuclide>

</initial_mass_fractions>

