Skip to main content
TdeV1
Inspiring
August 15, 2014
Answered

How does one organize elements in the EDD?

  • August 15, 2014
  • 1 reply
  • 388 views

Seems to me that EDD is a huge document to find anything in. Does one just add elements in alphabetical order so they can be rediscovered? Any tips or tricks about organizing this?

I'm in the analysis/design phase of going through my unstructured document to see how to build an EDD. Does one do the analysis using a spreadsheet?

Thanks for ideas.

This topic has been closed for replies.
Correct answer ScottPrentice

The order of elements in an EDD doesn't matter .. arrange them however you want. Alphabetically makes them easier to find later, but you can also group them by type (block vs. inline).

Your EDD is created based on your data model. You shouldn't generally start by creating an EDD from the ground up. This is the general process I'd follow ..

1) Define your data model based on the needed elements and structure/hierarchy of those elements

2) Create a DTD that defines that model (be sure to add any necessary attributes)
3) Generate an EDD from the DTD (in FM, choose StructureTools > New EDD, then StructureTools > Import DTD)

4) Now you can add context rules to the element definitions in the EDD to apply formatting, etc.

5) Import the EDD into a FM file that has the styles that are applied by the EDD (this becomes your template that is referenced by your structure application definition)


That should get you started .


scott

1 reply

ScottPrentice
ScottPrenticeCorrect answer
Inspiring
August 15, 2014

The order of elements in an EDD doesn't matter .. arrange them however you want. Alphabetically makes them easier to find later, but you can also group them by type (block vs. inline).

Your EDD is created based on your data model. You shouldn't generally start by creating an EDD from the ground up. This is the general process I'd follow ..

1) Define your data model based on the needed elements and structure/hierarchy of those elements

2) Create a DTD that defines that model (be sure to add any necessary attributes)
3) Generate an EDD from the DTD (in FM, choose StructureTools > New EDD, then StructureTools > Import DTD)

4) Now you can add context rules to the element definitions in the EDD to apply formatting, etc.

5) Import the EDD into a FM file that has the styles that are applied by the EDD (this becomes your template that is referenced by your structure application definition)


That should get you started .


scott