Documentation for Project Management DTD for students

Version: 0.1
Creator: Vivian (Paraskevi) Synteta - Paraskevi.Synteta@tecfa.unige.ch
Creator: Daniel K. Schneider - Daniel.Schneider@tecfa.unige.ch

Description

EVA_pm DTD can be used to create xml files for student project management and specification.The intention is that this will scaffold students during their projects serving as a prompting tool that will make students acquire thinking skills and self-awareness. This DTD is complemented by another DTD called "paper.dtd" that describes the final article written at the end of an EVA project. Finally, both these DTDs are part of an SLE (Scaffolded Learning Environment) called EVA_pm that is a Java-XML implementation that provides online tools to support the goal of this method. This grammar includes as an external entity another DTD called "ibtwsh6.dtd" (by John Cowan) with gives the possibility to the users to edit a richer text inside some elements using XHTML nodes.

Root elements

Element index

a Anchor (XHTML element)
abbr Abbreviation
acronym Acronym (XHTML element)
address address (XHTML element)s
blockquote blockquote (XHTML element)
book-as-resource A book as resource
br Break line (XHTML element)
caption caption (XHTML element)
citation A citation.
citations All the citations.
cite cite (XHTML element)
code code (XHTML element)
comments Comments for a part of the project management.
dd definition data (XHTML element)
deliverable-nature The nature of a deliverable promised.
delivery-date The delivery date of a deliverable.
description Description in details.
dfn definition (XHTML element)
div division (XHTML element)
dl definition list (XHTML element)
dt definition term (XHTML element)
em emphasis (XHTML element)
h1 header 1 (XHTML element)
h2 header 2 (XHTML element)
h3 header 3 (XHTML element)
hint Hint for a part of the project management.
img img (XHTML element)
kbd keyboard (XHTML element)
keyword Key word of the project.
li list item (XHTML element)
meeting Meeting for the project.
member-campuslogin The campus login of the student.
member-contactinfo The contact information of the student.
member-role The role of each member of the group for the project.
ol ordered list (XHTML element)
open-questions All the questions for the project.
other-resource A resource for the project (bibliography) other than book, URL, article, etc.
p
paper-as-resource A paper as resource for the project (bibliography).
paper-for-results Final paper for project's results.
person-as-resource A person as resource for the project (bibliography).
pre preformatted (XHTML element)
problem A problem for the project.
project The root element.
project-acronym Project's acronym.
project-approachused The approach used for the project.
project-coordinator Project's coordinator.
project-deliverable A deliverable promised for the project.
project-deliverables All the deliverables for the project.
project-info General information about the project.
project-institution The institution where the project takes place.
project-keywords All the project keywords.
project-maingoal The main goal of the project.
project-meetings All the meetings that take place for the project.
project-objective An objective for the project.
project-objectives All the objectives for the project.
project-problems All global problems for the project.
project-result A result of the project.
project-results All results of the project.
project-scenario A scenario for the project utility.
project-scenarios All scenarios of the project.
project-specification The specification of the project.
project-supervisor The project's supervisor.
project-type What kind of project it is.
project-work All the workpackages for the project.
project-workgroup All the students that work for this project.
q q (XHTML element)
question A question for a part of the project.
resource A resource for the project.
resources-for-project All the resources (bibliography) for the project.
result-url The url of a result of the project.
samp sample (XHTML element)
solution-to-problem The solution to a problem.
span span (XHTML element)
strong strong (XHTML element)
table table (XHTML element)
targetpopulation The public that is the target of this project.
td table data (XHTML element)
th table header (XHTML element)
title A title.
tr table row (XHTML element)
ul unordered list (XHTML element)
url-as-resource A url that serves as resource for the project.
var var (XHTML element)
workgroup-member A member of the group that works for the project.
workpackage None
workpackages All the workpackages for the project.
wp-expectedresult Expected result of a workpackage.
wp-expectedresults None
wp-objective An objective for a workpackage.
wp-objectives All the objectives for a workpackage.
wp-planning The planning of the workpackage.

Attribute index

Element descriptions

a

Anchor (XHTML element)

Parents

a abbr acronym address caption citation cite code comments dd description dfn dt em h1 h2 h3 hint kbd li p pre q samp span strong td th var

Content model

