Skip to content

Commit c871e84

Browse files
Gustrynyalldawson
authored andcommittedJan 24, 2018
update XSD and XML according to #36bf093
1 parent 36bf093 commit c871e84

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎resources/qgis-resource-metadata.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636
<name>John Smith</name>
3737
<organization>ACME</organization>
3838
<position>staff</position>
39-
<address>
39+
<contactAddress>
4040
<type>postal</type>
4141
<address>123 Main Street</address>
4242
<city>anycity</city>
4343
<administrativearea>anyprovince</administrativearea>
4444
<postalcode>90210</postalcode>
4545
<country>Canada</country>
46-
</address>
46+
</contactAddress>
4747
<voice>xx.xxx.xxx.xxxx</voice>
4848
<fax>xx.xxx.xxx.xxxx</fax>
4949
<email>foo@example.org</email>

‎resources/qgis-resource-metadata.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
<xs:documentation>Position/title of contact.</xs:documentation>
258258
</xs:annotation>
259259
</xs:element>
260-
<xs:element name="address" type="rm:addressType" minOccurs="0" maxOccurs="unbounded">
260+
<xs:element name="contactAddress" type="rm:addressType" minOccurs="0" maxOccurs="unbounded">
261261
<xs:annotation>
262262
<xs:documentation>Address associated with a given contact.</xs:documentation>
263263
</xs:annotation>

0 commit comments

Comments
 (0)
Please sign in to comment.