<< Click to Display Table of Contents >> Navigation: Support > Reconfigurable Rulebook > Definition Types > TARGET |
A TARGET defines the appearance and scoring ring dimensions of a physical and electronic scoring target.
The TARGET definition includes the Common Properties.
Property Name |
Value Type |
Description |
InnerTen |
Definition of the inner ten ring (sometimes called 'X's or "Center Tens").
This attribute is not required. If used, must contain the attributes, Value, Shape, and Dimension.
|
|
ScoringRings |
List of ScoringRing |
An ordered list, highest to lowest, of the scoring rings on the target. This attribute is required but may be length 0. Each item in the list must include the attributes Color, Shape, and Dimension. |
AimingMarks |
List of AimingMarks |
An ordered list, largest to smallest, of the aiming marks on the physical target. This attribute is required but may be length 0. Each item in the list must include the attributes Color, Shape, and Dimension. |
BackgroundColor |
String |
The background color of the target. Must be one of the following values: •WHITE •BLACK This attribute is required. |
Distance |
Integer |
The distance, measured in mm, the target is expected to be shot at. Not required. Default value is 10,000 (which is 10m). |
{ "InnerTen": { "Value": 10, "Shape": "CIRCLE", "Dimension": 1.8 }, "ScoringRings": [ { "Value": 10, "Shape": "CIRCLE", "Dimension": 3.18 }, { "Value": 9, "Shape": "CIRCLE", "Dimension": 10.8 }, { "Value": 8, "Shape": "CIRCLE", "Dimension": 18.42 }, { "Value": 7, "Shape": "CIRCLE", "Dimension": 26.04 }, { "Value": 6, "Shape": "CIRCLE", "Dimension": 33.66 }, { "Value": 5, "Shape": "CIRCLE", "Dimension": 41.28 }, { "Value": 4, "Shape": "CIRCLE", "Dimension": 48.9 }, { "Value": 3, "Shape": "CIRCLE", "Dimension": 56.55 }, { "Value": 2, "Shape": "CIRCLE", "Dimension": 64.14 }, { "Value": 1, "Shape": "CIRCLE", "Dimension": 71.76 } ], "AimingMarks": [ { "Color": "BLACK", "Shape": "CIRCLE", "Dimension": 18.42 } ], "BackgroundColor": "WHITE", "HierarchicalName": "nra:5m BB Gun", "Version": "1.1", "Description": "5m BB Gun Target as defined by National Rifle Association (AR-4).", "Type": "TARGET", "Owner": "OrionAcct000001", "JSONVersion" : "2018-10-30" } |
Note:
The Reconfigurable Rulebook and functionality will be implemented with the release of Orion Scoring System v. 3.0 (TBA)