Mercurial > pub > Impl
diff _test/Resources/person_info2.xml @ 368:010ceafd0c5a
form metadata + tests
author | cin |
---|---|
date | Wed, 04 Dec 2013 17:31:53 +0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/_test/Resources/person_info2.xml Wed Dec 04 17:31:53 2013 +0400 @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<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"> + <firstName>Norman</firstName> + <lastName>Freeman</lastName> + <address> + <street>hellroad</street> + <line>1</line> + </address> + <address> + <street>waypass</street> + <line>2</line> + </address> + <address> + <line>2</line> + </address> + <age>true</age> +</personInfo> +