Skip to content
telish edited this page Jul 11, 2018 · 9 revisions

Welcome to the FEI wiki!

<fei>
    <fhead>
        ...
    </fhead>
    <fbody>
        ...
    </fbody>
</fei>
'''

The fbody may contain shotStmt, sceneStmt, quantStmt
... ... ... ... '''

shotStmt may be nested inside sceneStmt

<sceneStmt>
    <scene id="uid-scene-0001">
        <shotStmt>
            <shot>
                ...
            </shot>
        </shotStmt>
        <shotStmt>
            ...
        </shotStmt>
     </scene>
</sceneStmt>
'''

Clone this wiki locally