update XSD and XML according to #36bf093

This commit is contained in:
Etienne Trimaille 2018-01-24 12:36:26 +03:00 committed by Nyall Dawson
parent 36bf093b85
commit c871e84e36
2 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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>