simar: XML Script ändern

Beitrag lesen

Sorry du bemerkst ich bin neu hier,

<?xml version="1.0" encoding="UTF-8"?>

<event xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:noNamespaceSchemaLocation="events.xsd">
    <overall_result>sum</overall_result> <!-- sum, min, max, part, none -->
    <display_result>decimal</display_result> <!-- ring, decimal -->
    <email/> <!-- mail address or blank -->
    <step> <!-- sighters -->
        <label>Probe</label>
        <scoring>ring</scoring> <!-- ring, decimal, center, teiler -->
        <result>none</result> <!-- sum, min, max, part, none -->
        <display>decimal</display> <!-- display (defined in target definition), ring, decimal, center, teiler -->
        <no_hits_displayed>3</no_hits_displayed> <!-- Number of past hits displayed on screen, 0 = all -->
        <instant_display>yes</instant_display>
        <type>sighter</type> <!-- sighter or match -->
        <target>LG</target> <!-- Description of target, matched in configuration.xml -->
        <time_measurement>900</time_measurement>
        <no_of_shots>-1</no_of_shots> <!-- number or value1, .., value5. Decrement value1-, .., value5- -->
        <no_of_shots_per_step>10</no_of_shots_per_step>
        <lift>none</lift>
    </step>
    <step> <!-- match -->
        <label>Wertung</label>
        <scoring>decimal</scoring> <!-- ring, decimal, center, teiler -->
        <result>sum</result> <!-- sum, min, max, part, none -->
        <display>decimal</display> <!-- display (defined in target definition), ring, decimal, center, teiler -->
        <no_hits_displayed>1</no_hits_displayed> <!-- Number of past hits displayed on screen, 0 = all -->
        <instant_display>yes</instant_display>
        <type>match</type> <!-- sighter or match -->
        <target>LG</target> <!-- Description of target, matched in configuration.xml -->
        <time_measurement>900</time_measurement>
        <no_of_shots>30</no_of_shots> <!-- number or value1, .., value5. Decrement value1-, .., value5- -->
        <no_of_shots_per_step>10</no_of_shots_per_step>
        <lift>none</lift>
    </step>
</event>