/xmlbench/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/xmlbench/trunk

« back to all changes in this revision

Viewing changes to xml.files/generated.schema

  • Committer: Suren A. Chilingaryan
  • Date: 2009-10-01 15:56:11 UTC
  • Revision ID: csa@dside.dyndns.org-20091001155611-9g3f1yad2w195t4g
Implement DOM walking mode for parsing benchmark in fast parsers

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0"?>
2
2
<schema>
3
3
 <document name="data">
4
 
    <attribute name="xmlns:xsi"/>
5
 
    <attribute name="xsi:noNamespaceSchemaLocation"/>
6
 
    <collection name="shiporder">
 
4
    <attribute name="xmlns:xsi" ignore="yes"/>
 
5
    <attribute name="xsi:noNamespaceSchemaLocation" ignore="yes"/>
 
6
    <collection name="shiporder" id="1">
7
7
        <attribute name="orderid"/>
8
8
        <text name="orderperson"/>
9
 
        <element name="shipto">
 
9
        <collection name="shipto" id="2" type="container">
10
10
            <text name="name"/>
11
11
            <text name="address"/>
12
12
            <text name="city"/>
13
13
            <text name="country"/>
14
 
        </element>
15
 
        <collection name="item">
 
14
        </collection>
 
15
        <collection name="item" id="3" type="container">
16
16
            <text name="title"/>
17
17
            <text name="note"/>
18
18
            <text name="quantity"/>