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


Ignore:
Timestamp:
2013-08-06T23:48:20+02:00 (11 years ago)
Author:
Don-vip
Message:

fix #8735 - Presets: add new checkgroup item to specify group of checkboxes on multiple columns

File:
1 edited

Legend:

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

    r6057 r6114  
    8181                        <element name="combo" type="tns:combo" />
    8282                        <element name="multiselect" type="tns:multiselect" />
     83            <element name="checkgroup" type="tns:checkgroup" />
    8384                        <element name="check" type="tns:check" />
    8485                </choice>
     
    189190        </complexType>
    190191
     192    <complexType name="checkgroup">
     193        <sequence>
     194            <choice minOccurs="1" maxOccurs="unbounded">
     195                <element name="check" type="tns:check" />
     196            </choice>
     197        </sequence>
     198        <attribute name="columns" type="positiveInteger" />
     199        <anyAttribute processContents="skip" />
     200    </complexType>
     201
    191202        <complexType name="check">
    192203                <attribute name="key" type="string" use="required" />
Note: See TracChangeset for help on using the changeset viewer.