Changeset 9808 in josm


Ignore:
Timestamp:
2016-02-16T11:58:00+01:00 (9 years ago)
Author:
bastiK
Message:

clean up deprecated code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/preferences.xsd

    r7937 r9808  
    99                        <choice minOccurs="0" maxOccurs="unbounded">
    1010                                <element name="tag" type="tns:tag" />
    11                                 <element name="collection" type="tns:collection" />
    1211                                <element name="list" type="tns:list" />
    1312                                <element name="lists" type="tns:lists" />
     
    2120                <attribute name="key" type="string" use="required" />
    2221                <attribute name="value" type="string" use="required"/>
    23         </complexType>
    24 
    25     <!-- deprecated: remove mid 2012 -->
    26         <complexType name="collection">
    27                 <sequence>
    28                         <choice minOccurs="1" maxOccurs="unbounded">
    29                                 <element name="entry" type="tns:entry" />
    30                         </choice>
    31                 </sequence>
    32                 <attribute name="key" type="string" use="required" />
    3322        </complexType>
    3423
Note: See TracChangeset for help on using the changeset viewer.