| Old Name | New Name | Comment |
| contest | contest | |
| call | call | |
| ops | ops | Although "ops" is an abbreviation for "operators," ops is a well understood ham radio term. |
| stn | station | |
| class | class | |
| pwr | power | |
| qth | qth | |
| grid4 | grid4 | 4-character grid square |
| grid6 | grid6 | 6-character grid square |
| arrlsec | arrlsection | |
| cqzone | cqzone | |
| iaruzone | iaruzone | |
| callarea | callarea | |
| cntry | country | |
| stprvoth | n/a | See suggested change no. 8 below |
| cnty | county | |
| brkdn | breakdown | |
| qso | qso | |
| bnd | band | |
| mde | mode | |
| mlt | mult | |
| typ | type | |
| score | score | |
| timestamp | timestamp |
As suggested by comments 1 and 8.
<!-- URL of a web link associated with the entrant -->
<!ELEMENT url (#PCDATA)>
As suggested by comments 4.
<!-- Free text comments -->
<!ELEMENT comments (#PCDATA)>
As suggested by comments 3 and 10.
<!-- Cumulative operating time (hh:mi:ss format) -->
<!ELEMENT optime (#PCDATA)>
As suggested by comment 2.
As suggested by comment 13.
<!-- E-mail address of submitter -->
<!ELEMENT email (#PCDATA)>
<!-- Continent within which contest operation occurred -->
<!ELEMENT continent (#PCDATA)>
<!-- First level geographical subdivision of a country -->
<!ELEMENT countrysubdivision (#PCDATA)>
<!ATTLIST countrysubdivision type (state|province|territory) #REQUIRED>
<!-- Geographical subdivision of the first level subdivision of a country -->
<!ELEMENT countrysubsubdivision (#PCDATA)>
<!ATTLIST countrysubsubdivision type (county|parish|department) #REQUIRED>
Contest with no QSO or multiplier types:
<breakdown>
<band id="tot">
<qso>123</qso>
<mult>23</mult>
</band>
<band id="160">
<qso>5</qso>
<mult>3</mult>
</band>
</breakdown>
Contest with QSO types, but no multiplier types:
<breakdown>
<band id="tot">
<qso mode="CW">61</qso>
<qso mode="PH">62</qso>
<mult>23</mult>
</band>
<band id="160">
<qso mode="CW">4</qso>
<qso mode="PH">1</qso>
<mult>3</mult>
</band>
</breakdown>
Contest with both QSO and multiplier types:
<breakdown>
<band id="tot">
<qso mode="CW">61</qso>
<qso mode="PH">62</qso>
<mult mode="CW">17</mult>
<mult mode="PH">6</mult>
</band>
<band id="160">
<qso mode="CW">4</qso>
<qso mode="PH">1</qso>
<mult mode="CW">2</mult>
<mult mode="PH">1</mult>
</band>
</breakdown>
As suggested by comment 7.
The following comments require more discussion: