Mercurial > repos > IBDev-IBBoard.WarFoundry.API
comparison dtds/race.xsd @ 77:338f13395e64
Re #82 - Add cost multiplier for equipment
* Fix enumeration name in Race XSD
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Tue, 19 May 2009 10:58:37 +0000 |
parents | 39a0ac8d7326 |
children | f70c709dad8b |
comparison
equal
deleted
inserted
replaced
76:39a0ac8d7326 | 77:338f13395e64 |
---|---|
159 <xs:restriction base="xs:string"> | 159 <xs:restriction base="xs:string"> |
160 <xs:enumeration value="up"/> | 160 <xs:enumeration value="up"/> |
161 <xs:enumeration value="down"/> | 161 <xs:enumeration value="down"/> |
162 </xs:restriction> | 162 </xs:restriction> |
163 </xs:simpleType> | 163 </xs:simpleType> |
164 <xs:simpleType name="updowntype"> | 164 <xs:simpleType name="costroundingtype"> |
165 <xs:restriction base="xs:string"> | 165 <xs:restriction base="xs:string"> |
166 <xs:enumeration value="up"/> | 166 <xs:enumeration value="up"/> |
167 <xs:enumeration value="down"/> | 167 <xs:enumeration value="down"/> |
168 <xs:enumeration value="banker"/> | 168 <xs:enumeration value="banker"/> |
169 <xs:enumeration value="up-half"/> | 169 <xs:enumeration value="up-half"/> |