Changeset 14552 in josm for trunk/data/maps.xsd


Ignore:
Timestamp:
2018-12-11T22:34:04+01:00 (7 years ago)
Author:
Klumbumbus
Message:
  • see #16301 - make id mandatory
  • see #17058 - add asserts to territories.mapcss
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/maps.xsd

    r14541 r14552  
    643643                            <xs:element name="description" minOccurs="0" type="tns:description" />
    644644                            <!-- A unique id for the imagery source -->
    645                             <xs:element name="id" minOccurs="0" maxOccurs="1" type="tns:id" />
     645                            <xs:element name="id" minOccurs="1" maxOccurs="1" type="tns:id" />
    646646                            <!-- Historic id for the imagery source -->
    647647                            <xs:element name="oldid" minOccurs="0" maxOccurs="unbounded" type="tns:oldid" />
Note: See TracChangeset for help on using the changeset viewer.