Adobe framemaker 6.0 User Manual

Page of 323
184
ADOBE FRAMEMAKER 6.0
 MIF Statements for Structured Documents and Books
Syntax
Usage
The book file inherits the Element Catalog from the document used to generate the book file or from a 
document given as the source for the Import>Element Definitions command. In a MIF file, you should 
copy the Element Catalog from one of the structure documents included in the book.
BookSettings statement
The BookSettings statement contains the definitions of all elements in the book file. A book file can have 
only one BookSettings statement. It normally appears near the beginning of the file. The statements in the 
BookSettings statement correspond to statements in the BookSettings statement, except that they begin 
with the letter B instead of the letter D.
Syntax
<ElementDefCatalog
Begin Element Catalog
<ElementDef…>
Element definitions (defined on page 161)
<ElementDef…>
Additional statements as needed
>
End of
 ElementDefCatalog 
statement
<BookSettings
Begin book settings
<BElementCatalogScope 
keyword
>
Validation scope
keyword
 can be one of:
Strict 
Loose
Children
All
CustomList
<BCustomElementList
List of tags to display when
 BElementCatalogScope 
specifies
 Cus-
tomList
<EDTag 
string
>
Element definition name
<EDTag 
string
>
Additional statements as needed
>
End of
 DCustomElementList 
statement
<BAttributeDisplay 
keyword
>
Default attribute display setting for document
keyword
 can be one of:
AllAttributes
: display all attributes
ReqAndSpec
: display required and specified attributes
None
: don’t display attributes