My favorites | Sign in
Project Home
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 8: agentType element
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  htobon
Closed:  Oct 2010
Cc:  daniel.amariles88, wixner@gmail.com


 
Project Member Reported by htobon, Sep 28, 2010
Several agentType sub-elements have the same problem as  issue 6 :
deliveryPoint
city
administrativeArea
country
electronicMailAddress

GBIF EML Schema:

<xs:element name="address">
...
   <xs:element name="deliveryPoint" type="xs:string" minOccurs="0">
...
   <xs:element name="city" type="xs:string" minOccurs="0">
...
   <xs:element name="administrativeArea" type="xs:string" minOccurs="0">
...
   <xs:element name="country" type="xs:string" minOccurs="0">
...
</xs:element>
...
<xs:element name="electronicMailAddress" type="xs:string">
...    
</xs:element>


Official EML Schema:

<xs:complexType name="Address">
...
   <xs:element name="deliveryPoint" type="res:NonEmptyStringType" minOccurs="0" maxOccurs="unbounded">
...
   <xs:element name="city" type="res:NonEmptyStringType" minOccurs="0">
...
   <xs:element name="administrativeArea" type="res:NonEmptyStringType" minOccurs="0">
...
   <xs:element name="country" type="res:NonEmptyStringType" minOccurs="0">
</xs:complexType>
...
<xs:element name="electronicMailAddress" type="res:NonEmptyStringType" minOccurs="0" maxOccurs="unbounded">
...
</xs:element>
Sep 30, 2010
Project Member #1 htobon
(No comment was entered for this change.)
Cc: wixner
Oct 4, 2010
Project Member #2 wixner@gmail.com
(No comment was entered for this change.)
Status: Accepted
Oct 4, 2010
Project Member #3 htobon
fixed in r152.
Status: Fixed

Powered by Google Project Hosting