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

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

Documentation

The SBGNBase type is the base type of all main components in SBGN. It supports attaching notes and extensions to components, with metadata and annotations encoded in the extension element.

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.