# ----------------------------------------------------------------------------- # Properties defining the project and configuring the generation pipeline. # Must be filled in/updated by users # ----------------------------------------------------------------------------- # prefix used in all generated file names # vo-dml target = ${dm.file.name}.vo-dml.xml # html target = ${dm.file.name}.html dm.filename.prefix = SimDM-v1.1 # the name of the data model XMI source file, used only in xmi2vo-dml xmi.source = SimDM_DM-MD12.1-v1.1.xml # the name of the data model file in VO-DML format # # the "profile" according to which the XMI is built. # MUST be one of MD_CE_12.1 Modelio_UML2.4.1 Altova_UML2.1.2 # xmi.source.profile = MD_CE_12.1 # HTML generation # if HTML should be generated with a "preamble", here indicate the source of that preamble. # if empty or commented-out/does-not-exists, HTML is generated without preamble # preamble is expected to have structure like top of typical IVOA documents, ending with abstract # a sample preamble can be found in [TBD] #html.preamble = ../../../SimDB-Clean/specification/v1.1/vo-dml/preamble.html html.preamble = http://volute.g-vo.org/svn/trunk/projects/theory/snapdm/specification/v1.1/vo-dml/preamble.html