point

<p>The point element is characterized by PointAttributes, which describe 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>

Element Information

Model

Children: extension, notes

Attributes

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

Used By

Source

<xsd:element name="point">
  <xsd:annotation>
    <xsd:documentation>
      <p>The point element is characterized by PointAttributes, which describe 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:complexType>
    <xsd:complexContent>
      <xsd:extension base="SBGNBase">
        <xsd:attributeGroup ref="sbgn:PointAttributes"/>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>

Sample