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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" ?>

<xsd:schema xmlns:xsd=        "http://www.w3.org/2001/XMLSchema"
            xml:lang=         "en"
            targetNamespace="base"
            xmlns:b="base">


<xsd:complexType name="TestUserConfig_t">
   <xsd:sequence>
      <xsd:element name="Name" type="xsd:string"/>
   </xsd:sequence>

   <xsd:attribute name="Number" type="xsd:string" use="required"/>
</xsd:complexType>

<!-- Substitution group root for user database types. -->
<xsd:element name="TestUserConfig" type="b:TestUserConfig_t"/>


</xsd:schema>