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

Documentation

The bbox element describes a rectangle. This rectangle is defined by:

The rectangle corresponds to the outer bounding box of a shape. The shape itself can be irregular (for instance in the case of some compartments).

In the case of process nodes, the bounding box only concerns the central glyph (square, or circle), the input/output ports are not included, and neither are the lines connecting them to the central glyph.

A bbox is required for all glyphs, and is optional for labels.

Properties
This component is not nillable.

Model
<bbox
  h = xsd:float
  w = xsd:float
  x = xsd:float
  y = xsd:float>
(notes, extension )
</bbox>


Nested Element Summary
 extension
          
 notes
          

Attribute Summary
 xsd:floath
          
 xsd:floatw
          
 xsd:floatx
          
 xsd:floaty
          

Attribute Detail

h

Type:
xsd:float
Use:
required
Form:
unqualified

w

Type:
xsd:float
Use:
required
Form:
unqualified

x

Type:
xsd:float
Use:
required
Form:
unqualified

y

Type:
xsd:float
Use:
required
Form:
unqualified

Source
<xsd:element name="bbox">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="SBGNBase">
<xsd:attributeGroup ref="sbgn:PointAttributes"/>
<xsd:attribute name="w" type="xsd:float" use="required"/>
<xsd:attribute name="h" type="xsd:float" use="required"/>
</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.