| matchId | integer | Unique identifier for the match | required | 
				
					| actionNumber | integer | Unique sequence number for this action | required | 
				
					| clock | time | The current time on the clock. Format MM:SS:CCC | required | 
				
					| shotClock | time | The current time on the shot clock. Format MM:SS:CCC |  | 
				
					| timeActual | date/time | The date/time when this action occurred in GMT |  | 
				
					| period | integer | The period number | required | 
				
					| periodType | integer | The type of period. | required | 
				
					| matchName | string | The name of the match | readonly | 
				
					| teamId | integer | The unique identifier for the team performing the action |  | 
				
					| teamName | string | The name of the team performing the action | readonly | 
				
					| linkDetailTeam | string | link to the team detail record | readonly | 
				
					| leagueId | integer | Unique identifier for the league | required | 
				
					| leagueName | string | league name | readonly | 
				
					| linkDetailLeague | string | link to the league detail record | readonly | 
				
					| actionType | string | A code representating the action taken. Defined by sport: | required | 
				
					| success | integer | This action was completed successfully. 1=Yes, 0=No. Generally all actions except shots are successful. |  | 
				
					| subType | string | The subType of action occurring. Defined by sport: |  | 
				
					| qualifiers | string | An semi-colon ';' delimited string of qualifiers to the action. Defined by sport: |  | 
                
                    | value | string | A text field.  Some action types require a value.  This is where that value will be placed. |  | 
				
					| previousAction | integer | The number of the previous action if it relates to this action |  | 
				
					| personId | integer | The unique identifier for the person performing the action |  | 
				
					| personFirstName | string | The first name of the person performing the action | readonly | 
				
					| personFamilyName | string | The family name of the person performing the action | readonly | 
				
					| shirtNumber | string | The playing number the person is wearing | readonly | 
				
					| officialId | integer | The unique identifier for the official calling the action |  | 
				
					| officialFirstName | string | The first name of the official performing the action | readonly | 
				
					| officialFamilyName | string | The family name of the official performing the action | readonly | 
				
					| x | float | X coordinate on the playing surface as to where the action occurred.  Defined in Playing Surface Definition. |  | 
				
					| y | float | Y coordinate on the playing surface as to where the action occurred.  Defined in Playing Surface Definition. |  | 
				
					| area | string | The area of the playing surface as to where the action occurred.  Defined in Playing Surface Definition. |  | 
				
					| side | string | The side of the playing surface.  Defined in Playing Surface Definition. |  | 
				
					| score1 | string | The score of team 1 when this action occurred. |  | 
				
					| score2 | string | The score of team 2 when this action occurred. |  | 
				
					| playersTeam1 | string | An semi-colon ';' delimited string of personIds indicating the players that were active for team number 1 at the time of the action. |  | 
				
					| playersTeam2 | string | An semi-colon ';' delimited string of personIds indicating the players that were active for team number 2 at the time of the action. |  |