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

Documentation

The point element is characterized by PointAttributes, which describe absolute 2D cartesian coordinates. Namely:

The origin is located in the top-left corner of the map. There is no unit: proportions must be preserved, but the maps can be drawn at any scale. In the test files examples, to obtain a drawing similar to the reference *.png file, values in the corresponding *.sbgn file should be read as pixels.

Properties
This component is not nillable.

Model
<point
  x = xsd:float
  y = xsd:float>
(notes, extension )
</point>


Nested Element Summary
 extension
          
 notes
          

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 name="point">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="SBGNBase">
<xsd:attributeGroup ref="sbgn:PointAttributes"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>


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