File tree 1 file changed +1
-10
lines changed
1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 38
38
39
39
<xs : element name =" hacks" type =" yes-no-type" minOccurs =" 0" maxOccurs =" 1" />
40
40
41
- <!-- format is "list(xs:string)|position(xs:unsignedByte)", it can be a comma separated list -->
42
- <!-- example: <best_of>IGN Best Arcades|1, Famitsu Top 1996|2</best_of> -->
43
- <xs : element name =" best_of" type =" best-of-type" minOccurs =" 0" maxOccurs =" 1" />
44
-
45
41
<!-- can be a comma separated list -->
46
42
<xs : element name =" platform" type =" xs:string" minOccurs =" 0" maxOccurs =" 1" />
47
43
87
83
<xs : enumeration value =" no" />
88
84
</xs : restriction >
89
85
</xs : simpleType >
90
- <xs : simpleType name =" best-of-type" >
91
- <xs : restriction base =" xs:string" >
92
- <xs : pattern value =" [ -_'\(\)\[\];a-zA-Z0-9]+(\|[0-9]+)?(,\s*[ -_'\(\)\[\];a-zA-Z0-9]+(\|[0-9]+)?)*" />
93
- </xs : restriction >
94
- </xs : simpleType >
95
- </xs : schema >
86
+ </xs : schema >
You can’t perform that action at this time.
0 commit comments