bioResourceFormat
Identifier:
net.bioclipse.bioResourceFormat
Since:
0.9.9
Description:
Extension point that provides the concept of a format for resources. It is used by the bioResourceFormatDetector extension point.
Configuration Markup:
<!ELEMENT extension (FormatType+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT FormatType EMPTY>
<!ATTLIST FormatType
FormatName CDATA #REQUIRED
class CDATA #REQUIRED>