1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <root >
3
+ <xsd : schema xmlns =" " xmlns : xsd =" http://www.w3.org/2001/XMLSchema" xmlns : msdata =" urn:schemas-microsoft-com:xml-msdata" id =" root" >
4
+ <xsd : import namespace =" http://www.w3.org/XML/1998/namespace" />
5
+ <xsd : element name =" root" msdata : IsDataSet =" true" >
6
+ <xsd : complexType >
7
+ <xsd : choice maxOccurs =" unbounded" >
8
+ <xsd : element name =" metadata" >
9
+ <xsd : complexType >
10
+ <xsd : sequence >
11
+ <xsd : element name =" value" type =" xsd:string" minOccurs =" 0" />
12
+ </xsd : sequence >
13
+ <xsd : attribute name =" name" use =" required" type =" xsd:string" />
14
+ <xsd : attribute name =" type" type =" xsd:string" />
15
+ <xsd : attribute name =" mimetype" type =" xsd:string" />
16
+ <xsd : attribute ref =" xml:space" />
17
+ </xsd : complexType >
18
+ </xsd : element >
19
+ <xsd : element name =" assembly" >
20
+ <xsd : complexType >
21
+ <xsd : attribute name =" alias" type =" xsd:string" />
22
+ <xsd : attribute name =" name" type =" xsd:string" />
23
+ </xsd : complexType >
24
+ </xsd : element >
25
+ <xsd : element name =" data" >
26
+ <xsd : complexType >
27
+ <xsd : sequence >
28
+ <xsd : element name =" value" type =" xsd:string" minOccurs =" 0" msdata : Ordinal =" 1" />
29
+ <xsd : element name =" comment" type =" xsd:string" minOccurs =" 0" msdata : Ordinal =" 2" />
30
+ </xsd : sequence >
31
+ <xsd : attribute name =" name" type =" xsd:string" use =" required" msdata : Ordinal =" 1" />
32
+ <xsd : attribute name =" type" type =" xsd:string" msdata : Ordinal =" 3" />
33
+ <xsd : attribute name =" mimetype" type =" xsd:string" msdata : Ordinal =" 4" />
34
+ <xsd : attribute ref =" xml:space" />
35
+ </xsd : complexType >
36
+ </xsd : element >
37
+ <xsd : element name =" resheader" >
38
+ <xsd : complexType >
39
+ <xsd : sequence >
40
+ <xsd : element name =" value" type =" xsd:string" minOccurs =" 0" msdata : Ordinal =" 1" />
41
+ </xsd : sequence >
42
+ <xsd : attribute name =" name" type =" xsd:string" use =" required" />
43
+ </xsd : complexType >
44
+ </xsd : element >
45
+ </xsd : choice >
46
+ </xsd : complexType >
47
+ </xsd : element >
48
+ </xsd : schema >
49
+ <data name =" beat_count" xml : space =" preserve" >
50
+ <value >Beat count</value >
51
+ </data >
52
+ <data name =" slider_count" xml : space =" preserve" >
53
+ <value >Slider count</value >
54
+ </data >
55
+ <data name =" hard_beat_count" xml : space =" preserve" >
56
+ <value >Hard Beat count</value >
57
+ </data >
58
+ </root >
0 commit comments