HOME XML-SCHEMA XML-EXAMPLES CHESS VARIANTS FBR MBN ANCP FAQ RESOURCES ABOUT

CIF - Move Information - Rating


<xs:complexType name="Rating"> <xs:simpleContent> <xs:extension base="xs:positiveInteger"> <xs:attribute name="identifier" type="RatingID" use="required"/> <xs:attribute name="organization" type="Organization" use="optional"/> <xs:attribute name="timemode" type="TimeMode" use="optional"/> <xs:attribute name="timecontrol" type="TimeControl" use="optional"/> <xs:attribute name="aids" type="Aids" use="optional"/> <xs:attribute name="country" type="Country" use="optional"/> <xs:attribute name="url" type="xs:anyURI" use="optional"/> <xs:attribute name="ranking" type="xs:nonNegativeInteger" use="optional"/> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:simpleType name="Aids"> <xs:restriction base="xs:string"> <xs:enumeration value="engine"/> <xs:enumeration value="centaur"/> </xs:restriction> </xs:simpleType>

Organization is defined on page Player ID. TimeMode, and TimeControl are defined on page Time Information.

In case of national rating types the country should be given, otherwise an international rating type will be assumed. Note that the content of identifier is for information only, but should contain the commonly used name. For the detection of the rating type the attributes organization, timemode, timecontrol, and country are sometimes more meaningful. In case of quite unknown organizations the URL of this organization is useful for the specification.

Some examples for rating scores:

Elo
<score identifier="Elo" organization=":FIDE" timemode="normal">2000</score>
Rapid
<score identifier="Rapid" organization=":FIDE" timemode="rapid">2000</score>
Edo
<score identifier="Edo" organization=":EHCR">2000</score>
ICCF
<score organization=":ICCF" timemode="correspondence">2000</score>
BdF
<score organization=":BdF" timemode="correspondence">2000</score>
DWZ
<score identifier="DWZ" organization=":DSB" country="GER" timemode="normal">2000</score>
ECF
<score identifier="ECF" organization=":ECF" country="GBR" timemode="normal">130</score>
ECF
<score identifier="Rapid" organization=":ECF" country="GBR" timemode="rapid">130</score>
CCRL
<score identifier="CCRL" organization=":CCRL" timecontrol="40/4">2000</score>


Google translation

Share this page

C/CIF at Sourceforge

C/CIF at Sourceforge

C/CIF at Launchpad

C/CIF at Launchpad