<?php

// Include type definitions
include('types/Enumeration.php');
include('types/Boolean.php');
include('types/Integer.php');
include('types/String.php');
include('types/PointerOneToMany.php');
include('types/PointerOneToOne.php');
include('types/Date.php');
include('types/DateTime.php');
include('types/Password.php');
include('types/Float.php');
include('types/Hyperlink.php');
include('types/Hidden.php');
include('types/File.php');

?>