Changeset 4431 in josm for trunk/data


Ignore:
Timestamp:
2011-09-17T10:59:32+02:00 (14 years ago)
Author:
jttt
Message:

Custom primitive name formatters via tagging presets

File:
1 edited

Legend:

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

    r4218 r4431  
    44        elementFormDefault="qualified">
    55
    6         <!-- Localized attributes (for example de.description are not supported 
    7                 by xsd, so every element needs <anyAttribute/> To cover at least some common 
     6        <!-- Localized attributes (for example de.description are not supported
     7                by xsd, so every element needs <anyAttribute/> To cover at least some common
    88                errors, elements have specified prohibited attributes -->
    99
     
    6262                <attribute name="icon" type="string" />
    6363                <attribute name="type" type="string" />
     64                <attribute name="name_template" type="string"/>
     65                <attribute name="name_template_filter" type="string"/>
    6466
    6567                <attribute name="text" use="prohibited" />
Note: See TracChangeset for help on using the changeset viewer.