http://sbgn.org/libsbgn/0.2
complexType SBGNBase

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://sbgn.org/libsbgn/0.2}SBGNBase (restriction)

Documentation
        The SBGNBase type is the base type of all main
        components in SBGN.  It supports attaching metadata, notes and
        annotations to components.
      
Properties
This component is not nillable.

Model
<...>
(notes, extension )
</...>


Nested Element Summary
 extension
          
 notes
          
Source
<xsd:complexType abstract="true" name="SBGNBase">
<xsd:sequence>
<xsd:element minOccurs="0" name="notes">
<xsd:complexType>
<xsd:sequence>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="http://www.w3.org/1999/xhtml" processContents="skip"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element minOccurs="0" name="extension">
<xsd:complexType>
<xsd:sequence>
<xsd:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>


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