~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-user-config.xsd

  • 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" ?>
 
2
 
 
3
<xsd:schema xmlns:xsd=        "http://www.w3.org/2001/XMLSchema"
 
4
            targetNamespace=  "http://www.dave.com/Base"
 
5
            xmlns:b=          "http://www.dave.com/Base"
 
6
            xml:lang=         "en">
 
7
 
 
8
 
 
9
<xsd:complexType name="TestUserConfig_t">
 
10
   <xsd:sequence>
 
11
      <xsd:element name="Name" type="xsd:string"/>
 
12
   </xsd:sequence>
 
13
 
 
14
   <xsd:attribute name="Number" type="xsd:string" use="required"/>
 
15
</xsd:complexType>
 
16
 
 
17
<!-- Substitution group root for user database types. -->
 
18
<xsd:element name="TestUserConfig" type="b:TestUserConfig_t"/>
 
19
 
 
20
 
 
21
</xsd:schema>
 
 
b'\\ No newline at end of file'