mirror of
https://github.com/pyqt/examples.git
synced 2025-08-30 13:27:42 +00:00
12 lines
298 B
XML
12 lines
298 B
XML
<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>
|