All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xslt.post-processing.lunatic-xml.begin-question.begin-question.xml Maven / Gradle / Ivy

Go to download

Eno is a tool that generates survey questionnaires starting from their formal description in DDI

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<Questionnaire xmlns="http://xml.insee.fr/schema/applis/lunatic-h"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    
    <components xsi:type="Sequence" componentType="Sequence" id="BEGIN-QUESTION-SEQ">
        <label>
            <value>"Identification"</value>
            <type>VTL|MD</type>
        </label>    
        <conditionFilter>
            <value>true</value>
            <type>VTL</type>
        </conditionFilter>
        <hierarchy>
            <sequence id="BEGIN-QUESTION-SEQ">
                <label>
                    <value>"Identification"</value>
                    <type>VTL|MD</type>
                </label>
            </sequence>
        </hierarchy> 
        <components xsi:type="Subsequence" componentType="Subsequence" id="BEGIN-QUESTION-SUBSEQ">
            <label>
                <value>"Identification de votre " || cast(LABEL_UNITE_ENQUETEE,string)</value>
                <type>VTL|MD</type>
            </label>
            <conditionFilter>
                <value>true</value>
                <type>VTL</type>
            </conditionFilter>
            <hierarchy>
                <sequence id="BEGIN-QUESTION-SEQ">
                    <label>
                        <value>"Identification"</value>
                        <type>VTL|MD</type>
                    </label>
                </sequence>
                <subSequence id="BEGIN-QUESTION-SUBSEQ">
                    <label>
                        <value>"Identification de votre " || cast(LABEL_UNITE_ENQUETEE,string)</value>
                        <type>VTL|MD</type>
                    </label>
                </subSequence>
            </hierarchy> 
            <bindingsDependencies>LABEL_UNITE_ENQUETEE</bindingsDependencies>
            <components xsi:type="Textarea"
                componentType="Textarea"
                id="COMMENT-UE-QUESTION"
                maxLength="2000"
                mandatory="false">
                <label>
                    <value>"Remarque, commentaire sur un changement concernant votre " || cast(LABEL_UNITE_ENQUETEE,string) || " :"</value>
                    <type>VTL|MD</type>
                </label>
                <conditionFilter>
                    <value>true</value>
                    <type>VTL</type>
                </conditionFilter>
                <hierarchy>
                    <sequence id="BEGIN-QUESTION-SEQ">
                        <label>
                            <value>"Identification"</value>
                            <type>VTL|MD</type>
                        </label>
                    </sequence>
                    <subSequence id="BEGIN-QUESTION-SUBSEQ">
                        <label>
                            <value>"Identification de votre " || cast(LABEL_UNITE_ENQUETEE,string)</value>
                            <type>VTL|MD</type>
                        </label>
                    </subSequence>
                </hierarchy> 
                <bindingDependencies>LABEL_UNITE_ENQUETEE</bindingDependencies>
                <bindingDependencies>COMMENT_UE</bindingDependencies>
                <response name="COMMENT_UE"/>
                <variables variableType="COLLECTED" xsi:type="VariableType">
                    <name>COMMENT_UE</name>
                    <!--<componentRef>COMMENT-UE-QUESTION</componentRef>-->
                    <values>
                        <PREVIOUS xsi:nil="true"/>
                        <COLLECTED xsi:nil="true"/>
                        <FORCED xsi:nil="true"/>
                        <EDITED xsi:nil="true"/>
                        <INPUTED xsi:nil="true"/>
                    </values>
                </variables>
                <variables variableType="EXTERNAL" xsi:type="VariableType">
                    <name>LABEL_UNITE_ENQUETEE</name>
                    <value xsi:nil="true"/>
                </variables>
            </components>
        </components>
    </components>
    
</Questionnaire>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy