The measurement data base description contains a description of a hierarchically folder structure for saving measurement data. E.g you have a folder for all measurement data of a project and subfolders for each subject with subfolders for each session and so on.
Typically a session is the last subfolder. A Session is a set of measurement trials. For each measurement trial a set of files with the same name but different extentions are saved.
The data base folder description contains information about the folder hierarchie, the file format and the naming of the trials. For Vicon users: A subset of this information is the equivalent to the Vicon database definition saved in the Vicons .eni files.
<DataBase name="LowerBodyPiG">
<Node steriotype="Patient_Classification"
type="Patient Classification"
childNodes="SUBJECT"
hasfolder="true"
sortby="date|dateasscending|name">
<image file="abd.png"/>
</Node>
<Node steriotype="Subject"
type="Patient;Patients"
data="Patient_Info Description Notes Patient_Name"
hasfolder="true"
information="Patient_Name childcount(session) description notes">
</Node>
<File id="1" extention=".avi" mimetype="application/x-avi" description="Movie file"/>
<File id="1" extention=".c3d" mimetype="application/vicon-c3d" description="Vicon c3d file"
statusdesc="labelled filtered modelled adjusted">
<image file="abd.png"/>
<DescreteData steriotype="CLASS"
description="Class"
values="Undef Static Static_cal Dynamic
Dynamic+Kinetics Joint EllbowFlex/Ext ShoulderAbd/Add ShoulderAnte/Retro ShoulderTransAbd/Add
ShoulderCircle HipAbd HipFlex HipCircle KneeFlex/Ext AnklePro/Supi AnkleDors/Plant AnkleCircle
Not For User">
</DataBase>