next up previous contents
Next: 2.1 Declarations and FileTypeSpecification Up: FSML_specification Previous: 1.3 Documentation Conventions and   Contents


2 Document Structure

An FSML document consists of three major components:

These components fit together in the following basic structure:

Structure Sample FSML Code
Declarations <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE FileTypeSpecification SYSTEM "file:filename">
FileTypeSpecification begins <FileTypeSpecification Attributes>
FileData begins <FileData>
  Elements
FileData ends </FileData>
FileStructure begins <FileStructure>
  Elements
FileStructure ends </FileStructure>
FileTypeSpecification ends </FileTypeSpecification>

The next sections discuss each of these FSML requirements in depth:

In addition, some example FSML documents are provided in Section 3.



Subsections
next up previous contents
Next: 2.1 Declarations and FileTypeSpecification Up: FSML_specification Previous: 1.3 Documentation Conventions and   Contents

SAIC Ship Technology Division, Annapolis, Maryland, USA
2004-10-26