<< PrevObject PrevalenceNext > >

ODMG-ODL

 

class Person(
extent Persons
keys PANr, (Name, DateOfBirth, Address)
      ):{
attribute long PANr;
attribute Struct { string FirstName, string LastName } Name;
attribute Struct { integer ZIP, string City, ... } Address;
attribute date DateOfBirth;
attribute Set <string> Hobbies
...