Changeset 5157 in josm for trunk/data
- Timestamp:
- 2012-04-01T20:00:15+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/tagging-preset.xsd
r4431 r5157 88 88 <attribute name="key" type="string" use="required" /> 89 89 <attribute name="value" type="string" /> 90 <attribute name="match" type="string" /> 90 91 </complexType> 91 92 … … 115 116 <attribute name="text_context" type="string" /> 116 117 <attribute name="default" type="string" /> 117 <attribute name="delete_if_empty" type="boolean" />118 118 <attribute name="use_last_as_default" type="tns:last_default" /> 119 <attribute name=" required" type="boolean" />119 <attribute name="match" type="tns:match" /> 120 120 121 121 <attribute name="type" use="prohibited" /> … … 140 140 <attribute name="use_last_as_default" type="tns:last_default" /> 141 141 <attribute name="editable" type="boolean" /> 142 <attribute name="delete_if_empty" type="boolean" /> 143 <attribute name="required" type="boolean" /> 142 <attribute name="match" type="tns:match" /> 144 143 145 144 <attribute name="type" use="prohibited" /> … … 161 160 <attribute name="use_last_as_default" type="tns:last_default" /> 162 161 <attribute name="delimiter" type="string" /> 163 <attribute name="delete_if_empty" type="boolean" /> 164 <attribute name="required" type="boolean" /> 162 <attribute name="match" type="tns:match" /> 165 163 166 164 <attribute name="type" use="prohibited" /> … … 177 175 <attribute name="text_context" type="string" /> 178 176 <attribute name="default" type="tns:check_default" /> 179 <attribute name="required" type="boolean" />180 177 <attribute name="value_on" type="string" /> 181 178 <attribute name="value_off" type="string" /> 179 <attribute name="match" type="tns:match" /> 182 180 183 181 <attribute name="name" use="prohibited" /> … … 199 197 <enumeration value="false" /> 200 198 <enumeration value="force" /> 199 </restriction> 200 </simpleType> 201 202 <simpleType name="match"> 203 <restriction base="string"> 204 <enumeration value="none" /> 205 <enumeration value="key" /> 206 <enumeration value="key!" /> 207 <enumeration value="keyvalue" /> 201 208 </restriction> 202 209 </simpleType>
Note:
See TracChangeset
for help on using the changeset viewer.