Changeset 6308 in josm for trunk/data


Ignore:
Timestamp:
2013-10-06T22:53:09+02:00 (11 years ago)
Author:
Don-vip
Message:

fix tabs in tagging preset XSD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/tagging-preset.xsd

    r6307 r6308  
    7171        <complexType name="optional">
    7272                <group ref="tns:optional_elements" maxOccurs="unbounded" />
    73         <attribute name="text" type="string" />
    74         <attribute name="text_context" type="string" />
     73                <attribute name="text" type="string" />
     74                <attribute name="text_context" type="string" />
    7575        </complexType>
    7676
     
    8383                        <element name="combo" type="tns:combo" />
    8484                        <element name="multiselect" type="tns:multiselect" />
    85             <element name="checkgroup" type="tns:checkgroup" />
     85                        <element name="checkgroup" type="tns:checkgroup" />
    8686                        <element name="check" type="tns:check" />
    8787                        <element name="item_separator" type="tns:separator" />
     
    156156                <attribute name="default" type="string" />
    157157                <attribute name="use_last_as_default" type="tns:last_default" />
    158         <attribute name="delimiter" type="string" />
     158                <attribute name="delimiter" type="string" />
    159159                <attribute name="editable" type="boolean" />
    160160                <attribute name="match" type="tns:match" />
     
    170170
    171171        <complexType name="multiselect">
    172         <!-- use either list_entry's or a combination of values/display_values -->
    173         <sequence>
    174             <element name="list_entry" type="tns:list_entry" minOccurs="0" maxOccurs="unbounded" />
    175         </sequence>
     172                <!-- use either list_entry's or a combination of values/display_values -->
     173                <sequence>
     174                        <element name="list_entry" type="tns:list_entry" minOccurs="0" maxOccurs="unbounded" />
     175                </sequence>
    176176                <attribute name="key" type="string" use="required" />
    177177                <attribute name="text" type="string" />
     
    194194        </complexType>
    195195
    196     <complexType name="checkgroup">
    197         <sequence>
    198             <choice minOccurs="1" maxOccurs="unbounded">
    199                 <element name="check" type="tns:check" />
    200             </choice>
    201         </sequence>
    202         <attribute name="columns" type="positiveInteger" />
    203         <anyAttribute processContents="skip" />
    204     </complexType>
     196        <complexType name="checkgroup">
     197                <sequence>
     198                        <choice minOccurs="1" maxOccurs="unbounded">
     199                                <element name="check" type="tns:check" />
     200                        </choice>
     201                </sequence>
     202                <attribute name="columns" type="positiveInteger" />
     203                <anyAttribute processContents="skip" />
     204        </complexType>
    205205
    206206        <complexType name="check">
Note: See TracChangeset for help on using the changeset viewer.