Mercurial > repos > snowblizz-super-API-ideas
changeset 301:4219d79f262f
Re #99: added points name system to schema
author | snowblizz |
---|---|
date | Mon, 24 Jan 2011 16:51:29 +0000 |
parents | c7b765f9575f |
children | b24a78cfd314 |
files | schemas/system.xsd |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/schemas/system.xsd Mon Jan 24 16:43:31 2011 +0000 +++ b/schemas/system.xsd Mon Jan 24 16:51:29 2011 +0000 @@ -40,6 +40,10 @@ <xs:attribute name="id" type="xs:string" /> <xs:attribute name="name" type="xs:string" use="required"/> <xs:attribute name="defaultArmySize" type="core:nonNegativeNonInfiniteDouble" default="0"/> + <xs:attribute name="defaultPtsAbbreviationSingular" type="xs:string" default=""/> + <xs:attribute name="defaultPtsAbbreviationPlural" type="xs:string" default=""/> + <xs:attribute name="defaultPtsNameSingular" type="xs:string" default=""/> + <xs:attribute name="defaultPtsNamePlural" type="xs:string" default=""/> <xs:attribute name="warn" type="xs:boolean" default="false"/> <xs:attribute name="allowAllies" type="xs:boolean" default="true"/> <xs:anyAttribute processContents="lax"/>