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

Documentation

The state element should only be used for state variables. It replaces the label element used for other glyphs. It describes the text to be drawn inside the state variable.

A state must have a value, a variable, or both. If it has both, they are rendered as a concatenated string with @ in between.

Properties
This component is not nillable.

Model
<state
  value = xsd:string
  variable = xsd:string>

</state>


Attribute Summary
 xsd:stringvalue
          

The value attribute represents the state of the variable.

 
 xsd:stringvariable
          

The variable attribute describes the site where the modification described by the value attribute occurs.

 

Attribute Detail

value

The value attribute represents the state of the variable. It can be: either from a predefined set of string (P, S, etc.) which correspond to specific SBO terms (cf. SBGN specs), or any arbitrary string.

Type:
xsd:string
Use:
optional
Form:
unqualified

variable

The variable attribute describes the site where the modification described by the value attribute occurs. It is: optional when there is only one state variable on the parent EPN, required when there is more than one state variable the parent EPN.

Type:
xsd:string
Use:
optional
Form:
unqualified

Source
<xsd:element maxOccurs="1" minOccurs="0" name="state">
<xsd:complexType>
<xsd:attribute name="value" type="xsd:string" use="optional">
</xsd:attribute>
<xsd:attribute name="variable" type="xsd:string" use="optional">
</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.