~ubuntu-branches/ubuntu/precise/xerces-c/precise-security

« back to all changes in this revision

Viewing changes to tests/src/XSTSHarness/regression/XERCESC-1659/test-1/test-users.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jay Berkenbilt
  • Date: 2009-12-05 14:58:32 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091205145832-378dg3x72mdzfzup
Tags: 3.1.0~rc1-1
* New upstream release; public release candidate uploaded at request of
  upstream.
* Updated source format to '3.0 (quilt)'

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
 
2
 
 
3
<b:UserDatabase xmlns:b="http://www.dave.com/Base"
 
4
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
5
                xsi:noNamespaceSchemaLocation="derived-user-config.xsd"
 
6
                xsi:schemaLocation="http://www.dave.com/Base test-users.xsd">
 
7
 
 
8
<DerivedUserConfig Number="1234567">
 
9
   <Name>bob</Name>
 
10
   <Age>50</Age>
 
11
</DerivedUserConfig>
 
12
 
 
13
<DerivedUserConfig Number="1234567">
 
14
   <Name>bob</Name>
 
15
   <Age>50</Age>
 
16
</DerivedUserConfig>
 
17
 
 
18
</b:UserDatabase>
 
19