Actions
Bug #3861
openstandardize namespace prefixed used for protocol module
Start date:
03/05/2009
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3861
Description
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.
Actions