Changeset 6308 in josm for trunk/data
- Timestamp:
- 2013-10-06T22:53:09+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/tagging-preset.xsd
r6307 r6308 71 71 <complexType name="optional"> 72 72 <group ref="tns:optional_elements" maxOccurs="unbounded" /> 73 74 73 <attribute name="text" type="string" /> 74 <attribute name="text_context" type="string" /> 75 75 </complexType> 76 76 … … 83 83 <element name="combo" type="tns:combo" /> 84 84 <element name="multiselect" type="tns:multiselect" /> 85 85 <element name="checkgroup" type="tns:checkgroup" /> 86 86 <element name="check" type="tns:check" /> 87 87 <element name="item_separator" type="tns:separator" /> … … 156 156 <attribute name="default" type="string" /> 157 157 <attribute name="use_last_as_default" type="tns:last_default" /> 158 158 <attribute name="delimiter" type="string" /> 159 159 <attribute name="editable" type="boolean" /> 160 160 <attribute name="match" type="tns:match" /> … … 170 170 171 171 <complexType name="multiselect"> 172 173 174 175 172 <!-- use either list_entry's or a combination of values/display_values --> 173 <sequence> 174 <element name="list_entry" type="tns:list_entry" minOccurs="0" maxOccurs="unbounded" /> 175 </sequence> 176 176 <attribute name="key" type="string" use="required" /> 177 177 <attribute name="text" type="string" /> … … 194 194 </complexType> 195 195 196 197 198 199 200 201 202 203 204 196 <complexType name="checkgroup"> 197 <sequence> 198 <choice minOccurs="1" maxOccurs="unbounded"> 199 <element name="check" type="tns:check" /> 200 </choice> 201 </sequence> 202 <attribute name="columns" type="positiveInteger" /> 203 <anyAttribute processContents="skip" /> 204 </complexType> 205 205 206 206 <complexType name="check">
Note:
See TracChangeset
for help on using the changeset viewer.