File Formats
These files contain object graphs serialised to XML using The.Model.Serialisation. It's a rudimentary versioned-data system for types that inherit <xref:The.Model.Serialisation.VersionedObject>.
| File extension | Data type | Purpose |
|---|---|---|
| .theLicence | <xref:The.Licensing.SignedGrant> | Describes the permissions and restrictions of a commercial license. |
| .theModel | <xref:The.Model.ModelFile> | Contains a sequence of events making up the history of an E/R model. |
| .theSchema | <xref:The.SQL.Schema.SchemaFile> | Contains database setup and migrations in structured chunks of SQL. |