Changes between Version 10 and Version 11 of TracXsdPlotMacro


Ignore:
Timestamp:
Dec 5, 2018, 7:47:49 PM (5 years ago)
Author:
Theodor Norup
Comment:

+ update documentation to 1.2

Legend:

Unmodified
Added
Removed
Modified
  • TracXsdPlotMacro

    v10 v11  
    3838
    3939Requirements:
    40  * `ImageMagick` must be installed.
     40 * `ImageMagick` must be installed -  used to convert SVG images to PNG
    4141 * `ElementTree` must be installed for XSD parsing.
    4242
     
    4848}}}
    4949
    50 Tested with Trac 1.0.6 and 1.0.15 on Linux. Older Trac versions cannot access specific source file revisions.
     50Tested with Trac 1.0.15 and 1.2.3 on Linux. Trac versions older than 1.0.6 cannot access specific source file revisions.
    5151
    5252== Configuration
     
    9999
    100100||= Parameter =||= Value                 =||= Default =||
    101 || top-element || select specific top XSD element of plot || Assumes file to contain '''exactly one''' XSD root element. Otherwise the first element encountered will be plotted. ||
     101|| top-element || Pipe-separated list of XSD elements to plot. Elements can pe placed anywhere in the DOM. Or `*`, which will plot every top-level `element` and `complexType` || `*` ||
    102102|| depth       || maximum depth counted in elements || infinity ||
    103103|| stop-list   || pipe-separated list of XSD element names where recursive descent shall stop || ''empty'' ||