Details

    • Sub-task
    • Status: Released (View Workflow)
    • Minor
    • Resolution: Fixed
    • None
    • 1.10
    • XML Editor
    • None

    Description

      Current Situation

      • Some parameters in exported .ini files have to be used without parameters:
        • overwrite_files
        • ...
      • Instead, the XML Editor always provides a prefix for a parameter

      Desired Behavior

      • No prefix is used for parameters that are specified in the XSD schema accordingly
        • overwrite_files
        • ...
      • The respective XSD schema setting is provided with the appinfo element and the FlatParameter attribute suppress_prefix like this:
        		<xs:annotation>
        			<xs:appinfo>
        				<FlatParameter name="polling_server" suppress_prefix="true"/>
        				<FlatParameter name="PollingServer" suppress_prefix="true"/>
        			</xs:appinfo>
        		</xs:annotation>
        

      Attachments

        Activity

          People

            re Robert Ehrlich
            ap Andreas Püschel
            Andreas Püschel Andreas Püschel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: