You are viewing the documentation for Blueriq 14. Documentation for other versions is available in our documentation directory.


It is possible to link specifications to elements in studio. To be able to do this, the specification file should be according to the following structure:


An example of this structure:

<?xml version="1.0" encoding="UTF-8"?>
<document>
    <name>Name</name>
    <functionalName>A Functional name</functionalName>
    <type/>
    <author/>
    <exportdate>2014-02-17</exportdate>
    <fragments>
        <fragment>
            <name>Name</name>
            <specifications>
                <specification>
                    <name>Specification_name</name>
                    <functionalName>A functional name</functionalName>
                    <type>rule</type>
                    <content>
                     Put here a specification description
                    </content>
                    <references>
                     <reference>
                      http://www.blueriq.com/
                     </reference>
                    </references>
                    <links/>
                </specification>
            </specifications>
        </fragment>
    </fragments>
</document>