Changeset 8063 in josm


Ignore:
Timestamp:
2015-02-14T14:01:47+01:00 (9 years ago)
Author:
stoecker
Message:

Maps: add language parameter to name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/maps.xsd

    r8048 r8063  
    6262                        <xs:extension base="xs:string">
    6363                                <xs:attribute name="lang" type="xs:string" use="required" />
     64                        </xs:extension>
     65                </xs:simpleContent>
     66        </xs:complexType>
     67
     68        <xs:complexType name="name">
     69                <xs:simpleContent>
     70                        <xs:extension base="xs:string">
     71                                <xs:attribute name="lang" type="xs:string" use="optional" />
    6472                        </xs:extension>
    6573                </xs:simpleContent>
     
    610618                                                <xs:choice minOccurs="1" maxOccurs="unbounded">
    611619                                                        <!-- The name of the imagery source -->
    612                                                         <xs:element name="name" minOccurs="1" maxOccurs="1" type="xs:string" />
     620                                                        <xs:element name="name" minOccurs="1" type="tns:name" />
    613621                                                        <!-- A description of the imagery source -->
    614622                                                        <xs:element name="description" minOccurs="0" type="tns:description" />
Note: See TracChangeset for help on using the changeset viewer.