Skip to content

Commit

Permalink
bad non-flat schema
Browse files Browse the repository at this point in the history
  • Loading branch information
gidden committed Apr 24, 2015
1 parent a3c1f02 commit b1a429c
Showing 1 changed file with 34 additions and 7 deletions.
41 changes: 34 additions & 7 deletions input/recycle.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<simulation>
<schematype>flat</schematype>
<control>
<duration>600</duration>
<startmonth>1</startmonth>
Expand Down Expand Up @@ -110,12 +109,40 @@
</config>
</prototype>

<agent> <name>repo1</name> <prototype>repo</prototype> </agent>
<agent> <name>r1</name> <prototype>reactor</prototype> </agent>
<agent> <name>depleted1</name> <prototype>depleted_src</prototype> </agent>
<agent> <name>fab1</name> <prototype>fuelfab</prototype> </agent>
<agent> <name>sep1</name> <prototype>separations</prototype> </agent>
<agent> <name>enrich1</name> <prototype>enrichment</prototype> </agent>
<region>
<name>SingleRegion</name>
<config><NullRegion/></config>
<institution>
<name>SingleInstitution</name>
<initialfacilitylist>
<entry>
<prototype>repo</prototype>
<number>1</number>
</entry>
<entry>
<prototype>reactor</prototype>
<number>1</number>
</entry>
<entry>
<prototype>depleted_src</prototype>
<number>1</number>
</entry>
<entry>
<prototype>fuelfab</prototype>
<number>1</number>
</entry>
<entry>
<prototype>separations</prototype>
<number>1</number>
</entry>
<entry>
<prototype>enrichment</prototype>
<number>1</number>
</entry>
</initialfacilitylist>
<config><NullInst/></config>
</institution>
</region>

<recipe>
<name>natl_u</name>
Expand Down

0 comments on commit b1a429c

Please sign in to comment.