[tdwg-tapir] r1413 - tapir/dev/schema

svn at rs.tdwg.org svn at rs.tdwg.org
Fri Dec 19 20:52:55 CET 2008


Author: RenatoDeGiovanni
Date: 2008-12-19 20:52:46 +0100 (Fri, 19 Dec 2008)
New Revision: 1413

Modified:
   tapir/dev/schema/tapir.xsd
Log:
Included optional elements regionCode, countryCode and zipCode to increase the structure of 
related entities' location (metadata response).


Modified: tapir/dev/schema/tapir.xsd
===================================================================
--- tapir/dev/schema/tapir.xsd	2008-10-26 11:15:53 UTC (rev 1412)
+++ tapir/dev/schema/tapir.xsd	2008-12-19 19:52:46 UTC (rev 1413)
@@ -1739,7 +1739,26 @@
 						languages.</xsd:documentation>
 				</xsd:annotation>
 			</xsd:element>
-			<xsd:element name="address" type="xsd:string" minOccurs="0"/>
+			<xsd:element name="address" type="xsd:string" minOccurs="0">
+				<xsd:annotation>
+					<xsd:documentation>Address where the entity is located. It can include street name, street number, district, city, county and other complements. Use the next elements to specify state/province, country and zip code.</xsd:documentation>
+				</xsd:annotation>
+			</xsd:element>
+			<xsd:element name="regionCode" type="xsd:string" minOccurs="0">
+				<xsd:annotation>
+					<xsd:documentation>Region (e.g., state or province) of the specified address. Use standard abbreviation accepted in the country.</xsd:documentation>
+				</xsd:annotation>
+			</xsd:element>
+			<xsd:element name="countryCode" type="xsd:string" minOccurs="0">
+				<xsd:annotation>
+					<xsd:documentation>Country code (ISO 3166-1-alpha-2 code) of the specified address.</xsd:documentation>
+				</xsd:annotation>
+			</xsd:element>
+			<xsd:element name="zipCode" type="xsd:string" minOccurs="0">
+				<xsd:annotation>
+					<xsd:documentation>Zip or postal code of the specified address.</xsd:documentation>
+				</xsd:annotation>
+			</xsd:element>
 			<xsd:element name="relatedInformation" type="xsd:anyURI" minOccurs="0" maxOccurs="unbounded">
 				<xsd:annotation>
 					<xsd:documentation>Other related information about this entity found at the




More information about the tdwg-tag mailing list