source: trunk/examples/xmlpatterns/schema/files/valid_contact.xml

Last change on this file was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

  • Property svn:eol-style set to native
File size: 298 bytes
Line 
1<contact>
2 <givenName>John</givenName>
3 <familyName>Doe</familyName>
4 <birthdate>1977-12-25</birthdate>
5 <homeAddress>
6 <street>Sandakerveien 116</street>
7 <zipCode>N-0550</zipCode>
8 <city>Oslo</city>
9 <country>Norway</country>
10 </homeAddress>
11</contact>
Note: See TracBrowser for help on using the repository browser.