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

Documentation

The end element represents the ending point of the arc's path. It is unique and mandatory. When the path from the previous point to this point is not straight, this element also contains a list of control points (between 1 and 2) describing a Bezier curve (quadratic if 1 control point, cubic if 2) between the previous point and this point.

List of control points, used when the path describes a curve. The number of points describes the degree of the Bezier curve: linear (0), quadratic (1) or cubic (2)

Properties
This component is not nillable.

Model
<end
  x = xsd:float
  y = xsd:float>
point{0,2}
</end>


Nested Element Summary
 point
          

Attribute Summary
 xsd:floatx
          
 xsd:floaty
          

Attribute Detail

x

Type:
xsd:float
Use:
required
Form:
unqualified

y

Type:
xsd:float
Use:
required
Form:
unqualified

Source
<xsd:element maxOccurs="1" minOccurs="1" name="end">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="2" minOccurs="0" ref="sbgn:point"/>
</xsd:sequence>
<xsd:attributeGroup ref="sbgn:PointAttributes"/>
</xsd:complexType>
</xsd:element>


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