Skip to content

Commit 6c5a987

Browse files
authored
Merge pull request #19 from Toryalai1/Toryalai1-patch-2
Update mad_schema.xsd
2 parents 9b87022 + c9de2a5 commit 6c5a987

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

mad_schema.xsd

+1-10
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@
3838

3939
<xs:element name="hacks" type="yes-no-type" minOccurs="0" maxOccurs="1" />
4040

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-
4541
<!-- can be a comma separated list -->
4642
<xs:element name="platform" type="xs:string" minOccurs="0" maxOccurs="1" />
4743

@@ -87,9 +83,4 @@
8783
<xs:enumeration value="no"/>
8884
</xs:restriction>
8985
</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>

0 commit comments

Comments
 (0)