http://sbgn.org/libsbgn/0.2
element callout

Documentation

The callout element is only used for glyphs with class annotation. It contains the coordinate of the point where the annotation points to, as well as a reference to the element that is pointed to.

Properties
This component is not nillable.

Model
<callout
  target = xsd:IDREF>
point
</callout>


Nested Element Summary
 point
          

Attribute Summary
 xsd:IDREFtarget
          

Attribute Detail

target

Type:
xsd:IDREF
Use:
optional
Form:
unqualified

Source
<xsd:element maxOccurs="1" minOccurs="0" name="callout">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" ref="sbgn:point"/>
</xsd:sequence>
<xsd:attribute name="target" type="xsd:IDREF" use="optional"/>
</xsd:complexType>
</xsd:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.