Anders Riggelsen

Example Schemas

Binary Tree

This schema describes a binary tree consisting of Nodes and Leafs.
Each node is either a container of two other Nodes or one Leaf.

Some file format

This schema shows many of the different possibilities you have with the Binary File Schemas.

TGA image file format

A real-world example of a widely used image format.