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

Documentation

The start element represents the starting point of the arc's path. It is unique and mandatory.

Properties
This component is not nillable.

Model
<start
  x = xsd:float
  y = xsd:float>

</start>


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="start">
<xsd:complexType>
<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.