File: valid_contact.xml

package info (click to toggle)
qtxmlpatterns-opensource-src 5.3.2-2~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 17,820 kB
  • sloc: cpp: 90,014; xml: 1,662; ansic: 387; sh: 132; sed: 31; makefile: 20
file content (11 lines) | stat: -rw-r--r-- 298 bytes parent folder | download | duplicates (31)
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>