source: NonGTP/Xerces/xerces-c_2_8_0/tests/DOM/TypeInfo/data/combined.xsd @ 2674

Revision 2674, 432 bytes checked in by mattausch, 16 years ago (diff)
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema' elementFormDefault="unqualified"  >
3
4<xs:element name="root" type="rootType" />
5
6<xs:complexType name="rootType" >
7  <xs:sequence >
8    <xs:element name="level1" type="xs:string" />
9  </xs:sequence>
10  <xs:attribute name="attBoth" type="xs:string" /> 
11  <xs:attribute name="attSchema" type="xs:string" /> 
12</xs:complexType>
13
14</xs:schema>
Note: See TracBrowser for help on using the repository browser.