| Issue 8: | agentType element | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Cc:
wixner
Oct 4, 2010
(No comment was entered for this change.)
Status:
Accepted
|