annotate _test/Resources/person_info2.xml @ 417:3ed0c58e9da3
ref20150831
working on di container, tests
author |
cin |
date |
Mon, 02 Nov 2015 01:56:53 +0300 |
parents |
010ceafd0c5a |
children |
|
rev |
line source |
368
|
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">
|
|
3 <firstName>Norman</firstName>
|
|
4 <lastName>Freeman</lastName>
|
|
5 <address>
|
|
6 <street>hellroad</street>
|
|
7 <line>1</line>
|
|
8 </address>
|
|
9 <address>
|
|
10 <street>waypass</street>
|
|
11 <line>2</line>
|
|
12 </address>
|
|
13 <address>
|
|
14 <line>2</line>
|
|
15 </address>
|
|
16 <age>true</age>
|
|
17 </personInfo>
|
|
18
|