http://sbgn.org/libsbgn/0.3
element arcgroup

Documentation

The arc group describes a set of arcs and glyphs that together have a relation. For example

Note that, in spite of the name, an arcgroup contains both arcs and glyphs.

Properties
This component is not nillable.

Model
<arcgroup
  class = xsd:string>
(notes, extension ) (glyph*, arc* )
</arcgroup>


Nested Element Summary
 arc
          

An arcgroup can have multiple arcs.

 
 extension
          
 glyph
          

An arcgroup can contain glyphs.

 
 notes
          

Attribute Summary
 xsd:stringclass
          

The class attribute defines the semantic of the arcgroup.

 

Attribute Detail

class

The class attribute defines the semantic of the arcgroup.

Type:
based on
with :
Use:
required
Form:
unqualified

Source
<xsd:element name="arcgroup">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="SBGNBase">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="sbgn:glyph">
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="sbgn:arc">
</xsd:element>
</xsd:sequence>
<xsd:attribute name="class" use="required">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="interaction"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</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.