PointAttributes

<p>The PointAttributes group describes absolute 2D cartesian coordinates. Namely:
  <ul>
    <li>x (horizontal, from left to right),</li>
    <li>y (vertical, from top to bottom).</li>
  </ul>
</p>
<p>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.</p>

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
x xsd:float required
y xsd:float required

Used By

Source

<xsd:attributeGroup name="PointAttributes">
  <xsd:annotation>
    <xsd:documentation>
      <p>The PointAttributes group describes absolute 2D cartesian coordinates. Namely:
        <ul>
          <li>x (horizontal, from left to right),</li>
          <li>y (vertical, from top to bottom).</li>
        </ul>
      </p>
      <p>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.</p>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:attribute name="x" type="xsd:float" use="required"/>
  <xsd:attribute name="y" type="xsd:float" use="required"/>
</xsd:attributeGroup>