aboutsummaryrefslogtreecommitdiffstats
path: root/examples/xmlpatterns/schema/files/valid_contact.xml
blob: 53c04d4b531f8a40117daf996c7a9ced6485184d (plain)
1
2
3
4
5
6
7
8
9
10
11
<contact>
    <givenName>John</givenName>
    <familyName>Doe</familyName>
    <birthdate>1977-12-25</birthdate>
    <homeAddress>
        <street>Sandakerveien 116</street>
        <zipCode>N-0550</zipCode>
        <city>Oslo</city>
        <country>Norway</country>
    </homeAddress>
</contact>