Mercurial > pub > Impl
annotate _test/Resources/person_info.xml @ 406:f23fcb19d3c1 ref20150831
implemented ServicesBag
author | cin |
---|---|
date | Mon, 31 Aug 2015 20:22:16 +0300 |
parents | 608e74bc309f |
children |
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> | |
367 | 9 <address> |
10 <street>waypass</street> | |
11 <line>2</line> | |
12 </address> | |
49 | 13 </personInfo> |
14 |