[eml-dev] [Bug 3861] New: - standardize namespace prefixed used for protocol module
bugzilla-daemon at ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Thu Mar 5 14:16:09 PST 2009
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3861
Summary: standardize namespace prefixed used for protocol module
Product: EML
Version: 2.0.1
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: eml - general bugs
AssignedTo: jones at nceas.ucsb.edu
ReportedBy: mob at icess.ucsb.edu
QAContact: eml-dev at ecoinformatics.org
Two different namespace prefixes have been used for the protocol module. These
should be standardized.
[mob at horcon eml]$ grep 'pro:' *xsd
eml-methods.xsd: <xs:element name="protocol" type="pro:ProtocolType">
[mob at horcon eml]$ grep 'prot:' *xsd
eml.xsd: <xs:element name="protocol" type="prot:ProtocolType">
[mob at 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.
More information about the Eml-dev
mailing list