Changeset 3741 in josm


Ignore:
Timestamp:
Dec 26, 2010 2:43:45 PM (2 years ago)
Author:
bastiK
Message:

update xml schema and doc for "short_description in combo"

Location:
trunk/data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r3736 r3741  
    3939  display_values: comma separated list of values to be displayed instead of the 
    4040                  database values, order and number must be equal to values 
     41  short_description: comma separated list of texts to be displayed below each 
     42                    display_value. (Only if it is not possible to describe  
     43                    the entry in 2-3 words.) Instead of comma separeted list, you can 
     44                    also write it in the following form:  
     45                        <short_description>first description</short_description> 
     46                                ... 
     47                        <short_description>last description</short_description> 
    4148  default: default string to display 
    4249  delete_if_empty: true/false 
  • trunk/data/tagging-preset.xsd

    r3601 r3741  
    118118 
    119119        <complexType name="combo"> 
     120                <sequence> 
     121                        <element name="short_description" type="string" minOccurs="0" maxOccurs="unbounded"/> 
     122                </sequence> 
    120123                <attribute name="key" type="string" use="required" /> 
    121124                <attribute name="text" type="string" /> 
Note: See TracChangeset for help on using the changeset viewer.