The document describes a Petri net model with two processes, A and B, that access two files, F1 and F2. The model contains places representing the states of each process starting, accessing the first file, and accessing both files. It also contains transitions representing each process taking the first file, taking the second file, and finishing. The files are represented by tokens in places F1 and F2, and initially the processes are represented as started by tokens in their starting places. The model demonstrates how the processes accessing the files in different orders can result in a deadlock situation.