namespace xAPI.Registry {
///
/// Static class that provides all contexts as public properties.
///
public static class xAPI_Definitions {
///
///
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/360tours
///
public static readonly xAPI_Context_360tours _360tours = new xAPI_Context_360tours();
///
///
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/assistanceSystem
///
public static readonly xAPI_Context_AssistanceSystem assistanceSystem = new xAPI_Context_AssistanceSystem();
///
///
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/exerciseGenerator
///
public static readonly xAPI_Context_ExerciseGenerator exerciseGenerator = new xAPI_Context_ExerciseGenerator();
///
///
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/eyeTracking
///
public static readonly xAPI_Context_EyeTracking eyeTracking = new xAPI_Context_EyeTracking();
///
///
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/generic
///
public static readonly xAPI_Context_Generic generic = new xAPI_Context_Generic();
///
///
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/gestures
///
public static readonly xAPI_Context_Gestures gestures = new xAPI_Context_Gestures();
///
///
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/gitanalysis
///
public static readonly xAPI_Context_Gitanalysis gitanalysis = new xAPI_Context_Gitanalysis();
///
///
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/ide
///
public static readonly xAPI_Context_Ide ide = new xAPI_Context_Ide();
///
///
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/lms
///
public static readonly xAPI_Context_Lms lms = new xAPI_Context_Lms();
///
///
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/media
///
public static readonly xAPI_Context_Media media = new xAPI_Context_Media();
///
///
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/multitouch
///
public static readonly xAPI_Context_Multitouch multitouch = new xAPI_Context_Multitouch();
///
///
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/observation
///
public static readonly xAPI_Context_Observation observation = new xAPI_Context_Observation();
///
///
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/projectJupyter
///
public static readonly xAPI_Context_ProjectJupyter projectJupyter = new xAPI_Context_ProjectJupyter();
///
///
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/rightsEngine
///
public static readonly xAPI_Context_RightsEngine rightsEngine = new xAPI_Context_RightsEngine();
///
///
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/seriousGames
///
public static readonly xAPI_Context_SeriousGames seriousGames = new xAPI_Context_SeriousGames();
///
///
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/studybuddy
///
public static readonly xAPI_Context_Studybuddy studybuddy = new xAPI_Context_Studybuddy();
///
///
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/systemControl
///
public static readonly xAPI_Context_SystemControl systemControl = new xAPI_Context_SystemControl();
///
///
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/tagformance
///
public static readonly xAPI_Context_Tagformance tagformance = new xAPI_Context_Tagformance();
///
///
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/uhfReader
///
public static readonly xAPI_Context_UhfReader uhfReader = new xAPI_Context_UhfReader();
///
///
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/virtualReality
///
public static readonly xAPI_Context_VirtualReality virtualReality = new xAPI_Context_VirtualReality();
///
///
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/voice
///
public static readonly xAPI_Context_Voice voice = new xAPI_Context_Voice();
///
///
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/vrRfidChamber
///
public static readonly xAPI_Context_VrRfidChamber vrRfidChamber = new xAPI_Context_VrRfidChamber();
///
///
/// URI: https://xapi.elearn.rwth-aachen.de/definitions/ppm
///
public static readonly xAPI_Context_Ppm ppm = new xAPI_Context_Ppm();
}
}