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

« back to all changes in this revision

Viewing changes to tests/src/XSTSHarness/regression/XERCESC-840/test.xsd

  • Committer: Bazaar Package Importer
  • Author(s): Jay Berkenbilt
  • Date: 2009-02-22 16:52:23 UTC
  • Revision ID: james.westby@ubuntu.com-20090222165223-klimp8u8m73yn9zp
Tags: upstream-3.0.1
ImportĀ upstreamĀ versionĀ 3.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 
3
        <xsd:attributeGroup name="PaymentCardDateGroup">
 
4
                <xsd:attribute name="random"/>
 
5
        </xsd:attributeGroup>
 
6
        <xsd:element name="user">
 
7
                <xsd:complexType>
 
8
                        <xsd:attributeGroup ref="PaymentCardDateGroup">
 
9
                                <xsd:annotation>
 
10
                                        <xsd:documentation xml:lang="en">yada yada yada</xsd:documentation>
 
11
                                </xsd:annotation>
 
12
                        </xsd:attributeGroup>
 
13
                </xsd:complexType>
 
14
        </xsd:element>
 
15
</xsd:schema>
 
 
b'\\ No newline at end of file'