Mercurial > repos > IBDev-IBBoard.WarFoundry.API
diff schemas/race.xsd @ 383:8981fc45fe17 default-army-name
Re #153: Default name for armies
Hopefully API code added as well
author | snowblizz |
---|---|
date | Tue, 07 Sep 2010 11:53:22 +0000 |
parents | 937cb8d92aa8 |
children | b21a85c079f5 |
line wrap: on
line diff
--- a/schemas/race.xsd Sat Jul 31 15:26:53 2010 +0000 +++ b/schemas/race.xsd Tue Sep 07 11:53:22 2010 +0000 @@ -67,6 +67,7 @@ <xs:attribute name="id" type="xs:string" use="required" /> <xs:attribute name="subid" type="xs:string" default=""/> <xs:attribute name="name" type="xs:string" use="required"/> + <xs:attribute name="defaultArmyName" type="xs:string" /> <xs:attribute name="system" type="xs:string" use="required"/> <xs:anyAttribute processContents="lax"/> </xs:complexType>