mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
update XSD and XML according to #36bf093
This commit is contained in:
parent
36bf093b85
commit
c871e84e36
@ -36,14 +36,14 @@
|
|||||||
<name>John Smith</name>
|
<name>John Smith</name>
|
||||||
<organization>ACME</organization>
|
<organization>ACME</organization>
|
||||||
<position>staff</position>
|
<position>staff</position>
|
||||||
<address>
|
<contactAddress>
|
||||||
<type>postal</type>
|
<type>postal</type>
|
||||||
<address>123 Main Street</address>
|
<address>123 Main Street</address>
|
||||||
<city>anycity</city>
|
<city>anycity</city>
|
||||||
<administrativearea>anyprovince</administrativearea>
|
<administrativearea>anyprovince</administrativearea>
|
||||||
<postalcode>90210</postalcode>
|
<postalcode>90210</postalcode>
|
||||||
<country>Canada</country>
|
<country>Canada</country>
|
||||||
</address>
|
</contactAddress>
|
||||||
<voice>xx.xxx.xxx.xxxx</voice>
|
<voice>xx.xxx.xxx.xxxx</voice>
|
||||||
<fax>xx.xxx.xxx.xxxx</fax>
|
<fax>xx.xxx.xxx.xxxx</fax>
|
||||||
<email>foo@example.org</email>
|
<email>foo@example.org</email>
|
||||||
|
@ -257,7 +257,7 @@
|
|||||||
<xs:documentation>Position/title of contact.</xs:documentation>
|
<xs:documentation>Position/title of contact.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
</xs:element>
|
</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:annotation>
|
||||||
<xs:documentation>Address associated with a given contact.</xs:documentation>
|
<xs:documentation>Address associated with a given contact.</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user