2
0
mirror of https://github.com/pyqt/examples.git synced 2025-08-30 13:27:42 +00:00
examples/xmlpatterns/schema/files/valid_contact.xml
2016-10-13 08:05:02 +01:00

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>