mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
latest
This commit is contained in:
parent
20a0de82dc
commit
b32e1e1b9a
1 changed files with 10 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
||||||
<xs:element ref="server"/>
|
<xs:element ref="server"/>
|
||||||
<xs:element ref="playerTypes"/>
|
<xs:element ref="playerTypes"/>
|
||||||
<xs:element ref="gameTypes"/>
|
<xs:element ref="gameTypes"/>
|
||||||
|
<xs:element ref="deckTypes"/>
|
||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
|
@ -46,4 +47,12 @@
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
|
|
||||||
|
<xs:element name="deckTypes">
|
||||||
|
<xs:complexType>
|
||||||
|
<xs:sequence>
|
||||||
|
<xs:element ref="plugin" maxOccurs="unbounded"/>
|
||||||
|
</xs:sequence>
|
||||||
|
</xs:complexType>
|
||||||
|
</xs:element>
|
||||||
|
|
||||||
</xs:schema>
|
</xs:schema>
|
||||||
|
|
Loading…
Reference in a new issue