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


Ignore:
Timestamp:
2011-09-19T00:19:30+02:00 (13 years ago)
Author:
bastiK
Message:

fix schema (see #6859)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/maps.xsd

    r4440 r4449  
    588588                        <xs:element name="entry" minOccurs="0" maxOccurs="unbounded">
    589589                                <xs:complexType>
    590                                         <xs:sequence>
     590                                        <xs:all>
    591591                                                <!-- The name of the imagery source -->
    592592                                                <xs:element name="name" minOccurs="1" maxOccurs="1" type="xs:string" />
     
    599599                                                        zoom level (see below). The list of services is a XML document, so the '&' character is represented by
    600600                                                        '&amp;'. Alternatively, the URL can be wrapped in a <![CDATA[...]]> section. -->
    601                                                 <xs:element name="url" minOccurs="1" maxOccurs="1" type="xs:anyURI" />
     601                                                <xs:element name="url" minOccurs="1" maxOccurs="1" type="xs:string" />
    602602                                                <!-- A list of supported projections (inside <code> tags) -->
    603603                                                <xs:element name="projections" minOccurs="0" maxOccurs="1" type="tns:projections" />
     
    618618                                                <!-- The ISO 3166 country code -->
    619619                                                <xs:element name="country-code" minOccurs="0" maxOccurs="1" type="tns:iso3166" />
    620                                         </xs:sequence>
     620                                        </xs:all>
    621621                                </xs:complexType>
    622622                        </xs:element>
Note: See TracChangeset for help on using the changeset viewer.