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

Documentation

The entity is only used in activity flow diagrams. It can only be used on a unit of information glyph on a biological activity glyph, where it is compulsory. It is used to indicate the shape of this unit of information.

Properties
This component is not nillable.

Model
<entity
  name = xsd:string>

</entity>


Attribute Summary
 xsd:stringname
          

Attribute Detail

name

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

Source
<xsd:element maxOccurs="1" minOccurs="0" name="entity">
<xsd:complexType>
<xsd:attribute name="name" use="required">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="unspecified entity"/>
<xsd:enumeration value="simple chemical"/>
<xsd:enumeration value="macromolecule"/>
<xsd:enumeration value="nucleic acid feature"/>
<xsd:enumeration value="complex"/>
<xsd:enumeration value="perturbation"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>
</xsd:element>


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