next up previous contents index
Next: B.4 Diagram Editor File Up: B TCM File format Previous: B.2 Elements of a

Subsections

B.3 Storage and Document Information

Each TCM document starts with the Storage section and then the Document section in which the following information is stored:

Storage section

 
Storage 
{
   { Format <rational> }   # File format, e.g. 1.20.
   { GeneratedFrom <word> }# Tool name and version that wrote this e.g. TGD-version-1.66.
   { WrittenBy <word> }    # Unix login name of who generates this.
   { WrittenOn <string> }  # Writing Date/time (Unix ctime format).
}

Document section

 
Document
{
    { Type <string> }      # Document type: e.g. "Generic Diagram".
    { Name <word> }        # Document name, e.g. mydocument.gd.
    { Author <word> }      # Unix login name of document creator.
    { CreatedOn <string> } # Document creation time e.g. "Wed Sep 24 15:42:47 MET DST 1997".
    { Annotation <string> }# Free annotation text.
}



Frank Dehne,Faculty of Mathematics and Computer Science, Vrije Universiteit Amsterdam
11/17/1997