Skip to content

File structure

telish edited this page Jan 22, 2019 · 2 revisions

The basic structure of an FEI document contains the fei-tag as well as its two children fhead and fbody.

fhead - Metadata

The fhead element contains all metadata for the film such as the used version, production info and a crew list.

An FEI document that represents typical fhead usage is available in the sample section

"fhead": {
    "titlestmt": ...
    "editionstmt": ...
    "prodstmt": ...
    "genrestmt": ...
    "crewlist": ...
}

fbody - The data

The data of an FEI-file is stored in the document body, the fbody element. There are several ways data can be stored. At the moment, the fbody covers quantitative data and film protocols with the division in sequence, scene and shot.

For the fbody element, a sample encoding is available in the repository

"fbody": {
  "sequentialstmt": ...
  "measurementstmt": ...
}
Clone this wiki locally