Skip to content

Instantly share code, notes, and snippets.

@brianhdk
Last active December 14, 2019 00:43
Show Gist options
  • Select an option

  • Save brianhdk/70291b4f121b780c0e66b58526c12df1 to your computer and use it in GitHub Desktop.

Select an option

Save brianhdk/70291b4f121b780c0e66b58526c12df1 to your computer and use it in GitHub Desktop.
<ToyDistributionProblem xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Toys>
<Toy Name="Dukkehus" />
<Toy Name="Barbie dukke" />
<Toy Name="Lyssværd" />
...
</Toys>
<Children>
<Child Name="Laurits">
<WishList>
<Toys>
<Toy Name="Barbie dukke" />
<Toy Name="Lego Duplo togbane" />
<Toy Name="Bilbaner" />
</Toys>
</WishList>
</Child>
<Child Name="Philip">
<WishList>
<Toys>
<Toy Name="Trampolin" />
<Toy Name="Lego Duplo togbane" />
<Toy Name="Træklodser fra BRIO" />
</Toys>
</WishList>
</Child>
...
</Children>
</Problem>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment