mirror of
https://github.com/MiSTer-devel/ArcadeDatabase_MiSTer.git
synced 2026-04-19 03:04:02 +00:00
Update mad_schema.xsd
This commit is contained in:
@@ -38,10 +38,6 @@
|
||||
|
||||
<xs:element name="hacks" type="yes-no-type" minOccurs="0" maxOccurs="1" />
|
||||
|
||||
<!-- format is "list(xs:string)|position(xs:unsignedByte)", it can be a comma separated list -->
|
||||
<!-- example: <best_of>IGN Best Arcades|1, Famitsu Top 1996|2</best_of> -->
|
||||
<xs:element name="best_of" type="best-of-type" minOccurs="0" maxOccurs="1" />
|
||||
|
||||
<!-- can be a comma separated list -->
|
||||
<xs:element name="platform" type="xs:string" minOccurs="0" maxOccurs="1" />
|
||||
|
||||
@@ -87,9 +83,4 @@
|
||||
<xs:enumeration value="no"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="best-of-type">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value="[ -_'\(\)\[\];a-zA-Z0-9]+(\|[0-9]+)?(,\s*[ -_'\(\)\[\];a-zA-Z0-9]+(\|[0-9]+)?)*"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:schema>
|
||||
</xs:schema>
|
||||
|
||||
Reference in New Issue
Block a user