(#PCDATA | a | abbr | acronym | br | cite | code | dfn | em | img | kbd | q | samp | span | strong | var)*

Attributes

Name Type Declaration Default Description
class CDATA #IMPLIED
href CDATA #IMPLIED
name CDATA #IMPLIED
rel CDATA #IMPLIED
rev CDATA #IMPLIED
title CDATA #IMPLIED

abbr

Abbreviation

Parents

a abbr acronym address caption citation cite code comments dd description dfn dt em h1 h2 h3 hint kbd li p pre q samp span strong td th var

Content model

(#PCDATA | a | abbr | acronym | br | cite | code | dfn | em | img | kbd | q | samp | span | strong | var)*

Attributes

Name Type Declaration Default Description
class CDATA #IMPLIED
title CDATA #IMPLIED

acronym

Acronym (XHTML element)

Parents

a abbr acronym address caption citation cite code comments dd description dfn dt em h1 h2 h3 hint kbd li p pre q samp span strong td th var

Content model

(#PCDATA | a | abbr | acronym | br | cite | code | dfn | em | img | kbd | q | samp | span | strong | var)*

Attributes

Name Type Declaration Default Description
class CDATA #IMPLIED
title CDATA #IMPLIED

address

address (XHTML element)s

Parents

blockquote citation comments description div hint td th

Content model

(#PCDATA | a | abbr | acronym | br | cite | code | dfn | em | img | kbd | q | samp | span | strong | var)*

Attributes

Name Type Declaration Default Description
class CDATA #IMPLIED
title CDATA #IMPLIED

blockquote

blockquote (XHTML element)

Parents

blockquote citation comments description div hint td th

Content model

(address | blockquote | div | dl | h1 | h2 | h3 | ol | p | pre | table | ul)*

Attributes

Name Type Declaration Default Description
cite CDATA #IMPLIED
class CDATA #IMPLIED
title CDATA #IMPLIED

book-as-resource

A book as resourceA book as resource for the project

Parents

resource

Content model

EMPTY

Attributes

Name Type Declaration Default Description
authors CDATA #REQUIRED Names of the authors of the book.
isbn CDATA #REQUIRED The ISBN of the book.
publish-date CDATA #IMPLIED The publishment date of the book.
publisher CDATA #IMPLIED The publisher of the book.
title CDATA #REQUIRED The title of the book.
url CDATA #IMPLIED The URL of the book.

br

Break line (XHTML element)

Parents

a abbr acronym address caption citation cite code comments dd description dfn dt em h1 h2 h3 hint kbd li p pre q samp span strong td th var

Content model

EMPTY

Attributes

Name Type Declaration Default Description
class CDATA #IMPLIED
title CDATA #IMPLIED

caption

caption (XHTML element)

Parents

table

Content model

(#PCDATA | a | abbr | acronym | br | cite | code | dfn | em | img | kbd | q | samp | span | strong | var)*

Attributes

Name Type Declaration Default Description
class CDATA #IMPLIED
title CDATA #IMPLIED

citation

A citation.A reference to the bibliography.

Parents

citations

Content model

(#PCDATA | a | abbr | acronym | br | cite | code | dfn | em | img | kbd | q | samp | span | strong | var | address | blockquote | div | dl | h1 | h2 | h3 | ol | p | pre | table | ul)*

Attributes

Name Type Declaration Default Description
cite-id ID #IMPLIED
creation-day ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31'] #DEFAULT 00
creation-month ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12'] #DEFAULT 00
creation-year ['0000', '2001', '2002', '2003', '2004', '2005', '2006', '2007', '2008', '2009', '2010'] #DEFAULT 0000
for-resource IDREF #REQUIRED

citations

All the citations.All the references to the bibliography.

Parents

resources-for-project

Content model

((citation)* )

cite

cite (XHTML element)

Parents

a abbr acronym address caption citation cite code comments dd description dfn dt em h1 h2 h3 hint kbd li p pre q samp span strong td th var

Content model

(#PCDATA | a | abbr | acronym | br | cite | code | dfn | em | img | kbd | q | samp | span | strong | var)*

Attributes

Name Type Declaration Default Description
class CDATA #IMPLIED
title CDATA #IMPLIED

code

code (XHTML element)

Parents

a abbr acronym address caption citation cite code comments dd description dfn dt em h1 h2 h3 hint kbd li p pre q samp span strong td th var

Content model

(#PCDATA | a | abbr | acronym | br | cite | code | dfn | em | img | kbd | q | samp | span | strong | var)*

Attributes

Name Type Declaration Default Description
class CDATA #IMPLIED
title CDATA #IMPLIED

comments

Comments for a part of the project management.Small report for a part of the project management that serves reflection.

Parents

meeting problem project project-deliverable project-deliverables project-maingoal project-objective project-objectives project-result project-scenario project-scenarios project-work resources-for-project workpackage

Content model

(#PCDATA | a | abbr | acronym | br | cite | code | dfn | em | img | kbd | q | samp | span | strong | var | address | blockquote | div | dl | h1 | h2 | h3 | ol | p | pre | table | ul)*

Attributes

Name Type Declaration Default Description
comm-id ID #IMPLIED
creation-day ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31'] #DEFAULT 00
creation-month ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12'] #DEFAULT 00
creation-year ['0000', '2001', '2002', '2003', '2004', '2005', '2006', '2007', '2008', '2009', '2010'] #DEFAULT 0000

dd

definition data (XHTML element)

Parents

dl

Content model

(#PCDATA | a | abbr | acronym | br | cite | code | dfn | em | img | kbd | q | samp | span | strong | var)*

Attributes

Name Type Declaration Default Description
class CDATA #IMPLIED
title CDATA #IMPLIED

deliverable-nature

The nature of a deliverable promised.The description of the nature of a deliverable that has been promised for the project ex:Java program, survey etc.

Parents

project-deliverable

Content model

(#PCDATA)

delivery-date

The delivery date of a deliverable.The date that is promised to deliver the deliverable.

Parents

project-deliverable

Content model

EMPTY

Attributes

Name Type Declaration Default Description
day ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31'] #DEFAULT 00
month ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12'] #DEFAULT 00
year ['2001', '2002', '2003', '2004', '2005', '2006', '2007', '2008', '2009', '2010'] #DEFAULT 2001

description

Description in details.Detailed description of a subject which can be done by using XHTML elements (tags) inside.

Parents

meeting problem project-approachused project-deliverable project-info project-maingoal project-objective project-result project-scenario question workpackage wp-expectedresult wp-objective

Content model

(#PCDATA | a | abbr | acronym | br | cite | code | dfn | em | img | kbd | q | samp | span | strong | var | address | blockquote | div | dl | h1 | h2 | h3 | ol | p | pre | table | ul)*

dfn

definition (XHTML element)

Parents

a abbr acronym address caption citation cite code comments dd description dfn dt em h1 h2 h3 hint kbd li p pre q samp span strong td th var

Content model

(#PCDATA | a | abbr | acronym | br | cite | code | dfn | em | img | kbd | q | samp | span | strong | var)*

Attributes

Name Type Declaration Default Description
class CDATA #IMPLIED
title CDATA #IMPLIED

div

division (XHTML element)

Parents

blockquote citation comments description div hint td th

Content model

(address | blockquote | div | dl | h1 | h2 | h3 | ol | p | pre | table | ul)*

Attributes

Name Type Declaration Default Description
class CDATA #IMPLIED
title CDATA #IMPLIED

dl

definition list (XHTML element)

Parents

blockquote citation comments description div hint td th

Content model

(dt | dd)+

Attributes

Name Type Declaration Default Description
class CDATA #IMPLIED
title CDATA #IMPLIED

dt

definition term (XHTML element)

Parents

dl

Content model

(#PCDATA | a | abbr | acronym | br | cite | code | dfn | em | img | kbd | q | samp | span | strong | var)*

Attributes

Name Type Declaration Default Description
class CDATA #IMPLIED
title CDATA #IMPLIED

em

emphasis (XHTML element)

Parents

a abbr acronym address caption citation cite code comments dd description dfn dt em h1 h2 h3 hint kbd li p pre q samp span strong td th var

Content model

(#PCDATA | a | abbr | acronym | br | cite | code | dfn | em | img | kbd | q | samp | span | strong | var)*

Attributes

Name Type Declaration Default Description
class CDATA #IMPLIED
title CDATA #IMPLIED

h1

header 1 (XHTML element)

Parents

blockquote citation comments description div hint td th

Content model

(#PCDATA | a | abbr | acronym | br | cite | code | dfn | em | img | kbd | q | samp | span | strong | var)*

Attributes

Name Type Declaration Default Description
class CDATA #IMPLIED
title CDATA #IMPLIED

h2

header 2 (XHTML element)

Parents

blockquote citation comments description div hint td th

Content model

(#PCDATA | a | abbr | acronym | br | cite | code | dfn | em | img | kbd | q | samp | span | strong | var)*

Attributes

Name Type Declaration Default Description
class CDATA #IMPLIED
title CDATA #IMPLIED

h3

header 3 (XHTML element)

Parents

blockquote citation comments description div hint td th

Content model

(#PCDATA | a | abbr | acronym | br | cite | code | dfn | em | img | kbd | q | samp | span | strong | var)*

Attributes

Name Type Declaration Default Description
class CDATA #IMPLIED
title CDATA #IMPLIED

hint

Hint for a part of the project management.Personal notes of the student for a part of the project management that help him remember what it serves for.

Parents

project project-info project-meetings project-problems project-results project-specification resources-for-project

Content model

(#PCDATA | a | abbr | acronym | br | cite | code | dfn | em | img | kbd | q | samp | span | strong | var | address | blockquote | div | dl | h1 | h2 | h3 | ol | p | pre | table | ul)*

img

img (XHTML element)

Parents

a abbr acronym address caption citation cite code comments dd description dfn dt em h1 h2 h3 hint kbd li p pre q samp span strong td th var

Content model

EMPTY

Attributes

Name Type Declaration Default Description
align CDATA #IMPLIED
alt CDATA #IMPLIED
border CDATA #IMPLIED
class CDATA #IMPLIED
height CDATA #IMPLIED
hspace CDATA #IMPLIED
src CDATA #REQUIRED
title CDATA #IMPLIED
vspace CDATA #IMPLIED
width CDATA #IMPLIED

kbd

keyboard (XHTML element)

Parents

a abbr acronym address caption citation cite code comments dd description dfn dt em h1 h2 h3 hint kbd li p pre q samp span strong td th var

Content model

(#PCDATA | a | abbr | acronym | br | cite | code | dfn | em | img | kbd | q | samp | span | strong | var)*

Attributes

Name Type Declaration Default Description
class CDATA #IMPLIED
title CDATA #IMPLIED

keyword

Key word of the project.A keyword for the project.

Parents

project-keywords

Content model

(#PCDATA)

li

list item (XHTML element)

Parents

ol ul

Content model

(#PCDATA | a | abbr | acronym | br | cite | code | dfn | em | img | kbd | q | samp | span | strong | var)*

Attributes

Name Type Declaration Default Description
class CDATA #IMPLIED
title CDATA #IMPLIED

meeting

Meeting for the project.A meeting to discuss the progress of the project between group members or with the tutors.

Parents

project-meetings

Content model

(title , (description)? , (comments)? , (open-questions)? , )

Attributes

Name Type Declaration Default Description
creation-day ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31'] #DEFAULT 00
creation-month ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12'] #DEFAULT 00
creation-year ['0000', '2001', '2002', '2003', '2004', '2005', '2006', '2007', '2008', '2009', '2010'] #DEFAULT 0000
meeting-id ID #IMPLIED
participants CDATA #IMPLIED

member-campuslogin

The campus login of the student.The campus login of the student (if there is an online campus).

Parents

workgroup-member

Content model

EMPTY

Attributes

Name Type Declaration Default Description
campusid ID #REQUIRED

member-contactinfo

The contact information of the student.All the contact information of the student like names, email, homepages, etc.

Parents

workgroup-member

Content model

EMPTY

Attributes

Name Type Declaration Default Description
email CDATA #REQUIRED
familyname CDATA #REQUIRED
firstname CDATA #REQUIRED
homepageurl CDATA #REQUIRED
workurl CDATA #IMPLIED

member-role

The role of each member of the group for the project.The role of each mmeber of the group for the project they share.

Parents

workgroup-member

Content model

(#PCDATA)

ol

ordered list (XHTML element)

Parents

blockquote citation comments description div hint td th

Content model

(li)+

Attributes

Name Type Declaration Default Description
class CDATA #IMPLIED
title CDATA #IMPLIED

open-questions

All the questions for the project.All the questions that concern the project.

Parents

meeting problem project project-approachused project-deliverable project-deliverables project-maingoal project-objective project-objectives project-result project-scenario project-scenarios project-work resources-for-project workpackage

Content model

(question)*

other-resource

A resource for the project (bibliography) other than book, URL, article, etc.A resource for the project's bibliography other than book, URL, article, etc.

Parents

resource

Content model

EMPTY

Attributes

Name Type Declaration Default Description
description CDATA #REQUIRED

p

Parents

blockquote citation comments description div hint td th

Content model

(#PCDATA | a | abbr | acronym | br | cite | code | dfn | em | img | kbd | q | samp | span | strong | var)*

paper-as-resource

A paper as resource for the project (bibliography).A paper as resource for the project's bibliography.

Parents

resource

Content model

EMPTY

Attributes

Name Type Declaration Default Description
authors CDATA #REQUIRED
journal CDATA #IMPLIED
publish-date CDATA #IMPLIED
title CDATA #REQUIRED
url CDATA #IMPLIED

paper-for-results

Final paper for project's results.The final paper that describe the results of the project.

Parents

project-results

Content model

EMPTY

Attributes

Name Type Declaration Default Description
url CDATA #REQUIRED

person-as-resource

A person as resource for the project (bibliography).A person as resource for the project's bibliography.

Parents

resource

Content model

EMPTY

Attributes

Name Type Declaration Default Description
email CDATA #REQUIRED
home-url CDATA #IMPLIED
name CDATA #REQUIRED

pre

preformatted (XHTML element)

Parents

blockquote citation comments description div hint td th

Content model

(#PCDATA | a | abbr | acronym | br | cite | code | dfn | em | img | kbd | q | samp | span | strong | var)*

Attributes

Name Type Declaration Default Description
class CDATA #IMPLIED
title CDATA #IMPLIED

problem

A problem for the project.A problem that the student faces during the project.

Parents

project-problems

Content model

(title , (description)? , (solution-to-problem)? , (comments)? , (open-questions)? , )

Attributes

Name Type Declaration Default Description
creation-day ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31'] #DEFAULT 00
creation-month ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12'] #DEFAULT 00
creation-year ['0000', '2001', '2002', '2003', '2004', '2005', '2006', '2007', '2008', '2009', '2010'] #DEFAULT 0000
problem-id ID #IMPLIED
problem-status ['open', 'closed'] #DEFAULT open

project

The root element.The project element is just the root element of the DTD and has no special significance.

Parents

Must appear as the root element.

Content model

((hint)? , project-info , project-specification , project-problems , project-meetings , project-results , resources-for-project , comments , open-questions)

project-acronym

Project's acronym.The project's acronym ex:EVA.

Parents

project-info

Content model

(#PCDATA)

project-approachused

The approach used for the project.Description of the approach used for the project.

Parents

project-specification

Content model

(title , (description)? , (open-questions)? , )

Attributes

Name Type Declaration Default Description
approach-id ID #IMPLIED
creation-day ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31'] #DEFAULT 00
creation-month ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12'] #DEFAULT 00
creation-year ['0000', '2001', '2002', '2003', '2004', '2005', '2006', '2007', '2008', '2009', '2010'] #DEFAULT 0000

project-coordinator

Project's coordinator.The coordinator for the project ex:Professor's name

Parents

project-info

Content model

(#PCDATA)

project-deliverable

A deliverable promised for the project.A result of the project promised to be delivered.

Parents

project-deliverables

Content model

(title , description , delivery-date , deliverable-nature , (comments)? , (open-questions)? , )

Attributes

Name Type Declaration Default Description
creation-day ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31'] #DEFAULT 00
creation-month ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12'] #DEFAULT 00
creation-year ['0000', '2001', '2002', '2003', '2004', '2005', '2006', '2007', '2008', '2009', '2010'] #DEFAULT 0000
deliv-id ID #IMPLIED

project-deliverables

All the deliverables for the project.All the deliverables promised for the project.

Parents

project-specification

Content model

((project-deliverable)* , (comments)? , (open-questions)? , )

project-info

General information about the project.General information about the project like title, etc.

Parents

project

Content model

((hint)? , (project-acronym)? , title , description , project-type , project-institution , project-workgroup , (project-coordinator)? , (project-supervisor)? , project-keywords)

Attributes

Name Type Declaration Default Description
creation-day ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31'] #DEFAULT 00
creation-month ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12'] #DEFAULT 00
creation-year ['0000', '2001', '2002', '2003', '2004', '2005', '2006', '2007', '2008', '2009', '2010'] #DEFAULT 0000
info-id ID #IMPLIED
projectlinkedto IDREF #IMPLIED
projecturl CDATA #REQUIRED

project-institution

The institution where the project takes place.The institution where the project takes place.

Parents

project-info

Content model

(#PCDATA)

project-keywords

All the project keywords.All the project keywords that describe the project.

Parents

project-info

Content model

(keyword)+

project-maingoal

The main goal of the project.The main goal of the project.

Parents

project-specification

Content model

(title , description , (targetpopulation)? , (comments)? , (open-questions)? , )

Attributes

Name Type Declaration Default Description
creation-day ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31'] #DEFAULT 00
creation-month ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12'] #DEFAULT 00
creation-year ['0000', '2001', '2002', '2003', '2004', '2005', '2006', '2007', '2008', '2009', '2010'] #DEFAULT 0000
goal-id ID #IMPLIED

project-meetings

All the meetings that take place for the project.All the meetings that take place for discussion on the project.

Parents

project

Content model

((hint)? , (meeting)* , )

project-objective

An objective for the project.An objective defined for the project.

Parents

project-objectives

Content model

(title , description , (comments)? , (open-questions)? , )

Attributes

Name Type Declaration Default Description
creation-day ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31'] #DEFAULT 00
creation-month ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12'] #DEFAULT 00
creation-year ['0000', '2001', '2002', '2003', '2004', '2005', '2006', '2007', '2008', '2009', '2010'] #DEFAULT 0000
obj-id ID #IMPLIED

project-objectives

All the objectives for the project.All the objectives defined for the project.

Parents

project-specification

Content model

((project-objective)* , (comments)? , (open-questions)? , )

project-problems

All global problems for the project.All the global problems that might come up for the project.

Parents

project

Content model

((hint)? , (problem)* , )

project-result

A result of the project.One of the final results of the project.

Parents

project-results

Content model

(title , (description)? , (result-url)? , (comments)? , (open-questions)? , )

Attributes

Name Type Declaration Default Description
creation-day ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31'] #DEFAULT 00
creation-month ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12'] #DEFAULT 00
creation-year ['0000', '2001', '2002', '2003', '2004', '2005', '2006', '2007', '2008', '2009', '2010'] #DEFAULT 0000
result-id ID #IMPLIED

project-results

All results of the project.All the final results of the project.

Parents

project

Content model

((hint)? , (project-result)* , (paper-for-results)? , )

project-scenario

A scenario for the project utility.Description of a scenario that shows the project usage and utility.

Parents

project-scenarios

Content model

(title , description , (comments)? , (open-questions)? , )

Attributes

Name Type Declaration Default Description
creation-day ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31'] #DEFAULT 00
creation-month ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12'] #DEFAULT 00
creation-year ['0000', '2001', '2002', '2003', '2004', '2005', '2006', '2007', '2008', '2009', '2010'] #DEFAULT 0000
scenario-id ID #IMPLIED

project-scenarios

All scenarios of the project.All the scenarios for the project.

Parents

project-specification

Content model

((project-scenario)+ , (comments)? , (open-questions)? , )

project-specification

The specification of the project.Contains all the elements that describe the project's specification.

Parents

project

Content model

((hint)? , project-maingoal , project-objectives , (project-approachused)? , (project-scenarios)? , project-deliverables , project-work)

project-supervisor

The project's supervisor.The name of the project's supervisor.

Parents

project-info

Content model

(#PCDATA)

project-type

What kind of project it is.The type/kind of the project ex: experimental, analysis etc.

Parents

project-info

Content model

(#PCDATA)

project-work

All the workpackages for the project.All the workpackages that define the work to be done for the project.

Parents

project-specification

Content model

(workpackages , (comments)? , (open-questions)? , )

project-workgroup

All the students that work for this project.All the students (their info) that make a group and work for this project.

Parents

project-info

Content model

((workgroup-member)* )

q

q (XHTML element)

Parents

a abbr acronym address caption citation cite code comments dd description dfn dt em h1 h2 h3 hint kbd li p pre q samp span strong td th var

Content model

(#PCDATA | a | abbr | acronym | br | cite | code | dfn | em | img | kbd | q | samp | span | strong | var)*

Attributes

Name Type Declaration Default Description
cite CDATA #IMPLIED
class CDATA #IMPLIED
title CDATA #IMPLIED

question

A question for a part of the project.A question for a part of the project.

Parents

open-questions

Content model

(title , (description)? , )

Attributes

Name Type Declaration Default Description
creation-day ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31'] #DEFAULT 00
creation-month ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12'] #DEFAULT 00
creation-year ['0000', '2001', '2002', '2003', '2004', '2005', '2006', '2007', '2008', '2009', '2010'] #DEFAULT 0000
quest-id ID #IMPLIED

resource

A resource for the project.A resource (book, article, utl, etc.) that will form the bibliography for the project.

Parents

resources-for-project

Content model

((person-as-resource | book-as-resource | url-as-resource | paper-as-resource | other-resource) )

Attributes

Name Type Declaration Default Description
cite-id IDREF #IMPLIED
creation-day ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31'] #DEFAULT 00
creation-month ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12'] #DEFAULT 00
creation-year ['0000', '2001', '2002', '2003', '2004', '2005', '2006', '2007', '2008', '2009', '2010'] #DEFAULT 0000
language ['en', 'fr', 'other'] #REQUIRED
res-id ID #REQUIRED

resources-for-project

All the resources (bibliography) for the project.The bibliography of the project.

Parents

project

Content model

((hint)? , (resource)* , citations , (comments)? , (open-questions)? , )

result-url

The url of a result of the project.The url (web address) of a result of the project.

Parents

project-result

Content model

(#PCDATA)

samp

sample (XHTML element)

Parents

a abbr acronym address caption citation cite code comments dd description dfn dt em h1 h2 h3 hint kbd li p pre q samp span strong td th var

Content model

(#PCDATA | a | abbr | acronym | br | cite | code | dfn | em | img | kbd | q | samp | span | strong | var)*

Attributes

Name Type Declaration Default Description
class CDATA #IMPLIED
title CDATA #IMPLIED

solution-to-problem

The solution to a problem.Description of what solution has proposed eventually to a risen problem.

Parents

problem

Content model

(#PCDATA)

span

span (XHTML element)

Parents

a abbr acronym address caption citation cite code comments dd description dfn dt em h1 h2 h3 hint kbd li p pre q samp span strong td th var

Content model

(#PCDATA | a | abbr | acronym | br | cite | code | dfn | em | img | kbd | q | samp | span | strong | var)*

Attributes

Name Type Declaration Default Description
class CDATA #IMPLIED
title CDATA #IMPLIED

strong

strong (XHTML element)

Parents

a abbr acronym address caption citation cite code comments dd description dfn dt em h1 h2 h3 hint kbd li p pre q samp span strong td th var

Content model

(#PCDATA | a | abbr | acronym | br | cite | code | dfn | em | img | kbd | q | samp | span | strong | var)*

Attributes

Name Type Declaration Default Description
class CDATA #IMPLIED
title CDATA #IMPLIED

table

table (XHTML element)

Parents

blockquote citation comments description div hint td th

Content model

(caption? , tr+)

Attributes

Name Type Declaration Default Description
border CDATA #IMPLIED
cellpadding CDATA #IMPLIED
cellspacing CDATA #IMPLIED
class CDATA #IMPLIED
summary CDATA #IMPLIED
title CDATA #IMPLIED
width CDATA #IMPLIED

targetpopulation

The public that is the target of this project.The target public that this project is aiming at.

Parents

project-maingoal

Content model

(#PCDATA)

td

table data (XHTML element)

Parents

tr

Content model

(#PCDATA | a | abbr | acronym | br | cite | code | dfn | em | img | kbd | q | samp | span | strong | var | address | blockquote | div | dl | h1 | h2 | h3 | ol | p | pre | table | ul)*

Attributes

Name Type Declaration Default Description
abbr CDATA #IMPLIED
align ['left', 'center', 'right', 'justify'] #IMPLIED
axis CDATA #IMPLIED
class CDATA #IMPLIED
colspan CDATA #DEFAULT 1
rowspan CDATA #DEFAULT 1
scope CDATA #IMPLIED
title CDATA #IMPLIED
valign ['top', 'middle', 'bottom', 'baseline'] #IMPLIED

th

table header (XHTML element)

Parents

tr

Content model

(#PCDATA | a | abbr | acronym | br | cite | code | dfn | em | img | kbd | q | samp | span | strong | var | address | blockquote | div | dl | h1 | h2 | h3 | ol | p | pre | table | ul)*

Attributes

Name Type Declaration Default Description
abbr CDATA #IMPLIED
align ['left', 'center', 'right', 'justify'] #IMPLIED
axis CDATA #IMPLIED
class CDATA #IMPLIED
colspan CDATA #DEFAULT 1
rowspan CDATA #DEFAULT 1
scope CDATA #IMPLIED
title CDATA #IMPLIED
valign ['top', 'middle', 'bottom', 'baseline'] #IMPLIED

title

A title.A short title (one line) that addresses the information.

Parents

meeting problem project-approachused project-deliverable project-info project-maingoal project-objective project-result project-scenario question workpackage wp-expectedresult wp-objective

Content model

(#PCDATA)

tr

table row (XHTML element)

Parents

table

Content model

(th | td)+

Attributes

Name Type Declaration Default Description
align ['left', 'center', 'right', 'justify'] #IMPLIED
class CDATA #IMPLIED
title CDATA #IMPLIED
valign ['top', 'middle', 'bottom', 'baseline'] #IMPLIED

ul

unordered list (XHTML element)

Parents

blockquote citation comments description div hint td th

Content model

(li)+

Attributes

Name Type Declaration Default Description
class CDATA #IMPLIED
title CDATA #IMPLIED

url-as-resource

A url that serves as resource for the project.A url that serves as a resource for the project's bibliography.

Parents

resource

Content model

EMPTY

Attributes

Name Type Declaration Default Description
address CDATA #REQUIRED
title CDATA #IMPLIED

var

var (XHTML element)

Parents

a abbr acronym address caption citation cite code comments dd description dfn dt em h1 h2 h3 hint kbd li p pre q samp span strong td th var

Content model

(#PCDATA | a | abbr | acronym | br | cite | code | dfn | em | img | kbd | q | samp | span | strong | var)*

Attributes

Name Type Declaration Default Description
class CDATA #IMPLIED
title CDATA #IMPLIED

workgroup-member

A member of the group that works for the project.A member of the working group for the project.

Parents

project-workgroup

Content model

((member-campuslogin)? , (member-contactinfo) , (member-role)? , )

workpackage

A workpackage of the project.A workpackage (piece of work) that has to be done for the project.

Parents

workpackages

Content model

(title , description , wp-objectives , wp-planning , wp-expectedresults , (comments)? , (open-questions)? , )

Attributes

Name Type Declaration Default Description
creation-day ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31'] #DEFAULT 00
creation-month ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12'] #DEFAULT 00
creation-year ['0000', '2001', '2002', '2003', '2004', '2005', '2006', '2007', '2008', '2009', '2010'] #DEFAULT 0000
depends-on-wp IDREFS #IMPLIED
referstodeliverableid IDREFS #REQUIRED
wp-id ID #IMPLIED

workpackages

All the workpackages for the project.Collection of the workpackages for the project.

Parents

project-work

Content model

(workpackage*)

wp-expectedresult

Expected result of a workpackage.The expected result of a workpackage.

Parents

wp-expectedresults

Content model

(title , (description)? , )

Attributes

Name Type Declaration Default Description
creation-day ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31'] #DEFAULT 00
creation-month ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12'] #DEFAULT 00
creation-year ['0000', '2001', '2002', '2003', '2004', '2005', '2006', '2007', '2008', '2009', '2010'] #DEFAULT 0000
expres-id ID #IMPLIED

wp-expectedresults

All the expected results of a workpackage.Collection of all the expected results for a workpackage.

Parents

workpackage

Content model

((wp-expectedresult)+ )

wp-objective

An objective for a workpackage.An objective that a workpackage has and aims at fulfilling.

Parents

wp-objectives

Content model

(title , (description)? , )

Attributes

Name Type Declaration Default Description
creation-day ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31'] #DEFAULT 00
creation-month ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12'] #DEFAULT 00
creation-year ['0000', '2001', '2002', '2003', '2004', '2005', '2006', '2007', '2008', '2009', '2010'] #DEFAULT 0000
referstoobjid IDREF #REQUIRED
wpobj-id ID #IMPLIED

wp-objectives

All the objectives for a workpackage.Collection of all the objectives that a workpackage has.

Parents

workpackage

Content model

((wp-objective)+ )

wp-planning

The planning of the workpackage.The planning (timetable) of the workpackage.

Parents

workpackage

Content model

EMPTY

Attributes

Name Type Declaration Default Description
completion NMTOKEN #REQUIRED
end-day ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31'] #DEFAULT 00
end-month ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12'] #DEFAULT 00
end-year ['0000', '2001', '2002', '2003', '2004', '2005'] #DEFAULT 0000
man-days NMTOKEN #REQUIRED
start-day ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31'] #DEFAULT 00
start-month ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12'] #DEFAULT 00
start-year ['0000', '2001', '2002', '2003', '2004', '2005'] #DEFAULT 0000

Produced by dtddoc.py, using xmlproc.