iScout (BC) | - | - | 1773 | First serve golden set | Team that serves first in tiebreak a golden set. | iScout (BC) | - | - |
|
Sport specific XML elements and attributesThis section explains what elements / attributes one can expect for Volleyball matches in addition to the standard elements and attributes, and what the meaning of those elements and attributes is. Attributes in the <event> element Code Block |
---|
language | xml |
---|
title | XML example |
---|
| <match betstatus="BETSTOP" connectionstatus="1" device="5" extrainfo="0" feedtype="full" matchid="10114593" matchtime="0:00:00"
numberofsets="5" start="1464768000000" t1id="7026026" t1name="TEST 1" t2id="7026025" t2name="TEST 2">
...
</match> |
XML elements and attributes definition Element | Attributes |
---|
| Attribute | Description | Possible values | Match | extrainfo | Integer specifying special information for the match. | Integer. Possible values: - 0 = Default
- 8 = Best of 3 sets
- 15 = 21 points set limit
- 34 = 25 point set limit, tech-timout on 12
- 44 = Best of 7 sets 15 point limit
| firstservegoldenset | Which player has first serve in the golden set. Please note that this attribute needs to be enabled in the XML configuration options first. | Integer | firstservetiebreak | Which player has first serve in the tiebreak. | Integer | firstserve | Which player has first serve of match. | Integer | numberofsets | How many sets are being played in the match. | Integer |
Elements in <match> element Code Block |
---|
language | xml |
---|
title | XML example |
---|
| <match betstatus="BETSTOP" connectionstatus="1" device="5" extrainfo="0" feedtype="full" matchid="10114593" matchtime="0:00:00"
numberofsets="5" start="1464768000000" t1id="7026026" t1name="TEST 1" t2id="7026025" t2name="TEST 2">
<status id="0" name="NOT_STARTED" start="0"/>
<score t1="0" t2="0" type="match"/>
<score t1="0" t2="0" type="set1"/>
<serve team="home"/>
<tournament id="1" name="Premier League"/>
<category id="1" name="England"/>
<sport id="23" name="Volleyball"/>
<events/>
</match> |
XML elements and attributes definition Element | Attributes |
---|
| Attribute | Description | Possible values | score | Multiple occurrences possible, each occurrence describes the amount of points for the specified period in the match. This element always gets included in full feed, and in the delta feed for the following events: Volleyball full score (1046) | t1 | Amount of points home team. | Integer | t2 | Amount of points away team. | Integer | type | For what period in the match the points were scored. | String. Possible values: - match
- set1
- set2
- set3
- set4
- set5
- goldenset
- goldensetmatch
| serve | This element always gets included, in both the full feed and the delta feed. | team | Which team served. | String. Possible values: |
Attributes in the <event> element Code Block |
---|
language | xml |
---|
title | XML example |
---|
| <match matchid="9559079" ... >
<events>
<event extrainfo="0" id="650908581" info="24:16 [T1]" matchscore="2:0" mtime="1:32:14" setnumber="3" setscore="24:16" side="home"
stime="1465716682281" type="1046"/>
</events>
</match> |
XML attributes definition Element | Attributes |
---|
| Attribute | Description | Possible values | event | extrainfo | Attribute containing additional information about the event. | Integer | matchscore | Score for current match. | String. Format: "[home]:[away]" Example: "1:0" | setnumber | The number of the current set in the match. | Integer | setscore | Score for current set. | String. Format: "[home]:[away]" Example: "5:4" | extrainfovolleyball | Attribute containing additional information about the event. | String |
XML configurationsThis section explains what elements / attributes one can expect for volleyball matches in addition to the standard elements and attributes, and what the meaning of those elements and attributes is. (ID: 48) Deep coverage volleyballEnabling this setting will add a new attribute firstservegoldenset to the <match>-element for volleyball matches. This attribute contains information about what team served first in the golden set. Code Block |
---|
language | xml |
---|
title | XML example |
---|
| <match betstatus="BETSTOP" connectionstatus="1" feedtype="delta" firstserve="home" firstservegoldenset="home" matchid="1103190216"
numberofsets="3">
<!-- Other match info and events truncated -->
</match> |
Enabling this configuration will include the attribute "extrainfovolleyball" (values found in the event table above) in the feed. |