source:
trunk/examples/xmlpatterns/schema/files/invalid_contact.xml
Last change on this file was 561, checked in by , 15 years ago | |
---|---|
|
|
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.