Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
b8322ff4
Commit
b8322ff4
authored
Jan 19, 2015
by
Fabio Bas
Browse files
Added xdd schema for "cod" decks; fix #545
parent
9b7f488b
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/deck.xsd
0 → 100644
View file @
b8322ff4
<xs:schema
attributeFormDefault=
"unqualified"
elementFormDefault=
"qualified"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
>
<xs:element
name=
"cockatrice_deck"
>
<xs:complexType>
<xs:sequence>
<xs:element
type=
"xs:string"
name=
"deckname"
/>
<xs:element
type=
"xs:string"
name=
"comments"
/>
<xs:element
name=
"zone"
maxOccurs=
"unbounded"
minOccurs=
"0"
>
<xs:complexType>
<xs:sequence>
<xs:element
name=
"card"
maxOccurs=
"unbounded"
minOccurs=
"0"
>
<xs:complexType>
<xs:simpleContent>
<xs:extension
base=
"xs:string"
>
<xs:attribute
type=
"xs:int"
name=
"number"
/>
<xs:attribute
type=
"xs:float"
name=
"price"
use=
"optional"
/>
<xs:attribute
type=
"xs:string"
name=
"name"
/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute
type=
"xs:string"
name=
"name"
/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute
type=
"xs:int"
name=
"version"
/>
</xs:complexType>
</xs:element>
</xs:schema>
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment