Closed
Description
Author Name: Margaret O'Brien (Margaret O'Brien)
Original Redmine Issue: 3861, https://projects.ecoinformatics.org/ecoinfo/issues/3861
Original Date: 2009-03-05
Original Assignee: Matt Jones
Two different namespace prefixes have been used for the protocol module. These should be standardized.
[mob@horcon eml]$ grep 'pro:' *xsd
eml-methods.xsd: <xs:element name="protocol" type="pro:ProtocolType">
[mob@horcon eml]$ grep 'prot:' *xsd
eml.xsd: <xs:element name="protocol" type="prot:ProtocolType">
[mob@horcon eml]$
Note that when this is fixed: in eml-documentation.xsl, the template name="externalNamespaceLink" should be edited to remove the namespace prefix that was dropped.