http://sbgn.org/libsbgn/0.2
attributeGroup PointAttributes

Documentation

The PointAttributes group describes 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

  x = xsd:float
  y = xsd:float



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:attributeGroup name="PointAttributes">
<xsd:attribute name="x" type="xsd:float" use="required"/>
<xsd:attribute name="y" type="xsd:float" use="required"/>
</xsd:attributeGroup>


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