Skip to content

Commit

Permalink
update XSD and XML according to #36bf093
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry authored and nyalldawson committed Jan 24, 2018
1 parent 36bf093 commit c871e84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions resources/qgis-resource-metadata.xml
Expand Up @@ -36,14 +36,14 @@
<name>John Smith</name>
<organization>ACME</organization>
<position>staff</position>
<address>
<contactAddress>
<type>postal</type>
<address>123 Main Street</address>
<city>anycity</city>
<administrativearea>anyprovince</administrativearea>
<postalcode>90210</postalcode>
<country>Canada</country>
</address>
</contactAddress>
<voice>xx.xxx.xxx.xxxx</voice>
<fax>xx.xxx.xxx.xxxx</fax>
<email>foo@example.org</email>
Expand Down
2 changes: 1 addition & 1 deletion resources/qgis-resource-metadata.xsd
Expand Up @@ -257,7 +257,7 @@
<xs:documentation>Position/title of contact.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="address" type="rm:addressType" minOccurs="0" maxOccurs="unbounded">
<xs:element name="contactAddress" type="rm:addressType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Address associated with a given contact.</xs:documentation>
</xs:annotation>
Expand Down

0 comments on commit c871e84

Please sign in to comment.