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

<fbody>
    <shotStmt>
        <shot id="uid-shot-0001">
            ...
        </shot>
        <shot id="uid-shot-0002">
            ...
        </shot>
    </shotStmt>
    <sceneStmt>
        ...
    </sceneStmt>
    <quantStmt>
        ...
    </quantStmt>
</fbody>

shotStmt may be nested inside sceneStmt

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

Clone this wiki locally