/xmlbench/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/xmlbench/trunk
1 by Suren A. Chilingaryan
Initial import
1
<?xml version="1.0"?>
2
<schema>
3
 <document name="data">
9 by Suren A. Chilingaryan
Implement DOM walking mode for parsing benchmark in fast parsers
4
    <attribute name="xmlns:xsi" ignore="yes"/>
5
    <attribute name="xsi:noNamespaceSchemaLocation" ignore="yes"/>
6
    <collection name="shiporder" id="1">
1 by Suren A. Chilingaryan
Initial import
7
	<attribute name="orderid"/>
8
	<text name="orderperson"/>
9 by Suren A. Chilingaryan
Implement DOM walking mode for parsing benchmark in fast parsers
9
	<collection name="shipto" id="2" type="container">
1 by Suren A. Chilingaryan
Initial import
10
	    <text name="name"/>
11
	    <text name="address"/>
12
	    <text name="city"/>
13
	    <text name="country"/>
9 by Suren A. Chilingaryan
Implement DOM walking mode for parsing benchmark in fast parsers
14
	</collection>
15
	<collection name="item" id="3" type="container">
1 by Suren A. Chilingaryan
Initial import
16
	    <text name="title"/>
17
	    <text name="note"/>
18
	    <text name="quantity"/>
19
	    <text name="price"/>
20
	</collection>
21
    </collection>
22
 </document>
23
</schema>