You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<element name="XREF">
<a:documentation
xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The xref
element surrounds a url which you wish to make into a
hyperlink.</a:documentation>
<ref name="RESP-attribute"/>
<attribute name="URL">
<a:documentation
xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">URL
(uniform resource locator) specifies the URL from which the media
concerned may be obtained.</a:documentation>
<data type="anyURI"/>
</attribute>
<data type="anyURI"/>
</element>
XREF as globally defined in the Bio schema and in the Writing schema:
<define name="XREF">
<element name="XREF">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">The xref
element surrounds a url which you wish to make into a hyperlink.</a:documentation>
<optional>
<ref name="RESP-attribute"/>
</optional>
<attribute name="URL">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">URL
(uniform resource locator) specifies the URL from which the media concerned may
be obtained.</a:documentation>
<data type="anyURI"/>
</attribute>
<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>
<oneOrMore>
<choice>
<text/>
<ref name="ORGNAME"/>
<ref name="TITLE"/>
</choice>
</oneOrMore>
</element>
</define>
The text was updated successfully, but these errors were encountered:
XREF as defined in the Bio schema inside P:
XREF as globally defined in the Bio schema and in the Writing schema:
The text was updated successfully, but these errors were encountered: