• Register

API Data Dictionary - Official Types

Official Types

Official Types identify the type of the official.(e.g line 15,18,21,24)

<cricket>
     <match id="2bf02afa-d744-f756-c793-cd7ae43367fd">
         <dateTime>2010-10-08T17:00:00</dateTime>
         <status>result</status>
         <currentDay>1</currentDay>
         <totalDays>1</totalDays>
         <toss>
             <description>Zimbabwe won the toss and elected to bat</description>
             <winner type="bat">
                 <team id="45df02c4-1a79-eda4-292b-36fae063d8c3">
                     <name>Zimbabwe</name>
                 </team>
             </winner>
         </toss>
         <official order="1" type="on-field">
             <name>J D Cloete</name> 
         </official>
         <official order="2" type="on-field">
             <name>B G Jerling</name>
         </official>
         <official order="3" type="match-referee">
             <name>R S Mahanama</name>
         </official>
         <official order="4" type="third">
             <name>S George</name>
         </official>
	 ...
    </match>
</cricket>    

List of available types for officials.

Type(s) Description
on-field
match-referee
third
reserve

Docs Navigation