Changeset 3582 in josm for trunk/data
- Timestamp:
- 2010-10-03T13:45:49+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/tagging-preset.xsd
r3533 r3582 85 85 <attribute name="href" type="string" use="required" /> 86 86 <attribute name="text" type="string" /> 87 <attribute name="text_context" type="string" /> 87 88 88 89 <attribute name="name" use="prohibited"/> … … 92 93 <complexType name="label"> 93 94 <attribute name="text" type="string" use="required" /> 95 <attribute name="text_context" type="string" /> 94 96 95 97 <attribute name="name" use="prohibited"/> … … 102 104 <attribute name="key" type="string" use="required"/> 103 105 <attribute name="text" type="string" /> 106 <attribute name="text_context" type="string" /> 104 107 <attribute name="default" type="string" /> 105 108 <attribute name="delete_if_empty" type="boolean" /> … … 117 120 <attribute name="key" type="string" use="required" /> 118 121 <attribute name="text" type="string" /> 122 <attribute name="text_context" type="string" /> 119 123 <attribute name="values" type="string" use="required" /> 124 <attribute name="values_context" type="string" /> 125 <attribute name="display_values" type="string"/> 120 126 <attribute name="default" type="string" /> 121 127 <attribute name="editable" type="boolean" /> 122 128 <attribute name="delete_if_empty" type="boolean" /> 123 <attribute name="display_values" type="string"/>124 129 <attribute name="required" type="boolean"/> 125 130 … … 135 140 <attribute name="key" type="string" use="required" /> 136 141 <attribute name="text" type="string" /> 142 <attribute name="text_context" type="string" /> 137 143 <attribute name="default" type="tns:check_default" /> 138 <attribute name="delete_if_empty" type="boolean" />139 144 <attribute name="use_last_as_default" type="boolean" /> 140 145 <attribute name="required" type="boolean"/> 146 <attribute name="value_on" type="string"/> 147 <attribute name="value_off" type="string"/> 141 148 142 149 <attribute name="name" use="prohibited"/> … … 162 169 <attribute name="key" type="string"/> 163 170 <attribute name="text" type="string"/> 171 <attribute name="text_context" type="string"/> 164 172 <attribute name="requisite" type="string"/> 165 173 <attribute name="type" type="string"/> 166 174 <attribute name="count" type="integer"/> 175 <attribute name="required" type="boolean"/> 167 176 </complexType> 168 177
Note:
See TracChangeset
for help on using the changeset viewer.