Last active
December 14, 2019 00:43
-
-
Save brianhdk/70291b4f121b780c0e66b58526c12df1 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
| <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