source: trunk/examples/xmlpatterns/schema/files/invalid_contact.xml@ 846

Last change on this file since 846 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: 285 bytes
Line 
1<contact>
2 <givenName>John</givenName>
3 <familyName>Doe</familyName>
4 <title>Prof.</title>
5 <workAddress>
6 <street>Sandakerveien 116</street>
7 <zipCode>N-0550</zipCode>
8 <city>Oslo</city>
9 <country>Norway</country>
10 </workAddress>
11</contact>
Note: See TracBrowser for help on using the repository browser.