Subweb Home
PARSEC Home
PLASMA Home
Overview
Example Scope
Quick Start
Downloaded
Delving Deeper
Analysis
Metadata
Templates
Site Design
Development
Tables of the Metamodel
The Metadata

The Metadata is held in a number of plain text files as defined in the analysis model. There is one relational table for each object in the diagram.

The files containing the tables are held in the \Plasma\Metadata\Domain\Web directory and have a .txt file extension.

Body Text   [BDT]
AttributeDescription
Body_text_idIdentifying attribute for Body Text.
NameName of the template file containing the HTML for the associated Sub Page.
LocationPathname to the BDT.Name file.

Banner   [BNR]
AttributeDescription
Banner_idIdentifying attribute for Banner.
TitleThe text that appears at the top of every page.

Copyright   [CPR]
AttributeDescription
Copyright_idIdentifying attribute for Copyright.
TextCopyright notice text.

Graphic   [GPC]
AttributeDescription
Graphic_idIdentifying attribute for Graphic.
NameName of the picture file.
LocationPathname to the GPC.Name file.
TagAlt text that appears if the mouse pointer lingers over the picture on the web page.

Home Layout   [HML]
AttributeDescription
Layout_idIdentifying attribute for Home Layout.

Home Page   [HMP]
AttributeDescription
Page_idIdentifying attribute for Home Page.
Layout_idReferential attribute to Home Layout.
Nav_matrix_idReferential attribute to Nav Matrix.

Icon   [ICN]
AttributeDescription
Icon_idIdentifying attribute for Icon.
NameName of the picture file.
LocationPathname to the ICN.Name file.

Logo   [LGO]
AttributeDescription
Logo_idIdentifying attribute for Logo.
Page_idReferential attribute to Home Page.
NameName of the picture file.
LocationPathname to the LGO.Name file.
ColourBackground colour of the top left corner if the Logo picture does not occupy all the space.

Layout   [LYO]
AttributeDescription
Layout_idIdentifying attribute for Layout.
Logo_idReferential attribute to Logo.
Banner_idReferential attribute to Banner.
Copyright_idReferential attribute to Copyright.
ColourThe main area backround colour for a page layout style.

Menu   [MNU]
AttributeDescription
Menu_idIdentifying attribute for Menu.
WidthThe width of the left hand side Menu on Sub Pages and the margin on the Home Page.

Nav Block   [NVB]
AttributeDescription
Nav_block_idIdentifying attribute for Nav Block.
Nav_matrix_idReferential attribute to Nav Matrix.

Nav Block Cell   [NVC]
AttributeDescription
Nav_block_cell_idIdentifying attribute for Nav Block Cell.
Nav_block_idReferential attribute to Nav Block.
Page_idReferential attribute to Sub Page.
Graphic_idReferential attribute to Graphic.
WidthThe width of the Nav Block Cell. Usually given in percentage terms.
TitleMain title hook text for Sub Page.
TextSub title of Sub Page. Longer and more descriptive than NVC.Title.
TagAlt text that appears if the mouse pointer lingers over the Title text.

Nav Matrix   [NVM]
AttributeDescription
Nav_matrix_idIdentifying attribute for Nav Matrix.
Icon_idReferential attribute to Icon.
WelcomeHome Page title text.
TextHome Page site description text.

Option   [OPT]
AttributeDescription
Option_idIdentifying attribute for Option.
Menu_idReferential attribute to Menu.
Page_idReferential attribute to Sub Page.
TitleMenu Option text shown on Menu.
TextAlt text that appears if the mouse pointer lingers over the Option.Title text.

Page   [PAG]
AttributeDescription
Page_idIdentifying attribute for Page.
TitleTitle of the window in which the web page appears.
NameName of the generated HTML file.
LocationPathname to the PAG.Name file.

Sub Layout   [SBL]
AttributeDescription
Layout_idIdentifying attribute for Sub Layout.
Menu_idReferential attribute to Menu.

Sub Page   [SBP]
AttributeDescription
Page_idIdentifying attribute for Sub Page.
Layout_idReferential attribute to Sub Layout.
Body_text_idReferential attribute to Body Text.
HeadingMain title text of Sub Page.

MON-10-NOV-2003