-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
In the Writing Schema:
<define name="KEYWORDCLASS">
<element name="KEYWORDCLASS">
<optional>
<attribute name="KEYWORDTYPE"/>
</optional>
<optional>
<attribute name="annotationId">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
>Provides a unique annotation identifier for the element bearing the
attribute.</a:documentation>
</attribute>
</optional>
<optional>
<attribute name="offsetId">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
>Designates the parent tag from which the offset is being
counted.</a:documentation>
</attribute>
</optional>
<text/>
</element>
</define>
In the Bio Schema:
<define name="KEYWORDCLASS">
<element name="KEYWORDCLASS">
<optional>
<attribute name="KEYWORDTYPE"/>
</optional>
<optional>
<attribute name="annotationId">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
>Provides a unique annotation identifier for the element bearing the
attribute.</a:documentation>
</attribute>
</optional>
<optional>
<attribute name="offsetId">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
>Designates the parent tag from which the offset is being
counted.</a:documentation>
</attribute>
</optional>
<data type="anyURI"/>
</element>
</define>