summaryrefslogtreecommitdiffstats
path: root/sca-cpp/tags/cpp-stable-20060304/sdo/runtime/core/test/graham3.xsd
blob: 61c72577d09dc90cc7d4d985a530b648d056684f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
>
<!--
xmlns:quotes="quotesNS" targetNamespace="quotesNS"
-->
<xs:element name="quotes">
    <xs:complexType>
      <xs:sequence>
	    <xs:element name="quote" maxOccurs="unbounded">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="phrase" type="xs:string"/>
              <xs:element name="author" type="xs:string"/>
            </xs:sequence>
            <xs:attribute name="year" use="required" type="xs:integer"/>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
    </xs:complexType>
  </xs:element>
</xs:schema>