Loyalty now string, xsd fix (#2785)
Card with `X` loyalty was printed, loyalty now string
This commit is contained in:
parent
03bb02f75b
commit
bcda502b46
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@
|
||||||
<xs:element type="xs:integer" name="tablerow" maxOccurs="1" />
|
<xs:element type="xs:integer" name="tablerow" maxOccurs="1" />
|
||||||
<xs:element type="xs:string" name="text" maxOccurs="1" />
|
<xs:element type="xs:string" name="text" maxOccurs="1" />
|
||||||
<xs:element type="xs:boolean" name="cipt" minOccurs="0" maxOccurs="1" />
|
<xs:element type="xs:boolean" name="cipt" minOccurs="0" maxOccurs="1" />
|
||||||
<xs:element type="xs:integer" name="loyalty" minOccurs="0" maxOccurs="1" />
|
<xs:element type="xs:string" name="loyalty" minOccurs="0" maxOccurs="1" />
|
||||||
<xs:element type="xs:string" name="cmc" minOccurs="1" maxOccurs="1" />
|
<xs:element type="xs:string" name="cmc" minOccurs="1" maxOccurs="1" />
|
||||||
<xs:element type="xs:boolean" name="upsidedown" minOccurs="0" maxOccurs="1" />
|
<xs:element type="xs:boolean" name="upsidedown" minOccurs="0" maxOccurs="1" />
|
||||||
<xs:element type="xs:boolean" name="token" minOccurs="0" maxOccurs="1" />
|
<xs:element type="xs:boolean" name="token" minOccurs="0" maxOccurs="1" />
|
||||||
|
@ -80,4 +80,4 @@
|
||||||
<xs:attribute type="xs:integer" name="version"/>
|
<xs:attribute type="xs:integer" name="version"/>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
</xs:schema>
|
</xs:schema>
|
||||||
|
|
Loading…
Reference in a new issue