Last active
August 29, 2015 14:26
-
-
Save mh-github/548aa9eb07aeb6ace08e 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
| <persons xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xsi:noNamespaceSchemaLocation="family.xsd"> | |
| <person> | |
| <full_name>Hege Refsnes</full_name> | |
| <child_name>Cecilie</child_name> | |
| </person> | |
| <person> | |
| <full_name>Tove Refsnes</full_name> | |
| <child_name>Hege</child_name> | |
| <child_name>Stale</child_name> | |
| <child_name>Jim</child_name> | |
| <child_name>Borge</child_name> | |
| </person> | |
| <person> | |
| <full_name>Stale Refsnes</full_name> | |
| </person> | |
| </persons> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment