annotate _test/Resources/person_info.xml @ 263:0f59b2de72af
*fixed IMPL::DOM::Schema circular module references
*modified IMPL::Object::Singleton, added auto-activation
*code cleanups, docs
author |
sergey |
date |
Wed, 09 Jan 2013 05:17:44 +0400 |
parents |
77a9934a44af |
children |
608e74bc309f |
rev |
line source |
215
|
1 <?xml version="1.0" encoding="UTF-8" ?>
|
|
2 <personInfo code="1552-34af" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://implab.org/person/" xsi:schemaLocation="http://implab.org/person/ person.xsd">
|
180
|
3 <firstName>Norman</firstName>
|
|
4 <lastName>Freeman</lastName>
|
|
5 <address>
|
|
6 <street>hellroad</street>
|
|
7 <line>1</line>
|
|
8 </address>
|
49
|
9 </personInfo>
|
|
10
|