Changeset 3582 in josm for trunk/data/tagging-preset.xsd


Ignore:
Timestamp:
2010-10-03T13:45:49+02:00 (14 years ago)
Author:
jttt
Message:

Fix minor errors in tagging-preset.xsd, remove focus attribute (it wasn't implemented and imho not necessary)

File:
1 edited

Legend:

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

    r3533 r3582  
    8585                <attribute name="href" type="string" use="required" />
    8686                <attribute name="text" type="string" />
     87                <attribute name="text_context" type="string" />
    8788
    8889                <attribute name="name" use="prohibited"/>
     
    9293        <complexType name="label">
    9394                <attribute name="text" type="string" use="required" />
     95                <attribute name="text_context" type="string" />
    9496
    9597                <attribute name="name" use="prohibited"/>
     
    102104                <attribute name="key" type="string" use="required"/>
    103105                <attribute name="text" type="string" />
     106                <attribute name="text_context" type="string" />
    104107                <attribute name="default" type="string" />
    105108                <attribute name="delete_if_empty" type="boolean" />
     
    117120                <attribute name="key" type="string" use="required" />
    118121                <attribute name="text" type="string" />
     122                <attribute name="text_context" type="string" />
    119123                <attribute name="values" type="string" use="required" />
     124                <attribute name="values_context" type="string" />
     125                <attribute name="display_values" type="string"/>
    120126                <attribute name="default" type="string" />
    121127                <attribute name="editable" type="boolean" />
    122128                <attribute name="delete_if_empty" type="boolean" />
    123                 <attribute name="display_values" type="string"/>
    124129                <attribute name="required" type="boolean"/>
    125130
     
    135140                <attribute name="key" type="string" use="required" />
    136141                <attribute name="text" type="string" />
     142                <attribute name="text_context" type="string" />
    137143                <attribute name="default" type="tns:check_default" />
    138                 <attribute name="delete_if_empty" type="boolean" />
    139144                <attribute name="use_last_as_default" type="boolean" />
    140145                <attribute name="required" type="boolean"/>
     146                <attribute name="value_on" type="string"/>
     147                <attribute name="value_off" type="string"/>
    141148
    142149                <attribute name="name" use="prohibited"/>
     
    162169                <attribute name="key" type="string"/>
    163170                <attribute name="text" type="string"/>
     171                <attribute name="text_context" type="string"/>
    164172                <attribute name="requisite" type="string"/>
    165173                <attribute name="type" type="string"/>
    166174                <attribute name="count" type="integer"/>
     175                <attribute name="required" type="boolean"/>
    167176        </complexType>
    168177
Note: See TracChangeset for help on using the changeset viewer.